h1, h2, h3, h4, h5, h6{
	color: #000000;
}
body{
	
}
header, footer, section{
	width: 100%;
	float: left;
}
.list-none{
	list-style-type: none;
	padding-left: 0px;
}
.top-nav {
    background: #a32942;
    padding: 5px 0px;
    color: #fff;
    font-size:14px;
}
.top-nav-left ul {
    display: inline-flex;
}
.top-nav-left li a {
    width: 1.65em;
    height: 1.65em;
    display: inline-block;
    text-align: center;
    margin-right: 10px;
}
.top-nav-left li a:hover{
    background: #fff;
}
.top-nav-left li a:hover i{
     color: #a32942;
}
.read-blog:hover , .contact-btn:hover , .submit-btn:hover{
    background: #52141f;
}
.top-nav-left li a i {
    font-size: 15px;
    color: #fff;
    opacity: 0.8;
}
.header-content-wrapper {
    float: left;
    width: 100%;
    border-bottom: 1px solid #ddd;
}
header.main-header {
    position: fixed;
    top: 0;
    z-index: 9;
}
/** content header css start **/
.header-content-wrapper {
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: scroll;
    background-color:transparent;
    -webkit-background-size: auto;
    -moz-background-size: auto;
    background-size: auto;
    margin-top: 0;
    transition: background .3s ease;
}
header.main-header .first-row {
    display: table;
    width: 100%;
    height: 91px;
    box-sizing: border-box;
}
.first-row-wrapper {
    height: 91px;
}
.limit-wrapper>div {
    position: relative;
}
header.main-header .first-row .first-row-left, header.main-header .first-row .first-row-right {
    display: table-cell;
    vertical-align: middle;
}
.logo-wrapper {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
header.main-header .first-row .first-row-right {
    width: 100%;
    text-align: right;
}
header.main-header .first-row .first-row-right-inner {
    display: table;
    width: 100%;
}
header.main-header .first-row #header-text {
    padding: 0;
    width: 100%;
    padding: 10px 0 10px 40px;
    box-sizing: border-box;
    text-align: right;
    margin-left: auto;
    display: flex;
    justify-content: flex-end;
}
header.main-header .first-row #header-text>div:first-child:not(:last-child) {
    margin-right: 30px;
}
header.main-header .first-row #header-text p {
    display: inline-block;
    padding-left: 10px;
    text-align: left;
    font-size: 1em;
    margin-bottom: 0px!important;
    color: #fff;
}
header.main-header .first-row #header-text .icon {
    display: inline-block;
}
header.main-header .first-row #header-text .icon i {
    font-size: 32px;
    color: #fff;
}
.normal-logo {
    max-height: 80px;
    max-width: 220px;
    padding-top: 5px;
}
/** header menus wrapper css start **/
.menus ul {
    display: inline-flex;
}
.menus ul li {
    padding: 3px 15px 0;
    text-transform: uppercase;
}
.menus ul li a{
	color: #fff;
	padding-top: 7px;
    padding-bottom: 7px;
	display: inline-block;
    transition-duration: .3s;
    transition-property: color,border-bottom-color;
}
header.main-header .first-row #header-text> div a {
    color: #a32942;
}
/** swiper slider **/
 .swiper {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-slide img {
    display: block;
    width: 100%;
    height: 100vh;
    object-fit: cover;
}
.swiper-content {
    position: absolute;
    top: 42%;
    text-align: left;
    max-width: 750px;
    left: 14%;
}
.swiper-content h1 {
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
}
.swiper-content p {
    line-height: 30px;
    letter-spacing: 0px;
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    padding:20px 0px;
}
/** swiper slider **/
.btn-white {
    background: #fff;
    padding: 15px 25px;
    font-size: 16px;
    color:#a32942;
    margin-right: 15px;
    font-weight: 600;
}
/**.btn-white:hover {
    color: #fff;
    padding: 15px 25px;
    font-size: 16px;
    background: #a32942;
    text-decoration: none;
}**/
.btn-slider {
    background:#a32942;
    padding: 15px 25px;
    font-size: 16px;
    color: #fff;
    margin-right: 15px;
    font-weight: 600;
}
.btn-slider:hover {
    color:#fff;
    padding: 15px 25px;
    font-size: 16px;
    background:#52141f;
    margin-right: 15px;
    font-weight: 600;
    text-decoration: none;
}
/** footer **/
.main-footer {
    background: url(../images/footer-bg.jpg);
    padding: 50px 0px;
    color: #fff;
}
.footer-block h4 {
    color: #fff;
    margin-bottom: 20px;
}
.social-links li{
	display: inline-flex;
}
.social-links li a{
    width: 1.65em;
    height: 1.65em;
    display: inline-block;
    color: #fff;
}
.footer-block li a{
	color: #fff;
}
.submit-btn {
    background: #a32942;
    border: 0px;
    color: #fff;
    display: inline-block;
    padding: 8px 20px;
}
.footer-block .form-control {
    border-radius: 0px;
}
.main-header.scrollheader {
    position: relative;
}
.main-header.scrollheader .header-menu-wrapper {
    position: fixed;
    top: 0px;
    background:#fff;
    box-shadow:0 2px 4px rgb(0 0 0 / 10%);
}
.main-header.scrollheader .header-menu-wrapper  li a{
	color: #000;
    transition-duration: .3s;
    transition-property: color,border-bottom-color;
    border-bottom: 3px solid transparent;
}
header.main-header .first-row #header-text> div a:hover {
    color: #fff;
    opacity: 0.8;
    text-decoration: none;
    font-weight: normal;
}
.header-menu-wrapper {
    width: 100%;
    float: left;
}
.our-services {
    padding: 50px 0px;
}
.text-wine{
	color: #a32942;
}
.our-services p , .home-team p, .news-sctn p, .home-contact p{
    font-size: 18px;
    padding-bottom: 30px;
}
.credentials-block img {
    margin-bottom: 20px;
}
.credentials-block {
    width: 100%;
    float: left;
    margin-bottom: 50px;
}
.slider-bottom-inner {
    margin-top: -50px;
    box-shadow: rgb(0 0 0 / 15%) 0px 0px 24px 0px;
    position: relative;
    padding-top: 90px!important;
    padding-bottom: 80px!important;
    padding-left: 45px!important;
    background-color: #ffffff!important;
    z-index: 1;
    margin-bottom: 50px;
}
.upb_row_bg {
    background-size: initial;
    background-repeat: no-repeat;
    background-position: right top;
    background-color: rgb(255, 255, 255);
    background-image: url(../images/hand-with-cap.png);
    background-attachment: scroll;
    min-width: 1200px;
    left: 0px;
    width: 1200px;
    position: absolute;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
}
.blog-image img {
    -webkit-transition: opacity .35s,-webkit-transform .35s;
    transition: opacity .35s,transform .35s;
    -webkit-transform: translate3d(0,0,300px);
    -ms-transform: translate3d(0,0,300px);
    transform: translate3d(0,0,300px);
    width: 100%;
    height: auto;
}
.post-content-wrapper h3 {
    line-height: 1.3em!important;
    font-weight: 400;
    font-size: 1.2em;
}
.post-content-wrapper h3 a{
    color:#a32942;
    font-weight:600;
}
.blog-image {
    float: left;
    width: 100%;
        overflow: hidden;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    position: relative;
    width: 100%;
    text-align: center;
    background: 0 0;
}
.blog-block:hover .blog-image img{
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
    opacity: 1;
}
.blog-block:hover .post-actions-wrapper {
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    cursor: pointer;
}
 .post-actions-wrapper {
    position: absolute;
    left: 0;
    top: auto;
    height: auto;
    background: rgba(54,67,82,.5);
    -webkit-transition: -webkit-transform .35s;
    transition: transform .35s;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
    width: 100%;
    bottom: 0;
}
.post-media-date {
    background: 0 0;
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
}
.post-actions-wrapper .post-date {
    position: relative;
    display: inline-block;
    float: left;
    font-size: 10px;
    font-style: normal;
    text-transform: uppercase;
    color: #fff;
    font-family: arial;
    font-weight: 700;
    padding: 10px 0 10px 20px;
}
.post-date {
    display: inline-block;
    margin-right: 10px;
}
.comment-count {
    position: relative;
    display: inline-block;
    float: right;
    background:#52141f;
    margin: 0;
    color: #fff;
}
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.comment-count a {
    font-weight: 400;
    font-size: 12px;
    color: #fff;
    padding: 10px 15px;
    display: block;
}
.comment-count .icon {
    margin-right: 0.7em;
}
.post-content-outer p {
    font-size: 16px;
    padding: 0px;
}
.read-blog {
    background-color: #a32942;
    padding: 15px 25px;
    font-size: 16px;
    color: #fff;
    margin-right: 15px;
    font-weight: 600;
    display: inline-block;
}
.read-blog:hover, .contact-btn:hover{
     color: #fff;  
     text-decoration: none;
}
.menus ul li a:hover, .header-menu-wrapper li a:hover{
    text-decoration: none;
}
.menus ul li .active , .menus ul li a:hover, .main-header.scrollheader .header-menu-wrapper li .active, .main-header.scrollheader .header-menu-wrapper li a:hover{
    border-bottom: solid 3px #a32942;
    color: #a32942;
}
.dt-sc-team:hover .dt-sc-team-thumb img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
    opacity: 1;
}
.post-content-wrapper h3 a:hover{
    text-decoration: none;
}
.contact-form h2 {
    margin-bottom: 20px;
}
/** services **/
.icon-wrapper {
    width: 120px;
    height: 120px;
    line-height: 130px;
    text-align: center;
    background-color: #52141f;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    border: 6px solid #fff;
    box-shadow: 4px 0 8px rgb(0 0 0 / 4%);
    -webkit-box-shadow: 4px 0 8px rgb(0 0 0 / 4%);
    border-radius: 3px;
    margin: 0px auto 50px;
}
.icon-wrapper img {
    text-align: center;
    float:left;
    display: inline-block;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    margin: 0 auto;
    filter: invert(100%);
    -moz-filter: invert(100%);
    -webkit-filter: invert(100%);
    -ms-filter: invert(100%);
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.service-box:hover .icon-wrapper {
    background-color:#ab3c53;
}
.service-box:hover .icon-wrapper {
    box-shadow: 4px 0 25px 5px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 4px 0 25px 5px rgb(0 0 0 / 10%);
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}
.service-box:hover .icon-wrapper img{
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    width: 110px;
}
.service-box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.service-box:hover .icon-wrapper {
    box-shadow: 4px 0 25px 5px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 4px 0 25px 5px rgb(0 0 0 / 10%);
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}
.service-content h4 {
    font-size: 18px;
}
h2 {
    font-size: 42px;
}
.bg-grey{
    background-color: #f4f8fb!important;
}
.home-team{
    padding: 50px 0px;
}
/** home team sctn css start **/
.dt-sc-team {
    float: left;
    clear: both;
    width: 100%;
    margin: 0px;
    padding: 0px;
    position: relative;
    overflow: hidden;
}
.dt-sc-team .dt-sc-team-details {
    background: rgba(0, 0, 0, 0.05);
}
.dt-sc-team .dt-sc-team-details {
    float: left;
    width: 100%;
    padding: 20px 10px;
    text-align: center;
    position: relative;
    background-color:#a32942;
}
.dt-sc-team.hide-social-show-on-hover .dt-sc-team-details h4 {
    color: #fff;
}
.dt-sc-team .dt-sc-team-details h4 {
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 0.5px;
}
.dt-sc-team .dt-sc-team-details h4 {
    margin-bottom: 5px;
}
.dt-sc-team.hide-social-show-on-hover .dt-sc-team-details h5 {
    color: #fff
}
.dt-sc-team.hide-social-show-on-hover .dt-sc-team-social {
    background: rgba(255, 255, 255, 0.9);
}
.dt-sc-team.hide-social-show-on-hover .dt-sc-team-social {
    padding: 20px;
    width: 100%;
    position: absolute;
    opacity: 0;
    top: -74px;
    left: 0px;
}
.dt-sc-team.hide-social-show-on-hover .dt-sc-team-social{
        -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.dt-sc-team-social li {
    display: inline-block;
    margin: 0px 5px;
    padding: 0px;
}
.dt-sc-team-social li a {
    width: 34px;
    height: 34px;
    text-align: center;
    font-size: 16px;
    line-height: 34px;
}
.dt-sc-team.hide-social-show-on-hover:hover .dt-sc-team-social {
    opacity: 1;
}
.dt-sc-team-social li a i {
    color: #a32942;
}
.dt-sc-team-thumb img {
    width: 100%;
    height: 305px;
    object-fit: cover;
    -webkit-transition: opacity .35s,-webkit-transform .35s;
    transition: opacity .35s,transform .35s;
    -webkit-transform: translate3d(0,0,300px);
    -ms-transform: translate3d(0,0,300px);
    transform: translate3d(0,0,300px);
}
.dt-sc-team:hover .dt-sc-team-details {
    background-color: #52141f;
}
.dt-sc-team:hover{
    cursor: pointer;
}
/** home team sctn css end**/
/** contact page **/
.contact-banner{
	background: url(../images/contact-banner.jpg);
	background-size: cover;
	background-repeat: no-repeat;
    color: #fff;
}
.contact-banner {
    padding-top: 300px;
    padding-bottom: 150px;
}
.contact-banner h1 {
	color: #fff;
    font-size: 56px;
}
.form-sctn , .news-sctn, .benefit-sctn, .work-sctn, .family-sctn{
	padding: 50px 0px;
}
.contact-btn {
    background-color: #a32942;
    padding: 13px 25px;
    font-size: 16px;
    color: #fff;
    display: inline-block;
    margin-right: 15px;
    font-weight: 600;
}
.contact-form textarea.form-control {
    height: auto;
    min-height: 150px;
}
.contact-form .form-control{
	border-radius: 0px;
}
.single-info {
    overflow: hidden;
    clear: both;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 30px;
}
.single-info .icon {
    font-size: 36px;
}
.single-info .icon {
    float: left;
    overflow: hidden;
    font-size: 32px;
    line-height: 1;
    color: #a32942;
    margin-right: 20px;
}
.single-info .text {
    overflow: hidden;
}
.single-info .text span {
    display: block;
}
.single-info .text h5 {
    font-size: 18px;
    color:#000;
    text-transform: uppercase;
}

/** contact page **/
/** about page**/
.about-sctn{
	padding: 50px 0;
}
.bg-parallax {
    position: relative;
    background: url(../images/parallax-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 46.7188px;
    background-attachment: fixed;
    padding: 80px 0px;
}
.overlay-main {
    background: #000;
    opacity: 0.7;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.status-value span {
    display: inline;
    overflow: hidden;
    font-family: roboto;
    font-size: 36px;
    color:#a32942;
    font-weight: bold;
}
.bg-parallax h1, .bg-parallax h3 {
    color: #fff;
}
.status-value i{
	margin-left: 15px;
    font-size: 26px;
    line-height: 32px;
}
.team-member .share-icons .icon {
    margin: 0 5px;
    width:35px;
    height: 35px;
    color: #fff;
    text-align: center;
    font-size: 16px!important;
    line-height: 1;
    display: inline-block;
    padding: 10px;
    border-radius: 100%;
    border: solid 1px rgba(255,255,255,.5);
    background: 0 0;
        margin: 10px 5px 0;
}
.team-member:hover img {
    opacity: .6;
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
}
.team-member:hover {
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.05);
}
.team-member .share-icons {
    margin-top: 10px;
    white-space: nowrap;
    position: absolute;
    left: 0;
    top: auto;
    height: auto;
    -webkit-transition: -webkit-transform .35s;
    transition: transform .35s;
    -webkit-transform: translate3d( 0,100%,0 );
    -ms-transform: translate3d( 0,100%,0 );
    transform: translate3d( 0,100%,0 );
    bottom: 30%;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    opacity: 0;
    background: 0 0;
}
.team-member:hover .share-icons {
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    opacity: 1;
    bottom: 40%;
    white-space: normal;
}
.team-member {
    text-align: left;
    border: solid 1px rgba(43,47,52,.1);
    padding-top: 0!important;
    padding-bottom: 0!important;
    margin: 10px 0;
}
.team-member .thumbnail {
    overflow: hidden;
    background: #2b2f34;
    position: relative;
}
.team-member img {
    -webkit-backface-visibility: hidden;
    -webkit-transition: opacity .35s,-webkit-transform .35s;
    transition: opacity .35s,transform .35s;
    -webkit-transform: translate3d(0,0,300px);
    -ms-transform: translate3d(0,0,300px);
    transform: translate3d(0,0,300px);
    width: 100%;
}
.team-member .team-member-info h3 a {
    font-size: inherit;
    font-style: normal;
    color: #4a4f55;
    font-weight: 400;
    font-size: 24px;
}
.team-member .team-member-info h5 {
    margin-top: 0;
    padding-bottom: 15px;
    color: #364352!important;
    font-weight: 400;
    margin-top: 5px;
    border-bottom: none;
    font-weight: inherit;
    margin-bottom: 0;
}
.team-member .team-member-position {
    text-transform: uppercase;
    font-size: 11px;
}
.team-member .team-member-phone {
    padding-bottom: 5px;
}
.team-member .team-member-info a[href^="mailto:"] {
    word-wrap: break-word;
}
.team-member .team-member-info {
    background: #fff;
    margin-top: 0;
    padding: 15px 20px 25px;
}
.team-member a {
    color: #a32942;
}
.team-sctn{
	padding: 50px 0px;
}
.expertise-sctn {
    background: #f4f8fb;
    padding: 50px 0px;
}
@media(max-width:365px) {
  
  
}


@media(max-width: 767px) {


}

@media(max-width:768px) {
    
    

}

@media(max-width:991px) {

}


@media(max-width:1024px){
	
  


}


@media(max-width:1200px){
  

}

.hovr-shutter:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background:#52141f;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hovr-shutter {
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    display: inline-block;
}
.hovr-shutter:hover{
    color: #fff;
    text-decoration: none;
}
.hovr-shutter:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
/** porfolio css **/
img{
    max-width: 100%;
}

.single-portfolio-item{
    margin-bottom: 30px;
}

.single-portfolio-item img{
    height: 100%;
    max-height:500px;
    width: 100%;
    object-fit: cover;
}

.portfolio-menu {
    text-align: center;
}

.portfolio-menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.portfolio-menu ul li {
    display: inline-block;
    padding: 10px 30px;
    font-size: 18px;
    font-weight: 600;
    background: #a32942;
    color: #fff;
    border-radius:0px;
    margin: 34px 4px;
    margin-bottom: 60px;
    cursor: pointer;
}
.portfolio-menu ul li.mixitup-control-active{
    background:#52141f;
}
.single-portfolio-item {
    overflow: hidden;
}

.single-portfolio-item  figure img {
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    -ms-transition: all 1.5s ease;
    transition: all 1.5s ease;
    max-width: 100%;
    height: auto;
    display: inherit;
}
.single-portfolio-item .image-overlay {
    position: absolute;
    opacity: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    background: rgba(0, 0, 0, 0.75);
}
.single-portfolio-item figure{
    position: relative;
    overflow: hidden;
}
.single-portfolio-item .image-overlay-details {
    bottom: auto;
    top: 70px;
    left: 0;
    right: auto;
    text-align: left;
    border-width: 0;
    padding: 0px 20px 0 40px;
}
.single-portfolio-item .image-overlay-details {
    border-right-color: #ffffff;
}
.single-portfolio-item .image-overlay-details {
    position: absolute;
    bottom: auto;
    top: 70px;
    left: 0;
    right: auto;
    text-align: left;
    border-width: 0;
    padding: 0px 20px 0 40px;
}
.single-portfolio-item:hover figure img {
    -webkit-transform: inherit;
    -moz-transform: inherit;
    -ms-transform: inherit;
    transform: inherit;
   -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.single-portfolio-item:hover .image-overlay{
    opacity: 1;
}
.single-portfolio-item {
    width: 50%;
    float: left;
    padding: 0px 10px;
}
.single-portfolio-item .links {
    position: absolute;
    bottom: 70px;
    padding-left: 40px;
}
.image-overlay-details h2 a {
    color: #ffffff;
    text-decoration: none;
    font-size: 20px;
    text-transform: uppercase;
}
.single-portfolio-item .image-overlay-details .categories a {
    text-decoration: none;
    color: #a32942;
    text-transform: capitalize;
    font-weight: 700;
    font-style: italic;
}
.swiper-slide:before {
    background-color: transparent;
    background-image: linear-gradient(180deg, #ffffff78 30%, #02010100 100%);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    content: "";
}
.family-sctn table {
    width: 100%;
    font-size:18px;
}
.family-sctn table th, .family-sctn table td {
    padding:10px;
}
.family-sctn table tbody tr:nth-child(odd) {
    background: #eee;
}
.family-sctn table tbody td:last-child {
    float: right;
}
