﻿/*
.HomeSloganLine1, .HomeSloganLine2 {
    color: #1650c4;
    font-size: 55px;
    text-transform: capitalize;
    text-align: center;
    line-height: 50px;
}

.HomeSloganLine1 {
    margin-top: 40px;
}

.HomeSloganLine2 {
    font-size: 40px !important;
    margin-bottom: 20px;
}

.MarginTop20px {
    margin-top: 20px;
}
    */

.BackgroundStrip {
    background: url('/assets/images/404/titlebackgroundstrip.jpg') no-repeat center top;
    text-align: center;
    min-height: 218px;
}

.BackgroundStrip h1 b {
    font-size: 80px;
    line-height: 60px;
}
/*
@media screen and (max-width: 1681px) and (min-width: 641px) {
    .HomeSloganLine1 {
        margin-top: 30px;
        font-size: 40px;
        line-height: 48px;
    }

    .HomeSloganLine2 {
        font-size: 30px !important;
        line-height: 32px;
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 1278px) {
    .HomepageServices {
        display: none;
    }
}
    */
@media screen and (max-width: 640px) {
    /*.HomeSloganLine1 {
        margin-top: 20px;
        font-size: 22px;
        line-height: 30px;
    }

    .HomeSloganLine2 {
        font-size: 16px !important;
        margin-bottom: 15px;
        line-height: 22px;
    }*/

    .BackgroundStrip {
        margin-top: 40px;
    }
}





/*
section.services {
    margin: 110px auto;
    font-family: Lato !important;
}
section.services a {
    color: #1750c4;
}

a:hover {
    color: #6b6b6b;
}
a:hover h2 {
    color: #1750c4;
}

h1 {
    color: #1750c4;
    margin-bottom: 80px;
}

h2 {
    color: #6b6b6b;
}

h5 {
    color: #c5c5c5;
    font-style: italic;
}

ul.date-author {
    margin: 12px auto 32px auto;
    padding-left: 0px;
}
ul.date-author li {
    display: inline-block;
    margin: 0 5px;
}
ul.date-author li img {
    display: inline-block;
    float: left;
}

ul.date-author li h5 {
    float: left;
    margin-left: 6px;
}


.blog-details {
    background: #fff;
    box-shadow: 5px 5px 4px #eee;
    padding: 35px 50px 30px 50px;
    margin-top: -40px;
    margin-left: auto;
    margin-right: auto;
}

a.read-more {
    font-size: 14px;
    font-weight: 700;
    background: url(/assets/images/readmore-bg.png) no-repeat center top;
    padding: 9px 15px;
    text-transform: uppercase;
}

    a.read-more:hover {
        background-image: url(/assets/images/readmore-bg-hover.png);
    }

img.post-image {
    min-height: 250px;
}

}

.HomepageServices {
    margin-bottom: 45px;
}

.divwrapper {
    width: 400px;
    display: inline-block;
}

.smallcircle {
    fill: transparent;
    opacity: 1;
}

.largecircle {
    fill: transparent;
    stroke-dasharray: 140 540;
    stroke-dashoffset: -474;
    opacity: 0;
}

.ServiceContent {
    opacity: 0;
    width: 300px;
    margin-left: 48px;
    margin-top: -400px;
    height: 400px;
    font-size: 20px;
    color: #6b6b6b;
}

    .ServiceContent .MainServiceLink, .MainServiceLinkOut0, .MainServiceLinkOut1, .MainServiceLinkOut2, .MainServiceLinkOut3, .MainServiceLinkOut4, .MainServiceLinkOut5 {
        font-size: 28px;
        text-transform: uppercase;
    }

.MainServiceLinkOut0, .MainServiceLinkOut1, .MainServiceLinkOut2, .MainServiceLinkOut3, .MainServiceLinkOut4, .MainServiceLinkOut5 {
    margin-top: -35px;
    position: absolute;
}

.ServiceContent a {
    margin-top: 2px;
    display: block;
}

.ServiceContent0 a:hover, .ServiceContent0 .MainServiceLink, .MainServiceLinkOut0, .MainServiceLinkOut0:hover {
    color: #0f57d9 !important;
}

.ServiceContent1 a:hover, .ServiceContent1 .MainServiceLink, .MainServiceLinkOut1, .MainServiceLinkOut1:hover {
    color: #e32a39 !important;
}

.ServiceContent2 a:hover, .ServiceContent2 .MainServiceLink, .MainServiceLinkOut2, .MainServiceLinkOut2:hover {
    color: #763fbd !important;
}

.ServiceContent3 a:hover, .ServiceContent3 .MainServiceLink, .MainServiceLinkOut3, .MainServiceLinkOut3:hover {
    color: #ac2c78 !important;
}

.ServiceContent4 a:hover, .ServiceContent4 .MainServiceLink, .MainServiceLinkOut4, .MainServiceLinkOut4:hover {
    color: #157e6d !important;
}

.ServiceContent5 a:hover, .ServiceContent5 .MainServiceLink, .MainServiceLinkOut5, .MainServiceLinkOut5:hover {
    color: #004fb0 !important;
}

.ServiceContent .serivceimage {
    max-width: 100px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.text {
    color: #fff;
    position: relative;
    top: -48px;
}

@keyframes hide {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes show {
    0% {
        opacity: 0;
        transform: scale(1);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes draw {
    0% {
        stroke-dasharray: 140 540;
        stroke-dashoffset: -474;
        stroke-width: 4px;
        opacity: 0;
        transform: scale(1);
    }

    50% {
        opacity: 1;
        transform: scale(1);
    }

    100% {
        stroke-dasharray: 1560;
        stroke-dashoffset: 0;
        stroke-width: 2px;
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes zoombounce {
    0% {
        opacity: 0;
        transform: scale(0.8);
    }

    20% {
        opacity: 0.4;
        transform: scale(1);
    }

    40% {
        opacity: 0.8;
        transform: scale(0.7);
    }

    60% {
        opacity: 1;
        transform: scale(1.2);
    }

    80% {
        opacity: 1;
        transform: scale(1.12);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.svg-wrapper:hover .smallcircle {
    -webkit-animation: 0.5s hide linear forwards;
    animation: 0.5s hide linear forwards;
}

.svg-wrapper:hover .largecircle {
    -webkit-animation: 0.5s draw ease-in forwards;
    animation: 0.5s draw ease-in forwards;
}

.svg-wrapper.On .smallcircle
{
    opacity: 0;
}

.largecircle {
    -webkit-animation: 0.5s draw ease-in forwards;
    animation: 0.5s draw ease-in forwards;
}

}

.ServiceContent.On {
    -webkit-animation: 1.2s zoombounce ease-in forwards;
    animation: 1.2s zoombounce ease-in forwards;
}

.divwrapper:hover .ServiceContent {
    -webkit-animation: 1.2s zoombounce ease-in forwards;
    animation: 1.2s zoombounce ease-in forwards;
}

.WhiteBg {
    background-color: #ffffff;
    height: 100%;
    padding-top: 65px;
}
*/