/*
Item Name: Hadu - Minimalist HTML Template
Author: Ngetemplates

*/

/*Table of content
---------
font
general
loader
button
scroll to top
header page
navbar
slider
feaures
work
counter
team
team page
about
about team
contact
blog
blog single
placeholder
footer
responsive

/*font*/

@import url('css.css');

/*general*/

body {
    font-family: 'Comfortaa', sans-serif;
    color: #777;
    font-size: 14px;
    background: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 110%;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #333;
    letter-spacing: 1px;
}

h4 {
    font-size: 22px;
}

p {
    margin: 5px 0;
    line-height: 24px;
}

a {
    color: #111;
    outline: 0;
}

a:hover {
    color: #111;
    text-decoration: none;
}

a:focus {
    text-decoration: none;
}

.segments {
    padding: 75px 0 75px;
}

.section-title {
    margin-bottom: 50px;
    text-align: center;
}

.section-title h3 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 15px;
}

.section-title .line1 {
    background: #333;
    height: 1px;
    width: 55px;
    margin: 0 auto;
}

.section-title .line2 {
    background: #333;
    height: 1px;
    width: 30px;
    margin: 0 auto;
    margin-top: 5px;
}

.bg-second {
    background-color: #f4f8fa;
}

@keyframes vertimove {
    0% {
        -webkit-transform: translateY(0);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: translateY(0);
        /* IE 9 */
        transform: translateY(0);
        /* Firefox 16+, IE 10+, Opera */
    }
    50% {
        -webkit-transform: translateY(20px);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: translateY(20px);
        /* IE 9 */
        transform: translateY(20px);
        /* Firefox 16+, IE 10+, Opera */
    }
}


/*loader*/

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background-color: #fff;
}

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 30px;
    height: 30px;
    background: #a3553e;
    border-radius: 50%;
    -webkit-animation: mymove 0.7s linear infinite;
    animation: mymove 0.7s linear infinite;
}

@-webkit-keyframes mymove {
    0% {
        -webkit-transform: scale(0);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: scale(0);
        /* IE 9 */
        transform: scale(0);
        /* Firefox 16+, IE 10+, Opera */
        opacity: 0;
    }
    50% {
        -webkit-transform: scale(0.5, 0.5);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: scale(0.5, 0.5);
        /* IE 9 */
        transform: scale(0.5, 0.5);
        /* Firefox 16+, IE 10+, Opera */
        opacity: 0.5;
    }
    100% {
        -webkit-transform: scale(1, 1);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: scale(1, 1);
        /* IE 9 */
        transform: scale(1, 1);
        /* Firefox 16+, IE 10+, Opera */
        opacity: 1;
    }
}


/*button default*/

.button {
    background-color: #a3553e;
    color: #fff;
    position: relative;
    padding: 8px 20px;
    border: 2px solid #a3553e;
    margin-top: 30px;
    font-size: 14px;
    border-radius: 0;
    transition: all .4s ease;
}

.button:hover {
    background: transparent;
    border: 2px solid #a3553e;
}

.button:focus {
    outline: 0 !important;
    box-shadow: none;
}


/*scroll to top*/

.toTop a {
    position: fixed;
    bottom: 30px;
    right: 30px;
    opacity: 1;
    font-size: 25px;
    color: #333;
    background: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border: 1px solid #ddd;
    transition: all .5s ease;
}

.toTop a:hover {
    background-color: #a3553e;
    color: #fff;
    border-color: #a3553e;
}


/*header page*/

.header-page {
    background: linear-gradient( rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../image/slider1-1.jpg);
    height: 250px;
    background-size: cover;
    background-position: 50% 60%;
    text-align: center;
}

.header-page .content {
    position: relative;
}

.header-page .page-caption {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding-top: 6%;
}

.header-page .page-caption h2 {
    color: #fff;
}

.header-page .content .nav-page {
    margin-top: 15px;
}

.header-page .content .nav-page ul {
    padding: 0;
    margin: 0;
}

