.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, 0.8);
    position: absolute;
    top: 0;
    left: 0
}

body {
    font: 14px/1.6 "Open Sans", Arial, Helvetica, sans-serif;
    color: #666666
}

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

.bold {
    font-weight: 700
}

*:focus {
    outline: none
}

a {
    text-decoration: none !important
}

a,
button {
    -webkit-transition: all 0.3s !important;
    transition: all 0.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;*/
    display: inline-block;
    margin-bottom: 10px;
}

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

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

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

.au-breadcrumb .au-breadcrumb-item:after {
    font-family: "FontAwesome";
    content: '\f105';
    margin: 0 5px;
    color: #003464 !important;
}

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

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

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

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

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

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

.colore-B{
    background-color: #87AADE;
    color: #fff;
}

.colore-C{
    background-color: #003566;
    color: #fff;
}

.colore-D {
    background-color: #e43f33;
    color: #fff;
}

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

.colore-C:hover {
    background-color: #002648;
    color: #fff;
}
.colore-B:hover{
    background-color: #688abe;
    color: #fff;
}
.colore-D:hover {
    background-color: #b6302e;
    color: #fff;
}

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

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

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

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

.btn-social {
    line-height: 40px;
    width: 40px;
    text-align: center;
    color: #fff;
    font-size: 15px;
    border-radius: 3px;
    margin-left: 5px
}

.btn-social:hover {
    color: #fff;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3)
}

.btn-social.facebook {
    background: #3b5998
}

.btn-social.twitter {
    background: #00aced
}

.btn-social.linkedin {
    background: #007bb6
}

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

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

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

.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: 1199px) {
    .hidden-lg-tablet {
        display: none
    }
}

@media (max-width: 479px) {
    .hidden-md-phone {
        display: none;
        font-size: 12px;
        padding: 10px 6px;
    }
}

@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:hover,
.pagination-list li.active {
    background-color: #003465;
    border-color: #003465
}

.pagination-list li:hover a,
.pagination-list li.active 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: #555555;
    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: #cccccc
}

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

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

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

.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
}

.block-1-soc {
    padding-top: 50px !important;
	padding-bottom: 0px !important;
}

.block-2-soc {
	padding: 25px 0 30px 0 !important;
}

.block-3-soc {
    padding: 40px 0 40px 0 !important;
}

@media (max-width: 1200px) {
	.block-1e2-soc {
	    padding-bottom: 40px;
	}
}

@media (max-width: 1200px) {
	.cont-new{
	    width: 750px !important;
	}
}

.fa-2{
    font-size: 1.5em;
	color: #003465;
}

.title-cert-org {
	/*border-bottom: 1px solid #003565;*/
    color: #86aade;
	font-size: 18px;
}

.about-layout-2 {
    padding-top: 30px;
	padding-bottom: 30px
}

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

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

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

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

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

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

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

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

.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-2 .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-2 .action-group .sub-link a:hover {
    color: #f39c12
}

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

.about-layout-2 .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;
    box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.12);
    background: #fff;
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.blog-item:hover {
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transform: scale(1.01, 1.01);
    transform: scale(1.01, 1.01);
}

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

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



.blog-item .blog-main {
    /*padding-left: 20px;*/
    /*padding-top: 20px;*/
    float: left;
    padding: 20px 20px 20px 20px;
    width: 55.56%;
    /*width: 100%;*/
}

@media (max-width: 991px) {
    .blog-item .blog-image,
    .blog-item .blog-main{
        width: 100%;
    }
}

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

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

.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: #003465;
    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;*/
    padding-bottom: 10px;
}

.blog-item .blog-date span {
    text-transform: uppercase;
    font-size: 11px;
    /*color: #999999;*/
    color: #87aade;
}

.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: #333333
}

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

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

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

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

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

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

.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: #333333;
    border-left: 2px solid #cccccc
}

.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: #003465
}

.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: #999999;
    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: #333333
}

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

.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: #003465
}

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

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

.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: #555555;
    color: #fff;
    font-weight: 400;
    text-transform: none;
    font-size: 18px;
    padding: 10px 30px
}

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

.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: #999999;
    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: #003465
}

