/* 
                Author     : Munjin Hasan Adil
*/

@font-face {
    font-family: 'Montserrat-Bold';
    src: url('../fonts/Montserrat-Bold.eot');
    src: url('../fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-Bold.woff2') format('woff2'),
        url('../fonts/Montserrat-Bold.woff') format('woff'),
        url('../fonts/Montserrat-Bold.ttf') format('truetype'),
        url('../fonts/Montserrat-Bold.svg#Montserrat-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat-Black';
    src: url('../fonts/Montserrat-Black.eot');
    src: url('../fonts/Montserrat-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-Black.woff2') format('woff2'),
        url('../fonts/Montserrat-Black.woff') format('woff'),
        url('../fonts/Montserrat-Black.ttf') format('truetype'),
        url('../fonts/Montserrat-Black.svg#Montserrat-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat-ExtraBold';
    src: url('../fonts/Montserrat-ExtraBold.eot');
    src: url('../fonts/Montserrat-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-ExtraBold.woff2') format('woff2'),
        url('../fonts/Montserrat-ExtraBold.woff') format('woff'),
        url('../fonts/Montserrat-ExtraBold.ttf') format('truetype'),
        url('../fonts/Montserrat-ExtraBold.svg#Montserrat-ExtraBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat-Light';
    src: url('../fonts/Montserrat-Light.eot');
    src: url('../fonts/Montserrat-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-Light.woff2') format('woff2'),
        url('../fonts/Montserrat-Light.woff') format('woff'),
        url('../fonts/Montserrat-Light.ttf') format('truetype'),
        url('../fonts/Montserrat-Light.svg#Montserrat-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat-Medium';
    src: url('../fonts/Montserrat-Medium.eot');
    src: url('../fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-Medium.woff2') format('woff2'),
        url('../fonts/Montserrat-Medium.woff') format('woff'),
        url('../fonts/Montserrat-Medium.ttf') format('truetype'),
        url('../fonts/Montserrat-Medium.svg#Montserrat-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat-SemiBold';
    src: url('../fonts/Montserrat-SemiBold.eot');
    src: url('../fonts/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-SemiBold.woff2') format('woff2'),
        url('../fonts/Montserrat-SemiBold.woff') format('woff'),
        url('../fonts/Montserrat-SemiBold.ttf') format('truetype'),
        url('../fonts/Montserrat-SemiBold.svg#Montserrat-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat-Regular';
    src: url('../fonts/Montserrat-Regular.eot');
    src: url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-Regular.woff2') format('woff2'),
        url('../fonts/Montserrat-Regular.woff') format('woff'),
        url('../fonts/Montserrat-Regular.ttf') format('truetype'),
        url('../fonts/Montserrat-Regular.svg#Montserrat-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat-Thin';
    src: url('../fonts/Montserrat-Thin.eot');
    src: url('../fonts/Montserrat-Thin.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-Thin.woff2') format('woff2'),
        url('../fonts/Montserrat-Thin.woff') format('woff'),
        url('../fonts/Montserrat-Thin.ttf') format('truetype'),
        url('../fonts/Montserrat-Thin.svg#Montserrat-Thin') format('svg');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

body {
    font-size: 15px;
    color: #000;
    background: #fff;
    font-family: verdana, sans-serif;
}
* {
    outline: none !important;
}

a,
a:before,
a:after {
    color: #038b36;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
a:hover {
	color: #004d23;
    text-decoration: none;
}
h1, h2, h3, h4, h5 {
   font-family: "Source Serif 4", serif;
    font-optical-sizing: auto;
    font-style: normal;
}
h1, h2 {
    font-weight: 900;
}
h3 {
    font-size: 30px;
    line-height: normal;
    margin-bottom: 13px;
	font-weight: 800;
}
h4 {
	font-weight: 700;
}
h5 { 
	font-weight: 600;
}
strong {
   font-family: "Source Serif 4", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 600;;
}
.so-widget-sow-editor h2 {
    margin-top: 40px;
}
p {
    margin-bottom: 15px;
    line-height: 27px;
}
.entry-meta span.posted-on time.updated {display: none;}
a.panel-title {
	color: #004d23;
    font-family: "Source Serif 4", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 800;
}
a.panel-title:after {
	padding: 4px 14px;
    content: "View Details";
	text-align: right;
	background: #004d23;
	border-radius: 10px;
    color: #fff;
	float: right;
	margin-top: 0;
    font-family: verdana, sans-serif;
    font-style: normal;
    font-weight: normal;
    speak: never;
    display: inline-block;
    text-decoration: inherit;
    margin-right: 0;
    text-align: center;
    font-variant: normal;
    font-size: 14px;
    position: absolute;
	margin-left: 10px;
	top:8px;
    right: 20px;
	z-index: 9;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
a.panel-title:after:hover {background: #000;}
.btn {
    -webkit-animation-delay: 3s;
    -moz-animation-delay: 3s;
    animation-delay: 3s;
}
.btn-green {
    font-size: 15px;
    color: #fff;
    background: #004d23;
    border-radius: 40px;
    border: none;
    padding: 10px 40px 10px;
    display: inline-block;
    text-decoration: none;
    font-family: verdana, sans-serif;
	font-weight: bold;
}
.btn-green:hover {
    background: #000;
    color: #fff;
    text-decoration: none !important;
}
.btn-green-outline {
    font-size: 15px;
    color: #004d23;
    margin-top: 10px;
    background: none;
    border-radius: 17px;
    padding: 6px 30px 6px;
    display: inline-block;
    border: 2px solid #004d23;
    font-weight: bold;
}
.btn-green-outline:hover {
    background: #004d23;
    color: #fff;
}
.font-green {
    color: #038a36;
}
.d-inline-b {
    display: block;
}
.grey-box {
    background: #f6f6f6;
    border: 1px solid #eaeaea;
    margin: 20px 0;
    padding: 30px 30px;
    overflow: hidden;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 20px;
    margin-bottom: 10px;
}
.alignleft {
    display: inline;
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
}
.sow-slider-image-wrapper {
    padding-top: 0 !important;
}
blockquote {
    padding: 15px 0 15px 25px;
    border-left: 3px solid #004d23;
}
.so-widget-sow-layout-slider-default-fce3ed3303f9-984 .sow-slider-base ul.sow-slider-images .sow-slider-image-wrapper p {
    text-shadow: none !important;
}
.so-widget-sow-layout-slider-default-fce3ed3303f9-984 .sow-slider-base ul.sow-slider-images .sow-slider-image-wrapper p span {
    font-size: 17px !important;
}
.so-widget-sow-layout-slider-default-fce3ed3303f9-984 .sow-slider-base .sow-slide-nav a {color: #004d23 !important;}
.so-widget-sow-layout-slider-default-fce3ed3303f9-984 .sow-slider-base .sow-slider-pagination li a {
    background: #004d23 !important;
}
.category-our-people .entry-meta, .category-our-people .crp_related, .category-our-people .entry-header {display: none;}
.page-id-2538 h2.sp-pcp-title {margin-top: 7px;}
.page-id-2538 .pcp-wrapper-2642 .sp-pcp-title a {color: #004d23;font-weight: 800;font-family: "Source Serif 4", serif;font-optical-sizing: auto;font-style: normal;}
.sp-pcp-post .sp-pcp-post-content .sp-pcp-readmore a {
    font-size: 12px;
    color: #004D24 !important;
    border-radius: 17px !important;
    padding: 6px 20px 6px;
    border: 2px solid #004d23 !important;
    font-weight: 700;
}
.sp-pcp-post .sp-pcp-post-content .sp-pcp-readmore a:hover {background: #004d23 !important;color: #fff !important;}
#comments {display: none;}

/*================= Topbar ===================*/
.topbar {
    background: #0e2c19;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}
.topbar .innovative {
    font-size: 13px;
}
.topbar .search-phone {
    display: flex;
    align-items: center;
    justify-content: end;
    flex-direction: row-reverse;
}
ul#menu-search-menu {
    margin-bottom: 0;
    padding-left: 0;
    background: #008c45;
    position: relative;
    padding: 2px 10px;
    z-index: 9;
    float: right;
    -ms-transform-origin: top left;
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -o-transform-origin: top left;
    transform-origin: top left;
    -ms-transform: skew(-20deg, 0deg);
    -webkit-transform: skew(-20deg, 0deg);
    -moz-transform: skew(-20deg, 0deg);
    -o-transform: skew(-20deg, 0deg);
    transform: skew(-20deg, 0deg);
}
ul#menu-search-menu li {
    list-style-type: none;
    -ms-transform: skew(20deg, 0deg);
    -webkit-transform: skew(20deg, 0deg);
    -moz-transform: skew(20deg, 0deg);
    -o-transform: skew(20deg, 0deg);
    transform: skew(20deg, 0deg);
}
.is-menu path.search-icon-path {
    fill: #fff !important;
}
.header-phone {
    background: #004d23;
    position: relative;
    padding: 5px 20px;
    z-index: 9;
    float: right;
    -ms-transform-origin: top left;
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -o-transform-origin: top left;
    transform-origin: top left;
    -ms-transform: skew(-20deg, 0deg);
    -webkit-transform: skew(-20deg, 0deg);
    -moz-transform: skew(-20deg, 0deg);
    -o-transform: skew(-20deg, 0deg);
    transform: skew(-20deg, 0deg);
}
.header-phone a {
    color: #fff;
    position: relative;
    float: right;
    -ms-transform: skew(20deg, 0deg);
    -webkit-transform: skew(20deg, 0deg);
    -moz-transform: skew(20deg, 0deg);
    -o-transform: skew(20deg, 0deg);
    transform: skew(20deg, 0deg);
}
.header-phone a:hover {
    color: #038b36;
}
/*================= Header ===================*/
header {
    background: #fff;
    padding: 10px 0;
    border-bottom: 7px solid #004d23;
}
.site-logo {
    position: relative;
    z-index: 9999;
}
.navbar-brand img {
    width: 220px;
}
.emblem-diamond {
    position: absolute;
    top: 56px;
    left: 0;
    right: 0;
    z-index: 9;
    width: 100%;
    text-align: center;
    z-index: 999;
}
.admin-bar .emblem-diamond {
    top: 89px;
}
.emblem-diamond img {
    width: 120px;
}

/*================= Search ===================*/
.is-menu path.search-icon-path {
    fill: #fff !important;
}
.is-form-style input.is-search-input {
    color: #fff !important;
}
.is-search-icon {
    background: none !important;
    border: none !important;
}
.is-form-style .is-search-submit path {
    fill: #fff;
}
.is-form-style input.is-search-input {
    background: none;
    border: none !important;
    text-align: right;
}
@media only screen and (min-width: 992px) {
    .is-form-style input.is-search-input {
        text-align: left !important;
        font-size: 39px !important;
        text-transform: uppercase;
    }
}
/*================= Navigation ===================*/
@media only screen and (min-width: 992px) {
    #mega-menu-wrap-main-menu {
        background: none !important;
        z-index: 999999;
    }
    #mega-menu-wrap-main-menu #mega-menu-main-menu {
        text-align: right !important;
    }
    #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item {
        margin-left: 0 !important;
    }
    #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link {
        background: none !important;
        padding-right: 0;
        padding-left: 0;
        color: #000 !important;
        font-size: 15px !important;
        line-height: normal;
        font-family: 'Montserrat-Bold' !important;
        text-transform: uppercase;
    }
    #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link:hover {
        color: #038b36 !important;
        font-weight: bold;
    }
    #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
        color: #038b36 !important;
        font-weight: 900;
    }
    #mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
        display: inline-block;
        margin: 3px 0 0 1px;
    }
    #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
        font-size: 15px !important;
        padding: 6px 10px 4px 13px !important;
    }
    #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
        font-weight: 900;
    }
}


/*================= Homepage Banner ===================*/
.homepage-banner .carousel-caption {
    padding: 0;
    color: #fff;
    width: 100%;
    top: 25%;
    right: auto;
    left: 0;
    text-align: left;
    z-index: 1;
}
.homepage-banner .carousel-caption-inner {
    position: relative;
    padding-top: 20px;
    padding-right: 30px;
    padding-left: 45px;
    padding-bottom: 20px;
    width: 50%;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.8);
}
.homepage-banner h4 {
    font-family: 'Source Serif 4', serif;
    text-transform: uppercase;
    font-size: 30px;
    color: #004d23;
    margin-bottom: 8px;
    letter-spacing: 1px;
    animation-delay: 1s;
}
.homepage-banner p.carousel-text {
    color: #000000;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 27px;
    animation-delay: 2s;
}
.homepage-banner .btn-green {
    padding: 11px 25px 11px;
}
.homepage-banner #carouselExampleIndicators .carousel-indicators button {
    width: 10px;
    height: 10px;
    background: #fff;
    border: 4px solid #dcceb9;
    border-radius: 0;
    margin-right: 4px;
    margin-left: 6px;
    margin-bottom: 10px;
    text-indent: -999px;
    cursor: pointer;
    opacity: 1;
}
.homepage-banner #carouselExampleIndicators .carousel-indicators button.active {
    background: #dcceb9;
}
.homepage-banner .carousel-indicators {
    position: absolute;
    left: auto;
    bottom: -20px;
}
.homepage-banner .carousel-control-next-icon, .homepage-banner .carousel-control-prev-icon {
    background-image: none !important;
}
.homepage-banner .carousel-control-next, .homepage-banner .carousel-control-prev {
    opacity: 1;
    display: none;
}
.banner-overlay {
    position: relative;
    top: -161px;
    z-index: 1;
}


/*================= Home Services Section ===================*/
#home-video {
    width: 100%;
    height: 300px;
    max-width: 475px;
}
.home-services {
    margin-top: -150px;
    padding: 60px 0 35px;
}
.home-services h3 {
    font-size: 30px;
    color: #000;
    margin-bottom: 5px;
    line-height: 100%;
    text-align: center;
}
.home-services p.home-services-lead {
    font-size: 15px;
    line-height: 35px;
    margin-bottom: 20px;
    text-align: center;
    font-weight: bold;
    color: #004d23;
}
.home-services h4 {
    font-size: 18px;
    margin-top: 0;
    line-height: 23px;
}
.home-services-carousel {
    padding: 0 0 15px 0;
}
.home-services .item {
    position: relative;
    text-align: center;
    background: #fff;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
    padding: 0;
    border-radius: 20px;
    padding-top: 20px;
    padding-bottom: 10px;
    -webkit-box-shadow: 0px 0px 5px -2px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px -2px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px -2px rgba(0,0,0,0.75);
}
.home-services .item:before {
    content: "";
    position: absolute;
    background: url(https://zanninoengineering.com/wp-content/uploads/2025/09/green-accent-top.png);
    background-repeat: no-repeat;
    width: 60px;
    height: 60px;
    z-index: -99899999;
    left: 0;
    margin-left: -10px;
    top: -11px;
}
.home-services .item::after {
    content: "";
    position: absolute;
    background: url(https://zanninoengineering.com/wp-content/uploads/2025/09/green-accent-bottom.png);
    background-repeat: no-repeat;
    width: 60px;
    height: 60px;
    z-index: -99899999;
    right: 0;
    margin-right: -10px;
    bottom: -11px;
}

.home-services .owl-carousel .owl-item img {
    display: inline-block;
    width: auto;
}
.home-services-des {
    padding: 20px 20px 0 20px;
}
.home-services-shortdes {
    min-height: 120px;
}
.owl-carousel-home-services .owl-stage {
    margin-top: 15px;
}
.owl-carousel-home-services .owl-dots {
    display: none !important;
}
.home-services .owl-theme .owl-dots .owl-dot span {
    background: #93a2ad;
    width: 13px;
    height: 13px;
    border: none;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
    margin: 5px 5px;
}
.home-services .owl-theme .owl-dots .owl-dot.active span, .home-services .owl-theme .owl-dots .owl-dot:hover span {
    background: #b5dc10;
    position:relative;
    z-index:10;
    border: none;
    width: 13px;
    height: 13px;
    top: 0;
}
.home-services .owl-carousel .owl-nav.disabled {
    display: block;
    margin-top: 0;
}
.home-services .owl-carousel .owl-nav button.owl-prev, .home-services .owl-carousel .owl-nav button.owl-next {
    font-size: 32px;
    width: 30px;
    height: 30px;
}
.home-services .owl-carousel .owl-nav button.owl-prev:hover, .home-services .owl-carousel .owl-nav button.owl-next:hover {
    background: none !important;
}
.home-services .owl-carousel .owl-nav button.owl-prev {
    margin-right: 25px;
}
.home-services .owl-carousel .owl-nav button.owl-next {
    margin-left: 25px;
}
.calendar-icon {
    margin-top: -3px;
    margin-right: 4px;
}
.home-services-date {
    color: #b5dc10;
}

/*================= Welcome ===================*/
.welcome {
    padding: 95px 0 95px;
    background: url(https://zanninoengineering.com/wp-content/uploads/2025/09/green-tan-bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.welcome p {
    font-size: 20px;
    color: #000;
    line-height: normal;
}
.welcome p.welcome-lead {
    display: inline-block;
    border-bottom: 1px solid #004d23;
    padding-bottom: 20px;
}
.welcome-img-wrap {
    padding-left: 110px;
}
.welcome-img-wrap img {
    max-width: 500px;
}
.welcome .btn-green {
    margin-top: 20px;
}


/*================= Top Members Section ===================*/
.top-members {
    position: relative;
    padding: 50px 0;
    background: #fff;
    text-align: center;
}
.top-members:before {
    content:"";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 30px;
    border-style: solid;
    border-width: 0 30px 30px 30px;
    border-color: transparent transparent #dcceb9 transparent;
}
body:not(.home) .top-members:before {
    border-color: transparent transparent #000 transparent;
}
.top-members-wrap {
    margin: 0;
    padding: 10px 0 10px;
}
.top-members .owl-carousel.owl-carousel-top-members.owl-drag .owl-item {
    display: flex;
    align-items: center;
    justify-content: center;
}
.top-members .owl-carousel.owl-carousel-top-members .item {
    padding: 0 7px 0 5px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
}
.top-members .owl-carousel .owl-item img {
    width: auto;
    max-width: 180px;
}
.top-members .owl-carousel-top-members .owl-stage{
    display: flex;
}
.top-members .owl-theme .owl-dots .owl-dot span {
    width: 17px;
    height: 17px;
    margin: 5px 7px;
    background: none;
    border: 4px solid #dcceb9;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 0;
}
.top-members .owl-theme .owl-dots .owl-dot.active span, .top-members .owl-theme .owl-dots .owl-dot:hover span {
    background: #dcceb9;
}
.top-members .owl-theme .owl-nav.disabled+.owl-dots {
    display: block;
    margin-top: 30px;
}
.top-members .owl-nav {
    display: none !important;
}
.top-member-logo {
    padding: 17px 0;
    margin: 0 175px;
    position: relative;
    top: -50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    -webkit-box-shadow: 0px 0px 6px 1px rgba(189,189,189,1);
    -moz-box-shadow: 0px 0px 6px 1px rgba(189,189,189,1);
    box-shadow: 0px 0px 6px 1px rgba(189,189,189,1);
}


/*================= Our People Section ===================*/
.our-people {
    text-align: center;
    padding: 80px 0 60px;
    background: #dcceb9;
}
.item-wrap {
    position: absolute;
    top: -3px;
    left: 0;
    right: 0;
}
.item-wrap:before {
    content: "";
    position: absolute;
    background: url(https://zanninoengineering.com/wp-content/uploads/2025/09/green_semi_circle_img.png);
    background-repeat: no-repeat;
    width: 180px;
    height: 97px;
    left: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
}
.our-people h3 {
    font-size: 30px;
    color: #000;
    margin-bottom: 5px;
    line-height: 100%;
}
.our-people-carousel {
    padding: 0 0 15px 0;
}
.our-people p.our-people-lead {
    font-size: 17px;
    line-height: 35px;
    margin-bottom: 20px;
}
.our-people h4 {
    font-size: 18px;
    margin-top: 20px;
    line-height: 23px;
}
.our-people .item {
    background: #fff;
    margin-top: 100px;
    padding: 90px 8px 10px;
    border-radius: 20px;
    -webkit-box-shadow: 0px 0px 5px -2px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px -2px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px -2px rgba(0,0,0,0.75);
}
.our-people .owl-carousel .owl-item img {
    position: relative;
    top: 5px;
    display: inline-block;
    width: 190px;

    z-index: 7;
}
.owl-carousel-our-people .owl-stage {
    margin-top: 15px;
    margin-bottom: 20px;
}
.owl-carousel-our-people .owl-dots {
    display: none !important;
}
.our-people .owl-theme .owl-dots .owl-dot span {
    background: #93a2ad;
    width: 13px;
    height: 13px;
    border: none;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
    margin: 5px 5px;
}
.our-people .owl-theme .owl-dots .owl-dot.active span, .our-people .owl-theme .owl-dots .owl-dot:hover span {
    background: #b5dc10;
    position:relative;
    z-index:10;
    border: none;
    width: 13px;
    height: 13px;
    top: 0;
}
.our-people .owl-carousel .owl-nav.disabled {
    position: absolute;
    display: block;
    top: 47% !important;
    width: 100%;
}
.our-people .owl-carousel .owl-nav button.owl-prev, .our-people .owl-carousel .owl-nav button.owl-next {
    margin-left: -15px;
    font-size: 32px;
    width: 50px;
    height: 50px;
}
.our-people .owl-carousel .owl-nav button.owl-prev:hover, .our-people .owl-carousel .owl-nav button.owl-next:hover {
    background: none !important;
}
.our-people .owl-carousel .owl-nav button.owl-prev {
    float: left;
    margin-left: -70px;
}
.our-people .owl-carousel .owl-nav button.owl-next {
    float: right;
    margin-right: -70px;
}
.our-people-icon {
    width: 90px;
    margin-top: -50px;
}

/*================= Testimonials Section ===================*/
.testimonials-section {
    color: #fff;
    position: relative;
    padding: 0;
    color: #fff;
    background: #353535;
    font-size: 18px;
    background: url(https://zanninoengineering.com/wp-content/uploads/2025/09/testimonial-bg-img-min.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.testimonials-section .testimonials-wrap1 {
    background: url(https://zanninoengineering.com/wp-content/uploads/2025/09/start_quote.png);
    background-size: auto;
    background-position: left 25px bottom -24px;
    background-repeat: no-repeat;
    padding-bottom: 25px;
}
.testimonials-section .testimonials-wrap2 {
    background: url(../images/end_quote.png);
    background-size: auto;
    background-position: right 25px top -24px;
    background-repeat: no-repeat;
    padding-top: 50px;
}
.testimonials-section h3 {
    font-size: 30px;
    color: #fff;
    margin-bottom: 10px;
}
.testimonials-section .owl-stage {
    display: flex;
}
.testimonials-section .owl-item {
    display: flex;
    flex: 1;
}
.testimonials-section .item p {
    font-size: 18px;
    line-height: 25px;
    color: #000;
}
.testimonials-section .owl-carousel .owl-item img {
    display: inline-block;
    width: fit-content;
}
.owl-carousel-testimonials .owl-stage {
    margin-top: 15px;
    margin-bottom: 20px;
}
.owl-carousel-testimonials .owl-dots {
    display: none !important;
}
.testimonials-section .owl-theme .owl-dots .owl-dot span {
    background: #93a2ad;
    width: 13px;
    height: 13px;
    border: none;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
    margin: 5px 5px;
}
.testimonials-section .owl-theme .owl-dots .owl-dot.active span, .testimonials-section .owl-theme .owl-dots .owl-dot:hover span {
    background: #b5dc10;
    position:relative;
    z-index:10;
    border: none;
    width: 13px;
    height: 13px;
    top: 0;
}
.testimonials-section .btn-red {
    font-size: 17px;
    margin-top: 15px;
    padding: 11px 45px 9px;
}
.tesimonials-item-eh {
    position: relative;
    display: flex;
    flex-direction: column;
    background: #ffffff;
    padding: 25px 30px 25px;
    margin: 0 100px 20px;
    border-radius: 20px;
    -webkit-box-shadow: 0px 0px 5px -2px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px -2px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px -2px rgba(0,0,0,0.75);
}
.tesimonials-item-eh:after {
    content: "";
    position: absolute;
    bottom: -15px;
    right: -15px;
    height: 100%;
    display: block;
    width: 100%;
    border: 2px solid #fff;
    border-radius: 20px;
    z-index: -1;
}
.tesimonials-item-eh a {
    color: #b5dc10;
    text-decoration: underline;
}
.tesimonials-item-eh a:hover {
    text-decoration: none;
}
.tesimonials-client {
    font-weight: bold;
    color: #004d23;
}
.tesimonials-designation {
    font-size: 15px;
}
.testimonials-section .owl-carousel .owl-nav.disabled {
    display: inline-block;
    width: 92%;
    text-align: right;
    margin-top: -20px;
}
.testimonials-section .owl-carousel .owl-nav button.owl-prev, .testimonials-section .owl-carousel .owl-nav button.owl-next {
    margin-left: -15px;
    font-size: 32px;
    width: 50px;
    height: 50px;
}
.testimonials-section .owl-carousel .owl-nav button.owl-prev:hover, .testimonials-section .owl-carousel .owl-nav button.owl-next:hover {
    background: none !important;
}
.testimonials-section .owl-carousel .owl-nav button.owl-prev {
    margin-right: 25px;
}
.testimonials-section .owl-carousel .owl-nav button.owl-next {
    /*float: right;*/
}
.testimonials-section .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 25px;
}

/*================= Portfolio Section ===================*/
.portfolio {
    padding: 60px 0 60px;
    background: url(https://zanninoengineering.com/wp-content/uploads/2025/09/portolio-bg-img-min.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.portfolio h3 {
    font-size: 24px;
    color: #000;
    margin-bottom: 10px;
    line-height: 100%;
    text-align: left;
}
.portfolio p.portfolio-lead {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: normal;
}
.portfolio-carousel {
    padding: 0 0 15px 0;
}
.portfolio .item {
    text-align: center;
    padding: 0;
}
.portfolio .owl-carousel .owl-item img {
    display: inline-block;
    width: auto;
}
.owl-carousel-portfolio .owl-dots {
    display: none !important;
}
.portfolio .owl-theme .owl-dots .owl-dot span {
    background: #93a2ad;
    width: 13px;
    height: 13px;
    border: none;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
    margin: 5px 5px;
}
.portfolio .owl-theme .owl-dots .owl-dot.active span, .portfolio .owl-theme .owl-dots .owl-dot:hover span {
    background: #b5dc10;
    position:relative;
    z-index:10;
    border: none;
    width: 13px;
    height: 13px;
    top: 0;
}
.portfolio .owl-carousel .owl-nav.disabled {
    display: block;
}
.portfolio .owl-carousel .owl-nav button.owl-prev, .portfolio .owl-carousel .owl-nav button.owl-next {
    margin-left: -15px;
    font-size: 32px;
    width: 50px;
    height: 50px;
}
.portfolio .owl-carousel .owl-nav button.owl-prev:hover, .portfolio .owl-carousel .owl-nav button.owl-next:hover {
    background: none !important;
}
.portfolio .owl-carousel .owl-nav button.owl-prev {
    margin-right: 25px;
}
.portfolio .owl-carousel .owl-nav button.owl-next {
    margin-left: 25px;
}


/*================= Inner Page ===================*/
.innerpage {
    padding-top: 60px;
    padding-bottom: 60px;
}
.innerpage h2 {
    margin-bottom: 13px;
}
.innerpage-content h4 {
    margin-bottom: 15px;
    color: #004d23;
    text-align: left;
}
.innerpage h5 {
    text-align: left;
}
.single h1.entry-title {margin-top: 10px;font-size: 30px;}
.search-results h1.entry-title {margin-bottom: 12px;font-size: 30px;}
.search-results h2.entry-title {font-size: 21px;}
#sow-contact-form-2 {display: none;}
ul {
    margin-bottom: 25px;
}
ul li {
    margin-bottom: 5px;
}
.innerhero-img {
    position: absolute;
    left: 0;
    width: 75%;
    height: 236px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
hr {
    margin-top: 35px;
    margin-bottom: 35px;
    border-top: 1px solid #004d23;
    opacity: 1;
}
.innerhero-section {
    overflow: hidden;
}
.innerhero-row {
    height: 236px;
}
.innerhero-title-bg {
    position: relative;
    background: #004d23;
    color: #fff;
    font-size: 42px;
    padding: 8px 0 16px;
    z-index: 1;
    font-weight: bold;
    text-transform: uppercase;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.innerhero-title-bg:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    right: -3000px;
    background: #004d23;
    z-index: -1;
}
.innerhero-title-bg:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: -90px;
    z-index: -1;
    background: #004d23;
    -ms-transform-origin: bottom right;
    -webkit-transform-origin: bottom right;
    -moz-transform-origin: bottom right;
    -o-transform-origin: bottom right;
    transform-origin: bottom right;
    -ms-transform: skew(-20deg,0deg);
    -webkit-transform: skew(-20deg,0deg);
    -moz-transform: skew(-20deg,0deg);
    -o-transform: skew(-20deg,0deg);
    transform: skew(-20deg,0deg);
}
.innerhero-title-bg h1 {
    font-size: 28px;
    margin-left: 10px;
}



/*================= Inner Page Sidebar ===================*/
.sidebar-box {
    position: relative;
    text-align: left;
    background: #fff;
    margin-top: 20px;
    margin-bottom: 50px;
    padding: 20px 30px 10px;
    border-radius: 20px;
    -webkit-box-shadow: 0px 0px 5px -2px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px -2px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px -2px rgba(0,0,0,0.75);
}
/*.archive .innerpage-content img {max-width: 100%;height: 250px;}*/
.archive .innerpage-content img {width: 100%;height: auto;}
.archive.category-our-people.category-30 .innerpage-content img {width: 100%;height: auto;}
.archive-box-row {margin-bottom: 30px;}
.archive-box {padding: 20px 20px 10px;background: #f3f3f3;}
.archive-box-title {min-height: 53px;}
#recent-posts-2, #categories-2, #archives-2 {
    position: relative;
    text-align: left;
    background: #fff;
    margin-top: 20px;
    margin-bottom: 50px;
    padding: 20px 30px 10px;
    border-radius: 20px;
    -webkit-box-shadow: 0px 0px 5px -2px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 5px -2px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px -2px rgba(0, 0, 0, 0.75);
}
#archives-2 {padding: 20px 30px 30px;}
.sidebar-box:before, #recent-posts-2:before, #categories-2:before, #archives-2:before {
    content: "";
    position: absolute;
    background: url(https://zanninoengineering.com/wp-content/uploads/2025/09/green-accent-top.png);
    background-repeat: no-repeat;
    width: 60px;
    height: 60px;
    z-index: -99899999;
    left: 0;
    margin-left: -10px;
    top: -11px;
}
.sidebar-box:after, #recent-posts-2:after, #categories-2:after, #archives-2:after {
    content: "";
    position: absolute;
    background: url(https://zanninoengineering.com/wp-content/uploads/2025/09/green-accent-bottom.png);
    background-repeat: no-repeat;
    width: 60px;
    height: 60px;
    z-index: -99899999;
    right: 0;
    margin-right: -10px;
    bottom: -11px;
}
.sidebar #recent-posts-2 h2, .sidebar #categories-2 h2, .sidebar #archives-2 h2 {font-size: 24px;}
.sidebar #recent-posts-2 ul, .sidebar #categories-2 ul {padding-left: 17px;}
.sidebar-box h4 {
    margin-bottom: 15px;
    color: #000;
    text-align: left;
}
.sidebar-box h5 {
    margin-bottom: 10px;
    color: #004d23;
    text-align: left;
    font-size: 17px;
}
.sidebar-box ul {
    text-align: left;
    padding-left: 0;
    margin-bottom: 12px;
}
.sidebar-box ul li {
    list-style-type: none;
}
.sidebar-box ul li:before {
    content: url(https://zanninoengineering.com/wp-content/uploads/2025/09/arrow-right-green_small2.png);
    position: relative;
    top: 0;
    margin-right: 10px;
}
.sidebar-box ul li a {
    color: #000;
}
.sidebar-box ul li.active a, .sidebar-box ul li a:hover {
    color: #038735;
}
.sidebar-box li.current-menu-item a {
    color: #004d23;
}
.sidebar-box .owl-carousel .owl-nav {
    position: absolute;
    right: 0;
    top: -22px;
    margin-top: 0;
}
.sidebar-box .owl-carousel .owl-nav.disabled {
    display: block;
    margin-top: 0;
}
.sidebar-box .owl-carousel .owl-nav button.owl-prev, .sidebar-box .owl-carousel .owl-nav button.owl-next {
    font-size: 32px;
    width: 30px;
    height: 30px;
}
.sidebar-box .owl-carousel .owl-nav button.owl-prev:hover, .sidebar-box .owl-carousel .owl-nav button.owl-next:hover {
    background: none !important;
}
.sidebar-box .owl-carousel .owl-nav button.owl-prev {
    margin-right: 6px;
}
.sidebar-box .owl-carousel .owl-nav button.owl-next {
    margin-left: 6px;
}
.sidebar-box .btn-green-outline {
    font-size: 15px;
    margin-top: 15px;
    border-radius: 44px;
    padding: 4px 28px 4px;
}


/*================= Services Page ===================*/
.services-content-box {
    margin-bottom: 20px;
    padding: 30px;
    background: #f3f3f3;
    border: 1px solid #e3e3e3;
}
.innerpage-content .services-content-box h4 {
    margin-bottom: 15px;
    color: #004d23;
    text-align: left;
    border-bottom: 1px solid #004d23;
    padding-bottom: 7px;
    margin-bottom: 25px;
}
.services-content-box img {
    float: left;
    margin-right: 25px;
}
p.services-content-box-btn {
    text-align: right;
    margin-top: 20px;
}



/*================= Portfolio Page ===================*/
.page-id-493 .sidebar, .page-id-1290 .sidebar, .page-id-1436 .sidebar, .page-id-1445 .sidebar,  .page-id-1453 .sidebar, .page-id-1463 .sidebar {
    margin-top: 500px;
}
.page-id-493 h1.entry-title, .page-id-1290 h1.entry-title, .page-id-1436 h1.entry-title, .page-id-1445 h1.entry-title, .page-id-1453 h1.entry-title, .page-id-1463 h1.entry-title {
    display: none;
}
.page-id-493 .innerpage, .page-id-1290 .innerpage, .page-id-1436 .innerpage, .page-id-1445 .innerpage, .page-id-1453 .innerpage, .page-id-1463 .innerpage {
    padding-top: 0;
}

/*================= News Page ===================*/
.rt-holder {
    display: flex;
    flex-direction: row !important;
}
.rt-detail {
    width: 70%;
}
.rt-img-holder {
    width: 30%;
    padding: 20px;
}
.tpg-shortcode-main-wrapper .layout1 .rt-holder .rt-detail .read-more a {
    font-size: 15px;
    color: #004d23;
    background: none;
    border-radius: 17px;
    padding: 6px 30px 6px;
    display: inline-block;
    border: 2px solid #004d23;
    font-weight: bold;
    font-size: 15px;
    margin-top: 0;
    border-radius: 44px;
    padding: 4px 28px 4px;
}
.tpg-shortcode-main-wrapper .layout1 .rt-holder .rt-detail .read-more a:hover {
    background: #004d23;
    color: #fff;
}
.rt-pagination .pagination-list>.active>span, .rt-pagination .pagination-list>.active>span:focus, .rt-pagination .pagination-list>.active>span:hover, .rt-pagination .pagination-list>li>a:hover {background:#004d23; border-color: #004d23;}


/*================= People ===================*/
.people-img-holder {float: left;margin-top: -25px;margin-right: 20px;}
.search-submit svg {display: none;}

/*================= Footer ===================*/
#footer {margin-bottom: -25px;}
.footer-top {
    padding-top: 60px;
    padding-bottom: 30px;
    color: #fff;
    background: #0e2c19;
}
.footer-bottom {
    padding-top: 20px;
    padding-bottom: 5px;
    color: #fff;
    background: #000;
}

/* Social Icons */
.social-icons {
    margin-bottom: 15px;
    padding-left: 0;
}
.social-icons li {
    display: inline-block;
    margin-right: 4px;
    margin-left: 4px;
}
.social-icons li img {
    width: 18px;
    margin: 3px auto 0;
}
.social-icons .btn-social-icon {
    width: 34px !important;
    height: 34px !important;
    border-radius: 10px;
    border: 2px solid #fff;
    padding: 0;
}
.social-icons .btn {
    background: none;
    color: #dddddd;
}
.social-icons .btn:hover {
    background: #004d23;
    border-color: #004d23;
}
footer h4 {
    font-optical-sizing: auto;
    font-style: normal;
	font-weight: 800;
    font-size: 17px;
    margin-bottom: 15px;
    color: #fff;
}
footer ul {
    padding-left: 0;
    list-style-type: none;
}
footer a {
    font-size: 15px;
    color: #fff;
}
footer a:hover {
    color: #038b36;
}
.footer-links {
    padding-left: 50px;
}
.footer-services {
    padding-left: 30px;
}
.footer-contact {
    padding-left: 40px;
}
.footer-contact p {
    margin-bottom: 5px;
    font-size: 15px;
}
.footer-contact p.footer-contact-title {
    font-size: 16px;
    margin-bottom: 25px;
}
.footer-contact p strong {
    font-family: "Source Serif 4", serif;
    font-optical-sizing: auto;
    font-style: normal;
	font-weight: 800;
    font-size: 17px;
}
.footer-location {
    display: flex;
}
.footer-location strong {
    margin-right: 6px;
}
.footer-location span {
    line-height: 27px;
}
.footer-menu li {
    margin-bottom: 5px;
}
.footer-menu li.current-menu-item a {color: #038b36;}
.credit {
    color: #fff;
    font-size: 12px;
}
.credit a {
    color: #fff;
    font-weight: 600;
    text-decoration: none;
}
.credit a:hover {
    color: #038b36;
}
p.copyright {
    font-size: 14px;
    margin-bottom: 8px;
}

/*================= Media Query ===================*/
@media screen and (min-width: 1200px) {
    .container {
        max-width: 1180px;
    }
    .our-people .container {
        max-width: 1100px;
    }
    .innerpage-content {
        padding-right: 60px;
    }
}
@media (max-width: 1400px) {
    .homepage-banner .carousel-caption {
        top: 20%;
    }
}

@media (min-width: 992px) {
}
@media (max-width: 1200px) {
	.homepage-banner h4 {font-size: 26px;}
	.banner-overlay {top: -128px;}
}
@media (max-width: 991px) {
    .d-inline-b {
        display: inline;
    }
    .banner-overlay {
        display: none;
    }
	.swam-logo-lead {display: block; margin: 0 auto 15px !important;}
}

@media (max-width: 767px) {
    [class*="gutter-"] {
        padding-left: 15px;
        padding-right: 15px;
    }
    .topbar .innovative {
        padding: 6px 0;
        display: block;
    }
    .topbar .search-phone {
        justify-content: center;
    }
    header {
        padding: 20px 0 0;
    }
    .site-logo {
        margin-bottom: 20px;
        padding: 0 30px;
    }
    #mega-menu-wrap-main-menu .mega-menu-toggle {
        border-radius: 0;
    }
    .container {
        padding: 0 20px;
    }
    header .container {
        padding: 0;
    }
    .sidebar {
        padding: 0 30px;
    }
    .emblem-diamond {
        display: none;
    }
    .homepage-banner {
        display: none;
    }
    .homepage-banner h4 {
        font-size: 23px;
    }
    .homepage-banner p.carousel-text {
        margin-bottom: 20px;
        font-size: 15px;
        line-height: 20px;
    }
    .homepage-banner .carousel-caption {
        top: 0;
    }
    .homepage-banner .carousel-caption-inner {
        padding-top: 15px;
        padding-right: 15px;
        padding-left: 15px;
        padding-bottom: 15px;
        width: 100%;
    }
    .welcome {
        padding: 35px 0 28px;
    }
    .welcome h3 {
        margin-bottom: 10px;
        margin-top: 25px;
    }
    .welcome-img-wrap {
        padding-left: 0;
        padding-bottom: 0;
    }
    .welcome-img-wrap img {
        max-width: 100%;
    }
    .home-services .item {
        margin-bottom: 0;
    }
    .owl-carousel-home-services .owl-stage {
        margin-bottom: 0;
    }
    .our-people {
        padding: 35px 0 10px;
    }
    .our-people p.our-people-lead {
        line-height: 25px;
    }
    .why-trust-section {
        padding: 50px 0 30px;
    }
    .why-trust-section h3 {
        font-size: 30px;
    }
    .why-trust-section p {
        line-height: 25px;
    }
    .testimonials-section {
        padding: 40px 0 30px;
    }
    .testimonials-section h3 {
        font-size: 30px;
    }
    .our-people .owl-carousel .owl-nav.disabled {
        position: static;
        width: 33%;
        margin: 0 auto;
        overflow: hidden;
    }
    .our-people .owl-carousel .owl-nav button.owl-next {
        float: right;
        margin-right: 0;
    }
    .our-people .owl-carousel .owl-nav button.owl-prev {
        float: left;
        margin-left: 0;
    }
    .home-services {
        margin-top: 0;
        padding: 40px 0 20px;
    }
    .home-services p.home-services-lead {
        line-height: 26px;
    }
    .home-services .owl-carousel .owl-nav.disabled {
        position: static;
        width: 33%;
        margin: 0 auto;
        overflow: hidden;
    }
    .home-services .owl-carousel .owl-nav button.owl-next {
        float: right;
        margin-right: 0;
    }
    .home-services .owl-carousel .owl-nav button.owl-prev {
        float: left;
        margin-left: 0;
    }
    .home-services .owl-carousel .owl-item img.calendar-icon {
        width: auto;
    }
    .our-people .item, .home-services .item {
        box-shadow: none;
        border: 1px solid #dbdbdb;
    }
    .contact-section-inner {
        margin: 0 15px;
    }
    .contact-form {
        background: none;
        padding-right: 0;
        padding-bottom: 21px;
    }
    .footer-contact {
        margin-top: 20px;
    }
    .social-icons {
        width: 100%;
    }
    .footer-contact p {
        margin-bottom: 6px;
    }
    .tesimonials-item-eh {
        margin: 0 15px 20px;
    }
    .testimonials-section .testimonials-wrap1 {
        padding-bottom: 0;
        background: none;
    }
    .testimonials-section .testimonials-wrap2 {
        padding-top: 30px;
        background: none;
    }
    .testimonials-section {
        padding: 0px 0 15px;
    }

    .innerpage {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .innerhero-img-col {
        display: none;
    }
    .innerhero-row {
        height: auto;
    }
    .innerhero-title-bg {
        font-size: 24px;
        padding: 8px 0 16px;
        height: auto;
    }
    #pg-1463-1> .panel-row-style {
        padding: 0 !important;
    }
    .page-id-493 .sidebar, .page-id-1290 .sidebar, .page-id-1436 .sidebar, .page-id-1445 .sidebar,           .page-id-1453 .sidebar, .page-id-1463 .sidebar {margin-top: 0;}
	.people-img-holder {float: none; margin-top: -0;margin-bottom: 20px;}
	.portfolio {padding: 60px 0 0px;}
	.footer-top {padding-top: 30px;padding-bottom: 20px;}
	p.home-portfolio-btn {text-align: center;margin-bottom: 30px;}
	.tpg-even .rt-holder {display: block;}
	.rt-img-holder {width: 100%;}
	.rt-detail {width: 100%;}
}
