@font-face {
    font-family: 'Conv_AVGARDM';
    src: url('../fonts/AVGARDM.eot');
    src: local('☺'), url('../fonts/AVGARDM.woff') format('woff'), url('../fonts/AVGARDM.ttf') format('truetype'), url('../fonts/AVGARDM.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
body{
    font-size:13px;
}
body, p, h1, h2, h3, h4, h5, h6, a, li {
    font-family: 'Conv_AVGARDM';
    line-height: 1.5;
}
img{
    max-width:100%;
}
a {
    cursor: pointer;
}

.navbar-toggle {
    background-color: #e5e5e5;
}

.navbar-toggle .icon-bar {
    background-color: black;
}

.navbar-nav>li>a {
    position: relative;
    box-sizing: content-box;
}

.navbar-nav>li>a:hover,
.navbar-nav>li>a:focus {
    color: #e04545;
    background:none;
}

.navbar-nav>li>a:hover:after {
    display: block;
}

.navbar-nav>li>a.current {
    color: #e04545;
}

.navbar-nav>li>a.current:after {
    display: block;
}

div {
    box-sizing: border-box;
}

p {
    color: #666666;
}

.navbar-brand {
    height: 65px;
    padding: 4px 15px;
}

.navbar-nav>li>a {
    text-transform: uppercase;
    font-size: 16px;
    color: #3287c2;
}


.secondary-menu {
    background-color: #3287c2;
}

.secondary-menu ul {
    padding-left: 0;
    text-align: center;
}

.secondary-menu ul a:after {
    content: " ";
    position: absolute;
    content: url('../img/arrow.png');
    right: 12px;
    top: 17px;
}

.title-text-blue {
    color: #3287c2;
}

.title-text-white {
    color: #fff;
}

#owl-demo .item img{
    display: block;
    width: 100%;
    height: auto;
}

.owl-prev, .owl-next {
    position: absolute;
    top: 40%;
    opacity: 0.8;
    width:41px;
    height:55px;
}

.owl-prev {
    left: 20px;  
    background-image: url('../img/left.png');  
    background-size:cover;
}

.owl-next {
    right: 20px;
    background-image: url('../img/right.png'); 
    background-size:cover;
}

.btn-blue,
a.btn-blue{
    padding: 5px 15px 3px 15px;
    border: 2px solid #65aee1;
    text-transform: uppercase;
    display: inline-block;
    line-height:1;
    color:#65aee1;
    background:#fff;
}

.btn-blue:hover,
a.btn-blue:hover{
    text-decoration: none;
    color:#fff;
    background:#65aee1;;
}

.descriptions p {
    margin: 0;
}

.home-portfolios .date {
    width: 20%;
    float: left;
}

.date p {
    text-align: center;
    line-height: 1.2;
    text-transform: uppercase;
}

.date .day {
    font-size: 30px;
}

.date .month, .date .year {
    font-size: 15px;
}

.home-portfolios .excerpt {
    width: 80%;
    float: left;
    padding-right: 5%;
}

.title {
    text-transform: uppercase;
}

.title a {
    color: inherit;
}

.footer {
    border-top: 4px solid #3287c2;
    background-color: #e9f6ff;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 30px;
}

.footer .copyright {
    margin-top: 23px;
}

/*ABOUT PAGE*/

.sub-page .header-wrapper {
    background-color: #dcdddd;
    border-top: 4px solid #3287c2;
    position: relative;
}

.sub-page .jumbotron {
    padding: 0;
    margin: 0;
}

.jumbo-text {
    position: relative;
    display: inline-block;
    float: left;
    top: 115px;
    font-size: 25px !important;
    z-index: 9999;
}

.breadcrumb {
    background-color: transparent;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-top: 30px;
    padding-left: 0;
}

.breadcrumb li.active a {
    color: #777;
}

.sub-page .jumbotron {
    height: 258px;
    background: #dcdddd;
    padding-left:15px;
}

.sub-page .jumbotron img {
    height: 100%;
    position: absolute;
    right: 0;
}

.about-page .services-wrap {
    margin: 40px 0;
}
.about-page .services-wrap .icon-box{
    margin-bottom:10px;
}

.value-proposition > div {
    border: 1px solid #e5e5e5;
}

.value-proposition > div > div {
    min-height: 187px;
    padding: 25px 15px;
}

.value-proposition h2 img {
    margin-right: 15px;
}

.client-list > div {
    border: 1px solid #e5e5e5;
}

.client-list > div > div {
    min-height: 330px;
    padding: 25px 15px;
}

.client-list h3 img {
    margin-right: 15px;
}

.footer-2 {
    margin-top: 60px;
    padding: 15px 0 2px;
    background-color: #444444;
    width: 100%;
    bottom: 0;
}

.footer-2 li {
    display: inline-block;
    margin-left: 8px;
}

ul.socials i {
    color: #fff;
    position: relative;
    top: 5px;
}

ul.socials a {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-color: #3287c2;
    border-radius: 100px;
    text-align: center;
}

/*PRODUCTS*/

.software-tools {
    padding: 10px;
    border: 1px solid #e5e5e5;
    color: #666666;
}

.software-tools-wrapper {
    margin: 35px 0;
    overflow: auto;
}

.product-list h3 {
    margin-bottom: 15px;
}

.product-list img {
    margin-right: 20px;
}

.product-list .product-1{
    padding-bottom: 65px;
    border-bottom: 1px solid #e5e5e5;
}

.product-list .product-2 {
    margin-top: 25px;
}

/*SERVICES*/

.service-list img {
    margin-right: 20px;
}

.service-1, .service-2, .service-3, .service-4 {
    overflow: auto;
}

/*DOWNLOADS*/

.downloads h3 img {
    margin-right: 20px;
}

.downloads .downloads-content p {
    margin: 30px 0;
}

.downloads .downloads-wrapper {
    padding: 20px 15px 39px;
    border: 1px solid #e5e5e5;
    margin-top: 70px;
}

/*CONTACT*/

.contact-info {
    margin-top: 55px;
}

.contact-info .contact-details li{
    display: inline-block;
}

.contact-info .contact-details img {
    margin-top: -1px;
    margin-right: 3px;
}

.contact-info .contact-details li:not(:first-child){
    margin-left: 10px;
}

.contact-info .contact-details {
    padding-left: 16px;
    clear: both;
}

.contact-info h3 {
    margin-top: 0;
}

.contact-info h3 small{
    font-size: 12px;
}

.contact-info .address {
    margin-bottom: 2px;
}

#form {
    margin-top: 15px;
}