.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 0.5s;
    transition: all 0.5s;
    opacity: 1
}

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

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

.call-to-action-layout.style-1 .call-to-action-form .call-to-action-form-input {
    padding-right: 20px;
    display: inline-block;
    min-width: 310px;
    position: relative
}

.call-to-action-layout.style-1 .call-to-action-form .call-to-action-form-input:before {
    position: absolute;
    left: 18px;
    top: 13px;
    content: '\f041';
    font-family: "FontAwesome";
    color: #888888
}

.call-to-action-layout.style-1 .call-to-action-form .call-to-action-form-input input {
    width: 100%;
    padding: 15px 20px 15px 35px;
    font-size: 14px
}

.call-to-action-layout.style-1 .call-to-action-form .call-to-action-form-button {
    display: inline-block
}

@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-layout.style-1 .call-to-action-form-input {
        padding-bottom: 20px
    }
}

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

.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: center
    }
    .call-to-action.style-2 .call-to-action-content {
        margin-right: 0;
    }
}

.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, 0.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: #333333;
    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 #cccccc;
    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 #cccccc;
    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: #666666
}

.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: 1050px;*/
    height:100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    /*zoom: 2.4;*/
}

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

.contact-layout.style-1 .contact-form {
    float: left;
    background: #003465;
    padding: 65px 35px;
    height: 100%;
    /*padding-bottom: 180px;*/
}

.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, 0.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: #888888;
    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: 50px 28px;
    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, 0.2);
    padding-bottom: 35px;
    padding-top: 15px;
}

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

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

.contact-layout.style-1 .contact-info .head-time-open,
.contact-layout.style-1 .contact-info .head-contact-info {
    border-bottom: 1px solid rgba(0, 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: #666666;
    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;
    width: 40%;
}

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

.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: transparent
}

.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: #333333;
    font-weight: 700
}

.contact-layout.style-3 .contact-form .input-group {
    width: 100%;
    margin-bottom: 20px
}

.contact-layout.style-3 .contact-form .input-group .input {
    padding-right: 20px;
    width: 33.33%;
    float: left
}

.contact-layout.style-3 .contact-form .input-group .input:last-child {
    padding-right: 0
}

.contact-layout.style-3 .contact-form .input-group input {
    width: 100%;
    border-radius: 3px;
    padding: 13px 20px;
    border: 1px solid #ccc
}

.contact-layout.style-3 .contact-form .text-area {
    margin-bottom: 10px
}

.contact-layout.style-3 .contact-form .text-area textarea {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 3px;
    min-height: 150px;
    padding: 13px 20px
}

.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
    }
}

@media (max-width: 319px) {
    .contact-layout.style-3 .contact-form .input-group .input {
        width: 100%;
        padding-right: 0;
        margin-bottom: 15px
    }
    .contact-layout.style-3 .contact-form .input-group .input input {
        width: 100%
    }
}

.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: #222222;
    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
}

.contact-layout-5 .google-map {
    height: 500px
}

.contact-layout-5 .heading {
    padding-bottom: 10px
}

.contact-layout-5 .heading h3 {
    font-weight: 600
}

.contact-layout-5 .contact-wrapper {
    padding: 30px 0 70px 0
}

.contact-layout-5 .info-accordion .open .accordion-title {
    background: #003465
}

.contact-layout-5 .info-accordion .accordion {
    margin-bottom: 15px;
}

.contact-layout-5 .info-accordion .accordion-title {
    padding: 5px 20px;
    background: #2e363a;
    /*margin-bottom: 15px;*/
    cursor: pointer
}

