@charset "UTF-8";
.bg-parallax-style-1 {
    background-size: cover;
    position: relative
}

.bg-parallax-style-1 .overlay {
    z-index: 0;
    width: 100%;
    height: 100%;
    background: rgba(1, 119, 215, .8);
    position: absolute;
    top: 0;
    left: 0
}

body {
    font: 14px/1.6 "Open Sans", Arial, Helvetica, sans-serif;
    color: #666;
    overflow-x: hidden !important
}

.heading-section {
    font-size: 36px;
    color: #0177d7
}

.bold {
    font-weight: 700
}

:focus {
    outline: 0
}

a {
    text-decoration: none !important
}

a, button {
    -webkit-transition: all .3s !important;
    transition: all .3s !important
}

@media (min-width: 1200px) {
    .container {
        width: 1200px
    }
}

.vimeo {
    margin: 0;
    position: relative;
    padding-bottom: 71.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden
}

.vimeo a {
    display: block;
    position: relative
}

.vimeo a img {
    max-width: 100%
}

.vimeo .btn-play {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -32px 0 0 -32px
}

.vimeo iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.au-breadcrumb {
    list-style: none;
    padding: 0;
    margin: 0
}

.au-breadcrumb:after {
    content: "";
    display: table;
    clear: both
}

.au-breadcrumb .au-breadcrumb-item {
    float: left
}

.au-breadcrumb .au-breadcrumb-item.active a {
    pointer-events: none;
    cursor: default
}

.au-breadcrumb .au-breadcrumb-item a {
    font-size: 14px;
    color: #555
}

.au-breadcrumb .au-breadcrumb-item a:hover {
    color: #0177d7
}

.au-breadcrumb .au-breadcrumb-item:after {
    font-family: FontAwesome;
    content: '\f105';
    margin: 0 5px
}

.au-breadcrumb .au-breadcrumb-item:last-child:after {
    content: '';
    display: none
}

.au-btn {
    border: none;
    border-radius: 3px;
    padding: 15px 30px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase
}

.au-btn-sm {
    padding: 10px 25px
}

.au-btn-sm-1 {
    padding: 3px 15px
}

.au-btn-md {
    padding: 15px 35px
}

.au-btn-lg {
    padding: 15px 40px
}

.au-btn-orange {
    background-color: #f39c12;
    color: #fff
}

.au-btn-orange:hover {
    background: #c87f0a;
    color: #fff
}

.au-btn-white {
    background-color: #fff;
    color: #3498db
}

.au-btn-white:hover {
    background: #015ba4;
    color: #fff
}

.au-btn-blue {
    background: #3498db;
    color: #fff
}

.au-btn-blue:hover {
    background: #015ba4 !important;
    color: #fff
}

.au-form-control {
    border: none;
    padding: 13px
}

.au-form-radius {
    border-radius: 3px
}

.au-form-border {
    border: 1px solid #ccc
}

.show {
    visibility: visible !important
}

.hidden {
    visibility: hidden !important
}

.w-50 {
    width: 50%
}

@media (max-width: 991px) {
    .w-sm-100 {
        width: 100%
    }
}

@media (min-width: 1200px) {
    .hidden-desktop-up {
        display: none
    }
}

@media (max-width: 767px) {
    .hidden-sm-tablet {
        display: none
    }
}

@media (max-width: 991px) {
    .hidden-sm-tablet {
        display: none
    }
}

@media (max-width: 767px) {
    .hidden-lg-tablet .item:nth-child(2) {
        display: none
    }
}

@media (max-width: 479px) {
    .hidden-lg-tablet {
        display: none
    }
}

@media (max-width: 319px) {
    .hidden-sm-phone {
        display: none
    }
}

.pagination-list {
    display: inline-block;
    margin: 0;
    padding: 0
}

.pagination-list li {
    float: left;
    width: 36px;
    height: 36px;
    border-radius: 50px;
    display: table;
    border: 1px solid #e5e5e5;
    text-align: center;
    margin: 0 7px
}

.pagination-list li.active, .pagination-list li:hover {
    background-color: #0177d7;
    border-color: #0177d7
}

.pagination-list li.active a, .pagination-list li:hover a {
    color: #fff
}

.pagination-list li.dot {
    border: none;
    vertical-align: bottom
}

.pagination-list li.dot:hover {
    background-color: transparent
}

.pagination-list li.dot span {
    display: table-cell;
    vertical-align: middle
}

.pagination-list li a {
    display: table-cell;
    color: #555;
    vertical-align: middle;
    font-size: 15px
}

.about-layout {
    padding: 80px 0 100px 0
}

.about-layout .image {
    padding-left: 20px
}

.about-layout .heading {
    padding-bottom: 15px;
    margin-top: -15px
}

.about-layout .passage {
    padding-bottom: 25px
}

.about-layout .passage p {
    font-size: 14px;
    line-height: 1.7857142857
}

.about-layout .introdude .item .icon {
    padding-bottom: 15px;
    margin-left: 5px
}

.about-layout .introdude .item .icon i {
    font-size: 24px;
    color: #ccc
}

.about-layout .introdude .item .number {
    padding-bottom: 5px
}

.about-layout .introdude .item .number span {
    line-height: 1;
    font-size: 60px;
    font-weight: 200;
    color: #333
}

.about-layout .introdude .item .number .sub {
    font-size: 40px;
    color: #555
}

.about-layout .introdude .item .subtext {
    padding-left: 5px
}

.about-layout .introdude .item .subtext span {
    text-transform: uppercase;
    font-size: 12px
}

@media (max-width: 991px) {
    .about-layout .image {
        padding-left: 0
    }

    .about-layout .image img {
        width: 100%
    }

    .about-layout .introdude {
        margin-bottom: 30px
    }
}

.about-layout-1 {
    padding: 90px 0
}

.about-layout-1 .heading {
    font-size: 36px;
    color: #0177d7;
    margin-bottom: 20px;
    margin-top: 0
}

.about-layout-1 .content {
    font-size: 14px;
    color: #666;
    margin-bottom: 35px;
    line-height: 1.5714285714
}

.about-layout-1 .action-group .sub-link {
    display: inline-block;
    margin-left: 5px
}

.about-layout-1 .action-group .sub-link span {
    font-size: 14px;
    color: #666
}

.about-layout-1 .action-group .sub-link a {
    font-size: 14px;
    color: #666;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: underline !important
}

.about-layout-1 .action-group .sub-link a:hover {
    color: #f39c12
}

.about-layout-1 .image img {
    width: 100%
}

@media (max-width: 991px) {
    .about-layout-1 .image {
        margin-bottom: 25px
    }
}

@media (max-width: 319px) {
    .about-layout-1 .action-group .sub-link {
        margin-top: 10px
    }
}

.blog-item {
    margin-bottom: 50px
}

.blog-item:after {
    content: "";
    display: table;
    clear: both
}

.blog-item .blog-image {
    width: 44.44%;
    float: left
}

.blog-item .blog-main {
    padding-left: 30px;
    float: left;
    width: 55.56%
}

.blog-item .blog-title {
    padding-bottom: 5px
}

.blog-item .blog-title a {
    font-size: 18px;
    font-weight: 700;
    color: #333
}

.blog-item .blog-title a:hover {
    color: #f39c12
}

.blog-item .blog-topic {
    display: inline-block;
    padding-bottom: 10px;
    margin-right: 30px
}

.blog-item .blog-topic a {
    font-size: 11px;
    color: #0177d7;
    text-transform: uppercase
}

.blog-item .blog-topic a:hover {
    color: #f39c12
}

.blog-item .blog-topic a:after {
    content: ','
}

.blog-item .blog-topic a:last-child:after {
    display: none
}

.blog-item .blog-date {
    display: inline-block
}

.blog-item .blog-date span {
    text-transform: uppercase;
    font-size: 11px;
    color: #999
}

.blog-item .blog-content {
    padding-bottom: 5px
}

.blog-item .blog-content p {
    font-size: 14px;
    line-height: 1.7857142857
}

.blog-item .blog-link a {
    font-size: 15px;
    color: #333
}

.blog-item .blog-link a:hover {
    color: #f39c12
}

.blog-single .post-title h1 {
    font-size: 30px;
    color: #333;
    font-weight: 700
}

.blog-single .post-info {
    font-size: 11px;
    color: #999;
    text-transform: uppercase
}

.blog-single .post-info .post-topic {
    margin-right: 35px
}

.blog-single .post-info .post-date, .blog-single .post-info .post-topic {
    display: inline-block
}

.blog-single .post-info .post-date a, .blog-single .post-info .post-topic a {
    color: #0177d7
}

.blog-single .post-image img {
    width: 100%
}

.blog-single .post-quote {
    padding: 15px 0 15px 30px
}

.blog-single .post-quote blockquote {
    font-size: 14px;
    color: #333;
    border-left: 2px solid #ccc
}

.blog-single .post-quote .quote-author {
    padding-top: 15px;
    font-weight: 600;
    display: block;
    text-transform: uppercase
}

.blog-single .post-lists ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.blog-single .post-lists ul li {
    line-height: 2.2;
    font-size: 14px
}

.blog-single .post-lists ul li i {
    margin-right: 7px;
    color: #0177d7
}

.blog-single .post-more-link:after {
    content: "";
    display: table;
    clear: both
}

.blog-single .post-more-link .link {
    padding-bottom: 5px
}

.blog-single .post-more-link .link a {
    font-size: 11px;
    color: #999;
    text-transform: uppercase;
    font-weight: 700
}

.blog-single .post-more-link .post-prev {
    float: left
}

.blog-single .post-more-link .post-prev i {
    margin-right: 3px
}

.blog-single .post-more-link .post-next {
    float: right
}

.blog-single .post-more-link .title h4 {
    margin: 0;
    font-weight: 700;
    font-size: 15px;
    color: #333
}

.blog-single .post-footer {
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc
}

.blog-single .post-footer:after {
    content: "";
    display: table;
    clear: both
}

.blog-single .post-footer a, .blog-single .post-footer span {
    text-transform: uppercase;
    font-size: 11px;
    color: #0177d7
}

.blog-single .post-footer a:hover {
    color: #f39c12
}

.blog-single .post-footer span {
    color: #999
}

.blog-single .post-footer .post-share {
    float: right
}

.blog-single .post-footer .post-tags {
    float: left
}

.blog-single .post-comments .post-comments-form .post-comments-form-group {
    padding-bottom: 20px;
    width: 100%
}

.blog-single .post-comments .post-comments-form .post-comments-form-group:after {
    content: "";
    display: table;
    clear: both
}

.blog-single .post-comments .post-comments-form .post-comments-form-group .post-comments-form-item {
    width: 50%;
    float: left
}

.blog-single .post-comments .post-comments-form .post-comments-form-group .post-comments-form-item:first-child {
    padding-right: 10px
}

.blog-single .post-comments .post-comments-form .post-comments-form-group .post-comments-form-item:last-child {
    padding-left: 10px
}

.blog-single .post-comments .post-comments-form .post-comments-form-group .post-comments-form-item input {
    width: 100%
}

.blog-single .post-comments .post-comments-form .post-comments-form-textarea {
    padding-bottom: 15px
}

