@media screen {
    a {
        background-color: transparent;
    }

    a:active,
    a:hover {
        outline: 0;
    }

    .ptext {
        color: #000 !important;
        font: 400 14px 'Nunito';
    }

    strong {
        font-weight: 700;
    }

    button {
        margin: 0;
        font: inherit;
        color: inherit;
    }

    button {
        overflow: visible;
    }

    button {
        text-transform: none;
    }

    button {
        -webkit-appearance: button;
        cursor: pointer;
    }

    button::-moz-focus-inner {
        padding: 0;
        border: 0;
    }

    @media print {

        *,
        :after,
        :before {
            color: #000 !important;
            text-shadow: none !important;
            background: 0 0 !important;
            -webkit-box-shadow: none !important;
            box-shadow: none !important;
        }

        a,
        a:visited {
            text-decoration: underline;
        }

        a[href]:after {
            content: " ("attr(href) ")";
        }

        a[href^="#"]:after {
            content: "";
        }

        p {
            orphans: 3;
            widows: 3;
        }
    }

    * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    :after,
    :before {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    button {
        font-family: inherit;
        font-size: inherit;
        line-height: inherit;
    }

    a {
        color: #337ab7;
        text-decoration: none;
    }

    a:focus,
    a:hover {
        color: #23527c;
        text-decoration: underline;
    }

    a:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    h4 {
        font-family: inherit;
        font-weight: 500;
        line-height: 1.1;
        color: inherit;
    }

    h4 {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    h4 {
        font-size: 18px;
    }

    p {
        margin: 0 0 10px;
    }

    .row {
        margin-right: -15px;
        margin-left: -15px;
    }

    .col-md-3,
    .col-sm-6 {
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }

    @media (min-width:768px) {
        .col-sm-6 {
            float: left;
        }

        .col-sm-6 {}
    }

    @media (min-width:992px) {
        .col-md-3 {
            float: left;
        }

        .col-md-3 {
            width: 25%;
        }
    }

    .btn {
        display: inline-block;
        padding: 6px 12px;
        margin-bottom: 0;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.42857143;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
    }

    .btn:active:focus,
    .btn:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    .btn:focus,
    .btn:hover {
        color: #fff;
        text-decoration: none;
    }

    .btn:active {
        background-image: none;
        outline: 0;
        -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    }

    .btn-default {
        color: #333;
        background-color: #fff;
        border-color: #ccc;
    }

    .btn-default:focus {
        color: #333;
        background-color: #e6e6e6;
        border-color: #8c8c8c;
    }

    .btn-default:hover {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

    .btn-default:active {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

    .btn-default:active:focus,
    .btn-default:active:hover {
        color: #333;
        background-color: #d4d4d4;
        border-color: #8c8c8c;
    }

    .btn-default:active {
        background-image: none;
    }

    .fade {
        opacity: 0;
        -webkit-transition: opacity .15s linear;
        -o-transition: opacity .15s linear;
        transition: opacity .15s linear;
    }

    .close {
        float: right;
        font-size: 21px;
        font-weight: 700;
        line-height: 1;
        color: #000;
        text-shadow: 0 1px 0 #fff;
        filter: alpha(opacity=20);
        opacity: .2;
    }

    .close:focus,
    .close:hover {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        filter: alpha(opacity=50);
        opacity: .5;
    }

    button.close {
        -webkit-appearance: none;
        padding: 0;
        cursor: pointer;
        background: 0 0;
        border: 0;
    }

    .modal {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1050;
        display: none;
        overflow: hidden;
        -webkit-overflow-scrolling: touch;
        outline: 0;
    }

    .modal.fade .modal-dialog {
        -webkit-transition: -webkit-transform .3s ease-out;
        -o-transition: -o-transform .3s ease-out;
        transition: transform .3s ease-out;
        -webkit-transform: translate(0, -25%);
        -ms-transform: translate(0, -25%);
        -o-transform: translate(0, -25%);
        transform: translate(0, -25%);
    }

    .modal-dialog {
        position: relative;
        width: auto;
        margin: 10px;
    }

    .modal-content {
        position: relative;
        background-color: #fff;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        border: 1px solid #999;
        border: 1px solid rgba(0, 0, 0, .2);
        border-radius: 6px;
        outline: 0;
        -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
        box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    }

    .modal-header {
        min-height: 16.43px;
        padding: 15px;
        border-bottom: 1px solid #e5e5e5;
    }

    .modal-header .close {
        margin-top: -2px;
    }

    .modal-title {
        margin: 0;
        line-height: 1.42857143;
    }

    .modal-body {
        position: relative;
        padding: 15px;
    }

    .modal-footer {
        padding: 15px;
        text-align: right;
        border-top: 1px solid #e5e5e5;
    }

    @media (min-width:768px) {
        .modal-dialog {
            width: 600px;
            margin: 30px auto;
        }

        .modal-content {
            -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        }
    }

    .modal-footer:after,
    .modal-footer:before,
    .row:after,
    .row:before {
        display: table;
        content: " ";
    }

    .modal-footer:after,
    .row:after {
        clear: both;
    }
}

@media screen {
    .fa {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .fa-asterisk:before {
        content: "\f069";
    }

    .fa-eye:before {
        content: "\f06e";
    }

    .fa-link:before {
        content: "\f0c1";
    }

    .fa-magic:before {
        content: "\f0d0";
    }
}

@media screen {
    strong {
        font-weight: 600;
    }

    a {
        transition: color 0.2s ease-in-out;
        -moz-transition: color 0.2s ease-in-out;
        -webkit-transition: color 0.2s ease-in-out;
        -o-transition: color 0.2s ease-in-out;
    }

    a:hover {
        color: #444;
    }

    a,
    a:hover {
        text-decoration: none;
    }

    i {
        font-size: 1.1em;
    }

    h4 {
        font-family: 'Nunito', sans-serif;
        font-weight: 600;
        margin: 0;
        color: #444;
    }

    h4 {
        font-size: 16px;
        line-height: 22px;
    }

    p {
        color: #666;
        font-size: 13px;
        font-family: 'Nunito', sans-serif;
        line-height: 22px;
        margin: 0;
    }

    p strong {
        font-weight: 600;
    }

    .btn {
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -o-border-radius: 3px;
        transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
    }

    .icon-medium-effect {
        position: relative;
        display: block;
        z-index: 1;
        font-size: 2em;
        color: #fff;
        width: 64px;
        height: 64px;
        line-height: 64px;
        text-align: center;
        margin: 0;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -o-border-radius: 50%;
        transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -webkit-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
    }

    .icon-medium-effect:after {
        pointer-events: none;
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -o-border-radius: 50%;
        content: '';
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
    }

    .icon-effect-2 {
        background: #fff;
        -webkit-transition: color 0.4s;
        -moz-transition: color 0.4s;
        transition: color 0.4s;
    }

    .icon-effect-2:after {
        top: -2px;
        left: -2px;
        padding: 2px;
        z-index: -1;
        -webkit-transform: scale(1.3);
        -moz-transform: scale(1.3);
        -ms-transform: scale(1.3);
        transform: scale(1.3);
        opacity: 0;
        -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
        -moz-transition: -moz-transform 0.4s, opacity 0.4s;
        transition: transform 0.4s, opacity 0.4s;
    }

    .icon-effect-2:hover,
    .service-box:hover .icon-effect-2 {
        color: #fff;
    }

    .icon-effect-2:hover:after,
    .service-box:hover .icon-effect-2:after {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    .service-box {
        margin-bottom: 35px;
    }

    .service-center {
        text-align: center;
    }

    .service-center .service-icon {
        margin-bottom: 14px;
    }

    .service-center .service-content h4 {
        margin-bottom: 6px;
        font-weight: 500;
    }

    .service-center .service-icon i {
        display: inline-block;
    }

    .service-box h4 {
        margin-bottom: 5px;
        font-weight: 400;
    }

    .service-box > div:first-child {
        padding: 0;
    }

    .service-boxed {
        margin-top: 30px;
        padding: 0 15px 20px 15px !important;
        border: 1px solid #eee;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -o-border-radius: 4px;
        transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -webkit-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        min-height: 215px;
        color: #000;
    }

    .service-boxed:hover {
        border-color: #871718;
        box-shadow: 0 0 6px rgba(0, 0, 0, .1);
        -o-box-shadow: 0 0 6px rgba(0, 0, 0, .1);
        -moz-box-shadow: 0 0 6px rgba(0, 0, 0, .1);
        -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .1);
    }

    .service-boxed p {
        margin-bottom: 0;
    }

    a {
        color: #871718;
        text-decoration: none;
    }

    .row {
        margin-right: -5px !important;
        margin-left: -5px !important;
    }
}

@media screen {
    a {
        color: #871718;
    }

    .icon-effect-2 {
        color: #871718;
        box-shadow: 0 0 0 3px #871718;
        -o-box-shadow: 0 0 0 3px #871718;
        -moz-box-shadow: 0 0 0 3px #871718;
        -webkit-box-shadow: 0 0 0 3px #871718;
    }

    .icon-effect-2:after {
        background-color: #871718;
    }
}