.contact-layout-5 .info-accordion .accordion-title:hover {
    background: #003465;
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

.contact-layout-5 .info-accordion .accordion-title i {
    font-size: 16px;
    margin-right: 10px;
    color: #fff
}

.contact-layout-5 .info-accordion .accordion-title h4 {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    display: inline-block
}

.contact-layout-5 .info-accordion .textbox-info {
    margin-bottom: 15px;
    padding: 25px;
    background-color: #f8f8f8 !important;
    border-left: 1px solid rgba(0, 0, 0, 0.1) !important
}

.contact-layout-5 .info-accordion .textbox-info p {
    color: #666
}

.contact-layout-5 .info-accordion .wpb_text_column {
    margin-bottom: 15px;
    padding: 25px !important;
    background-color: #f8f8f8 !important;
    border-left: 1px solid rgba(0, 0, 0, 0.1) !important;
    border-right: 1px solid rgba(0, 0, 0, 0.1) !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.contact-layout-5 .info-accordion .wpb_text_column .dl-horizontal {
    margin-bottom: 0
}

.contact-layout-5 .info-accordion .wpb_text_column .dl-horizontal dt {
    padding: 5px 20px;
    width: 26%;
    font-weight: 400
}

.contact-layout-5 .info-accordion .wpb_text_column .dl-horizontal dd {
    padding: 5px 20px
}

.contact-layout-5 .info-accordion .wpb_text_column .dl-horizontal dd i {
    margin-right: 10px
}

.contact-layout-5 .info-accordion .socials-list {
    background: #f8f8f8;
    padding: 25px;
    border-left: 1px solid rgba(0, 0, 0, 0.1) !important
}

.contact-layout-5 .info-accordion .socials-list ul {
    padding: 0;
    margin: 0
}

.contact-layout-5 .info-accordion .socials-list ul:after {
    content: "";
    display: table;
    clear: both
}

.contact-layout-5 .info-accordion .socials-list ul li {
    list-style: none;
    width: 35px;
    height: 35px;
    float: left;
    background: #e5e5e5;
    border-radius: 3px;
    display: table;
    text-align: center;
    margin-right: 15px
}

.contact-layout-5 .info-accordion .socials-list ul li a {
    display: table-cell;
    vertical-align: middle
}

.contact-layout-5 .info-accordion .socials-list ul li.facebook:hover {
    background: #3b5998
}

.contact-layout-5 .info-accordion .socials-list ul li.facebook:hover a {
    color: #fff
}

.contact-layout-5 .info-accordion .socials-list ul li.twitter:hover {
    background: #00aced
}

.contact-layout-5 .info-accordion .socials-list ul li.twitter:hover a {
    color: #fff
}

.contact-layout-5 .info-accordion .socials-list ul li.google-plus:hover {
    background: #dd4b39
}

.contact-layout-5 .info-accordion .socials-list ul li.google-plus:hover a {
    color: #fff
}

.contact-layout-5 .info-accordion .socials-list ul li.youtube:hover {
    background: #b00
}

.contact-layout-5 .info-accordion .socials-list ul li.youtube:hover a {
    color: #fff
}

.contact-layout-5 .info-accordion .socials-list ul li.linkedin:hover {
    background: #007bb6
}

.contact-layout-5 .info-accordion .socials-list ul li.linkedin:hover a {
    color: #fff
}

.contact-layout-5 .contact-form .contact-input-group .input {
    margin-bottom: 15px
}

.contact-layout-5 .contact-form .contact-input-group input {
    width: 100%;
    padding: 8px;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    height: auto;
    box-shadow: none;
}

.contact-layout-5 .contact-form .contact-input-group input[type="checkbox"] {
    width: auto;
    padding: 8px;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    height: auto;
    box-shadow: none;
}

.contact-layout-5 .contact-form .contact-input-group input:disabled {
    background-color: #dddddd;
}

.contact-layout-5 .contact-form .contact-input-group select {
    width: 100%;
    padding: 8px;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    height: 40px;
    background: #fff;
}

.contact-layout-5 .contact-form .text-area textarea {
    min-width: 100%;
    max-width: 100%;
    padding: 10px;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    height: 150px
}

.contact-layout-5 .contact-form .action-group {
    margin-top: 10px
}

.contact-layout-5 .contact-form .contact-input-group .bootstrap-select {
    width: 100% !important;
}

.contact-layout-5 .contact-form .contact-input-group .bootstrap-select button {
    padding: 8px;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
}

.contact-layout.contact-layout-6 .contact-form .input-group .input {
    width: 100%;
    padding: 0;
    margin-bottom: 15px
}

.contact-layout.contact-layout-6 .contact-form .input-group {
    margin-bottom: 0
}

.contact-layout.contact-layout-7 .main-contact {
    padding: 0
}

.contact-layout.contact-layout-7 .col-md-9 {
    border-right: 1px solid #e6e6e6
}

.contact-layout.contact-layout-7 .left-content {
    padding: 30px 15px 200px 0
}

.contact-layout.contact-layout-7 .right-content {
    padding-left: 15px;
    padding-top: 35px
}

.contact-layout.contact-layout-7 .contact-info {
    padding-left: 0;
    margin-bottom: 50px
}

.contact-layout.contact-layout-7 .contact-info .contact-list .title {
    font-weight: 700;
    margin-right: 5px
}

.contact-layout.contact-layout-7 .google-map {
    margin-top: 20px
}

@media (max-width: 991px) {
    .contact-layout.contact-layout-7 .col-md-9 {
        border-right: none
    }
    .contact-layout.contact-layout-7 .left-content {
        padding: 30px 0 30px 0
    }
    .contact-layout.contact-layout-7 .right-content {
        padding-left: 0;
        padding-bottom: 100px
    }
}

.contact_layout_8 .contact-wrapper {
    padding: 50px 0 100px 0
}

.contact_layout_8 .contact-map {
    margin-bottom: 50px
}

.contact_layout_8 .contact-map h3 {
    margin-bottom: 30px
}

.contact_layout_8 .sidebar-control-map ul li {
    margin-bottom: 10px
}

.contact_layout_8 .sidebar-control-map ul li.active a {
    background: #003465
}

.contact_layout_8 .sidebar-control-map ul li.active a span {
    color: #fff !important
}

.contact_layout_8 .sidebar-control-map ul li a {
    display: block;
    font-weight: 600 !important;
    padding: 17px 20px !important;
    background: #e5e5e5
}

.contact_layout_8 .contact-form .heading {
    margin-bottom: 30px
}

.contact_layout_8 .contact-form .input {
    margin-bottom: 20px
}

.contact_layout_8 .contact-form .input input {
    width: 100%;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    padding: 10px 15px
}

.contact_layout_8 .contact-form .text-area {
    margin-bottom: 20px
}

.contact_layout_8 .contact-form .text-area textarea {
    padding: 10px 15px;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    max-width: 100%;
    min-width: 100%;
    height: 150px
}

.content-box-item.style-1 .content-box-icon {
    width: 50px;
    height: 50px;
    display: table;
    background: #003465;
    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: #555555;
    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: none;
    float: none;
    text-align: center;
    padding-bottom: 10px
}

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

.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: #333333
}

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

.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: #003465
}

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

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

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

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

