/*
Theme Name:		 davis-floyd
Theme URI:		 http://childtheme-generator.com/
Description:	 davis-floyd is a child theme of UnderStrap
Author URI:		 http://childtheme-generator.com/
Template:		 understrap
Version:		 1.0.0
Text Domain:	 davis-floyd
*/


/* Global Styles */

@import url('https://fonts.googleapis.com/css?family=Montserrat:500&display=swap');
/*
Theme Name:		 davis-floyd
Theme URI:		 http://childtheme-generator.com/
Description:	 davis-floyd is a child theme of UnderStrap
Author URI:		 http://childtheme-generator.com/
Template:		 understrap
Version:		 1.0.0
Text Domain:	 davis-floyd
*/


/* Global Styles */

@import url('https://fonts.googleapis.com/css?family=Montserrat:500&display=swap');

@font-face {
    font-family: 'BebasNeue-Regular';
    src: url('assets/fonts/bebasneue-regular-webfont.woff') format('woff'),
        url('assets/fonts/BebasNeue-Regular.otf') format('otf');
}

@font-face {
    font-family: 'BebasNeue-Bold';
    src: url('assets/fonts/BebasNeue-Bold.woff') format('woff'),
        url('assets/fonts/BebasNeue-Bold.ttf') format('otf');
}

@font-face {
    font-family: 'MyriadPro-Regular';
    src: url('assets/fonts/MyriadPro-Light.woff') format('woff'),
        url('assets/fonts/MyriadPro-Light.otf') format('otf');
}

@font-face {
    font-family: 'GTSectraDisplay';
    src: url('assets/fonts/GTSectraDisplay-Regular.woff') format('woff'),
        url('assets/fonts/GTSectraDisplay-Regular.ttf') format('ttf');
}

@font-face {
    font-family: 'GTSectraDisplayLight';
    src: url('assets/fonts/GTSectraDisplay-Light.woff') format('woff'),
        url('assets/fonts/GTSectraDisplay-Light.ttf') format('ttf');
}

body {
    
    font-size: 18px !important;
    line-height: 1.8 !important;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    color: #003149;
    font-family: 'GTSectraDisplay';
}

.clear {
    clear: both;
}

img {
  object-fit: cover;
}

.df-container {
    max-width: 1250px;
    margin: auto;
}

.page-title h1 {
    color: #fff;
    font-size: 46px;
    text-transform: uppercase;
    letter-spacing: 5px;
}

.page-title h1 span {
    display: block;
}

.page-title h5 {
    color: #AD915F;
    font-family: 'BebasNeue-Bold';
    letter-spacing: 10px;
    font-size: 16px;
    margin-bottom: 20px;
}

.page-title small {
    color: #fff;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
}




.menu-bar-item a {
    font-family: 'BebasNeue-Regular';
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
    font-size: 15px;
    text-decoration: none;
}

.menu-bar-item a:hover{
    color: #AD915D;
    text-decoration: none;
}

/* Responsive Styles */

@media only screen and (min-width: 1640px) {
    .container {
        max-width: 1620px!important;
    }
}


/*Market Page CSS Start*/

.single-market-image img {
    min-width: 100%;
    min-height: 580px;
    max-width: 100%;
    max-height: 580px;
}

div.market-page-wrapper {
    padding-top: 0;
}

.market-heading-wrapper {
    background-repeat: no-repeat;
    background-position: top center;
    background-size:cover;
    /* margin-top: -170px; */
    padding-top: 50px;
    padding-bottom: 520px;
}

.work-project-wrapper {
    position: relative;
    margin-top: -520px;
}

.market-menu-content-wrap {
    background: #fff;
    display: inline-block;
    position: relative;
    padding: 50px 160px;
    max-width: 860px;
}

.market-menu-content-wrap h6 {
    color: #AD915F;
    font-family: 'BebasNeue-Bold';
    letter-spacing: 10px;
    font-size: 16px;
    margin-bottom: 20px;
}

.heading-divider {
    border: 1px solid #ad915f;
    width: 80px;
    margin: 10px auto 20px;
    display: block;
}

.market-menu-content-wrap h1 {
    text-transform: uppercase;
    color: #003149;
    font-size: 46px;
    letter-spacing:5px;
}

.market-menu.text-center .arrow-image {
    margin-top: -25px;
    margin-bottom: 40px;
    position: relative;
    overflow: hidden;
}

div#customDots div.owl-dots {
    padding: 0 12px;
}

div#customDots div.owl-dot {
    padding: 0 12px;
}

div#customDots div.owl-dot button {
    font-size: 13px;
    color: #5689a3;
    text-transform: uppercase;
    letter-spacing: 2px;
    background: unset;
    border: unset;
    font-weight: 600;
    font-family: Montserrat;
    position:relative;
    padding:14px 12px;
}

div#customDots div.owl-dot button:focus{
    outline:unset;
}

div#customDots .owl-dot.active button {
    color: #fff !important;
}

div#customDots .owl-dot.active button:before {
    content: "";
    background-image: url(/wp-content/uploads/2019/09/market-menu-before.png);
    width: 7px;
    height: 7px;
    display: block;
    margin: auto;
    position:relative;
    top:-14px;
}

div#customDots .owl-dot.active button:after {
    content: "";
    background-image: url(/wp-content/uploads/2019/09/market-menu-after.png);
    width: 73px;
    height: 4px;
    display: block;
    margin: auto;
    position:relative;
    bottom:-14px;
}



/* Hide empty first market menu item 
#customDots .owl-dot:first-child {
    display: none;
}*/

.market-heading-wrapper #customDots {
    position: relative;
    overflow: hidden;
    text-align: center;
    margin-bottom: 70px;
}

.single-market-image {
    position: relative;
}

.single-mi-overlay-color {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.53);
}

.owl-item.active.center .single-mi-overlay-color {
    background-color: unset;
}

.single-market-image-content {
    margin-top: -35px;
}

.single-market-title {
    text-align: center;
}

.single-market-title h1 {
    text-align: center;
    text-transform: uppercase;
    font-size: 46px;
    display: inline-block;
    margin-bottom: 35px;
    padding: 35px 145px 0;
    background-color: #fff;
}

.mcbom-slide-wraper .owl-item.cloned {
    z-index: 9;
}

.mcbom-slide-wraper .owl-item.active.center:before {
    content: "";
    width: 1px;
    height: 95%;
    background-color: #ddd;
    position: absolute;
    left: -45px;
}

.mcbom-slide-wraper .owl-item.active.center:after {
    content: "";
    width: 1px;
    height: 95%;
    background-color: #ddd;
    position: absolute;
    right: 0;
    top: 0;
    right: -45px;
}

.single-market-image-content {
    position: relative;
    overflow: hidden;
}

.smic-left-side {
    width: 50%;
    float: left;
    border-right:1px solid #ddd;
    padding-right:40px;
    padding-top:40px;
    padding-bottom:90px;
}

.smic-right-side {
    width: 50%;
    float: left;
    padding-left:40px;
    padding-top:40px;
    padding-bottom:90px;
}

.single-market-image-content {
    display: none;
}


.single-market-map-wrapper {
    display: none;
}

.owl-item.active.center .single-market-image-content {
    display:block;
}

.owl-item.active.center .single-market-map-wrapper {
    display:block;
    z-index:999;
    margin-top:-20px;
}

.smic-left-side ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right;
}

.smic-right-side ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
}

.single-market-image-content ul li {
    font-size: 16px;
    color: #ad915f;
    font-family: MyriadPro-Regular;
}

/* Map Style Start */

.year-selector-wrapper.container {
    display: none;
}


.single-market-map-wrapper {
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
}

.market-info-box-left img {
    width: 150px !important;
    height: 102px !important;
}

h5.state {
    margin-bottom: 0;
}

.marker-info-box {
    width: 400px;
}

.market-info-box-right {
    float: right;
    width: 250px;
    padding: 18px 35px 18px 18px;
    background-color: #ddf0fa;
}

.market-info-box-right h4,
.contact-marker-info-box-wrap h4 {
    max-width: 250px;
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 600;
    color: #012435;
}

.market-info-box-right h5,
.contact-marker-info-box-wrap h5 {
    font-family: Montserrat;
    font-size: 13.9px;
    font-weight: 600;
    color: #6f9eb6;
}

.contact-marker-info-box-wrap {
    padding: 25px 36px;
    float: right;
}

.acf-concat-page-map .gm-style-iw-d {
    width: 330px;
    background: #ddf0fa;
}

.acf-concat-page-map .gm-style .gm-style-iw-t::after {
    background: #ddf0fa;
}

div.single-market-map-wrapper .gm-style-iw-d {
    overflow: unset !important;
}

div.single-market-map-wrapper .gm-style .gm-style-iw-t::after {
    background: linear-gradient(45deg,rgba(221,240,250,1) 50%,rgba(221,240,250,0) 51%,rgba(221,240,250,0) 100%);
}

div.single-market-map-wrapper button.gm-ui-hover-effect {
    top: -2px !important;
    right: 2px !important;
}

/* Map Style End */

.acf-map {
	width: 100%;
	height: 700px;
	border: #ccc solid 1px;
	margin: 20px 0;
}

/* ajax post data style start */

.single-market-post-data-from-ajax-request .container {
    width: 1214px;
}

.single-market-post-data-from-ajax-request .sme-single-slide img {
    min-width: 1184px !important;
    min-height: 740px !important;
    max-width:1184px !important;
    max-height:740px !important;
}

@media (max-width: 991px){
    .single-market-post-data-from-ajax-request .sme-single-slide img {
        min-height: 100%;
        max-width: 100%;
        width: 100%;
    }
}

div.single-market-entry-slide-wrapper .owl-nav.disabled {
    display: block;
    margin-top:0;
}


.single-market-post-data-from-ajax-request button.owl-prev {
    position: absolute;
    left: 0;
    top: 50%;
    background-image: url(/wp-content/uploads/2019/09/single-market-left-arrow.png) !important;
    width: 91px;
    height: 69px;
    margin: 0 !important;
    border-radius: 0 !important;
    margin-top: -34.5px !important;
    margin-left: 30px !important;
}

.single-market-post-data-from-ajax-request button.owl-next {
    position: absolute;
    right: 0;
    top: 50%;
    background-image: url(/wp-content/uploads/2019/09/single-market-rightt-arrow-1.png) !important;
    width: 91px;
    height: 69px;
    margin: 0 !important;
    border-radius: 0 !important;
    margin-top: -34.5px !important;
    margin-right: 30px !important;
}

.single-market-post-data-from-ajax-request .owl-nav span {
    display: none;
}

.single-market-post-data-from-ajax-request button:focus{
    outline:none;
}

.single-market-post-data-from-ajax-request .owl-theme .owl-nav [class*='owl-']:hover {
    background: rgba(134, 151, 145, 0.1);
}

.sigle-market-content {
    position: relative;
    overflow: hidden;
    margin-top: -70px;
}

@media (max-width: 991px){
    .sigle-market-content{
        margin-top: 0px;
    }
}

.sigle-market-content .smc-left {
    float: left;
    position: relative;
    z-index: 999999999999;
    background-color: #fff;
    margin-left: 40px;
    box-sizing: border-box;
    width: calc(50% - 40px);
}

.sigle-market-content .smc-right {
    float: left;
    width: 50%;
}

.smc-left .subtitle {
    text-align: center;
}

.smc-left .subtitle h4 {
    font-size: 16px;
    text-transform: uppercase;
    font-family: BebasNeue-Bold;
    color: #b38f58;
    letter-spacing: 5px;
    border-bottom: 1px solid #ad915f;
    display: inline-block;
    margin-top: 60px;
    margin-bottom: 35px;
    padding-bottom: 20px;
}

.smc-left .title {
    text-align: center;
    margin-bottom:55px;
}

.sigle-market-content .title h2 {
    font-size: 37px;
    text-transform: uppercase;
    color: #003149;
    padding: 0 55px;
    font-family: GTSectraDisplay;
    letter-spacing:2px;
}

.project-description {
    padding: 0 45px;
    font-size: 16px;
    color: #ad915f;
    margin-bottom: 100px;
}

.request-info-wrapper {
    text-align: center;
}

.request-info-wrapper a {
    font-family: Montserrat;
    text-transform: uppercase;
    color: #fff;
    background-color: #ad915e;
    display: inline-block;
    border-radius: 50px;
    font-size: 18px;
    padding: 14px 52px;
    text-decoration: none;
}

.request-info-wrapper a:hover {
    text-decoration: none;
    color: #fff;
}


.smc-right {
    padding-top: 70px;
    padding-left: 45px;
}

.smc-right .scope {
    padding-top: 50px;
}

.smc-right .scope h3,.smc-right .outcome h3{
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.smc-right ul {
    padding-left: 10px;
    list-style:none;
}

.smc-right ul li{
    position: relative;
    font-size:16px;
    color:#2b2b2b;
    margin-bottom:50px;
}

.smc-right ul li:before {
    content: "";
    width: 5px;
    height: 5px;
    background: #ad915f;
    border-radius: 5px;
    display: inline-block;
    margin-top: 1px;
    position: absolute;
    left: -12px;
    top: 10px;
}

.smc-right .outcome h3 {
    margin-top: 120px;
}

.single-market-post-data-from-ajax-request {
    position: relative;
    margin-top: 80px;
}


/* ajax post data style end */

/* fixes potential theme css conflict */
.acf-map img {
   max-width: inherit !important;
}

.gm-style-iw.gm-style-iw-c {
    border-radius: unset !important;
    border-left: 8px solid #ad915f;
    padding: 0 !important;
}

button.gm-ui-hover-effect img {
    content: url(/wp-content/uploads/2019/09/map-popup-cross-icon.png);
}



body.page-id-55 header.entry-header {
    display: none;
}

/* Code for contact Page */

.office-location-map-slider-wrapper {
    min-height: 500px;
    position:relative;
    overflow:hidden;
    box-shadow: 2px 6px 5px #ddd;
    z-index:9;
}


div#office-locaton-menu {
    position: relative;
    text-align: center;
    overflow: hidden;
    margin-bottom:25px;
}

div#office-locaton-menu div.owl-dot {
    display: inline-block;
    padding: 0 12px;
}

#office-locaton-menu .owl-dot {
    display: none;
}

#office-locaton-menu .owl-dot.active {
    display: inline-block;
}

div#office-locaton-menu div.owl-dot button {
    font-size: 13px;
    color: #5689a3;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: unset;
    border: unset;
    font-weight: 500;
    font-family: Montserrat;
    position: relative;
    padding: 14px 12px;
}

div#office-locaton-menu .owl-dot.active button {
    color: #fff !important;
}

div#office-locaton-menu .owl-dot.active button:before {
    content: "";
    width: 7px;
    height: 7px;
    display: block;
    margin: auto;
    position: relative;
    top: -14px;
}

div#office-locaton-menu .owl-dot.active button:after {
    content: "";
    width: 73px;
    height: 4px;
    display: block;
    margin: auto;
    position: relative;
    bottom: -14px;
}

div#office-locaton-menu div.owl-dot button:focus {
    outline: unset;
}


.office-location-map-slider-wrapper .olmsw-left.offices {
    width: 50%;
    float: left;
    background: #003149;
    position:relative;
    overflow:hidden;
}

.office-location-map-slider-wrapper .wrapperolmsw-right.office-map {}

.office-location-map-slider-wrapper .olmsw-right.office-map {
    width: 50%;
    float: left;
    min-height: 500px;
    background: #e0e0e0;
    position:absolute;
    height:100%;
    right:0;
    bottom:0;
    top:0;
}

.olmsw-left.offices h3 {
    color: #5d97b4;
    text-align: center;
    font-family: Montserrat;
    font-size: 17px;
    letter-spacing: 3px;
    margin-bottom:55px;
    margin-top:115px;
}

.location-slide-image {
    position: relative;
}

.location-image-overlay-color {
    background-color: rgba(0, 44, 66, .5);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.location-slide-content {
    display: none;
}

div.office-location-map-slider-wrapper .owl-item.active.center div.location-slide-content {
    display: block;
}

div.office-location-map-slider-wrapper .owl-item.active.center div.location-image-overlay-color {
    background-color: #ad915f;
    height: 4px;
    bottom: 0;
    top: unset;
}

div.location-slide-content h2.title {
    text-align: center;
    text-transform: uppercase;
    font-size: 23px;
    color: #FFf;
    letter-spacing: 2px;
    margin-bottom: 25px;
}

.location-slide-content {
    margin-top: 50px;
    text-align:center;
}

div.location-slide-content a.phone-number {
    display: inline-block;
    color: #fff;
    font-family: MOntserrat;
    font-weight: 500;
    font-size: 18px;
    background: #ad915f;
    padding: 15px 45px 15px 45px;
    border-radius: 50px;
    margin-bottom: 30px;
    background-repeat: no-repeat;
    background-position: 190px 24px;
}

div.location-slide-content a.phone-number:hover{
    text-decoration:none;
}

div.location-slide-content .address {
    font-family: Montserrat;
    color: #fff;
    font-size: 15px;
    position: relative;
    overflow: hidden;
}

div.location-slide-content .fax {
    font-family: Montserrat;
    font-size: 15px;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 30px;
}


div.location-slide-content .address p{
    margin-bottom:0;
}

div.location-slide-content .solical-media ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 40px;
}

div.location-slide-content .solical-media ul li {display: inline-block;}

div.location-slide-content .solical-media ul li a {
    display: block;
    margin-right: 12px;
}

div.location-slide-content .solical-media ul li:last-child a {
    margin-right: 0;
}

.single-office-map-slide {
    height: 100%;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    border: 0;
    right: 0;
}

.acf-concat-page-map{
	width: 100%;
	height: 1100px;
	border: #ccc solid 1px;
	position:relative;
}

.contact-form-content{
    position:relative;
    width:665px;
    margin:0 auto;
}

.contact-form-wrapper{
    background-color:#efecea;
    position:relative;
    overflow:hidden;
}

.contact-form-content h1 {
    font-size: 33px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-top: 95px;
    margin-bottom: 55px;
}

.fscw label {
    display: none !important;
}


.fscw input[type=text], .fscw input[type=email], textarea{
    border-radius: 0 !important;
    border: none !important;
    background: #fff !important;
}

::placeholder {
  font-family: Montserrat !important;
  letter-spacing: 2px;
  text-transform: uppercase !important;
  color: #7e6863 !important;
  font-size: 12px !important;
}

.fscw input[type=text], .fscw input[type=email], textarea {
    border-radius: 0 !important;
    border: none !important;
    background: #fff !important;
    color: #7e6863 !important;
    font-size: 12px !important;
    font-family: Montserrat !important;
    padding: 25px !important;
    text-transform: uppercase !important;
    letter-spacing: 2px;
}

textarea#field_9jv0r1 {
    height: 194px;
}

.fscw span{
    font-size: 13px;
    color: #85716c;
    font-family: Montserrat;
}


.fscw button.frm_button_submit {
    display: inline-block;
    color: #fff !important;
    font-family: MOntserrat !important;
    font-weight: 400 !important;
    font-size: 18px !important;
    background: #ad915f !important;
    padding: 18px 50px 18px 50px !important;
    border-radius: 50px !important;
    margin-bottom: 30px !important;
    background-repeat: no-repeat !important;
    background-position: 150px 21px !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin:0 !important;
    margin-bottom:65px !important;
    float:right;
}

button:focus{
    outline:none !important;
}


body.page-template-contact-page div#page-wrapper,
body.page-template-contact-page-single div#page-wrapper,
body.page-template-contact-page .df-footer-top.text-center,
body.page-template-contact-page-single .df-footer-top.text-center,
/* body.page-template-contact-page .footer-widget, */
body.page-template-contact-page-single .footer-locations {
    display: none;
}

body.page-template-contact-page .df-footer-bottom,
body.page-template-contact-page-single .df-footer-bottom {
    padding-top: 0;
}

.gmnoprint {
    display: none;
}

