@import url(https://fonts.googleapis.com/css?family=Lato:100,300,400,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,400,300,600,700);
@import url(https://fonts.googleapis.com/css?family=Noto+Sans:400,700);
@import url(https://fonts.googleapis.com/css?family=Merriweather:400,700);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);

body {
    background: #f3f9fe;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #000;
    min-height: 100%
}

.ccm-page a {
    text-decoration: none;
}

.body-bg {
    background: #f4f9fd !important
}

.wow {
    visibility: hidden
}

html {
    min-height: 100%;
    margin: 0
}

#container-bg-split {
    width: 100%;
    background: url(../images/sitefeed/bg-split3.jpg) 100% repeat-x;
    padding-bottom: 30px
}

a {
    color: #2e6da3
}

a.white {
    color: #fff
}

a.white:hover {
    outline: 0;
    text-decoration: none;
    color: #eee
}

a:hover {
    outline: 0;
    text-decoration: none;
    color: #666
}

a:focus {
    outline: 0;
    outline-offset: 0
}

a {
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

ul {
    list-style: none
}

h1, h2, h3, h4, h5, h6 {
    font-family: Lato, sans-serif;
    font-weight: 300
}

h1 {
    font-size: 30px;
    color: #434343;
    font-family: Merriweather, serif;
    font-weight: 600
}

h2 {
    font-size: 25px;
    color: #434343;
    font-family: Merriweather, serif;
    font-weight: 600
}

h3 {
    font-size: 22px;
    font-family: Montserrat, serif;
    font-weight: 600;
    padding-bottom: 15px
}

h4 {
    font-size: 18px;
    font-family: Montserrat, serif;
    font-weight: 500;
    padding-bottom: 15px
}

h5 {
    font-size: 18px;
    font-family: Montserrat, serif;
    font-weight: 400
}

p {
    font-family: "Open Sans", sans-serif
}

hr {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
    border-top: 1px solid #ccc
}

.overflow {
    overflow: hidden
}

.uppercase {
    text-transform: uppercase
}

.btn-common {
    font-size: 14px;
    color: #0099ae;
    border: 1px solid #0099ae;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    padding: 10px 25px
}

#action .col-sm-5 {
    position: absolute;
    top: 0;
    height: 100%;
    right: 0
}

.btn-common:focus, .btn-common:hover {
    outline: 0;
    background: 0 0;
    box-shadow: none;
    color: #01707f;
    border-color: #01707f
}

.align-right {
    text-align: right
}

.align-left {
    text-align: left
}

.align-right-padding {
    text-align: left;
    margin-left: 150px
}

.inline {
    display: inline-block
}

.padding {
    padding-top: 65px;
    padding-bottom: 65px;
}

.padding-bottom {
    padding-bottom: 65px
}

.padding-top {
    padding-top: 90px
}

.padding-prod {
    padding: 40px 0
}

.padding-prod2 {
    padding: 30px 0 50px
}

.padding-top-sitefeed {
    padding-top: 65px
}

.padding-right {
    padding-right: 80px
}

.padding-left {
    padding-left: 80px
}

.margin-bottom {
    margin-bottom: 35px
}

.carousel-indicators.visible-xs {
    height: 20px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: -35px;
    width: 100%;
    left: 0
}

.carousel-indicators.visible-xs li {
    border-color: #d29948;
    border-width: 2px;
    height: 12px;
    margin: 0 5px 0 0;
    width: 12px
}

.carousel-indicators.visible-xs li.active {
    background: rgba(210, 153, 72, .7)
}

ol li {
    padding-bottom: 10px
}

input:required {
    box-shadow: none
}

.button-login {
    color: #fff;
    border-radius: 3px;
    font-size: 14px;
    padding: 5px 30px;
    background-color: #2e6da3;
    border: solid 1px #2e6da3;
    float: left;
    cursor: pointer
}

.button-quote {
    color: #fff;
    border-radius: 3px;
    border: solid 1px #fff;
    font-size: 14px;
    padding: 5px 15px;
    float: left;
    margin-right: 10px
}

.button-home {
    background-color: #2e6da3;
    display: block;
    border: none;
    color: #fff;
    width: 270px;
    padding: 9px 5px;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    border-radius: 5px
}

.button-home:hover {
    background-color: #458cc9;
    display: block;
    border: none;
    color: #fff;
    width: 270px;
    padding: 9px 5px;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    border-radius: 5px
}

a.button-home {
    color: #fff
}

.button-home-gray {
    background-color: #ccc;
    border: none;
    color: #666;
    width: 250px;
    padding: 10px 5px;
    text-align: center;
    text-decoration: none;
    font-size: 14px !important;
    border-radius: 10px;
    margin-top: 10px;
    font-weight: 500
}

a.button-home-gray {
    color: #666
}

.fa-linkedin-square {
    font-size: 30px !important
}

.fa-facebook {
    font-size: 25px !important
}

.fa-twitter {
    font-size: 25px !important
}

.fa-envelope {
    font-size: 25px !important
}

#header {
    margin-bottom: 0;
    padding: 15px 0;
    background: #00305a
}

#header .navbar-header > a > img {
    margin-left: -12px;
}

#header .navbar-collapse li > a {
    display: block;
    padding: 10px 0;
}

#header .navbar-collapse {
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}

#header .navbar-inverse .container {
    position: relative
}

.search {
    /*position: absolute;*/
    top: 15px;
    right: 0
}

.search i {
    color: #00aeef;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 2px
}

.field-toggle {
    position: relative;
    top: 30px;
    right: 15px;
    display: none;
    height: 50px
}