.blog-single .post-comments .post-comments-form .post-comments-form-textarea textarea {
    max-width: 100%;
    width: 100%;
    min-height: 150px
}

.blog-single .post-comments-submit button {
    background: #555;
    color: #fff;
    font-weight: 400;
    text-transform: none;
    font-size: 18px;
    padding: 10px 30px
}

.blog-single .post-comments-submit button:hover {
    background: #333
}

.blog-single .post-comments-list ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.blog-single .post-comments-list .post-comments-has-reply .post-comments-item {
    border-bottom: none
}

.blog-single .post-comments-list .post-comments-has-reply .post-reply-lists {
    margin-left: 70px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 30px
}

.blog-single .post-comments-list .post-comments-has-reply .post-reply-lists .post-comments-item {
    padding-bottom: 40px
}

.blog-single .post-comments-list .post-comments-item {
    padding-bottom: 30px;
    border-bottom: 1px solid #e6e6e6
}

.blog-single .post-comments-list .post-comments-item .post-comments-item-image {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    overflow: hidden;
    float: left
}

.blog-single .post-comments-list .post-comments-item .post-comments-item-main {
    margin-left: 50px;
    padding-left: 15px
}

.blog-single .post-comments-list .post-comments-item .post-comments-item-main .content {
    font-size: 14px;
    line-height: 1.7142857143
}

.blog-single .post-comments-list .post-comments-item .post-comments-item-main .sub-content {
    font-size: 11px;
    text-transform: uppercase
}

.blog-single .post-comments-list .post-comments-item .post-comments-item-main .sub-content span {
    color: #999;
    margin-right: 20px
}

.blog-single .post-comments-list .post-comments-item .post-comments-item-main .sub-content .btn-reply {
    visibility: hidden;
    opacity: 0;
    cursor: pointer;
    font-weight: 600;
    color: #0177d7
}

.blog-single .post-comments-list .post-comments-item .post-comments-item-main .sub-content .btn-reply i {
    margin-right: 7px
}

.blog-single .post-comments-list .post-comments-item:hover .post-comments-item-main .sub-content .btn-reply {
    visibility: visible;
    -webkit-transition: all .5s;
    transition: all .5s;
    opacity: 1
}

.call-to-action-layout.style-1 {
    width: 100%;
    background-size: cover !important;
    padding: 200px 0 175px 0
}

.call-to-action-layout.style-1 .call-to-action-content h4 {
    font-size: 48px;
    color: #fff;
    line-height: 57px;
    margin-bottom: 35px
}

@media (max-width: 991px) {
    .call-to-action-layout.style-1 {
        background-position: right center !important
    }
}

@media (max-width: 767px) {
    .call-to-action-layout.style-1 {
        background-position: center center !important
    }
}

.call-to-action.style-2 {
    padding: 40px 0;
    background: #0177d7
}

.call-to-action.style-2 .call-to-action-block {
    text-align: center
}

.call-to-action.style-2 .call-to-action-content {
    font-size: 24px;
    line-height: 43px;
    color: #fff;
    font-weight: 400;
    display: inline-block;
    margin-right: 40px
}

@media (max-width: 479px) {
    .call-to-action.style-2 .call-to-action-block {
        text-align: left
    }
}

.call-to-action.style-3 {
    position: relative
}

.call-to-action.style-3 .overlay {
    z-index: 0;
    width: 100%;
    height: 100%;
    background: rgba(1, 119, 215, .9);
    position: absolute;
    top: 0;
    left: 0
}

.call-to-action.style-3 .call-to-action-block {
    position: relative;
    text-align: center;
    padding: 115px 0
}

.call-to-action.style-3 .call-to-action-block .call-to-action-content {
    font-size: 36px;
    color: #fff;
    line-height: 1.3;
    font-weight: 400
}

.call-to-action.style-3 .call-to-action-block button {
    margin-top: 25px
}

.call-to-action.style-4 {
    padding: 70px 0;
    background: #f0f5f8
}

.call-to-action.style-4 .call-to-action-block .call-to-action-content h4 {
    color: #333;
    font-size: 24px
}

.call-to-action.style-4 .fancy-select-wrapper {
    display: inline-block;
    font-size: 0
}

.call-to-action.style-4 .fancy-select-wrapper .fancy-select {
    padding-right: 20px;
    display: inline-block;
    vertical-align: bottom
}

.call-to-action.style-4 .fancy-select-wrapper .fancy-select .trigger {
    min-width: 250px;
    padding: 14px 20px;
    border: 1px solid #ccc;
    background: #fff;
    box-shadow: none;
    font-weight: 400;
    font-size: 14px;
    text-transform: none;
    text-align: left
}

.call-to-action.style-4 .fancy-select-wrapper .fancy-select .trigger:after {
    background: #f0f5f8;
    border-left: 1px solid #ccc;
    width: 15px;
    height: 15px;
    content: "\f078";
    font-family: FontAwesome;
    display: block;
    position: absolute;
    border-top: 0;
    top: -20px;
    right: 0;
    padding: 35px 20px 35px 10px
}

.call-to-action.style-4 .fancy-select-wrapper .fancy-select ul {
    background: #fff;
    min-width: 0;
    width: 100%;
    padding: 0;
    margin-top: 5px;
    border-top: 0;
    padding-bottom: 15px
}

.call-to-action.style-4 .fancy-select-wrapper .fancy-select ul li {
    width: 100%;
    text-align: left;
    padding-left: 20px;
    font-weight: 400;
    color: #666
}

.call-to-action.style-4 .fancy-select-wrapper .fancy-select ul li:hover {
    color: #f39c12
}

.call-to-action.style-4 .fancy-select-wrapper .fancy-select ul li.selected {
    background: #f39c12;
    color: #fff
}

@media (max-width: 1199px) {
    .call-to-action.style-4 .call-to-action-block {
        text-align: left
    }

    .call-to-action.style-4 .call-to-action-block .call-to-action-content {
        padding-bottom: 15px
    }
}

@media (max-width: 319px) {
    .call-to-action.style-4 .fancy-select-wrapper .fancy-select {
        padding-bottom: 15px
    }
}

.contact-layout.style-1 {
    margin-bottom: 10px;
    position: relative
}

.contact-layout.style-1 .heading h4 {
    font-weight: 700;
    color: #fff;
    font-size: 18px;
    margin-top: 5px;
    margin-bottom: 0
}

.contact-layout.style-1 .google-map {
    height: 670px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1
}

.contact-layout.style-1 .contact-block {
    width: 900px;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .15);
    margin: 90px auto 0
}

.contact-layout.style-1 .contact-form {
    float: left;
    background: #0177d7;
    padding: 35px 35px 30px;
    height: 100%
}

.contact-layout.style-1 .contact-form .contact-form-item {
    padding-bottom: 5px
}

.contact-layout.style-1 .contact-form .head-contact-form {
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    padding-bottom: 35px
}

.contact-layout.style-1 .contact-form .head-contact-form .fa {
    color: #fff;
    font-size: 36px;
    margin-bottom: 5px
}

.contact-layout.style-1 .contact-form .contact-form-body .input-title {
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    margin: 10px 0 7px
}

.contact-layout.style-1 .contact-form .contact-form-body input, .contact-layout.style-1 .contact-form .contact-form-body textarea {
    width: 100%;
    color: #888;
    padding: 13px 20px;
    font-size: 14px
}

.contact-layout.style-1 .contact-form .contact-form-body textarea {
    min-height: 130px;
    resize: vertical
}

.contact-layout.style-1 .contact-form .contact-form-body button {
    margin-top: 10px
}

.contact-layout.style-1 .contact-info {
    float: right;
    padding: 35px;
    background: #fff;
    height: 100%
}

.contact-layout.style-1 .contact-info .head-contact-info, .contact-layout.style-1 .contact-info .head-time-open {
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    padding-bottom: 35px
}

.contact-layout.style-1 .contact-info .head-contact-info .heading h4, .contact-layout.style-1 .contact-info .head-time-open .heading h4 {
    color: #333
}

.contact-layout.style-1 .contact-info .head-contact-info .fa, .contact-layout.style-1 .contact-info .head-time-open .fa {
    color: #333;
    font-size: 36px;
    margin-bottom: 5px
}

.contact-layout.style-1 .contact-info .head-contact-info, .contact-layout.style-1 .contact-info .head-time-open {
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.contact-layout.style-1 .contact-info ul {
    padding: 0
}

.contact-layout.style-1 .contact-info .list-contact-info {
    margin-top: 15px;
    list-style: none;
    padding-bottom: 15px
}

.contact-layout.style-1 .contact-info .list-contact-info li {
    font-size: 14px;
    color: #666;
    margin-bottom: 10px
}

.contact-layout.style-1 .contact-info .list-contact-info li .bold {
    font-weight: 700
}

.contact-layout.style-1 .contact-info .list-time-open {
    display: block;
    margin-top: 15px
}

.contact-layout.style-1 .contact-info .list-time-open li {
    display: block;
    margin-bottom: 10px;
    font-size: 14px
}

.contact-layout.style-1 .contact-info .list-time-open li .day {
    display: inline-block
}

.contact-layout.style-1 .contact-info .list-time-open li .time {
    float: right;
    text-align: left;
    display: inline-block;
    width: 153px
}

.contact-layout.style-1 .contact-info .list-time-open li:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden
}

@media (max-width: 991px) {
    .contact-layout.style-1 {
        height: auto
    }

    .contact-layout.style-1 .contact-block {
        width: auto
    }

    .contact-layout.style-1 .contact-info {
        margin-top: 15px
    }
}

.contact-layout.style-2 {
    background-size: cover !important;
    padding-bottom: 60px;
    margin-bottom: 0
}

.contact-layout.style-2 .contact-block {
    box-shadow: none;
    width: auto;
    padding: 0 365px;
    margin-top: 40px
}

.contact-layout.style-2 .contact-block .contact-form {
    width: 100%;
    background: 0 0
}

.contact-layout.style-2 .contact-block .contact-form .head-contact-form {
    border: none
}

.contact-layout.style-2 .contact-block .contact-form .head-contact-form .heading h3 {
    font-size: 36px;
    font-weight: 400;
    color: #fff;
    margin: 0
}

.contact-layout.style-2 .contact-block .contact-form .btn-area {
    text-align: center
}

@media (max-width: 1199px) {
    .contact-layout.style-2 .contact-block {
        padding: 0 250px
    }
}

@media (max-width: 991px) {
    .contact-layout.style-2 .contact-block {
        padding: 0 100px
    }
}

@media (max-width: 479px) {
    .contact-layout.style-2 .contact-block {
        padding: 0
    }
}

.contact-layout.style-3 .main-contact {
    padding: 65px 0 100px 0
}

.contact-layout.style-3 .heading {
    margin-bottom: 35px
}

.contact-layout.style-3 .heading h3 {
    font-size: 20px;
    color: #333;
    font-weight: 700
}

.contact-layout.style-3 .contact-info {
    padding-left: 20px
}

.contact-layout.style-3 .contact-info .subtitle {
    font-size: 14px;
    color: #666;
    margin-bottom: 20px
}

.contact-layout.style-3 .contact-info .contact-list {
    padding: 0;
    list-style: none
}