.main-footer {
    background-color: #333;
    padding: 20px;
}

.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 0.3s;
    transition: all 0.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: #999999;*/
    color: #87aade;
}

.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: #cccccc;
    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: #999999
}

.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 0.3s;
    transition: all 0.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: #003465;
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

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

.sub-footer {
    padding: 15px 0;
    background-color: #222
}

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

.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: #888888
}

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

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

@media (max-width: 700px) {
    .sub-footer {
        padding: 50 px 0;
    }
}

#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 0.3s;
    transition: all 0.3s;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1)
}

.navbar-fixed.navbar-main {
    /*background-color: rgba(1, 119, 215, 0.9);*/
    background-color: rgba(0, 52, 101, 0.9)
}

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

.top-bar {
    font-size: 13px;
    color: #808080;
    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: #808080;
    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: 20px 0; /*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;*/
    margin-right:20px;
}

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

.header-main .contact-widget .contact-list .item .text {
    margin-left: 30px;
    padding-left: 20px;
    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: #888888
}

.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: #555555
}

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

@media (max-width: 479px) {
    .header-main .contact-widget {
        /*padding-top: 15px;*/
        float: right
    }
    /*.header-main .contact-widget i {*/
        /*display: none*/
    /*}*/
    .header-main .contact-widget .phone .text {
        padding-left: 0;
        margin-left: 0;
        border: 0
    }
}

.navbar-main {
    background: #003465
}

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

.navbar-main .navbar-menu {
    float: left;
    width: 100%;
}

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

.navbar-main .menu {
    padding: 0;
    margin: 0 -20px;
    display: flex;
    justify-content: center;
}

.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 0.3s;
    transition: all 0.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 0.3s;
    transition: all 0.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: #666666;
    padding: 15px
}

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