body.page-template-contact-page .copyright-top.text-right {
    display: none;
}

/* Contact Modal Start*/

div#emailmodal {
    background: #08374f;
    z-index: 99999999999 !important;
}

.market-page-modal-wrap{
    width:640px;
    margin:0 auto;
    background: #efecea;
    padding: 65px 45px 30px 45px;
}

.emailmodal-content h5 {
    color: #b38f58;
    font-size: 19.5px;
    text-transform: uppercase;
    font-family: BebasNeue-Bold;
    letter-spacing: 10px;
    margin-bottom:25px;
}

span.mhftb {
    width: 90px;
    height: 2px;
    background: #d6bb96;
    display: block;
    position: relative;
    margin: 0 auto;
    margin-bottom: 25px;
}

.emailmodal-content h2 {
    font-family: BebasNeue-Regular;
    font-size: 30px;
    color: #003149;
    text-align: center;
    margin-bottom: 35px;
    letter-spacing:3px;
}

.market-page-modal-wrap .fscw span {
    margin-left: 24px;
}

/* Contact Modal End */

/* Our Difference Page Start */
.odph-content {
    background: #fff;
    width: 526px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    padding: 60px 45px 35px 45px;
}


.our-difference-page-header {
    /* margin-top: -15%; */
    padding-top: 240px;
    padding-bottom: 158px;
    background-position: center;
    position:relative;
    background-repeat: no-repeat;
    background-size: cover;
}


.odph-content h5 {
    font-family: BebasNeue-Bold;
    letter-spacing: 8px;
    font-size: 16px;
    color: #b38f58;
    text-align: center;
    margin-bottom: 20px;
}

span.odptb-saperator {
    height: 1px;
    width: 72px;
    background: #ad915f;
    display: block;
    position: relative;
    margin: 0 auto;
    margin-bottom:20px;
}

.odph-content h2 {
    font-size: 46px;
    color: #003149;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 5px;
    margin-bottom: 55px;
}

.odphb-content {
    color: #ad915f;
    font-size: 16px;
    margin-bottom: 85px;
    text-align: justify;
}

span.odpglm {
    font-family: Montserrat;
    font-size: 14px;
    color: #a8a8a8;
    display: block;
    text-align: center;
    margin-bottom: 20px;
}

a.odpglmwrap:hover{
    text-decoration:none;
}


.arrow-image.text-center {
    margin-top: -35px;
    /* z-index: 999999; */
    position: relative;
}

.approach-container {
    width: 1185px;
    margin: 0 auto;
    position: relative;
    margin-top: -50px;
    z-index: 9;
    overflow:hidden;
}

.od-approach-area {
    background: #efecea;
}

.approach-content {
    position: relative;
}

div.approach-content .ac-left {
    width: 50%;
    float: left;
    text-align: right;
    padding-right: 38px;
    padding-top: 55px;
}

div.approach-content .ac-right {
    width: 50%;
    float: left;
    position: relative;
    padding-left: 22px;
    padding-right:50px;
}

.ac-right-content {
    background: #ffffff;
    padding: 75px 45px 110px 45px;
    position: relative;
    margin-top: -150px;
    z-index: 9999;
    font-size: 16px;
    color: #ad915f;
}

.approach-image {
    position: relative;
    z-index: 9;
}

.ac-left h5 {
    font-family: BebasNeue-Bold;
    font-size: 16px;
    color: #b38f58;
    letter-spacing: 10px;
    position: relative;
    display: inline-block;
    margin-bottom:45px;
}

.ac-left h5:before {
    content: "";
    width: 72px;
    height: 1px;
    background: #b38f58;
    position: absolute;
    left: -82px;
    top: 7px;
}

.ac-left h2 {
    font-size: 38px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.oh-animate-heading-wrapper {
    text-align: center;
    margin-top:-190px;
    padding-bottom:85px
}





    body.page-id-576 .container-fluid, body.page-id-4681 .container-fluid {
        z-index: 999;
        position: relative;
    }

    .od-team-area {
        position: relative;
        overflow: hidden;
        background:#efecea;
    }

    .our-team-image{
        position:relative;
    }

    .our-team-image img {
        width: 100%;
        height: auto;
    }

    .our-team-hero-area {
        position: relative;
        width: 1050px;
        margin: 0 auto;
        background: #fff;
        text-align: center;
        padding: 35px 160px 25px 160px;
        margin-top:-50px;
    }

    h5.otha-subtitle {
        color: #b38f58;
        font-size: 16px;
        text-transform: uppercase;
        font-family: BebasNeue-Bold;
        letter-spacing: 10px;
        margin-bottom: 20px;
    }

    span.othast-divider {
        width: 72px;
        height: 1px;
        background: #ad915f;
        display: block;
        margin: 0 auto;
        margin-bottom: 28px;
    }

    h2.othatitle {
        font-size: 38px;
        color: #003149;
        text-transform: uppercase;
        letter-spacing: 2px;
        margin-bottom: 30px;
    }

    h2.othatitle {
        font-size: 38px;
        color: #003149;
        text-transform: uppercase;
        letter-spacing: 2px;
        margin-bottom: 30px;
    }

    .otha-content {
        font-size: 16px;
        color: #ad915f;
        margin-bottom: 30px;
    }

    a.otha-jotb {
        font-family: Montserrat;
        text-decoration: none;
        color: #fff;
        background: #ad915f;
        font-size: 18px;
        letter-spacing: 1px;
        display: inline-block;
        padding: 10px 60px 10px 35px;
        border-radius: 50px;
        position: relative;
    }

    a.otha-jotb {
        background-image: url(/wp-content/uploads/2019/09/phone-number-arrow.png);
        background-repeat: no-repeat;
        background-position: 200px 20px;
    }

    a.otha-jotb:hover{
        text-decoration:none;
        color:#fff;
    }

    .jotb-w {
        text-align: center;
        margin-top: -32px;
        margin-bottom: 120px;
    }

    .oteam-animate-heading-wrapper {
        text-align: center;
        position: absolute;
        width: 100%;
        bottom: -51px;
    }

    .oteam-animate-heading-wrapper .ourteamtext {
        font-size: 355px;
        font-family: 'GTSectraDisplay';
        color: #efecea;
        text-transform: lowercase;
        white-space: nowrap;
        overflow: hidden;
        position: relative;
        letter-spacing: -40px;
        line-height: 1;
    }

    span.letter.hvh {
        width: 15px;
        display: inline-block;
    }

    .our-team-hero-area:before {
        content: "";
        background-image: url(/wp-content/uploads/2019/09/below-arrow.png);
        position: absolute;
        width: 8px;
        height: 68px;
        bottom: -30px;
        left: 45px;
        z-index: 9999999;
    }

    .od-team-member-area.small {
        background: #e2dedc;
        padding-top: 80px;
    }

    .od-team-member-area-content-container.container {
        width: 1475px;
    }

  /*  .od-team-member-area-content-container.container div.row {
        margin-left: -50px;
        margin-right: -50px;
    }*/

    .od-team-member-area-content-container.container div.row div.single-team-member {
        padding-right: 50px;
        padding-left: 50px;
    }

    .od-team-member-area.small .container div.row div.single-team-member {
        padding: 0 25px;
    }

    .stmcmf-cw{
        position:relative;
    }

    .stm-lec {
        padding-right: 45px;
    }

    .od-team-member-area.small .stm-lec {
        padding-right: 0;
    }

    .stm-rtc {
        position: absolute;
        width: 45px;
        height: 100%;
        background: #efecea;
        top: 0;
        right: 0;
    }

    .stm-image img {
        min-width: 100%;
        min-height: 200px;
    }

    .nd {
        padding-top: 30px;
        padding-left: 18px;
    }

    .nd h3 {
        font-size: 27.15px;
        margin-bottom: 10px;
    }

    .nd h6 {
        font-size: 14.48px;
        color: #ad915f;
        text-transform: uppercase;
        margin-bottom:0px;
        font-family:MyriadPro-Regular;
    }

    .stmcmf-cw .plink {
        position: absolute;
        right: 17px;
        top: 33px;
    }

    .sm-social-area-wrapper {
        position: absolute;
        top: 190px;
        left: 15px;
        text-align: center;
    }

    .sm-social-area-wrapper a:first-child {
        margin-bottom: 0;
        display: block;
    }

    .btn-link.rotate-text {
        position: absolute;
        top: 105px;
        writing-mode: tb-rl;
        transform: rotate(-180deg);
        font-size: 14.5px;
        color: #ad915f;
        letter-spacing: 2px;
        left: 5px;
    }

    .single-team-member {
        margin-bottom: 60px;
    }

    .od-team-member-area {
        background: #efecea;
    }

    .community-area-content {
        width: 1185px;
        margin: 0 auto;
        margin-top:-60px;
    }

    .community-animate-heading-wrapper {
    text-align: center;
    margin-top: 30px;
    }

    div.community-animate-heading-wrapper .communitytext {
        font-size: 355px;
        font-family: 'GTSectraDisplay';
        color: #e2dedc;
        text-transform: lowercase;
        white-space: nowrap;
        overflow: hidden;
        position: relative;
        letter-spacing: -40px;
        line-height: 1;
    }

    .crc-top-content {
        padding: 0 50px;
        position: relative;
    }

    .crc-top-content .crctc-left {
        width: 50%;
        float: left;
        position: relative;
        text-align: right;
        padding-right: 60px;
        text-transform: uppercase;
        font-size: 38px;
        padding-top: 80px;
    }

    .crc-top-content .crctc-right {
        width: 50%;
        float: left;
        background: #fff;
        position: relative;
        font-size: 16px;
        color: #ad915f;
        padding: 70px 45px 80px 45px;
    }

    .crc-image img {
        margin-top: -100px;
    }

    .od-community-area {
        background: #efecea;
        position: relative;
        margin-top: -30px;
        padding-top: 40px;
    }

    .awards-animate-heading-wrapper {
        text-align: center;
    }

    div.awards-animate-heading-wrapper .awardstext {
        font-size: 355px;
        font-family: 'GTSectraDisplay';
        color: #e2dedc;
        text-transform: lowercase;
        white-space: nowrap;
        overflow: hidden;
        position: relative;
        letter-spacing: -40px;
        line-height: 1;
    }

    .aw-content-wrapper {
        width: 865px;
        margin: 0 auto;
        text-align:center;
        position:relative;
        overflow:hidden;
        margin-top: -125px;
    }

    .awards-images-wrapper div.single-award-wrap {
        width: 20%;
        float: left;
        position:relative;
        margin-bottom:30px;
    }

    .single-award-wrap img {
        height: 120px;
    }

    .single-award-wrap .year {
        position: absolute;
        width: 100%;
        margin-top: 20%;
        font-size: 1.7rem;
    }

    .single-award-wrap .gold {
        color: #ad915f;
        margin-top: 24%;
    }

    .od-awards-area {
        position: relative;
        overflow: hidden;
    }

    .aw-content-wrapper > h5 {
        font-family: BebasNeue-Bold;
        font-size: 16px;
        color: #b38f58;
        letter-spacing: 10px;
        margin-bottom: 20px;
    }

    .aw-content-wrapper span {
        width: 72px;
        height: 1px;
        background: #ad915f;
        display: block;
        margin: 0 auto;
        position: relative;
        margin-bottom: 20px;
    }


    .aw-content-wrapper h2 {
        font-size: 38px;
        text-transform: uppercase;
        margin-bottom: 20px;
    }

    .acw-content {
        font-size: 16px;
        color: #ad915f;
        margin-bottom: 30px;
    }

    .mainawards-image {
        position: relative;
        margin-bottom: 60px;
    }

    .single-award-wrap h5 {
        margin-top: 15px;
        height: 60px;
        font-size: 10px;
        color: #003149;
        text-transform: uppercase;
        padding: 0 20px;
        font-family: MyriadPro-Regular;
        position: relative;
        line-height: 15px;
    }

    .od-awards-area {
        background-color: #efecea;
        padding-bottom: 60px;
    }

    .oh-animate-heading-wrapper .wctext{
        font-size: 360px;
        font-family: 'GTSectraDisplay';
        /*position: absolute;*/
        /*bottom: -90px; */
        color: #e2dedc;
        line-height: 1;
        text-transform: lowercase;
        white-space: nowrap;
        /* z-index: 0;
        width: 100vw;
        left: 50%;
        right: 50%;
        margin-left: -50vw; */
    }

    .oteam-animate-heading-wrapper .wctext{
        font-size: 360px;
        font-family: 'GTSectraDisplay';
        color: #efecea;
        line-height: 1;
        text-transform: lowercase;
        white-space: nowrap;
    }

    .community-animate-heading-wrapper .wctext{
        font-size: 360px;
        font-family: 'GTSectraDisplay';
        color: #e2dedc;
        line-height: 1;
        text-transform: lowercase;
        white-space: nowrap;
    }

    .awards-animate-heading-wrapper .wctext{
        font-size: 360px;
        font-family: 'GTSectraDisplay';
        color: #e2dedc;
        line-height: 1;
        text-transform: lowercase;
        white-space: nowrap;
    }

    /*Modal*/



    div#teamModal {
        z-index: 9999;
    }



/* Our Difference Page End */


/* End Code for contact Page */


/* page line */
.left-vertical-line:before {
    content: "";
    background-color: #d2cfce;
    width: 1px;
    height: 100%;
    left: 26.5%;
    top: 0;
    position: absolute;
}

.page-template-contact-page .left-vertical-line:before,
.page-template-contact-page-single .left-vertical-line:before {
    left: 25%;
}

.right-vertical-line:after {
    content: "";
    background-color: #d2cfce;
    width: 1px;
    height: 100%;
    right: 26.5%;
    top: 0;
    position: absolute;
}

.page-template-contact-page .right-vertical-line:after,
.page-template-contact-page-single .right-vertical-line:after {
    right: 25%;
}

.middle-vertical-line:before {
    content: "";
    background-color: #d2cfce;
    width: 1px;
    height: 100%;
    left: 50%;
    top: 0;
    position: absolute;
}

.office-location-map-slider-wrapper .left-vertical-line:before,
body.page-template-contact-page div.header .left-vertical-line:before,
body.page-template-contact-page-single div.header .left-vertical-line:before {
    background-color:rgba(255, 255, 255, .1);
    z-index:9;
}

.office-location-map-slider-wrapper .right-vertical-line:after,
body.page-template-contact-page div.header .right-vertical-line:after,
body.page-template-contact-page-single div.header .right-vertical-line:after {
    background-color:rgba(255, 255, 255, .1);
    z-index:9;
}

.office-location-map-slider-wrapper .middle-vertical-line:before,
body.page-template-contact-page div.header .middle-vertical-line:before,
body.page-template-contact-page-single div.header .middle-vertical-line:before {
    background-color:rgba(255, 255, 255, .1);
    z-index:9;
}

.df-footer-bottom {
    position: relative;
    z-index:-1;
}

.office-location-slider-wrapper.owl-carousel.owl-theme.owl-loaded {
    z-index: 9;
}

.contact-form-p {
    width: 530px;
    margin: 4% auto 0;
    font-size: 15px;
}


/* Add your CSS code here.


End of comment */

a.btn.cta-btn.button23 {
    z-index: 9;
}

div.teammodal {
    z-index: 9999999;
    background: #efecea;
}

div.teammodal .cmcwbstm {
  width: 640px;
  margin: 100px auto;
  padding:65px 45px;
}

.df-footer-bottom {
    position: relative;
    z-index:unset;
}

.about-sm {
    font-size: 16px;
    color: #ad915f;
    margin-bottom: 30px;
}

.tm-ct h3 {
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 20px;
}

.tm-ct h6 {
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
}


.sm-sm {
    position: relative;
    height: 45px;
}

.sm-sm a {
    display: inline-block;
    position: relative;
}

.sm-sm a:first-child {
    margin-right: 5px;
    margin-bottom:-14px;
    overflow:hidden;
}

div.market-page-wrapper .gm-style-mtc {
    display: none;
}

div.market-page-wrapper .gmnoprint {
    display: block;
}

div.market-page-wrapper .gm-svpc {
    display: none;
}

div.market-page-wrapper button.gm-control-active.gm-fullscreen-control {
    display: none;
}

.smc-right ul li {
    margin-bottom: 8px;
}

.smc-right .outcome h3 {
    margin-top: 70px;
}

.smc-right .scope h3, .smc-right .outcome h3 {
    margin-bottom: 25px;
}


div.market-page-wrapper div#content {
    display: none;
}

.single-market-post-data-from-ajax-request {
    background: #efecea;
    margin-top: -20px;
    padding-top: 100px;
    padding-bottom: 80px;
}

div#full-width-page-wrapper {
    padding: 0;
}

.project-description {
    margin-bottom: 80px;
}

.request-info-wrapper {
    background: #efecea;
    padding-top: 20px;
}

.sigle-market-content .smc-left{
    z-index: 99;
}


a.otha-jotb {
    background-position: 200px 16px;
}

div.location-slide-content a.phone-number {
    background-position: 190px 21px;
}

.modal-backdrop{
    z-index:22 !important;
}

.request-info-wrapper a:hover {
    color: #fff !important;
}

/*Issues of market page */

/* Design for Search & 404 Page */
body.search header.page-header {
    margin-top: unset;
    background-color: unset;
    text-align: center;
    text-transform: uppercase;
    padding: 0 0 50px 0;
}

body.search div#primary {
    text-align: center;
}

body.search h2.entry-title a {
    color: #003149;
    font-family: 'GTSectraDisplay';
}

body.search .entry-summary a.btn {
    background: #AD915D!important;
    border: unset;
    border-radius: 50px;
    text-align: center;
    padding: 10px 30px;
}

body.search form#searchform {
    width: 60%;
    margin: 0 auto;
    padding: 100px 0;
}

body.search input#s:focus {
    box-shadow: unset;
    border-color: #AD915D;
}

/* body.error404 */

body.error404 header.page-header {
    margin-top: unset;
    background-color: unset;
    text-align: center;
    text-transform: uppercase;
    padding: 0 0 50px 0;
}

body.error404 div#primary {
    text-align: center;
}

body.error404 h2.entry-title a {
    color: #003149;
    font-family: 'GTSectraDisplay';
}

body.error404 form#searchform {
    width: 60%;
    margin: 0 auto;
    padding: 100px 0;
}

body.error404 input#s:focus {
    box-shadow: unset;
    border-color: #AD915D;
}

body.error404 .widget.widget_categories {
    display: none;
}

body.error404 .widget.widget_archive {
    display: none;
}

body.error404 .widget.widget_tag_cloud {
    display: none;
}

body.error404 .widget.widget_categories {
    display: none;
}

body.error404 .widget.widget_archive {
    display: none;
}

body.error404 .widget.widget_tag_cloud {
    display: none;
}

body.error404 .widget.widget_recent_entries ul {
    display: inline-block;
    margin-left: -3rem;
    margin-top: 1rem;
}

body.error404 .widget.widget_recent_entries h2 {
    text-transform: uppercase;
}

body.error404 .widget.widget_recent_entries ul li a {
    color: #212529;
}


body.market-template-default div#content {
    overflow: hidden;
    position: relative;
}

body.market-template-default .smescw {
    position: relative;
    overflow: hidden;
}

body.market-template-default .sme-single-slide img {
    min-height: 700px;
    max-height: 700px;
}

body.market-template-default div#single-wrapper {
    background: #efecea;
}

.location-slide-content a.btn.btn-link.phone-number:hover {
    color: #fff !important;
}


.page-template-blog .blog-page .pgafu-post-grid-main .pgafu-post-short-content{
    font-family: 'MyriadPro-Regular' !important;
}

.page-template-blog .blog-page .pgafu-post-grid-main .pgafu-post-date span, .page-template-blog .blog-page .pgafu-post-grid-main .pgafu-post-date span > a{
    font-family: 'MyriadPro-Regular' !important;
    font-style: unset;
    font-size: 14px;
}

.page-template-blog .blog-page .pgafu-post-grid-main .pgafu-post-date{
    font-family: 'MyriadPro-Regular' !important;
}