.header-page .content .nav-page ul li {
    list-style-type: none;
    display: inline-block;
    margin: 0 5px;
    color: #e9e9e9;
}

.header-page .content .nav-page ul li a {
    color: #e9e9e9;
}

.header-page .content .nav-page ul li a:hover {
    color: #fff;
}

.header-page .content .nav-page ul li span {
    text-decoration: line-through;
}


/*navbar*/

.navbar {
    padding: 10px 0;
    background-color: #fafafa;
}

.navbar .navbar-brand {
    letter-spacing: 1px;
    margin-right: 0;
    transition: all .5s ease;
    color: #333;
    font-size: 28px;
    font-weight: 600;
}

.navbar .navbar-brand:hover {
    color: #333;
}

.navbar .navbar-brand span {
    color: #a3553e;
    font-weight: bold;
}

.navbar .navbar-nav li {
    margin: 0 10px;
}

.navbar .navbar-nav li .nav-link {
    color: #333;
    transition: all .5s ease;
}

.navbar .navbar-nav li:hover .nav-link {
    color: #333;
}

.navbar .dropdown-menu {
    border-radius: 0;
    font-size: 14px;
    border: 0;
    border-top: 2px solid #a3553e;
}

.navbar .dropdown-menu .dropdown-item:hover {
    background-color: transparent;
}


/*slider*/

.slider .content {
    height: 600px;
    position: relative;
}

.slider .slide-show .first-slide {
    background: linear-gradient( rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../image/slider1.jpg);
    background-size: cover;
    background-position: center;
}

.slider .slide-show .second-slide {
    background: linear-gradient( rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../image/slider2.jpg);
    background-size: cover;
    background-position: center;
}

.slider .slide-show .third-slide {
    background: linear-gradient( rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../image/slider3.jpg);
    background-size: cover;
    background-position: center;
}

.slider .slide-show .four-slide {
    background: linear-gradient( rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../image/slider4.jpg);
    background-size: cover;
    background-position: center;
}

.slider .slide-show .five-slide {
    background: linear-gradient( rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../image/slider5.jpg);
    background-size: cover;
    background-position: center;
}

.slider .slide-caption {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding-top: 12%;
    text-align: center;
}

.slider .slide-caption h2 {
    color: #fff;
    font-size: 65px;
    font-weight: 600;
}

.slider .slide-caption p {
    color: #fff;
    font-size: 16px;
    margin: 25px 30% 5px;
}

.slider .owl-theme .owl-nav {
    margin-top: 0;
}

.slider .slide-show .owl-prev {
    position: absolute;
    top: 42%;
    left: 20px;
    width: 50px;
    height: 50px;
    background: transparent !important;
    overflow: hidden;
    border-radius: 0 !important;
    transition: all .5s ease;
    opacity: 1;
    z-index: 2;
    outline: 0;
}

.slider .slide-show .owl-prev:before {
    content: "\f166";
    font-family: 'fontAwesome';
    color: #555;
    display: block;
    color: #fff;
    font-size: 34px;
    z-index: 3;
}

.slider .slide-show .owl-next {
    position: absolute;
    top: 42%;
    right: 20px;
    width: 50px;
    height: 50px;
    background: transparent !important;
    overflow: hidden;
    border-radius: 0 !important;
    transition: all .5s ease;
    opacity: 1;
    z-index: 2;
    outline: 0;
}

.slider .slide-show .owl-next:before {
    content: "\f167";
    font-family: 'fontAwesome';
    color: #555;
    display: block;
    color: #fff;
    font-size: 34px;
    z-index: 2;
}

.slider .owl-theme .owl-nav [class*="owl-"] {
    margin: 0;
}

.slider .owl-theme .owl-dots {
    position: relative;
    top: -35px;
    margin-top: -35px;
}

.owl-theme .owl-dots .owl-dot {
    outline: 0;
}