.navbar-main .menu .dropdown-child {
    position: relative
}

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

.navbar-main .menu .dropdown-child:hover .dropdown-menu-child li {
    display: block
}

.navbar-main .menu .dropdown-child .dropdown-menu-child {
    position: absolute;
    display: block;
    box-shadow: none;
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 0;
    background: #fff;
    left: 115%;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    top: 0;
    visibility: hidden
}

.navbar-main .menu .dropdown-child .dropdown-menu-child li {
    display: none;
    min-width: 260px
}

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

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

.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 0.3s;
    transition: all 0.3s;
    width: 0;
    padding: 3px 28px 3px 0;
    visibility: hidden
}

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

.navbar-main .search .search-icon {
    border-radius: 3px;
    background: #87AADE;
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    width: 28px;
    height: 28px;
    display: table;
    text-align: center;
    z-index: 11
}

.navbar-main .search .search-icon:before {
    vertical-align: middle;
    display: table-cell;
    font-family: "FontAwesome";
    content: '\f002';
    color: #fff
}

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

.navbar-main .search-open .search-icon {
    border-radius: 0 3px 3px 0
}

.navbar-main .search:hover .search-icon {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background: #abc3e7;
}

@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: right;
        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: #999999
}

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

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

.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: #333333;
    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: #003465
}

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

.heading-services-detail-1 {
    padding: 45px 0
}

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

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

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

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

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

.heading-services-detail-5 .heading-title h1 {
    /*color: #fff;*/
    color: #003566;
    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: #cccccc;*/
    color: #ffffff;
    display: inline-block;
}

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

.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: #cccccc
}

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

.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: #cccccc;
    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*/
    background: #87aade;
}

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

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

.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: #888888;
    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: #003465;
    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: #555555
}

.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: #ffffff
}

#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;
    background: #003566;
    box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.12);
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.product-item.style-1:hover {
    margin-bottom: 40px;
    background: #003566;
    /*box-shadow: 3px 3px 3px 3px rgba(0,0,0,0.12);*/
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transform: scale(1.03, 1.03);
    transform: scale(1.03, 1.03);
}

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

.product-item.style-1 .title {
    /*margin: 15px 0 10px 0*/
    padding: 15px;
}

.product-item.style-1 .title a {
    font-size: 18px;
    /*font-weight: 700;*/
    /*text-transform: uppercase;*/
    /*color: #003465*/
    color: #fff
}

.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 0.5s;
    transition: all 0.5s
}

.product-item.style-2:hover {
    background: #003465;
    -webkit-transition: all 0.5s;
    transition: all 0.5s
}

.product-item.style-2:hover .icon i,
.product-item.style-2:hover .icon a,
.product-item.style-2:hover .icon p,
.product-item.style-2:hover .title i,
.product-item.style-2:hover .title a,
.product-item.style-2:hover .title p,
.product-item.style-2:hover .content i,
.product-item.style-2:hover .content a,
.product-item.style-2:hover .content p,
.product-item.style-2:hover .view-more i,
.product-item.style-2:hover .view-more a,
.product-item.style-2:hover .view-more p {
    color: #fff;
    -webkit-transition: all 0.5s;
    transition: all 0.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: #003465
}

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

.product-item.style-2 .title a {
    font-weight: 700;
    font-size: 18px;
    color: #555555;
    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: #003465
}

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

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

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

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

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

.product-layout.style-2 .lead span {
    font-size: 15px;
    color: #999999;
    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: #888888;
    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: #333333;
    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: #666666;
    /*margin-bottom: 15px*/
}

.projects-detail .projects-detail-plan p {
    color: #666666;
    /*margin-bottom: 30px;*/
    margin-bottom: 10px;
}

.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: #555555
}

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

.project-subjects ul li:hover h4 {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: #003465
}

@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: #333333;
    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: #333333
}

.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 #cccccc;
    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 #cccccc;
    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: #666666
}

.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 #cccccc;
    border-radius: 3px;
    padding: 13px 17px;
    font-size: 14px;
    color: #666666 !important
}

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

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

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

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

.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: #003465
}

.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: #333333
}

.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: #003465;
    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-table-style-1 table {
    border: 0
}