a.btn.btn-link.df-btn.cta-btn:hover {
    color: #fff !important;
}

a.btn.btn-link.df-btn:hover{
     color: #fff !important;
}

div.at4-share{
    display:none !important;
}
div.at4-share.tut{
    display:block !important;
}

/*Common Issue*/

.search-form-modal-wrap {
    width: 640px;
    margin: 0 auto;
    background: #efecea;
    padding:100px 45px;
}

a.btn.btn-link.connect-us-btn {
    z-index: 9;
    position: relative;
}


/*1910*/

.od-team-member-area .modal-body.cmcwbstm {
    margin: 0 auto !important;
    padding: 15vh 20% 0 !important;
    width: 100%;
}



.our-difference-page-header {
    padding-top: 265px;
}


.od-team-member-area .modal-dialog {
    margin: 0 auto !important;
    height: 100%;
}

.od-team-member-area .tm-title {
    text-align: center;
}

.od-team-member-area .tm-pp {
    margin-bottom: 15px;
}

.od-team-member-area .tm-mem-des h6 {
    font-size: 14.48px;
    color: #ad915f;
    text-transform: uppercase;
    margin-bottom: 0px;
    font-family: MyriadPro-Regular;
}

.od-team-member-area .tm-back-text {
    font-size: 300px;
    font-family: 'GTSectraDisplay';
    width: 100%;
    left: 0;
    position: absolute;
    bottom: -90px;
    color: #e2dedc;
    line-height: 1;
    text-transform: lowercase;
    white-space: nowrap;
    text-align: center;
}

.olmsw-left.offices h3 {
    margin: 30px 0;
}

.pdf-link-wrapper a {
    font-family: Montserrat;
    text-transform: uppercase;
    color: #fff;
    background-color: #ad915e;
    display: inline-block;
    border-radius: 50px;
    font-size: 18px;
    padding: 14px 52px;
    text-decoration: none;
}

.pdf-link-wrapper {
    text-align: center;
    margin-bottom: 40px;
}

.project-description {
    margin-bottom: 40px;
}


/*END1910*/

/*Comon Issue End */



/* Raugh Code */
.single-market-image img {
    min-height: 580px;
}

/*Market Page CSS End */

/*Devshuvo Code*/
.grid-item {
    width: 25%;
}
/*End Devshuvo Code*/


/* Customizer Code Kamrul vai*/

/*
.fade-scale {
  transform: scale(0);
  opacity: 0;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

.fade-scale.show {
  opacity: 1;
  transform: scale(1);
}
*/
div.approach-content .ac-right {
    z-index: 99999!important;
}

.modal.fade .modal-dialog {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);
    top: 300px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.modal.fade.show .modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translate3d(0, -300px, 0);
    transform: translate3d(0, -300px, 0);
    opacity: 1;
}


.preloader-logo .animated .circle {
  stroke-width: 1.25px;
  stroke-dasharray: 288;
  stroke-dashoffset: 288;
 animation: draw 5s infinite ease-out;
}
svg.preloader-logo {
 margin-left: calc(50% - 75px);

  height: 150px;
}
@keyframes draw {
  0% {
    stroke-dashoffset: 288;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

.preloader-logo .animated {
  stroke-width: 1.25px;
  stroke-dasharray: 25;
  stroke-dashoffset: 25;
animation: dash 5s infinite linear;
}

.preloader-logo .animated .reverse {
animation: dash 3s infinite reverse;
}




/*
.preloader-logo .animated .circle {
animation: draw 5s infinite ease-out;
}
.preloader-logo .animated {
animation: dash 5s infinite linear;
}
.preloader-logo .animated .reverse {
animation: dash 3s infinite reverse;
}
*/




@keyframes dash {
  0% {
    stroke-dashoffset: 25;
  }
  50% {
    stroke-dashoffset: 0;
  }
}


a:focus {
    outline: none!important;
    box-shadow: none!important;
}
.spinner-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: white;
    z-index: 999999999!important;
    display: flex;
    justify-content: center;
    align-items: center;
}


.history_area_img_area:before {
    width: 100%;
    height: 100%;
    content: "Our History";
    position: absolute;
    font-size: 440px;
    left: 0;
    font-weight: 800;
    font-family: 'GTSectraDisplay';
    top: -100px;
    text-transform: lowercase;
    line-height: 308px;
    z-index: 0;
    color: #ffffff12;
}
.history_area_img_area {
    position: relative;
}
.history_area_img {
    z-index: 999;
    position: relative;
}
.timeline_title_box {
    height: 220px;
    width: 220px;
    background: #dad2c5;
    border: 4px solid white;
    border-radius: 50%;
    text-align: center;
    padding: 39px 10px;
    float: left;
    margin-top: 282px;
}
.client_button {
    margin-bottom: -25px;
    position: absolute;
    bottom: 120px;
    width: 240px;
    left: calc(50% - 120px);
}
.btn {
    text-decoration: none!important;
}
.history_timeline_area {
    padding-left: 6%;
}

.history_area_img {
    margin: 0!important;

}
.history_area_title {
    margin: 0 auto!important;
   margin-bottom: 30px!important;
}

.our-hitory-page .page-title small a:hover {
    color: #AB925C;
}

.our-hitory-page .page-title small a {
    color: #fff;
    text-decoration: none;
}
.intro_visual {
    max-width: 460px;
    float: right;
    text-align: right;
}
.detail_logo {
    margin-right: 40px;
}
.intro_subtitle {
    font-size: 25px;
    text-transform: uppercase;
    color: #003149;
    font-weight: normal;
    letter-spacing: 2px;
}
.intro_name {
    font-size: 38px;
    text-transform: uppercase;
    margin-top: 35px;
    color: #ad915e;
    letter-spacing: 2px;
    margin-bottom: 0;
}
.history_introduction {
    background: #efecea;
}
.intro_des p {
    font-size: 16px;
    font-weight: 400;
    color: #ad915f;
    line-height: 30px;
    padding-bottom: 28px;
    margin: 0;
    font-family: montserrat;
}
.intro_des {
    max-width: 525px;
    padding: 45px 50px 95px 55px;
    background: #ffffff;
    margin-top: 0px;
    margin-left: 12px;
       margin-bottom: -236px;
	position: relative;
    z-index: 9999!important;
}
.crc-top-content .crctc-right {
    z-index: 99999!important;
}


.detail_logo {
    margin-right: 40px;
    margin-top: 153px;
    width: auto;
}
.profile-img {
    margin-top: 73px;
}
.intro_des p span {
    font-weight: bold;
}


.story_title {
    /* width: 100%; */
    font-size: 355px;
    font-weight: bold;
    font-family: 'GTSectraDisplay';
    text-transform: lowercase;
    color: #e2dedc;
    text-align: center;
  margin-top: -40px;
}
.video_bg {
    max-width: 1180px;

    margin: 0 auto;
    margin-top: -134px;
    position: relative;
    background-size: cover;
}
.welcome-img {
    width: 100%;
    /* position: absolute; */

}
.video-icon {
    height: 410px;
    width: 211px;
    position: absolute;
    top: 30%;
    left: 42%;
    right: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-size: cover;
    background-position: center;
}
.welcome_txt {
    position: absolute;
    text-align: center;
    font-size: 297px;
    left: 0;
    right: 0;
    text-transform: lowercase;
    line-height: 1;
    top: 0;
    color: #ffffff;
    opacity: 0.1;
}

a.btn-link.primary-link.video_icon-img {
    margin-top: 27px;
	transition:all .5s;
}
.video_button_text {
    color: white!important;
    text-transform: capitalize;
    margin-top: 8px;
    text-decoration: none!important;
    font-family: 'GTSectraDisplay';
}
.history_cta {
    background: #e2dedc;
    padding-top: 225px;
    text-align: center;
    margin-top: -130px;
    padding-bottom: 55px;
}

.history_cta_title {
    font-size: 30px;
    width: 600px;
    margin: 0 auto;
    line-height: 54px;
}
.history_cta_name {
    font-size: 16px;
    color: #003149;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'BebasNeue-Regular';
    letter-spacing: 5px;
    margin-top: 22px;
}

.cta_title_border {
    background: #ad915f;
    width: 50px;
    height: 2px;
    margin: 0 auto;
    margin-top: 17px!important;
}




/* Timeline */
.timeline,
.timeline-horizontal {
  list-style: none;
  padding: 20px;
  position: relative;
}
.timeline:before {
  top: 40px;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
background-color: #ad915f;
  left: 50%;
  margin-left: -1.5px;
}
.timeline .timeline-item {
  margin-bottom: 20px;
  position: relative;
}
.timeline .timeline-item:before,
.timeline .timeline-item:after {
  content: "";
  display: table;
}
.timeline .timeline-item:after {
  clear: both;
}
.timeline .timeline-item .timeline-badge {
    color: #003149;
    width: 10px;
    height: 10px;
    line-height: 52px;
    font-size: 22px;
    text-align: center;
    position: absolute;
    margin-left: -25px;
    border: none;
    z-index: 100;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
}
.timeline .timeline-item .timeline-badge i,
.timeline .timeline-item .timeline-badge .fa,
.timeline .timeline-item .timeline-badge .glyphicon {
  top: 2px;
  left: 0px;
}
.timeline .timeline-item .timeline-badge.primary {
  background-color: #003149;
}
.timeline .timeline-item .timeline-badge.info {
  background-color: #5bc0de;
}
.timeline .timeline-item .timeline-badge.success {
  background-color: #59ba1f;
}
.timeline .timeline-item .timeline-badge.warning {
  background-color: #d1bd10;
}
.timeline .timeline-item .timeline-badge.danger {
  background-color: #ba1f1f;
}


.timeline-horizontal {
  list-style: none;
  position: relative;
  padding: 20px 0px 20px 0px;
  display: inline-block;
}
.timeline-horizontal:before {
    height: 2px;
    top: 243px;
    bottom: 4px;
    left: 22px;
    right: 0;
    width: 109%;
    margin-bottom: 20px;
}
.timeline-horizontal .timeline-item {
    display: inline-block;
    width: 140px;
    /* max-width: 130px; */
    float: none !important;
    padding-left: 0px;
    padding-right: 20px;
    margin: 0 auto;
    vertical-align: bottom;
}
.timeline-horizontal .timeline-item .timeline-panel {
  top: auto;

  display: inline-block;
  float: none !important;
  left: 0 !important;
  right: 0 !important;
  width: 100%;
  margin-bottom: 20px;
}

.timeline-horizontal .timeline-item .timeline-badge {
  top: auto;
  bottom: 0px;
  left: 43px;
}
.timeline-panel {
    position: absolute!important;
    width: 300px!important;
    padding: 0!important;
    overflow: hidden;
    white-space: normal!important;
  min-height: 243px;
}
.timeline-panel {
    background: none!important;
    border: none!important;
    box-shadow: none!important;
}
.timeline-body {
    display: inline-block;
    width: 100%;
}

.timeline-item:nth-child(odd) .timeline-panel {
    bottom: -401px;
}
li.long-border.timeline-item.timeline-item-0 .timeline-panel {
  top: -32px!Important;
}

.timeline-item:nth-child(even) .timeline-panel {
    top: auto!Important;
    bottom: -53px!important;
}
.timeline-item:nth-child(even):before {
    height: 62%;
    width: 2px;
    content: ""!important;
    position: absolute;
    display: block!important;
    background: #ad915f;
    left: 22px;
    bottom: 0;
}
.timeline-item:nth-child(odd):after {
    height: 55%;
    width: 2px;
    content: ""!important;
    position: absolute;
    display: block!important;
    background: #ad915f;
    left: 22px;
}

.timeline .timeline-item:nth-child(even) .timeline-panel.short-border-panel {
    bottom: -142px!important;
}
.timeline .timeline-item:nth-child(odd) .timeline-panel.short-border-panel {
    bottom: -323px!important;
}
.short-border.timeline-item {
    height: 131px!important;
}

.long-border.timeline-item:nth-child(odd):after {
    height: 55%;
      bottom: -123px;

}


.short-border.timeline-item:before {
        height: 55px!important;
    bottom: 0!important;
    top: unset!important;
}
.short-border.timeline-item:after {
       height: 50px!important;
    bottom: -49px;

}
.long-border.timeline-item {
    height: 230px;
}
.history_timeline_area {
    padding-top: 0px;
    padding-bottom: 0px;
}

.history_timeline_area .dev-shss-wrap {
    position: relative;
    overflow: hidden;
    padding-right: 99px;
}

.time_line_carousel.carousel-frame {
    width: calc(100% - 247px)!important;
    float: right;
    padding-left: 54px;
}
.long-border.timeline-item:nth-child(1):after {
    bottom: 0;
}
#history_chevron-arrow-left, #history_chevron-arrow-right {

    border: none;
  transform: rotate(-179deg);
    height: 65px;
  width:90px;
    top: 361px;
 left: 230px;
    background-size: contain;position: absolute;
  z-index: 9999;
}
 #history_chevron-arrow-right {
    background: url(/wp-content/uploads/2019/09/time-line-r.png);

}
.df-footer-top {
    position: relative;
    z-index: 9!important;
}




#history_chevron-arrow-right {

   visibility: hidden;
    opacity: 0;
}


#history_chevron-arrow-right {

   right: 9px;
    left: unset;
  transform: none;
}

#history_chevron-arrow-left.active, #history_chevron-arrow-right.active {
    visibility: visible;
    opacity: 1;
}

div#history_chevron-arrow-left:before {
    height: 2px;
    width: 100px;
    background: #ad915f;
    content: "";
    position: absolute;
    top: 32px;
}
.timeline-item:nth-child(1) .timeline-body {
    display: block;
}
.timeline-body h4 {
    font-size: 38px;
    color: #ac915e;
    display: inline-block;
    float: left;
    width: 71px;
}
.timeline-body h5 {
    font-size: 16px;
    font-weight: bold;
    margin-left: 15px;
    /* display: inline-block; */
    float: left;
    width: calc(100% - 89px);
}
.timeline-item:nth-child(1) .timeline-panel {
    width: 350px!important;
}
.timeline-item:nth-child(1) .timeline-body h4 {
    font-size: 48px;
    color: #003149;
}
.timeline-item:nth-child(1) .timeline-body h5 {
    font-size: 18px;
      margin-left:0px;
      width: 100%;

}
.timeline_title_box_title {
    font-size: 27px;
    text-transform: capitalize;
}

.timeline_title_box h6 {
    font-size: 18px;
    text-transform: uppercase;
    position: relative;
    padding-top: 13px;
    color: #ad915f;
}
.timeline_title_box h6:before {
    content: "";
    height: 1px;
    width: 55px;
    background: white;
    position: absolute;
    top: 1px;
    left: 35%;
}
.long-border.timeline-item.timeline-item-6 {
    margin-left: 227px;
}
.long-border.timeline-item.timeline-item-7 {
    margin-left: -96px;
    margin-right: 122px;
}
.short-border.timeline-item.timeline-item-5 {
    margin-left: -34px;
    margin-right: 101px;
}

li.long-border.timeline-item.timeline-item-6:after {
    height: 55px;
    bottom: -55px;
}
li.long-border.timeline-item.timeline-item-6 .timeline-panel {
    bottom: -326px;
}

#history_chevron-arrow-left.active .history_arrow_left {
    background: url(/wp-content/uploads/2019/09/time-line-r.png);
    width: 100%;
    height: 100%;
}
 .history_arrow_left {
    background:none;
    width: 100%;
    height: 100%;
}

div#history_chevron-arrow-left.active:before {

    background: none;

}
.our-hitory-page .arrow-image.text-center {
    margin-top: 10px;
    z-index: 999999;
    position: relative;
}

#mobile-timeline-content {
    display: none;
}

/* Tablet Layout: 768px. */
@media only screen and (min-width: 1025px) and (max-width: 1358px) {

.story_title {
    /* width: 100%; */
    font-size: 256px;

}
.welcome_txt {
    font-size: 190px;

}
.video_bg {
    margin-top: -85px;
}




}




/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .history_area_img_area:before {
    width: 100%;
    height: 100%;
    content: "Our History";
    position: absolute;
    font-size: 221px;
    left: 0;
    font-weight: 800;
    font-family: 'GTSectraDisplay';
    top: -100px;
    text-transform: lowercase;
    line-height: 308px;
    z-index: 0;
    color: #ffffff12;
}
.employee-client .content-part .heading h2 {
    color: #fff;
    margin-bottom: 0;
    font-size: 28px;
}
.employee-client .content-part .content-wrapper {
    padding: 29px 25px 0;
    font-size: 16px;
}
.ftp-section h3 {
    text-transform: uppercase;
    font-size: 21px;
}


.video_bg {

    margin-top: -60px;

}
.detail_logo {
    margin-right: 0;
    margin-top: 153px;
    width: 30%;
    float: left;
}
.profile-img {
    margin-top: 73px;
    width: 65%;
    float: right;
}
.intro-img {
    width: 100%;
    display: block;
    overflow: hidden;
    margin-top: -120px;
}
 .intro_des {
    max-width: 525px;
    padding: 20px 20px 20px 20px;
    background: #ffffff;
    margin-top: -102px;
    margin-left: 12px;
    margin-bottom: -85px;

}
 .intro_des p {
    font-size: 13px;
    font-weight: 400;
    color: #ad915f;
    padding-bottom: 7px;
    margin: 0;
    font-family: montserrat;
    line-height: 23px;
}
.intro_name {
    font-size: 28px;
}

.intro_subtitle {
    font-size: 18px;
    text-transform: uppercase;
    color: #003149;
    font-weight: normal;
    letter-spacing: 2px;
}

 .story_title {
    /* width: 100%; */
    font-size: 184px;
    font-weight: bold;
    font-family: 'GTSectraDisplay';
    text-transform: lowercase;
    color: #e2dedc;
    text-align: center;
    margin-top: -1px;
    line-height: 1;
    padding-top: 36px;
}

.welcome_txt {
    position: absolute;
    text-align: center;
    font-size: 132px;
    left: 0;
    right: 0;
    text-transform: lowercase;
    line-height: 1;
    top: 0;
    color: #ffffff;
    opacity: 0.1;
    padding-top: 22px;
}
 .welcome-img {
    width: 100%;
    /* position: absolute; */
    min-height: 554px;
}
.timeline_title_box h6:before {
    content: "";
    height: 1px;
    width: 35px;
    background: white;
    position: absolute;
    top: 1px;
    left: 39%;
}
.timeline_title_box_title {
    font-size: 16px;
    text-transform: capitalize;
}
.timeline_title_box h6 {
    font-size: 13px;
    text-transform: uppercase;
    position: relative;
    padding-top: 13px;
    color: #ad915f;
}

.history_timeline_area {
    padding-left: 10px;
}
 .history_timeline_area .dev-shss-wrap {
    position: relative;
    overflow: hidden;
    padding-right: 40px;
}
.time_line_carousel.carousel-frame {
    width: calc(100% - 150px)!important;
    float: right;
    padding-left: 0;
    padding-top: 117px!important;
}

div#history_chevron-arrow-left:before {
  display:none;
}
#history_chevron-arrow-left, #history_chevron-arrow-right {

    top: 328px;
    left: 126px;

}
 .timeline-body h5 {
    font-size: 13px;
    margin-left: -6px;
    /* display: inline-block; */
    float: left;
    width: calc(100% - 89px);
}

.timeline-body h4 {
    font-size: 30px;
    color: #ac915e;
    display: inline-block;
    float: left;
    width: 71px;
}

 .timeline_title_box {
    height: 150px;
    width: 150px;
    background: #dad2c5;
    border: 4px solid white;
    border-radius: 50%;
    text-align: center;
    padding: 25px 3px;
    float: left;
    margin-top: 282px;
}

