﻿/********************************FONT ********************************/

@font-face {
    font-family: 'open_sansregular';
    src: url('../Fonts/opensans-regular-webfont.eot');
    src: url('../Fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../Fonts/opensans-regular-webfont.woff2') format('woff2'), url('../Fonts/opensans-regular-webfont.woff') format('woff'), url('../Fonts/opensans-regular-webfont.ttf') format('truetype'), url('../Fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/********************************GENERAL USE ********************************/

body {
    background: #E9EAE9;
    font-family: 'open_sansregular';
    color: #888687;
    line-height: 22px;
    font-size: 14px !important;
}

h1, h2, h3, h4, h5, h6, .h1 {
    font-family: 'open_sansregular';
    color: #888687;
}

h1, .h1 {
    font-size: 34px;
}

    h1.animation, .h1.animation {
        color: #ffffff;
    }

h2 {
    font-size: 24px;
}

    h2.animation {
        color: #ffffff;
        font-weight: normal;
        margin-left: 20%;
        margin-right: 20%;
    }

        h2.animation a {
            color: #E0F0FF;
        }

            h2.animation a:hover {
                color: #ffffff;
            }

@media (max-width: 992px) {
    h1 {
        font-size: 24px !important;
    }

    h2 {
        font-size: 18px !important;
    }

    span.rwd-break {
        display: none;
    }
}

h3 {
    font-size: 20px;
    color: #787878;
    font-weight: 400;
    line-height: 24px;
}

h4 {
    font-size: 16px;
}

fieldset {
    background-color: #F0F5FF;
    margin: 10px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 10px;
}

input[data-val-required] {
    background-image: radial-gradient(red 15%, transparent 16%), radial-gradient(red 15%, transparent 16%);
    background-size: 1em 1em;
    background-position: top right;
    background-repeat: no-repeat
}

.no-margin {
    margin: 0 !important;
    padding: 0 !important;
}

.center {
    float: none;
    margin-left: auto;
    margin-right: auto;
}

.whitebgd {
    background-color: #ffffff;
}

img.wide { /* ~ .img-responsive */
    display: block;
    height: auto;
    max-width: 100%;
}

input[type='submit'], button.submit {
    cursor: pointer;
    padding: 6px 10px;
    background: #015c99;
    border: 1px solid #015c99;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    color: #ffffff;
    font-size: 1.1em;
}

    input[type='submit']:hover, input[type='submit']:focus, button.submit:hover, button.submit:focus {
        background-color: #005977; /*make the background a little darker*/
    }
/******************************** buttons READ MORE  ********************************/

.btn-readmore {
    background-color: transparent !important; /* #428bca; */
    border-color: #ffffff !important; /* #357ebd; */
}

.btn {
    font-size: 13px !important; /* 14px; */
}
/******************************** Icons  ********************************/

i.blue {
    color: #3276b1;
}

i.white {
    color: #fff;
}
/******************************** Tooltip ********************************/

@media (min-width: 993px) {
    .tooltiptext {
        display: none;
    }
}
/******************************** Sliders ********************************/

#main-slider {
    position: relative;
    padding-top: 7%;
    margin: auto;
    width: 92%;
}

@media (min-width: 993px) {
    #main-slider .carousel-control {
        top: 120px !important;
    }

    #ourcrmmarker_mob {
        display: none;
        height: 0;
    }
}

#main-slider div.col-xs-7 {
    width: 70% !important;
}

@media (min-width:481px) and (max-width: 992px) {
    #main-slider .carousel-control {
        top: 60px !important;
    }

    #main-slider.center {
        margin: 0 5px;
        width: 96%;
    }

    #main-slider div.col-xs-7 {
        width: 70% !important;
    }

    #ourcrmmarker_pc {
        display: none;
        height: 0;
    }
}

@media (max-width: 480px) {
    #main-slider .carousel-control {
        height: 200px;
        margin-top: 50%;
    }

    #main-slider.center {
        margin: 0 5px;
        width: 100%;
    }

    #main-slider div.col-xs-7 {
        width: 98% !important;
    }

    #ourcrmmarker_pc {
        display: none;
        height: 0;
    }
}

