﻿


h5 {
    margin-top: 0;
    margin-bottom: .5rem;
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}

img {
    vertical-align: middle;
    border-style: none;
}

h5 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}

h5 {
    font-size: 1.25rem;
}


.col, .col-md-12 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

@media (min-width:768px) {
    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media print {
    *, ::after, ::before {
        text-shadow: none !important;
        box-shadow: none !important;
    }

    a:not(.btn) {
        text-decoration: underline;
    }

    img {
        page-break-inside: avoid;
    }

    .container-custom {
        min-width: 992px !important;
    }
}

*, ::after, ::before {
    box-sizing: border-box;
}

h5 {
    margin-top: 0;
    margin-bottom: .5rem;
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

img {
    vertical-align: middle;
    border-style: none;
}

h5 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}

h5 {
    font-size: 1.25rem;
}

.container-custom {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width:576px) {
    .container-custom {
        max-width: 540px;
    }
}

@media (min-width:768px) {
    .container-custom {
        max-width: 720px;
    }
}

@media (min-width:992px) {
    .container-custom {
        max-width: 960px;
    }
}

@media (min-width:1200px) {
    .container-custom {
        max-width: 1140px;
    }
}

.container-fluid {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
}

/*.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}*/

.col, .col-md-12 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

@media (min-width:768px) {
    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media print {
    *, ::after, ::before {
        text-shadow: none !important;
        box-shadow: none !important;
    }

    a:not(.btn) {
        text-decoration: underline;
    }

    img {
        page-break-inside: avoid;
    }

    .container-custom {
        min-width: 992px !important;
    }
}

* {
    outline: none !important;
    padding: 0px;
}

a {
    text-decoration: none;
    color: inherit;
}


.space {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 99;
    overflow: hidden;
}

    .space.top {
        top: -2px;
    }

    .space .space-inner {
        font-size: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        overflow: hidden;
    }

        .space .space-inner .left, .space .space-inner .right {
            display: inline-block;
            height: 65px;
            vertical-align: middle;
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
            padding: 0;
        }

@media only screen and (max-width: 480px) {
    .space .space-inner .left, .space .space-inner .right {
        display: none;
    }
}

.space .space-inner .center {
    display: inline-block;
    height: 65px;
    font-size: 30px;
    color: #fff;
    vertical-align: middle;
    max-width: 400px;
    min-width: 400px;
    padding: 0;
}

@media only screen and (max-width: 480px) {
    .space .space-inner .center {
        max-width: 100%;
        min-width: 100%;
    }
}

.space .space-inner .center .curve {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
}

@media only screen and (max-width: 480px) {
    .space .space-inner .center .curve {
        width: initial;
    }
}

.space .space-inner .center .plane {
    position: absolute;
    top: 40%;
    left: 50%;
    width: 60px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation: animate 1.5s ease-in-out infinite;
    animation: animate 1.5s ease-in-out infinite;
}

.blog-section {
    position: relative;
    padding-top: 110px;
    overflow: hidden;
    background: url(/theme/images/newsletter.jpg);
    background-repeat: no-repeat;
    background-position: 50% 110%;
    background-size: cover;
}

@media only screen and (max-width: 768px) {
    .blog-section {
        margin-top: 30px;
    }
}

.blog-section:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 25%;
    background: #fff;
    z-index: 1;
}

.blog-section:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background: rgba(87,123,153,0.6);
}

@media only screen and (max-width: 576px) {
    .blog-section {
        padding-bottom: 30px;
        padding-left: 0;
        padding-right: 0;
    }
}

.blog-section .title {
    position: relative;
    text-align: center;
    color: #fff;
    z-index: 10;
}

.blog-section .laptop-holder {
    position: relative;
    width: 100%;
    height: 500px;
    margin-top: 50px;
}

@media only screen and (max-width: 992px) {
    .blog-section .laptop-holder {
        text-align: center;
        height: auto;
        margin-top: 20px;
    }
}