.contact-layout.style-3 .contact-info .contact-list li {
    line-height: 2.5;
    font-size: 14px
}

.contact-layout.style-3 .contact-info .contact-list li i {
    margin-right: 7px
}

.contact-layout.style-3 .google-map {
    height: 400px;
    width: 100%;
    position: relative;
    left: 0;
    top: 0;
    z-index: 1
}

@media (max-width: 1199px) {
    .contact-layout.style-3 .contact-info {
        padding-left: 0
    }

    .contact-layout.style-3 .contact-form {
        margin-bottom: 50px
    }
}

.contact-layout.style-4 {
    padding: 70px 0 50px 0
}

.contact-layout.style-4 .heading {
    margin-bottom: 15px
}

.contact-layout.style-4 .heading h3 {
    font-size: 24px;
    color: #222;
    font-weight: 700
}

.contact-layout.style-4 .main-post .content p {
    font-size: 14px;
    color: #666;
    line-height: 1.7857142857;
    margin-bottom: 25px
}

.contact-layout.style-4 .main-contact .contact-list p {
    font-size: 13px
}

.contact-layout.style-4 .main-contact .contact-list p i {
    margin-right: 5px;
    font-size: 16px;
    color: #f39c12;
    width: 20px
}

.contact-layout.style-4 .main-contact .contact-list p .bold {
    text-transform: uppercase;
    font-weight: 700;
    margin-right: 5px
}

.contact-layout.style-4 .main-contact .contact-list .time-list {
    padding-left: 30px;
    list-style: none
}

.contact-layout.style-4 .main-contact .contact-list .time-list li {
    font-size: 14px;
    line-height: 1.7142857143
}

.contact-layout.style-4 .main-contact .contact-list .time-list li:after {
    content: "";
    display: table;
    clear: both
}

.contact-layout.style-4 .main-contact .contact-list .time-list li .text-left {
    float: left
}

.contact-layout.style-4 .main-contact .contact-list .time-list li .text-right {
    text-align: left;
    width: 50%;
    float: right
}

.content-box-item.style-1 .content-box-icon {
    width: 50px;
    height: 50px;
    display: table;
    background: #0177d7;
    border-radius: 50px;
    text-align: center;
    float: left
}

.content-box-item.style-1 .content-box-icon i {
    font-size: 26px;
    display: table-cell;
    vertical-align: middle;
    color: #fff
}

.content-box-item.style-1 .content-box-main {
    margin-left: 50px;
    padding-left: 15px
}

.content-box-item.style-1 .content-box-main .title h4 {
    font-size: 18px;
    color: #555;
    font-weight: 700
}

.content-box-item.style-1 .content-box-main .content p {
    font-size: 14px;
    line-height: 1.5714285714
}

.content-box-item.style-2 {
    text-align: center;
    border: 1px solid #cacacc;
    display: table;
    padding: 35px
}

.content-box-item.style-2 .content-holder {
    vertical-align: middle;
    display: table-cell
}

.content-box-item.style-2 .content-box-icon {
    margin: 0 auto;
    background: 0 0;
    float: none;
    text-align: center;
    padding-bottom: 10px
}

.content-box-item.style-2 .content-box-icon i {
    font-size: 48px;
    color: #333
}

.content-box-item.style-2 .content-box-main {
    margin-left: 0
}

.content-box-item.style-2 .content-box-main .title {
    padding-bottom: 10px
}

.content-box-item.style-2 .content-box-main .title h4 {
    font-size: 24px;
    color: #333
}

.content-box-item.style-2 .content-box-main .content p {
    font-size: 14px;
    color: #666
}

.content-box-item.style-3 {
    text-align: center
}

.content-box-item.style-3 .icon-present {
    margin-bottom: 30px
}

.content-box-item.style-3 .icon-present i {
    font-size: 48px;
    color: #0177d7
}

.content-box-item.style-3 .title {
    margin-bottom: 14px
}

.content-box-item.style-3 .title h4 {
    font-size: 18px;
    font-weight: 700;
    color: #0177d7
}

.content-box-item.style-3 .subtitle p {
    font-size: 14px;
    color: #666
}

.content-box-layout.style-3 {
    padding: 80px 0;
    background-color: #f0f5f8
}

.main-footer {
    background-color: #2e363a;
    padding: 40px 0
}

.main-footer .services-widget .logo {
    margin-bottom: 34px
}

.main-footer .services-widget .services-list {
    border-right: 1px solid #384247;
    margin-right: 30px;
    padding-bottom: 30px
}

.main-footer .services-widget .services-list ul {
    margin: 0;
    padding: 0
}

.main-footer .services-widget .services-list ul li {
    list-style: square inside;
    line-height: 2
}

.main-footer .services-widget .services-list ul li:after {
    content: "";
    display: table;
    clear: both
}

.main-footer .services-widget .services-list ul li a {
    font-size: 13px;
    color: #ccc;
    display: inline-block
}

.main-footer .services-widget .services-list ul li:hover {
    color: #fff;
    -webkit-transition: all .3s;
    transition: all .3s
}

.main-footer .services-widget .services-list ul li:hover a {
    color: #fff
}

.main-footer .contact-widget h3 {
    margin-bottom: 30px;
    font-size: 24px;
    color: #999
}

.main-footer .contact-widget .content {
    padding-right: 50px;
    padding-bottom: 22px;
    margin-right: 20px;
    border-right: 1px solid #384247
}

.main-footer .contact-widget .content p {
    font-size: 13px;
    color: #ccc;
    margin: 0;
    line-height: 2
}

.main-footer .contact-widget .content p .bold {
    font-weight: 700;
    margin-right: 5px
}

.main-footer .social-widget h3 {
    margin-bottom: 34px;
    font-size: 24px;
    color: #999
}

.main-footer .social-widget .social-list {
    padding: 0
}

.main-footer .social-widget .social-list li {
    float: left;
    border-radius: 3px;
    list-style: none;
    width: 36px;
    height: 36px;
    display: table;
    text-align: center;
    background: #434a4e;
    margin-right: 5px;
    -webkit-transition: all .3s;
    transition: all .3s
}

.main-footer .social-widget .social-list li a {
    display: table-cell;
    vertical-align: middle;
    color: #fff
}

.main-footer .social-widget .social-list li:hover {
    background: #0177d7;
    -webkit-transition: all .3s;
    transition: all .3s
}

@media (max-width: 991px) {
    .main-footer .contact-widget .content, .main-footer .services-widget .services-list {
        border: none
    }
}

.sub-footer {
    padding: 35px 0;
    background-color: #282f33
}

.sub-footer .copyright {
    float: left;
    font-size: 12px;
    color: #888;
    margin: 0;
    line-height: 1
}

.sub-footer .quick-link {
    float: right;
    padding: 0;
    line-height: 1;
    margin: 0;
    margin: 0 -15px
}

.sub-footer .quick-link li {
    list-style: none;
    display: inline-block;
    padding: 0 15px
}

.sub-footer .quick-link li a {
    font-size: 12px;
    color: #888
}

.sub-footer .quick-link li a:hover {
    color: #f39c12
}

@media (max-width: 991px) {
    .sub-footer .copyright {
        display: block;
        margin-bottom: 15px
    }

    .sub-footer .quick-link {
        float: left
    }
}

#mmenu {
    z-index: 3
}

#mmenu:not(.mm-menu) {
    display: none
}

.navbar-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    -webkit-transition: all .3s;
    transition: all .3s;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .1)
}

.navbar-fixed.navbar-main {
    background-color: rgba(1, 119, 215, .9)
}

.js-global-header-scrolling {
    top: -62px
}

.top-bar {
    font-size: 13px;
    color: gray;
    padding: 10px 0;
    background-color: #f5f5f5;
    border-bottom: 1px solid #ededed
}

.top-bar:after {
    content: "";
    display: table;
    clear: both
}

.top-bar .greeting {
    float: left;
    margin-bottom: 0
}

.top-bar .quick-link {
    float: right
}

.top-bar .quick-link a {
    color: gray;
    padding-right: 3px
}

@media (max-width: 767px) {
    .top-bar .greeting {
        float: none;
        display: block;
        text-align: center
    }

    .top-bar .quick-link {
        float: none;
        text-align: center
    }
}

.header-main {
    padding: 30px 0
}

.header-main:after {
    content: "";
    display: table;
    clear: both
}

.header-main .logo {
    float: left
}

.header-main .contact-widget {
    float: right
}

.header-main .contact-widget .contact-list {
    float: left
}

.header-main .contact-widget .contact-list:after {
    content: "";
    display: table;
    clear: both
}

.header-main .contact-widget .contact-list .item {
    float: left;
    margin-right: 48px
}

.header-main .contact-widget .contact-list .item i {
    float: left;
    font-size: 24px;
    color: #002839;
    padding-top: 7px
}

.header-main .contact-widget .contact-list .item .text {
    margin-left: 37px;
    padding-left: 10px;
    border-left: 1px solid #e6e6e6
}

.header-main .contact-widget .contact-list .item .text p {
    margin: 0;
    font-size: 14px
}

.header-main .contact-widget .contact-list .item .text .bot {
    color: #888
}

.header-main .contact-widget .phone {
    float: left
}

.header-main .contact-widget .phone i {
    float: left;
    font-size: 24px;
    color: #002839;
    padding-top: 7px
}

.header-main .contact-widget .phone .text {
    margin-left: 35px;
    padding: 6px 0 6px 10px;
    border-left: 1px solid #e6e6e6
}

.header-main .contact-widget .phone .text p {
    margin: 0;
    font-size: 14px;
    color: #555
}

.header-main .contact-widget .phone .text p .bold {
    font-weight: 700;
    font-size: 18px;
    color: #555;
    margin-left: 10px
}

@media (max-width: 479px) {
    .header-main .contact-widget {
        padding-top: 15px;
        float: left
    }

    .header-main .contact-widget i {
        display: none
    }

    .header-main .contact-widget .phone .text {
        padding-left: 0;
        margin-left: 0;
        border: 0
    }
}

.navbar-main {
    background: #0177d7
}

.navbar-main .navbar-holder:after {
    content: "";
    display: table;
    clear: both
}

.navbar-main .navbar-menu {
    float: left
}

.navbar-main .dropdown-menu {
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .1)
}

.navbar-main .menu {
    padding: 0;
    margin: 0 -20px
}

.navbar-main .menu li {
    display: inline-block
}

.navbar-main .menu li a {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #f5f5f5;
    text-transform: uppercase;
    padding: 20px
}

.navbar-main .menu .dropdown:hover .dropdown-menu {
    opacity: 1;
    -webkit-transition: all .3s;
    transition: all .3s;
    top: 100%;
    visibility: visible
}

.navbar-main .menu .dropdown .dropdown-menu {
    display: block;
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 0;
    background: #fff;
    left: 20px;
    opacity: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    top: 115%;
    visibility: hidden
}

.navbar-main .menu .dropdown .dropdown-menu li {
    min-width: 260px
}

.navbar-main .menu .dropdown .dropdown-menu li a {
    width: 100%;
    font-weight: 400;
    font-size: 12px;
    color: #666;
    padding: 10px
}

