@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,200,200italic,300,300italic,400italic,600,600italic,700,700italic,900,900italic&subset=latin,latin-ext);
h4,
h5,
h6,
h1,
h2,
h3 {
    margin-top: 0;
}

ul,
ol {
    margin: 0;
}

p {
    margin: 0;
}

a:hover,
a:focus {
    color: #008fd5;
}

html,
body {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 100%;
    background: #edecec;
}

body {
    overflow-x: hidden;
}
/*--header start here--*/

.header {
    height: 113px;
}

.head-nav-back .row .col-md-12 .clearfix {
    border-top: 4px solid #008fd5;
}

.head-nav-back h1,
.head-nav-back h2 {
    float: left;
    padding: 35px 0 0 0;
    margin: 0;
    font-size: 1em;
}

.head-nav-back .top-contact {
    float: right;
    color: #999;
    margin-top: 68px;
    line-height: 1;
}

.navbar {
    margin-bottom: 0;
}

.navbar-default {
    background-color: #4c4c4c;
    border: none;
    border-radius: 0;
    margin-left: -15px;
    margin-right: -15px;
    position: relative;
}

.left-corner {
    left: 0;
    border-color: transparent #888 transparent transparent;
    border-width: 0 15px 15px 0;
}

.right-corner {
    right: 0;
    border-color: #888 transparent transparent;
    border-width: 15px 15px 0 0;
}

.left-corner,
.right-corner {
    position: absolute;
    bottom: -15px;
    border-style: solid;
    display: block;
    height: 0;
    opacity: 0.58;
    width: 0;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
    font-size: 0.8em;
}

.navbar-nav > li {
    border-right: 1px solid #666;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #fff;
    background-color: #707070;
}

.caret {
    margin-left: 8px;
}

.navbar-nav > li > .dropdown-menu {
    border-radius: 0 0 0 5px;
    margin-top: -1px;
}

.dropdown-menu > li:last-child > a:hover,
.dropdown-menu > li:last-child > a:focus {
    border-radius: 0 0 0 5px;
}

.dropdown-menu {
    font-size: 1em;
    left: 15px;
    padding: 0;
}

.dropdown-menu > li > a {
    color: #fff;
    padding: 6px 15px;
    font-size: 0.8em;
}

.breadcrumb {
    background-color: transparent;
    border-radius: 0;
    font-size: 0.8em;
}

.breadcrumb a {
    color: #666;
}
/*--header end here--*/
/*--banner start here--*/

.shadow-container {
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.4);
    background: #fff;
}

.banner {
    padding: 2em 0px;
    background: #edecec;
}

.banner-left {
    padding-top: 7em;
}

.banner-left a {
    font-size: 1.3em;
    font-weight: 400;
    color: #fff;
    background: #008FD5;
    padding: 10px 10px;
}

.banner-left a:hover {
    background: #273138;
    text-decoration: none;
    color: #fff;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
}

#bxslider {
    padding: 0;
    margin: 0;
}

.lobo {
    position: absolute;
    z-index: 100;
    bottom: 30px;
    right: 20px;
    margin: 10px 0px 0px 0px;
    background: rgba(39, 49, 56, .7);
    padding: 13px 20px;
    display: inline-block;
}

.lobo h3 {
    font-size: 1.4em;
    font-weight: 600;
    color: #fff;
    margin: 0;
}

.lobo p {
    font-size: 1em;
    font-weight: 600;
    color: #fff;
}
/*--banner end here--*/
/*--info-grid start here--*/

.info-grid-container {
    background: #008fd5;
}

.info-grid {
    padding: 3em 0px 5em 0px;
}

.info-top {
    background: url(../images/d-top.jpg);
    padding: 1em 1em;
}

.info-top h3 {
    font-size: 1.1em;
    font-weight: 700;
    color: #000;
    margin: 0px;
    text-align: center;
}
.info-top h2 {
    font-size: 1.1em;
    font-weight: 700;
    color: #000;
    margin: 0px;
    text-align: center;
}

.info-bott {
    background: url(../images/d-middle.jpg);
    padding: 1em 1em;
    min-height: 320px;
}

.info-bott p,
.info-bott ul {
    font-size: 0.885em;
    font-weight: 500;
    color: #999;
    padding: 1em 0 0 0;
    line-height: 1.5em;
    text-align: left;
}

.info-bott ul {
    margin-left: 15px;
    padding: 1em 0 0 0;
}

.info-bott h5 {
    font-size: 0.9em;
    font-weight: 500;
    color: #008FD5;
    text-align: left;
    font-style: italic;
    text-decoration: underline;
}
.info-bott li a {
    color: #999;
    text-decoration: underline;
}

.infogrid-bwn {
    background: #1F262C;
    padding: 1em;
    min-height: 50px;
    text-align: center;
}

span.gd-clr {
    font-size: 1em;
    font-weight: 700;
    color: #008FD5;
}

.infogrid-bwn a {
    font-size: 0.9em;
    font-weight: 300;
    color: #fff;
    background: #008FD5;
    padding: 10px 10px;
}

.infogrid-bwn a:hover {
    text-decoration: none;
    background: #999;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
}

.gd-tl-tip:after {
    border-left: 155px solid rgba(0, 0, 0, 0);
    border-top: 30px solid #1F262C;
    border-right: 155px solid rgba(0, 0, 0, 0);
    top: 421px;
    left: 4.5%;
}

.infogrid-bwn {
    position: relative;
}

.gd-tl-tip:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    bottom: -20px;
    border-left: 175px solid rgba(0, 0, 0, 0);
    border-top: 30px solid #1F262C;
    border-right: 175px solid rgba(0, 0, 0, 0);
    top: 433px;
    left: 15px;
}
/*--info-grid end here--*/
/*--movegrid start here--*/

