.title-fs-60 {
    color: #4b4e53;
    font-family: Lato, Arial, Helvetica, sans-serif;
    font-size: 60px;
    line-height: 60px;
    font-weight: 300
}

.line-3-100 {
    margin-top: 15px;
    height: 3px;
    width: 100px;
    background: #4b4e53
}

.fes1-box {
    position: relative;
    padding-left: 55px;
    padding-bottom: 10px
}

.fes1-box-icon {
    position: absolute;
    top: 0;
    left: 0;
    color: #4b4e53;
    font-size: 35px
}

.fes1-box h3 {
    color: #4b4e53;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 10px
}

.fes1-box p {
    margin-top: 3px;
}

.fes2-main-text-cont {
    margin: 0 auto;
    padding: 145px 50px 140px 50px;
    max-width: 500px
}

.fes2-text-cont {
    margin-top: 30px
}

.title-fs-45 {
    color: #4b4e53;
    font-family: Lato, Arial, Helvetica, sans-serif;
    font-size: 45px;
    line-height: 45px;
    font-weight: 300
}

.fes2-img {
    background: url(../web/images/fes2.jpg) 50% 50% no-repeat;
    width: 100%;
    display: block;
    position: relative;
    background-size: cover;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center
}

.line-3-70 {
    margin-top: 11px;
    height: 3px;
    width: 70px;
    background: #4b4e53
}

.fes2-text-cont {
  margin-top: 30px;
  font-family: Lato, Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 18px;
  font-weight: 300;
}


.fes4-cont {
    padding-top: 130px;
    padding-bottom: 80px
}

.fes4-box {
    margin-bottom: 50px
}

.fes4-title-cont {
    position: relative;
    padding-left: 70px;
    padding-bottom: 3px;
    min-height: 86px;
}

.fes4-box-icon {
    position: absolute;
    top: 7px;
    left: 0;
    color: #4b4e53;
    font-size: 45px;
}

section.our-services .fes4-box-icon {
    font-size:inherit;
}

.fes4-title-cont p {
    line-height: 18px;
    margin-top: 3px;
    font-size: 14px;
    margin-bottom: 10px;
}

.fes4-title-cont h3,
.title-18 {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    color: #4b4e53;
    font-weight: 300;
    font-size: 18px;
    line-height: 25px;
    margin: 0;
    margin-bottom: 5px;
}

.section-title {
    margin: 0;
    padding: 22px 25px 24px 25px;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-size: 30px;
    line-height: 36px;
    color: #4b4e53;
    border-left: #4b4e53 2px solid
}

.section-title-2 {
    margin: 0;
    padding: 25px 25px 27px 25px;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-size: 30px;
    line-height: 30px;
    color: #4b4e53
}

.section-title-3 {
    margin: 0;
    padding: 15px 20px 17px 23px;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-size: 23px;
    font-weight: 400;
    letter-spacing: 3px;
    line-height: 32px;
    color: #4b4e53;
    border-left: #4b4e53 2px solid
}

.port-main-img {
    width: 100%;
    display: block;
    overflow: hidden
}

.port-overlay-cont {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 2;
    -webkit-transition: all .3s cubic-bezier(.3, .1, .58, 1);
    -o-transition: all .3s cubic-bezier(.3, .1, .58, 1);
    transition: all .3s cubic-bezier(.3, .1, .58, 1)
}

.port-main-img {
    -webkit-transition: all .3s cubic-bezier(.3, .1, .58, 1);
    -o-transition: all .3s cubic-bezier(.3, .1, .58, 1);
    transition: all .3s cubic-bezier(.3, .1, .58, 1)
}

.lightbox-item {
    position: relative
}

.lightbox-item .port-btn-cont {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -12px;
    margin-top: -28px;
    -webkit-transition: all .3s cubic-bezier(.3, .1, .58, 1);
    -o-transition: all .3s cubic-bezier(.3, .1, .58, 1);
    transition: all .3s cubic-bezier(.3, .1, .58, 1)
}

.lightbox-item:hover .port-btn-cont {
    margin-top: -12px
}

.lightbox-item .port-btn-cont {
    font-size: 26px;
    color: #fff
}

.lightbox-item .port-btn-cont.lightbox-video {
    margin-left: -18px;
    margin-top: -32px
}