#history_chevron-arrow-right {
    right: 9px;
    left: unset!important;
    transform: none;
}
#history_chevron-arrow-left.active .history_arrow_left {
    background: url(/wp-content/uploads/2019/09/time-line-r.png);
    width: 59px;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
 #history_chevron-arrow-right {
    background: url(/wp-content/uploads/2019/09/time-line-r.png);
    width: 59px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.df-container {
    max-width: 1250px;
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
}

}


/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {
	.history_area_img_area:before {
display:none
}

 div.page-header-employe {
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: top center;
    margin-top: 0;
    padding: 200px 0 100px;
}
.employee-client .content-part .heading {
    background: #AD915F;
    text-align: center;
    text-transform: uppercase;
    padding: 45px 10px;
}
.employee-client .content-part .heading h2 {
    color: #fff;
    margin-bottom: 0;
    font-size: 26px;
}
.employee-client .content-part .content-wrapper {
    padding: 18px 14px 0;
    font-size: 16px;
}
.employee-client .ftp-section {
    background: #E2DEDB;
    padding: 29px;
}


.employee-client .ftp-section .title-desc {
    background: url(assets/img/arrow-back.png) no-repeat top center;
    padding-left: 0;
    padding-top: 100px;
    text-align:center;
}

.ftp-section h3 {
    text-transform: uppercase;
    font-size: 24px;
}
 .employee-client .content-part {
    background: #fff;
    margin-bottom: 60px;
    height: inherit !important; /* Cancel equalHeight on mobile */
}
.client_button {
    bottom: 180px;
}
 .career-page .page-header {
    background-color: #013148;
    background-repeat: no-repeat;
    background-position: top center;
    margin-top: 0;
    padding: 200px 0 100px;
    background-size: cover;
}
.career-page .df-container {
    max-width: 1250px;
    margin: auto;
    padding: 10px;
}
 .career-page .innercontent-section h2 {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 26px;
    letter-spacing: 3px;
    font-size: 24px;
}
 .career-page .inner-wrapper .inner-content {
    padding: 15px;
}
.page-header.our-history_header {
    background-color: #013148;
    background-repeat: no-repeat;
    background-position: top center;
    margin-top: 0;
    padding: 200px 0 100px;
    background-size: cover;
}
.narrow-container h3 {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 16px;
    font-size: 26px;
    letter-spacing: 2px;
}

 .career-iframe {
    padding: 90px 10px 60px;
}

.career-iframe h3 {
    font-size: 26px;

}
.career-page .inner-wrapper img {
    width: 100%;
}

  .intro_visual {
    margin-top: 50px;
}

#mobile-timeline-content {
    display: block;
}
.page-header.our-history_header {
    width: 100%;
    overflow: hidden;
}

.our-history_header .page-title {
    text-align: center!important;
    overflow: hidden;
}
.page-title h1 {
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin-top: 31px!important;
    display: block;
}
.intro_visual {
    width: 100%;
    max-width: unset;
    float: none;
}

.detail_logo {
    margin-right: 0;
    width: auto;
    margin: auto;
    float: none!important;
    display: block;
    margin-top: -5px;
}

 .profile-img {
    margin-top: 26px!Important;
    width: auto;
    display: block;
    margin: auto;
}
.intro_name {
    font-size: 32px;
    text-transform: uppercase;
    margin-top: 35px;
    color: #ad915e;
    letter-spacing: 2px;
    margin-bottom: 0;
    text-align: center;
}
.intro_subtitle {
    font-size: 18px;
    text-transform: uppercase;
    color: #003149;
    font-weight: normal;
    letter-spacing: 2px;
    text-align: center;
}
.intro_des {
    max-width: unset;
    padding: 20px 20px 2px 20px;
    background: #ffffff;
    margin-top: 45px;
    margin-left: 0;
    margin-bottom: 55px;
}
.intro_des p {
    font-size: 13px;
    font-weight: 400;
    color: #ad915f;
    line-height: 26px;
    padding-bottom: 22px;
    margin: 0;
    font-family: montserrat;
}
.long-border.timeline-item:nth-child(odd):after {
    height: 2px;
    bottom: -123px;
}

.timeline-item:nth-child(odd):after {
    height: 55%;
    width: 55px;
    content: ""!important;
    position: absolute;
    display: block!important;
    background: #ad915f;
    left: -76px;
    bottom: unset!important;
    top: 4px!important;
}
.timeline-horizontal:before {
    height: 100%;
    top: 0;
    bottom: 4px;
    left: -22px;
    right: 0;
    width: 2px;
    margin-bottom: 20px;
}

.timeline:before {
    top: 40px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 3px;
    background-color: #ad915f;
    left: 50%;
    margin-left: -1.5px;
}
.history_timeline_area {
    padding-left: 0;
}
.history_timeline_area .dev-shss-wrap {
    position: relative;
    overflow: hidden;
    padding-right: 0;
}
.timeline_title_box {
    height: 220px;
    width: 220px;
    background: #dad2c5;
    border: 4px solid white;
    border-radius: 50%;
    text-align: center;
    padding: 39px 10px;
    float: left;
    margin-top: 45px!important;
    margin: auto;
    display: block;
    float: none!important;
}
.time_line_carousel.carousel-frame {
    display: none!important;
}
.story_title {
    /* width: 100%; */
    font-size: 355px;
    font-weight: bold;
    font-family: 'GTSectraDisplay';
    text-transform: lowercase;
    color: #e2dedc;
    text-align: center;
    margin-top: 0px;
    line-height: 63px;
    margin-bottom: 40px;
}
.history_cta {
    background: #e2dedc;
    padding-top: 45px;
    text-align: center;
    margin-top: 0;
    padding-bottom: 55px;
    width: 100%;
    overflow: hidden;
    margin-top: 0px;
}
.video_bg {
    max-width: 1180px;
    margin: 0 auto;
    margin-top: 1px;
    position: relative;
    background-size: cover;
      background-image: url(/wp-content/uploads/2019/09/video-bg-1.png)!important;
}

.welcome_txt {
    position: absolute;
    text-align: center;
    font-size: 68px;
    left: 0;
    right: 0;
    text-transform: lowercase;
    line-height: 1;
    top: 0;
    color: #ffffff;
    opacity: 0.5;
    margin-top: 15px;
}
.video-icon {
    height: 412px;
    width: 211px;
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-size: cover;
    background-position: center;
    background-size: cover;
    margin: 0 auto;
    margin-top: -21px;
}

.history_cta_title {
    font-size: 30px;
    width: unset;
    margin: 0 auto;
    line-height: 40px;
}
.story_video_area {
    padding-bottom: 40px;
    padding-top: 40px;
}
 .welcome-img {
    width: 100%;
    /* position: absolute; */
    display: block;
}

 .video_bg {
    padding-top: 0;
}

 #mobile-timeline-content {
  margin-top: 50px;
  text-align: center;
       padding-bottom: 100px;
}
/* mobile-timeline */
.mobile-timeline {
    border-left: 3px solid #ad915f;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    background: rgba(255, 255, 255, 0.03);
    color: rgba(255, 255, 255, 0.8);
    font-family: 'Chivo', sans-serif;
    letter-spacing: 0.5px;
    position: relative;
    line-height: 1.4em;
    font-size: 1.03em;
    padding: 0;
    list-style: none;
    text-align: left;
    font-weight: 100;
    width: 85%;
    margin: 0 auto;
    max-width: 320px;
}
  div#history_introduction .container {
    background: #efecea!important;
}
.mobile-timeline h1 {
  font-family: 'Saira', sans-serif;
  letter-spacing: 1.5px;
  font-weight: 100;
  font-size: 1.4em;
}
.mobile-timeline h2,
.mobile-timeline h3 {
  font-family: 'Saira', sans-serif;
  letter-spacing: 1.5px;
  font-weight: 400;
  font-size: 1.4em;
}
.mobile-timeline .event {
    border-bottom: 0px;
    padding-bottom: 20px;
    margin-bottom: 11px;
    position: relative;
    padding-left: 16px;
}
.mobile-timeline .event:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}
.mobile-timeline .event:before,
.mobile-timeline .event:after {
  position: absolute;
  display: block;
  top: 0;
}

.mobile-timeline .event:after {
    box-shadow: 0 0 0 0px #003149;
    left: -7px;
    background: #003149;
    border-radius: 50%;
    height: 11px;
    width: 11px;
    content: "";
        top: 21px;
}
.mobile-timeline .timeline-title {
    padding: 0;
    margin-top: 0;
    color: #ad915f;
    font-size: 35px;
}
.mobile-timeline .event h5 {
    font-size: 17px;
}
#history_chevron-arrow-left, #history_chevron-arrow-right {
    border: none;
    transform: rotate(-179deg);
    height: 65px;
    width: 90px;
    top: 361px;
    left: 230px;
    background-size: contain;
    position: absolute;
    z-index: 9999;
    display: none;
}

.smescw div.modal-header {
    margin-top: 180px;
}

/*.event.mobile-timeline-item-2 {
    margin-bottom: 257px;
    position: relative;
}

.event.mobile-timeline-item-2:before {
    width: 100%;
    height: 198px;
    position: absolute;
    content: "";
    background: url(/wp-content/themes/davis-floyd/assets/img/19621.png);
    top: 121px;
    background-size: cover;
}
li.event.mobile-timeline-item-5:before {
    height: 265px;
    width: 265px;
    content: "";
    position: absolute;
    background: url(/wp-content/themes/davis-floyd/assets/img/1995.png);
    top: 111px;
}

li.event.mobile-timeline-item-5 {
    margin-bottom: 296px;
    position: relative;
}

 li.event.mobile-timeline-item-4:before {
    width: 100%;
    height: 170px;
    content: "";
    position: absolute;
    background: url(/wp-content/themes/davis-floyd/assets/img/1962.png);
    background-size: cover;
    background-position: center;
    top: 127px;
}

li.event.mobile-timeline-item-4 {
    margin-bottom: 180px;
    position: relative;
} */






}



/* Wide Mobile Layout: 480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {


  .welcome-img {
    width: 100%;
    /* position: absolute; */
    display: none;
}

 .video_bg {
    max-width: 1180px;
    margin: 0 auto;
    margin-top: 1px;
    position: relative;
    background-size: cover;
    background-image: url(/wp-content/uploads/2019/09/video-bg-1.png)!important;
    padding-top: 135px;
}





}


ul.pgafu-filter {
    padding-left: 0;
}

div#customDots div.owl-dot button {
    cursor:pointer;
}



.page-template-video-page .header, .page-template-video-page-2 .header{
background: #003149;
}


.page-template-video-page .embed-container, .page-template-video-page-2 .embed-container {
    --video--width: 1296;
    --video--height: 540;

    position: relative;
    padding-bottom: calc(var(--video--height) / var(--video--width) * 100%); /* 41.66666667% */
    overflow: hidden;
    max-width: 100%;
  }

  .page-template-video-page .embed-container iframe,
  .page-template-video-page .embed-container object,
  .page-template-video-page .embed-container embed,
  .page-template-video-page-2 .embed-container iframe,
  .page-template-video-page-2 .embed-container object,
  .page-template-video-page-2 .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 3% 0;
  }

@media (max-width: 767px){
    .page-template-video-page .video-wrapper,
    .page-template-video-page-2 .video-wrapper{
        margin-top: 200px;
    }
    .page-template-video-page .embed-container,
    .page-template-video-page-2 .embed-container {

        --video--width: 1296;
        --video--height: 540;
        position: relative;
        padding-bottom: calc(var(--video--height) / var(--video--width) * 140%);
        overflow: hidden;
        max-width: 100%;

    }
}

.pum-theme-4185 .pum-container, .pum-theme-default-theme .pum-container {
    background-size: cover;
    background-image: url(https://davisfloyd.com/wp-content/uploads/2020/03/df-pop-bg.jpg);
}

.page-template-video-page-2 .video-wrapper{
    background-color: #f6f6f6;
}

@font-face {
    font-family: 'BebasNeue-Regular';
    src: url('assets/fonts/bebasneue-regular-webfont.woff') format('woff'),
        url('assets/fonts/BebasNeue-Regular.otf') format('otf');
}

@font-face {
    font-family: 'BebasNeue-Bold';
    src: url('assets/fonts/BebasNeue-Bold.woff') format('woff'),
        url('assets/fonts/BebasNeue-Bold.ttf') format('otf');
}

@font-face {
    font-family: 'MyriadPro-Regular';
    src: url('assets/fonts/MyriadPro-Light.woff') format('woff'),
        url('assets/fonts/MyriadPro-Light.otf') format('otf');
}

@font-face {
    font-family: 'GTSectraDisplay';
    src: url('assets/fonts/GTSectraDisplay-Regular.woff') format('woff'),
        url('assets/fonts/GTSectraDisplay-Regular.ttf') format('ttf');
}

@font-face {
    font-family: 'GTSectraDisplayLight';
    src: url('assets/fonts/GTSectraDisplay-Light.woff') format('woff'),
        url('assets/fonts/GTSectraDisplay-Light.ttf') format('ttf');
}

body {
    font-family: 'Myriad Pro', sans-serif !important;
    font-size: 18px !important;
    line-height: 1.8 !important;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    color: #003149;
    font-family: 'GTSectraDisplay';
}

.clear {
    clear: both;
}

img {
  object-fit: cover;
}

.df-container {
    max-width: 1250px;
    margin: auto;
}

.page-title h1 {
    color: #fff;
    font-size: 46px;
    text-transform: uppercase;
    letter-spacing: 5px;
}

.page-title h1 span {
    display: block;
}

.page-title h5 {
    color: #AD915F;
    font-family: 'BebasNeue-Bold';
    letter-spacing: 10px;
    font-size: 16px;
    margin-bottom: 20px;
}

.page-title small {
    color: #fff;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
}




.menu-bar-item a {
    font-family: 'BebasNeue-Regular';
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
    font-size: 15px;
    text-decoration: none;
}

.menu-bar-item a:hover{
    color: #AD915D;
    text-decoration: none;
}

/* Responsive Styles */

@media only screen and (min-width: 1640px) {
    .container {
        max-width: 1620px!important;
    }
}


/*Market Page CSS Start*/

.single-market-image img {
    min-width: 100%;
    min-height: 580px;
    max-width: 100%;
    max-height: 580px;
}

div.market-page-wrapper {
    padding-top: 0;
}

.market-heading-wrapper {
    background-repeat: no-repeat;
    background-position: top center;
    background-size:cover;
    /* margin-top: -170px; */
    padding-top: 50px;
/*     padding-bottom: 520px; */
	padding-bottom: 82px;
}

.work-project-wrapper {
    position: relative;
    margin-top: -520px;
}

.market-menu-content-wrap {
    background: #fff;
    display: inline-block;
    position: relative;
   padding: 50px 57px 3px 76px;
}

.market-menu-content-wrap h6 {
    color: #AD915F;
    font-family: 'BebasNeue-Bold';
    letter-spacing: 10px;
    font-size: 16px;
    margin-bottom: 20px;
}

.heading-divider {
    border: 1px solid #ad915f;
    width: 80px;
    margin: 10px auto 20px;
    display: block;
}

.market-menu-content-wrap h1 {
    text-transform: uppercase;
    color: #003149;
    font-size: 46px;
    letter-spacing:5px;
}

.market-menu.text-center .arrow-image {
    margin-top: -25px;
    margin-bottom: 40px;
    position: relative;
    overflow: hidden;
}

div#customDots div.owl-dots {
    padding: 0 12px;
}

div#customDots div.owl-dot {
    padding: 0 12px;
}

div#customDots div.owl-dot button {
    font-size: 13px;
    color: #5689a3;
    text-transform: uppercase;
    letter-spacing: 2px;
    background: unset;
    border: unset;
    font-weight: 600;
    font-family: Montserrat;
    position:relative;
    padding:14px 12px;
}

div#customDots div.owl-dot button:focus{
    outline:unset;
}

div#customDots .owl-dot.active button {
    color: #fff !important;
}

div#customDots .owl-dot.active button:before {
    content: "";
    background-image: url(/wp-content/uploads/2019/09/market-menu-before.png);
    width: 7px;
    height: 7px;
    display: block;
    margin: auto;
    position:relative;
    top:-14px;
}

div#customDots .owl-dot.active button:after {
    content: "";
    background-image: url(/wp-content/uploads/2019/09/market-menu-after.png);
    width: 73px;
    height: 4px;
    display: block;
    margin: auto;
    position:relative;
    bottom:-14px;
}

.market-heading-wrapper #customDots {
    position: relative;
    overflow: hidden;
    text-align: center;
    margin-bottom: 70px;
}

.single-market-image {
    position: relative;
}

.single-mi-overlay-color {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.53);
}

.owl-item.active.center .single-mi-overlay-color {
    background-color: unset;
}

.single-market-image-content {
    margin-top: -35px;
}

.single-market-title {
    text-align: center;
}

.single-market-title h1 {
    text-align: center;
    text-transform: uppercase;
    font-size: 46px;
    display: inline-block;
    margin-bottom: 35px;
    padding: 35px 145px 0;
    background-color: #fff;
}

.mcbom-slide-wraper .owl-item.cloned {
    z-index: 9;
}

.mcbom-slide-wraper .owl-item.active.center:before {
    content: "";
    width: 1px;
    height: 95%;
    background-color: #ddd;
    position: absolute;
    left: -45px;
}

.mcbom-slide-wraper .owl-item.active.center:after {
    content: "";
    width: 1px;
    height: 95%;
    background-color: #ddd;
    position: absolute;
    right: 0;
    top: 0;
    right: -45px;
}

.single-market-image-content {
    position: relative;
    overflow: hidden;
}

.smic-left-side {
    width: 50%;
    float: left;
    border-right:1px solid #ddd;
    padding-right:40px;
    padding-top:40px;
    padding-bottom:90px;
}

.smic-right-side {
    width: 50%;
    float: left;
    padding-left:40px;
    padding-top:40px;
    padding-bottom:90px;
}

.single-market-image-content {
    display: none;
}


.single-market-map-wrapper {
    display: none;
}

.owl-item.active.center .single-market-image-content {
    display:block;
}

.owl-item.active.center .single-market-map-wrapper {
    display:block;
    z-index:999;
    margin-top:-20px;
}

.smic-left-side ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right;
}

.smic-right-side ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
}

.single-market-image-content ul li {
    font-size: 16px;
    color: #ad915f;
    font-family: MyriadPro-Regular;
}

/* Map Style Start */

.year-selector-wrapper.container {
    display: none;
}


.single-market-map-wrapper {
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
}

.market-info-box-left img {
    width: 150px !important;
    height: 102px !important;
}

h5.state {
    margin-bottom: 0;
}

.marker-info-box {
    width: 400px;
}

.market-info-box-left {
    display: inline-block;
    float: left;
    height: 100%;
    width: 150px;
    position: absolute;
}

.market-info-box-right {
    float: right;
    width: 250px;
    padding: 18px 35px 18px 18px;
    background-color: #ddf0fa;
}

.market-info-box-right h4,
.contact-marker-info-box-wrap h4 {
    max-width: 250px;
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 600;
    color: #012435;
}

.market-info-box-right h5,
.contact-marker-info-box-wrap h5 {
    font-family: Montserrat;
    font-size: 13.9px;
    font-weight: 600;
    color: #6f9eb6;
}

.contact-marker-info-box-wrap {
    padding: 25px 36px;
    float: right;
}

.acf-concat-page-map .gm-style-iw-d {
    width: 330px;
    background: #ddf0fa;
}

.acf-concat-page-map .gm-style .gm-style-iw-t::after {
    background: #ddf0fa;
}

div.single-market-map-wrapper .gm-style-iw-d {
    overflow: unset !important;
}

div.single-market-map-wrapper .gm-style .gm-style-iw-t::after {
    background: linear-gradient(45deg,rgba(221,240,250,1) 50%,rgba(221,240,250,0) 51%,rgba(221,240,250,0) 100%);
}

div.single-market-map-wrapper button.gm-ui-hover-effect {
    top: -2px !important;
    right: 2px !important;
}

/* Map Style End */

.acf-map {
	width: 100%;
	height: 700px;
	border: #ccc solid 1px;
	margin: 20px 0;
}