.navbar-main .menu .dropdown .dropdown-menu li a:hover {
    color: #fff;
    background: #0177d7
}

.navbar-main .search {
    float: right;
    margin-top: 17px;
    position: relative;
    border-radius: 4px;
    overflow: hidden
}

.navbar-main .search .search-input {
    border: none;
    font-size: 14px;
    -webkit-transition: all .3s;
    transition: all .3s;
    width: 0;
    padding: 3px 28px 3px 0;
    visibility: hidden
}

.navbar-main .search .search-submit {
    position: absolute;
    top: 0;
    right: 0;
    background: 0 0;
    border: none;
    width: 28px;
    height: 28px;
    z-index: 90;
    cursor: pointer;
    opacity: 0
}

.navbar-main .search-open .search-input {
    visibility: visible;
    width: 250px;
    padding: 3px 28px 3px 5px
}

@media (min-width: 992px) and (max-width: 1199px) {
    .navbar-main .search .search-input {
        width: 150px
    }
}

@media (max-width: 991px) {
    .navbar-main .navbar-toggle {
        display: block !important;
        float: left;
        padding: 24px 0;
        margin: 0;
        border: 0
    }

    .navbar-main .navbar-toggle .icon-bar {
        background: #fff
    }

    .navbar-main .navbar-menu {
        display: none
    }
}

.heading-page {
    background-size: cover !important
}

.heading-normal {
    background: #fff;
    border-bottom: 1px solid #ebebeb
}

.heading-normal .au-breadcrumb {
    padding: 15px 0
}

.heading-normal .au-breadcrumb .au-breadcrumb-item a {
    color: #999
}

.heading-normal .au-breadcrumb .au-breadcrumb-item a:hover {
    color: #0177d7
}

.heading-normal .au-breadcrumb .au-breadcrumb-item:after {
    color: #0177d7
}

.heading-services-list {
    padding: 70px 0 60px 0
}

.heading-services-list:after {
    content: "";
    display: table;
    clear: both
}

.heading-services-list .heading-title {
    float: left
}

.heading-services-list .heading-title h1 {
    margin: 0;
    font-size: 36px;
    color: #333;
    font-weight: 700
}

.heading-services-list .au-breadcrumb {
    float: right
}

.heading-services-list .au-breadcrumb .au-breadcrumb-item {
    line-height: 39px
}

.heading-services-list.invert .heading-title h1 {
    color: #fff
}

.heading-services-list.invert .au-breadcrumb .au-breadcrumb-item a, .heading-services-list.invert .au-breadcrumb .au-breadcrumb-item:after {
    color: #0177d7
}

@media (max-width: 479px) {
    .heading-services-list .heading-title {
        float: none
    }

    .heading-services-list .au-breadcrumb {
        float: none
    }
}

@media screen and (max-width: 640px) {
    .heading-services-detail-1 {
        padding: 6vw 0;
        height: 240px
    }
}

@media screen and (min-width: 641px) {
    .heading-services-detail-1 {
        padding: 120px 0;
        height: 320px
    }
}

.heading-services-detail-1 .au-breadcrumb .au-breadcrumb-item {
    line-height: 39px
}

.heading-services-detail-1 .au-breadcrumb .au-breadcrumb-item:after {
    color: #0177d7
}

.heading-services-detail-1 .au-breadcrumb .au-breadcrumb-item a {
    color: #0177d7
}

.heading-services-detail-1 .heading-title h1 {
    margin: 0;
    font-size: 30px;
    color: #fff;
    font-weight: 700
}

.heading-services-detail-5 {
    text-align: center;
    padding: 110px 0 125px 0
}

.heading-services-detail-5 .heading-title h1 {
    color: #fff;
    font-weight: 700;
    margin: 0
}

.heading-services-detail-5 .au-breadcrumb {
    text-align: center;
    display: inline-block
}

.heading-services-detail-5 .au-breadcrumb .au-breadcrumb-item a, .heading-services-detail-5 .au-breadcrumb .au-breadcrumb-item:after {
    color: #ccc
}

.heading-agent-list-1 .heading-title h1 {
    font-size: 48px
}

.heading-agent-detail {
    position: relative
}

.heading-agent-detail .content-holder {
    padding: 70px 0 0 0;
    margin-bottom: 30px
}

.heading-agent-detail .agent-main {
    padding-top: 70px;
    padding-bottom: 50px;
    padding-left: 15px
}

.heading-agent-detail .agent-main .heading-title {
    padding-bottom: 20px
}

.heading-agent-detail .agent-main .heading-title h1 {
    margin-top: 0;
    color: #fff;
    font-weight: 700
}

.heading-agent-detail .agent-main .au-breadcrumb {
    padding-bottom: 15px
}

.heading-agent-detail .agent-main .au-breadcrumb .au-breadcrumb-item {
    color: #ccc
}

.heading-agent-detail .agent-main .au-breadcrumb .au-breadcrumb-item a {
    color: #ccc
}

.heading-agent-detail .agent-image {
    border-radius: 3px;
    overflow: hidden;
    position: relative;
    top: 30px
}

.heading-agent-detail button {
    display: inline-block;
    float: left;
    margin-right: 5px;
    padding: 9px 15px
}

.heading-agent-detail .contact-group:after {
    content: "";
    display: table;
    clear: both
}

.heading-agent-detail .social-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block
}

.heading-agent-detail .social-list .facebook {
    background: #3b5998
}

.heading-agent-detail .social-list .twitter {
    background: #00aced
}

.heading-agent-detail .social-list .linkedin {
    background: #007bb6
}

.heading-agent-detail .social-list li {
    margin-right: 5px;
    display: table;
    float: left;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 3px
}

.heading-agent-detail .social-list li a {
    display: table-cell;
    vertical-align: middle
}

.heading-agent-detail .social-list li i {
    font-size: 15px;
    color: #fff
}

@media (max-width: 1199px) {
    .heading-agent-detail .content-holder {
        margin-bottom: 0
    }
}

@media (max-width: 991px) {
    .heading-agent-detail .content-holder {
        padding-top: 30px
    }

    .heading-agent-detail .agent-image {
        top: 70px
    }
}

@media (max-width: 767px) {
    .heading-agent-detail .agent-image {
        margin-bottom: 30px
    }

    .heading-agent-detail .agent-image img {
        width: 100%
    }
}

.heading-get-a-quote {
    padding: 40px 0
}

.heading-get-a-quote .heading h1 {
    font-weight: 700;
    color: #fff
}

.heading-get-a-quote .sub-heading span {
    font-size: 14px;
    color: #e5e5e5
}

.heading-get-a-quote-1 {
    padding: 100px 0;
    text-align: center
}

.heading-get-a-quote-1 .heading {
    padding-bottom: 15px
}

.heading-get-a-quote-1 .heading h1 {
    font-weight: 700;
    color: #fff;
    font-size: 48px
}

.heading-get-a-quote-1 .sub-heading span {
    font-size: 18px;
    color: #ccc;
    font-style: italic
}

.heading-get-a-quote-2 {
    position: relative
}

.heading-get-a-quote-2 .heading-content {
    position: absolute;
    top: 15px;
    left: 45px
}

.heading-get-a-quote-2 .heading h1 {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0
}

.heading-get-a-quote-2 .sub-heading span {
    font-size: 14px;
    color: #e5e5e5
}

.heading-project {
    background: #f2f2f2
}

.heading-project .au-breadcrumb .au-breadcrumb-item.active a, .heading-project .au-breadcrumb .au-breadcrumb-item:after {
    color: #999;
    content: '/'
}

.heading-project .au-breadcrumb .au-breadcrumb-item a, .heading-project .au-breadcrumb .au-breadcrumb-item i {
    font-size: 13px;
    color: #555
}

.icon-box-layout.style-1 {
    background: #f0f5f8;
    padding: 85px 0
}

.icon-box-layout.style-1 .icon-box-item {
    margin-bottom: 30px
}

.icon-box-layout.style-1 .heading-layout {
    text-align: center
}

.icon-box-layout.style-1 .sub-heading {
    padding-bottom: 50px;
    text-align: center
}

.icon-box-layout.style-1 .sub-heading span {
    font-size: 16px;
    color: #888;
    font-weight: 600
}

@media (max-width: 991px) {
    .icon-box-layout.style-1 .heading-layout, .icon-box-layout.style-1 .sub-heading {
        text-align: left
    }
}

.icon-box-item .icon-box-icon {
    width: 50px;
    height: 50px;
    display: table;
    text-align: center;
    background: #0177d7;
    float: left
}

.icon-box-item .icon-box-icon i {
    display: table-cell;
    vertical-align: middle;
    font-size: 26px;
    color: #f0f5f8
}

.icon-box-item .icon-box-main {
    margin-left: 50px;
    padding-left: 20px
}

.icon-box-item .icon-box-title {
    line-height: 1;
    padding-bottom: 10px
}

.icon-box-item .icon-box-title a {
    font-size: 14px;
    font-weight: 700;
    color: #555
}

.icon-box-item .icon-box-title a:hover {
    color: #f39c12
}

.icon-box-item .icon-box-content p {
    font-size: 14px;
    line-height: 1.5714285714
}

#loading {
    position: fixed;
    top: 0;
    min-height: 480px;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: #fff
}

#loading .image-load {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -32px;
    margin-top: -32px;
    width: 64px;
    height: 64px
}

#loading .image-load img {
    width: 100%
}

.partner-layout.style-1 {
    padding: 80px 0 100px 0
}

.partner-layout.style-1 .partner-list {
    margin: 0 -15px;
    margin: 0;
    padding: 0
}

.partner-layout.style-1 .partner-list:after {
    content: "";
    display: table;
    clear: both
}

.partner-layout.style-1 .partner-list .partner-item {
    font-size: 0;
    padding: 0 15px;
    display: inline-block;
    width: 100%
}

.partner-layout.style-1 .partner-list .partner-item a {
    text-align: center;
    border: 1px solid #e5e5e5;
    display: block;
    width: 205px;
    margin: 0 auto
}

.partner-layout.style-1 .partner-list .partner-item a img {
    padding: 15px 0;
    width: 120px;
    height: 105px;
    margin: 0 auto
}

.product-item.style-1 {
    margin-bottom: 40px;
    min-height: 360px
}

.product-item.style-1 .image img {
    width: 100%
}

.product-item.style-1 .title {
    margin: 15px 0 10px 0
}

.product-item.style-1 .title a {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #0177d7
}

.product-item.style-1 .title a:hover {
    color: #f39c12
}

.product-item.style-1 .content p {
    font-size: 14px;
    color: #666
}

.product-item.style-2 {
    text-align: center;
    padding: 15px;
    background: #fff;
    margin-bottom: 20px;
    border-radius: 3px;
    -webkit-transition: all .5s;
    transition: all .5s
}

.product-item.style-2:hover {
    background: #0177d7;
    -webkit-transition: all .5s;
    transition: all .5s
}

.product-item.style-2:hover .content a, .product-item.style-2:hover .content i, .product-item.style-2:hover .content p, .product-item.style-2:hover .icon a, .product-item.style-2:hover .icon i, .product-item.style-2:hover .icon p, .product-item.style-2:hover .title a, .product-item.style-2:hover .title i, .product-item.style-2:hover .title p, .product-item.style-2:hover .view-more a, .product-item.style-2:hover .view-more i, .product-item.style-2:hover .view-more p {
    color: #fff;
    -webkit-transition: all .5s;
    transition: all .5s
}