#form input.form-control {
    margin-bottom: 12px;
}

#form .btn-blue {
    margin-top:20px; 
    margin-bottom:20px;
}

.pagination-wrapper {
    margin-right: 15px;
}

/*PORTFOLIO PAGE*/

.portfolio-page .descriptions h3{
    margin-top: 0;
    margin-bottom: 0;
}

.portfolio-page .descriptions img {
    width: 100%;
}

.pf-inner-image-wrapper {
    margin-top: 30px;
}

.pf-inner-image-wrapper .col-md-3 {
    padding-left:0;
    margin-bottom: 15px;
/*    min-height: 135px;*/
}

.fancybox-opened .fancybox-skin {
    box-shadow: none;
    -webkit-box-shadow: none;
}

.fancybox-skin {
    background: #fff;
    padding: 5px 5px 30px 5px !important;
}

.fancybox-close {
    background-image: url('../img/close.png');
    width: 70px;
    height: 26px;
    bottom: 2px;
    top: initial;
    right: 4px;
}

/*clearfix*/

.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
}
.clearfix:after {
    clear:both;
}
.clearfix {
    zoom:1;
}
.navbar-collapse{
    padding-left:0;
    padding-right:0;
}
.navbar-nav{
    margin-right:0;
    margin-left:0;
}
    
.secondary-menu .menu-item{
    padding-top:10px;
    padding-bottom:10px;
    padding-right:50px;
    text-align:right;
    border-right:1px solid #65aee1;
    position:relative;
}