/* ajax post data style start */

.single-market-post-data-from-ajax-request .container {
    width: 1214px;
}

.single-market-post-data-from-ajax-request .sme-single-slide img {
    min-width: 1184px !important;
    min-height: 740px !important;
    max-width:1184px !important;
    max-height:740px !important;
}

@media (max-width: 991px){
    .single-market-post-data-from-ajax-request .owl-stage .owl-item .sme-single-slide img {
        min-height: 100% !important;
        max-width: 100%;
        width: 100%;
        min-width: 100% !important;
    }
}

div.single-market-entry-slide-wrapper .owl-nav.disabled {
    display: block;
    margin-top:0;
}


.single-market-post-data-from-ajax-request button.owl-prev {
    position: absolute;
    left: 0;
    top: 50%;
    background-image: url(/wp-content/uploads/2019/09/single-market-left-arrow.png) !important;
    width: 91px;
    height: 69px;
    margin: 0 !important;
    border-radius: 0 !important;
    margin-top: -34.5px !important;
    margin-left: 30px !important;
}

.single-market-post-data-from-ajax-request button.owl-next {
    position: absolute;
    right: 0;
    top: 50%;
    background-image: url(/wp-content/uploads/2019/09/single-market-rightt-arrow-1.png) !important;
    width: 91px;
    height: 69px;
    margin: 0 !important;
    border-radius: 0 !important;
    margin-top: -34.5px !important;
    margin-right: 30px !important;
}

.single-market-post-data-from-ajax-request .owl-nav span {
    display: none;
}

.single-market-post-data-from-ajax-request button:focus{
    outline:none;
}

.single-market-post-data-from-ajax-request .owl-theme .owl-nav [class*='owl-']:hover {
    background: rgba(134, 151, 145, 0.1);
}

.sigle-market-content {
    position: relative;
    overflow: hidden;
    margin-top: -70px;
}

@media (max-width: 991px){
    .sigle-market-content{
        margin-top: 0px;
    }
}

.sigle-market-content .smc-left {
    float: left;
    position: relative;
    z-index: 999999999999;
    background-color: #fff;
    margin-left: 40px;
    box-sizing: border-box;
    width: calc(50% - 40px);
}

.sigle-market-content .smc-right {
    float: left;
    width: 50%;
}

.smc-left .subtitle {
    text-align: center;
}

.smc-left .subtitle h4 {
    font-size: 16px;
    text-transform: uppercase;
    font-family: BebasNeue-Bold;
    color: #b38f58;
    letter-spacing: 5px;
    border-bottom: 1px solid #ad915f;
    display: inline-block;
    margin-top: 60px;
    margin-bottom: 35px;
    padding-bottom: 20px;
}

.smc-left .title {
    text-align: center;
    margin-bottom:55px;
}

.sigle-market-content .title h2 {
    font-size: 37px;
    text-transform: uppercase;
    color: #003149;
    padding: 0 55px;
    font-family: GTSectraDisplay;
    letter-spacing:2px;
}

.project-description {
    padding: 0 45px;
    font-size: 16px;
    color: #ad915f;
    margin-bottom: 100px;
}

.request-info-wrapper {
    text-align: center;
}

.request-info-wrapper a {
    font-family: Montserrat;
    text-transform: uppercase;
    color: #fff;
    background-color: #ad915e;
    display: inline-block;
    border-radius: 50px;
    font-size: 18px;
    padding: 14px 52px;
    text-decoration: none;
}

.request-info-wrapper a:hover {
    text-decoration: none;
    color: #fff;
}


.smc-right {
    padding-top: 70px;
    padding-left: 45px;
}

.smc-right .scope {
    padding-top: 50px;
}

.smc-right .scope h3,.smc-right .outcome h3{
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.smc-right ul {
    padding-left: 10px;
    list-style:none;
}

.smc-right ul li{
    position: relative;
    font-size:16px;
    color:#2b2b2b;
    margin-bottom:50px;
}

.smc-right ul li:before {
    content: "";
    width: 5px;
    height: 5px;
    background: #ad915f;
    border-radius: 5px;
    display: inline-block;
    margin-top: 1px;
    position: absolute;
    left: -12px;
    top: 10px;
}

.smc-right .outcome h3 {
    margin-top: 120px;
}

.single-market-post-data-from-ajax-request {
    position: relative;
    margin-top: 80px;
}


/* ajax post data style end */

/* fixes potential theme css conflict */
.acf-map img {
   max-width: inherit !important;
}

.gm-style-iw.gm-style-iw-c {
    border-radius: unset !important;
    border-left: 8px solid #ad915f;
    padding: 0 !important;
}

button.gm-ui-hover-effect img {
    content: url(/wp-content/uploads/2019/09/map-popup-cross-icon.png);
}



body.page-id-55 header.entry-header {
    display: none;
}

/* Code for contact Page */

.office-location-map-slider-wrapper {
    min-height: 500px;
    position:relative;
    overflow:hidden;
    box-shadow: 2px 6px 5px #ddd;
    z-index:9;
}


div#office-locaton-menu {
    position: relative;
    text-align: center;
    overflow: hidden;
    margin-bottom:25px;
}

div#office-locaton-menu div.owl-dot {
    display: inline-block;
    padding: 0 12px;
}

#office-locaton-menu .owl-dot {
    display: none;
}

#office-locaton-menu .owl-dot.active {
    display: inline-block;
}

div#office-locaton-menu div.owl-dot button {
    font-size: 13px;
    color: #5689a3;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: unset;
    border: unset;
    font-weight: 500;
    font-family: Montserrat;
    position: relative;
    padding: 14px 12px;
}

div#office-locaton-menu .owl-dot.active button {
    color: #fff !important;
}

div#office-locaton-menu .owl-dot.active button:before {
    content: "";
    width: 7px;
    height: 7px;
    display: block;
    margin: auto;
    position: relative;
    top: -14px;
}

div#office-locaton-menu .owl-dot.active button:after {
    content: "";
    width: 73px;
    height: 4px;
    display: block;
    margin: auto;
    position: relative;
    bottom: -14px;
}

div#office-locaton-menu div.owl-dot button:focus {
    outline: unset;
}


.office-location-map-slider-wrapper .olmsw-left.offices {
    width: 50%;
    float: left;
    background: #003149;
    position:relative;
    overflow:hidden;
}

.office-location-map-slider-wrapper .wrapperolmsw-right.office-map {}

.office-location-map-slider-wrapper .olmsw-right.office-map {
    width: 50%;
    float: left;
    min-height: 500px;
    background: #e0e0e0;
    position:absolute;
    height:100%;
    right:0;
    bottom:0;
    top:0;
}

.olmsw-left.offices h3 {
    color: #5d97b4;
    text-align: center;
    font-family: Montserrat;
    font-size: 17px;
    letter-spacing: 3px;
    margin-bottom:55px;
    margin-top:115px;
}

.location-slide-image {
    position: relative;
}

.location-image-overlay-color {
    background-color: rgba(0, 44, 66, .5);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.location-slide-content {
    display: none;
}

div.office-location-map-slider-wrapper .owl-item.active.center div.location-slide-content {
    display: block;
}

div.office-location-map-slider-wrapper .owl-item.active.center div.location-image-overlay-color {
    background-color: #ad915f;
    height: 4px;
    bottom: 0;
    top: unset;
}

div.location-slide-content h2.title {
    text-align: center;
    text-transform: uppercase;
    font-size: 23px;
    color: #FFf;
    letter-spacing: 2px;
    margin-bottom: 25px;
}

.location-slide-content {
    margin-top: 50px;
    text-align:center;
}

div.location-slide-content a.phone-number {
    display: inline-block;
    color: #fff;
    font-family: MOntserrat;
    font-weight: 500;
    font-size: 18px;
    background: #ad915f;
    padding: 15px 45px 15px 45px;
    border-radius: 50px;
    margin-bottom: 30px;
    background-repeat: no-repeat;
    background-position: 190px 24px;
}

div.location-slide-content a.phone-number:hover{
    text-decoration:none;
}

div.location-slide-content .address {
    font-family: Montserrat;
    color: #fff;
    font-size: 15px;
    position: relative;
    overflow: hidden;
}

div.location-slide-content .fax {
    font-family: Montserrat;
    font-size: 15px;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 30px;
}


div.location-slide-content .address p{
    margin-bottom:0;
}

div.location-slide-content .solical-media ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 40px;
}

div.location-slide-content .solical-media ul li {display: inline-block;}

div.location-slide-content .solical-media ul li a {
    display: block;
    margin-right: 12px;
}

div.location-slide-content .solical-media ul li:last-child a {
    margin-right: 0;
}

.single-office-map-slide {
    height: 100%;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    border: 0;
    right: 0;
}

.acf-concat-page-map{
	width: 100%;
	height: 1100px;
	border: #ccc solid 1px;
	position:relative;
}

.contact-form-content{
    position:relative;
    width:665px;
    margin:0 auto;
}

.contact-form-wrapper{
    background-color:#efecea;
    position:relative;
    overflow:hidden;
}

.contact-form-content h1 {
    font-size: 33px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-top: 95px;
    margin-bottom: 55px;
}

.fscw label {
    display: none !important;
}


.fscw input[type=text], .fscw input[type=email], textarea{
    border-radius: 0 !important;
    border: none !important;
    background: #fff !important;
}

::placeholder {
  font-family: Montserrat !important;
  letter-spacing: 2px;
  text-transform: uppercase !important;
  color: #7e6863 !important;
  font-size: 12px !important;
}

.fscw input[type=text], .fscw input[type=email], textarea {
    border-radius: 0 !important;
    border: none !important;
    background: #fff !important;
    color: #7e6863 !important;
    font-size: 12px !important;
    font-family: Montserrat !important;
    padding: 25px !important;
    text-transform: uppercase !important;
    letter-spacing: 2px;
}

textarea#field_9jv0r1 {
    height: 194px;
}

.fscw span{
    font-size: 13px;
    color: #85716c;
    font-family: Montserrat;
}


.fscw button.frm_button_submit {
    display: inline-block;
    color: #fff !important;
    font-family: MOntserrat !important;
    font-weight: 400 !important;
    font-size: 18px !important;
    background: #ad915f !important;
    padding: 18px 50px 18px 50px !important;
    border-radius: 50px !important;
    margin-bottom: 30px !important;
    background-repeat: no-repeat !important;
    background-position: 150px 21px !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin:0 !important;
    margin-bottom:65px !important;
    float:right;
}

button:focus{
    outline:none !important;
}


body.page-template-contact-page div#page-wrapper,
body.page-template-contact-page-single div#page-wrapper,
body.page-template-contact-page .df-footer-top.text-center,
body.page-template-contact-page-single .df-footer-top.text-center,
/* body.page-template-contact-page .footer-widget, */
body.page-template-contact-page-single .footer-widget {
    display: none;
}

body.page-template-contact-page .df-footer-bottom,
body.page-template-contact-page-single .df-footer-bottom {
    padding-top: 0;
}

.gmnoprint {
    display: none;
}

body.page-template-contact-page .copyright-top.text-right {
    display: none;
}

/* Contact Modal Start*/

div#emailmodal {
    background: #08374f;
    z-index: 99999999999 !important;
}

.market-page-modal-wrap{
    width:640px;
    margin:0 auto;
    background: #efecea;
    padding: 65px 45px 30px 45px;
}

.emailmodal-content h5 {
    color: #b38f58;
    font-size: 19.5px;
    text-transform: uppercase;
    font-family: BebasNeue-Bold;
    letter-spacing: 10px;
    margin-bottom:25px;
}

span.mhftb {
    width: 90px;
    height: 2px;
    background: #d6bb96;
    display: block;
    position: relative;
    margin: 0 auto;
    margin-bottom: 25px;
}

.emailmodal-content h2 {
    font-family: BebasNeue-Regular;
    font-size: 30px;
    color: #003149;
    text-align: center;
    margin-bottom: 35px;
    letter-spacing:3px;
}

.market-page-modal-wrap .fscw span {
    margin-left: 24px;
}

/* Contact Modal End */

/* Our Difference Page Start */
.odph-content {
    background: #fff;
    width: 526px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    padding: 60px 45px 35px 45px;
}


.our-difference-page-header {
    /* margin-top: -15%; */
    padding-top: 240px;
    padding-bottom: 158px;
    background-position: center;
    position:relative;
}


.odph-content h5 {
    font-family: BebasNeue-Bold;
    letter-spacing: 8px;
    font-size: 16px;
    color: #b38f58;
    text-align: center;
    margin-bottom: 20px;
}

span.odptb-saperator {
    height: 1px;
    width: 72px;
    background: #ad915f;
    display: block;
    position: relative;
    margin: 0 auto;
    margin-bottom:20px;
}

.odph-content h2 {
    font-size: 46px;
    color: #003149;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 5px;
    margin-bottom: 55px;
}

.odphb-content {
    color: #ad915f;
    font-size: 16px;
    margin-bottom: 85px;
    text-align: justify;
}

span.odpglm {
    font-family: Montserrat;
    font-size: 14px;
    color: #a8a8a8;
    display: block;
    text-align: center;
    margin-bottom: 20px;
}

a.odpglmwrap:hover{
    text-decoration:none;
}


.arrow-image.text-center {
    margin-top: -35px;
    /* z-index: 999999; */
    position: relative;
}

.approach-container {
    width: 1185px;
    margin: 0 auto;
    position: relative;
    margin-top: -50px;
    z-index: 9;
    overflow:hidden;
}

.od-approach-area {
    background: #efecea;
}

.approach-content {
    position: relative;
}

div.approach-content .ac-left {
    width: 50%;
    float: left;
    text-align: right;
    padding-right: 38px;
    padding-top: 55px;
}

div.approach-content .ac-right {
    width: 50%;
    float: left;
    position: relative;
    padding-left: 22px;
    padding-right:50px;
}

.ac-right-content {
    background: #ffffff;
    padding: 75px 45px 110px 45px;
    position: relative;
    margin-top: -150px;
    z-index: 9999;
    font-size: 16px;
    color: #ad915f;
}

.approach-image {
    position: relative;
    z-index: 9;
}

.ac-left h5 {
    font-family: BebasNeue-Bold;
    font-size: 16px;
    color: #b38f58;
    letter-spacing: 10px;
    position: relative;
    display: inline-block;
    margin-bottom:45px;
}

.ac-left h5:before {
    content: "";
    width: 72px;
    height: 1px;
    background: #b38f58;
    position: absolute;
    left: -82px;
    top: 7px;
}

.ac-left h2 {
    font-size: 38px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.oh-animate-heading-wrapper {
    text-align: center;
    margin-top:-190px;
    padding-bottom:85px
}





    body.page-id-576 .container-fluid {
        z-index: 999;
        position: relative;
    }

    .od-team-area {
        position: relative;
        overflow: hidden;
        background:#efecea;
    }

    .our-team-image{
        position:relative;
    }

    .our-team-image img {
        width: 100%;
        height: auto;
    }

    .our-team-hero-area {
        position: relative;
        width: 1050px;
        margin: 0 auto;
        background: #fff;
        text-align: center;
        padding: 35px 160px 25px 160px;
        margin-top:-50px;
    }

    h5.otha-subtitle {
        color: #b38f58;
        font-size: 16px;
        text-transform: uppercase;
        font-family: BebasNeue-Bold;
        letter-spacing: 10px;
        margin-bottom: 20px;
    }

    span.othast-divider {
        width: 72px;
        height: 1px;
        background: #ad915f;
        display: block;
        margin: 0 auto;
        margin-bottom: 28px;
    }

    h2.othatitle {
        font-size: 38px;
        color: #003149;
        text-transform: uppercase;
        letter-spacing: 2px;
        margin-bottom: 30px;
    }

    h2.othatitle {
        font-size: 38px;
        color: #003149;
        text-transform: uppercase;
        letter-spacing: 2px;
        margin-bottom: 30px;
    }

    .otha-content {
        font-size: 16px;
        color: #ad915f;
        margin-bottom: 30px;
    }

    a.otha-jotb {
        font-family: Montserrat;
        text-decoration: none;
        color: #fff;
        background: #ad915f;
        font-size: 18px;
        letter-spacing: 1px;
        display: inline-block;
        padding: 10px 60px 10px 35px;
        border-radius: 50px;
        position: relative;
    }

    a.otha-jotb {
        background-image: url(/wp-content/uploads/2019/09/phone-number-arrow.png);
        background-repeat: no-repeat;
        background-position: 200px 20px;
    }

    a.otha-jotb:hover{
        text-decoration:none;
        color:#fff;
    }

    .jotb-w {
        text-align: center;
        margin-top: -32px;
        margin-bottom: 120px;
    }

    .oteam-animate-heading-wrapper {
        text-align: center;
        position: absolute;
        width: 100%;
        bottom: -51px;
    }

    .oteam-animate-heading-wrapper .ourteamtext {
        font-size: 355px;
        font-family: 'GTSectraDisplay';
        color: #efecea;
        text-transform: lowercase;
        white-space: nowrap;
        overflow: hidden;
        position: relative;
        letter-spacing: -40px;
        line-height: 1;
    }

    span.letter.hvh {
        width: 15px;
        display: inline-block;
    }

    .our-team-hero-area:before {
        content: "";
        background-image: url(/wp-content/uploads/2019/09/below-arrow.png);
        position: absolute;
        width: 8px;
        height: 68px;
        bottom: -30px;
        left: 45px;
        z-index: 9999999;
    }

    @media (max-width: 550px) {

    

        .od-team-member-area.small {
            padding-left: 50px;
            padding-right: 50px;
        }
    }

    .od-team-member-area-content-container.container {
        width: 1475px;
    }

  /*  .od-team-member-area-content-container.container div.row {
        margin-left: -50px;
        margin-right: -50px;
    }*/

    .od-team-member-area-content-container.container div.row div.single-team-member {
        padding-right: 50px;
        padding-left: 50px;
    }

    .od-team-member-area.small .container div.row div.single-team-member {
        padding: 0 25px;
    }

    .stmcmf-cw{
        position:relative;
    }

    .stm-lec {
        padding-right: 45px;
    }

    .od-team-member-area.small .stm-lec {
        padding-right: 0;
    }

    .stm-rtc {
        position: absolute;
        width: 45px;
        height: 100%;
        background: #efecea;
        top: 0;
        right: 0;
    }

    .stm-image img {
        min-width: 100%;
        min-height: 200px;
    }

    .nd {
        padding-top: 30px;
        padding-left: 18px;
    }

    .nd h3 {
        font-size: 27.15px;
        margin-bottom: 10px;
    }

    .nd h6 {
        font-size: 14.48px;
        color: #ad915f;
        text-transform: uppercase;
        margin-bottom:0px;
        font-family:MyriadPro-Regular;
    }

    .stmcmf-cw .plink {
        position: absolute;
        right: 17px;
        top: 33px;
    }

    .sm-social-area-wrapper {
        position: absolute;
        top: 190px;
        left: 15px;
        text-align: center;
    }

    .sm-social-area-wrapper a:first-child {
        margin-bottom: 0;
        display: block;
    }

    .btn-link.rotate-text {
        position: absolute;
        top: 105px;
        writing-mode: tb-rl;
        transform: rotate(-180deg);
        font-size: 14.5px;
        color: #ad915f;
        letter-spacing: 2px;
        left: 5px;
    }

    .single-team-member {
        margin-bottom: 60px;
    }

    .od-team-member-area {
        background: #efecea;
    }

    .community-area-content {
        width: 1185px;
        margin: 0 auto;
        margin-top:-60px;
    }

    .community-animate-heading-wrapper {
    text-align: center;
    margin-top: 30px;
    }

    div.community-animate-heading-wrapper .communitytext {
        font-size: 355px;
        font-family: 'GTSectraDisplay';
        color: #e2dedc;
        text-transform: lowercase;
        white-space: nowrap;
        overflow: hidden;
        position: relative;
        letter-spacing: -40px;
        line-height: 1;
    }

    .crc-top-content {
        padding: 0 50px;
        position: relative;
    }

    .crc-top-content .crctc-left {
        width: 50%;
        float: left;
        position: relative;
        text-align: right;
        padding-right: 60px;
        text-transform: uppercase;
        font-size: 38px;
        padding-top: 80px;
    }

    .crc-top-content .crctc-right {
        width: 50%;
        float: left;
        background: #fff;
        position: relative;
        font-size: 16px;
        color: #ad915f;
        padding: 70px 45px 80px 45px;
    }

    .crc-image img {
        margin-top: -100px;
    }

    .od-community-area {
        background: #efecea;
        position: relative;
        margin-top: -30px;
        padding-top: 40px;
    }

    .awards-animate-heading-wrapper {
        text-align: center;
    }

    div.awards-animate-heading-wrapper .awardstext {
        font-size: 355px;
        font-family: 'GTSectraDisplay';
        color: #e2dedc;
        text-transform: lowercase;
        white-space: nowrap;
        overflow: hidden;
        position: relative;
        letter-spacing: -40px;
        line-height: 1;
    }

    .aw-content-wrapper {
        width: 865px;
        margin: 0 auto;
        text-align:center;
        position:relative;
        overflow:hidden;
        margin-top: -125px;
    }

    .awards-images-wrapper div.single-award-wrap {
        width: 20%;
        float: left;
        position:relative;
        margin-bottom:30px;
    }

    .single-award-wrap img {
        height: 120px;
    }

    .single-award-wrap .year {
        position: absolute;
        width: 100%;
        margin-top: 20%;
        font-size: 1.7rem;
    }

    .single-award-wrap .gold {
        color: #ad915f;
        margin-top: 24%;
    }

    .od-awards-area {
        position: relative;
        overflow: hidden;
    }

    .aw-content-wrapper > h5 {
        font-family: BebasNeue-Bold;
        font-size: 16px;
        color: #b38f58;
        letter-spacing: 10px;
        margin-bottom: 20px;
    }

    .aw-content-wrapper span {
        width: 72px;
        height: 1px;
        background: #ad915f;
        display: block;
        margin: 0 auto;
        position: relative;
        margin-bottom: 20px;
    }


    .aw-content-wrapper h2 {
        font-size: 38px;
        text-transform: uppercase;
        margin-bottom: 20px;
    }

    .acw-content {
        font-size: 16px;
        color: #ad915f;
        margin-bottom: 30px;
    }

    .mainawards-image {
        position: relative;
        margin-bottom: 60px;
    }

    .single-award-wrap h5 {
        margin-top: 15px;
        height: 60px;
        font-size: 10px;
        color: #003149;
        text-transform: uppercase;
        padding: 0 20px;
        font-family: MyriadPro-Regular;
        position: relative;
        line-height: 15px;
    }

    .od-awards-area {
        background-color: #efecea;
        padding-bottom: 60px;
    }

    .oh-animate-heading-wrapper .wctext{
        font-size: 360px;
        font-family: 'GTSectraDisplay';
        /*position: absolute;*/
        /*bottom: -90px; */
        color: #e2dedc;
        line-height: 1;
        text-transform: lowercase;
        white-space: nowrap;
        /* z-index: 0;
        width: 100vw;
        left: 50%;
        right: 50%;
        margin-left: -50vw; */
    }

    .oteam-animate-heading-wrapper .wctext{
        font-size: 360px;
        font-family: 'GTSectraDisplay';
        color: #efecea;
        line-height: 1;
        text-transform: lowercase;
        white-space: nowrap;
    }

    .community-animate-heading-wrapper .wctext{
        font-size: 360px;
        font-family: 'GTSectraDisplay';
        color: #e2dedc;
        line-height: 1;
        text-transform: lowercase;
        white-space: nowrap;
    }

    .awards-animate-heading-wrapper .wctext{
        font-size: 360px;
        font-family: 'GTSectraDisplay';
        color: #e2dedc;
        line-height: 1;
        text-transform: lowercase;
        white-space: nowrap;
    }

    /*Modal*/



    div#teamModal {
        z-index: 9999;
    }