.product-item.style-2:hover .view-more a {
    text-decoration: underline !important
}

.product-item.style-2 .icon {
    padding-bottom: 10px;
    padding-top: 15px
}

.product-item.style-2 .icon i {
    font-size: 36px;
    color: #0177d7
}

.product-item.style-2 .title {
    padding-bottom: 10px
}

.product-item.style-2 .title a {
    font-weight: 700;
    font-size: 18px;
    color: #555;
    text-transform: uppercase
}

.product-item.style-2 .content {
    padding-bottom: 10px
}

.product-item.style-2 .content p {
    font-size: 14px;
    line-height: 1.5714285714
}

.product-item.style-2 .view-more {
    padding-bottom: 15px
}

.product-item.style-2 .view-more a {
    font-size: 14px;
    color: #0177d7
}

.product-layout.style-1 .heading {
    margin-bottom: 30px
}

.product-layout.style-1 .heading h3 {
    font-size: 36px;
    color: #0177d7
}

.product-layout.product-layout-none-heading {
    padding: 75px 0 65px 0
}

.product-layout.style-2 .heading h3 {
    font-size: 24px;
    color: #222;
    font-weight: 700;
    margin-bottom: 5px
}

.product-layout.style-2 .lead {
    margin-bottom: 25px
}

.product-layout.style-2 .lead span {
    font-size: 15px;
    color: #999;
    font-style: italic;
    font-weight: 500
}

.product-layout.style-3 {
    background: #f0f5f8;
    padding: 60px 0 90px 0
}

.product-layout.style-3 .heading {
    text-align: center;
    padding-bottom: 15px
}

.product-layout.style-3 .sub-heading {
    text-align: center;
    padding-bottom: 35px
}

.product-layout.style-3 .sub-heading span {
    font-size: 18px;
    color: #888;
    line-height: 1.3333333333
}

.projects-detail:after {
    content: "";
    display: table;
    clear: both
}

.projects-detail .projects-detail-heading {
    padding-bottom: 15px
}

.projects-detail .projects-detail-heading h3 {
    margin-top: 0;
    font-size: 18px;
    color: #333;
    font-weight: 700
}

.projects-detail .projects-detail-content p {
    font-size: 14px
}

.projects-detail .projects-detail-detail {
    padding-bottom: 15px
}

.projects-detail .projects-detail-detail ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.projects-detail .projects-detail-detail ul li {
    font-size: 14px;
    color: #666;
    margin-bottom: 15px
}

.projects-detail .projects-detail-plan p {
    color: #666;
    margin-bottom: 30px
}

.projects-detail .project-detail-imageMain {
    margin-bottom: 30px
}

.projects-detail .project-detail-imageMain img {
    width: 100%
}

.projects-detail .project-detail-thumb {
    margin: 0 -15px
}

.projects-detail .project-detail-thumb .thumb-item {
    width: 50%;
    float: left;
    padding: 0 15px
}

.projects-detail .project-detail-thumb .thumb-item img {
    width: 100%;
    border-radius: 3px
}

.project-subjects ul {
    padding: 0;
    margin: 0
}

.project-subjects ul li {
    display: inline-block;
    line-height: 1;
    padding-right: 40px;
    cursor: pointer
}

.project-subjects ul li h4 {
    margin: 0;
    font-size: 15px;
    color: #555
}

.project-subjects ul li.is-checked h4 {
    color: #0177d7
}

.project-subjects ul li:hover h4 {
    -webkit-transition: all .3s;
    transition: all .3s;
    color: #0177d7
}

@media (max-width: 479px) {
    .project-subjects ul li {
        display: block;
        margin-bottom: 10px
    }
}

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

.project-item .project-item-img {
    padding-bottom: 5px
}

.project-item .project-item-title {
    padding-bottom: 2px
}

.project-item .project-item-title a {
    font-size: 18px;
    color: #333;
    line-height: 2;
    font-weight: 700
}

.project-item .project-item-title a:hover {
    color: #f39c12
}

.project-item .project-item-subjects {
    font-size: 15px;
    color: #9f9f9f;
    line-height: 1
}

.projects-layout .project-subjects {
    padding-bottom: 50px
}

.quote-form-style-1 {
    padding-right: 50px
}

.quote-form-style-1:after {
    content: "";
    display: table;
    clear: both
}

.quote-form-style-1 .heading {
    float: left;
    padding-bottom: 25px
}

.quote-form-style-1 .heading h3 {
    font-size: 24px;
    color: #333
}

.quote-form-style-1 .fancy-select-wrapper {
    display: inline-block;
    font-size: 0;
    vertical-align: bottom
}

.quote-form-style-1 .fancy-select-wrapper .fancy-select {
    display: inline-block;
    width: 100%
}

.quote-form-style-1 .fancy-select-wrapper .fancy-select .trigger {
    min-width: 0;
    width: 100%;
    padding: 12px 20px;
    border: 1px solid #ccc;
    background: #fff;
    box-shadow: none;
    font-weight: 400;
    font-size: 14px;
    text-transform: none;
    text-align: left
}

.quote-form-style-1 .fancy-select-wrapper .fancy-select .trigger:after {
    background: #f0f5f8;
    border-left: 1px solid #ccc;
    width: 15px;
    height: 15px;
    content: "\f078";
    font-family: FontAwesome;
    display: block;
    position: absolute;
    border-top: 0;
    top: -24px;
    right: 0;
    padding: 35px 20px 35px 10px
}

.quote-form-style-1 .fancy-select-wrapper .fancy-select ul {
    background: #fff;
    width: 100%;
    min-width: 0;
    padding: 0;
    margin-top: 5px;
    border-top: 0
}

.quote-form-style-1 .fancy-select-wrapper .fancy-select ul li {
    width: 100%;
    text-align: left;
    padding-left: 20px;
    font-weight: 400;
    color: #666
}

.quote-form-style-1 .fancy-select-wrapper .fancy-select ul li:hover {
    color: #f39c12
}

.quote-form-style-1 .fancy-select-wrapper .fancy-select ul li.selected {
    background: #f39c12;
    color: #fff
}

.quote-form-style-1 .form-input {
    margin-bottom: 25px
}

.quote-form-style-1 .form-input input {
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 13px 17px;
    font-size: 14px;
    color: #666 !important
}

.quote-form-style-1 .form-input input[placeholder] {
    color: #888
}

.quote-form-style-1 .label {
    padding: 0;
    text-align: left
}

.quote-form-style-1 .label span {
    padding-bottom: 15px;
    display: block;
    color: #555;
    font-size: 14px
}

.quote-form-style-1 .form-group {
    float: left;
}

.quote-form-style-1 .form-group:after {
    content: "";
    display: table;
    clear: both
}

.quote-form-style-1 .form-group .form-item {
    float: left;
    width: 50%;
    padding-right: 20px
}

.quote-form-style-1 .form-group .form-item .form-input {
    width: 100%
}

.quote-form-style-1 .form-group .form-item .form-input input {
    width: 100%
}

.quote-form-style-1 .form-item-group {
    float: left;
    width: 50%
}

.quote-form-style-1 .form-item-group .form-item-group-item {
    float: left;
    width: 50%;
    padding-right: 20px
}

.quote-form-style-1 .form-item-group .form-item-group-item .form-input {
    width: 100%
}

.quote-form-style-1 .form-item-group .form-item-group-item .form-input input {
    width: 100%
}

.quote-form-style-1 .form-button {
    float: left
}

@media (max-width: 479px) {
    .quote-form-style-1 .form-group .form-item {
        width: 100%;
        padding-right: 0
    }

    .quote-form-style-1 .form-item-group {
        float: left;
        width: 100%
    }
}

@media (max-width: 319px) {
    .quote-form-style-1 {
        padding-right: 0
    }
}

.quote-form-style-2 .form-group .form-item {
    width: 33.33%
}

.quote-form-style-2 .form-input input {
    border: none
}

.quote-form-style-2 .heading h3 {
    color: #fff
}

.quote-form-style-2 .label span {
    color: #fff
}

.quote-form-style-2 .form-item-group {
    width: 33.33%
}

@media (max-width: 479px) {
    .quote-form-style-2 .form-group .form-item {
        width: 100%;
        padding-right: 0
    }

    .quote-form-style-2 .form-item-group {
        float: left;
        width: 100%
    }
}

@media (max-width: 319px) {
    .quote-form-style-2 {
        padding-right: 0
    }
}

@media (max-width: 991px) {
    .quote-form-style-2 {
        padding-right: 0
    }
}

.quote-form-style-3 {
    background: #0177d7
}

.quote-form-style-3 .head-section {
    background: #014d8c;
    padding: 7px 20px
}

.quote-form-style-3 .head-section h4 {
    font-weight: 700;
    color: #f39c12
}

.quote-form-style-3 .quote-form-container {
    padding: 44px 60px 45px 60px
}

.quote-form-style-3 .quote-form-container .quote-form-heading {
    padding-bottom: 20px
}

.quote-form-style-3 .quote-form-container .quote-form-heading h4 {
    color: #fff;
    font-size: 24px
}

.quote-form-style-3 .quote-form-item {
    margin-bottom: 12px
}

.quote-form-style-3 .quote-form-item .quote-form-label {
    margin-bottom: 5px
}

.quote-form-style-3 .quote-form-item .quote-form-label span {
    color: #fff;
    font-size: 14px;
    font-weight: 700
}

.quote-form-style-3 .quote-form-item .quote-form-input input {
    font-size: 14px;
    width: 100%
}

.quote-form-style-3 .quote-form-button {
    padding-top: 25px
}

.post-paragraph .post-heading h3 {
    font-size: 20px;
    font-weight: 700;
    color: #333
}

.post-paragraph .post-content p {
    font-size: 14px;
    line-height: 1.5714285714
}

.post-table table {
    border-collapse: collapse
}

.post-table table tbody tr td {
    padding: 13px 20px;
    font-size: 14px
}

.post-table table tbody tr .tblock {
    background-color: #f2f2f2;
    padding: 30px 20px;
    text-align: center
}

.post-table table tbody tr .tblock .tblock-container {
    display: inline-block
}

.post-table table tbody tr .tblock .tblock-container:after {
    content: "";
    display: table;
    clear: both
}

.post-table table tbody tr .tblock span {
    font-size: 14px;
    float: left;
    line-height: 3;
    margin-right: 35px
}

.post-table table tbody tr .tblock .post-btn {
    float: left
}

.post-table table tbody tr .tblock .post-btn button {
    background-color: #0177d7;
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
    margin-left: 5px
}

.post-table table tbody tr .tblock .post-btn button i {
    margin-right: 10px
}

.post-table table tbody tr .tblock .post-btn button:hover {
    background-color: #0269bd
}

.post-content-box {
    padding: 30px 30px 10px 30px;
    border: 1px solid #d9d9d9
}

.post-content-box ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.post-content-box ul li {
    margin-bottom: 20px;
    font-size: 14px
}

.post-content-box ul li:after {
    content: "";
    display: table;
    clear: both
}

