.portfolio-landing {
    margin: 40px 0
}
.portfolio-landing .nav li {
    background: rgba(1, 92, 161, 0.55);
    border: 1px solid #000000;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    margin-bottom: 30px;
    padding: 10px 20px;
    text-align: center;
    color: #ffffff;
    -webkit-transition: All .4s ease;
    -moz-transition: All .4s ease;
    -o-transition: All .4s ease;
}
.portfolio-landing .nav li:hover {
    background: #015ca1;
}
.portfolio-landing .nav-pills>li.active,
.portfolio-landing .nav-pills>li.active:hover,
.portfolio-landing .nav-pills>li.active:focus {
        background-color: #015ca1;
    border: 1px solid #000000;
    color: #fff;
}
.portfolio-landing #portfolio-grid:before,
.portfolio-landing #portfolio-grid:after {
    display: table;
    content: " "
}
.portfolio-landing #portfolio-grid:after {
    clear: both
}
.portfolio-landing ul#portfolio-grid {
    padding: 0;
    margin: 30px 0;
    list-style: none
}
.portfolio-landing #portfolio-grid .mix {
      display: none;
    opacity: 0;
    width: 44%;
    margin-left: 30px;
    height: 330px;
    overflow: hidden;
    background: #ccc;
    text-align: center;
    float: left;
    position: relative;
        margin-bottom: 25px;
}
.portfolio-landing #portfolio-grid .mix img {
    width: 100%;
    -webkit-transition: All .4s ease;
    -moz-transition: All .4s ease;
    -o-transition: All .4s ease
}
.portfolio-landing #portfolio-grid .mix:hover img {
    margin-top: 0;
    border: 0
}
.portfolio-landing #portfolio-grid .mix .des {
    padding: 30px 10px;
    background: rgba(255, 255, 255, 0.46);
    color: #fff;
    height: 330px;
    position: absolute;
    top: -330px;
    left: 0;
    right: 0;
    -webkit-transition: All .4s ease;
    -moz-transition: All .4s ease;
    -o-transition: All .4s ease
}
.portfolio-landing #portfolio-grid .mix .des h4 {
    padding: 0;
    margin: 5px 0
}
.portfolio-landing #portfolio-grid .mix .des a i {
    padding: 5.5px;
    margin: 2px;
    border: 2px solid #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 16px;
    color: #fff;
    cursor: pointer
}
.portfolio-landing #portfolio-grid .mix:hover .des {
    top: 0
}
table.table.table-modal-project {
    margin: 15px 0
}
.table.table-modal-project>tbody>tr>td {
    border-top: 0;
    padding: 5px 0
}
.pricing-table-landing {
    text-align: center;
    position: relative;
    margin: 30px 0;
    color: #353535;
    -webkit-transition: All .25s ease;
    -moz-transition: All .25s ease;
    -o-transition: All .25s ease12
}
.pricing-table-landing:hover {
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 1)
}
.pricing-table-landing .the-box-landing {
    margin: 0
}
.pricing-table-landing .header {
    padding: 15px 0 70px;
    background: #d6d6d6
}
.pricing-table-landing .circle-price-wrap {
    width: 150px;
    height: 150px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 60px;
    left: 50%;
    margin-left: -75px;
    border: 3px solid #d6d6d6
}
.pricing-table-landing .circle-price-wrap h2 {
    font-size: 40px;
    padding: 15px 0
}
.pricing-table-landing .circle-price-wrap h2 small {
    font-size: 14px;
    color: #909090;
    display: block
}
.pricing-table-landing table.table-inner {
    margin: 100px 0 0 0;
    padding: 0
}
.pricing-table-landing table.table-inner>tbody:first-child>tr:first-child>td {
    border-top: 0
}
.pricing-table-landing table.table-inner>thead>tr>th,
.pricing-table-landing table.table-inner>tbody>tr>th,
.pricing-table-landing table.table-inner>tfoot>tr>th,
.pricing-table-landing table.table-inner>thead>tr>td,
.pricing-table-landing table.table-inner>tbody>tr>td,
.pricing-table-landing table.table-inner>tfoot>tr>td {
    padding: 15px;
    font-size: 16px;
    vertical-align: middle;
    border-top: 1px dotted #ddd
}
.pricing-table-landing:hover.best-choice {
    box-shadow: 0 0 0 5px rgba(254, 116, 9, 1)
}
.pricing-table-landing.best-choice .header {
    background: #fe7409;
    color: #fff
}
.pricing-table-landing.best-choice .circle-price-wrap {
    border: 3px solid #fe7409
}
.pricing-table-landing.best-choice .circle-price-wrap h2 {
    color: #fe7409
}
.pricing-table-landing.best-choice .circle-price-wrap h2 small {
    color: #fe7409
}
.pricing-table-landing.best-choice table.table-inner {
    margin: 100px 0 0 0;
    padding: 0
}
.pricing-table-landing.best-choice table.table-inner>tbody:first-child>tr:first-child>td {
    border-top: 0
}
.blog-landing:before,
.blog-landing:after {
    display: table;
    content: " "
}
.blog-landing:after {
    clear: both
}
.blog-landing .blog-latest-img {
    float: left;
    width: 40%;
    height: 145px;
    overflow: hidden;
    position: relative;
    background: #fe7409
}
.blog-landing .blog-latest-img .show-link-icon {
    position: absolute;
    bottom: 20%;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 24px;
    color: #fff;
    opacity: 0;
    -webkit-transition: All .4s ease;
    -moz-transition: All .4s ease;
    -o-transition: All .4s ease;
    z-index: 1
}
.blog-landing .blog-latest-img:hover .show-link-icon {
    bottom: 40%;
    opacity: 1
}
.blog-landing .blog-latest-img img {
    width: 100%;
    -webkit-transition: All .6s ease;
    -moz-transition: All .6s ease;
    -o-transition: All .6s ease
}
.blog-landing .blog-latest-img:hover img {
    opacity: 0
}
.blog-landing .blog-latest-des {
    float: left;
    width: 60%;
    padding: 5px 15px
}
.blog-landing .blog-latest-des h3 {
    font-size: 22px;
    line-height: 120%;
    margin-bottom: 10px
}
.blog-landing .blog-latest-des h3 a {
    color: #353535
}
.blog-landing .blog-latest-des h3 a:hover,
.blog-landing .blog-latest-des h3 a:focus {
    color: #fe7409;
    text-decoration: none
}
.blog-landing .blog-latest-des p.additional {
    color: #909090
}
.blog-landing .blog-column .img-wrap {
    height: 145px;
    overflow: hidden;
    position: relative;
    background: #fe7409
}
.blog-landing .blog-column .img-wrap .show-link-icon {
    position: absolute;
    bottom: 20%;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 24px;
    color: #fff;
    opacity: 0;
    -webkit-transition: All .4s ease;
    -moz-transition: All .4s ease;
    -o-transition: All .4s ease;
    z-index: 1
}
.blog-landing .blog-column .img-wrap:hover .show-link-icon {
    bottom: 40%;
    opacity: 1
}
.blog-landing .blog-column .img-wrap img {
    width: 100%;
    -webkit-transition: All .6s ease;
    -moz-transition: All .6s ease;
    -o-transition: All .6s ease
}
.blog-landing .blog-column .img-wrap:hover img {
    opacity: 0
}
.blog-landing .blog-column-des {
    padding: 15px
}
.blog-landing .blog-column-des h3 {
    font-size: 18px;
    line-height: 120%;
    margin-bottom: 10px
}
.blog-landing .blog-column-des h3 a {
    color: #353535
}
.blog-landing .blog-column-des h3 a:hover,
.blog-landing .blog-column-des h3 a:focus {
    color: #fe7409;
    text-decoration: none
}
.blog-landing .blog-column-des p.additional {
    color: #909090;
    font-size: 13px
}
.the-team-landing {
    margin: 30px 10px
}
.the-team-landing .des {
    padding: 15px
}
.the-team-landing h5 {
    color: #fe7409
}
.the-team-landing .ava-wrap {
    height: 230px;
    overflow: hidden;
    position: relative
}
.the-team-landing .ava-wrap .see-detail {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(1, 1, 1, 0);
    -webkit-transition: All .4s ease;
    -moz-transition: All .4s ease;
    -o-transition: All .4s ease
}
.the-team-landing:hover.ava-wrap .see-detail {
    background: rgba(1, 1, 1, .5)
}
.the-team-landing .ava-wrap .button-link {
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: All .4s ease;
    -moz-transition: All .4s ease;
    -o-transition: All .4s ease
}
.the-team-landing .ava-wrap .button-link i {
    color: #fff;
    padding: 7.7px;
    margin: 2px;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    font-size: 18px;
    -webkit-transition: All .1s ease;
    -moz-transition: All .1s ease;
    -o-transition: All .1s ease
}
.the-team-landing .ava-wrap .button-link i:hover {
    border-width: 4px;
    padding: 4.7px
}
.the-team-landing .ava-wrap .button-link a {
    color: #fff
}
.the-team-landing .ava-wrap .button-link a:focus,
.the-team-landing .ava-wrap .button-link a:hover {
    color: #fff;
    text-decoration: none
}
.the-team-landing .ava-wrap:hover .button-link {
    top: 45%;
    opacity: 1
}
.the-team-landing img {
    width: 100%
}
.clients {
    margin: 30px 0
}
.clients img {
    width: 150px;
    margin: 30px 0
}
.quote-landing {
    color: #fff
}
.quote-landing h1 {
    font-weight: 700;
    font-size: 45px
}
form.contact-form {
    margin: 40px 0
}
#back-top {
    color: #fff;
    background: #fe7409;
    font-size: 18px;
    line-height: 100%;
    display: inline-block;
    position: fixed;
    right: 0;
    bottom: 0
}
#back-top a,
#back-top a:hover,
#back-top a:focus {
    color: #fff;
    padding: 10px;
    display: block
}
.portfolio-landing #portfolio-grid .mixpro {
    display: none;
    opacity: 0;
    width: 30%;
    height: auto;
    overflow: hidden;
    background: transparent;
    text-align: center;
    margin-top: 10px;
    margin: 7px;
    float: left;
    position: relative;
    border: 1px solid transparent
}
.portfolio-landing #portfolio-grid .mixpro img {
    width: 100%;
    -webkit-transition: All .4s ease;
    -moz-transition: All .4s ease;
    -o-transition: All .4s ease
}
.portfolio-landing #portfolio-grid .mixpro:hover img {
    margin-top: 0;
    border: 0
}
.portfolio-landing #portfolio-grid .mixpro .des {
    padding: 30px 10px;
    background: rgba(255, 255, 255, 0.3);
    color: #000;
    text-shadow: 0 0 2px #fff;
    height: 400px;
    position: absolute;
    top: -400px;
    left: 0;
    right: 0;
    -webkit-transition: All .4s ease;
    -moz-transition: All .4s ease;
    -o-transition: All .4s ease
}
.portfolio-landing #portfolio-grid .mixpro .des h4 {
    padding: 0;
    margin: 5px 0
}
.portfolio-landing #portfolio-grid .mixpro .des a i {
    padding: 5.5px;
    margin: 2px;
    border: 2px solid #000;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 16px;
    color: #000;
    cursor: pointer
}
.portfolio-landing #portfolio-grid .mixpro:hover .des {
    top: 0
}
.portfolio-landing #portfolio-grid .mix .cat-size {
       padding: 0px 16px;
    background: rgba(1, 92, 161, 0.68);
    color: #fff;
    /* height: 40px; */
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: All .4s ease;
    -moz-transition: All .4s ease;
    -o-transition: All .4s ease;
}
.portfolio-landing #portfolio-grid .mix .cat-size h6 {
    font-size: 18px;
    margin: 5px 0
}
.portfolio-landing #portfolio-grid .mixpro .subtitle {
    font-size: 12px;
    font-weight: 700;
    color: white;
}