/* Our Difference Page End */


/* End Code for contact Page */


/* page line */
.left-vertical-line:before {
    content: "";
    background-color: #d2cfce;
    width: 1px;
    height: 100%;
    left: 26.5%;
    top: 0;
    position: absolute;
}

.page-template-contact-page .left-vertical-line:before,
.page-template-contact-page-single .left-vertical-line:before {
    left: 25%;
}

.right-vertical-line:after {
    content: "";
    background-color: #d2cfce;
    width: 1px;
    height: 100%;
    right: 26.5%;
    top: 0;
    position: absolute;
}

.page-template-contact-page .right-vertical-line:after,
.page-template-contact-page-single .right-vertical-line:after {
    right: 25%;
}

.middle-vertical-line:before {
    content: "";
    background-color: #d2cfce;
    width: 1px;
    height: 100%;
    left: 50%;
    top: 0;
    position: absolute;
}

.office-location-map-slider-wrapper .left-vertical-line:before,
body.page-template-contact-page div.header .left-vertical-line:before,
body.page-template-contact-page-single div.header .left-vertical-line:before {
    background-color:rgba(255, 255, 255, .1);
    z-index:9;
}

.office-location-map-slider-wrapper .right-vertical-line:after,
body.page-template-contact-page div.header .right-vertical-line:after,
body.page-template-contact-page-single div.header .right-vertical-line:after {
    background-color:rgba(255, 255, 255, .1);
    z-index:9;
}

.office-location-map-slider-wrapper .middle-vertical-line:before,
body.page-template-contact-page div.header .middle-vertical-line:before,
body.page-template-contact-page-single div.header .middle-vertical-line:before {
    background-color:rgba(255, 255, 255, .1);
    z-index:9;
}

.df-footer-bottom {
    position: relative;
    z-index:-1;
}

.office-location-slider-wrapper.owl-carousel.owl-theme.owl-loaded {
    z-index: 9;
}

.contact-form-p {
    width: 530px;
    margin: 4% auto 0;
    font-size: 15px;
}


/* Add your CSS code here.


End of comment */

a.btn.cta-btn.button23 {
    z-index: 9;
}

div.teammodal {
    z-index: 9999999;
    background: #efecea;
}

div.teammodal .cmcwbstm {
  width: 640px;
  margin: 100px auto;
  padding:65px 45px;
}

.df-footer-bottom {
    position: relative;
    z-index:unset;
}

.about-sm {
    font-size: 16px;
    color: #ad915f;
    margin-bottom: 30px;
}

.tm-ct h3 {
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 20px;
}

.tm-ct h6 {
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
}


.sm-sm {
    position: relative;
    height: 45px;
}

.sm-sm a {
    display: inline-block;
    position: relative;
}

.sm-sm a:first-child {
    margin-right: 5px;
    margin-bottom:-14px;
    overflow:hidden;
}

div.market-page-wrapper .gm-style-mtc {
    display: none;
}

div.market-page-wrapper .gmnoprint {
    display: block;
}

div.market-page-wrapper .gm-svpc {
    display: none;
}

div.market-page-wrapper button.gm-control-active.gm-fullscreen-control {
    display: none;
}

.smc-right ul li {
    margin-bottom: 8px;
}

.smc-right .outcome h3 {
    margin-top: 70px;
}

.smc-right .scope h3, .smc-right .outcome h3 {
    margin-bottom: 25px;
}


div.market-page-wrapper div#content {
    display: none;
}

.single-market-post-data-from-ajax-request {
    background: #efecea;
    margin-top: -20px;
    padding-top: 100px;
    padding-bottom: 80px;
}

div#full-width-page-wrapper {
    padding: 0;
}

.project-description {
    margin-bottom: 80px;
}

.request-info-wrapper {
    background: #efecea;
    padding-top: 20px;
}

.sigle-market-content .smc-left{
    z-index: 99;
}


a.otha-jotb {
    background-position: 200px 16px;
}

div.location-slide-content a.phone-number {
    background-position: 190px 21px;
}

.modal-backdrop{
    z-index:22 !important;
}

.request-info-wrapper a:hover {
    color: #fff !important;
}

/*Issues of market page */

/* Design for Search & 404 Page */
body.search header.page-header {
    margin-top: unset;
    background-color: unset;
    text-align: center;
    text-transform: uppercase;
    padding: 0 0 50px 0;
}

body.search div#primary {
    text-align: center;
}

body.search h2.entry-title a {
    color: #003149;
    font-family: 'GTSectraDisplay';
}

body.search .entry-summary a.btn {
    background: #AD915D!important;
    border: unset;
    border-radius: 50px;
    text-align: center;
    padding: 10px 30px;
}

body.search form#searchform {
    width: 60%;
    margin: 0 auto;
    padding: 100px 0;
}

body.search input#s:focus {
    box-shadow: unset;
    border-color: #AD915D;
}

/* body.error404 */

body.error404 header.page-header {
    margin-top: unset;
    background-color: unset;
    text-align: center;
    text-transform: uppercase;
    padding: 0 0 50px 0;
}

body.error404 div#primary {
    text-align: center;
}

body.error404 h2.entry-title a {
    color: #003149;
    font-family: 'GTSectraDisplay';
}

body.error404 form#searchform {
    width: 60%;
    margin: 0 auto;
    padding: 100px 0;
}

body.error404 input#s:focus {
    box-shadow: unset;
    border-color: #AD915D;
}

body.error404 .widget.widget_categories {
    display: none;
}

body.error404 .widget.widget_archive {
    display: none;
}

body.error404 .widget.widget_tag_cloud {
    display: none;
}

body.error404 .widget.widget_categories {
    display: none;
}

body.error404 .widget.widget_archive {
    display: none;
}

body.error404 .widget.widget_tag_cloud {
    display: none;
}

body.error404 .widget.widget_recent_entries ul {
    display: inline-block;
    margin-left: -3rem;
    margin-top: 1rem;
}

body.error404 .widget.widget_recent_entries h2 {
    text-transform: uppercase;
}

body.error404 .widget.widget_recent_entries ul li a {
    color: #212529;
}


body.market-template-default div#content {
    overflow: hidden;
    position: relative;
}

body.market-template-default .smescw {
    position: relative;
    overflow: hidden;
}

body.market-template-default .sme-single-slide img {
    min-height: 700px;
    max-height: 700px;
}

body.market-template-default div#single-wrapper {
    background: #efecea;
}

.location-slide-content a.btn.btn-link.phone-number:hover {
    color: #fff !important;
}


.page-template-blog .blog-page .pgafu-post-grid-main .pgafu-post-short-content{
    font-family: 'MyriadPro-Regular' !important;
}

.page-template-blog .blog-page .pgafu-post-grid-main .pgafu-post-date span, .page-template-blog .blog-page .pgafu-post-grid-main .pgafu-post-date span > a{
    font-family: 'MyriadPro-Regular' !important;
    font-style: unset;
    font-size: 14px;
}

.page-template-blog .blog-page .pgafu-post-grid-main .pgafu-post-date{
    font-family: 'MyriadPro-Regular' !important;
}

a.btn.btn-link.df-btn.cta-btn:hover {
    color: #fff !important;
}

a.btn.btn-link.df-btn:hover{
     color: #fff !important;
}

div.at4-share{
    display:none !important;
}
div.at4-share.tut{
    display:block !important;
}

/*Common Issue*/

.search-form-modal-wrap {
    width: 640px;
    margin: 0 auto;
    background: #efecea;
    padding:100px 45px;
}

a.btn.btn-link.connect-us-btn {
    z-index: 9;
    position: relative;
}


/*1910*/

.od-team-member-area .modal-body.cmcwbstm {
    margin: 0 auto !important;
    padding: 15vh 20% 0 !important;
    width: 100%;
}



.our-difference-page-header {
    padding-top: 265px;
}


.od-team-member-area .modal-dialog {
    margin: 0 auto !important;
    height: 100%;
}

.od-team-member-area .tm-title {
    text-align: center;
}

.od-team-member-area .tm-pp {
    margin-bottom: 15px;
}

.od-team-member-area .tm-mem-des h6 {
    font-size: 14.48px;
    color: #ad915f;
    text-transform: uppercase;
    margin-bottom: 0px;
    font-family: MyriadPro-Regular;
}

.od-team-member-area .tm-back-text {
    font-size: 300px;
    font-family: 'GTSectraDisplay';
    width: 100%;
    left: 0;
    position: absolute;
    bottom: -90px;
    color: #e2dedc;
    line-height: 1;
    text-transform: lowercase;
    white-space: nowrap;
    text-align: center;
}

.olmsw-left.offices h3 {
    margin: 30px 0;
}

.pdf-link-wrapper a {
    font-family: Montserrat;
    text-transform: uppercase;
    color: #fff;
    background-color: #ad915e;
    display: inline-block;
    border-radius: 50px;
    font-size: 18px;
    padding: 14px 52px;
    text-decoration: none;
}

.pdf-link-wrapper {
    text-align: center;
    margin-bottom: 40px;
}

.project-description {
    margin-bottom: 40px;
}


/*END1910*/

/*Comon Issue End */



/* Raugh Code */
.single-market-image img {
    min-height: 580px;
}

/*Market Page CSS End */

/*Devshuvo Code*/
.grid-item {
    width: 25%;
}
/*End Devshuvo Code*/


/* Customizer Code Kamrul vai*/

/*
.fade-scale {
  transform: scale(0);
  opacity: 0;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

.fade-scale.show {
  opacity: 1;
  transform: scale(1);
}
*/
div.approach-content .ac-right {
    z-index: 99999!important;
}

.modal.fade .modal-dialog {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);
    top: 300px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.modal.fade.show .modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translate3d(0, -300px, 0);
    transform: translate3d(0, -300px, 0);
    opacity: 1;
}


.preloader-logo .animated .circle {
  stroke-width: 1.25px;
  stroke-dasharray: 288;
  stroke-dashoffset: 288;
 animation: draw 5s infinite ease-out;
}
svg.preloader-logo {
 margin-left: calc(50% - 75px);

  height: 150px;
}
@keyframes draw {
  0% {
    stroke-dashoffset: 288;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

.preloader-logo .animated {
  stroke-width: 1.25px;
  stroke-dasharray: 25;
  stroke-dashoffset: 25;
animation: dash 5s infinite linear;
}

.preloader-logo .animated .reverse {
animation: dash 3s infinite reverse;
}




/*
.preloader-logo .animated .circle {
animation: draw 5s infinite ease-out;
}
.preloader-logo .animated {
animation: dash 5s infinite linear;
}
.preloader-logo .animated .reverse {
animation: dash 3s infinite reverse;
}
*/




@keyframes dash {
  0% {
    stroke-dashoffset: 25;
  }
  50% {
    stroke-dashoffset: 0;
  }
}


a:focus {
    outline: none!important;
    box-shadow: none!important;
}
.spinner-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: white;
    z-index: 999999999!important;
    display: flex;
    justify-content: center;
    align-items: center;
}


.history_area_img_area:before {
    width: 100%;
    height: 100%;
    content: "Our History";
    position: absolute;
    font-size: 440px;
    left: 0;
    font-weight: 800;
    font-family: 'GTSectraDisplay';
    top: -100px;
    text-transform: lowercase;
    line-height: 308px;
    z-index: 0;
    color: #ffffff12;
}
.history_area_img_area {
    position: relative;
}
.history_area_img {
    z-index: 999;
    position: relative;
}
.timeline_title_box {
    height: 220px;
    width: 220px;
    background: #dad2c5;
    border: 4px solid white;
    border-radius: 50%;
    text-align: center;
    padding: 39px 10px;
    float: left;
    margin-top: 282px;
}
.client_button {
    margin-bottom: -25px;
    position: absolute;
    bottom: 120px;
    width: 240px;
    left: calc(50% - 120px);
}
.btn {
    text-decoration: none!important;
}
.history_timeline_area {
    padding-left: 6%;
}

.history_area_img {
    margin: 0!important;

}
.history_area_title {
    margin: 0 auto!important;
   margin-bottom: 30px!important;
}

.our-hitory-page .page-title small a:hover {
    color: #AB925C;
}

.our-hitory-page .page-title small a {
    color: #fff;
    text-decoration: none;
}
.intro_visual {
    max-width: 460px;
    float: right;
    text-align: right;
}
.detail_logo {
    margin-right: 40px;
}
.intro_subtitle {
    font-size: 25px;
    text-transform: uppercase;
    color: #003149;
    font-weight: normal;
    letter-spacing: 2px;
}
.intro_name {
    font-size: 38px;
    text-transform: uppercase;
    margin-top: 35px;
    color: #ad915e;
    letter-spacing: 2px;
    margin-bottom: 0;
}
.history_introduction {
    background: #efecea;
}
.intro_des p {
    font-size: 16px;
    font-weight: 400;
    color: #ad915f;
    line-height: 30px;
    padding-bottom: 28px;
    margin: 0;
    font-family: montserrat;
}
.intro_des {
    max-width: 525px;
    padding: 45px 50px 95px 55px;
    background: #ffffff;
    margin-top: 0px;
    margin-left: 12px;
       margin-bottom: -236px;
	position: relative;
    z-index: 9999!important;
}
.crc-top-content .crctc-right {
    z-index: 99999!important;
}


.detail_logo {
    margin-right: 40px;
    margin-top: 153px;
    width: auto;
}
.profile-img {
    margin-top: 73px;
}
.intro_des p span {
    font-weight: bold;
}


.story_title {
    /* width: 100%; */
    font-size: 355px;
    font-weight: bold;
    font-family: 'GTSectraDisplay';
    text-transform: lowercase;
    color: #e2dedc;
    text-align: center;
  margin-top: -40px;
}
.video_bg {
    max-width: 1180px;

    margin: 0 auto;
    margin-top: -134px;
    position: relative;
    background-size: cover;
}
.welcome-img {
    width: 100%;
    /* position: absolute; */

}
.video-icon {
    height: 410px;
    width: 211px;
    position: absolute;
    top: 30%;
    left: 42%;
    right: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-size: cover;
    background-position: center;
}
.welcome_txt {
    position: absolute;
    text-align: center;
    font-size: 297px;
    left: 0;
    right: 0;
    text-transform: lowercase;
    line-height: 1;
    top: 0;
    color: #ffffff;
    opacity: 0.1;
}

a.btn-link.primary-link.video_icon-img {
    margin-top: 27px;
	transition:all .5s;
}
.video_button_text {
    color: white!important;
    text-transform: capitalize;
    margin-top: 8px;
    text-decoration: none!important;
    font-family: 'GTSectraDisplay';
}
.history_cta {
    background: #e2dedc;
    padding-top: 225px;
    text-align: center;
    margin-top: -130px;
    padding-bottom: 55px;
}

.history_cta_title {
    font-size: 30px;
    width: 600px;
    margin: 0 auto;
    line-height: 54px;
}
.history_cta_name {
    font-size: 16px;
    color: #003149;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'BebasNeue-Regular';
    letter-spacing: 5px;
    margin-top: 22px;
}

.cta_title_border {
    background: #ad915f;
    width: 50px;
    height: 2px;
    margin: 0 auto;
    margin-top: 17px!important;
}




/* Timeline */
.timeline,
.timeline-horizontal {
  list-style: none;
  padding: 20px;
  position: relative;
}
.timeline:before {
  top: 40px;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
background-color: #ad915f;
  left: 50%;
  margin-left: -1.5px;
}
.timeline .timeline-item {
  margin-bottom: 20px;
  position: relative;
}
.timeline .timeline-item:before,
.timeline .timeline-item:after {
  content: "";
  display: table;
}
.timeline .timeline-item:after {
  clear: both;
}
.timeline .timeline-item .timeline-badge {
    color: #003149;
    width: 10px;
    height: 10px;
    line-height: 52px;
    font-size: 22px;
    text-align: center;
    position: absolute;
    margin-left: -25px;
    border: none;
    z-index: 100;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
}
.timeline .timeline-item .timeline-badge i,
.timeline .timeline-item .timeline-badge .fa,
.timeline .timeline-item .timeline-badge .glyphicon {
  top: 2px;
  left: 0px;
}
.timeline .timeline-item .timeline-badge.primary {
  background-color: #003149;
}
.timeline .timeline-item .timeline-badge.info {
  background-color: #5bc0de;
}
.timeline .timeline-item .timeline-badge.success {
  background-color: #59ba1f;
}
.timeline .timeline-item .timeline-badge.warning {
  background-color: #d1bd10;
}
.timeline .timeline-item .timeline-badge.danger {
  background-color: #ba1f1f;
}


.timeline-horizontal {
  list-style: none;
  position: relative;
  padding: 20px 0px 20px 0px;
  display: inline-block;
}
.timeline-horizontal:before {
    height: 2px;
    top: 243px;
    bottom: 4px;
    left: 22px;
    right: 0;
    width: 109%;
    margin-bottom: 20px;
}
.timeline-horizontal .timeline-item {
    display: inline-block;
    width: 140px;
    /* max-width: 130px; */
    float: none !important;
    padding-left: 0px;
    padding-right: 20px;
    margin: 0 auto;
    vertical-align: bottom;
}
.timeline-horizontal .timeline-item .timeline-panel {
  top: auto;

  display: inline-block;
  float: none !important;
  left: 0 !important;
  right: 0 !important;
  width: 100%;
  margin-bottom: 20px;
}

.timeline-horizontal .timeline-item .timeline-badge {
  top: auto;
  bottom: 0px;
  left: 43px;
}
.timeline-panel {
    position: absolute!important;
    width: 300px!important;
    padding: 0!important;
    overflow: hidden;
    white-space: normal!important;
  min-height: 243px;
}
.timeline-panel {
    background: none!important;
    border: none!important;
    box-shadow: none!important;
}
.timeline-body {
    display: inline-block;
    width: 100%;
}

.timeline-item:nth-child(odd) .timeline-panel {
    bottom: -401px;
}
li.long-border.timeline-item.timeline-item-0 .timeline-panel {
  top: -32px!Important;
}

.timeline-item:nth-child(even) .timeline-panel {
    top: auto!Important;
    bottom: -53px!important;
}
.timeline-item:nth-child(even):before {
    height: 62%;
    width: 2px;
    content: ""!important;
    position: absolute;
    display: block!important;
    background: #ad915f;
    left: 22px;
    bottom: 0;
}
.timeline-item:nth-child(odd):after {
    height: 55%;
    width: 2px;
    content: ""!important;
    position: absolute;
    display: block!important;
    background: #ad915f;
    left: 22px;
}

.timeline .timeline-item:nth-child(even) .timeline-panel.short-border-panel {
    bottom: -142px!important;
}
.timeline .timeline-item:nth-child(odd) .timeline-panel.short-border-panel {
    bottom: -323px!important;
}
.short-border.timeline-item {
    height: 131px!important;
}

.long-border.timeline-item:nth-child(odd):after {
    height: 55%;
      bottom: -123px;

}


.short-border.timeline-item:before {
        height: 55px!important;
    bottom: 0!important;
    top: unset!important;
}
.short-border.timeline-item:after {
       height: 50px!important;
    bottom: -49px;

}
.long-border.timeline-item {
    height: 230px;
}
.history_timeline_area {
    padding-top: 0px;
    padding-bottom: 0px;
}

.history_timeline_area .dev-shss-wrap {
    position: relative;
    overflow: hidden;
    padding-right: 99px;
}

.time_line_carousel.carousel-frame {
    width: calc(100% - 247px)!important;
    float: right;
    padding-left: 54px;
}
.long-border.timeline-item:nth-child(1):after {
    bottom: 0;
}
#history_chevron-arrow-left, #history_chevron-arrow-right {

    border: none;
  transform: rotate(-179deg);
    height: 65px;
  width:90px;
    top: 361px;
 left: 230px;
    background-size: contain;position: absolute;
  z-index: 9999;
}
 #history_chevron-arrow-right {
    background: url(/wp-content/uploads/2019/09/time-line-r.png);

}
.df-footer-top {
    position: relative;
    z-index: 9!important;
}