.flex-slider {
    min-height: 300px;
    padding: 3em 0em;
    background: url(../images/slid-bg.jpg);
}

.grid {
    text-align: left;
}

.grid h3 {
    font-size: 1.1em;
    font-weight: 600;
    color: #000;
}

.mov-bwn {
    padding: 1em 0px
}

.mov-bwn a {
    font-size: 1em;
    font-weight: 500;
    color: #fff;
    background: #30BEDA;
    padding: 5px 10px;
}

.mov-bwn a:hover {
    text-decoration: none;
    background: #999;
}

.grid p {
    font-size: 0.875em;
    font-weight: 400;
    color: #7E7E7E;
    line-height: 1.8em;
    width: 80%;
}

#flexiselDemo3 {
    display: none;
}

.nbs-flexisel-container {
    position: relative;
    max-width: 100%;
    background: url(../images/sli-sml-bg.jpg);
    padding: 2em 0px;
    margin: 0em 3em;
}

.nbs-flexisel-ul {
    position: relative;
    width: 9999px;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    text-align: center;
}

.nbs-flexisel-inner {
    overflow: hidden;
    margin: 1px 111px;
}

.nbs-flexisel-item {
    float: left;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    position: relative;
    line-height: 0px;
}

.nbs-flexisel-item > img {
    cursor: pointer;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    max-width: 250px;
    max-height: 500px;
}

.grid-flex {
    margin: 10px 0 20px 0;
    font-family: 'Roboto', sans-serif;
}

.nbs-flexisel-item > img {
    cursor: pointer;
    positon: relative;
}

.biseller-info {
    margin: 2em 0 0;
}
/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 21px;
    height: 120px;
    position: absolute;
    cursor: pointer;
    z-index: 100;
    margin-top: -0em;
}

.nbs-flexisel-nav-left {
    left: -32px;
    top: -105px;
    background: url(../images/sli-lef.png) no-repeat 0px 69px;
}

.nbs-flexisel-nav-right {
    right: -32px;
    background: url(../images/sli-rit.png) no-repeat 0px 69px;
}
/*--movegrid end here--*/
/*--footer start here--*/

.footer {
    background: #273138;
    padding: 0.5em 0 0 0;
    min-height: 50px;
}

.footer-grid h3 {
    font-size: 1.2em;
    font-weight: 600;
    color: #fff;
    margin: 0px 0px 1.3em 0px;
}

.footer-grid h3 span {
    display: block;
    font-weight: 400;
    margin-bottom: 3.1em;
    font-size: 0.8em;
}

.footer-grid ul.ftr-list {
    padding: 0px;
    list-style: none;
}

.footer-grid ul.ftr-list li {
    margin: 0px 0px 8px 0px;
    border-bottom: 1px solid #16191B;
    padding: 0px 0px 8px 0px;
}

.footer .footer-main {
    margin: 0;
}

.footer .footer-main .center {
    text-align: center;
}

.footer .footer-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer .footer-menu li {
    float: left;
}
.footer .footer-menu li:last-child {
    float: right;
}
.footer .footer-menu li:last-child a i {
    font-size: 1.7em;
    margin-top: -1em;
}
.footer .footer-menu li:last-child a:hover, 
.footer .footer-menu li:last-child a:focus {
    text-decoration: none;
    outline: none;
}
.footer .footer-menu li a {
    font-weight: 400;
    color: #828D94;
    display: block;
    padding: 10px 15px;
    font-size: 0.8em;
}

.footer .footer-menu li a:hover {
    text-decoration: none;
    color: #fff;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
}

.footer-grid ul.ftr-list li a {
    font-size: 0.94em;
    font-weight: 400;
    color: #828D94;
    background: url(../images/list.png)no-repeat 0px 7px;
    padding: 1px 0px 0px 15px;
}

.footer-grid ul.ftr-list li a:hover {
    text-decoration: none;
    color: #fff;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
}

.footer-grid p {
    font-size: 0.875em;
    font-weight: 400;
    color: #999;
    line-height: 1.7em;
    margin: 0;
    padding: 0 0 8px;
}

.ftr-bwn a {
    font-size: 1em;
    font-weight: 400;
    color: #273138;
    background: #89949b;
    padding: 10px 10px;
}

.ftr-bwn a:hover {
    text-decoration: none;
    color: #fff;
    background: #008FD5;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
}

.footer-grid h5 {
    font-size: 0.9em;
    font-weight: 600;
    color: #FFF;
    border-top: 1px solid #16191B;
    padding: 12px 0px 0px 0px;
}

.footer-grid h5 a {
    font-size: 0.95em;
    font-weight: 400;
    color: #fff;
}

.footer-grid h5 a:hover {
    text-decoration: none;
    color: #999;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
}

.footer-grid h6 {
    font-size: 1.7em;
    font-weight: 500;
    color: #999;
}

ul.img-sprit {
    padding: 0px;
    list-style: none;
    margin: 1em 0px 0px 0px;
}

ul.img-sprit li {
    display: inline-block;
}

ul.img-sprit li a {
    background: url(../images/ftr-icons.png)no-repeat;
    display: block;
    width: 58px;
    height: 27px;
}

ul.img-sprit li a.foot {
    background-position: 3px 0px;
    opacity: 0.4;
    filter: alpha(opacity=40);
}

ul.img-sprit li a.fa {
    background-position: -54px 0px;
    opacity: 0.4;
    filter: alpha(opacity=40);
}

ul.img-sprit li a.tw {
    background-position: -113px 0px;
    opacity: 0.4;
    filter: alpha(opacity=40);
}

ul.img-sprit li a.in {
    background-position: -170px 0px;
    opacity: 0.4;
    filter: alpha(opacity=40);
}