.post-table-style-1 table tbody tr td {
    padding: 13px 20px
}

.post-table-style-1 .title-col {
    font-weight: 700
}

.post-table-style-1 .title-row td {
    border-top: 3px solid #f39c12;
    font-size: 15px;
    color: #003465;
    font-weight: 700
}

.post-table-style-1 .title-row td:first-child {
    border: 0
}

.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: #003465;
    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: #333333
}

.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 #cccccc !important;
    margin-right: 10px;
    font-size: 14px;
    color: #888888;
    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: #333333;
    font-size: 15px;
    margin: 0
}

.post-accordion .accordion-content p {
    margin-top: 15px;
    font-size: 14px;
    line-height: 1.5714285714;
    border-bottom: 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: #666666;
    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: #333333;
    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: #003465;
    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: #003465;
    color: #fff;
    font-weight: normal;
    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: #003465;
    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: #333333
}

.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: #333333;
    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: #555555
}

.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: #999999
}

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

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

.sidebar-style-5 .sidebar-search .search-sidebar-input {
    position: relative
}

.sidebar-style-5 .sidebar-search .search-sidebar-input button {
    position: absolute;
    top: 50%;
    margin-top: -13px;
    right: 10px;
    border: none;
    background: none
}

.sidebar-style-5 .sidebar-search .search-sidebar-input input {
    width: 100%;
    border: 1px solid #e5e5e5;
    padding: 10px 15px
}

.slider-primary .slider-title {
    font-weight: 700;
    font-size: 60px;
    color: #fff;
    /*text-shadow: 2px 2px 20px #000;*/
    text-shadow: 2px 1px 2px rgba(0,0,0,0.5);
}

.slider-primary .slider-subtitle {
    font-size: 24px;
    line-height: 36px;
    font-style: italic;
    color: #fff;
    /*text-shadow: 2px 2px 10px #000;*/
    text-shadow: 2px 1px 2px rgba(0,0,0,0.5);
}

.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 only screen and (max-width: 800px)  {*/
    /*.rev_slider .tp-caption {*/
        /*font-size: 15px !important;*/
    /*}*/
/*}*/
@media (max-width: 479px) {

    .slider-primary .tp-caption.au-btn {
        width: auto !important;
        font-size: 12px !important;
        margin-left: 10px !important;
        text-align: center;
        /*padding-right: 10px !important;*/
    }
}
@media (max-width: 479px) {

    .slider-primary .tp-caption.au-btn {
        width: auto !important;
        font-size: 12px !important;
        margin-left: 10px !important;
        text-align: center;
        /*padding-right: 10px !important;*/
    }

    /*.slider-primary .tp-caption {*/
        /*display: none*/
    /*}*/

    .slider-primary .tp-caption.slider-title {
        /*display: none*/
    }

    .slider-primary .tp-caption.slider-subtitle {
        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, 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: #003465
}

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

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

.slider-medium-layout.style-1 .slider-item .slider-arrow .prev.active,
.slider-medium-layout.style-1 .slider-item .slider-arrow .prev:hover,
.slider-medium-layout.style-1 .slider-item .slider-arrow .next.active,
.slider-medium-layout.style-1 .slider-item .slider-arrow .next:hover {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background-color: rgba(2, 96, 173, 0.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;*/
    /*background-color: #f0f5f8;*/
    background-color: #f4f9ff;
    border-radius: 3px;
    overflow: hidden;
    margin-bottom: 40px;
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.team-item.style-1:hover {
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transform: scale(1.03, 1.03);
    transform: scale(1.03, 1.03);
}

.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: 0px
}

.team-item.style-1 .team-info {
    margin-left: 260px;
    padding-left: 40px;
    padding-right: 40px
}
.team-item.style-1 .team-info.box-ente {
    margin: 0;
    text-align: center;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
    display: table;
    height: 100%;
}
.team-item.style-1 .team-info.box-nuovo-ente {
    margin: 0;
    text-align: center;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
    display: table;
    height: 100%;
    background: #003464;
}

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

.team-item.style-1 .team-info.box-nuovo-ente .name {
    padding-top: 0px;
    display: table-cell;
    vertical-align: middle;
}

.team-item.style-1 .team-info.box-ente .name {
    padding-top: 0px;
    display: table-cell;
    vertical-align: middle;
}

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

.team-item.style-1 .team-info .name p.impo {
    font-size: 18px;
    font-weight: 700;
    color: #003465
}

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

.team-item.style-1 .team-info.box-nuovo-ente .name a {
    color: #fff;
}

.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: #999999
}

.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: #003465
}

.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: #666666
}