.blog-section .laptop-holder .circle {
    position: absolute;
    z-index: 100;
    border-radius: 50%;
    border: 1px solid #fff;
    padding: 7px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

@media only screen and (max-width: 1200px) {
    .blog-section .laptop-holder .circle {
        display: none;
    }
}

.blog-section .laptop-holder .circle:hover {
    background: rgba(255,255,255,0.5);
}

.blog-section .laptop-holder .circle:before {
    content: '';
    position: absolute;
    height: 1px;
    border-top: 1px solid #fff;
}

.blog-section .laptop-holder .circle:after {
    content: "\e91c";
    font-family: "blogsec" !important;
    position: absolute;
    -webkit-transform: rotate(205deg);
    transform: rotate(205deg);
    color: #fff;
    font-size: 23px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.blog-section .laptop-holder .circle .title {
    position: absolute;
    color: #fff;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.blog-section .laptop-holder .circle img {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    -webkit-box-shadow: 0px 3px 3px 3px rgba(0,0,0,0.2);
    box-shadow: 0px 3px 3px 3px rgba(0,0,0,0.2);
}

.blog-section .laptop-holder .circle.left-top {
    top: -170px;
    left: 150px;
}

    .blog-section .laptop-holder .circle.left-top:hover:after {
        left: 100%;
    }

    .blog-section .laptop-holder .circle.left-top:before {
        top: 94%;
        left: 74%;
        width: 140px;
        height: 35px;
        border-right: 1px solid #fff;
        border-top-right-radius: 20px;
    }

    .blog-section .laptop-holder .circle.left-top:after {
        bottom: -5.5%;
        left: 130%;
    }

    .blog-section .laptop-holder .circle.left-top .title {
        bottom: 16%;
        left: 100%;
    }

.blog-section .laptop-holder .circle.left-center {
    top: 0;
    left: 0;
}

    .blog-section .laptop-holder .circle.left-center:hover:after {
        left: 110%;
    }

    .blog-section .laptop-holder .circle.left-center:before {
        top: 50%;
        left: 100%;
        width: 95px;
    }

    .blog-section .laptop-holder .circle.left-center:after {
        top: 39%;
        left: 140%;
    }

    .blog-section .laptop-holder .circle.left-center .title {
        top: 15%;
        left: 113%;
    }

.blog-section .laptop-holder .circle.left-bottom {
    bottom: 100px;
    left: 30px;
}

    .blog-section .laptop-holder .circle.left-bottom:hover:after {
        left: 80%;
    }

    .blog-section .laptop-holder .circle.left-bottom:before {
        bottom: 100%;
        left: 50%;
        width: 143px;
        height: 30px;
        border-left: 1px solid #fff;
        border-top-left-radius: 20px;
    }

    .blog-section .laptop-holder .circle.left-bottom:after {
        bottom: 108.3%;
        left: 121%;
    }

    .blog-section .laptop-holder .circle.left-bottom .title {
        bottom: 130%;
        left: 93%;
    }

.blog-section .laptop-holder .circle.right-top {
    top: -170px;
    right: 150px;
}

    .blog-section .laptop-holder .circle.right-top:hover:after {
        right: 100%;
    }

    .blog-section .laptop-holder .circle.right-top:before {
        top: 94%;
        right: 74%;
        width: 140px;
        height: 35px;
        border-left: 1px solid #fff;
        border-top-left-radius: 20px;
    }

    .blog-section .laptop-holder .circle.right-top:after {
        -webkit-transform: rotate(25deg);
        transform: rotate(25deg);
        bottom: -5.5%;
        right: 130%;
    }

    .blog-section .laptop-holder .circle.right-top .title {
        bottom: 16%;
        right: 102%;
    }

.blog-section .laptop-holder .circle.right-center {
    top: 0;
    right: 0;
}

    .blog-section .laptop-holder .circle.right-center:hover:after {
        right: 110%;
    }

    .blog-section .laptop-holder .circle.right-center:before {
        top: 50%;
        right: 100%;
        width: 95px;
    }

    .blog-section .laptop-holder .circle.right-center:after {
        -webkit-transform: rotate(25deg);
        transform: rotate(25deg);
        top: 39%;
        right: 140%;
    }

    .blog-section .laptop-holder .circle.right-center .title {
        top: 15%;
        right: 113%;
    }

.blog-section .laptop-holder .circle.right-bottom {
    bottom: 100px;
    right: 30px;
}

    .blog-section .laptop-holder .circle.right-bottom:hover:after {
        right: 80%;
    }

    .blog-section .laptop-holder .circle.right-bottom:before {
        bottom: 100%;
        right: 50%;
        width: 143px;
        height: 30px;
        border-right: 1px solid #fff;
        border-top-right-radius: 20px;
    }

    .blog-section .laptop-holder .circle.right-bottom:after {
        -webkit-transform: rotate(25deg);
        transform: rotate(25deg);
        bottom: 108%;
        right: 121%;
    }

    .blog-section .laptop-holder .circle.right-bottom .title {
        bottom: 130%;
        right: 50%;
    }

.blog-section .laptop-holder .laptop {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
}

@media only screen and (max-width: 992px) {
    .blog-section .laptop-holder .laptop {
        display: none;
        position: relative;
        max-width: 90%;
        top: auto;
        left: auto;
        -webkit-transform: inherit;
        transform: inherit;
    }
}

.blog-section .laptop-holder .laptop.res {
    display: none;
}

@media only screen and (max-width: 992px) {
    .blog-section .laptop-holder .laptop.res {
        display: initial !important;
    }
}

.blog-section .laptop-holder .screen {
    overflow: hidden;
    background: #fff;
    z-index: 2;
    position: relative;
    width: 564px;
    height: 372px;
    margin: 0 auto;
    top: 44px;
}

@media only screen and (max-width: 992px) {
    .blog-section .laptop-holder .screen {
        display: none;
    }
}

.blog-section .laptop-holder .screen .inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin: 0;
    line-height: 50px;
    text-align: center;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-animation: scroll-down 60s linear infinite;
    animation: scroll-down 60s linear infinite;
}

    .blog-section .laptop-holder .screen .inner:hover {
        -webkit-animation-play-state: paused;
        animation-play-state: paused;
    }

    .blog-section .laptop-holder .screen .inner img {
        max-width: 100%;
    }
/*! CSS Used keyframes */
@-webkit-keyframes animate {
    0% {
        top: 40%;
    }

    50% {
        top: 50%;
    }

    100% {
        top: 40%;
    }
}

@keyframes animate {
    0% {
        top: 40%;
    }

    50% {
        top: 50%;
    }

    100% {
        top: 40%;
    }
}

@-webkit-keyframes scroll-down {
    0% {
        -webkit-transform: translateY(0%);
    }

    100% {
        -webkit-transform: translateY(-100%);
    }
}

@keyframes scroll-down {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    40% {
        -webkit-transform: translateY(-2499px);
        transform: translateY(-2499px);
    }

    50% {
        -webkit-transform: translateY(-2499px);
        transform: translateY(-2499px);
    }

    90% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}
/*! CSS Used fontfaces */
@font-face {
    font-family: blogsec;
    src: url(/theme/fonts/blogsec.eot?vad9bc);
    src: url(/theme/fonts/blogsec.eot?vad9bc#iefix) format('embedded-opentype'),url(/theme/fonts/blogsec.ttf?vad9bc) format('truetype'),url(/theme/fonts/blogsec.woff?vad9bc) format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: block;
}

.blog-screen-img {
    width: unset !important;
}

.title-blog {
    font-size: 19px;
}

.title-b{
    margin-bottom:0 !important;
}