.lightbox-item:hover .port-btn-cont.lightbox-video {
    margin-top: -17px
}

.lightbox-item .port-btn-cont.lightbox-video {
    font-size: 34px
}

.lightbox-item:hover .port-overlay-cont,
.port-item:hover .port-overlay-cont {
    opacity: 1
}

.lightbox-item:hover .port-main-img,
.port-item:hover .port-main-img {
    -webkit-transform: scale(1.3) translateZ(0);
    -ms-transform: scale(1.3) translateZ(0);
    transform: scale(1.3) translateZ(0)
}

.lightbox-item:hover .port-img-overlay:after,
.port-item:hover .port-img-overlay:after {
    background: rgba(16, 16, 16, .85)
}

.lightbox-item .port-img-overlay:after,
.port-item .port-img-overlay:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0);
    -webkit-transition: all .27s cubic-bezier(.3, .1, .58, 1);
    -o-transition: all .27s cubic-bezier(.3, .1, .58, 1);
    transition: all .27s cubic-bezier(.3, .1, .58, 1)
}

.port-img-overlay {
    position: relative;
    overflow: hidden
}

.port-btn-cont a {
    display: inline-block
}

.port-overlay-cont {
    padding: 50px;
    padding-top: 20px
}

.container .port-grid-5 .port-overlay-cont {
    padding: 20px;
    padding-right: 10px
}

.lightbox-item:hover .port-overlay-cont,
.port-item:hover .port-overlay-cont {
    padding-top: 40px
}

.container .port-grid-5 .lightbox-item:hover .port-overlay-cont,
.container .port-grid-5 .port-item:hover .port-overlay-cont {
    padding-top: 30px
}

.port-title-cont {
    margin-bottom: 0;
    -webkit-transition: all .4s cubic-bezier(.3, .1, .58, 1);
    -o-transition: all .4s cubic-bezier(.3, .1, .58, 1);
    transition: all .4s cubic-bezier(.3, .1, .58, 1)
}

.lightbox-item:hover .port-title-cont,
.port-item:hover .port-title-cont {
    margin-bottom: 15px
}

.port-title-cont {
    text-align: left;
}
.port-title-cont h3 {
    margin: 0;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    text-align: left;
}

.port-title-cont span {
    color:#7e8082;
}

.port-title-cont h3 a {
    color: #fff
}

.port-title-cont h3 a:hover {
    color: #dedede
}

.port-grid-gut li:first-child .port-overlay-cont {
    padding-right: 40px
}

.port-title-cont span a {
    color: #bebebe;
    font-size: 12px;
    text-transform: uppercase
}

.port-title-cont span a:hover {
    color: #fff
}

.port-btn-cont {
    text-align: left;
}
.port-btn-cont a {
    color: #bebebe;
    font-size: 18px
}

.port-btn-cont a:hover {
    color: #fff
}

.port-view-more-cont {
    margin-top: -1px;
    text-align: center
}

.port-view-more {
    display: block;
    padding-top: 40px;
    padding-bottom: 37px;
    background: #eee;
    font-family: Lato, Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 18px;
    font-weight: 100;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.port-view-more:hover {
    background: #dedede;
    color: #4b4e53
}

.port-view-more-cont-dark {
    text-align: center
}

.port-view-more-dark {
    display: block;
    padding-top: 55px;
    padding-bottom: 52px;
    background: #4b4e53;
    font-family: Lato, Arial, Helvetica, sans-serif;
    color: #fff;
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
    letter-spacing: 4px;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.port-view-more-dark:hover {
    background: #101010;
    color: #fff
}

.port-view-more-inv {
    background: #dedede;
    display: block;
    padding-top: 40px;
    padding-bottom: 37px;
    font-family: Lato, Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 18px;
    font-weight: 100;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.port-view-more-inv:hover {
    background: #eee;
    color: #4b4e53
}

.mobile .port-overlay-cont {
    display: none;
    visibility: hidden
}

.mobile .display-hover-on-mobile .port-overlay-cont {
    display: block;
    visibility: visible
}

.port-detail {
    font-size: 12px
}

.port-detail p {
    margin-bottom: 5px
}

.port-detail p strong {
    width: 80px;
    display: inline-block;
    letter-spacing: 1px
}

.col-md-6.port-item.mix {
    margin-bottom: 30px;
}