/* ========== Font Family Files ========== */
@import url('https://fonts.googleapis.com/css?family=Spectral:200,300,400,500&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&display=swap');
@import url('https://use.typekit.net/oxq6lft.css');


/* ========== Core Style CSS ========== */
body {font-family:'Open Sans', sans-serif; font-size:16px; line-height:21px;}
button:focus{outline:0;}
ul{margin:0; padding:0;}

/* ========== Style Guide CSS ========== */
.demo-span{color:#aaaaaa; font-size:16px; font-weight:500; padding:0 0 20px 0; display:block}
.style-heading{color:#898989; font-size:12px; font-weight:700; text-transform:uppercase; border-bottom:1px solid #cbcbcb; margin:100px 0 25px 0; padding:0 0 20px 0; text-align:left;}


/* Color Swatches CSS */
ul.color-swatches-block li{width:85px; height:85px; font-size:12px; font-weight:700;
text-align:center; line-height:85px; text-transform:uppercase;}
.color-004851{background:#004851; border:1px solid #004851;color:#fff;}
.color-3e8d8d{background:#3e8d8d; border:1px solid #3e8d8d;color:#fff;}
.color-8da0b6{background:#8da0b6; border:1px solid #8da0b6;color:#fff;}
.color-2b2b2b{background:#2b2b2b; border:1px solid #2b2b2b;color:#fff;}
.color-eef0f2{background:#eef0f2; border:1px solid #898989;color:#898989; }
.color-ffffff{background:#ffffff; border:1px solid #898989;color:#898989;}


/* ========== Icon Image CSS ========== */
.icon-block{padding:0; margin:0;}
.icon-block li{margin-bottom:20px; }


/* ========== Text Heading CSS ========== */
h1{font-size:55px; color:#2b2b2b; font-weight:500; font-family: 'Spectral', serif;}
h2{font-size:36px; color:#004851; font-weight:500; font-family: 'Spectral', serif;}
h3{font-size:24px; color:#2b2b2b; font-weight:500; font-family:proxima-nova, sans-serif;}
h4{font-size:22px; color:#2b2b2b; font-weight:400; font-family:'Open Sans', sans-serif;}
h5{font-size:18px; color:#2b2b2b; font-weight:700; font-family:'Open Sans', sans-serif; text-transform:uppercase; letter-spacing:4px;}
h6{font-size:12px; color:#2b2b2b; font-weight:400; font-family:'Open Sans', sans-serif; text-transform:uppercase; letter-spacing:3px;}


/* ========== Text Paragraph CSS ========== */
p{font-size:16px; color:#2b2b2b; line-height:21px; font-weight:400;}
p a{color:#3e8d8d; font-weight:600;}
p a:hover{color:#3e8d8d; text-decoration:underline;}
strong{font-weight:700;}
p span{font-weight:300;}


/* ========== Unordered List CSS ========== */
.main{padding:0 0 40px 0; margin:0; list-style: none;}
.main ul li{color:#2b2b2b; margin:0 0 10px 0; font-size:16px; font-weight:400;padding:0 0 0 20px; list-style:none; position:relative; }
.main ul li::before {left:0; color:#3e8d8d;position:absolute; top:0; font-size:5px;
  content: "\f111"; font-family: "Font Awesome 5 Free"; font-weight:600;}

  
/* ========== Ordered List CSS ========== */
.main ol{padding:0; margin:0; counter-reset:my-awesome-counter; list-style:none;}
.main ol li {counter-increment:step-counter; margin:0 0 10px 0; font-size:16px; font-weight:400;
color:#2b2b2b; padding:0 0 0 20px; position:relative}
.main ol li::before {content: counter(step-counter)'.'; color:#3e8d8d;font-size:16px; font-weight:400; margin-right:20px; top:0; position:absolute; left:-5px;}


/* ========== Text Link CSS ========== */
a.dark-link{color:#8da0b6; font-size:12px; font-weight:400;}
a.dark-link:after {display:inline-block; font-size:10px; content: "\f101"; font-family: "Font Awesome 5 Free";  font-weight:600; padding-left:5px;}
a.dark-link:hover{color:#3e8d8d; text-decoration:none;}
a.white-link{color:#8da1a4; font-size:12px; font-weight:600;}
a.white-link:after {display:inline-block; font-size:10px; content: "\f101"; font-family: "Font Awesome 5 Free"; font-weight:600; padding-left:5px;}
a.white-link:hover{color:#fff; text-decoration:none;}


/* ========== Button CSS ========== */
.form-group .dark-btn, .dark-btn{color:#fff; background:#004851; font-size:16px; display:inline-block; font-weight:400; border-radius:100px; padding:5px 0; border:1px solid #004851; text-align:center; min-width:180px; cursor:pointer;}
.form-group .dark-btn {min-height: unset;}
.dark-btn:hover, .dark-btn:focus{background:#3e8d8d; color:#fff; border:1px solid #3e8d8d; text-decoration:none;}
.white-btn{color:#004851; background:#fff; font-size:16px; display:inline-block; font-weight:400; border-radius:100px; padding:5px 0; border:1px solid #fff; text-align:center; min-width:180px;}
.white-btn:hover, .white-btn:focus{background:#3e8d8d; color:#fff; border:1px solid #3e8d8d; text-decoration:none;}
.outline-btn{color:#fff; background:transparent; font-size:16px; display:inline-block; font-weight:400; border-radius:100px; padding:5px 0; border:1px solid #fff; text-align:center; min-width:180px;}
.outline-btn:hover, .outline-btn:focus{background:#fff; color:#004851; border:1px solid #fff; text-decoration:none;}


/* ========== Category Box CSS ========== */
.category-box{background:#3e8d8d; padding:35px; text-align:center; display: block;

position:relative;}


.category-box:before {
    background:url("img/category-box-bg.svg") no-repeat center center;
	background-size:cover;
    content:"";
    opacity:0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    /* TRANSISITION */
    -webkit-transition:opacity .4s ease-in-out;
       -moz-transition:opacity .4s ease-in-out;
        -ms-transition:opacity .4s ease-in-out;
         -o-transition:opacity .4s ease-in-out;
            transition:opacity .4s ease-in-out;}			
			
.category-box:hover:before{ opacity:1;}

 
.category-box .outline-btn{position:absolute; left:50%; right:50%; transform:translate(-50%, -50%); bottom:10px;}
.category-box h3{color:#fff; text-transform:uppercase; margin:0 0 20px 0;}
.category-box p{color:#fff; margin:0 0 35px 0; min-height:55px;}
.card-box{padding:30px 15px; text-align:center; border-radius:10px; position:relative;}
.card-box img{margin:0 0 0px 0; width: 100%;}
.card-box .dark-btn{position:absolute; left:50%; right:50%;transform:translate(-50%, -50%); bottom:10px;}
.card-box h5{color:#404041; text-transform:uppercase; margin:0 0 20px 0;}
.card-box p{color:#2b2b2b; margin:0 0 35px 0;  min-height:55px;}
/*.card-box:hover{-webkit-box-shadow: 0px 8px 23px -6px rgba(0,0,0,0.39);
-moz-box-shadow: 0px 8px 23px -6px rgba(0,0,0,0.39);
box-shadow: 0px 8px 23px -6px rgba(0,0,0,0.39);}*/


/* ========== Quote Testimonials CSS ========== */
.quote-pri-box{background:#f3f5f8; padding:65px;}
.quote-sec-box{background:#e9ecf1; padding:50px 100px 0 200px; display:flex; position:relative; }
.carousel-item .quote-image-box {
    float: left;
    margin-right: 20px;
}
.quote-text-box{margin-left:20px; padding:40px 0 0 0;}
.quote-writer{display:flex; margin:20px 0 0 0;}
.quote-writer h5{color:#004851; letter-spacing:0; text-transform:capitalize;}
.quote-writer h5::after {content: " "; white-space: pre;}
.quote-writer span{color:#9c9c9c; padding-left:2px;}
.quote-sec-box:before{ content:" "; background:url("img/quote-img-left.svg") no-repeat 0 0; position:absolute; width:181px; height:142px; left:20px; top:-30px}
.quote-sec-box:after{ content:" "; background:url("img/quote-img-right.svg") no-repeat 0 0; position:absolute; width:181px; height:142px; right:20px; bottom:-30px}
.heading-text{font-weight:500; font-family:'Spectral', serif; border:0px solid #004851; padding:0px; display:inline-block;}
.banner-heading{background:url("https://petrospace.staging.wpengine.com/wp-content/uploads/2019/08/Petros-Pace-temporary-web-banner-01-02-web-banner.jpg") no-repeat center center;/* background-size:100% auto !important;*/ padding:130px 0;}
.banner-heading h1{color:#fff; border-bottom:3px solid #fff; padding:0 15px 5px 15px; display:inline-block; text-shadow: 0px 0px 20px #000000;}
.banner-heading h4{color:#fff; padding:0 0 15px 0; text-shadow: 0px 0px 20px #000000;text-transform: none;}





a{-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;}

.form-control::placeholder {/* Chrome, Firefox, Opera, Safari 10.1+ */
color:#c7c7c7;  opacity:1;/* Firefox */}
.form-control:-ms-input-placeholder {/* Internet Explorer 10-11 */ color:#c7c7c7;}
.form-control::-ms-input-placeholder {/* Microsoft Edge */ color:#c7c7c7;}
button:focus{outline:0;}


/* ========== Top Navigation ========== */


/* ========== Top Navigation Animation Icon ========== */
.icon-bar {width:28px; height:3px; background-color:#8da0b6; display:block; transition:all 0.2s;	margin-top:4px}
.navbar-toggler {border: none; background: transparent!important;}
.navbar-toggler .top-bar {transform: rotate(45deg); transform-origin:10% 10%;}
.navbar-toggler .middle-bar {opacity: 0;}
.navbar-toggler .bottom-bar {transform: rotate(-45deg);  transform-origin: 10% 90%;}
.navbar-toggler.collapsed .top-bar {transform: rotate(0);}
.navbar-toggler.collapsed .middle-bar {opacity:1;}
.navbar-toggler.collapsed .bottom-bar {transform:rotate(0);}
 
.navbar-brand{padding-top:0; padding-bottom: 0;}
.dropdown:hover>.dropdown-menu {display:block;}
.navbar-brand {color: #fff;font-size:25px;font-weight:700;letter-spacing:0.1em;}
/* .navbar-brand{margin-right:5rem;} */
.navbar{padding:1rem;}
#collapsibleNavbar{ height:100%;}
.navbar-nav .nav-item .nav-link{ font-size:16px; color:#004851; text-transform:uppercase;font-weight:400;
padding-top: 0;
-webkit-transition: none !important;
-moz-transition:none !important;
transition:none !important;}

.navbar-nav .nav-item .nav-link:hover, .navbar-nav .nav-item .nav-link:focus{color:#004851!important; text-decoration:underline;}
.white-bg-nav ul li{margin-right:23px; margin-top:.5rem; padding-left:5px;}
.white-bg-nav ul li:last-child{margin-right:0;}
.nav-link:hover{color:#fff;}
.navbar-expand-lg .navbar-nav .dropdown-menu{background:rgba(255, 255, 255, 0.9); border:0; top:100%; z-index:2; border-radius:0; border-left:4px solid #024850; padding:0 15px 15px 15px; margin-top:-1px;margin-left:-4px;}
.navbar-collapse{justify-content:flex-end;}
.dropdown:hover>.dropdown-menu:hover .nav-link{color:#fff;}
.navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item{color:#8a9da4; font-size:16px;padding:6px 13px 3px 0; font-weight:400;}
li.dropdown.page-item:hover {color:#34aee3!important;}
.navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item:hover,.navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item:focus{background-color:transparent!important; color:#000c40!important;}
nav{-webkit-transition:padding-top .3s,padding-bottom .3s;
-moz-transition:padding-top .3s,padding-bottom .3s;
transition:padding-top .3s,padding-bottom .3s;
border:none;}
.dropdown-menu{padding:11px 5px 5px 10px; margin:.115rem 0 0; min-width:157px;}
.dropdown-toggle{position:relative;}
.dropdown-toggle::after {display:none;}
.white-bg-nav .navbar-brand img{width:100%; -webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;}

.navbar.white-bg-nav{padding:15px 0; background:#fff!important; border-bottom:1px solid #d5d5d5;}

li.dropdown.drop-nav:hover, li.dropdown.drop-nav:focus{background:transparent; border-left: 4px solid #024850;}
li.dropdown.drop-nav:hover a.dropdown-toggle{color:#004851!important;}
.drop-nav{border-left: 4px solid #fff;}
.drop-nav:hover, .drop-nav:focus{background:transparent; border-left: 4px solid #024850; text-decoration:underline;}



#banner-petros-section .banner-heading{padding:10px 0 60px 0; display: table; width: 100%;}
#home-banner .inner {
    height: 100%;
    vertical-align: middle;
    display: table-cell;
position: relative;
z-index: 50;
}
#banner-petros-section .container-fluid{overflow:hidden;}

#services-petros-section .category-box{padding:15px 35px 40px 35px; height:100%;}

/* @media (min-width:1400px){
#services-petros-section .category-box{min-height:200px;}	
}

@media (max-width:1400px){
#services-petros-section .category-box{min-height:220px;}	
} */

#services-petros-section .category-box p{margin:0 0 35px 0; min-height:55px;}
#services-petros-section .category-box p:last-child {
    margin: 0;
    min-height: unset;
}
#services-petros-section .category-box h3{margin:0 0 15px 0;}
#services-petros-section .pace-bg{background:#004851}
#services-petros-section .reits-bg{background:#3e8d8d;}
#services-petros-section .hospitality-bg{background:#8da0b6}

#intro-petros-section{background:#fff; padding:70px 0 30px;}
.intro-petros-box{background:#fff; display:flex;justify-content: center;border-radius:10px; padding:0;}
.intro-petros-text{margin:30px 0 0 55px;}
.intro-petros-text h3{letter-spacing:0; margin-bottom:5px; text-transform:uppercase;}
.intro-petros-text .dark-btn{margin-top:20px; margin-left:0;}


#benefits-petros-section{background:#fff; padding:100px 0 40px 0;}
#benefits-petros-section .heading-text{margin-bottom:55px;}
.benefits-box{text-align:center; margin:0 0 60px 0; padding:0 20px;}
.benefits-box img{margin:0 0 5px 0;}
.benefits-box p{margin:0;}


#testimonials-petros-section{padding:0 65px;}

#featured-section{background:#fff; padding:100px 0 50px 0;}
#featured-section .heading-text{margin-bottom:75px;}
.featured-carousel-box{background:#fff; display:flex; justify-content: center; border-radius:10px; padding:30px 200px 90px 180px;}
.featured-text-box{margin:30px 0 0 40px;}
.featured-text-box h5{letter-spacing:0; margin-bottom:15px;}
.featured-text-box .dark-btn{margin-top:20px; margin-left:53px;}
#myCarousel .carousel-indicators{margin-bottom:2rem;}
#myCarousel .carousel-indicators li{background:#e3e3e3; width:11px; height:11px; border-radius:100px; margin:0 10px; cursor:pointer; border: 0px;}
#myCarousel .carousel-indicators li.active{margin:0 10px;}
#myCarousel .carousel-indicators .active{background:#004851;}
#myCarousel .carousel-indicators li:hover{background:#004851;}
#myCarousel .carousel-indicators {
    margin-left: 19.2%;
}
#myCarousel1 .carousel-indicators{margin-bottom:2rem;}
#myCarousel1 .carousel-indicators li{background:#e3e3e3; width:11px; height:11px; border-radius:100px; margin:0 10px; cursor:pointer; border: 0px;}
#myCarousel1 .carousel-indicators li.active{margin:0 10px;}
#myCarousel1 .carousel-indicators .active{background:#004851;}
#myCarousel1 .carousel-indicators li:hover{background:#004851;}
#myCarousel1 .carousel-indicators {
    margin-left: 19.2%;
}


#case-study-section{background:#fff; padding:50px 0 100px 0;}
#case-study-section .heading-text{margin-bottom:75px;}
#case-study-section .card-box{padding:0; /*min-height:430px;*/ margin-bottom: 20px;}
#case-study-section .card-box h5{letter-spacing:0;}
.card-box .card-img {
    position: relative;
}
.card-box .card-title {
    position: absolute;
    top: auto;
    text-align: center;
    bottom:7%;
    width:100%;
    left:0;
	right:0;
    z-index: 99;
}
.card-box .img-overlay {
    position: absolute;
    /*background: linear-gradient(to top, #004851, transparent);*/
	background: url(img/project1-strip-D.png);
	background-repeat: repeat-x;
	background-size: auto 100%;
    height: 100%;
    z-index: 9;
    width: 100%;
	mix-blend-mode: multiply;
	bottom:0;
}


.card-box-show .img-overlay-text {
    position: absolute;
    /*background: linear-gradient(to top, #004851, transparent);*/
	background: url(img/project1-strip-D.png);
	background-repeat: repeat-x;
	background-size: auto 100%;
    height: 100%;
    z-index: 9;
    width: 100%;
	mix-blend-mode: multiply;
	top:0;
}




.card-box .card-title h5 {
    color: #fff;
	font-weight: 600;
}
.card-box-show .hover-title h5 {
    margin-bottom: 4px;
	color: #fff;
}
#case-study-section .card-box:hover {
    position: relative;
}
.card-box-show {
     opacity: 0; 
	/*display:none;*/
		-webkit-transition: opacity .5s ease-in-out;
-moz-transition: opacity .5s ease-in-out;
-ms-transition: opacity .5s ease-in-out;
-o-transition: opacity .5s ease-in-out;
transition: opacity .5s ease-in-out;
}
#case-study-section .card-box:hover .card-box-show {
     opacity: 1; 
	/*display:block;*/
}
#case-study-section .card-box:hover .card-img .card-title {
   display: none;
}
.card-box-show {position: absolute; top:0; z-index:99; height:100%;}
.card-box-show:after {position:absolute;  content: "";  
	background-repeat: repeat-x;
    background-size: auto 100%;
    height: 100%;
    top: 0;
    width: 100%;
    left: 0;
    z-index: -1;
    mix-blend-mode: multiply;
    /*background: url(img/project-hover-strip-D.png);*/
	/*background: linear-gradient(to top, #004851, #3e8d8d);*/
	background: linear-gradient(to top, #004851, #004851);
    opacity: 0.8;}
.card-box:hover .img-overlay {
    display: none;
}
.card-box-show .hover-title {
    width: 156px;
    border-bottom: 1px solid #fff;
    float: none;
    margin: 35px auto 20px auto;
}
.card-box .card-box-show .dark-btn {
    position: relative;
    margin: 0 auto;
}
.card-box-show p {
    color: #fff;
    padding: 0 10%;
    margin-bottom: 20px;
}
.card-box-show a, .card-box-show a:hover {
    color: #fff;
    text-decoration: underline;
}

/********** new css ***********/
.card-box {
    position: relative;
    overflow: hidden;
    background: #005c66 !important;
    /*height: 260px;*/
    border-radius: 0;
}
.card-heading {
    position: absolute;
    background: rgba(0, 92, 102, 0.85);
    background: url("img/heading-bg2.png");
    background-blend-mode: multiply;
    bottom: 0;
    width: 100%;
    padding: 15px 5%;
    z-index: 1;
    opacity: 1;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
	height: 86px;
display: table;
}
.card-box h5 {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 10px 0;
    font-family: proxima-nova, sans-serif;
    line-height: 28px;
    font-size: 24px;
    font-weight: 400;
}
.card-box:hover .card-heading {
    opacity: 0;
}
.card-caption {
    position: absolute;
    top: 100%;
    right: 0;
    width: 100%;
    height: 100%;
    padding: 9% 14% 0 14%;
    text-align: center;
    color: #fff !important;
    z-index: 2;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.card-box .card-caption p {
    min-height: unset;
	margin-bottom: 20px !important;
}
.card-caption h5 {
    font-size: 22px;
}
.card-heading h5 {
    vertical-align: middle;
    display: table-cell;
}
.card-box h5 {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 10px 0;
    font-family: proxima-nova, sans-serif;
    line-height: 28px;
}
.card-box p {
    color: #fff;
    text-align: center;
    margin: 0 0 20px 0;
}
.card-box a {
    color: #fff;
    background: transparent;
    font-size: 16px;
    display: inline-block;
    font-weight: 400;
    border-radius: 100px;
    padding: 5px 0;
    border: 1px solid #fff;
    text-align: center;
    min-width: 180px;
	text-decoration: none;
}
.card-caption a:hover {
    background: #fff;
}
.card-box img {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
	height: 100%;
object-fit: cover;
}
.card-box:hover img {
    transform: scale(1.2);
}
.card-box:hover img {
    mix-blend-mode: multiply;
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.card-box:hover .card-caption {
    top: 0%;
}
#case-study-section .card-box p {
    padding: 0;
}





#testi-section {
    background: #eef0f2;
    padding: 70px 0 50px 0;
}
.testi-box {
    margin-bottom: 30px;
}
.testi-box img {
    border-bottom: 3px solid #004851;
    padding: 0 10px;
    margin-bottom: 25px;
}
.testi-box h3 {
    color: #004851;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
}
.testi-box h4 {
    color: #8F9092;
    font-size: 16px;
    text-transform: none;
}


#core-value-section{background:url("img/Core-Values-bg.jpg") no-repeat 0 0;
background-position:center center; background-size:cover; padding:100px 0 45px 0;}
.white-text{border-color:#fff; color:#fff; margin-bottom:75px;}
.core-value-text{text-align:center; padding:0 40px;}
.core-value-text h3{color:#fff; margin:0; text-transform:uppercase;} 
.core-value-text p{color:#fff; border-top:1px solid #fff; padding-top:10px; margin:10px 0 45px 0;}

#contact-section{background:#8da0b6; padding:30px 0 20px 0;}
#contact-section .form-group{margin-left:0.5rem; margin-right:0.5rem;}
.contact-heading{text-align:center; margin-bottom:25px;}
.contact-heading h3{color:#fff; text-transform:uppercase; margin-bottom:12px;}
.contact-heading p{color:#fff;}
#contact-section .input-block{border-radius:0; box-shadow:none; border:0; height:32px; font-size:16px;width: 100%;}
#contact-section .dark-btn{margin-top:15px;}


footer{background:#004851; padding:35px 0 20px 0;}
.footer-logo{text-align:center; margin:0 0 35px 0;}
.footer-address h5{color:#fff; text-transform:uppercase; letter-spacing:0; margin-bottom:4px;}
.footer-address p{color:#8da1a4; font-size:12px; margin:0;}
.footer-address a{color:#8da1a4; font-size:12px;}
.footer-address a:hover{color:#fff; text-decoration:none}

footer .brochure-link{margin-top:30px; display:inline-block}
footer .print-link{margin-top:31px; display:inline-block}
footer .brochure-link:hover, footer .brochure-link:focus{color:#fff;} 
footer .print-link:hover, footer .print-link:focus{color:#fff;} 

.footer-links h5{color:#fff; text-transform:uppercase; letter-spacing:0; margin-bottom:4px;}
.footer-links a{color:#8da1a4; font-size:12px;}
.footer-links a:hover, .footer-links a:focus{color:#fff; text-decoration:none}

#footer .copyright span {
    font-weight: bold;
    display: inline-block;
    color: #fff;
}
.press-links h5, .press-links h4 {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0;
    margin-bottom: 4px;
    font-size: 18px;
	font-weight: bold;
}
.press-links ul {
    margin-bottom: 0;
}
.press-links .widget li {
    margin-bottom: 0;
}
.press-links .widget li::before {
    content: "-";
    color: #8da1a4;
}
.press-links .widget li a::after, .press-links a.button::after {
    display: inline-block;
    font-size: 10px;
    content: "\f101";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    padding-left: 5px;
}
.press-links .widget {
    margin: 0;
}
.press-links a.button {
    margin-bottom: 0;
}
.press-links a{color:#8da1a4; font-size:12px;}
.press-links a:hover, .press-links a:focus{color:#fff; text-decoration:none}
.press-links .white-link{margin-top:3px; display:block; color:#fff;}

.social-footer-box{margin-top:/*35*/13px;}
.social-footer-box a i{color:#8da1a4; font-size:17px; margin-right:7px;}
.social-footer-box a i:hover, .social-footer-box a i:focus{color:#fff;}

.copyright{border-top:1px solid #336d74; padding:20px 0 0 0; text-align:center; margin:10px 0 0 0;}
.copyright a:hover, .copyright a:focus {
    color: #fff;
    text-decoration: none;
}
.copyright li{font-size:12px; color:#fff; font-weight:400;}

@media only screen and (min-width: 992px) {
.testi-box p {
    width: 251px;
}
.single_team_img .inner {
	position: relative;
    right: -86px;
}
.banner-heading{ background-size: 100% auto !important;}
}

#top-navi {
    float: left;
    width: 100%;
    background: #fff;
    position: relative;
    z-index: 9999;
	border-radius: 0;
    border: 0;
}
#top-navi .sf-menu > li > a {
    color: #004851;
    font-family: Open Sans;
    font-size: 16px;
    font-weight: 400;
}
#top-navi .menu-main-nav-container ul {
    padding-top: 17px;
}
#top-navi .white-bg-nav ul li {
    margin-top: 0;
}
#top-navi .sf-menu > li {
    margin-left: 28px;
    margin-right: 0;
}
.navbar.white-bg-nav {
    padding: 19px 0 25px;
}
.sub-menu {
    border-left: 4px solid #024850;
	background: rgba(255, 255, 255, 0.9) !important;
	left: -4px !important;
	padding: 0px 0 10px 0;
}
#top-navi .sf-menu > li {
    border-left: 4px solid #fff;
}
#top-navi .sf-menu > li:hover {
    border-left: 4px solid #024850;
	text-decoration: underline;
}
.sf-menu > li {
    margin: 6px 0;
}
.sf-menu > li > a {
    padding: 5px 0;
}
#top-navi .sub-menu a {
    padding: 7px 13px 4px 6px;
    text-transform: none;
}
#top-navi .sf-menu .sub-menu li {
    margin-top: 0px;
    margin-right: 0;
}
body .sf-menu ul.sub-menu a {
    background: transparent !important;
	color: #8a9da4 !important;
}
body .sf-menu ul.sub-menu a:hover {
    text-decoration: unset !important;
	color: #000c40 !important;
}
/*.clearfix::before, .clearfix::after, .dl-horizontal dd::before, .dl-horizontal dd::after, .container::before, .container::after, .container-fluid::before, .container-fluid::after, .row::before, .row::after, .form-horizontal .form-group::before, .form-horizontal .form-group::after, .btn-toolbar::before, .btn-toolbar::after, .btn-group-vertical > .btn-group::before, .btn-group-vertical > .btn-group::after, .nav::before, .nav::after, .navbar::before, .navbar::after, .navbar-header::before, .navbar-header::after, .navbar-collapse::before, .navbar-collapse::after, .pager::before, .pager::after, .panel-body::before, .panel-body::after, .modal-footer::before, .modal-footer::after {
    content: unset;
}*/

.page-template-template-home-new .clearfix::before, .page-template-template-home-new .clearfix::after, .page-template-template-home-new .dl-horizontal dd::before, .page-template-template-home-new .dl-horizontal dd::after, .page-template-template-home-new .container::before, .page-template-template-home-new .container::after, .page-template-template-home-new .container-fluid::before, .page-template-template-home-new .container-fluid::after, .page-template-template-home-new .row::before, .page-template-template-home-new .row::after, .page-template-template-home-new .form-horizontal .form-group::before, .page-template-template-home-new .form-horizontal .form-group::after, .page-template-template-home-new .btn-toolbar::before, .page-template-template-home-new .btn-toolbar::after, .page-template-template-home-new .btn-group-vertical > .btn-group::before, .page-template-template-home-new .btn-group-vertical > .btn-group::after, .page-template-template-home-new .nav::before, .page-template-template-home-new .nav::after, .page-template-template-home-new .navbar::before, .page-template-template-home-new .navbar::after, .page-template-template-home-new .navbar-header::before, .page-template-template-home-new .navbar-header::after, .page-template-template-home-new .navbar-collapse::before, .page-template-template-home-new .navbar-collapse::after, .page-template-template-home-new .pager::before, .page-template-template-home-new .pager::after, .page-template-template-home-new .panel-body::before, .page-template-template-home-new .panel-body::after, .page-template-template-home-new .modal-footer::before, .page-template-template-home-new .modal-footer::after {
    content: unset;
}

.responsive-menu-pro-inner, .responsive-menu-pro-inner::before, .responsive-menu-pro-inner::after, .responsive-menu-pro-open .responsive-menu-pro-inner, .responsive-menu-pro-open .responsive-menu-pro-inner::before, .responsive-menu-pro-open .responsive-menu-pro-inner::after {
    background-color: #8da0b6 !important;
}
.responsive-menu-pro-submenu.responsive-menu-pro-submenu-depth-1.responsive-menu-pro-submenu-open li {
    background: #004851;
    margin-bottom: 3px !important;
}
.responsive-menu-pro-submenu.responsive-menu-pro-submenu-depth-1.responsive-menu-pro-submenu-open li:hover {
    background: #3e8d8d;


}
#responsive-menu-pro-container #responsive-menu-pro ul.responsive-menu-pro-submenu li.responsive-menu-pro-item a, #responsive-menu-pro-container #responsive-menu-pro ul.responsive-menu-pro-submenu li.responsive-menu-pro-item a:hover {
    background-color: transparent;
    color: #fff;
}
.responsive-menu-pro-submenu.responsive-menu-pro-submenu-depth-1.responsive-menu-pro-submenu-open li:hover a {
    color: #fff;
}

.responsive-menu-pro-collapse.is-active .responsive-menu-pro-inner, .responsive-menu-pro-collapse.is-active .responsive-menu-pro-inner::before, .responsive-menu-pro-collapse.is-active .responsive-menu-pro-inner::after, button#responsive-menu-pro-button:hover .responsive-menu-pro-inner::before, button#responsive-menu-pro-button:hover .responsive-menu-pro-inner::after, .responsive-menu-pro-collapse .responsive-menu-pro-inner::after {
transition: all 0.2s !important;
}
.responsive-menu-pro-collapse.is-active .responsive-menu-pro-inner::before {
    transform: rotate(90deg) !important;
}
.responsive-menu-pro-collapse.is-active .responsive-menu-pro-inner::before {
    transform: rotate(90deg) !important;
}

.responsive-menu-pro-collapse .responsive-menu-pro-inner, .responsive-menu-pro-collapse .responsive-menu-pro-inner::before {
transition: unset !important;
}
/*button#responsive-menu-pro-button.is-active .responsive-menu-pro-inner::after {
    opacity: 0;
}*/

.sf-arrows .sf-with-ul::after {
content: unset;
}

.responsive-menu-pro-submenu {
    display: none !important;
}
#responsive-menu-pro > li:hover .responsive-menu-pro-submenu {
    display: block !important;
}
#responsive-menu-pro-container {
    width: 100%;
}

/*.motopress-text-obj h4 a {
    color: #004952;
}*/


/*.header-image.with-header-image .page-title {
    padding-top: 90px;
}*/

.page-id-2813 .section-title {
    color: #fff;
}
.motopress-text-obj h4 a {
   color: #004952;
}

h1.page-title {
    color: #fff;
    border-bottom: 3px solid #fff;
    padding: 0 0px 5px 0px;
    display: inline-block;
}

.header-image-wrapper .container {
    text-align: center;
}
.breadcrumb.breadcrumbs.sp-breadcrumbs {
    background: #fff;
    padding-top: 30px;
}
.breadcrumb-trail a {
    color: #004851;
    font-weight: 500;
}


#responsive-menu-pro-container li.responsive-menu-pro-item {
    float: left;
	margin-bottom: 0 !important;
}
#responsive-menu-pro > li.responsive-menu-pro-item-has-children > a.responsive-menu-pro-item-link {
    float: left;
    width: 96%;
}
#responsive-menu-pro > li.responsive-menu-pro-item-has-children a#show {
    float: right;
    width: 4%;
    text-align: center;
    padding: 0;
    text-decoration: none;
    color: #fff;
    margin: 0px;
	transition: 0s;
}
#responsive-menu-pro > li.responsive-menu-pro-item-has-children a#show:hover {
    background: #fff;
}
li.responsive-menu-pro-item-has-children a#show i {
   color: #004851;
}
li.responsive-menu-pro-item-has-children a#show .fa-plus::before {
    content: "?";
}
li.responsive-menu-pro-item-has-children a#show .fa-plus::before {
    content: "\f067";
}
li.responsive-menu-pro-item-has-children a#show .fa-minus::before {
    content: "\f068";
}
#responsive-menu-pro > li.responsive-menu-pro-item-has-children a#show .fa-minus {
    display: none;
}
#responsive-menu-pro > li.responsive-menu-pro-item-has-children a#show.open-menu .fa-minus {
    display: block;
}
#responsive-menu-pro > li.responsive-menu-pro-item-has-children a#show.open-menu .fa-plus {
    display: none;
}

#responsive-menu-pro > li.responsive-menu-pro-item-has-children .responsive-menu-pro-submenu {
    display: none !important;
	transition: 0.5s;
}
#responsive-menu-pro > li.responsive-menu-pro-item-has-children.new-class .responsive-menu-pro-submenu {
    display: block !important;


	transition: 0.5s;
}
#responsive-menu-pro > li.responsive-menu-pro-item-has-children a#show.open-menu {
    padding: 12px 0;
}
#responsive-menu-pro-container > div {
    border: 0px;
}
.responsive-menu-pro-fade-top #responsive-menu-pro-container {
    top: 91px;
}
#top-navi.shrink {
    position: fixed;
}
.top-header {
    border-bottom: 1px solid #d9dde0;
    float: left;
    width: 100%;
}
a {
    color: #004851;
    text-transform: none;
}
a:hover {
    color: #004851;
}


.toTop {
    margin: 0 auto;
        margin-top: 0px;
    position: static;
    margin-top: 20px !important;
    display: block;
}
footer .col-lg-10 .row:first-child > div {
    flex: none;
}
#sidebar .widget.widget_search .search-field {
    width: 275px;
}
#sidebar .widget.widget_search .search-submit {
    margin-left: 0;
}
.header-image.with-header-image {
    background: url(https://petrospace.staging.wpengine.com/wp-content/uploads/2019/08/Petros-Pace-temporary-web-banner-01-02-web-banner.jpg) !important;
    background-repeat: no-repeat !important;
    background-position: left bottom !important;
}
.entry-content .entry-thumbnail {
    display: none;
}
footer .printfriendly.pf-alignleft {
    margin-top: 22px;
}
#contact-section .form-group.text-center button {
    text-transform: capitalize;
}
#main_inner {
    width: 100%;
    display: block;
}
.print-form {
    float: left;
    width: 100%;
}
.print-btn .textwidget {
    float: left;
    width: 100%;
}
.row.no-gutters.newsletter-form form .gform_button:hover {
    background: #3e8d8d;
    color: #fff;
    border: 1px solid #3e8d8d;
    text-decoration: none;
}
.single .header-image.with-header-image {
    background-size: cover !important;
}
#top-navi {
    position: fixed;
}
.header-image-wrapper, .home #main_inner {
    padding-top: 102px;
}
.button.view_direction {
    display: inline-block;
    margin-bottom: 20px;
}
h2 {
/*border: 2px solid #004851;
padding: 6px 90px;*/
display: inline-block;
margin-bottom: 55px;
}


#services-petros-section{
position:relative;
z-index:2;}


/*#page-2318 .entry-content ul {
    margin-left: 0px;
}
#page-2318 .entry-content ul li {
    list-style: none;
    padding-left: 20px;
    margin-left: 0;
}
#page-2318 .entry-content ul li::before {
    color: #3E8C8C;
    content: "\f111";
    font-family: "Font Awesome 5 Free";
    font-size: 5px;
    font-weight: 600;
    left: 0;
    position: absolute;
    top: 0px;
}
#page-2318 .entry-content ol {
    counter-reset: my-awesome-counter;
    list-style: outside none none;
}
#page-2318 .entry-content ol li {
    counter-increment: my-awesome-counter;
    margin: 0 0 15px;
    padding: 0 0 0 20px;
    position: relative;
}
#page-2318 .entry-content ol li::before {
    content: counter(my-awesome-counter) ".";
    color: #3E8C8C;
    top: 0;
    position: absolute;
    left: -5px;
}
#page-2318 .lazyloaded {
    margin: 0;
}
#page-2318 p {
    float: left;
    width: 100%;
}
#page-2318 ul {
    float: left;
    width: 100%;
}
#page-2318 .entry-content ul.gform_fields li {
    padding-left: 0;
}
#page-2318 .entry-content ul.gform_fields li::before {
    content: unset;
}
#page-2318 .about-icon-img {
    float: left;
    width: 18%;
    margin-top: 20px;
}
#page-2318 ul {
    float: left;
    width: 80%;
    margin-top: 40px;
}
#page-2318 ul li.first {
    text-align: left;
}
#page-2318 ul li.first::before {
    content: unset;
}*/



div.contentmargin {
    padding: 0;
}
.entry-content ul li, .entry-content ol li {
    color: #3E8C8C;
	font-weight: bold;
}
.entry-content ul li span, .entry-content ol li span {
    color: #212529;
	font-weight: normal;
}
.entry-content ul, .entry-content ol {
    margin-left: 19px;
}

.watermark-img {
    width: 75%;
    height: auto;
    margin: 0 auto;
    float: none;
    position: absolute;
    z-index: 9;
    opacity: 0.4;
    top: 20px;
    max-width: 340px;
	display: none;
}
.page-template-template-with-header .header-image.with-header-image .container, .page-template-template-with-header-blue .header-image.with-header-image .container {
    position: relative;
}
.watermark-img-bg {
    width: 100%;
/*    height: 100%;*/
    padding: 192px 0;
    background-size: /*340*/384px auto !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    opacity: 0.4;
    position: absolute;
	left: 0;
}
.watermark-img-bg.new-watermark {
    /*width: 430px;*/
	/*width: 523px;*/
	background: url("img/PetrosPaceFinance-Logo-WHITE-Icon.png");
	background-size: auto 100% !important;
	background-position: left center !important;
	padding: /*192px*/ 0;
}
.header-image.with-header-image .page-title {
    position: relative;
    z-index: 9;
}
#main .header-image.with-header-image.with-watermark {
    background-size: cover !important;
    height: 385px;
}
.single-team #main .header-image.with-header-image.with-watermark{height:auto;}
.header-image.with-header-image.with-watermark .page-title {
    margin: 158px 0;
}
.wp-caption p.wp-caption-text {
    font-size: 12px !important;
    padding-top: 5px !important;
}
#lifetime-project {
    background: #004851;
    padding: 50px 0 40px;
}
#lifetime-project h3, .projectWrap span.counter {
    color: #fff;
    font-size: 45px;
    font-family: 'Spectral', serif;
    margin-top: 32px;
    font-weight: 400;
    margin-bottom: .5rem;
    display: block;
    line-height: 55px;
}
#lifetime-project p {
    color: #fff;
}
#lifetime-project .projectWrap {
    text-align: center;
}
#lifetime-project span#number2::before {
    content: '$';
}
.projectWrap .fadeInUpBig {
    background: url(img/img1.png);
    background-repeat: no-repeat;
    background-position: center center;
    padding: 70px;
}
#lifetime-project .heading-text.white-text {
    margin-bottom: 20px;
}
#top-petros-content-section {
    background: #fff;
    padding: 70px 0 0px;
}
#top-petros-content-section h3 {
    color: #2b2b2b;
    text-transform: uppercase;
    border: 0px;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 20px;
}


/************************* Team Page ******************************/
.team-image-box {
    margin-bottom: 50px;
}
.team-image-box img {
    margin-bottom: 20px;
 -webkit-filter: grayscale(0); /* Safari 6.0 - 9.0 */
  filter: grayscale(0);
}
.team-image-box img:hover {
	
		 -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
.team-image-box h3 {
    font-size: 20px;
    font-weight: 500;
    color: #000;
}
.team-image-box h5 {
    font-weight: normal;
    font-style: italic;
    letter-spacing: 0;
    font-size: 15px;
    text-transform: none;
}
.single_tax_name {
    text-align: center;
    width: 100%;
}
.all_tabs {
    margin-bottom: 50px;
}
.team_cat_list {
    text-align: center;
}
.team_cat_list .btn {
    padding: 0;
    margin: 0 10px 10px 10px;
}
.team_cat_list a {
    font-size: 24px;
    font-weight: 400;
    padding: 0 0px 0px 5px;
    margin: 0;
    color: #2b2b2b;
    text-transform: uppercase;
    font-family: proxima-nova, sans-serif;
    border-left: 4px solid #fff;
	line-height: 1.42857143;
}
.team_cat_list a:hover, .team_cat_list a:focus, .team_cat_list .current-item a {
    border-color: #024850;
    text-decoration: underline;
}
.team_cat_list a:active {
    color: #3e8d8d;
    background: #fff;
}
.team_cat_list li:active {
    background: #fff !important;
    border: 0px;
}
.team_cat_list li:focus {
    border-color: #fff !important;
    box-shadow: 0px 0px 0px 0px !important;
    background: #fff !important;
}
.all_tabs.title_tabs {
    margin: 0;
}
.title_tabs .team_cat_list li {
    display: none;
}
.team_cat_list li:hover, .team_cat_list li:active:hover, .team_cat_list li:hover:active {
    background: #fff !important;
    border: 1px solid #fff !important;
}
.team_cat_list .btn-default:active:hover, .btn-default:active {
    color: #fff !important;
	border: 1px solid #fff !important;
}
.single-team .header-image.with-header-image.with-watermark .page-title {
    margin: 141px 0;
}
.single_team_heading h1, .single_team_heading h5 {
    text-align: left;
    text-shadow: none;
}
.single_team_heading {
    padding-left: 0;
    display: flex;
}
.single_team_heading.board_team {
    display: block;
}
.single_team_heading h1 {
    color: #004851;
}
.single_team_heading h5 {
    font-size: 20px;
    color: #000;
	text-transform: none;
font-style: italic;
font-weight: lighter;
letter-spacing: 0;
}
.single_team_img {
    text-align: right;
    height: 385px;
	display: flex;
	display: table;
	width: 41.666667%;
}
.single_team_img .inner {
    display: flex;
	display: table-cell;
    vertical-align: bottom;
    height: 385px;
    width: auto;
}
.linkedin_link i {
    padding: 2px 5px 5px;
    color: #FFF;
    background: #004851;
    font-size: 26px;
    border-radius: 3px;
	margin-top: 40px;
}
.single-bottom-btns {
    width: 100%;
}
.mail_link {
    font-size: 16px;
    background: #004851;
    height: 35px;
    padding: 7px 10px;
    border-radius: 15px;
    color: #fff;
    width: 157px;
    text-align: center;
    margin-right: 20px;
    margin-top: 40px;
    display: inline-block;
}
.mail_link:hover, .mail_link:focus {
    color: #fff;
    text-decoration: none;
	background: #3e8d8d;
}

.linkedin_link i:hover {
	background: #3e8d8d;
}
.single-team .printfriendly{display:none;}


.single_board_team_img img {
    margin-top: 40px;
}
.single-team #main .board-team.header-image.with-header-image.with-watermark {
    background: url("img/board-bg1.jpg") !important;
    background-repeat: repeat-x !important;
}
.single-team .header-image.with-header-image.with-watermark .board_team .page-title {
    margin: 56px 0;
}
.board-team .single-post-content p {
    text-align: left;
}
.single-team #main, .single-team footer {
    float: left;
    width: 100%;
}
.board_team .single-post-content {
    margin-bottom: 50px;
}

#banner-petros-section{position: relative;}

#banner-petros-section #banner_overlay {
    background-image: linear-gradient(to top, #004851, transparent);
	/*background: url(img/banner-overlay-strip-D.png);*/
	background-repeat: repeat-x;
	background-size: auto 100%;
    position: absolute;
    z-index:1;
    width: 100%;
	top:0;
	height: 100%!important;
	mix-blend-mode: multiply;
	
}
#main .header-image.with-header-image {
    position: relative;
}
.inner_overlay {
     background-image: linear-gradient(to top, #004851, transparent);
    position: absolute;
    width: 100%;
    height: 100%;
	mix-blend-mode: multiply;
}


.emmet .motopress-posts-grid-obj p.motopress-posts-grid-more a {
    padding: 7px 10px !important;
    border-radius: 100px !important;
    text-transform: capitalize;
    font-weight: normal;
    width: 100%;
    margin: 0 auto;
	color: #fff;
}
.emmet #page-2290 .motopress-posts-grid-obj p.motopress-posts-grid-more a {
    width: 85%;
}
#motopress_posts_grid_5d98555cafd89 .motopress-filter-col.mp-span3 article .motopress-posts-grid-more a:hover {
    background: #3e8d8d !important;
}


.gform_wrapper .gform_footer input:hover, #sidebar .widget.widget_search .search-submit:hover, .button.view_direction:hover {
    background: #3E8D8D;
}
.emmet .motopress-button-obj .motopress-btn:hover {
    background: #3E8D8D !important;
    border-color: #3E8D8D !important;
}
/*.nav-next a {
    background: #004851;
    border-color: #004851;
    color: #fff;
    padding: 8px 15px;
}
.nav-next a:hover{
    background: #3E8D8D;
    text-decoration: none;
    border-color: #3E8D8D;
}*/
.mp-row-fluid.motopress-posts-grid-pagination .nav-next {
    float: left !important;
}
.mp-row-fluid.motopress-posts-grid-pagination .nav-prev {
    float: right !important;
}
.nav-next a, .nav-prev a {
    color: #3E8D8D;
    padding: 8px 15px;
    border: 0px;
}
.nav-next a:hover, .nav-prev a:hover {
    background: #fff;
    color: #004851;
    border: 0px;
    text-decoration: none;
}
.nav-next a::before {
    content: "\f100";
    padding-right: 6px;
    font-family: FontAwesome;
}
.nav-prev a::after {
    content: "\f101";
    padding-left: 6px;
    font-family: FontAwesome;
}
.motopress-accordion-obj.ui-accordion.mp-theme-accordion-brand .ui-accordion-header:hover .ui-icon, .motopress-accordion-obj.ui-accordion.mp-theme-accordion-brand .ui-accordion-header .ui-icon:hover , .emmet .motopress-filter-col .motopress-posts-grid-more a:hover {
    background-color: #3E8D8D !important;
}

#lifetime-project .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
#lifetime-project .fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}




.page-id-3139 h2.motopress-posts-grid-title {
    border: 0px;
    margin: 0;
    padding: 0;
}
.emmet #page-3139 .motopress-posts-grid-content {
    margin: 10px 0 24px;
}
.search .navigation {
    margin-top: 20px;
}
.search-list {
    margin-bottom: 20px;
}
.portfolio_content .portfolio.type-portfolio img {
    width: auto;
    height: auto;
}

.newsletter_post {
    margin-bottom: 30px;
}
.newsletter_post h2.motopress-posts-grid-title.newsletter_title {
    border: 0;
    margin: 0;
    padding: 0;
    font-size: 2.5rem;
    line-height: 1.3;
}
.newsletter_post img {
    margin: 0 0 20px 0;
    width: auto;
    height: auto;
    max-width: 100%;
}
.newsletter_post .motopress-posts-grid-content {
    margin: 10px 0 24px;
}
.newsletter_post p.motopress-posts-grid-more {
    display: block;
    max-width: 160px;
}
.newsletter_post p.motopress-posts-grid-more a {
    padding: 7px 10px !important;
    border-radius: 100px !important;
    text-transform: capitalize;
    font-weight: normal;
    width: 100%;
    margin: 0 auto;
    color: #fff;
	background: #004952;
}
.newsletter_post p.motopress-posts-grid-more a:hover {
    background: #3E8D8D !important;
}


#blog-petros-section .thumbnail-project h5{display:none;}
#blog-petros-section .thumbnail-project{position:relative; overflow:hidden; margin-bottom:30px;background:/*#000*/#005c66;}
#blog-petros-section .thumbnail-project h3{color:#fff; text-align:center; text-transform:uppercase; margin:0 0 10px 0; font-family:proxima-nova, sans-serif; line-height:28px;max-height: 79px;font-weight: 500;overflow: hidden;}
#blog-petros-section .thumbnail-project p{color:#fff; text-align:center; margin:0 0 20px 0;}
#blog-petros-section .thumbnail-caption{position:absolute; top:100%;right:0; width:100%; height:100%; padding:/*25%*/0 14% 0 14%; text-align:center;  color:#fff !important; z-index:2; /*background: rgba(0, 0, 0, 0.6);*/
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
	display: flex;
flex-direction: column;
align-content: center;
align-items: center;
justify-content: center;
}
#blog-petros-section .thumbnail-caption strong {
    display: none;
}
#blog-petros-section .thumbnail-project p img {
    display: none;
}
#blog-petros-section .thumbnail-project:hover .thumbnail-caption{top:0%; }
#blog-petros-section .thumbnail-project img{-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
	/*min-*/height: 374px;
width: auto;
object-fit: cover;}
#blog-petros-section .thumbnail-project:hover img{transform: scale(1.2); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */}

#blog-petros-section .thumbnail-heading{position:absolute; /*background:rgba(0, 92, 102, 0.9); */background-blend-mode:multiply; bottom:0; width:100%; padding:15px 5%; z-index: 1;
opacity:1;
-webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
	height: 115px;
display: table;
background: url("img/heading-bg2.png");}
#blog-petros-section .thumbnail-heading h3{color:#fff; text-align:center; text-transform:uppercase; margin:0; font-family:proxima-nova, sans-serif; line-height:28px; display: table-cell;vertical-align: middle;font-weight: 500;}
#blog-petros-section .thumbnail-project:hover .thumbnail-heading{opacity:0;}
#blog-petros-section .thumbnail-project:hover img{mix-blend-mode:/*luminosity*/multiply; opacity:0.9;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";}

.site-main .team_cat_list li::before {
    content: unset;
}


#page-404 .page-title {
    text-align: center;
    width: 100%;
}



/*Responsive CSS Start*/
@media (max-width:2560px) {
#main {
    min-height: 925px;
}
}
@media (max-width:1920px) {
#main {
    min-height: 602px;
}
}
@media (min-width:1200px) {
.post-type-archive-newsletters #sidebar .widget.widget_search .search-field {
    width: 260px;
}
.watermark-img-bg.new-watermark {
    /*width: 600px;*/
	/*background-size: auto 100% !important;*/
}
}
@media (max-width:1200px) {
.team_cat_list a {
	font-size: 15px;
}
}
@media (min-width:992px) {
.team_member_sections .team_member {
    flex: 0 0 32.333333%;
    max-width: 32.333333%;
    -ms-flex: 0 0 32.333333%;
}
.testi-box .inner {
    width: 235px;
    margin: 0 auto;
    max-width: 100%;
}
}
@media (min-width:991px) {
.footer-contact, .footer-menu {
    width: 25%;
}
.footer-press {
    width: 48%;
}
footer .col-lg-10 .row:first-child > div {
    display: block;
}
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
.single_team_heading h1 {
    font-size: 40px;
}
#testimonials-petros-section {
    padding: 0 30px;
}
#testimonials-petros-section .quote-pri-box {
    padding: 65px 0;
}
.team_cat_list a {
    font-size: 18px;
    padding: 0 10px;
}
#lifetime-project h3, .projectWrap span.counter {
    font-size: 32px;
}
}
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
.banner-container img {
    height: 356px;
}
body h1.about-us-banner-heading {
    top: 125px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
.banner-container img {
    height: 356px;
}
h1.about-us-banner-heading {
    top: 139px;
}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
/*.watermark-img-bg.new-watermark {
    background-size: auto 100% !important;
}*/
.post-type-archive-newsletters #sidebar .widget.widget_search .search-field {
    width: 200px;
}
.card-box .card-caption h5 {
    font-size: 18px;
    line-height: 20px;
	margin-bottom: 0;
}
#case-study-section .card-box p {
    font-size: 13px;
    margin-bottom: 10px !important;
    line-height: 19px;
}
.custom-content-section .small-gallery .card-heading {
    height: 58px;
    padding: 10px 5%;
}
.custom-content-section .small-gallery .card-heading h5 {
    font-size: 16px;
    line-height: 19px;
}
#case-study-section.custom-content-section .small-gallery .card-caption p {
    line-height: 18px;
	margin-bottom: 5px !important;
}
#case-study-section.custom-content-section .small-gallery .card-caption h5 {
    margin-bottom: 0;
}
#case-study-section .card-box a {
    font-size: 14px;
    min-width: 150px;
}
.card-box h5 {
    font-size: 23px;	
}
}
@media (max-width:991px) {
.team_cat_list a {
	font-size: 15px;
}
#blog-petros-section .thumbnail-project{overflow:auto; background:transparent; margin-bottom:55px;}
#blog-petros-section .thumbnail-heading{display:none;}
#blog-petros-section .thumbnail-caption{position:static; padding:0; text-align:left; background:transparent;}
#blog-petros-section .thumbnail-caption h3 br{display:none;}
#blog-petros-section .thumbnail-caption h3{color:#2b2b2b; text-align:left; text-transform: inherit;}
#blog-petros-section .thumbnail-project h5{font-size:16px; font-weight:500; letter-spacing:normal; color:#3e8d8d; margin-bottom:15px; text-transform:none; font-family:proxima-nova, sans-serif; display:block;}
#blog-petros-section .thumbnail-caption p{color:#2b2b2b; text-align:left; margin-bottom:25px;}
#blog-petros-section .thumbnail-caption .outline-btn{color:#fff; background:#004851; font-size:16px; display:inline-block; font-weight:400; border-radius:100px; padding:5px 0; border:1px solid #004851; text-align:center; min-width:180px; cursor:pointer;}
#blog-petros-section .thumbnail-caption .outline-btn:hover, #blog-petros-section .thumbnail-caption .outline-btn:focus{background:#3e8d8d; color:#fff; border:1px solid #3e8d8d; text-decoration:none;}
#blog-petros-section .thumbnail-project img{display:none;}

.single_tax_name .heading-text {
    display: inline-block;
}
.single_team_img {
    width: 58.333333%;
}
#banner-petros-section #banner_overlay{height:100%!important;}	
.single_team_img, .single_team_img .inner {
    height: auto;
}
.single-team .header-image.with-header-image.with-watermark .page-title {
    margin: 70px 0;
}
#main .header-image.with-header-image.with-watermark {
    background-position: center center !important;
}
.header-image.with-header-image.with-watermark .page-title {
    margin: 140px 0;
    font-size: 45px;
}
#top-navi > .container {
    display: inline-block;
}
.top-header.main-header {
    display: none;
}
footer .footer-links {
    float: left;
}
.header-image-wrapper, .home #main_inner {
    padding-top: 90px;
}
#banner-petros-section .banner-heading {
    padding: 10px 30px 10px 30px !important;
}
}
@media only screen and (min-width: 769px) and (max-width: 991px) {
/*.team_cat_list a {
    margin: 0;
    font-size: 14px;
}*/
}
@media only screen and (min-width: 768px) {
.newsletter-archive-left-section {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 65.666667%;
    flex: 0 0 65.666667%;
    max-width: 65.666667%;
}
.newsletter-archive-right-section {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 32.333333%;
    flex: 0 0 32.333333%;
    max-width: 32.333333%;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.watermark-img-bg {
    padding: 165px 0;
    background-size: auto 100% !important;
}
.banner-container img {
    height: 293px;
}
h1.about-us-banner-heading {
    top: 110px;
}
/*.watermark-img-bg.new-watermark {
    background-size: auto 100% !important;
}*/
.card-caption {
    padding: 38% 5% 0 5%;
}
.post-type-archive-newsletters #sidebar .widget.widget_search .search-submit {
    padding: 13px;
}
.testi-box .inner {
    width: 50%;
    margin: 0 auto;
}
#counter > span {
    width: 30%;
    display: inline-block;
    margin: 0 1%;
    padding: 70px 0;
	background-size: 100% auto;
}
.projectWrap span.counter {
    font-size: 26px;
}
#lifetime-project p {
    font-size: 13px;
}
}
@media (max-width:767px) {
.team_cat_list a {
	margin: 0 5px;
}
/* .watermark-img-bg.new-watermark {
    width: 270px;
    background-size: 100% auto !important;
   padding: 143px 0;
}
*/
.watermark-img-bg.new-watermark {
    /*width: 305px;*/
    /*background-size: auto 100% !important;*/
}
.testi-box .inner {
    max-width: 330px;
    margin: 0 auto;
    width: 100%;
}
.single_team_img {
    width: 50%;
}
.projectWrap .fadeInUpBig {
    padding: 100px 0;
    background-size: 100% auto;
    display: block;
    max-width: 320px;
    margin: 0 auto 10px auto;
}
.single-team .header-image.with-header-image.with-watermark .page-title {
    margin: 50px 0;
}
.header-image.with-header-image.with-watermark .page-title {
    margin: 140px 0;
    font-size: 38px;
}
#page-2318 .about-icon-img {
    width: auto;
    margin-top: 0px;
}
#page-2318 ul {
    margin-top: 0;
	width: 100%;
}