.search-form {
    padding-left: 10px;
    height: 40px;
    font-size: 18px;
    color: #818285;
    font-weight: 300;
    outline: 0;
    border: 1px solid #00aeef;
    margin-top: 20px;
    border-radius: 4px
}

.social-icons ul li {
    padding: 0 10px
}

.social-icons ul li:last-child {
    padding-right: 0
}

.social-icons ul li a {
    font-size: 18px;
    color: #d3d3d3;
    padding: 0
}

.social-icons ul li a:hover .fa-facebook {
    color: #0884d5
}

.social-icons ul li a:hover .fa-twitter {
    color: #2aa7dc
}

.social-icons ul li a:hover .fa-google-plus {
    color: #a22523
}

.social-icons ul li a:hover .fa-dribbble {
    color: #e94989
}

.social-icons ul li a:hover .fa-linkedin {
    color: #006dc0
}

.social-icons ul li a:focus, .social-icons ul li a:hover {
    background: 0 0
}

#header .navbar {
    background: #00305a;
    border: 0;
    margin-bottom: 0
}

#header .navbar-brand {
    padding: 0;
    margin-left: 0
}

#header .navbar-brand h1 {
    padding: 0;
    margin: 0
}

#header .navbar-nav.navbar-right > li:last-child {
    margin-right: 65px
}

#header .navbar-nav.navbar-right > li a {
    color: #fff;
    font-size: 16px;
    padding: 20px;
    font-weight: 500;
    font-family: Montserrat
}

#header .navbar-inverse .navbar-nav li.active > a, #header .navbar-inverse .navbar-nav li.active > a:focus, #header .navbar-nav.navbar-right li > a:hover, .navbar-inverse .navbar-nav > .open > a {
    background-color: inherit;
    border: 0;
    color: #fff
}

.navbar-right {
    margin-left: 65px !important
}

#header .navbar-right.navbar-desktop {
    margin-left: 0px !important;
}
#header .navbar-right.navbar-desktop .sub-menu {
    white-space: normal;
}

#header .navbar > .container-fluid {
    flex-wrap: nowrap;
}

#header .navbar-inverse .navbar-nav li a:hover {
    color: #ccc
}

#divbio {
    position: absolute;
    border-radius: 5px;
    margin-left: 121px;
    margin-top: 39px;
    width: 180px;
    height: 100px;
    z-index: 17;
    background-color: #2e6da4;
    layer-background-color: #fff;
    border: 1px solid #2e6da3;
    display: none;
    font-size: 12px
}

#divbio li {
    margin-left: -20px;
    padding-bottom: 8px
}

#divbio ul {
    margin-top: 25px
}

#divbio a {
    color: #fff
}

#divbio a:hover {
    color: #fff
}

ul.sub-menu {
    display: none;
    list-style: none;
    padding: 0;
    margin: 0
}

#header .navbar-nav li ul.sub-menu li a {
    color: #036;
    padding: 5px 0;
    font-size: 13px;
    display: block;
    text-transform: capitalize;
    font-family: Montserrat
}

#header .navbar-nav li ul.sub-menu li .active {
    background: #00305a;
    color: #fff;
    position: relative
}

#header .navbar-nav li ul.sub-menu li .active i {
    position: absolute;
    font-size: 56px;
    top: -13px;
    color: #fff
}

#header .navbar-nav li ul.sub-menu li .active .fa-angle-right {
    left: -3px
}

#header .navbar-nav li ul.sub-menu li .active .fa-angle-left {
    right: -3px
}

#header .navbar-nav li ul.sub-menu li a:focus, #header .navbar-nav li ul.sub-menu li a:hover {
    background: #00305a;
    color: #fff
}

.fa-angle-down {
    padding-left: 5px
}

.scaleIn {
    -webkit-animation-name: scaleIn;
    animation-name: scaleIn
}

@-webkit-keyframes scaleIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes scaleIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

#footer {
    padding-bottom: 10px;
    background-repeat: repeat-x;
    background-position: bottom;
    background-size: contain;
    background: #ccc;
    border-top: 1px #666 solid;
    font-family: Open Sans;
    height: 115px;
    font-weight: 600
}

#footer ul.nav-bottom {
    display: inline !important;
    padding-top: 10px;
    float: right
}

#footer li {
    display: inline !important;
    padding-right: 12px;
    font-family: Open Sans;
    font-size: 16px
}

#footer li a {
    color: #767676 !important;
    text-decoration: underline
}

#footer .socail-text {
    font-size: 16px;
    color: #666;
    font-weight: 700;
    padding-top: 10px
}

#footer .copyright {
    font-size: 14px;
    color: #666;
    float: right;
    padding-right: 8px
}

#footer .right {
    float: right
}

.copyright-text {
    margin-top: 70px;
    color: #fff;
    font-size: 16px;
    padding-bottom: 15px
}

.copyright-text a {
    color: #3e848a
}

.copyright-text p {
    margin-bottom: 0
}

.social-text {
    font-size: 18px;
    color: #767676
}

.wrapper {
    min-height: calc(90vh - 115px)
}

h1.home {
    font-family: Merriweather;
    line-height: 1.5em;
    font-weight: 700;
    padding: 22px 13px 22px 0;
    font-size: 25px
}

p.home-gray {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 18px;
    color: #767676;
    margin-bottom: 10px
}

p.home-black {
    font-family: Montserrat;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 10px
}

a.home-gray {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 16px;
    color: #767676 !important
}

#container-home-bg {
    background: url(../images/home/home-bg3.png) 100% repeat-x;
    position: relative
}

#home-slider {
    position: relative;
    padding-top: 40px
}