.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: #003465;
    margin-top: 5px
}

.team-item.style-2 .agent-name:hover {
    color: #f39c12;
    -webkit-transition: all 0.3s;
    transition: all 0.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: #888888;
    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 0.3s;
    transition: all 0.3s;
    background-color: #f39c12;
    color: #fff
}

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

.team-layout.style-1 {
    /*background-color: #f0f5f8;*/
    padding: 40px 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: #888888;
    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: #003465
}

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

.testinmonial-item.style-1 .content {
    font-size: 14px;
    color: #888888;
    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: #333333
}

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

@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: #cccccc
}

.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: #333333
}

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

@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: #cccccc
}

.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: #333333
}

.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, 0.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: #cccccc
}

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

@media (max-width: 991px) {
    .about-page .content-box-item-style-2 {
        margin-bottom: 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 50px 0;
    background: #f4f9ff;
}

.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 .content-box-item-style-1 {
    width: 100%
}

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

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

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

@media (max-width: 1199px) {
    .get-a-quote-2 .content-box-item-style-1 {
        margin-bottom: 30px
    }
}

.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 .content-box-item-style-1 {
        margin-bottom: 30px;
        width: 100%
    }
    .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
    }
    .get-a-quote-3 .content-box-item-style-1 {
        margin-bottom: 30px;
        width: 100%
    }
}

@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-push-7,
    .services-detail-2 .post-with-image .custom-pull-5 {
        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
    }
}
.txt-center {
    text-align: center;
}

.select-comune .bootstrap-select button {
    /*padding: 15px 25px 15px 10px;*/
    padding: 10px 25px 10px 10px;
}

@media (max-width: 479px) {
    .select-comune .bootstrap-select button,
    .select-comune .bootstrap-select{
        width: 100% !important;
        margin-bottom: 5px;
    }
}

.pt-20 {
    padding-top: 20px;
}
.pt-30 {
    padding-top: 30px;
}
.pt-50 {
    padding-top: 50px;
}
.pb-50 {
    padding-bottom: 50px;
}
.pb-20 {
    padding-bottom: 20px;
}
.pt-5 {
    padding-top: 5px;
}
.alto-navbar {
    display: block;
    position: relative;
}
.alto-navbar.navbar-alto-fixed {
    height: 62px;
    background: #003566;
}