#testimonials-petros-section .carousel-indicators {
    bottom: -14px;
}
}
@media only screen and (min-width: 641px) and (max-width: 767px) {
/*.team_cat_list li {
    margin-bottom: 10px;
}*/
.banner-container img {
    height: 227px;
}
h1.about-us-banner-heading {
    top: 86px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.single_team_img, .single_team_img .inner, .single_team_img .inner {
    height: 210px;
}
.card-caption h5 {
    font-size: 21px;
}
.card-caption p {
    font-size: 15px;
}
.watermark-img-bg {
    padding: 105px 0;
	background-size: auto 100% !important;
}
}
@media (max-width:640px) {
.watermark-img-bg.new-watermark {
    /*width: 56%;*/
    /*background-size: 180px auto !important;*/
	/*background-size: auto 100% !important;*/
    /*padding: 102px 0;*/
}
#responsive-menu-pro > li.responsive-menu-pro-item-has-children > a.responsive-menu-pro-item-link {
    float: left;
    width: 92%;
}
#responsive-menu-pro > li.responsive-menu-pro-item-has-children a#show {
    width: 8%;
}
#testimonials-petros-section .quote-sec-box {
    padding: 20px 20px 40px 20px;
}
.carousel-item .quote-image-box {
    margin-right: 0;
    width: 100%;
}
#testimonials-petros-section .carousel-indicators {
    bottom: -40px;
}
}
@media (max-width:640px) {
h2 {
    padding: 6px;
}
}
.single_team_heading.mobile-version {
    display: none;
}
@media (max-width:575px) {
.card-caption {
    padding: 64% 5% 0 5%;
}
.board_team.mobile-version .single-post-content {
    padding: 0;
    text-align: left;
    margin-top: 20px;
}
.single_team_img {
    width: 100%;
}
.single-team #main .board-team.header-image.with-header-image.with-watermark {
    background-size: 100% 344px !important;
}
#main {
    overflow: hidden !important;
}
.single_team_heading.desktop-version {
    display: none;
}
.single_team_heading.mobile-version {
    display: block;
    padding: 0 30px;
    margin-top: 20px;
}
.single-post-content {
    padding: 0 30px;
}
}

@media only screen and (min-width: 481px) and (max-width: 640px) {
.team_cat_list li {
    /*width: 38%;*/
    float: none;
    margin-bottom: 10px;
}
.team_cat_list li a {
    font-size: 17px;
}
}
@media (max-width:480px) {
.card-caption {
    padding: 34% 5% 0 5%;
}
.testi-box img {
    width: 100%;
}
.team_cat_list li {
    margin-bottom: 10px;
    float: none;
/*    width: 100%;*/
}
/*.team_cat_list a {
    border-bottom: 1px solid #004851;
}*/
.header-image.with-header-image.with-watermark .page-title {
    font-size: 28px;
}
.watermark-img-bg {
    background-size: 284px auto !important;
    left: 0;
}
}
.single-team .col-xs-6 {
	width: 50%!important;
}