#home-slider .main-slider {
    position: relative;
    height: 650px;
    background: url(../images/sitefeed/clouds.png) top right no-repeat
}

#home-slider .slide-text {
    position: absolute;
    top: 45px;
    left: 210px;
    width: 450px;
    color: #000 !important
}

#home-slider .slide-text a {
    font-size: 22px !important
}

#home-slider .slide-text ul {
    list-style: disc !important;
    margin-left: -18px
}

#home-slider .slide-text li {
    padding-bottom: 20px !important
}

#home-slider .slide-text h2 {
    color: #000 !important
}

.home-quote-sumbit-main-404 {
    background: #002f59;
    border: 1px solid #002f59;
    border-radius: 5px;
    width: 38%;
    padding: 10px;
    color: #fff
}

.animate-in .slide-text {
    -webkit-animation: fadeInLeftBig .7s cubic-bezier(.19, 1, .22, 1) .2s both;
    animation: fadeInLeftBig .7s cubic-bezier(.19, 1, .22, 1) .2s both
}

#home-slider .slider-sun {
    position: absolute;
    right: 365px;
    bottom: 100px
}

#home-slider .slider-birds2 {
    position: absolute;
    top: 161px;
    right: -90px;
    bottom: 50px
}

.animate-in .slider-birds2 {
    -webkit-animation: fadeInRight .5s ease-in-out 1.2s both;
    animation: fadeInRight .5s ease-in-out 1.2s both
}

#home-slider h1 {
    margin-top: 18px;
    margin-bottom: 10px
}

#home-slider .btn-common {
    margin-top: 20px
}

#home-slider .preloader {
    position: absolute;
    left: 0;
    top: 0;
    bottom: -30px;
    right: 0;
    background: #f3f9fe;
    text-align: center
}

.preloader > i {
    font-size: 48px;
    height: 48px;
    line-height: 48px;
    color: #00aeef;
    position: absolute;
    left: 50%;
    margin-left: -24px;
    top: 50%;
    margin-top: -24px
}

.preloader {
    position: absolute;
    left: 0;
    top: 0;
    bottom: -30px;
    right: 0;
    background: #f3f9fe;
    text-align: center
}

#action {
    background-image: url(../images/home/tour-bg.png);
    background-color: #fbfafa;
    background-repeat: repeat-x;
    height: 157px;
    background-position: center;
    display: table;
    position: static;
    width: 100%
}

.vertical-center {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    position: static
}

.single-service {
    background: #fff;
    overflow: hidden;
    display: block;
    border-radius: 5px;
    border: 1px solid #ccc;
    text-align: center;
    box-shadow: 2px 2px 3px #ccc;
    margin-left: 35px
}

.single-service a {
    color: #666
}

.single-service .fold {
    margin-bottom: 35px
}

.single-service h2 {
    margin-top: 10px;
    margin-bottom: 15px
}

.single-service p {
    padding: 0 8px
}

.action h1 {
    margin-top: 30px
}

.action p {
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 500
}

.action .btn-common {
    margin-top: 55px;
    float: left
}

.title {
    color: #404040;
    font-weight: 300
}

.single-features {
    overflow: hidden;
    padding-top: 65px;
    padding-bottom: 40px
}

.single-features .col-sm-6 {
    margin-top: 50px
}

.single-features:last-child {
    padding-bottom: 95px;
    padding-top: 0
}

.single-features h2 {
    margin-bottom: 15px
}

#clients {
    padding-bottom: 25px
}

.clients {
    margin-bottom: 25px
}

.clients-logo img {
    display: inline-block;
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    border: solid 1px #ccc;
    margin-top: 0;
    margin-bottom: 10px;
    width: 103px;
    height: 104px;
    box-shadow: 2px 2px 3px #ccc
}

.clients-logo-quote img {
    display: inline-block;
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    border: solid 1px #ccc;
    margin-top: 0;
    margin-bottom: 10px;
    width: 123px;
    height: 124px;
    box-shadow: 2px 2px 3px #ccc
}

.clients-logo-quote {
    margin: auto;
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px !important;
    text-align: center;
    padding-top: 10px
}

.clients-logo-quote-container {
    margin-left: 165px;
    width: 100%
}

.clients-logo {
    margin: auto;
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px !important;
    text-align: center;
    padding-top: 10px
}

.claim {
    margin: auto;
    width: 20%;
    text-align: center
}

#container-sitefeed {
    background: #f3f9fe;
    background-image: url(../images/sitefeed/gbg-2-new.png);
    background-repeat: repeat-x;
    display: table;
    position: static;
    width: 100%
}

.homeCards {
    width: 90%;
    text-align: left;
    padding-left: 10px;
    padding-top: 1px;
    font-size: 14px;
    margin: auto;
    margin-top: 18px !important
}

.full-img {
    width: 100%
}

.homeCards h2 {
    font-size: 20px
}

.quoteCard {
    margin-top: 20px;
    margin-bottom: 16px;
    margin-left: 10px;
    background: #2e6da4;
    border: 1px solid #000;
    border-radius: 5px;
    width: 90%;
    padding: 5px;
    color: #2e6da4;
    height: 40px;
    text-align: center
}

.quoteCard a {
    color: #fff;
    font-size: 16px !important
}

.claimCard {
    margin-top: 0;
    margin-bottom: 20px;
    margin-left: 10px;
    background: #fff;
    border: 1px solid #2e6da4;
    border-radius: 5px;
    width: 90%;
    padding: 5px;
    color: #2e6da4;
    height: 40px;
    text-align: center;
    color: #fff
}

.learnBtn {
    width: 100%;
    background: #eee;
    border-top: 1px solid #ccc;
    font-weight: 700;
    font-size: 12px;
    padding: 10px 0 10px 10px;
    text-align: left !important;
    color: #888
}