.secondary-menu .menu-item:after {
    content: " ";
    position: absolute;
    content: url('../img/arrow.png');
    right: 12px;
    top: 12px;
}

.secondary-menu .menu-item a{
    color: #fff;
    font-size:13px;
}
.services-block:before,
.services-block:after{
    display:table;
    content:" ";
    width:100%;
}
.services-block a {
    margin-bottom: 4px;
    float: left;
    padding-right: 4px;
}

.services-block .services-block-box {
    float:left;
}
.product-list{
    margin-top:15px;
}
.product-list .product-box .product-content-box{
    margin-bottom:45px;
}
.product-list .product-box .product-content-box .icon-box{
    width: 120px;
    padding-right:20px;
    vertical-align:top;
}
.product-list .product-box .product-content-box .content-box{
    vertical-align:top;
    text-align: justify;
}
.product-list .product-box .product-content-box p,
.product-list .product-box .product-content-box table{
    margin-bottom:30px;
}
.product-list .product-box .product-content-box p:last-child,
.product-list .product-box .product-content-box table:last-child{
    margin-bottom:0;
}
.product-list .product-box h3{
    font-size:20px;
    margin-top:0;
}
.download-wrapper{
    border:1px solid #e5e5e5;
    border-bottom:none;
    border-spacing: 0;
    width:100%;
    margin-top:50px;
}
.download-wrapper > tbody > tr{
    
}
.download-wrapper > tbody > tr > td{
    border-right:1px solid #e5e5e5;
    border-bottom:1px solid #e5e5e5;
    width:50%;
    padding: 30px 25px;
    vertical-align:top;
}
.download-wrapper > tbody > tr > td:last-child{
    border-right:none;
}
.download-wrapper h3,
.download-wrapper p{
    margin-top:0;
    margin-bottom:30px;
}
.download-wrapper h3:last-child,
.download-wrapper p:last-child{
    margin-bottom:0;
}
.download-wrapper h3 img{
    margin-right: 20px;
}
.title-width-image{
    margin-bottom:30px;
    font-size:19px;
}
.title-width-image table{
    border:none;
}
.title-width-image table td{
    
}
.title-width-image .image-box{
    padding-right:20px;
}
.portfolio_date{
    text-align:left;
}
.middle-line{
    border-top:1px solid #ccc;
}
@media (min-width: 1018px) {
    .product-list{
        margin-left:-30px;
        margin-right:-30px;
    }
    .product-list .product-box{
        padding-left:30px;
        padding-right:30px;
    }
}
@media (min-width: 768px) {
    .navbar-nav>li{
        margin-right:30px;
    }
    .navbar-nav>li:last-child{
        margin-right:0;
    }
    .navbar-nav>li>a {
        padding-top: 22px;
        padding-bottom: 22px;
        padding-left:0;
        padding-right:0;
    }

    .navbar-nav {
        float: none;
        display: block;
        clear: both;
        text-align: center;
    }

    .secondary-menu ul a {
        padding: 14px 47px;
        display: block;
        color: #fff;
    }

    .secondary-menu ul li {
        display: block;
        text-align: center;
        border-right: none;
        position: relative;
    }
}