.slider .owl-theme .owl-dots .owl-dot span {
    background-color: #fff;
    transition: .4s ease-in-out;
    width: 10px;
    height: 10px;
    margin: 5px;
}

.slider .owl-theme .owl-dots .owl-dot span:hover {
    background-color: red;
}

.slider .owl-theme .owl-dots .owl-dot.active span {
    background-color: #a3553e;
    transition: .4s ease-in-out;
}


/*features*/

.features .content {
    text-align: center;
}

.features .content i {
    font-size: 35px;
    margin-bottom: 20px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    background: transparent;
    border-radius: 50%;
    transition: all .4s ease;
}

.features .content:hover i {
    background-color: #262626;
    color: #fff;
}

.features .content h4 {
    margin-bottom: 15px;
}


/*work*/

.row.work-filter>[class^="col-"],
.row.work-filter>[class*=" col-"] {
    padding-right: 3px !important;
    padding-left: 3px !important;
    padding-bottom: 3px !important;
    padding-top: 3px !important;
}

.work .content img {
    width: 100%;
}

.work .work-menu {
    margin-bottom: 50px;
    text-align: center;
}

.work .work-menu ul {
    padding: 0;
    margin: 0;
}

.work .work-menu ul li {
    list-style-type: none;
    display: inline-block;
    cursor: pointer;
    margin: 0 15px;
}

.work .work-menu ul .active {
    color: #a3553e;
}

.work .content {
    position: relative;
}

.work .content .image-caption {
    background-color: rgba(255, 255, 255, 0.90);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 20px;
    padding-top: 23%;
    text-align: center;
    opacity: 0;
    transition: all .5s ease;
}

.work .content:hover .image-caption {
    opacity: 1;
}

.work .content .image-caption span {
    font-weight: 600;
    transition-duration: .3s;
    transition-delay: .2s;
    transform: translateY(-20px);
    opacity: 0;
    display: inline-block;
}

.work .content:hover .image-caption span {
    transform: translateY(0);
    opacity: 1;
}

.work .content .image-caption ul {
    padding: 0;
    margin: 0;
    margin-top: 20px;
    transform: translateY(20px);
    transition-duration: .3s;
    transition-delay: .2s;
}

.work .content:hover .image-caption ul {
    transform: translateY(0);
}

.work .content .image-caption ul li {
    list-style-type: none;
    display: inline-block;
    margin: 0 10px;
}

.work .content .image-caption ul li a i {
    font-size: 24px;
}


/*counter*/

.counter {
    background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.8)), url(../image/slider1.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

.counter .content {
    text-align: center;
}

.counter .content h3,
.counter .content h4 {
    color: #fff;
}

.counter .content h3 {
    margin-bottom: 10px;
    font-size: 32px;
    font-weight: 600;
}


/*team*/

.team .content .image img {
    width: calc(100% - 50%);
    float: left;
    margin-right: 30px;
}

.team .content .text {
    overflow: hidden;
    margin-right: 30px;
}

.team .content .text h4 {
    margin-bottom: 10px;
}

.team .content .text span {
    margin-bottom: 10px;
    display: inline-block;
    font-weight: 500;
    font-style: italic;
}

.team .content .wrap-media {
    margin-top: 20px;
}

.team .content .wrap-media ul {
    padding: 0;
    margin: 0;
}

.team .content .wrap-media ul li {
    list-style-type: none;
    display: inline-block;
    margin-right: 10px;
    text-align: center;
}

.team .content .wrap-media ul li:last-child {
    margin-right: 0;
}

.team .content .wrap-media ul li a i {
    font-size: 18px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border: 2px solid #ddd;
    color: #555;
}

.team .content .wrap-media ul li:hover a i {
    background-color: #f8f8f8;
    transition: all .4s ease;
    border: 2px solid #a3553e;
}

.team .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 30px;
}

.team .owl-theme .owl-dots .owl-dot.active span {
    background-color: #a3553e;
    transition: .4s ease-in-out;
}


/*team page*/

.team-page .content .image img {
    width: 100%;
}