a.learnBtn {
    color: #fff
}

.learnBtn2 {
    border: none;
    color: #fff;
    padding: 8px 25px;
    width: 120px;
    text-decoration: none;
    font-size: 12px;
    background: #2e6da4;
    border-radius: 5px;
    text-align: center;
    display: table-cell;
    vertical-align: bottom
}

.learnBtn3 {
    border: none;
    color: #fff;
    padding: 10px 5px;
    text-decoration: none;
    font-size: 12px;
    width: 50%;
    background: #2e6da4;
    border-radius: 5px;
    text-align: center
}

.imgBlock {
    width: 50%
}

#twitter {
    width: 100%;
    text-align: center
}

.home-twitter-feed {
    height: 180px;
    background: #eee;
    padding-top: 40px;
    margin-top: 20px;
    margin-bottom: 70px
}

.blur-bg {
    background-image: url(../images/sitefeed/blur-bg2.png);
    background-repeat: no-repeat;
    margin-top: 60px;
    padding-top: 20px
}

.sitefeed-content {
    background-image: url(../images/sitefeed/blur-bg3a.png);
    border: 1px solid #eee;
    margin-top: 60px;
    padding: 30px 20px 20px 30px;
    border-radius: 5px
}

#company-information {
    padding-bottom: 30px
}

#quote {
    padding-bottom: 40px
}

#about {
    padding-top: 43px;
    padding-bottom: 0
}

#container-about {
    background-image: url(../images/sitefeed/gbg-4-new.png)
}

#container-product {
    background-image: url(../images/sitefeed/gbg-4-new2a.png);
    background-repeat: repeat-x;
    padding-top: 25px
}

#container-product-item {
    background-image: url(../images/sitefeed/gbg-5-new.png);
    background-repeat: repeat-x;
    padding-top: 20px
}

#container-quote {
    background-image: url(../images/sitefeed/gbg-4-new2a.png);
    background-repeat: repeat-x;
    padding-top: 10px
}

#no-background {
    background-image: none
}

#left-div {
    text-align: left
}

.blueGrad-card-header {
    display: block;
    background: #2e6da4;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .5);
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    padding: 15px;
    color: #fff;
    margin: 0;
    width: 75%;
    text-align: left
}

.blueGrad-card-body {
    background-image: linear-gradient(-124deg, #005c92 9%, #002f59 98%);
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .32);
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    padding: 15px;
    margin: 0;
    height: 200px;
    width: 75%;
    text-align: left;
    color: #fff
}

.whiteBtnLong {
    background: #fff;
    border: 1px solid #b9b9b9;
    border-radius: 5px;
    width: 90%;
    padding: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #000
}

.whiteBtnShort {
    background: #fff;
    border: 1px solid #b9b9b9;
    border-radius: 5px;
    width: 50%;
    padding: 5px;
    color: #000
}

#full-section {
    padding: 20px 0;
    margin: auto;
    width: 100%
}

#full-section-top {
    padding: 60px 0 10px;
    margin: auto;
    width: 100%
}

.full-left-col {
    margin-left: 80px
}

.full-right-col {
    margin-left: 90px
}

#divbio li {
    margin-left: -20px;
    padding-bottom: 8px
}

#divbio ul {
    margin-top: 25px
}

#divbio a {
    color: #fff
}

#divbio a:hover {
    color: #fff
}

.divdrop {
    position: absolute;
    border-radius: 5px;
    left: 104px;
    top: 28px;
    width: 180px;
    height: 190px;
    z-index: 17;
    background-color: #2e6da4;
    layer-background-color: #fff;
    border: 1px solid #2e6da3;
    display: none;
    font-size: 12px
}

#container-full {
    background: url(../images/sitefeed/bg-full6.jpg) 100% repeat-x;
    background-position: top;
    padding: 20px 0
}

#action, #page-breadcrumb {
    position: relative
}

#page-breadcrumb {
    background-repeat: repeat-x;
    height: 130px;
    background-position: center;
    display: table;
    position: static;
    width: 100%
}

#page-breadcrumb-none {
    background-repeat: repeat-x;
    height: 80px;
    background-position: center;
    display: table;
    position: static;
    width: 100%
}

#team {
    padding: 55px 0;
    margin-left: 250px
}

#team-carousel {
    margin-top: 80px
}

#company-information .padding-top {
    padding-top: 0
}

.about-image {
    padding: 90px 90px 0
}

.team-single {
    position: relative
}

#products {
    margin-top: 50px;
    margin-bottom: 10px
}

.single-product {
    background: #fff;
    overflow: hidden;
    display: block;
    height: 270px;
    border: 1px solid #979797;
    text-align: left;
    width: 95%;
    padding: 5px 20px;
    margin-bottom: 40px;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 2px 2px 3px #ccc
}

.single-product-quote {
    background: #eee;
    overflow: hidden;
    display: block;
    height: 32px;
    border: 1px solid #979797;
    text-align: left;
    width: 95%;
    padding: 5px 20px;
    margin-bottom: 40px;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 2px 2px 3px #ccc;
    font-size: 12px;
    color: #999;
    font-weight: 700
}

.single-product-quote a:hover {
    background: #fdf8f8
}

.single-product .fold {
    margin-bottom: 35px
}

.single-product h2 {
    margin-top: 10px;
    margin-bottom: 15px
}

.single-product p {
    padding-bottom: 15px
}

#product-bottom {
    background: url(../images/sitefeed/gbg-2b-new.png);
    background-repeat: repeat-x;
    margin-bottom: 0;
    padding-bottom: 130px
}