#main-slider .carousel-inner .carousel-content {
    text-align: center;
    margin-top: 10%;
    margin-left: -15px;
    color: #ffffff;
}

#main-slider .carousel-inner .button-slide {
    padding: 8px 20px;
    margin-top: 10px;
    margin-bottom: 60px;
    display: inline-block;
    align-content: center;
}

    #main-slider .carousel-inner .button-slide:hover {
        box-shadow: inset 0 0 0 1px #E9EAE9;
    }

@media (min-width: 993px) {
    #main-slider .carousel-inner .item {
        height: 500px !important;
        top: auto !important;
        padding-top: 50px;
    }
}

#main-slider .carousel-inner .item.active {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    left: 0 !important;
    opacity: 1;
    width: 100%;
    height: 100%;
    padding-top: 50px;
    position: relative;
    display: block !important;
    -webkit-transition: opacity ease-in-out 500ms;
    -moz-transition: opacity ease-in-out 500ms;
    -o-transition: opacity ease-in-out 500ms;
    transition: opacity ease-in-out 500ms;
    z-index: 1;
}

#main-slider a.prev, #main-slider a.next {
    background-color: transparent;
    color: #fff;
    display: inline-block;
    height: 5%;
    width: 3%;
    text-align: center;
    z-index: 1;
}

    #main-slider a.prev:hover, #main-slider a.next:hover {
        color: #285e8e;
    }

#main-slider a.prev {
    left: 20px;
}

#main-slider a.next {
    right: 20px;
}

#main-slider .carousel-indicators li {
    width: 20px;
    height: 20px;
    background-color: #fff;
    margin: 0 15px 0 0;
    position: relative;
}

    #main-slider .carousel-indicators li:after {
        position: absolute;
        content: "";
        width: 24px;
        height: 24px;
        border-radius: 100%;
        background: rgba(0, 0, 0, 0);
        border: 1px solid #FFF;
        left: -3px;
        top: -3px;
    }

#main-slider .carousel-indicators .active {
    width: 20px;
    height: 20px;
    background-color: #3276b1;
    margin: 0 15px 0 0;
    border: 1px solid #3276b1;
    position: relative;
}

    #main-slider .carousel-indicators .active:after {
        position: absolute;
        content: "";
        width: 24px;
        height: 24px;
        border-radius: 100%;
        background: #3276b1;
        border: 1px solid #3276b1;
        left: -3px;
        top: -3px;
    }

#main-slider .active .animation.animated-item-1 {
    -webkit-animation: fadeInUp 300ms linear 300ms both;
    -moz-animation: fadeInUp 300ms linear 300ms both;
    -o-animation: fadeInUp 300ms linear 300ms both;
    -ms-animation: fadeInUp 300ms linear 300ms both;
    animation: fadeInUp 300ms linear 300ms both;
}

#main-slider .active .animation.animated-item-2 {
    -webkit-animation: fadeInUp 300ms linear 600ms both;
    -moz-animation: fadeInUp 300ms linear 600ms both;
    -o-animation: fadeInUp 300ms linear 600ms both;
    -ms-animation: fadeInUp 300ms linear 600ms both;
    animation: fadeInUp 300ms linear 600ms both;
}

#main-slider .active .animation.animated-item-3 {
    -webkit-animation: fadeInUp 300ms linear 900ms both;
    -moz-animation: fadeInUp 300ms linear 900ms both;
    -o-animation: fadeInUp 300ms linear 900ms both;
    -ms-animation: fadeInUp 300ms linear 900ms both;
    animation: fadeInUp 300ms linear 900ms both;
}

#main-slider .active .animation.animated-item-4 {
    -webkit-animation: fadeInUp 300ms linear 1200ms both;
    -moz-animation: fadeInUp 300ms linear 1200ms both;
    -o-animation: fadeInUp 300ms linear 1200ms both;
    -ms-animation: fadeInUp 300ms linear 1200ms both;
    animation: fadeInUp 300ms linear 1200ms both;
}

#main-slider .carousel-control .icon-prev, .carousel-control .icon-next, #main-slider .carousel-control .glyphicon-chevron-left, #main-slider .carousel-control .glyphicon-chevron-right {
    top: 40% !important; /* 40% */
}