#history_chevron-arrow-right {

   visibility: hidden;
    opacity: 0;
}


#history_chevron-arrow-right {

   right: 9px;
    left: unset;
  transform: none;
}

#history_chevron-arrow-left.active, #history_chevron-arrow-right.active {
    visibility: visible;
    opacity: 1;
}

div#history_chevron-arrow-left:before {
    height: 2px;
    width: 100px;
    background: #ad915f;
    content: "";
    position: absolute;
    top: 32px;
}
.timeline-item:nth-child(1) .timeline-body {
    display: block;
}
.timeline-body h4 {
    font-size: 38px;
    color: #ac915e;
    display: inline-block;
    float: left;
    width: 71px;
}
.timeline-body h5 {
    font-size: 16px;
    font-weight: bold;
    margin-left: 15px;
    /* display: inline-block; */
    float: left;
    width: calc(100% - 89px);
}
.timeline-item:nth-child(1) .timeline-panel {
    width: 350px!important;
}
.timeline-item:nth-child(1) .timeline-body h4 {
    font-size: 48px;
    color: #003149;
}
.timeline-item:nth-child(1) .timeline-body h5 {
    font-size: 18px;
      margin-left:0px;
      width: 100%;

}
.timeline_title_box_title {
    font-size: 27px;
    text-transform: capitalize;
}

.timeline_title_box h6 {
    font-size: 18px;
    text-transform: uppercase;
    position: relative;
    padding-top: 13px;
    color: #ad915f;
}
.timeline_title_box h6:before {
    content: "";
    height: 1px;
    width: 55px;
    background: white;
    position: absolute;
    top: 1px;
    left: 35%;
}
.long-border.timeline-item.timeline-item-6 {
    margin-left: 227px;
}
.long-border.timeline-item.timeline-item-7 {
    margin-left: -96px;
    margin-right: 122px;
}
.short-border.timeline-item.timeline-item-5 {
    margin-left: -34px;
    margin-right: 101px;
}

li.long-border.timeline-item.timeline-item-6:after {
    height: 55px;
    bottom: -55px;
}
li.long-border.timeline-item.timeline-item-6 .timeline-panel {
    bottom: -326px;
}

#history_chevron-arrow-left.active .history_arrow_left {
    background: url(/wp-content/uploads/2019/09/time-line-r.png);
    width: 100%;
    height: 100%;
}
 .history_arrow_left {
    background:none;
    width: 100%;
    height: 100%;
}

div#history_chevron-arrow-left.active:before {

    background: none;

}
.our-hitory-page .arrow-image.text-center {
    margin-top: 10px;
    z-index: 999999;
    position: relative;
}

#mobile-timeline-content {
    display: none;
}

/* Tablet Layout: 768px. */
@media only screen and (min-width: 1025px) and (max-width: 1358px) {

.story_title {
    /* width: 100%; */
    font-size: 256px;

}
.welcome_txt {
    font-size: 190px;

}
.video_bg {
    margin-top: -85px;
}




}




/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .history_area_img_area:before {
    width: 100%;
    height: 100%;
    content: "Our History";
    position: absolute;
    font-size: 221px;
    left: 0;
    font-weight: 800;
    font-family: 'GTSectraDisplay';
    top: -100px;
    text-transform: lowercase;
    line-height: 308px;
    z-index: 0;
    color: #ffffff12;
}
.employee-client .content-part .heading h2 {
    color: #fff;
    margin-bottom: 0;
    font-size: 28px;
}
.employee-client .content-part .content-wrapper {
    padding: 29px 25px 0;
    font-size: 16px;
}
.ftp-section h3 {
    text-transform: uppercase;
    font-size: 21px;
}


.video_bg {

    margin-top: -60px;

}
.detail_logo {
    margin-right: 0;
    margin-top: 153px;
    width: 30%;
    float: left;
}
.profile-img {
    margin-top: 73px;
    width: 65%;
    float: right;
}
.intro-img {
    width: 100%;
    display: block;
    overflow: hidden;
    margin-top: -120px;
}
 .intro_des {
    max-width: 525px;
    padding: 20px 20px 20px 20px;
    background: #ffffff;
    margin-top: -102px;
    margin-left: 12px;
    margin-bottom: -85px;

}
 .intro_des p {
    font-size: 13px;
    font-weight: 400;
    color: #ad915f;
    padding-bottom: 7px;
    margin: 0;
    font-family: montserrat;
    line-height: 23px;
}
.intro_name {
    font-size: 28px;
}

.intro_subtitle {
    font-size: 18px;
    text-transform: uppercase;
    color: #003149;
    font-weight: normal;
    letter-spacing: 2px;
}

 .story_title {
    /* width: 100%; */
    font-size: 184px;
    font-weight: bold;
    font-family: 'GTSectraDisplay';
    text-transform: lowercase;
    color: #e2dedc;
    text-align: center;
    margin-top: -1px;
    line-height: 1;
    padding-top: 36px;
}

.welcome_txt {
    position: absolute;
    text-align: center;
    font-size: 132px;
    left: 0;
    right: 0;
    text-transform: lowercase;
    line-height: 1;
    top: 0;
    color: #ffffff;
    opacity: 0.1;
    padding-top: 22px;
}
 .welcome-img {
    width: 100%;
    /* position: absolute; */
    min-height: 554px;
}
.timeline_title_box h6:before {
    content: "";
    height: 1px;
    width: 35px;
    background: white;
    position: absolute;
    top: 1px;
    left: 39%;
}
.timeline_title_box_title {
    font-size: 16px;
    text-transform: capitalize;
}
.timeline_title_box h6 {
    font-size: 13px;
    text-transform: uppercase;
    position: relative;
    padding-top: 13px;
    color: #ad915f;
}

.history_timeline_area {
    padding-left: 10px;
}
 .history_timeline_area .dev-shss-wrap {
    position: relative;
    overflow: hidden;
    padding-right: 40px;
}
.time_line_carousel.carousel-frame {
    width: calc(100% - 150px)!important;
    float: right;
    padding-left: 0;
    padding-top: 117px!important;
}

div#history_chevron-arrow-left:before {
  display:none;
}
#history_chevron-arrow-left, #history_chevron-arrow-right {

    top: 328px;
    left: 126px;

}
 .timeline-body h5 {
    font-size: 13px;
    margin-left: -6px;
    /* display: inline-block; */
    float: left;
    width: calc(100% - 89px);
}

.timeline-body h4 {
    font-size: 30px;
    color: #ac915e;
    display: inline-block;
    float: left;
    width: 71px;
}

 .timeline_title_box {
    height: 150px;
    width: 150px;
    background: #dad2c5;
    border: 4px solid white;
    border-radius: 50%;
    text-align: center;
    padding: 25px 3px;
    float: left;
    margin-top: 282px;
}

#history_chevron-arrow-right {
    right: 9px;
    left: unset!important;
    transform: none;
}
#history_chevron-arrow-left.active .history_arrow_left {
    background: url(/wp-content/uploads/2019/09/time-line-r.png);
    width: 59px;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
 #history_chevron-arrow-right {
    background: url(/wp-content/uploads/2019/09/time-line-r.png);
    width: 59px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.df-container {
    max-width: 1250px;
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
}

}


/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {
	.history_area_img_area:before {
display:none
}

 div.page-header-employe {
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: top center;
    margin-top: 0;
    padding: 200px 0 100px;
}
.employee-client .content-part .heading {
    background: #AD915F;
    text-align: center;
    text-transform: uppercase;
    padding: 45px 10px;
}
.employee-client .content-part .heading h2 {
    color: #fff;
    margin-bottom: 0;
    font-size: 26px;
}
.employee-client .content-part .content-wrapper {
    padding: 18px 14px 0;
    font-size: 16px;
}
.employee-client .ftp-section {
    background: #E2DEDB;
    padding: 29px;
}


.employee-client .ftp-section .title-desc {
    background: url(assets/img/arrow-back.png) no-repeat top center;
    padding-left: 0;
    padding-top: 100px;
    text-align:center;
}

.ftp-section h3 {
    text-transform: uppercase;
    font-size: 24px;
}
 .employee-client .content-part {
    background: #fff;
    margin-bottom: 60px;
    height: inherit !important; /* Cancel equalHeight on mobile */
}
.client_button {
    bottom: 180px;
}
 .career-page .page-header {
    background-color: #013148;
    background-repeat: no-repeat;
    background-position: top center;
    margin-top: 0;
    padding: 200px 0 100px;
    background-size: cover;
}
.career-page .df-container {
    max-width: 1250px;
    margin: auto;
    padding: 10px;
}
 .career-page .innercontent-section h2 {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 26px;
    letter-spacing: 3px;
    font-size: 24px;
}
 .career-page .inner-wrapper .inner-content {
    padding: 15px;
}
.page-header.our-history_header {
    background-color: #013148;
    background-repeat: no-repeat;
    background-position: top center;
    margin-top: 0;
    padding: 200px 0 100px;
    background-size: cover;
}
.narrow-container h3 {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 16px;
    font-size: 26px;
    letter-spacing: 2px;
}

 .career-iframe {
    padding: 90px 10px 60px;
}

.career-iframe h3 {
    font-size: 26px;

}
.career-page .inner-wrapper img {
    width: 100%;
}

  .intro_visual {
    margin-top: 50px;
}

#mobile-timeline-content {
    display: block;
}
.page-header.our-history_header {
    width: 100%;
    overflow: hidden;
}

.our-history_header .page-title {
    text-align: center!important;
    overflow: hidden;
}
.page-title h1 {
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin-top: 31px!important;
    display: block;
}
.intro_visual {
    width: 100%;
    max-width: unset;
    float: none;
}

.detail_logo {
    margin-right: 0;
    width: auto;
    margin: auto;
    float: none!important;
    display: block;
    margin-top: -5px;
}

 .profile-img {
    margin-top: 26px!Important;
    width: auto;
    display: block;
    margin: auto;
}
.intro_name {
    font-size: 32px;
    text-transform: uppercase;
    margin-top: 35px;
    color: #ad915e;
    letter-spacing: 2px;
    margin-bottom: 0;
    text-align: center;
}
.intro_subtitle {
    font-size: 18px;
    text-transform: uppercase;
    color: #003149;
    font-weight: normal;
    letter-spacing: 2px;
    text-align: center;
}
.intro_des {
    max-width: unset;
    padding: 20px 20px 2px 20px;
    background: #ffffff;
    margin-top: 45px;
    margin-left: 0;
    margin-bottom: 55px;
}
.intro_des p {
    font-size: 13px;
    font-weight: 400;
    color: #ad915f;
    line-height: 26px;
    padding-bottom: 22px;
    margin: 0;
    font-family: montserrat;
}
.long-border.timeline-item:nth-child(odd):after {
    height: 2px;
    bottom: -123px;
}

.timeline-item:nth-child(odd):after {
    height: 55%;
    width: 55px;
    content: ""!important;
    position: absolute;
    display: block!important;
    background: #ad915f;
    left: -76px;
    bottom: unset!important;
    top: 4px!important;
}
.timeline-horizontal:before {
    height: 100%;
    top: 0;
    bottom: 4px;
    left: -22px;
    right: 0;
    width: 2px;
    margin-bottom: 20px;
}

.timeline:before {
    top: 40px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 3px;
    background-color: #ad915f;
    left: 50%;
    margin-left: -1.5px;
}
.history_timeline_area {
    padding-left: 0;
}
.history_timeline_area .dev-shss-wrap {
    position: relative;
    overflow: hidden;
    padding-right: 0;
}
.timeline_title_box {
    height: 220px;
    width: 220px;
    background: #dad2c5;
    border: 4px solid white;
    border-radius: 50%;
    text-align: center;
    padding: 39px 10px;
    float: left;
    margin-top: 45px!important;
    margin: auto;
    display: block;
    float: none!important;
}
.time_line_carousel.carousel-frame {
    display: none!important;
}
.story_title {
    /* width: 100%; */
    font-size: 355px;
    font-weight: bold;
    font-family: 'GTSectraDisplay';
    text-transform: lowercase;
    color: #e2dedc;
    text-align: center;
    margin-top: 0px;
    line-height: 63px;
    margin-bottom: 40px;
}
.history_cta {
    background: #e2dedc;
    padding-top: 45px;
    text-align: center;
    margin-top: 0;
    padding-bottom: 55px;
    width: 100%;
    overflow: hidden;
    margin-top: 0px;
}
.video_bg {
    max-width: 1180px;
    margin: 0 auto;
    margin-top: 1px;
    position: relative;
    background-size: cover;
      background-image: url(/wp-content/uploads/2019/09/video-bg-1.png)!important;
}

.welcome_txt {
    position: absolute;
    text-align: center;
    font-size: 68px;
    left: 0;
    right: 0;
    text-transform: lowercase;
    line-height: 1;
    top: 0;
    color: #ffffff;
    opacity: 0.5;
    margin-top: 15px;
}
.video-icon {
    height: 412px;
    width: 211px;
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-size: cover;
    background-position: center;
    background-size: cover;
    margin: 0 auto;
    margin-top: -21px;
}

.history_cta_title {
    font-size: 30px;
    width: unset;
    margin: 0 auto;
    line-height: 40px;
}
.story_video_area {
    padding-bottom: 40px;
    padding-top: 40px;
}
 .welcome-img {
    width: 100%;
    /* position: absolute; */
    display: block;
}

 .video_bg {
    padding-top: 0;
}

 #mobile-timeline-content {
  margin-top: 50px;
  text-align: center;
       padding-bottom: 100px;
}
/* mobile-timeline */
.mobile-timeline {
    border-left: 3px solid #ad915f;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    background: rgba(255, 255, 255, 0.03);
    color: rgba(255, 255, 255, 0.8);
    font-family: 'Chivo', sans-serif;
    letter-spacing: 0.5px;
    position: relative;
    line-height: 1.4em;
    font-size: 1.03em;
    padding: 0;
    list-style: none;
    text-align: left;
    font-weight: 100;
    width: 85%;
    margin: 0 auto;
    max-width: 320px;
}
  div#history_introduction .container {
    background: #efecea!important;
}
.mobile-timeline h1 {
  font-family: 'Saira', sans-serif;
  letter-spacing: 1.5px;
  font-weight: 100;
  font-size: 1.4em;
}
.mobile-timeline h2,
.mobile-timeline h3 {
  font-family: 'Saira', sans-serif;
  letter-spacing: 1.5px;
  font-weight: 400;
  font-size: 1.4em;
}
.mobile-timeline .event {
    border-bottom: 0px;
    padding-bottom: 20px;
    margin-bottom: 11px;
    position: relative;
    padding-left: 16px;
}
.mobile-timeline .event:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}
.mobile-timeline .event:before,
.mobile-timeline .event:after {
  position: absolute;
  display: block;
  top: 0;
}

.mobile-timeline .event:after {
    box-shadow: 0 0 0 0px #003149;
    left: -7px;
    background: #003149;
    border-radius: 50%;
    height: 11px;
    width: 11px;
    content: "";
        top: 21px;
}
.mobile-timeline .timeline-title {
    padding: 0;
    margin-top: 0;
    color: #ad915f;
    font-size: 35px;
}
.mobile-timeline .event h5 {
    font-size: 17px;
}
#history_chevron-arrow-left, #history_chevron-arrow-right {
    border: none;
    transform: rotate(-179deg);
    height: 65px;
    width: 90px;
    top: 361px;
    left: 230px;
    background-size: contain;
    position: absolute;
    z-index: 9999;
    display: none;
}

.smescw div.modal-header {
    margin-top: 180px;
}