.bundle-content {
    padding-top: 20px;
    padding-left: 30px
}

.shield-bg {
    background: url(../images/products/illo-shield_v3.png);
    background-position: bottom right;
    padding-bottom: 157px;
    background-repeat: no-repeat;
    background-size: 65%
}

#recent-projects {
    padding: 85px 0
}

.recent-projects .team-single {
    height: 355px
}

.recent-projects p.padding-bottom {
    padding-bottom: 50px
}

.choose {
    padding-top: 10px
}

#company-information.choose .padding-top {
    padding-top: 100px
}

#company-information h2 {
    margin-bottom: 25px;
    margin-top: 0
}

ul.elements {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 14px
}

ul.elements li {
    margin: 6px 0;
    list-style-position: inside
}

ul.elements li > i {
    color: #2e6da4;
    display: inline-block;
    margin-right: 10px
}

#company-information h1.margin-bottom {
    margin-bottom: 26px
}

#full-top-content {
    width: 70%;
    margin: auto
}

#full-top-content-hf {
    width: 98%;
    margin: auto
}

#full-bottom-content-hf {
    width: 98%;
    margin: auto;
    padding-bottom: 100px
}

#full-bottom-content {
    width: 70%;
    margin: auto;
    padding-bottom: 100px
}

.rt-col {
    width: 20%;
    background: #b46668
}

#categories {
    display: none;
    border: 1px solid #000;
    width: 500px
}

.product-carousel-quote {
    margin-bottom: 20px
}

.padding-img-top {
    padding-top: 20px
}

#quote-bottom {
    margin-bottom: 100px
}

.quote-zip {
    background: #fff;
    border: 1px solid #b9b9b9;
    border-radius: 5px;
    width: 25%;
    padding: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #000
}

.quote-sumbit-main {
    background: #467f4f;
    border: 1px solid #2a5231;
    border-radius: 5px;
    width: 20%;
    padding: 5px;
    color: #fff
}

.quoteZip-main {
    width: 20%;
    padding-left: 10px !important;
    border-radius: 5px;
    font-size: 12px
}

.quote-prod {
    margin-top: 20px;
    margin-bottom: 20px;
    background: #f3f9fe;
    border: 1px solid #2e6da4;
    border-radius: 5px;
    width: 20%;
    padding: 5px;
    color: #2e6da4
}

.bus-btn {
    margin-top: 20px;
    margin-bottom: 20px;
    background: #2e6da4;
    border: 1px solid #2e6da4;
    border-radius: 5px;
    width: 25%;
    padding: 5px;
    color: #fff
}

.margin-top-quote {
    margin-top: 30px
}

iframe {
    border: none;
    height: 290px;
    width: 100%
}

.wrapper-sitefeed {
    min-height: calc(90vh - 115px)
}

.learnBtn-white {
    width: 20%;
    padding: 15px;
    text-align: center;
    background: #fff;
    margin-top: 30px;
    color: #2e6da4
}

.solution-information {
    width: 100%;
    margin: auto !important;
    padding: 20px 20px 30px 0;
    text-align: left
}

.clouds {
    background: url(../images/sitefeed/clouds.png);
    background-repeat: no-repeat;
    background-position: center top
}

.single-product-item {
    overflow: hidden;
    display: block;
    padding: 0 12px
}

.noLRpadding {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.single-product-item-blue {
    background: #e4f2fc;
    overflow: hidden;
    padding: 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding-left: 0 !important;
    padding-right: 0 !important
}

.single-product-item-white {
    overflow: hidden;
    display: block;
    padding: 0;
    padding-left: 0 !important;
    padding-right: 0 !important
}

.life-icon-left {
    width: 20%;
    float: left;
    padding: 10px;
    margin-top: 35px
}

.life-content-right {
    width: 75%;
    float: left;
    padding: 10px
}

.life-content-right h2 {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 0 !important
}

.life-content-right h4 {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 10px !important
}

.life-blue-btn {
    font-weight: 700;
    font-size: 14px;
    color: #285ba7;
    text-align: right;
    display: block;
    margin-bottom: 15px
}

.product-item {
    background: #fff;
    overflow: hidden;
    display: block;
    border: 1px solid #d4cfcf;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    box-shadow: 2px 2px 3px #ccc
}

.product-item-blue {
    background: #f3faff;
    overflow: hidden;
    display: block;
    border: 1px solid #d4cfcf;
    text-align: center;
    width: 65%;
    margin: 0 auto
}

.product-top {
    overflow: hidden;
    display: block;
    width: 65%;
    margin: 0 auto;
    background: #f3faff;
    margin-bottom: 35px !important;
    box-shadow: 2px 2px 2px 2px #ccc
}

.product-top .col-sm-6 p {
    margin-bottom: 0 !important
}

.product-top .col-sm-6 #image-marker {
    margin-left: -15px !important
}

.product-top h3 {
    margin-top: 0 !important
}

.product-content {
    overflow: hidden;
    display: block;
    width: 65%;
    margin: 0 auto
}

.product-margin {
    margin-top: 40px;
    margin-bottom: 60px
}

.product-padding {
    padding: 30px
}

.pagination li {
    display: inline-block;
    margin: 0 10px
}

.pagination li a {
    color: #000;
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid #fff
}