.post-content-box ul li p {
    margin-bottom: 0;
    margin-left: 35px
}

.post-content-box ul li i {
    float: left;
    color: #0177d7;
    font-size: 18px
}

.post-content-box ul li .bold {
    margin-right: 7px;
    font-weight: 700
}

.post-form-action {
    padding: 20px 40px;
    background-color: #f2f2f2;
    border-top: 3px solid #d9d9d9
}

.post-form-action:after {
    content: "";
    display: table;
    clear: both
}

.post-form-action .content {
    float: left;
    padding-right: 20px
}

.post-form-action .content .heading h3 {
    font-size: 20px;
    font-weight: 700;
    color: #333
}

.post-form-action .content .sub-heading p {
    font-size: 14px;
    line-height: 1.5714285714
}

.post-form-action .form-block {
    padding-top: 20px
}

.post-form-action .form-block input {
    min-width: 300px;
    border: 1px solid #ccc !important;
    margin-right: 10px;
    font-size: 14px;
    color: #888;
    padding: 15px
}

.post-form-action .form-block button {
    padding: 15px 70px
}

.post-accordion .accordion {
    border-bottom: 1px solid #e5e5e5;
    padding: 15px 0
}

.post-accordion .accordion-title {
    padding: 0;
    border-bottom: 0;
    cursor: pointer
}

.post-accordion .accordion-title:after {
    display: none
}

.post-accordion .accordion-title i {
    float: left;
    line-height: 1;
    margin-right: 7px;
    font-size: 20px;
    color: #b2b2b2
}

.post-accordion .accordion-title h4 {
    color: #333;
    font-size: 15px;
    margin: 0
}

.post-accordion .accordion-content p {
    font-size: 14px;
    line-height: 1.5714285714;
    border-bottom: 0;
    margin: 0;
    padding-left: 0
}

.post-with-image-style-2 .post-paragraph h3 {
    font-size: 14px;
    line-height: 1.2857142857
}

.post-with-image-style-3 {
    padding-bottom: 40px !important
}

.post-with-image-style-3 .post-paragraph a {
    font-weight: 700;
    color: #333;
    margin-top: 0;
    font-size: 14px;
    line-height: 1.2857142857
}

.post-with-image-style-3 .post-paragraph a:hover {
    color: #f39c12
}

.post-with-image-style-3 .post-image {
    width: 120px;
    float: left
}

.post-with-image-style-3 .post-paragraph {
    padding-bottom: 0 !important;
    padding-left: 20px;
    margin-left: 120px
}

.post-with-image-style-3 .post-paragraph p {
    margin: 0
}

.post-icon-box-item {
    text-align: center
}

.post-icon-box-item .post-icon-box-icon {
    margin: 0 auto;
    width: 80px;
    height: 80px;
    background: #666;
    border-radius: 50px;
    display: table;
    text-align: center
}

.post-icon-box-item .post-icon-box-icon i {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    font-size: 30px
}

.post-icon-box-item .post-icon-box-title {
    padding-top: 5px
}

.post-icon-box-item .post-icon-box-title h4 {
    font-weight: 700;
    font-size: 14px;
    color: #333;
    line-height: 1.2857142857
}

.accordion-layout {
    padding: 70px 0 100px 0
}

.accordion-layout .heading-layout {
    padding-bottom: 40px;
    text-align: center
}

.sidebar-style-1 .sidebar-container {
    list-style: none;
    padding: 0
}

.sidebar-style-1 .sidebar-container .sidebar-item {
    border-bottom: 1px solid #3492df
}

.sidebar-style-1 .sidebar-container .sidebar-item a {
    display: block;
    background: #0177d7;
    padding: 10px 0 10px 13px;
    border-left: 5px solid #025aa3;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff
}

.sidebar-style-1 .sidebar-container .sidebar-item a i {
    font-size: 16px;
    margin-right: 15px
}

.sidebar-style-1 .sidebar-container .sidebar-item a:hover {
    background: #f39c12;
    border-left: 5px solid #bf7b0d
}

.sidebar-style-1 .sidebar-container .sidebar-item:hover {
    border-bottom: 1px solid #f5b041
}

.sidebar-style-1 .sidebar-container .sidebar-item.active {
    border-bottom: 1px solid #f5b041
}

.sidebar-style-1 .sidebar-container .sidebar-item.active a {
    background: #f39c12;
    border-left: 5px solid #bf7b0d
}

.sidebar-style-1 .down-file-widget {
    padding: 25px;
    background: #f2f2f2;
    border: 1px solid #d9d9d9
}

.sidebar-style-1 .down-file-widget .widget-title {
    padding-bottom: 15px
}

.sidebar-style-1 .down-file-widget .widget-title h4 {
    font-size: 14px
}

.sidebar-style-1 .down-file-widget .widget-button a {
    display: block;
    width: 100%;
    padding: 10px 30px;
    background-color: #0177d7;
    color: #fff;
    font-weight: 400;
    text-transform: none;
    margin-bottom: 10px
}

.sidebar-style-2 .sidebar-container .sidebar-item {
    border-bottom: 1px solid #e6e6e6
}

.sidebar-style-2 .sidebar-container .sidebar-item:hover {
    border-bottom: 1px solid #e6e6e6
}

.sidebar-style-2 .sidebar-container .sidebar-item a {
    background: #f2f2f2;
    border-left: 5px solid #d9d9d9;
    color: #0177d7;
    text-transform: none
}

.sidebar-style-2 .sidebar-container .sidebar-item a:hover {
    background: #f2f2f2;
    color: #f39c12;
    border-left: 5px solid #f39c12
}

.sidebar-style-2 .sidebar-container .sidebar-item.active {
    border-bottom: 1px solid #e6e6e6
}

.sidebar-style-2 .sidebar-container .sidebar-item.active a {
    background: #f2f2f2;
    border-left: 5px solid #f39c12;
    color: #f39c12
}

.sidebar-style-2 .contact-widget {
    padding: 30px 35px;
    border: 1px solid #d9d9d9
}

.sidebar-style-2 .contact-widget .heading-widget {
    padding-bottom: 20px
}

.sidebar-style-2 .contact-widget .heading-widget h3 {
    font-size: 24px;
    color: #333
}

.sidebar-style-2 .contact-widget .contact-list {
    list-style: none;
    padding: 0;
    margin: 0
}

.sidebar-style-2 .contact-widget .contact-list li {
    line-height: 1.5;
    font-size: 14px;
    padding-bottom: 10px
}

.sidebar-style-2 .contact-widget .contact-list li i {
    float: left;
    line-height: 1.5
}

.sidebar-style-2 .contact-widget .contact-list li span {
    margin-left: 25px;
    display: block
}

.sidebar-style-3 .sidebar-element {
    padding-bottom: 30px
}

.sidebar-style-3 .sidebar-heading {
    padding-bottom: 15px
}

.sidebar-style-3 .sidebar-heading h3 {
    font-weight: 700;
    color: #333;
    font-size: 18px
}

.sidebar-style-3 .sidebar-archive-list ul, .sidebar-style-3 .sidebar-cate-list ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.sidebar-style-3 .sidebar-archive-list ul li, .sidebar-style-3 .sidebar-cate-list ul li {
    line-height: 2;
    padding-bottom: 5px
}

.sidebar-style-3 .sidebar-archive-list ul li a, .sidebar-style-3 .sidebar-archive-list ul li span, .sidebar-style-3 .sidebar-cate-list ul li a, .sidebar-style-3 .sidebar-cate-list ul li span {
    font-size: 14px;
    color: #555
}

.sidebar-style-3 .sidebar-archive-list ul li a:hover, .sidebar-style-3 .sidebar-archive-list ul li span:hover, .sidebar-style-3 .sidebar-cate-list ul li a:hover, .sidebar-style-3 .sidebar-cate-list ul li span:hover {
    color: #f39c12
}

.sidebar-style-3 .sidebar-archive-list ul li a i, .sidebar-style-3 .sidebar-archive-list ul li span i, .sidebar-style-3 .sidebar-cate-list ul li a i, .sidebar-style-3 .sidebar-cate-list ul li span i {
    margin-right: 7px
}

.sidebar-style-3 .sidebar-archive-list li:after {
    content: "";
    display: table;
    clear: both
}

.sidebar-style-3 .sidebar-archive-list a {
    float: left
}

.sidebar-style-3 .sidebar-archive-list .post-total {
    float: right;
    color: #999
}

.sidebar-style-3 .sidebar-archive-list .post-total:before {
    content: '('
}

.sidebar-style-3 .sidebar-archive-list .post-total:after {
    content: ')'
}

.slider-primary .slider-title {
    font-weight: 700;
    font-size: 60px;
    color: #fff;
    text-shadow: 2px 2px 4px #000
}

.slider-primary .slider-subtitle {
    font-size: 24px;
    line-height: 36px;
    font-style: italic;
    color: #fff;
    text-shadow: 2px 2px 4px #000
}

.slider-primary .slider-item-2 {
    text-align: center
}

.slider-primary .slider-item-2 .slider-title {
    line-height: 60px
}

.slider-primary .slider-item-2 .slider-subtitle {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px
}

.slider-primary .slider-item-2 .btn {
    padding: 16px 25px
}

@media (max-width: 479px) {
    .slider-primary .tp-caption {
        display: none
    }
}

.slider-medium-layout.style-1 .slider-item {
    position: relative
}

.slider-medium-layout.style-1 .slider-item .slider-text-holder {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .8);
    width: 100%
}