.team-page .content .text h4 {
    margin-bottom: 10px;
}

.team-page .content .text span {
    margin-bottom: 15px;
    display: inline-block;
}

.team-page .content .text .message-me {
    padding: 10px 15px;
    background-color: #f4f8fa;
    margin-top: 20px;
    font-style: italic;
    font-weight: 500;
}

.team-page .content .text .wrap-media {
    margin-top: 25px;
}

.team-page .content .text .wrap-media ul {
    padding: 0;
    margin: 0;
}

.team-page .content .text .wrap-media ul li {
    list-style-type: none;
    display: inline-block;
    margin-right: 10px;
    font-size: 20px;
}

.team-page .content .text .wrap-media ul li a i {
    width: 35px;
    height: 35px;
    line-height: 35px;
    border: 2px solid #ddd;
    text-align: center;
    color: #555;
}

.team-page .content .text .wrap-media ul li:hover a i {
    border: 2px solid #a3553e;
    transition: all .4s ease;
    background-color: #f8f8f8;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 30px;
}

.team-page .owl-theme .owl-dots .owl-dot.active span {
    background-color: #a3553e;
    transition: .4s ease-in-out;
}


/*about*/

.about .image img {
    width: 100%;
}

.about .text h4 {
    margin-bottom: 20px;
}

.about .text .line {
    background-color: #999;
    width: 50px;
    height: 1px;
    margin-bottom: 15px;
}

.about .text p span {
    color: #333;
    font-weight: 500;
    font-size: 16px;
}

.about .text .wrap-media {
    margin-top: 25px;
}

.about .text .wrap-media ul {
    padding: 0;
    margin: 0;
}

.about .text .wrap-media ul li {
    list-style-type: none;
    display: inline-block;
    margin-right: 10px;
    font-size: 20px;
}

.about .text .wrap-media ul li a i {
    width: 35px;
    height: 35px;
    line-height: 35px;
    border: 2px solid #ddd;
    text-align: center;
    color: #555;
}

.about .text .wrap-media ul li:hover a i {
    background-color: #f8f8f8;
    transition: all .4s ease;
    border: 2px solid #a3553e;
}


/*about team*/

.about-team .content {
    text-align: center;
}

.about-team .content img {
    width: 100%;
}

.about-team .content h4 {
    margin-top: 20px;
    margin-bottom: 5px;
}


/*contact*/

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

.contact .wrap-form input,
.contact .wrap-form textarea {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #ddd;
}

.contact .wrap-form input:focus,
.contact .wrap-form textarea:focus {
    border-color: #a3553e;
    transition: all .3s ease;
}

.contact .wrap-form .first-name {
    float: left;
    width: calc(50% - 10px);
}

.contact .wrap-form .last-name {
    overflow: hidden;
    float: right;
    width: calc(50% - 10px);
}

.contact .wrap-form .button:hover {
    color: #333;
}

.contact h4 {
    margin-bottom: 20px;
}

.contact .wrap-icon {
    margin-top: 30px;
}

.contact .wrap-icon ul {
    padding: 0;
    margin: 0;
}

.contact .wrap-icon ul li {
    list-style-type: none;
    margin-bottom: 75px;
}

.contact .wrap-icon ul li i {
    text-align: center;
    width: 45px;
    height: 45px;
    line-height: 45px;
    background-color: #333;
    color: #fff;
    margin-right: 20px;
    border-radius: 50%;
    font-size: 16px;
}

.contact .wrap-icon ul li i:hover {
    transition: all .3s ease;
    background-color: #a3553e;
}

.contact .wrap-icon ul li span {
    font-weight: 500;
}


/*blog*/

.blog .content .image {
    position: relative;
}

.blog .content .image img {
    width: 100%;
}

.blog .content .date {
    text-align: center;
    position: absolute;
    top: 20px;
    left: 20px;
    padding: 10px;
    background-color: #a3553e;
    color: #fff;
}