.pagination li:first-child a {
    background: url(../images/portfolio/left.png);
    background-repeat: no-repeat;
    text-indent: -999999999px;
    background-position: center top 10px;
    width: 32px;
    height: 36px;
    border: none;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.pagination li:first-child a:hover {
    background: url(../images/portfolio/left.png);
    background-position: center top -37px;
    background-repeat: no-repeat;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.pagination li:last-child a {
    background: url(../images/portfolio/right.png);
    background-repeat: no-repeat;
    text-indent: -999999999px;
    background-position: center top 10px;
    width: 32px;
    height: 36px;
    border: none;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.pagination li:last-child a:hover {
    background: url(../images/portfolio/right.png);
    background-position: center top -37px;
    background-repeat: no-repeat;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.pagination .active a, .pagination .active a:focus, .pagination .active a:hover, .pagination a:active, .pagination a:focus, .pagination li a:hover {
    background: 0 0;
    border-color: #c03035;
    color: #c03035
}

div.ccm-block-page-list-title {
    font-weight: 400 !important
}

.page-title {
    font-size: 28px;
    font-family: Montserrat, serif;
    font-weight: 500;
    padding-bottom: 35px;
    margin-bottom: 0 !important;
    color: #000 !important;
    padding-top: 20px
}

.blog-sidebar {
    margin-left: 0
}

.blog-sidebar ul li {
    margin-left: -37px;
    padding-bottom: 10px;
    font-size: 14px
}

.blog-sidebar-main {
    margin-left: 15px
}

.blog-sidebar-main ul li {
    margin-left: -37px;
    padding-bottom: 10px;
    font-size: 14px
}

.blog-padding-top {
    margin-top: 10px !important
}

.blog-img img {
    margin-bottom: 25px;
    border: 8px solid #fff
}

.ccm-block-page-list-page-entry-thumbnail img {
    border: 4px solid #fff
}

.blog-padding {
    padding-top: 0;
    padding-bottom: 60px
}

.ccm-block-topic-list-wrapper {
    display: none
}

.ccm-block-page-list-wrapper {
    margin: 40px 0;
    font-size: 14px;
    font-weight: 400 !important
}

.ccm-block-next-previous-wrapper {
    display: none
}

.page-date {
    display: none
}

.post-content-entry {
    margin-top: 30px;
    margin-bottom: 50px
}

.page-author {
    display: none
}

.post-content .ccm-block-page-list-title {
    font-size: 18px;
    font-family: Montserrat, serif;
    font-weight: 400;
    padding-bottom: 10px
}

.post-content .ccm-block-page-list-date {
    font-size: 12px;
    color: #2e6da3;
    padding-bottom: 10px
}

.post-content .ccm-block-page-list-description {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #ccc
}

.single-blog.timeline {
    background: #fff;
    border: 1px solid #eee;
    border-bottom: 0;
    position: relative;
    padding-bottom: 0
}

.timeline .post-content {
    padding: 20px 20px 0
}

.post-thumb {
    margin: -1px -1px 0;
    position: relative;
    overflow: hidden;
    padding-bottom: 0
}

.post-thumb img {
    margin: -1px -1px 0;
    position: relative;
    overflow: hidden;
    padding-bottom: 0;
    border: 8px solid #fff;
    -webkit-box-shadow: 0 2px 13px 2px #c2bcc2;
    -moz-box-shadow: 0 2px 13px 2px #c2bcc2;
    box-shadow: 0 2px 13px 2px #c2bcc2
}

.post-thumb-sm {
    margin: -1px -1px 0;
    position: relative;
    overflow: hidden;
    float: left;
    padding-right: 30px
}

.timeline .post-thumb img {
    width: 100%
}

.post-thumb iframe {
    width: 100%;
    min-height: 270px;
    border: 0
}

.post-overlay {
    position: absolute;
    top: 50%;
    display: none;
    width: 94px;
    height: 140px;
    margin-top: -70px;
    overflow: hidden
}

.post-overlay span {
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -60px;
    -webkit-animation: fadeInUp .4s;
    animation: fadeInUp .4s;
    z-index: 9
}

.post-overlay span:before {
    position: absolute;
    bottom: 0;
    border-style: solid;
    border-width: 60px;
    content: "";
    border-color: transparent transparent #0884d5;
    z-index: -1;
    cursor: initial
}

.post-overlay span a {
    font-size: 30px;
    color: #fff;
    background: 0 0;
    padding: 0;
    margin-left: 50px
}

.single-blog:hover .post-overlay {
    display: block;
    -webkit-animation: fadeIn .3s;
    animation: fadeIn .3s
}

.timeline-divider {
    position: relative;
    padding-top: 50px
}

.timeline-divider:before {
    position: absolute;
    top: 0;
    content: "";
    border-left-style: solid;
    border-left-width: 1px;
    height: 100%;
    border-left-color: #0099ae;
    left: 50%;
    margin-left: -2px
}

.timeline-blog .col-sm-6.padding-top {
    padding-top: 70px
}

.post-content {
    padding: 0
}

.timeline-date .btn-common {
    font-size: 18px;
    color: #4a4a4a;
    font-weight: 300;
    border-radius: 0;
    padding: 17px 40px
}

.arrow-right {
    position: relative
}

.arrow-right:after {
    position: absolute;
    right: 1px;
    content: "";
    top: 15px;
    background: url(../images/blog/left.png);
    width: 43px;
    height: 54px
}

.arrow-left {
    position: relative
}

.arrow-left:before {
    position: absolute;
    left: -2px;
    content: "";
    top: 86px;
    background: url(../images/blog/right.png);
    width: 43px;
    height: 54px
}

.post-title {
    margin-top: 0
}

.comments-number a, .post-title a {
    color: #686868
}

.post-content .post-author {
    margin-top: 0
}

.post-content .post-author a {
    font-weight: 300;
    font-size: 14px;
    color: #0099ae
}

a.read-more {
    color: #0099ae;
    font-weight: 300
}

a.read-more:hover {
    color: #01707f
}

.post-bottom {
    border-top: 1px solid #eee;
    margin: 20px -20px 0;
    padding: 20px 20px 0
}

.single-blog {
    padding-bottom: 30px
}

.single-blog .post-bottom {
    border-bottom: 1px solid #eee;
    padding-top: 10px;
    padding-bottom: 10px
}

.single-blog .post-overlay span {
    left: 0;
    top: 0;
    margin-left: 0;
    width: 94px;
    height: 140px;
    background: url(../images/blog/blog-arrow.png);
    -webkit-animation: fadeInLeft .4s;
    animation: fadeInLeft .4s
}

.single-blog .post-overlay span a {
    margin-left: 8px;
    font-weight: 700;
    font-size: 36px;
    line-height: 18px;
    position: absolute;
    top: 50px
}

.single-blog .post-overlay span a small {
    font-size: 16px;
    font-weight: 300;
    margin-left: 5px
}

.single-blog .post-overlay span:before {
    border-color: transparent;
    border-width: 0
}

.post-nav {
    margin: 0;
    padding: 0
}

.post-nav li a {
    color: #0099ae;
    padding: 0;
    text-align: left
}

.post-nav li a i {
    color: #0099ae;
    margin-right: 8px
}

.post-nav li a:hover {
    background: 0 0
}

.blog-padding-right {
    padding-right: 35px
}

.blog-pagination {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 55px
}

.masonery_area .single-blog .post-thumb {
    height: auto
}

.masonery_area .single-blog .post-title {
    margin-top: 5px
}

.masonery_area .single-blog .post-title a {
    font-size: 20px
}

.masonery_area .single-blog .post-thumb img {
    height: auto
}

.masonery_area .single-blog .post-bottom {
    border-top: 0;
    padding-top: 0;
    margin-top: 15px
}

.audiojs {
    background: #c03035;
    height: 45px;
    width: 100%
}

.audiojs .scrubber {
    background: #fff;
    height: 8px;
    border-top: 0;
    width: 170px;
    margin-top: 19px;
    margin-left: 12px;
    border-radius: 10px
}

.audiojs .play-pause {
    background: #a92b2f;
    width: 68px;
    height: 45px;
    padding: 0;
    padding-left: 24px;
    padding-top: 10px;
    border-right: 0
}

.audiojs .time {
    display: none
}

.audiojs .progress {
    background: #a92b2f;
    height: 8px;
    border-radius: 10px
}

.audiojs .loaded {
    background: #fff;
    height: 8px;
    border-radius: 10px
}

.navbar-nav.post-nav li {
    margin-right: 60px
}

.single-blog.blog-details .post-content {
    padding-top: 30px
}

.single-blog.blog-details .post-bottom {
    margin-top: 55px
}

.blog-share {
    margin-top: 40px;
    background: #f5f5f5;
    display: inline-block;
    padding: 2px 0
}

.stButton .chicklets, span.stButton_gradient, span.stMainServices {
    height: 24px !important
}

.author-profile.padding {
    padding-top: 50px
}

.author-profile .col-sm-2 img {
    width: 100%;
    border-left: 3px solid #0099ae
}

.author-profile h3 {
    margin-top: 0;
    color: #3a424c
}

.author-profile p {
    color: #3a424c;
    font-weight: 400
}

.author-profile span a {
    color: #c03035
}

.response-area {
    border-bottom: 0
}

.response-area h2 {
    margin-top: 0;
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 20px
}

.post-comment {
    padding-left: 70px;
    padding-top: 36px;
    border-top: 1px solid #f1e8dd
}

.post-comment .pull-left img {
    margin-right: 60px;
    border-left: 3px solid #0884d5
}

.post-comment .media-body {
    padding-top: 6px;
    border-bottom: 0;
    padding-bottom: 50px
}

.post-comment .media-body p {
    margin-top: 10px
}

.post-comment .media-body span i {
    color: #c03035;
    margin-right: 10px
}

.post-comment .media-body span a {
    color: #c03035;
    font-weight: 700
}

.post-comment .media-body .post-nav li a {
    font-weight: 300
}

.parrent .media-list {
    margin-left: 190px
}

.parrent .post-comment {
    padding-left: 0;
    margin-left: 70px
}

.fav-size {
    font-size: 64px
}

.faq-margin {
    margin-top: 60px;
    margin-bottom: 60px
}

.faq-category ol {
    margin-left: 130px;
    text-align: left !important
}

.single-faq-category {
    overflow: hidden;
    display: block;
    padding: 60px 20px
}

.faq-category {
    overflow: hidden;
    display: block;
    width: 75%;
    padding-bottom: 40px;
    margin: 0 auto
}

.faq-category h3 {
    margin-top: 10px;
    margin-left: 50px;
    font-size: 20px;
    color: #666 !important;
    font-weight: 500
}

.faq-answer p {
    padding-left: 20px
}

li.faq-answer {
    list-style: disc !important;
    padding-bottom: 8px
}

.career-images {
    overflow: hidden;
    display: block;
    width: 85%;
    margin: 0 auto
}

.career-content {
    width: 65%;
    margin: auto !important;
    padding: 40px 30px 30px
}

.feature-inner {
    text-align: center
}

.icon-wrapper {
    display: inline-block;
    background-color: #4fcccd;
    color: #fff;
    padding: 25px;
    box-shadow: 0 0 0 5px rgba(0, 0, 0, .1) inset;
    -webkit-box-shadow: 0 0 0 5px rgba(0, 0, 0, .1) inset;
    border-radius: 100%;
    margin: 10px 0
}

.thewidget md-content {
    background: #fff !important;
    border: 1px solid #ccc;
    border-radius: 5px
}

.thewidget h3.md-title {
    font-size: 22px !important
}

.thewidget .md-title {
    color: #333 !important
}

.thewidget md-tabs {
    max-width: 500px !important
}

.thewidget md-input-container:not(.md-input-has-value):not(.md-input-focused) label {
    color: #666 !important
}

md-tabs[md-border-bottom] md-tabs-wrapper {
    border-style: none !important
}

.thewidget .tab-controls div {
    text-align: center !important;
    margin-left: 30px
}

.md-ripple-container {
    left: -25px !important
}

.modal-wrapper {
    width: 100%;
    margin: auto;
    text-align: center
}

#myBtn {
    cursor: pointer;
    margin-top: -100px;
    padding-bottom: 30px
}

.modal2 {
    display: none;
    position: fixed;
    z-index: 4000;
    padding-top: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: inherit;
    background-color: none;
    background-color: none
}

.modal-content2 {
    position: relative;
    background-color: #fbfbfb;
    margin: auto;
    padding: 15px;
    border-bottom: 1px solid #ccc;
    width: 100%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 00), 0 6px 20px 0 transparent;
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: .4s;
    animation-name: animatetop;
    animation-duration: .4s;
    font-size: 14px !important
}

modal-content2 h3 {
    padding-bottom: 5px !important;
    padding-left: 15px
}

@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}

.close {
    color: #666;
    float: right;
    font-size: 12px;
    font-weight: 700;
    right: 400px
}

.close:focus, .close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer
}