/*.event.mobile-timeline-item-2 {
    margin-bottom: 257px;
    position: relative;
}

.event.mobile-timeline-item-2:before {
    width: 100%;
    height: 198px;
    position: absolute;
    content: "";
    background: url(/wp-content/themes/davis-floyd/assets/img/19621.png);
    top: 121px;
    background-size: cover;
}
li.event.mobile-timeline-item-5:before {
    height: 265px;
    width: 265px;
    content: "";
    position: absolute;
    background: url(/wp-content/themes/davis-floyd/assets/img/1995.png);
    top: 111px;
}

li.event.mobile-timeline-item-5 {
    margin-bottom: 296px;
    position: relative;
}

 li.event.mobile-timeline-item-4:before {
    width: 100%;
    height: 170px;
    content: "";
    position: absolute;
    background: url(/wp-content/themes/davis-floyd/assets/img/1962.png);
    background-size: cover;
    background-position: center;
    top: 127px;
}

li.event.mobile-timeline-item-4 {
    margin-bottom: 180px;
    position: relative;
} */






}



/* Wide Mobile Layout: 480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {


  .welcome-img {
    width: 100%;
    /* position: absolute; */
    display: none;
}

 .video_bg {
    max-width: 1180px;
    margin: 0 auto;
    margin-top: 1px;
    position: relative;
    background-size: cover;
    background-image: url(/wp-content/uploads/2019/09/video-bg-1.png)!important;
    padding-top: 135px;
}





}


ul.pgafu-filter {
    padding-left: 0;
}

div#customDots div.owl-dot button {
    cursor:pointer;
}



.page-template-video-page .header, .page-template-video-page-2 .header{
background: #003149;
}


.page-template-video-page .embed-container, .page-template-video-page-2 .embed-container {
    --video--width: 1296;
    --video--height: 540;

    position: relative;
    padding-bottom: calc(var(--video--height) / var(--video--width) * 100%); /* 41.66666667% */
    overflow: hidden;
    max-width: 100%;
  }

  .page-template-video-page .embed-container iframe,
  .page-template-video-page .embed-container object,
  .page-template-video-page .embed-container embed,
  .page-template-video-page-2 .embed-container iframe,
  .page-template-video-page-2 .embed-container object,
  .page-template-video-page-2 .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 3% 0;
  }

@media (max-width: 767px){
    .page-template-video-page .video-wrapper,
    .page-template-video-page-2 .video-wrapper{
        margin-top: 200px;
    }
    .page-template-video-page .embed-container,
    .page-template-video-page-2 .embed-container {

        --video--width: 1296;
        --video--height: 540;
        position: relative;
        padding-bottom: calc(var(--video--height) / var(--video--width) * 140%);
        overflow: hidden;
        max-width: 100%;

    }
}

.pum-theme-4185 .pum-container, .pum-theme-default-theme .pum-container {
    background-size: cover;
    background-image: url(https://davisfloyd.com/wp-content/uploads/2020/03/df-pop-bg.jpg);
}

.page-template-video-page-2 .video-wrapper{
    background-color: #f6f6f6;
}

/**Get rid of fax for columbia**/
.ffc-wraper .five-column:nth-child(2) .footer-widget p:nth-child(5) span,
.mega-widget .five-column:nth-child(2) p:nth-child(5) span,
[data-dot*="COLUMBIA"] .fax {
    display: none;
}

div.office-location-single-slide[data-dot*="COLUMBIA"] div.location-slide-content .solical-media ul {
    margin-top: 1.5em;
}

/****Planscape page****/
.planscape-page {
    background: #efecea;
}
/***hero section****/
.planscape-page .our-difference-page-header {
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0;
    height: 123vh;
    margin-bottom: -7.5rem;
}

.our-difference-page-header .header-img {
    width: 35vw;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    min-width: 350px;
}


.planscape-page .arrow-image {
    top: -13em;
    z-index: 10;
}

.planscape-page .arrow-image p {
    color: white;
}

/***content section 1****/
.planscape-page .smescw {
    margin-top: -15em;
}

.planscape-page .sigle-market-content {
    overflow: visible;
}

.planscape-page .smc-left {
    margin-top: -9em;
}

.planscape-page .sigle-market-content h2 {
    text-align: left;
    letter-spacing: 4px;
}

.planscape-page .sigle-market-content .subtitle {
    text-align: left;
}

.planscape-page .sigle-market-content .subtitle h4 {
    border: none;
    letter-spacing: 10px;
}

.planscape-page .sigle-market-content .subtitle::before {
    content: '';
    position: relative;
    display: inline-block;
    width: 4em;
    height: 2px;
    background: #b38f58;
    top: -.25em;
    left: 3em;
    margin-right: 4em;
}

.planscape-page .smc-right p {
    color: #2b2b2b;
    padding: 0;
    margin: 0;
    margin-top: 5.5em;
    font-size: .885em;
}

.planscape-page .smc-right span {
    color: #b38f58;
}

/***our services****/
.our-services, .our-process, .case-studies {
    clear: both;
    padding: 5em 0;
}

.our-services h2, .our-process h2, .case-studies h2 {
    text-align: center;
    font-family: playfair display;
    font-size: 2em;
    margin-bottom: 1.25em;
    text-transform: uppercase;
    color: #1d4559;
}

.our-services h3 {
    font-family: playfair display;
    text-transform: uppercase;
    font-size: 1.25em;
    margin-bottom: 1em;
}

.our-services ul {
    font-family: montserrat;
    text-transform: uppercase;
    padding: 0;
    color: #ad915e;
    line-height: 2;
}

/***quote****/
.quote {
    color: white;
}

body.page-id-4681 .quote div.container-fluid {
    z-index: 0;
}

.quote .row {
    padding: 9.5em 13em;
    text-align: center;
}

.quote p:first-child {
    font-family: gtsectradisplay;
    font-size: 1.75em;
}

.quote p:last-child {
    font-family: poppins;
}

/***content section 2****/
.land-design .approach-container {
    overflow: visible;
}

.land-design div.approach-content .ac-left {
    width: 33%;
}

.land-design .ac-left h5:before {
    display: none;
}

.land-design div.approach-content .ac-right {
    width: 66%;
}

.land-design .ac-right-content {
    padding-bottom: 2em;
}

.land-design .ac-right-content p:last-child {
    color: #003149;
}

.land-design .ac-right-content p:last-child span {
    color: #b79664;
    font-weight: bold;
}

/***our process****/
.our-process {
    padding-top: 0;
    padding-bottom: 7em;
}

.our-process h2 {
    margin: 2em 0;
    font-size: 2.25em;
}

.our-process h3 {
    font-family: BebasNeue-Regular;
    color: #b38f58;
    letter-spacing: 10px;
    font-size: 1em;
    margin-bottom: 1em;
    text-transform: uppercase;
}

.our-process p {
    font-size: .9em;
}

.our-process .col-sm-3 {
    text-align: right;
}

.our-process .col-xl-6:nth-child(odd) .col-sm-3 {
    margin-left: 16.66667%;
}

.our-process .col-sm-7 {
    position: relative;
    top: 2em;
}

.our-process .col-xl-6:nth-child(n+3) {
    margin-top: 5em;
}

/***case studies****/
.case-studies {
    background: #e2dedc;
}

.case-studies h3 {
    color: #003149;
    margin-top: 1em;
    margin-bottom: 0;
}

.case-studies p {
    color: #ad915f;
    font-size: .9em;
}

.case-studies a:hover {
    text-decoration: none;
}

.case-studies .card {
    background: transparent;
    padding: 1.5em;
    transition: all .7s ease;
    border: none;
}

.case-studies a:hover .card {
    background: white;
}

.sigle-market-content .smc-right .scope br {
    display: none;
}

@media (min-width: 1900px) {
    .sigle-market-content .smc-right .scope br { display: block; }
}

@media (max-width: 1450px) {
    .planscape-page .our-difference-page-header {
        height: 120vh;
    }

    .planscape-page .smescw {
        margin-top: -13em;
    }

    .planscape-page .arrow-image {
        top: -11em;
    }
}

@media (max-width: 1200px) {
    .planscape-page br {
        display: none;
    }

    .planscape-page .our-difference-page-header {
        height: 92vh;
    }

    .our-difference-page-header .header-img {
        top: 30vw;
        transform: translateX(-50%);
    }

    .quote .row {
        padding: 4em 2em;
    }

    .land-design div.approach-content .ac-left {
        padding-right: 0;
    }

    .our-process .col-xl-6:nth-child(odd) .col-sm-3 {
        margin-left: 0;
    }

    .our-process .col-xl-6 + .col-xl-6 {
        margin-top: 2.5em;
    }
}

@media (max-width: 768px) {
    .ac-left h2 {
        font-size: 1.5em;
    }
}

@media (max-width: 600px) {
    .planscape-page .our-difference-page-header {
        height: 115vh;
    }

    .our-difference-page-header .header-img {
        top: 40vw;
    }

    .planscape-page .smescw {
        margin-top: -18em;
    }

    .planscape-page .arrow-image {
        top: -16em;
    }

    .planscape-page .sigle-market-content {
        margin-top: 8em;
    }

    .project-description {
        padding-bottom: 2em;
    }

    .single-market-post-data-from-ajax-request {
        padding-bottom: 0;
    }

    .planscape-page .sigle-market-content h2 {
        text-align: center;
    }

    .planscape-page .project-description {
        padding-bottom: 2em;
    }

    .our-services .row {
        padding-left: 1em;
    }

    .quote p:first-child {
        font-size: 1em;
    }

    .quote p:last-child {
        font-size: .75em;
    }

    .land-design div.approach-content .ac-left, .land-design div.approach-content .ac-right  {
        width: 100%;
    }

    .land-design div.approach-content .ac-left {
        padding: 1em 0 0;
    }

    .our-process .row .col-sm-3, .our-process .row {
        text-align: center;
    }

    .our-process .row img {
        max-width: 150px;
    }
}

@media (max-width: 350px) {
    .planscape-page .our-difference-page-header {
        height: 115vh;
        padding-top: 2em;
    }

    .our-difference-page-header .header-img {
        top: 40vw;
        position: relative;
    }

    .planscape-page .smescw {
        margin-top: -11em;
    }

    .planscape-page .arrow-image {
        top: -8em;
    }
}

#menu-vertical-menu{
    display: flex;
    flex-wrap: wrap;
    width: 70%;
    margin: 0 auto;
}

.menu-item{
    width: 50%;
    text-align: center;
    margin-right: 0 !important;
}

@media (max-width: 768px){
    .menu-item{
        width: 100%;
    }
}

.menu-btn{
    display: inline-block;
color: #212529;
font-family: MOntserrat;
font-weight: 500;
font-size: 18px;
background: #ad915f;
padding: 5px 45px;
border-radius: 50px;
margin: 10px 15px;
}

.menu-btn:hover{
    color: #212529
}

#megamenu .modal-body{
    margin-top: 150px;
}

@media (max-width: 768px){
    #megamenu .modal-body{
        margin-top: 0px
    }
    .contact-2-header{
        margin-top: 275px;
    }
}


.contact-2-header    {
padding: 6% 0;
    background-color: #003149;
    width: 100%;
}

.page-template-contact-page-2 .header {
    background: #003149;
}

.contact-2-header .header-inner{
    margin-bottom: 50px;
}

.contact-2-header h3{
    color: #5d97b4;
text-align: center;
font-family: Montserrat;
font-size: 17px;
letter-spacing: 3px;
}

.location-btn{
    text-align: center;
    margin-top: 40px;
}

.location-btn a{
    display: inline-block;
color: white;
font-family: MOntserrat;
font-weight: 500;
font-size: 15px;
background: #ad915f;
padding: 5px 45px;
border-radius: 50px;
text-transform: uppercase;
}

.location-btn a:hover{
    color: white;
    text-decoration: none;
}



@media (min-width: 770px) {

    .header {
        position: fixed;
    }

    /* .page-template-market-page #page.site {
        padding-top: calc(134px * 2);
    } */

    .single-market #page.site {
        padding-top: 134px;
    } 

    .market-heading-wrapper {
        padding-top: 180px;
    }

    .single-market-post-data-from-ajax-request .sme-single-slide img {
        min-width: unset !important;
        min-height: unset !important;
        object-fit: contain;
        width: auto;
        margin: 0 auto;
    }

    .owl-carousel .owl-stage {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

}

.ajax-market-video {
    height: 43vw;
}

.page-template-market-page .work-project-wrapper .owl-stage .owl-item.active:not(.center), .page-template-market-page .work-project-wrapper .owl-stage .owl-item.cloned {
    z-index: -1;
}

/**Fix the arrows on slider**/
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
    background-image: linear-gradient(to right, #0000007f, transparent) !important;
    height: 100%;
    top: 0;
    left: 0;
    margin: 0 !important;
}

.owl-carousel .owl-nav button.owl-next {
    background-image: linear-gradient(to left, #0000007f, transparent) !important;
    left: unset;
    right: 0;
}

#single-wrapper .owl-theme .owl-nav button.owl-prev span, #single-wrapper .owl-theme .owl-nav button.owl-next span,
#full-width-page-wrapper .owl-theme .owl-nav button.owl-prev span, #full-width-page-wrapper .owl-theme .owl-nav button.owl-next span{
    background-image: url(/wp-content/uploads/2019/09/single-market-left-arrow.png);
    background-position: 100% 50%;
    width: 150%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 1rem;
    background-size: contain;
    background-repeat: no-repeat;
    transition: all 0.6s;
    transform-origin: 100% 50%; /* Makes an almost 3d effect because the transform origin swaps from the outside in*/
    transform: translateY(-50%);
    color: transparent;
    display: block;
}

#single-wrapper .owl-carousel .owl-nav button.owl-prev:hover span, #full-width-page-wrapper .owl-carousel .owl-nav button.owl-prev:hover span {
    transform-origin: 0% 50%;
    transform: translateY(-50%) scale(1.5);
}

#single-wrapper .owl-theme .owl-nav button.owl-next span, #full-width-page-wrapper .owl-theme .owl-nav button.owl-next span {
    background-image: url(/wp-content/uploads/2019/09/single-market-rightt-arrow-1.png);
    left: unset;
    right: 1rem;
    transform-origin: 0% 50%;
}

#single-wrapper .owl-carousel .owl-nav button.owl-next:hover span, #full-width-page-wrapper .owl-carousel .owl-nav button.owl-next:hover span {
    transform-origin: 100% 50%;
    transform: translateY(-50%) scale(1.5);
}
.image-galley .col-md-3 {
    padding: 0px;
}
.image-galley {
    padding-bottom: 116px;
}
body {
    background-color: #efecea !important;
}
img.arrowclass {
    padding: 7% 5% 8% 5%;
}
.col-md-12.button {
    padding-bottom: 4%;
}


/* Civil Site Style */
.civil-site {
    padding-top: 30px;
    padding-bottom: 30px;
}

.civil-site .container {
    max-width: 1440px;
}

.our-services-wrapper {
    margin-top: -50px;
}

.our-services-box .market-menu-content-wrap {
    background: #fff;
    display: block;
    margin-left:20px;
    margin-right:20px;
    position: relative;
    padding: 50px 20px 30px 20px;
    text-align: center;
}

.our-services-box h3 {
    letter-spacing: 3px;
    margin-bottom: 1rem;
}

.our-services-list {
    text-align: left;
    padding-top: 100px;
}

.our-services-list h4 {
    letter-spacing: 2px;
    margin-bottom: 1rem;
}

.our-services-list ::marker {
    color: #ad915f;
}

.our-services-list ul {
    padding-left: 20px;
}


/* Gallery Style */
.galley-box {
    position: relative;
}

.galley-box img {
    width: 100%;
}

.galley-box:after {
    position: absolute;
    content: "";
    width: 90%;
    height: 80%;
    background: transparent;
    border: 2px solid #ffffff80;
    left: 5%;
    top: 10%;
    z-index: 1;
}

.galley-box span {
    font-family: 'Myriad Pro', sans-serif;
    position: absolute;
    left: 0;
    bottom: 19%;
    padding: 5px;
    background: #003148;
    width: 100%;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    letter-spacing: 2px;
    font-weight: 500;
    font-size: 11px;
    z-index: 3;
}

.galley-box:hover span {
    background: #ad915f;
}

li {
    font-family: 'Myriad Pro', sans-serif;
}

a {
    color: #fff !important;
}

@media (min-width: 1200px) {
    .container {
        max-width: 95%;
    }
}

@media (min-width: 320px) and (max-width: 480px) {
    .market-menu-content-wrap h1 {
        font-size: 24px;
    }

    .market-menu-content-wrap {
        padding: 50px 10px;
    }

    .connect-us-btn {
        margin-bottom: 20px;
    }

    .market-menu.text-center .arrow-image {
        margin-bottom: 0;
    }
}

/* Patching color issue on markets page. */
.smic-left-side li a,
.smic-right-side li a,
.df-footer-bottom a {
  color: #003149 !important;
}

/* Resolving single service page cohesive design. */
.market-menu-content-wrap h3 {
    font-size: 16px;
    text-transform: uppercase;
    font-family: BebasNeue-Bold;
    color: #b38f58;
    letter-spacing: .56em;
    display: block;
    margin-top: 1.5em;
    margin-bottom: 0;
}

.market-menu-content-wrap h2 {
    font-size: 37px;
    text-transform: uppercase;
    color: #003149;
    padding: 0 55px;
    font-family: GTSectraDisplay;
    letter-spacing: 2px;
}

.our-services-list h3 {
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.our-services-list ul li {
    position: relative;
    text-transform: capitalize;
    font-size: 16px;
    color: #2b2b2b;
    /* margin-bottom: 50px; */
}

/* Resolving Markets Page issues. */
.mcbom-slide-wraper.track .mcbom-single-slide .single-market-image-content .smic-left-side ul {
    text-align: right;
    float: right;
}

.smic-left-side-btn {
    position: inherit;
    /* left: 10%; */
}

.smic-right-side-btn {
    padding-top: 0px;
    position: inherit;
    /* right: 10%; */
}

.connect-us-btn {
    margin-bottom: -55px;
    margin-top: 55px;
}

.button-grow,
.pgafu-post-content .readmorebtn {
    transition: all 0.3s ease-in-out;
}

.button-grow:hover,
.pgafu-post-content .readmorebtn:hover {
    transform: scale(1.1);
}

.readmorebtn {
    padding: 10px 35px 10px 35px !important;
    border: none !important;
}

.readmorebtn:hover {
    background: #ad915f !important;
}

.pgafu-post-short-content {
    font-family: 'Myriad Pro', sans-serif !important;
    font-size: 15px !important;
}

.single-market .owl-carousel, .single-market .owl-stage-outer, .single-market .owl-stage, .single-market .owl-item, .single-market .sme-single-slide, .single-market .owl-carousel .sme-single-slide img {
    height: 65vh !important;
}

.market-list > a {
    overflow: hidden;
}

.market-list .market::before {
    z-index: 1;
}

.market-list .market .market-inner {
    z-index: 2;
}

.market-list .market img { 
    transition: all .8s ease-in-out; 
}

.market-list .market:hover img {
    transform: scale(1.1); 
}

.page-template-blog .blog-page .pgafu-post-grid-main .pgafu-post-short-content {
    font-family: 'Myriad Pro' !important;
    color: #212529;
    font-weight: 400;
}


.outcome ul li {
    font-size: 18px !important;
}

.timeline-item-15 h5 {
    padding-bottom: 35px !important;
}

.timeline-item.timeline-item-22 h5 {
    top: 0px !important;
}

.timeline-panel h5 {
    font-size: 16px !important;
    font-weight: bold !important;
}
.page-template-blog .blog-page .pgafu-post-grid-main h2.pgafu-post-title a {
    color: rgb( 0, 49, 73 ) !important;
}

.timeline-item.timeline-item-17 h5 {
    top: -245px !important;
}

.timeline-panel h5 {
    width: 170px !important;
}
.timeline-item.timeline-item-9 h5 {
    top: -220px !important;
}

.timeline-item.timeline-item-19 h5 {
    top: -20px !important;
    position: absolute !important;
    left: 70px !important;
}

.timeline-item .timeline-panel {
    overflow: visible !important;
}

.timeline-item.timeline-item-13 h5 {
    left: 85px !important;
}