.blog .content .date ul {
    padding: 0;
    margin: 0;
}

.blog .content .date ul li {
    list-style-type: none;
}

.blog .content .date ul li.numb {
    font-weight: 600;
    font-size: 18px;
}

.blog .content .text h4 {
    margin: 30px 0 10px 0;
    transition: all .4s ease;
}

.blog .content .text h4:hover {
    color: #a3553e;
}

.blog .content .text span {
    margin-bottom: 10px;
    display: inline-block;
}

.blog .content .text .read-more {
    margin-top: 10px;
    display: inline-block;
}

.blog .content .text .read-more:hover {
    color: #a3553e;
}

.blog .second-row {
    margin-top: 50px;
}


/*blog single*/

.blog-single .content-left img {
    width: 100%;
}

.blog-single .content-left .date ul {
    padding: 0;
    margin: 0;
}

.blog-single .content-left .title h4 {
    margin-top: 30px;
    margin-bottom: 10px;
}

.blog-single .content-left .date {
    margin-bottom: 20px;
}

.blog-single .content-left .date ul li {
    list-style-type: none;
    display: inline-block;
    margin-right: 5px;
}

.blog-single .content-left .date ul li:last-child {
    margin-right: 0;
}

.blog-single .content-left .date ul li:not(:first-child):not(:last-child) {
    color: #999;
    font-weight: 500;
}

.blog-single .content-left .date ul li i {
    margin-right: 5px;
}

.blog-single .content-left .quote {
    position: relative;
    left: 20px;
    margin: 20px 0;
    border-left: 3px solid #999;
    padding: 20px;
    background: #f4f8fa;
    font-weight: 500;
}

.blog-single .content-left .tags {
    margin-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
}

.blog-single .content-left .tags h5 {
    margin-bottom: 20px;
    display: inline-block;
    font-weight: 500;
}

.blog-single .content-left .tags ul {
    padding: 0;
    margin: 0;
}

.blog-single .content-left .tags ul li {
    list-style-type: none;
    display: inline-block;
    padding: 5px 12px;
    border: 1px solid #ddd;
    margin-right: 8px;
}

.blog-single .content-left .tags ul li:hover {
    background-color: #f7f7f7;
    transition: all .3s ease;
}

.blog-single .content-left .tags ul li:last-child {
    margin-right: 0;
}

.blog-single .content-left .author {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
}

.blog-single .content-left .author .image img {
    width: calc(100% - 70%);
    float: left;
    margin-right: 20px;
}

.blog-single .content-left .author .text {
    overflow: hidden;
}

.blog-single .content-left .author .text h4 {
    margin-bottom: 5px;
}

.blog-single .content-left .author .text span {
    margin-bottom: 10px;
    display: inline-block;
}

.blog-single .content-left .author .wrap-media {
    margin-top: 10px;
}

.blog-single .content-left .author .wrap-media ul {
    padding: 0;
    margin: 0;
}

.blog-single .content-left .author .wrap-media ul li {
    list-style-type: none;
    display: inline-block;
    margin-right: 10px;
    font-size: 16px;
}

.blog-single .content-left .comment-people {
    display: inline-block;
}

.blog-single .content-left .comment-people .content {
    margin-bottom: 15px;
}

.blog-single .content-left .comment-people .content:last-child {
    margin-bottom: 0;
}

.blog-single .content-left .comment-people h5 {
    margin-bottom: 20px;
    display: inline-block;
    font-weight: 500;
}

.blog-single .content-left .comment-people .image img {
    width: calc(100% - 80%);
    float: left;
    margin-right: 20px;
}

.blog-single .content-left .comment-people .text {
    overflow: hidden;
}

.blog-single .content-left .comment-people .text h4 {
    margin-bottom: 5px;
}

.blog-single .content-left .comment-people .text ul {
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
}

.blog-single .content-left .comment-people .text ul li {
    list-style-type: none;
    display: inline-block;
    margin-right: 5px;
    font-size: 13px;
}