.modal-header2 {
    padding: 0 16px
}

.modal-header2 h3 {
    padding-bottom: 5px !important;
    padding-left: 20px
}

.modal-body2 {
    padding: 2px 16px
}

F .modal-footer2 {
    padding: 2px 16px;
    color: #fff
}

.container-home-quote2 {
    width: 100%;
    height: 300px
}

#home-img-right {
    position: absolute;
    top: -300px;
    right: 110px;
    z-index: 0;
    width: 480px;
}

.home-quote-img {
    display: block;
    z-index: 0;
    position: relative;
    width: 110%;
    height: auto
}

.home-quote-sumbit-main {
    background: #002f59;
    border: 1px solid #002f59;
    border-radius: 5px;
    width: 25%;
    padding: 5px;
    color: #fff
}

.home-quoteZip-main {
    width: 25%;
    border-radius: 5px;
    font-size: 12px;
    padding: 4px 4px 4px 10px !important;
    margin-right: 10px;
    margin-left: 5px;
    margin-bottom: 2px
}

.home-quote-prod {
    background: #f3f9fe;
    border: 1px solid #2e6da4;
    border-radius: 5px;
    width: 20%;
    padding: 5px;
    color: #2e6da4
}

.home-flood-btn {
    background: #002f59;
    border-radius: 5px;
    width: 34%;
    padding: 7px;
    color: #fff;
    margin-bottom: 2px
}