#myCarousel .carousel-control, #myCarmob .carousel-control {
    width: 25px !important; /*opacity: 0.5;*/
}

.left.carousel-control, .right.carousel-control {
    background-image: none !important;
    filter: opacity(0) !important;
    z-index: 1;
}

.carousel-control:hover, .carousel-control:focus {
    color: #015c99 !important;
    outline: 0;
    background-color: transparent;
}

.glyphicon {
    font-family: 'FontAwesome' !important; /* 'Glyphicons Halflings' */
}

@media (min-width: 993px) {
    #main-slider > a > span.glyphicon {
        font-size: 5em;
    }
}

@media (max-width: 992px) {
    #main-slider > a > span.glyphicon {
        font-size: 2em;
    }
}
/******************************** navbar ********************************/

.navbar-collapse {
    max-height: none;
}

.nav > li > span.contain {
    white-space: nowrap;
    padding: 0;
    margin: 0;
    display: block;
}

@media (min-width: 1200px) {
    .nav > li > span.contain {
        line-height: 100px !important;
    }
}

.nav > li > span.contain > a {
    padding: 10px 10px;
}

@media (max-width: 1199px) {
    .navbar {
        min-height: 25px !important;
    }

    .navbar-brand {
        line-height: 25px !important; /* 20px; */
        padding: 5px 5px !important; /*15px */
    }

    .navbar-nav > li > a {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        line-height: 25px !important;
    }

    .navbar-default {
        border-color: #ffffff !important; /*#e7e7e7*/
        background-color: #ffffff !important; /*#f8f8f8;*/
        padding-top: 0 !important;
    }

    .dropdown-menu > li > a {
        padding: 10px !important;
        padding-left: 30px !important;
        line-height: 2px !important;
    }
}