.blog-single .content-left .wrap-form {
    margin-top: 25px;
}

.blog-single .content-left .wrap-form h5 {
    margin-bottom: 20px;
}

.blog-single .content-left .wrap-form input {
    margin-bottom: 15px;
}

.blog-single .content-left .wrap-form input,
.blog-single .content-left .wrap-form textarea {
    width: 100%;
    padding: 8px 12px;
    border: 1px solid #ddd;
    transition: .3s ease;
}

.blog-single .content-left .wrap-form input:focus,
.blog-single .content-left .wrap-form textarea:focus {
    border-color: #a3553e;
}

.blog-single .content-left .wrap-form .button:hover {
    color: #333;
}


/*content right*/

.blog-single .content-right .search input {
    border: 1px solid #ddd;
    padding: 8px 12px;
    transition: all .3s ease;
    width: calc(100% - 20%);
}

.blog-single .content-right .search input:focus {
    border-color: #a3553e;
}

.blog-single .content-right .button-search {
    border: 0;
    padding: 8px 12px;
    color: #fff;
    background: #a3553e;
    border: 1px solid #a3553e;
    margin-left: 10px;
    border-radius: 0;
    cursor: pointer;
    transition: all .4s ease;
}

.blog-single .content-right .button-search:focus {
    outline: 0 !important;
    box-shadow: none;
}

.blog-single .content-right .button-search:hover {
    background-color: #333;
    border-color: #333;
}

.blog-single .content-right .categories {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd;
}

.blog-single .content-right .categories h5 {
    margin-bottom: 20px;
}

.blog-single .content-right .categories ul {
    padding: 0;
    margin: 0;
}

.blog-single .content-right .categories ul li {
    list-style-type: none;
    margin-bottom: 10px;
    position: relative;
    left: 20px;
}

.blog-single .content-right .categories ul li:last-child {
    margin-bottom: 0;
}

.blog-single .content-right .categories ul li a:hover {
    color: #a3553e;
    transition: all .3s ease;
}

.blog-single .content-right .relate-post h5 {
    margin-bottom: 20px;
}

.blog-single .content-right .relate-post .content {
    display: inline-flex;
    margin-bottom: 20px;
}

.blog-single .content-right .relate-post .content:last-child {
    margin-bottom: 0;
}

.blog-single .content-right .relate-post .image img {
    width: 100px;
    float: left;
    margin-right: 20px;
}

.blog-single .content-right .relate-post .text {
    overflow: hidden;
}

.blog-single .content-right .relate-post .text span {
    margin-bottom: 5px;
    display: inline-block;
    font-weight: 600;
    font-size: 16px;
    color: #333;
}


/*placeholder*/

::-webkit-placeholder {
    /* Chrome/Opera/Safari */
    color: #555;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #555;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #555;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #555;
}


/*footer*/

footer {
    padding: 75px 0 30px;
    background-color: #262626;
    color: #999;
}

footer .content h4,
footer .content h2 {
    margin-bottom: 20px;
    color: #fff;
}

footer .content ul {
    padding: 0;
    margin: 0;
}

footer .content ul li {
    list-style-type: none;
    color: #fafafa;
    margin-bottom: 10px;
}

footer .content ul li:last-child {
    margin-bottom: 0;
}

footer .content ul li a {
    color: #999;
}

footer .content ul li a:hover {
    color: #fafafa;
}

footer .contact-us ul li {
    color: #999;
}

footer .contact-us span {
    color: #fafafa;
}

footer .wrap-copyright {
    text-align: center;
    color: #888;
    margin-top: 50px;
    border-top: 1px solid #444;
    padding-top: 30px;
}


/*responsive*/

@media (max-width: 768px) {
    .slider .slide-caption p {
        margin: 25px 15% 5px;
    }
    .work .content .image-caption span {
        display: none;
    }
    .header-page .page-caption {
        padding-top: 11%;
    }
    .about-team .content h4 {
        margin-bottom: 8px;
        font-size: 18px
    }
    .blog-single .content-right .search input {
        width: calc(100% - 28%);
    }
}