/*Paginazione*/
.gdlr-pagination .page-numbers {
    background-color: #ebebeb;
}
.gdlr-pagination .page-numbers {
    color: #979797;
}
.gdlr-pagination .page-numbers:hover,
.gdlr-pagination .page-numbers.current {
    background-color: #2b4d7f;
}
.gdlr-pagination .page-numbers:hover,
.gdlr-pagination .page-numbers.current {
    color: #ffffff;
}
.gdlr-pagination .page-numbers.current {
    cursor: default;
}
.gdlr-pagination .page-numbers {
    display: inline-block;
    padding: 7px 12px;
    margin-right: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.fb-share-button span {
    top: -6px;
}

.txt-blue {
    color: #003566;
}
.txt-gray {
    color: #ccc
}
.txt-white {
    color: #ffffff;
}
.txt-white-i {
    color: #ffffff !important;
}
.google-map button {
    z-index: 2;
}

/*.grecaptcha-badge {*/
/*    position: relative;*/
/*    transform: scale(0.77);*/
/*    transform-origin: 0 0;*/
/*}*/

/*.center-captcha .grecaptcha-badge {*/
/*    position: relative;*/
/*    transform: scale(0.77);*/
/*    transform-origin: inherit;*/
/*    margin: 0 auto;*/
/*    margin-bottom: 10px;*/
/*}*/
/* Parsley Error */
.parsley-error-list {
    display: none;
}
.parsley-error {
    border: 1px solid #da5333 !important;
}


@media (max-width:480px) {

	.smaller-mobile{
		font-size: 35px!important;
	}
}

.heading-sez {
    font-size: 36px;
    color: #003465;
    margin-bottom: 20px;
    margin-top: 0;
}

.ente-item {
    padding: 40px 0;
}

.au-btn-small {
    padding: 5px 20px;
}

.heading-title {
    margin-top: 10px;
}
.txt-red {
    color: #ff7070;
}
.bg-red {
    background-color: #d25858;
    /*background-color: #ff7070;*/
}
.radius3 {
    border-radius: 3px;
}
.margin5 {
    margin: 5px 0;
}
.float-dx {
    float: right;
}

.nascosto {
    display: none;
}

.anno-search-style2 .bootstrap-select button {
    height: 39px;
    background: #003566;
    color: #fff;
    margin-top: -3px;
    border: none !important;
}

.mb-5 {
    margin-bottom: 5px;
}

.margin-0 {
    margin: 0;
}
.margin-0-i {
    margin: 0 !important;
}

.bootstrap-select {
    z-index: 0;
}
.bootstrap-select.open {
    z-index: 1;
}

.box-doc-sup {
    display: table;
    margin-bottom: 20px;
}
.box-doc {
    display: table-cell;
    vertical-align: middle;
    padding: 25px;
}
.box-doc .heading-widget {
    padding-bottom: 0 !important;
}

.style-heads {
    background: #003464;
    color: white;
    border-radius: 50%;
 }

 @media (min-width: 991px) {
     .pad-75 {
         padding-top: 75px;
     }
 }

 .center {
     text-align: center;
  }

 /*colore-base-a #337ab7*/

 .show-mobile {
     display: none;
  }

 @media (max-width: 1200px) {
     .show-mobile {
         display: block !important;
     }
 }

 .set-perf {
     margin: 0 !important;
     top: 0 !important;
     position: relative !important;
     padding: 0 !important;
     width: 100% !important;
     background: transparent !important;
     box-shadow: none !important;
     border: none !important;
     border-color: #ccc !important;
  }

.menu a[href="#"] {
    cursor: none;
}

.mm-slideout {
    min-height: auto !important;
}

.resize-new-logo {
    height: auto;
	width: 113px; /*95px*/
}

.show-450 {
	display: none;
}
.hide-450 {
	display: block;
}

@media (max-width:450px) {
	.show-450 {
		display: block !important;
	}
	.hide-450 {
		display: none !important;
	}
}

.bootstrap-select>.dropdown-toggle.bs-placeholder, .bootstrap-select>.dropdown-toggle.bs-placeholder:active, .bootstrap-select>.dropdown-toggle.bs-placeholder:focus, .bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
    color: #444 !important;
}

.nascosto-input {
    display: none;
}

.nascondoparte2 {
    display: none;
}

.radio-step {
    float: left;
    margin: 0 !important;
}

/* covid style */
/*.orari-covid {*/
/*    margin-left: 15%;*/
/*}*/

.orari-covid thead tr {
    background: rgba(0, 0, 0, 0.1);
}

.orari-covid tbody tr td, .orari-covid thead tr th {
    padding: 4px 10px;
}
.modal-video-geco { 
    display: none; 
    position: fixed; 
    z-index: 1; 
    left: 0; 
    top: 19%; 
    width: 100%; 
    height: 100%;
    overflow: auto; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.4); 
    transition: opacity 1s ease-in-out;
} 
.modal-video-geco.show { 
    display: block; 
    opacity: 1; 
}
.modal-content-geco { 
    position: relative; 
    margin: auto; 
    padding: 0; 
    width: 80%; 
    max-width: 700px; 
    animation: slide-in 1s ease-in-out;
} 
.close-geco { 
    color: white; 
    position: absolute; 
    top: 10px; 
    right: 25px; 
    font-size: 35px; 
    font-weight: bold; 
}
.close-geco:hover, .close:focus { 
    color: #999; 
    text-decoration: none; 
    cursor: pointer; 
}
@keyframes slide-in { 
    from {transform: translateY(-50px); opacity: 0;} 
    to {transform: translateY(0); opacity: 1;}
}