.slider-medium-layout.style-1 .slider-item .owl-item.active .slider-text-holder {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

.slider-medium-layout.style-1 .slider-item .slider-title {
    float: left;
    padding: 17px 30px 17px 25px
}

.slider-medium-layout.style-1 .slider-item .slider-title a {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase
}

.slider-medium-layout.style-1 .slider-item .slider-btn {
    padding: 10px 0
}

.slider-medium-layout.style-1 .slider-item .slider-dots {
    z-index: 10;
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 27px;
    right: 30px
}

.slider-medium-layout.style-1 .slider-item .slider-dots:after {
    content: "";
    display: table;
    clear: both
}

.slider-medium-layout.style-1 .slider-item .slider-dots li {
    cursor: pointer;
    margin-left: 5px;
    width: 8px;
    height: 8px;
    background: #818181;
    border-radius: 5px;
    float: left
}

.slider-medium-layout.style-1 .slider-item .slider-dots li.active {
    background: #0177d7
}

.slider-medium-layout.style-1 .slider-item .slider-arrow .next {
    position: absolute;
    top: 50%;
    right: 30px;
    margin-top: -18px
}

.slider-medium-layout.style-1 .slider-item .slider-arrow .prev {
    position: absolute;
    top: 50%;
    left: 30px;
    margin-top: -18px
}

.slider-medium-layout.style-1 .slider-item .slider-arrow .next, .slider-medium-layout.style-1 .slider-item .slider-arrow .prev {
    z-index: 10;
    cursor: pointer;
    width: 36px;
    height: 36px;
    border-radius: 3px;
    background-color: rgba(0, 0, 0, .8);
    display: table;
    text-align: center
}

.slider-medium-layout.style-1 .slider-item .slider-arrow .next i, .slider-medium-layout.style-1 .slider-item .slider-arrow .prev i {
    display: table-cell;
    vertical-align: middle;
    font-size: 18px;
    color: #fff
}

.slider-medium-layout.style-1 .slider-item .slider-arrow .next.active, .slider-medium-layout.style-1 .slider-item .slider-arrow .next:hover, .slider-medium-layout.style-1 .slider-item .slider-arrow .prev.active, .slider-medium-layout.style-1 .slider-item .slider-arrow .prev:hover {
    -webkit-transition: all .3s;
    transition: all .3s;
    background-color: rgba(2, 96, 173, .8)
}

.slider-medium-layout.style-2 .slider-item .slider-title {
    float: none;
    padding-bottom: 10px
}

.slider-medium-layout.style-2 .slider-item .slider-btn {
    padding-left: 25px;
    padding-bottom: 20px;
    padding-top: 0
}

.team-item.style-1 {
    background-color: #fff;
    border-radius: 3px;
    overflow: hidden;
    margin-bottom: 40px
}

.team-item.style-1:after {
    content: "";
    display: table;
    clear: both
}

.team-item.style-1 .team-image {
    float: left;
    width: 260px
}

.team-item.style-1 .team-image img {
    font-size: 0
}

.team-item.style-1 .team-info {
    margin-left: 260px;
    padding-left: 40px;
    padding-right: 40px
}

.team-item.style-1 .team-info .name {
    padding-top: 30px
}

.team-item.style-1 .team-info .name a {
    font-size: 18px;
    font-weight: 700;
    color: #0177d7
}

.team-item.style-1 .team-info .name a:hover {
    color: #f39c12
}

.team-item.style-1 .team-info .title-job {
    padding-bottom: 15px
}

.team-item.style-1 .team-info .title-job span {
    font-size: 13px;
    font-style: italic;
    color: #999
}

.team-item.style-1 .team-info .content {
    padding-bottom: 10px
}

.team-item.style-1 .team-info .content p {
    font-size: 14px;
    line-height: 1.5714285714
}

.team-item.style-1 .team-info .phone {
    padding-bottom: 10px
}

.team-item.style-1 .team-info .phone i {
    font-size: 30px;
    color: #f39c12;
    vertical-align: middle
}

.team-item.style-1 .team-info .phone span {
    font-size: 16px;
    color: #0177d7
}

.team-item.style-1 .team-info .social-list {
    list-style: none;
    padding-left: 0;
    margin: 0
}

.team-item.style-1 .team-info .social-list li {
    display: inline-block;
    padding-right: 15px
}

.team-item.style-1 .team-info .social-list li a {
    font-size: 14px;
    color: #666
}

.team-item.style-1 .team-info .social-list li a:hover {
    color: #f39c12
}

@media (max-width: 479px) {
    .team-item.style-1 .team-image {
        float: left;
        width: 100%
    }

    .team-item.style-1 .team-image img {
        width: 100%
    }

    .team-item.style-1 .team-info {
        float: left;
        margin-left: 0;
        padding-bottom: 30px
    }
}

.team-item.style-2 {
    margin-bottom: 50px
}

.team-item.style-2 .agent-img {
    margin-bottom: 26px
}

.team-item.style-2 .agent-img img {
    width: 100%;
    border-radius: 3px
}

.team-item.style-2 .agent-name {
    margin-bottom: 20px;
    font-weight: 700;
    color: #0177d7;
    margin-top: 5px
}

.team-item.style-2 .agent-name:hover {
    color: #f39c12;
    -webkit-transition: all .3s;
    transition: all .3s
}

.team-item.style-2 .agent-address, .team-item.style-2 .agent-phone {
    margin-bottom: 5px
}

.team-item.style-2 .agent-address .fa, .team-item.style-2 .agent-phone .fa {
    color: #f39c12;
    font-size: 16px;
    display: block;
    float: left;
    line-height: 22px
}

.team-item.style-2 .agent-address .agent-address-home, .team-item.style-2 .agent-address .agent-phone-number, .team-item.style-2 .agent-phone .agent-address-home, .team-item.style-2 .agent-phone .agent-phone-number {
    font-size: 14px;
    display: block;
    margin-left: 20px;
    line-height: 22px
}

.team-item.style-2 .agent-btn {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #888;
    padding: 10px 20px;
    display: inline-block;
    background-color: #f1f1f1;
    box-shadow: 0 1px 1px 0 #d9d9d9;
    border-radius: 3px;
    margin-top: 15px
}

.team-item.style-2 .agent-btn:hover {
    -webkit-transition: all .3s;
    transition: all .3s;
    background-color: #f39c12;
    color: #fff
}

.team-item.style-2 .agent-btn .fa {
    margin-left: 5px
}

.team-layout.style-1 {
    background-color: #f0f5f8;
    padding: 70px 0
}

.team-layout.style-1 .heading {
    padding-bottom: 5px;
    text-align: center
}

.team-layout.style-1 .sub-heading {
    text-align: center;
    padding-bottom: 35px
}

.team-layout.style-1 .sub-heading span {
    color: #888;
    font-size: 18px;
    line-height: 1.3333333333
}

.team-layout.style-2 .heading {
    padding-bottom: 25px;
    text-align: left
}

.team-layout.style-3 {
    background: #fff
}

.testinmonials .testinmonial-control {
    list-style: none;
    padding: 0;
    text-align: center
}

.testinmonials .testinmonial-control li {
    cursor: pointer;
    margin: 0 7px;
    border-radius: 50px;
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #80bbeb
}

.testinmonials .testinmonial-control li.active {
    background: #0177d7
}

.testinmonial-item.style-1 {
    padding: 25px;
    border: 1px solid #e5e5e5;
    border-radius: 3px
}

.testinmonial-item.style-1 .content {
    font-size: 14px;
    color: #888;
    line-height: 1.5714285714;
    padding-bottom: 10px
}

.testinmonial-item.style-1 .personal:after {
    content: "";
    display: table;
    clear: both
}

.testinmonial-item.style-1 .personal .avatar {
    float: left;
    margin-right: 15px;
    width: 57px;
    height: 57px
}

.testinmonial-item.style-1 .personal .avatar img {
    width: 100%;
    border-radius: 50px
}

.testinmonial-item.style-1 .personal .info {
    float: left;
    padding: 6px 0
}

.testinmonial-item.style-1 .personal .info .name span {
    font-size: 13px;
    font-weight: 700;
    color: #333
}

.testinmonial-item.style-1 .personal .info .title-job {
    font-size: 13px;
    color: #888
}

@media (max-width: 991px) {
    .testinmonial-item.style-1 {
        margin-bottom: 30px
    }
}

.testinmonial-item.style-2 {
    width: 100%
}

.testinmonial-item.style-2 .content {
    width: 850px;
    margin: 0 auto;
    padding-bottom: 15px
}

.testinmonial-item.style-2 .content p {
    text-align: center;
    font-size: 18px;
    line-height: 1.6666666667
}

.testinmonial-item.style-2 .content p:before {
    line-height: 1;
    font-family: Arial, sans-serif;
    content: '“';
    font-weight: 700;
    font-size: 60px;
    color: #ccc
}

.testinmonial-item.style-2 .content p:before:after {
    content: "";
    display: table;
    clear: both
}

.testinmonial-item.style-2 .personal {
    width: 200px;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 40px
}

.testinmonial-item.style-2 .personal:after {
    content: "";
    display: table;
    clear: both
}

.testinmonial-item.style-2 .personal .avatar {
    width: 80px;
    height: 80px;
    float: left
}

.testinmonial-item.style-2 .personal .avatar img {
    width: 100%;
    border-radius: 50px
}

.testinmonial-item.style-2 .personal .info {
    padding: 17px 0;
    float: left;
    margin-left: 15px;
    text-align: left
}

.testinmonial-item.style-2 .personal .info .name span {
    font-size: 13px;
    font-weight: 700;
    color: #333
}

.testinmonial-item.style-2 .personal .info .title-job {
    font-size: 13px;
    color: #888
}

@media (max-width: 991px) {
    .testinmonial-item.style-2 .content {
        width: 100%
    }
}

.testinmonial-item.style-3 {
    border: none;
    padding: 0;
    border-radius: 0
}

.testinmonial-item.style-3 .content {
    margin: 0;
    padding-bottom: 10px;
    width: auto
}

.testinmonial-item.style-3 .content:before {
    float: left;
    line-height: 1;
    font-family: Arial, sans-serif;
    content: '“';
    font-weight: 700;
    font-size: 60px;
    color: #ccc
}

.testinmonial-item.style-3 .content p {
    text-align: left;
    margin-left: 35px;
    padding-top: 15px;
    margin-bottom: 0
}

.testinmonial-item.style-3 .content p:before {
    display: none
}

.testinmonial-item.style-3 .personal {
    margin: 0 0 0 35px;
    padding-bottom: 20px
}

.testinmonial-item.style-3 .personal .info {
    margin: 0;
    padding: 0
}

.testinmonials-layout .heading {
    padding-bottom: 25px
}

.testinmonials-layout.style-2 {
    padding-bottom: 70px
}

.testinmonials-layout.style-2 .heading {
    padding-bottom: 0;
    text-align: center
}

.testinmonials-layout.style-3 .heading {
    padding-bottom: 10px
}

.testinmonials-layout.style-3 .heading h3 {
    font-size: 20px;
    font-weight: 700;
    color: #333
}

.testinmonials-layout.style-3 .testinmonial-control {
    text-align: left;
    margin-left: 29px
}

.testinmonials-layout.style-4 {
    background-size: cover !important;
    padding-top: 50px
}

.testinmonials-layout.style-4 .overlay {
    background: rgba(1, 119, 215, .9)
}

.testinmonials-layout.style-4 .heading {
    position: relative
}

.testinmonials-layout.style-4 .heading h3 {
    color: #fff
}

.testinmonials-layout.style-4 .testinmonial-item.style-2 .content p {
    font-weight: 400;
    color: #e5e5e5
}

.testinmonials-layout.style-4 .testinmonial-item.style-2 .content p:before {
    color: #e5e5e5
}

.testinmonials-layout.style-4 .testinmonial-item.style-2 .personal .info .name span {
    color: #f0f5f8
}

.testinmonials-layout.style-4 .testinmonial-item.style-2 .personal .info .title-job span {
    color: #ccc
}

.about-page .testinmonials {
    margin-top: 50px
}

.agent-detail .product-layout {
    padding: 0 0 70px 0
}

.blog-list .blog-list-wrapper {
    margin-right: -15px !important;
    border-right: 1px solid #ebebeb;
    padding: 70px 50px 70px 0
}

.blog-list .sidebar {
    position: relative;
    padding-left: 20px;
    padding-top: 50px
}

.blog-list .sidebar-banner {
    margin-left: -35px
}

@media (max-width: 1199px) {
    .blog-list .blog-item .blog-image {
        width: 100%;
        padding-bottom: 15px
    }

    .blog-list .blog-item .blog-main {
        padding-left: 0;
        width: 100%
    }
}

@media (max-width: 991px) {
    .blog-list .blog-list-wrapper {
        margin-right: 0 !important;
        border-right: 0;
        padding: 70px 0 70px 0
    }

    .blog-list .sidebar {
        padding-top: 0;
        padding-bottom: 50px;
        padding-left: 0
    }

    .blog-list .sidebar .sidebar-element {
        padding-left: 0
    }

    .blog-list .sidebar .sidebar-banner {
        padding-left: 0;
        margin-left: 0
    }
}

@media (max-width: 319px) {
    .blog-list .pagination-list li {
        margin-bottom: 15px
    }
}

.blog-single .sidebar {
    padding-top: 50px
}

.blog-single .sidebar .sidebar-element {
    padding-left: 20px
}

.blog-single .sidebar .sidebar-banner {
    padding-left: 0;
    margin-left: -15px
}

.blog-single .blog-single {
    padding: 45px 50px 100px 0;
    margin-right: -15px !important;
    border-right: 1px solid #ebebeb
}

.blog-single .blog-single .post-title {
    padding-bottom: 15px
}

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

.blog-single .blog-single .post-image {
    padding-bottom: 5px
}

.blog-single .blog-single .post-paragraph {
    padding-bottom: 10px
}

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

.blog-single .blog-single .post-footer {
    margin-bottom: 35px
}

.blog-single .blog-single .post-more-link {
    padding-bottom: 30px
}

.blog-single .blog-single .post-comments .post-heading {
    padding-bottom: 5px
}

.blog-single .blog-single .post-comments .post-content {
    padding-bottom: 15px
}

.blog-single .blog-single .post-comments-form {
    padding-bottom: 45px
}

.blog-single .blog-single .post-comments-list .post-heading {
    padding-bottom: 25px
}

@media (max-width: 991px) {
    .blog-single .blog-single {
        padding: 45px 0 50px 0;
        margin-right: 0 !important;
        border-right: 0
    }

    .blog-single .blog-single .post-more-link .post-prev {
        margin-bottom: 15px
    }

    .blog-single .blog-single .post-more-link .post-next {
        float: left
    }

    .blog-single .sidebar {
        padding-top: 0;
        padding-bottom: 50px
    }

    .blog-single .sidebar .sidebar-element {
        padding-left: 0
    }

    .blog-single .sidebar .sidebar-banner {
        padding-left: 0;
        margin-left: 0
    }
}

.home-page-1 .product-layout {
    padding: 55px 0 70px 0
}

.home-page-1 .testinmonials-layout {
    padding: 50px 0 90px 0
}

.home-page-2 .team-layout.style-1 {
    padding: 60px 0 70px 0
}

.home-page-2 .partner-layout.style-1 {
    padding: 80px 0 60px 0
}

.project-list-page .projects-layout {
    padding: 60px 0 100px 0
}

.project-list-page .projects-layout .project-subjects {
    padding-bottom: 45px
}

.projects-detail-page .projects-detail {
    padding: 70px 0
}

.get-a-quote-1 {
    padding: 30px 0 100px 0;
    background: #f0f5f8
}

.get-a-quote-1 .content-box-layout {
    margin-top: 110px
}

.get-a-quote-1 .content-box-item {
    margin-bottom: 30px
}

.get-a-quote-2 .quote-container {
    padding: 30px 0 85px 0;
    background: #0177d7
}

.get-a-quote-2 .content-box-container {
    background-size: cover !important
}

.get-a-quote-2 .content-box {
    padding: 100px 0
}

.get-a-quote-3 {
    padding-bottom: 100px
}

.get-a-quote-3 .quote-container {
    padding-bottom: 60px
}

@media (min-width: 992px) and (max-width: 1199px) {
    .get-a-quote-3 .quote-form-style-3 .quote-form-container .quote-form-heading {
        padding-bottom: 10px
    }

    .get-a-quote-3 .heading-get-a-quote-2 .heading-content {
        position: absolute;
        top: 10px;
        left: 25px;
        padding-right: 15px
    }

    .get-a-quote-3 .quote-form-style-3 .quote-form-button {
        padding-top: 10px
    }
}

@media (max-width: 1199px) {
    .get-a-quote-3 .heading-get-a-quote-2 .heading-content {
        padding-right: 15px
    }

    .get-a-quote-3 .heading-image {
        margin-bottom: 30px
    }
}

@media (max-width: 319px) {
    .get-a-quote-3 .quote-form-style-3 .quote-form-container {
        padding: 15px 20px 40px 20px
    }
}

.services-detail-1 {
    padding: 75px 0 100px 0
}

.services-detail-1 .sidebar-container {
    margin-bottom: 35px
}

.services-detail-1 .p1 {
    padding-top: 5px;
    padding-bottom: 15px
}

.services-detail-1 .p2 {
    padding-bottom: 15px
}

.services-detail-1 .post-table {
    padding-bottom: 10px
}

.services-detail-1 .post-with-image {
    padding-bottom: 30px
}

.services-detail-1 .post-with-image .post-paragraph {
    padding-bottom: 15px
}

.services-detail-1 .p3 {
    padding-bottom: 15px
}

.services-detail-1 .post-content-box {
    margin-bottom: 50px
}

.services-detail-1 .testinmonials {
    padding-bottom: 45px
}

@media (min-width: 992px) and (max-width: 1199px) {
    .services-detail-1 .sidebar-style-1 .sidebar-container .sidebar-item a i {
        margin-right: 5px
    }
}

@media (max-width: 1199px) {
    .services-detail-1 .slider-medium-layout.style-1 .slider-item .slider-dots {
        display: none
    }

    .services-detail-1 .slider-medium-layout.style-1 .slider-item .slider-title {
        padding-right: 15px
    }

    .services-detail-1 .post-form-action .form-block {
        float: left
    }
}

@media (max-width: 991px) {
    .services-detail-1 .post-services {
        margin-bottom: 50px
    }

    .services-detail-1 .slider-medium-layout.style-1 .slider-item .slider-btn button {
        margin-left: 25px
    }

    .services-detail-1 .slider-medium-layout.style-1 .slider-item .slider-title {
        padding-right: 0
    }
}

@media (max-width: 479px) {
    .services-detail-1 .post-table table tbody tr .tblock span {
        float: none
    }

    .services-detail-1 .post-table table tbody tr .tblock .post-btn button {
        margin-bottom: 15px
    }

    .services-detail-1 .post-form-action .form-block input {
        width: 100%;
        min-width: 0;
        margin-bottom: 20px
    }

    .services-detail-1 .slider-medium-layout.style-1 .slider-item .slider-text-holder {
        display: none
    }
}

.services-detail-2 {
    padding-bottom: 135px;
    padding-top: 20px
}

.services-detail-2 .heading-page {
    padding-bottom: 40px
}

.services-detail-2 .heading-page h3 {
    font-weight: 700
}

.services-detail-2 .p1 {
    padding-bottom: 15px
}

.services-detail-2 .p2 {
    padding-bottom: 15px
}

.services-detail-2 .post-table {
    padding-bottom: 15px
}

.services-detail-2 .post-with-image {
    padding: 30px 0;
    border-bottom: 1px solid #e6e6e6
}

.services-detail-2 .post-with-image .custom-col-5 {
    float: left;
    width: 43.5064935065%
}

.services-detail-2 .post-with-image .custom-col-7 {
    float: left;
    width: 56.4935064935%
}

.services-detail-2 .post-with-image .custom-push-7 {
    left: 56.4935064935%
}

.services-detail-2 .post-with-image .custom-pull-5 {
    right: 43.5064935065%
}

.services-detail-2 .post-with-image .post-paragraph .post-heading h3 {
    margin-top: 5px
}

.services-detail-2 .testinmonials {
    padding-bottom: 30px
}

.services-detail-2 .sidebar-container {
    margin-bottom: 35px
}

.services-detail-2 .banner {
    margin-bottom: 40px
}

@media (max-width: 1199px) {
    .services-detail-2 .post-form-action .form-block {
        float: left
    }
}

@media (max-width: 991px) {
    .services-detail-2 .post-with-image .custom-pull-5, .services-detail-2 .post-with-image .custom-push-7 {
        left: auto;
        right: auto
    }
}

@media (max-width: 479px) {
    .services-detail-2 .post-with-image .post-image {
        margin-bottom: 15px
    }

    .services-detail-2 .post-with-image .custom-col-5, .services-detail-2 .post-with-image .custom-col-7 {
        width: 100%
    }
}

.services-detail-2 .post-form-action .form-block button, .services-detail-3 .post-form-action .form-block button {
    padding: 15px 55px
}

.services-detail-2 .post-form-action .form-block input, .services-detail-3 .post-form-action .form-block input {
    min-width: 250px
}

@media (max-width: 479px) {
    .services-detail-2 .slider-medium-layout.style-1 .slider-item .slider-text-holder, .services-detail-3 .slider-medium-layout.style-1 .slider-item .slider-text-holder {
        display: none
    }

    .services-detail-2 .slider-medium-layout.style-1 .slider-item .slider-dots, .services-detail-3 .slider-medium-layout.style-1 .slider-item .slider-dots {
        display: none
    }

    .services-detail-2 .post-form-action .form-block input, .services-detail-3 .post-form-action .form-block input {
        width: 100%;
        min-width: 0;
        margin-bottom: 20px
    }
}

@media (max-width: 1199px) {
    .services-detail-2 .post-form-action .form-block, .services-detail-3 .post-form-action .form-block {
        float: left
    }

    .services-detail-2 .post-services, .services-detail-3 .post-services {
        margin-bottom: 50px
    }
}

.services-detail-3 {
    padding-bottom: 100px;
    padding-top: 60px
}

.services-detail-3 .sidebar-container {
    margin-bottom: 40px
}

.services-detail-3 .banner {
    margin-bottom: 40px
}

.services-detail-3 .heading-page .au-breadcrumb {
    padding-top: 0
}

.services-detail-3 .title-page {
    padding-top: 25px;
    padding-bottom: 20px
}

.services-detail-3 .slider-medium-layout {
    padding-bottom: 5px
}

.services-detail-3 .p1, .services-detail-3 .p2 {
    padding-bottom: 15px
}

.services-detail-3 .post-with-image {
    padding-bottom: 15px
}

.services-detail-3 .post-accordion {
    padding-bottom: 25px
}

.services-detail-3 .testinmonials {
    padding-bottom: 35px
}

@media (max-width: 991px) {
    .services-detail-3 .post-with-image .post-image img {
        width: 100%
    }
}

.services-detail-4 .post-services-detail-4 .p2 {
    padding-bottom: 20px
}

.services-detail-4 .post-services-detail-4 .p3 .post-heading h3 {
    margin-top: 0
}

.services-detail-4 .post-services-detail-4 .post-icon-box {
    padding-bottom: 25px
}

.services-detail-4 .down-file-widget {
    margin-bottom: 30px
}

@media (max-width: 991px) {
    .services-detail-4 .post-icon-box-item {
        margin-bottom: 30px
    }
}

@media (max-width: 479px) {
    .services-detail-4 .post-with-image-style-3 .post-image {
        width: 100%;
        float: left;
        margin-bottom: 15px
    }

    .services-detail-4 .post-with-image .post-paragraph {
        margin-left: 0;
        padding-left: 0
    }
}


.slider-title{
    display:block !important;
}