.home-bus-btn {
    background: #002f59;
    border-radius: 5px;
    width: 39%;
    padding: 7px;
    color: #fff;
    margin-bottom: 2px
}

.home-bus-btn2 {
    padding: 7px;
    color: #fff
}

#home-quote {
    position: relative;
    z-index: 2;
    padding-bottom: 80px
}

#home-services {
    margin-top: 145px
}

.home-submit {
    margin-top: 5px
}
.home-clients-logo {
    margin-left: .375rem;
}

.home-clients-logo img {
    display: inline-block;
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    border: solid 1px #ccc;
    margin-top: 0;
    width: 89px;
    height: 90px;
    box-shadow: 2px 2px 3px #ccc
}

.home-title {
    color: #404040;
    font-weight: 500;
    margin-top: 38px;
    line-height: 42px
}

#container-home-quote {
    padding-top: 10px
}

.moblie {
    margin: auto
}

select {
    width: 85%;
    height: 32px;
    border-radius: 4px !important;
    border: 1px solid #ddd;
    background: #fff;
    padding: 4px;
    font-size: 14px;
    color: #777
}

.m-home-quoteZip-main {
    border-radius: 4px;
    font-size: 14px;
    padding: 4px 4px 4px 10px !important;
    margin-bottom: 10px;
    border: 1px solid #ddd
}

.m-home-quote-sumbit-main {
    background: #002f59;
    border: 1px solid #002f59;
    border-radius: 4px;
    width: 100%;
    padding: 5px;
    color: #fff;
    margin: auto
}

.moblie-product {
    overflow: hidden;
    display: block;
    text-align: center;
    width: 70%;
    margin: auto
}

.col-logo-width {
    width: 100%;
    background: #fff
}

.col-logo-img {
    height: 200px;
    padding-top: 15px
}

.col-logo-content {
    height: auto;
    width: 200px;
    font-size: 14px
}

.col-fund-width {
    width: 100%;
    background: #eaf0f5
}

.col-fund-content {
    width: 250px;
    height: 125px;
    font-size: 14px
}

.col-fund-img {
    width: 250px;
    height: 200px;
    padding-top: 15px;
    width: 250px;
    height: 200px;
    padding-top: 15px
}

.col-fund-bottom {
    width: 100%;
    background: #183058
}

.col-fund-bottom-content {
    font-size: 14px;
    color: #fff !important
}

.col-fund-bottom-img {
    padding-top: 15px
}

.col-sm-3 {
    width: 20% !important
}

.img-responsive {
    width: auto !important
}

.col-md-2 {
    padding-left: 5px !important
}

.col-md-3 {
    padding-left: 5px !important
}

.moblie-quote-padding {
    margin-left: -25px
}