@media (max-width: 640px) {
    .navbar-toggler {
        padding-right: 0;
    }
    .navbar-toggler:focus {
        outline: 0 !important;
    }
    .slider .slide-caption h2 {
        font-size: 50px;
    }
    .slider .slide-caption p {
        font-size: 15px;
    }
    .slider .slide-caption {
        padding-top: 15%;
    }
    .counter .content.no-mb1,
    .counter .content.no-mb2 {
        margin-top: 30px;
    }
    .blog .content .date ul li {
        display: inline-block;
    }
    .about .text {
        margin-top: 50px;
    }
    .about-team .content {
        margin-bottom: 30px;
    }
    .about-team .content.no-mb1,
    .about-team .content.no-mb2 {
        margin-bottom: 0;
    }
    .team-page .text {
        margin-top: 50px;
    }
    .blog-single .content-right {
        margin-top: 50px;
        padding-top: 50px;
        border-top: 1px dashed #ddd;
    }
    .contact .content-text {
        margin-top: 50px;
    }
}

@media (max-width: 480px) {
    .navbar-expand-md>.container {
        padding-right: 15px;
        padding-left: 15px;
    }
    .features .content {
        margin-bottom: 30px;
    }
    .features .content.no-mb {
        margin-bottom: 0;
    }
    .work .work-menu .on-mt {
        margin-top: 10px;
    }
    .work .content .image-caption span {
        display: block;
    }
    .counter .content {
        margin-bottom: 30px;
    }
    .counter .content.no-mb1 {
        margin-top: 0;
        margin-bottom: 0;
    }
    .counter .content.no-mb2 {
        margin-bottom: 0;
    }
    .blog .content {
        margin-bottom: 50px;
    }
    .blog .content.no-mb {
        margin-bottom: 0;
    }
    .blog .content .date ul li {
        display: block;
    }
    .about-team .content.no-mb1 {
        margin-bottom: 30px;
    }
    footer .content {
        margin-bottom: 30px;
    }
    footer .content.no-mb {
        margin-bottom: 0;
    }
}

@media (max-width: 360px) {
    .slider .slide-caption {
        padding-top: 32%;
    }
    .slider .slide-caption h2 {
        font-size: 26px;
    }
    .slider .slide-caption p {
        margin: 25px 5% 5px;
    }
    .slider .slide-show .owl-prev {
        position: absolute;
        top: 58%;
        left: 20px;
        width: 50px;
        height: 50px;
        background: transparent !important;
        overflow: hidden;
        border-radius: 0 !important;
        transition: all .5s ease;
        opacity: 1;
        z-index: 2;
        outline: 0;
    }
    .slider .slide-show .owl-next {
        position: absolute;
        top: 58%;
        right: 20px;
        width: 50px;
        height: 50px;
        background: transparent !important;
        overflow: hidden;
        border-radius: 0 !important;
        transition: all .5s ease;
        opacity: 1;
        z-index: 2;
        outline: 0;
    }
    .blog-single .content-left .tags ul li {
        margin-bottom: 10px;
    }
}

.wrap-form {
  width: 100%;
  height: 100%; /* 或固定高度，如 300px */
  overflow: hidden; /* 可选，防止图片溢出 */
}

.wrap-form img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* 保持比例，覆盖整个容器 */
  /* object-fit: contain; 保持比例，完整显示图片 */
}

.partnerlogos {
  margin: 15px 5px;
  display: flex;
  justify-content: center;
  flex-flow: wrap;
}

.partnerlogos a{
  margin: 0 10px 10px;
}

.partnerlogos img{
  width: 160px;
  height: 63px;
  background-position: 50% 50%;
  background-size: 100%;
  background-repeat: no-repeat;
/*  margin-right: 20px;*/
  background-color: #fff;
  border: 1px solid black;
  transition: transform 0.3s ease;
}