@media (min-width: 1025px) {
    .set-menu-width {
        width: 1000px;
        margin: 0 auto 0 95px;
    }

    .secondary-menu ul {
        margin-bottom: 0;
    }

    .secondary-menu ul a {
        padding: 13px 45px 12px;
        display: block;
        color: #fff;
    }

    .secondary-menu ul li {
        display: inline-block;
        border-right: 1px solid #65aee1;
        position: relative;
        width:33.333333%
    }

    .services-block a {
        margin-bottom: 4px;
        width: 33.333%;
        float: left;
        padding-right: 4px;
    }

    .services-block .services-block-box {
        float:left;
        width:100%;
    }

    .services-block {
        margin-top: -3px;
    }

    .sections {
        margin-bottom: 30px;
    }

    .navbar {
        margin-bottom: 0;
        padding: 7px 0;
    }

    .navbar-nav {
        float: right;
        clear: none;
    }

    .navbar-brand {
        width: 260px;
    }

    .navbar-brand img {
        width: 100%;
    }

    .portfolio-wrapper {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }

    .image-trim {
        height: 185px;
        overflow: hidden;
        padding: 0;
    }

    .portfolio-wrapper img{
        width: 100%;
        margin-top: -4%;
    }

    .offset-0 {
        padding-left:0;
        padding-right:0;
    }

    .portfolio-wrapper .descriptions {
        margin-top: 20px;
        margin-bottom: 30px;
    }

    .service-list img {
        margin-bottom: 70px;
    }

    .service-4 img {
        margin-bottom: 20px;
    }

    .service-1, .service-2 {
        border-bottom: 1px solid #e5e5e5;
    }

    .service-3 h3 {
        margin-bottom: 47px;
    }

    .navbar-nav>li>a:after {
        position: absolute;
        content: " ";
        width: 100%;
        margin: auto;
        height: 3px;
        background-color: #e04545;
        left: 0;
        right: 0;
        bottom: 17px;
        display: none;
    }

}

@media (min-width: 1200px){
    .services-block a:last-child {
        display: block; 
    }
    
    .container{
        width:1000px;
    }
}

@media (min-width: 1280px) {
    .service-list .service-1, .service-list .service-2, .service-list .service-3, .service-list .service-4{
        padding-right: 95px;
    }

    .secondary-menu ul a {
        padding: 13px 70px 12px;
    }

    .secondary-menu ul li:nth-child(2) a {
        padding: 13px 50px 12px 109px;
    }

    .secondary-menu ul li:nth-child(3) a {
        padding: 13px 50px 12px 123px;
    }

    .navbar-brand {
        width: auto;
    }
}
@media (max-width: 1024px) {
    .logo-wrapper,
    .menu-wraper{
        width:100%;
    }
    .navbar-header{
        float:initial;
    }
    .navbar-toggle{
        display:block;
    }
    .navbar-collapse.collapse {
        display: none;
        height: auto!important;
        padding-bottom: 0;
        overflow: visible!important;
    }
    .collapse.in {
        display: block;
    }

    .nav>li {
        text-align: center;
        border-bottom: 1px solid #e9e9e9;
        width: 100%;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 20px;
    }
}
@media (max-width: 767px) {
    .secondary-menu .menu-item{
        padding-top:5px;
        padding-bottom:5px;
        padding-right:0;
        text-align:center;
        border-right:none;
    }
    .secondary-menu .menu-item:first-child{
        padding-top:10px;
    }
    .secondary-menu .menu-item:last-child{
        padding-bottom:10px;
    }
    .secondary-menu .menu-item:after {
        right: 15px;
        top: 12px;
    }
    .secondary-menu ul a {
        padding: 14px 47px;
        display: block;
        color: #fff;
    }

    .secondary-menu ul li {
        display: block;
        text-align: center;
        border-right: none;
        position: relative;
    }

    .navbar-brand {
        width: 227px;
    }

    .navbar-brand img {
        width: 100%;
    }

    .navbar {
        margin-bottom: 0;
        margin-top: 15px;
    }

    .home-portfolios .image-trim img{
        width: 100%;
    }

    .home-portfolios .image-trim {
        margin-top: 30px;
        margin-bottom: 15px;
    }

    .services-block {
        text-align: center;
    }

    .services-block a{
        display: block;
        margin: 17px 0;
    }

    .services-wrap > div {
        margin-bottom: 35px;
    }

    .services-wrap > div > div{
        margin-bottom: 15px;
    }

    .breadcrumb {
        font-size: 12px;
    }

    .client-list h3 img {
        display: block;
        margin: 0 auto;
    }

    .contact-info .contact-details li {
        display: block;
        margin-left: 0 !important;
    }

    .location-wrapper img {
        width: 100%;
    }
    .download-wrapper tbody > tr{
        display:block;
    }
    .download-wrapper tbody > tr > td{
        display:block;
        width:100%;
        border-right:none;
    }
}
@media (max-width: 480px) {
    .secondary-menu .menu-item:after {
        content:" ";
    }
}