﻿@import url(https://fonts.googleapis.com/css?family=Bree+Serif);
/* the important bits */
.specilazation-section {
    padding: 60px 0px 60px
}
.inner-most td,th{
    font-size:15px;
    padding: 3px;
}
td{
    text-align:right
}
td, th {
    color: #fff;
    font-size: 12px;
    padding: 1px;
    vertical-align:top;
}
.specilazation-section {
    background-color: #1c5685;
    color:white;
}
    .specilazation-section .text {
        max-width: 100%;
    }
.specilazation-block td {
    text-align: left;
    padding-left: 10px;
}
.blog-page-section li {
    perspective: 600px;
}
.blog-page-section h3{
    font-weight:700 !important;
}
.info {
    transform: rotate3d(1, 0, 0, 90deg);
    width: 100%;
    height: 100%;
    padding: 20px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 4px;
    pointer-events: none;
    background-color: rgba(27, 85, 132, 0.9);
}

.in-top .info {
    transform-origin: 50% 0%;
    -webkit-animation: in-top 300ms ease 0ms 1 forwards;
    animation: in-top 300ms ease 0ms 1 forwards;
}

.in-right .info {
    transform-origin: 100% 0%;
    -webkit-animation: in-right 300ms ease 0ms 1 forwards;
    animation: in-right 300ms ease 0ms 1 forwards;
}

.in-bottom .info {
    transform-origin: 50% 100%;
    -webkit-animation: in-bottom 300ms ease 0ms 1 forwards;
    animation: in-bottom 300ms ease 0ms 1 forwards;
}

.in-left .info {
    transform-origin: 0% 0%;
    -webkit-animation: in-left 300ms ease 0ms 1 forwards;
    animation: in-left 300ms ease 0ms 1 forwards;
}

.out-top .info {
    transform-origin: 50% 0%;
    -webkit-animation: out-top 300ms ease 0ms 1 forwards;
    animation: out-top 300ms ease 0ms 1 forwards;
}

.out-right .info {
    transform-origin: 100% 50%;
    -webkit-animation: out-right 300ms ease 0ms 1 forwards;
    animation: out-right 300ms ease 0ms 1 forwards;
}

.out-bottom .info {
    transform-origin: 50% 100%;
    -webkit-animation: out-bottom 300ms ease 0ms 1 forwards;
    animation: out-bottom 300ms ease 0ms 1 forwards;
}

.out-left .info {
    transform-origin: 0% 0%;
    -webkit-animation: out-left 300ms ease 0ms 1 forwards;
    animation: out-left 300ms ease 0ms 1 forwards;
}

@-webkit-keyframes in-top {
    from {
        transform: rotate3d(-1, 0, 0, 90deg);
    }

    to {
        transform: rotate3d(0, 0, 0, 0deg);
    }
}

@keyframes in-top {
    from {
        transform: rotate3d(-1, 0, 0, 90deg);
    }

    to {
        transform: rotate3d(0, 0, 0, 0deg);
    }
}

@-webkit-keyframes in-right {
    from {
        transform: rotate3d(0, -1, 0, 90deg);
    }

    to {
        transform: rotate3d(0, 0, 0, 0deg);
    }
}

@keyframes in-right {
    from {
        transform: rotate3d(0, -1, 0, 90deg);
    }

    to {
        transform: rotate3d(0, 0, 0, 0deg);
    }
}

@-webkit-keyframes in-bottom {
    from {
        transform: rotate3d(1, 0, 0, 90deg);
    }

    to {
        transform: rotate3d(0, 0, 0, 0deg);
    }
}

@keyframes in-bottom {
    from {
        transform: rotate3d(1, 0, 0, 90deg);
    }

    to {
        transform: rotate3d(0, 0, 0, 0deg);
    }
}

@-webkit-keyframes in-left {
    from {
        transform: rotate3d(0, 1, 0, 90deg);
    }

    to {
        transform: rotate3d(0, 0, 0, 0deg);
    }
}

@keyframes in-left {
    from {
        transform: rotate3d(0, 1, 0, 90deg);
    }

    to {
        transform: rotate3d(0, 0, 0, 0deg);
    }
}

@-webkit-keyframes out-top {
    from {
        transform: rotate3d(0, 0, 0, 0deg);
    }

    to {
        transform: rotate3d(-1, 0, 0, 104deg);
    }
}

@keyframes out-top {
    from {
        transform: rotate3d(0, 0, 0, 0deg);
    }

    to {
        transform: rotate3d(-1, 0, 0, 104deg);
    }
}

@-webkit-keyframes out-right {
    from {
        transform: rotate3d(0, 0, 0, 0deg);
    }

    to {
        transform: rotate3d(0, -1, 0, 104deg);
    }
}

@keyframes out-right {
    from {
        transform: rotate3d(0, 0, 0, 0deg);
    }

    to {
        transform: rotate3d(0, -1, 0, 104deg);
    }
}

@-webkit-keyframes out-bottom {
    from {
        transform: rotate3d(0, 0, 0, 0deg);
    }

    to {
        transform: rotate3d(1, 0, 0, 104deg);
    }
}

@keyframes out-bottom {
    from {
        transform: rotate3d(0, 0, 0, 0deg);
    }

    to {
        transform: rotate3d(1, 0, 0, 104deg);
    }
}

@-webkit-keyframes out-left {
    from {
        transform: rotate3d(0, 0, 0, 0deg);
    }

    to {
        transform: rotate3d(0, 1, 0, 104deg);
    }
}

@keyframes out-left {
    from {
        transform: rotate3d(0, 0, 0, 0deg);
    }

    to {
        transform: rotate3d(0, 1, 0, 104deg);
    }
}
.blog-page-section {
    text-align: center;
}
/* you can ignore this ones */
.blog-page-section ul {
    padding: 0;
    display: inline-block;
    margin: 0;
    padding: 0;
}

    .blog-page-section ul:after {
        content: "";
        display: table;
        clear: both;
    }

.blog-page-section li {
    position: relative;
    float: left;
    width: 300px;
    height: 300px;
    margin: 5px;
    padding: 0;
    list-style: none;
}

    .blog-page-section li a {
        display: inline-block;
        vertical-align: top;
        text-decoration: none;
        border-radius: 4px;
    }

    .blog-page-section li h3 {
        margin: 0;
        font-size: 16px;
        color: rgba(255, 255, 255, 0.9);
    }

    .blog-page-section li p {
        font-size: 12px;
        line-height: 1.5;
        color: rgba(255, 255, 255, 0.8);
    }

    .blog-page-section li .normal {
        width: 100%;
        height: 100%;
        /*background-color: #ECF0F1;*/
        color: rgba(52, 73, 94, 0.6);
        box-shadow: inset 0 2px 20px #e6ebed;
        text-align: center;
        font-size: 50px;
        line-height: 200px;
    }

        .blog-page-section li .normal svg {
            pointer-events: none;
            width: 50px;
        }

            .blog-page-section li .normal svg path {
                fill: rgba(52, 73, 94, 0.2);
            }
.normal img{
    padding:22px 0px;
    width:80%;
    height:80%;
}
.normal h3{
    margin:0px;
    color:#666 !important;
}
.services-title {
    position: relative;
    text-align: center;
    margin-bottom: 50px;
}
.title {
    position: relative;
    color: #242424;
    font-size: 20px;
    font-style: italic;
    margin-bottom: 15px;
    font-family: 'Playfair Display', serif;
}
.services-title h2 {
    position: relative;
    color: #242424;
    font-size: 50px;
    font-weight: 700;
    line-height: 1.2em;
    padding-bottom: 0px;
}
.services-title h2:after {
    position: absolute;
    content: '';
    left: 50%;
    bottom: 0px;
    width: 90px;
    height: 3px;
    margin-left: -45px;
    background-color: #d9b256;
}