@media (min-width: 1200px) {
    .navbar-brand {
        width: 216px;
    }

    .navbar-nav > li > a {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        line-height: 100px !important;
    }

    .navbar-nav > li > span.contain > a {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .navbar-default {
        border-color: #ffffff !important; /*#e7e7e7*/
        background-color: #ffffff !important; /*#f8f8f8;*/
        padding-top: 18px !important;
    }

    .dropdown-menu > li > a {
        padding: 10px !important;
        line-height: 22px !important;
    }
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555555;
    background-color: #ebecf0 !important; /*#e7e7e7*/
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #555555;
    background-color: #ebecf0 !important; /*#e7e7e7*/
}

.dropdown-menu {
    padding: 0 !important;
    margin: 0 !important;
}

    .dropdown-menu .divider {
        margin: 0 !important;
    }
/******************************** Boxes ********************************/

@media screen and (min-width:993px) {
    .jumbotron h1 {
        font-size: 34px !important;
        margin: 0 !important;
    }
}

.jumbotron {
    background-color: #fff !important;
    min-height: 350px !important;
    margin: 0 !important;
}

.thumbnail {
    border: 0 !important;
    width: 100%; /* background-color: #E0F0FF;*/
}

    .thumbnail .caption {
        padding: 6% !important;
        height: 100%;
    }

.cut-image {
    position: relative;
    float: left;
    margin: 0 5px;
    overflow: hidden;
    border-radius: 0;
}

    .cut-image.white {
        background-color: #ffffff;
    }

    .cut-image.blue {
        background-color: #71C9E1;
    }

    .cut-image.socialblue {
        background-color: #53a3ca;
    }

    .cut-image.grey {
        background-color: #97a7ac;
    }

    .cut-image.green1 {
        background-color: #63a56a;
    }

    .cut-image.green2 {
        background-color: #BCDB8D;
    }

    .cut-image.green3 {
        background-color: #91CC82;
    }

    .cut-image.green4 {
        background-color: #B4D38D;
    }

    .cut-image::after {
        content: '';
        position: absolute;
        bottom: 0;
        right: 0;
        height: 0;
        width: 0;
        border-left: 20px solid transparent;
        border-top: 20px solid transparent;
        border-bottom: 20px solid #e9eae9;
        border-right: 20px solid #e9eae9;
    }

    .cut-image.green1::after, .cut-image.green2::after, .cut-image.green3::after, .cut-image.green4::after {
        border-left: 20px solid transparent;
        border-top: 20px solid transparent;
        border-bottom: 20px solid #ffffff;
        border-right: 20px solid #ffffff;
    }

button.cut-image.grey:hover {
    background-color: #697477 !important;
}

button.cut-image.green1:hover, .cut-image.green2:hover, .cut-image.green3:hover, .cut-image.green4:hover {
    background-color: #417246 !important;
}

button.cut-image.socialblue:hover {
    background-color: #015c99 !important;
}

button.cut-image.blue:hover {
    background-color: #4C8FA0 !important;
}

h2.subtitle {
    color: #888687;
    text-align: left;
    font-size: 22px;
    margin-top: 2px !important;
    text-transform: uppercase;
}

h4.subsubtitle {
    color: #888687;
    text-align: left;
    font-size: 14px;
    margin-top: 0 !important;
    text-transform: uppercase;
}

.subtext {
    text-align: left;
    color: #888687;
}

    .subtext.withbutton {
        margin-bottom: 40px;
    }

.cut-image.blue > .caption > h2.subtitle, .cut-image.socialblue > .caption > h2.subtitle, .cut-image.grey > .caption > h2.subtitle, .cut-image.green1 > .caption > h2.subtitle, .cut-image.green2 > .caption > h2.subtitle, .cut-image.green3 > .caption > h2.subtitle, .cut-image.green4 > .caption > h2.subtitle, .cut-image.blue > .caption > div.subtext > h2.subtitle {
    color: #ffffff !important;
}

.cut-image.blue > .caption > h4.subsubtitle, .cut-image.grey > .caption > h4.subsubtitle, .cut-image.blue > .caption > div.subtext > h4.subsubtitle {
    color: #ffffff !important;
}

.cut-image.white > .caption > .subtext, .cut-image.white > .caption > ul > li {
    text-align: left;
    color: #888687 !important;
}

.cut-image.blue > .caption > .subtext, .cut-image.blue > .caption > ul > li, .cut-image.socialblue > .caption > .subtext, .cut-image.grey > .caption > .subtext, .cut-image.rey > .caption > ul > li, .cut-image.green1 > .caption > .subtext, .cut-image.green2 > .caption > .subtext, .cut-image.green3 > .caption > .subtext, .cut-image.green4 > .caption > .subtext, .cut-image.blue > .caption > div.subtext > .subtext, .cut-image.blue > .caption > div.subtext > p, .cut-image.blue > .caption > div.subtext > ul > li {
    text-align: left;
    color: #ffffff !important;
}

.cut-image > .caption > .subbutton {
    text-align: left;
    margin-bottom: 2px !important;
    position: absolute;
    bottom: 20px;
}

button.thumbnail.round-image {
    background-color: #71C9E1;
    position: relative;
    float: left;
    border-radius: 50%;
    padding: 0;
    margin: 5px;
}

@media (max-width: 339px) {
    button.thumbnail.round-image {
        height: 179px !important;
        width: 179px !important;
    }

    .round-image > .caption > .roundh3 {
        font-size: 14px;
    }

    .fa-5x {
        font-size: 3em !important;
    }
}

@media (min-width: 340px) and (max-width: 992px) {
    button.thumbnail.round-image {
        height: 226px !important;
        width: 226px !important;
    }

    .round-image > .caption > .roundh3 {
        font-size: 18px;
    }
}

@media (min-width: 993px) and (max-width: 1200px) {
    button.thumbnail.round-image {
        height: 179px !important;
        width: 179px !important;
    }

    .round-image > .caption > .roundh3 {
        font-size: 14px;
    }

    .fa-5x {
        font-size: 3em !important;
    }
}

@media (min-width: 1201px) {
    button.thumbnail.round-image {
        height: 226px !important;
        width: 226px !important;
    }

    .round-image > .caption > .roundh3 {
        font-size: 18px;
    }
}

.round-image:hover {
    background-color: #4C8FA0 !important;
}

.round-image > .caption > .roundicon {
    padding: 15px;
    color: #015C99;
}

.round-image > .caption > .roundh3 {
    color: #ffffff;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0;
}

.rectangleblue {
    background-color: #71C9E1;
    padding: 20px;
    color: #ffffff;
    text-align: left;
    margin: 0;
}

    .rectangleblue.subtitle {
        text-align: left;
        font-size: 22px;
        margin: 0;
        text-transform: uppercase;
        color: #ffffff;
    }

    .rectangleblue.subsubtitle {
        text-align: left;
        font-size: 14px;
        margin: 0;
        text-transform: uppercase;
        color: #ffffff;
    }

    .rectangleblue.subtext, .rectangleblue > p {
        text-align: left;
        color: #ffffff;
        margin: 0;
    }
/********************************Social boxes ********************************/

.twitterh4 {
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    margin-top: 0 !important;
}

.twitterdiv {
    background-color: white;
    padding: 5px;
}

.twitter-timeline {
    width: 100% !important;
}

p.followus {
    color: #ffffff;
    text-align: center;
    padding: 5px;
}
/********************************Footer ********************************/

#footer {
    padding-top: 2%;
    padding-bottom: 2%;
    color: #fff;
    background: #858686;
    display: block;
}

    #footer ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        #footer ul > li {
            display: inline-block;
            margin-left: 15px;
        }

            #footer ul > li > a {
                color: #fff;
            }

                #footer ul > li > a:hover {
                    color: #e9eae9;
                }