ul.img-sprit li a.t {
    background-position: -228px 0px;
    opacity: 0.4;
    filter: alpha(opacity=40);
}

ul.img-sprit li a.foot:hover {
    background-position: 3px 0px;
    opacity: 1.0;
    filter: alpha(opacity=100);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

ul.img-sprit li a.fa:hover {
    background-position: -54px 0px;
    opacity: 1.0;
    filter: alpha(opacity=100);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

ul.img-sprit li a.tw:hover {
    background-position: -113px 0px;
    opacity: 1.0;
    filter: alpha(opacity=100);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

ul.img-sprit li a.in:hover {
    background-position: -170px 0px;
    opacity: 1.0;
    filter: alpha(opacity=100);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

ul.img-sprit li a.t:hover {
    background-position: -228px 0px;
    opacity: 1.0;
    filter: alpha(opacity=100);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.ftr-bwn {
    margin: 1.2em 0px 0px 0px;
}

.info-bott img {
    width: 100%;
}
/*--footer end here--*/
/*--copyright start here--*/

.copyright {
    padding: 1em 0px;
    text-align: center;
}

.copyright-main p {
    font-size: 0.8em;
    font-weight: 600;
    color: #999;
}

.copyright-main p a {
    font-size: 1em;
    font-weight: 600;
    color: #2E383F;
}

.copyright-main p a:hover {
    text-decoration: none;
    color: #0B81BB;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
}
/*--copyright end here--*/
/*--about start here--*/

.about {
    padding: 3em 0px;
    background: url(../images/banner.jpg);
}

.about-left img {
    width: 100%;
}

.about-left h3 {
    font-size: 2em;
    font-weight: 400;
    color: #999;
    margin: 0px 0px 15px 0px;
}

.about-left h4 {
    font-size: 1.3em;
    font-weight: 600;
    color: #000;
    margin: 0px 0px 5px 0px;
}

.about-left p {
    font-size: 0.95em;
    font-weight: 500;
    color: #000;
    margin: 0px 0px 10px 0px;
}

.team-main h3 {
    font-size: 2em;
    font-weight: 500;
    color: #000;
    margin: 0px 0px 12px 0px;
}

.team {
    padding-bottom: 3em;
    background: url(../images/banner.jpg);
}

.about-left ul {
    list-style: none;
    padding: 0px;
}

.about-left ul li {
    margin: 10px 0px;
}

.about-left ul li a {
    font-size: 0.95em;
    font-weight: 400;
    color: #000;
}

.about-left ul li a:hover {
    text-decoration: none;
    color: #999;
}

.team-grids img {
    width: 100%;
}
/*--about end here--*/
/*--services start here--*/

.service {
    padding: 3em 0px;
    background: url(../images/banner.jpg);
}

.service-top {
    text-align: center;
}

.service-top h3 {
    font-size: 2em;
    font-weight: 500;
    color: #999;
    margin: 0px 0px 10px 0px;
}

.service-top p {
    font-size: 0.95em;
    font-weight: 500;
    color: #000;
    line-height: 1.8em;
}

.service-left {
    padding-top: 3em;
}

.service-right img {
    width: 100%;
}

.service-right p {
    font-size: 0.95em;
    font-weight: 400;
    color: #000;
    line-height: 1.8em;
}

.ser-bwn a {
    font-size: 1em;
    font-weight: 400;
    color: #fff;
    background: #0087d5;
    padding: 10px 1em;
}

.ser-bwn a:hover {
    text-decoration: none;
    color: #fff;
    background: #999;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
}

.ser-bwn {
    padding: 1.5em 0px 0px 0px;
}

.solution {
    padding: 3em 0px;
    background: url(../images/banner.jpg);
}

.solution-main {
    text-align: center;
    padding-top: 7em;
    min-height: 600px;
}

.service-right {
    margin: 0px 0em 3em 0px;
    float: left;
    width: 31%;
}

.ser-midd {
    margin: 0px 38px;
}
/*--single page start here--*/

.number {
    width: 50%;
    background: #008fd5;
    text-align: center;
    padding: 10px;
    margin: 0px 0px 10px 0px;
}

.date h3 {
    font-size: 2.5em;
    font-weight: 500;
    color: #fff;
    margin: 0px;
}

.month p {
    font-size: 1em;
    font-weight: 400;
    color: #fff;
}

.details p {
    font-size: 0.95em;
    font-weight: 400;
    color: #000;
    line-height: 1.8em;
}

span.detail-col {
    color: #777;
}

.p-single {
    padding: 1em 0px 3em 0px;
}

.blog-contact h3 {
    font-size: 2em;
    font-weight: 500;
    color: #000;
    margin: 0px 0px 10px 0px;
}

.blog-contact input[type="text"] {
    font-size: 1em;
    font-weight: 400;
    color: #000;
    padding: 10px;
    width: 49%;
    border: 1px solid #ccc;
    outline: none;
    -webkit-appearance: none;
}

.blog-contact textarea {
    font-size: 1em;
    font-weight: 400;
    color: #000;
    padding: 10px;
    width: 98.3%;
    height: 12em;
    border: 1px solid #ccc;
    margin: 10px 0px;
    outline: none;
    resize: none;
    -webkit-appearance: none;
}

.blog-contact input[type="submit"] {
    font-size: 1em;
    font-weight: 400;
    color: #fff;
    background: #008fd5;
    padding: 0.7em 2em;
    border: none;
    outline: none;
    -webkit-appearance: none;
}

.blog-comment {
    margin: 2em 0px;
    border: 1px solid;
    padding: 1em;
    width: 98%;
}

.user-comment h4 {
    font-size: 1.5em;
    font-weight: 500;
    color: #777;
    margin: 0px 0px 10px 0px;
}

.user-comment p {
    font-size: 1em;
    font-weight: 400;
    color: #000;
    line-height: 1.8em;
}

a.comme {
    font-size: 0.9em;
    font-weight: 500;
    color: #008fd5;
}

a.comme:hover {
    text-decoration: none;
    color: #777;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
}

.user-bwn {
    text-align: right;
}

.user-bwn a {
    font-size: 1em;
    font-weight: 500;
    color: #fff;
    background: #008fd5;
    padding: 0.7em 1.5em;
}

.user-bwn a:hover {
    text-decoration: none;
    background: #777;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
}

.user img {
    width: 100%;
}
/*--single page end here--*/
/*--contact start here--*/

.contact {
    padding: 3em 0px;
    background: url(../images/banner.jpg);
}

.contact-top {
    text-align: center;
    padding-bottom: 3em;
}

.contact-top h3 {
    font-size: 2em;
    font-weight: 500;
    color: #999;
    margin: 0px 0px 10px 0px;
}

.contact-top p {
    font-size: 0.95em;
    font-weight: 400;
    color: #000;
    line-height: 1.8em;
}

.contact-left h3 {
    font-size: 1.5em;
    font-weight: 500;
    color: #000;
}

.contact-right h3 {
    font-size: 1.5em;
    font-weight: 400;
    color: #000;
}

.contact-left h4 {
    font-size: 1.2em;
    font-weight: 400;
    color: #999;
    margin: 0px 0px 10px 0px;
}

.contact-left p {
    font-size: 0.95em;
    font-weight: 400;
    color: #000;
    line-height: 1.8em;
}

.contact-right input[type="text"] {
    font-size: 0.9em;
    font-weight: 400;
    color: #000;
    outline: none;
    padding: 8px;
    width: 45%;
    border: 1px solid #999;
}

.contact-right textarea {
    font-size: 0.9em;
    font-weight: 400;
    color: #000;
    border: 1px solid #999;
    resize: none;
    width: 90.8%;
    padding: 8px;
    height: 12em;
    outline: none;
    margin-top: 10px;
}

.contact-right input[type="submit"] {
    font-size: 0.9em;
    font-weight: 400;
    color: #fff;
    border: none;
    outline: none;
    padding: 8px 1.5em;
    background: #008FD5;
}

.contact-right input[type="submit"]:hover {
    background: #999;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
}

.map iframe {
    width: 100%;
    height: 300px;
}

.map {
    padding-bottom: 2em;
    background: url(../images/banner.jpg);
}
/*--pages--*/

#sidebar {
    border-right: 2px solid #999;
}

.txt {
    padding: 0 15px 0 0;
}

.row-offcanvas-left {
    padding-bottom: 30px;
}

.txt img {
    max-width: 100%;
    margin-bottom: 15px;
}

.txt h1,
.realizations-content h1 {
    color: #0087d5;
    font-size: 1.7em;
    font-weight: 600;
}

.txt h1 span {
    display: block;
    font-size: .8em;
}

.txt .intro {
    font-weight: 600;
    font-size: 1.125em;
    margin-bottom: 15px;
}

.sidebar-nav {
    margin-left: 15px;
}

.sidebar-nav h3 {
    margin-bottom: 0;
    font-size: 1.2em;
    font-weight: 600;
    color: #F36330;
}

.sidebar-nav h3 a {
    color: #F36330;
}

.sidebar-nav h3 a:hover {
    text-decoration: none;
    color: #F36330;
}

.sidebar-nav .nav > li > a {
    display: block;
    padding: 3px 15px 3px 0;
    position: relative;
    color: #666;
}

.sidebar-nav .side-section.active .nav > li > a {
    color: #1b242f;
}

.sidebar-nav .side-section.active .nav > li > a:hover,
.sidebar-nav .nav > li > a:hover {
    color: #0087d5;
}

.sidebar-nav .side-section {
    border-bottom: 1px solid #ccc;
    padding-top: 6px;
    padding-bottom: 3px;
}

.sidebar-nav .side-section:last-child {
    border-bottom: none;
}

.sidebar-nav .side-section.active {
    position: relative;
    z-index: 10;
    margin-right: -17px;
    margin-top: -3px;
    border-top: 1px solid #999;
    border-left: 1px solid #999;
    border-bottom: 1px solid #999;
    border-right: 1px solid #fff;
    padding-left: 15px;
    background: #eeeeee;
    border-radius: 4px 0 0 4px;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left, #eeeeee 0%, #ffffff 90%);
    /* FF3.6+ */
    
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #eeeeee), color-stop(90%, #ffffff));
    /* Chrome,Safari4+ */
    
    background: -webkit-linear-gradient(left, #eeeeee 0%, #ffffff 90%);
    /* Chrome10+,Safari5.1+ */
    
    background: -o-linear-gradient(left, #eeeeee 0%, #ffffff 90%);
    /* Opera 11.10+ */
    
    background: -ms-linear-gradient(left, #eeeeee 0%, #ffffff 90%);
    /* IE10+ */
    
    background: linear-gradient(to right, #eeeeee 0%, #ffffff 90%);
    /* W3C */
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=1);
    /* IE6-8 */
}

hr {
    margin: 15px 0 4px 0;
}

.home-hr {
    height: 4px;
    background: #008fd5;
}

.rozwiazania-hr {
    height: 4px;
    background: #f36330;
}

.head-nav-back .row .col-md-12 .rozwiazania {
    border-top: 4px solid #f36330;
}

.navbar-default .navbar-nav > .solutions.active > a,
.navbar-default .navbar-nav > .solutions.active > a:hover,
.navbar-default .navbar-nav > .solutions.active > a:focus {
    color: #fff;
    background-color: #F36330;
}

.navbar-default .navbar-nav > .solutions.open > a,
.navbar-default .navbar-nav > .solutions.open > a:hover,
.navbar-default .navbar-nav > .solutions.open > a:focus {
    background-color: #F36330;
    color: #fff;
}

.solutions .dropdown-menu {
    background-color: #f36330;
}

.navbar-default .navbar-nav > .realizations.active > a,
.navbar-default .navbar-nav > .realizations.active > a:hover,
.navbar-default .navbar-nav > .realizations.active > a:focus {
    color: #fff;
    background-color: #008fd5;
}

.navbar-default .navbar-nav > .realizations.open > a,
.navbar-default .navbar-nav > .realizations.open > a:hover,
.navbar-default .navbar-nav > .realizations.open > a:focus {
    background-color: #008fd5;
    color: #fff;
}

.realizations .dropdown-menu {
    background-color: #008fd5;
}

.navbar-default .navbar-nav > .projects.active > a,
.navbar-default .navbar-nav > .projects.active > a:hover,
.navbar-default .navbar-nav > .projects.active > a:focus {
    color: #fff;
    background-color: #9ABF4B;
}

.navbar-default .navbar-nav > .projects.open > a,
.navbar-default .navbar-nav > .projects.open > a:hover,
.navbar-default .navbar-nav > .projects.open > a:focus {
    background-color: #9ABF4B;
    color: #fff;
}

.projects .dropdown-menu {
    background-color: #9ABF4B;
}

.navbar-default .navbar-nav > .fittings.active > a,
.navbar-default .navbar-nav > .fittings.active > a:hover,
.navbar-default .navbar-nav > .fittings.active > a:focus {
    color: #fff;
    background-color: #B6831E;
}

.navbar-default .navbar-nav > .fittings.open > a,
.navbar-default .navbar-nav > .fittings.open > a:hover,
.navbar-default .navbar-nav > .fittings.open > a:focus {
    background-color: #B6831E;
    color: #fff;
}

.fittings .dropdown-menu {
    background-color: #B6831E;
}

.realizations-contaier .col-md-4 {
    padding-top: 15px;
    padding-right: 0;
}

.realizations-contaier {
    padding: 0 15px 15px 0;
}

.realizations-contaier a:hover,
.realizations-contaier a:focus {
    text-decoration: none;
}

.realizations-contaier .col-md-4 img {
    max-width: 100%;
}

.realizations-contaier .col-md-4 h3 {
    text-align: center;
    padding: 8px 0;
    color: #008fd5;
    border-bottom: 2px solid #008fd5;
    margin: 0;
    font-size: 1.438em;
}

.slider-continer {
    position: relative;
}

.slider-continer .bx-wrapper {
    margin: 0;
}

.sider-controls {
    position: absolute;
    z-index: 100;
    height: 100%;
    width: 200px;
    background: #E5E5E5;
}

.sider-controls ul {
    list-style: none;
    margin: 8px 15px 0 15px;
    padding: 0;
}

.sider-controls ul li {
    border-bottom: 1px solid #fff;
    cursor: pointer;
}

.sider-controls ul li a {
    padding: 8px 0;
    display: block;
    color: #4C4C4C;
    font-weight: 600;
}

.sider-controls ul li a:hover,
.sider-controls ul li a:focus {
    outline: none;
    text-decoration: none;
    color: #f36330;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.realizations-content {
    margin: 0 15px 15px 15px;
}

.realizations-content p {
    margin-bottom: 10px;
}

.realizations-content img {
    max-width: 100%;
    margin-bottom: 15px;
}

.back-link {
    display: inline-block;
    margin: 10px 0;
    color: crimson;
}

.back-link:hover,
.back-link:focus {
    color: crimson;
    text-decoration: none;
}

.gallery-row {
    margin-top: 15px;
    margin-bottom: 15px;
    margin-right: 0;
}

.gallery-row img {
    margin: 0;
    height: 131px;
    width: 173px;
    object-fit: cover;
}

.gallery-row a {
    display: block;
    text-align: center;
}

.gallery-row .col-md-2 {
    padding-right: 0;
    margin-top: 15px;
}

.under-construction {
    text-align: center;
    font-size: 2em;
    text-transform: uppercase;
    font-weight: 700;
    margin: 200px 0;
}

.vigil {
    background: red;
    color: white;
    font-family: "Arial Black", sans-serif;
    font-size: 1.563em;
    font-weight: 700;
    height: 70px;
    margin: 0;
    text-align: center;
    padding: 0 8px;
}
.przypis {
		display: block;
		font-size:0.8em;
		padding-left:30px;
}
.download:hover {
    text-decoration: none;
}

.left-image {
    float: left;
    margin: 7px 15px 15px 0;
}

.right-image {
    float: right;
    margin: 7px 0px 15px 15px;
}

span.orange {
    color: #f36330;
}

.medium-size {
    width: 300px;
}

.txt hr {
    border-bottom: 1px solid #ccc;
}

.txt h2 {
    color: #0087d5;
    font-size: 1.5em;
    font-weight: 600;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    
    padding-top: 1px;
    margin-bottom: 25px;
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.left-video {
    float: left;
    margin: 7px 15px 15px 0;
    width: 400px;
}
.audiojs .loading {
  background: url("../js/player-graphics.gif") no-repeat -8px -31px rgba(0, 0, 0, 0) !important;
}
.audiojs .play {
    background: url("../js/player-graphics.gif") no-repeat -8px -1px rgba(0, 0, 0, 0) !important;
}
.audiojs .pause {
  background: url("../js/player-graphics.gif") no-repeat -8px -91px rgba(0, 0, 0, 0) !important;
}
.maps {
    width: 100%;
    min-height: 400px;
    margin-bottom: -5px;
}
/*--media quries end here------------------------------------------------------------------------------------*/

@media(max-width:1440px) {}

@media(max-width:1280px) {
    .gd-tl-tip:after {
        border-left: 175px solid rgba(0, 0, 0, 0);
        border-top: 30px solid #1F262C;
        border-right: 175px solid rgba(0, 0, 0, 0);
        top: 433px;
        left: 15px;
    }
}

@media(max-width:1024px) {
    .gd-tl-tip:after {
        border-left: 140px solid rgba(0, 0, 0, 0);
        border-top: 30px solid #1F262C;
        border-right: 140px solid rgba(0, 0, 0, 0);
        left: 18px;
        top: 421px;
    }
    .navg ul li {
        margin: 0px 0px 0px 0px;
    }
    ul.img-sprit li a {
        width: 53px;
    }
    .about-left h4 {
        font-size: 1.1em;
    }
    .about-left p {
        font-size: 0.95em;
        overflow: hidden;
        height: 40px;
    }
    .ser-midd {
        margin: 0px 30px;
    }
    .service-right img {
        width: 100%;
    }
    .solution-main h3 {
        width: 19%;
    }
    .project-img {
        padding-right: 2em;
    }
    .project-img img {
        width: 100%;
    }
    .project-text p {
        font-size: 1em;
        overflow: hidden;
        height: 148px;
    }
    .projects-inform {
        padding: 1em 0px;
    }
    .nbs-flexisel-inner {
        margin: 0px 45px;
    }
}

@media(max-width:768px) {
    span.menu {
        display: block;
        cursor: pointer;
        text-align: right;
    }
    ul.res {
        display: none;
        padding: 0px;
        position: absolute;
        top: 2.5em;
        width: 98%;
        background: #fff;
        z-index: 111;
    }
    .navg {
        float: none;
        width: 100%;
        position: relative;
    }
    ul.res li a:hover,
    ul.res li a.active {
        color: black;
    }
    .navg ul.res li a {
        display: block;
        width: 100%;
        padding: 10px;
        color: #fff;
        background: #0087d5;
        font-size: 0.813em;
    }
    .navg ul.res li {
        display: block;
        text-align: center;
        margin: 1px 0px;
    }
    .banner-left {
        float: left;
        width: 50%;
    }
    .banner-right {
        float: right;
        width: 50%;
    }
    .info-grids-cr {
        float: left;
        width: 33%;
    }
    .info-top h3 {
        font-size: 0.86em;
    }
	  .info-top h2 {
        font-size: 0.86em;
    }
    .info-bott p {
        font-size: 0.885em;
        overflow: hidden;
        height: 110px;
    }
    .info-bott h5 {
        font-size: 0.9em;
        overflow: hidden;
        height: 34px;
    }
    .info-bott {
        min-height: 250px;
    }
    .ser-midd {
        margin: 0px 23px;
    }
    .gd-tl-tip:after {
        border-left: 103px solid rgba(0, 0, 0, 0);
        border-top: 30px solid #1F262C;
        border-right: 105px solid rgba(0, 0, 0, 0);
        left: 15px;
        top: 368px;
    }
    .infogrid-bwn a {
        font-size: 0.8em;
    }
    .footer-grid {
        margin: 0px 0px 3em 0px;
        text-align: center;
    }
    .footer-grid h3 {
        font-size: 1em;
    }
    .footer-grid p {
        width: 80%;
        margin: 0 auto;
    }
    .ftr-bwn {
        margin: 1em 0px 0px 0px;
    }
    .footer {
        padding: 3em 0px 0px 0px;
    }
    .about-left {
        text-align: center;
        margin: 0px 0px 2em 0px;
    }
    .about-left img {
        width: 55%;
    }
    .about-left p {
        width: 80%;
        margin: 0 auto 1em;
    }
    .about {
        padding: 3em 0px 1em 0px;
    }
    .team-grids {
        float: left;
        width: 50%;
        margin: 0px 0px 15px 0px;
    }
    .team-grids img {
        width: 100%;
    }
    .service-top p {
        overflow: hidden;
        height: 60px;
    }
    .service {
        padding: 3em 0px 1em 0px;
    }
    .service-right p {
        overflow: hidden;
        height: 60px;
    }
    .solution-main h3 {
        width: 25%;
    }
    .projects-top p {
        overflow: hidden;
        height: 60px;
    }
    .project-text p {
        height: 110px;
    }
    .contact-top p {
        font-size: 1em;
        overflow: hidden;
        height: 60px;
    }
    .contact-left p {
        font-size: 0.93em;
        overflow: hidden;
        height: 78px;
    }
    .contact-left {
        margin: 0px 0px 2em 0px;
    }
    .contact-top {
        padding-bottom: 2em;
    }
    .contact-right input[type="text"] {
        width: 49.7%;
    }
    .contact-right textarea {
        width: 100%;
    }
    .nbs-flexisel-container {
        margin: 0em 1.5em;
    }
    .p-single-left {
        float: left;
        width: 25%;
    }
    .single-inform {
        float: right;
        width: 75%;
    }
    .user {
        float: left;
        width: 20%;
    }
    .user-comment {
        float: right;
        width: 80%;
    }
    .row-offcanvas {
        position: relative;
        -webkit-transition: all 0.25s ease-out;
        -moz-transition: all 0.25s ease-out;
        transition: all 0.25s ease-out;
    }
    .row-offcanvas-left .sidebar-offcanvas {
        left: -50%;
    }
    .row-offcanvas-left.active {
        left: 50%;
    }
    .sidebar-offcanvas {
        position: absolute;
        top: 0;
        width: 50%;
        margin-left: 12px;
        padding-right: 15px;
    }
    .txt {
        padding: 0 15px;
        background: #fff;
    }
    .row-offcanvas-left #sidebar {
        opacity: 0;
    }
    .row-offcanvas-left.active #sidebar {
        opacity: 1;
    }
    .btn-toggle {
        float: none !important;
        margin: 0 0 15px 15px;
    }
    .dropdown-menu {
        border: none;
        border-radius: 0!important;
        box-shadow: none;
        display: none;
        float: none;
        left: 0;
        min-width: 160px;
        padding: 5px 0;
        position: relative;
        z-index: 1000;
    }
    .dropdown-menu > li:last-child > a:hover,
    .dropdown-menu > li:last-child > a:focus {
        border-radius: 0;
    }
}

@media(max-width:640px) {
    .left-video {
        position: relative;
        padding-bottom: 56.15%;
        padding-top: 1px;
        margin-bottom: 25px;
        height: 0;
        margin: 7px 0;
        float: none;
        width: 100%;
    }
    .left-video iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .left-image {
        float: none;
        margin: 7px 0;
        width: 100%;
    }
    .banner-right img {
        width: 100%;
    }
    .logo img {
        width: 80%;
    }
    .banner-left {
        padding-top: 1em;
    }
    .info-top h3 {
        font-size: 0.65em;
    }
	.info-top h2 {
        font-size: 0.65em;
    }
    .gd-tl-tip:after {
        border-left: 83px solid rgba(0, 0, 0, 0);
        border-top: 30px solid #1F262C;
        border-right: 83px solid rgba(0, 0, 0, 0);
        left: 15px;
        top: 344px;
    }
    .infogrid-bwn a {
        font-size: 0.7em;
    }
    .about-left h3 {
        font-size: 1.7em;
    }
    .service-right {
        width: 30%;
    }
    .ser-bwn a {
        font-size: 0.8em;
    }
    .service-left {
        padding-top: 2em;
    }
    .service {
        padding: 2em 0px 0em 0px;
    }
    .solution-main h3 {
        font-size: 5em;
    }
    .solution-main {
        min-height: 500px;
        padding-top: 5em;
    }
    .projects-inform h3 {
        font-size: 1.4em;
    }
    .project-text p {
        height: 82px;
    }
    .project-text h4 {
        font-size: 1.25em;
    }
    .service-top h3 {
        font-size: 1.7em;
    }
    .projects-top h3 {
        font-size: 1.7em;
    }
    .contact-top h3 {
        font-size: 1.7em;
    }
    .contact-left h3 {
        font-size: 1.4em;
    }
    .contact-right h3 {
        font-size: 1.4em;
    }
    .lobo h3 {
        font-size: 1em;
    }
    .lobo p {
        font-size: 0.8em;
    }
    .number {
        width: 65%;
    }
    .blog-contact h3 {
        font-size: 1.7em;
    }
}

@media(max-width:480px) {
    .lobo {
        width: 100%;
    }
    .banner-left a {
        font-size: 1.1em;
    }
    .lobo p {
        font-size: 0.7em;
    }
    .info-grids-cr {
        float: none;
        width: 100%;
        margin: 0px 0px 4em 0px;
    }
    .info-top {
        width: 100%;
    }
    .info-bott {
        width: 100%;
    }
    .infogrid-bwn {
        width: 100%;
    }
    .info-top h3 {
        font-size: 1em;
    }
	.info-top h2 {
        font-size: 1em;
    }
    .info-bott p {
        height: 80px;
    }
    .infogrid-bwn a {
        font-size: 0.9em;
    }
    .gd-tl-tip:after {
        border-left: 200px solid rgba(0, 0, 0, 0);
        border-top: 32px solid #1F262C;
        border-right: 200px solid rgba(0, 0, 0, 0);
        left: 4%;
        top: 436px;
    }
    .info-grid {
        padding: 3em 0px 1em 0px;
    }
    .footer-grid {
        margin: 0px 0px 2em 0px;
    }
    .ftr-bwn a {
        font-size: 0.8em;
    }
    .ftr-bwn {
        margin: 0em 0px 0px 0px;
    }
    .footer-grid h6 {
        font-size: 1.5em;
    }
    .copyright {
        padding: 1em 0px;
    }
    .about-left h3 {
        font-size: 1.5em;
        margin: 0px 0px 10px 0px;
    }
    .about-left img {
        width: 100%;
    }
    .about-left {
        margin: 0px 0px 1em 0px;
    }
    .team-main h3 {
        font-size: 1.5em;
    }
    .about-left p {
        font-size: 0.9em;
    }
    .service-top h3 {
        font-size: 1.5em;
    }
    .service-top p {
        font-size: 0.9em;
        height: 55px;
    }
    .service-left {
        padding-top: 1em;
    }
    .service-right {
        width: 46%;
        margin: 0px 1em 2em 0px;
    }
    .service-right p {
        font-size: 0.9em;
        height: 55px;
    }
    .footer-grid h3 {
        margin: 0px 0px 0.7em 0px;
    }
    .solution-main h3 {
        font-size: 4em;
        width: 30%;
    }
    .solution-main {
        min-height: 400px;
        padding-top: 3em;
    }
    .projects-top h3 {
        font-size: 1.5em;
    }
    .projects-top p {
        font-size: 0.9em;
        overflow: hidden;
        height: 50px;
    }
    .project-img {
        float: none;
        width: 100%;
        padding-right: 0em;
        margin: 0px 0px 1.5em 0px;
    }
    .project-text {
        float: none;
        width: 100%;
    }
    .project-text p {
        font-size: 0.9em;
    }
    .project-text h4 {
        font-size: 1.2em;
    }
    .projects {
        padding: 2em 0px;
    }
    .contact-top h3 {
        font-size: 1.5em;
    }
    .contact-top p {
        font-size: 0.9em;
        overflow: hidden;
        height: 50px;
    }
    .contact-top {
        padding-bottom: 1em;
    }
    input[type="text"] {
        width: 100%;
        margin: 0px 0px 10px 0px;
    }
    textarea {
        margin-top: 10px;
    }
    .map iframe {
        height: 200px;
    }
    .single-inform {
        float: none;
        width: 100%;
        margin: 20px 00px 0px 0px;
    }
    .p-single-left {
        float: none;
        width: 35%;
        margin: 0 auto;
    }
    .user-comment p {
        font-size: 1em;
        overflow: hidden;
        height: 79px;
    }
    .blog-contact h3 {
        font-size: 1.5em;
    }
    .blog-contact input[type="submit"] {
        font-size: 0.9em;
    }
    .user-bwn a {
        font-size: 0.9em;
    }
    .p-single {
        padding: 1em 0px 1em 0px;
    }
    .projects-top {
        padding-bottom: 0em;
    }
}

@media(max-width:320px) {
    .footer-grid img {
        width: 100%;
    }
    .service {
        padding: 1em 0px 1em 0px;
    }
    .logo img {
        width: 60%;
    }
    .logo {
        text-align: left;
    }
    span.menu img {
        width: 9%;
    }
    .header-main {
        padding: 1em 0px;
    }
    .info-bott h5 {
        margin: 10px 0px 0px 0px;
    }
    .header {
        min-height: 60px;
    }
    .head-nav-back {
        height: 70px;
    }
    .service-right {
        width: 100%;
    }
    .ser-bwn {
        padding: 0.4em 0px 0px 0px;
    }
    .service-top h3 {
        font-size: 1.3em;
    }
    .footer {
        padding: 1.5em 0px 0px 0px;
    }
    .footer-grid ul.ftr-list li a {
        font-size: 0.85em;
        padding: 1px 0px 0px 10px;
    }
    .footer-grid {
        margin: 0px 0px 1.5em 0px;
    }
    .footer-grid p {
        width: 100%;
        overflow: hidden;
        height: 59px;
    }
    ul.img-sprit li a {
        width: 44px;
    }
    .team-grids {
        float: none;
        width: 100%;
    }
    .solution-main h3 {
        font-size: 3em;
        width: 37%;
    }
    .solution-main h4 {
        font-size: 1.3em;
    }
    .sol-bwn {
        padding-top: 2em;
    }
    .solution-main {
        min-height: 250px;
        padding-top: 1em;
    }
    .projects-top h3 {
        font-size: 1.3em;
    }
    .projects {
        padding: 1em 0px;
    }
    .projects-inform h3 {
        font-size: 1em;
    }
    .project-img {
        margin: 0px 0px 0.5em 0px;
    }
    .projects-inform {
        padding: 1em 0px 0px 0px;
    }
    .contact {
        padding: 1em 0px;
    }
    .contact-top h3 {
        font-size: 1.3em;
    }
    .contact-left h3 {
        font-size: 1.1em;
    }
    .contact-left h4 {
        font-size: 1em;
    }
    .contact-left {
        margin: 0px 0px 1em 0px;
    }
    .contact-right h3 {
        font-size: 1.1em;
    }
    textarea {
        font-size: 0.8em;
        padding: 6px;
        margin-top: 0px;
        height: 7em;
    }
    input[type="text"] {
        font-size: 0.8em;
        padding: 6px;
    }
    input[type="submit"] {
        font-size: 0.8em;
    }
    .map iframe {
        height: 130px;
    }
    .map {
        padding-bottom: 1em;
    }
    .banner-left {
        float: none;
        width: 100%;
    }
    .banner-right {
        float: none;
        width: 100%;
        margin: 1em 0px 0px 0px;
    }
    .banner {
        padding: 1em 0px 0px 0px;
    }
    .gd-tl-tip:after {
        border-left: 121px solid rgba(0, 0, 0, 0);
        border-right: 121px solid rgba(0, 0, 0, 0);
        left: 6%;
        top: 358px;
    }
    .infogrid-bwn a {
        font-size: 0.7em;
    }
    .info-grids-cr {
        margin: 0px 0px 3.5em 0px;
    }
    .info-grid {
        padding: 2em 0px 0.5em 0px;
    }
    .about {
        padding: 1em 0px 1em 0px;
    }
    .about-left h3 {
        font-size: 1.3em;
    }
    .about-left h4 {
        font-size: 0.93em;
    }
    .about-left ul li {
        margin: 4px 0px;
    }
    .about-left ul li a {
        font-size: 0.81em;
    }
    .team-main h3 {
        font-size: 1.2em;
    }
    .team {
        padding-bottom: 1em;
    }
    .team-grids {
        margin: 0px 9px 15px 0px;
        padding: 0px;
    }
    .p-single-left {
        width: 60%;
    }
    .user-comment h4 {
        font-size: 1.2em;
    }
    .user-comment p {
        font-size: 0.9em;
        overflow: hidden;
        height: 53px;
    }
    .blog-contact input[type="text"] {
        font-size: 0.9em;
        padding: 8px;
        width: 100%;
    }
    .blog-contact textarea {
        font-size: 0.9em;
        padding: 8px;
        width: 100%;
        height: 8em;
        margin: 3px 0px;
    }
    .blog-contact input[type="submit"] {
        font-size: 0.8em;
    }
    .user-bwn a {
        font-size: 0.8em;
    }
    .blog-contact h3 {
        font-size: 1.2em;
    }
    .date h3 {
        font-size: 1.8em;
    }
}