/********************************Section's sizes ********************************/

#content {
    z-index: 2;
    width: 100%;
}

@media (max-width: 992px) {
    .row {
        padding-top: 0 !important;
    }

    .thumbnail.cut-image {
        margin-top: 4%;
        height: 100% !important;
    }

    #ourexpertise .caption, #oursolutions .caption, #ourrecentwork .caption {
        height: 100% !important;
    }

    #content {
        position: relative;
    }
}

@media (max-width: 767px) {
    #blog {
        top: 79px;
        width: 100%;
        margin: auto;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    #blog {
        top: 143px;
        width: 100%;
        margin: auto;
    }
}

@media (min-width: 1200px) {
    #blog {
        padding-top: 120px;
        width: 100%;
        margin: auto;
    }

    #content {
        position: absolute;
        top: 480px;
    }
}

#recent-works .col-xs-12.col-sm-4.col-md-3 {
    padding: 0;
}

#recent-works {
    padding-bottom: 70px;
}

#map-canvas {
    height: 525px;
    margin: 0;
    padding: 0;
    z-index: 3;
}
/********************************BREADBRUMBS NAVIGATION (BLOG) ********************************/

ul.breadcrumbs {
    list-style: none;
    height: 2.3em;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

    ul.breadcrumbs li {
        float: left;
        line-height: 2.3em;
        padding-left: .75em;
    }

        ul.breadcrumbs li a {
            background: url(../media/1107/breadcrumbs.gif) no-repeat right center;
            display: block;
            padding: 0 15px 0 0;
        }

.fakeH2 {
    animation-delay: 0.3s;
    font-size: 24px;
}

.fakeH2-2 {
    color: rgb(136, 134, 135);
    font-weight: 500;
    font-size: 22px;
    text-transform: uppercase;
    transform: none;
    transform: none;
    -webkit-text-fill-color: rgb(136, 134, 135);
    -webkit-text-stroke-color: rgb(136, 134, 135);
}

.fakeH2-3 {
    text-align: left;
    font-size: 22px;
    margin-top: 2px !important;
    text-transform: uppercase;
    color: white;
}

.fakeH4 {
    block-size: 15.3977px;
    border-block-end-color: rgb(255, 255, 255);
    border-block-start-color: rgb(255, 255, 255);
    border-bottom-color: rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    column-rule-color: rgb(255, 255, 255);
    font-weight: 500;
    outline-color: rgb(255, 255, 255);
    text-align: left;
    text-decoration: none solid rgb(255, 255, 255);
    text-decoration-color: rgb(255, 255, 255);
    text-emphasis-color: rgb(255, 255, 255);
    text-transform: uppercase;
    -webkit-text-fill-color: rgb(255, 255, 255);
    -webkit-text-stroke-color: rgb(255, 255, 255);
}
