@import"https://fonts.googleapis.com/css2?family=Montserrat:ital, wght@0, 100;0, 200;0, 300;0, 400;0, 500;0, 600;0, 700;0, 800;0, 900;1, 100;1, 200;1, 300;1, 400;1, 500;1, 600;1, 700;1, 800;1, 900&family=Roboto: ital, wght@0, 400;0, 700;1, 400&display=swap";
.red {
    color: #900;
}
.brown {
    color: #8c7549;
}
.bg-red {
    background-color: #900;
}
body {
    font-family: "Montserrat", sans-serif;
    color: #131313;
}
a {
    color: #900;
    text-decoration: none;
}
a:hover {
    color: #0dd3fe;
    text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Montserrat", sans-serif;
}
section {
    padding: 60px 0;
}
.section-title {
    text-align: center;
    padding: 30px 0;
    position: relative;
}
.section-title h2 {
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 0;
    color: #900;
    position: relative;
    z-index: 2;
}
.section-title span {
    position: absolute;
    top: 30px;
    color: #f3f5f5;
    left: 0;
    right: 0;
    z-index: 1;
    font-weight: 700;
    font-size: 52px;
    text-transform: uppercase;
    line-height: 0;
}
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: #900;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all .4s;
}
.back-to-top i {
    font-size: 28px;
    color: #fbfbfb;
    line-height: 0;
}
.back-to-top:hover {
    background: #8c7549;
    color: #fbfbfb;
}
.back-to-top.active {
    visibility: visible;
    opacity: 1;
}
.float img {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 15px;
    left: 15px;
    z-index: 997;
}
#topbar {
    background: #900;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    height: 44px;
    padding: 0;
    transition: all .5s;
    overflow: hidden;
    z-index: 996;
}
#topbar.topbar-scrolled {
    top: -44px;
}
#topbar .contact-info i {
    font-style: normal;
    color: #fbfbfb;
}
#topbar .contact-info i a, #topbar .contact-info i span {
    padding-left: 5px;
    color: #fbfbfb;
}
#topbar .contact-info i a {
    line-height: 0;
    transition: .3s;
}
#topbar .contact-info a:hover {
    color: #fbfbfb;
    background-color: #8c7549;
}
#topbar .social-links a {
    color: #fbfbfb;
    padding: 4px 12px;
    display: inline-block;
    line-height: 1px;
    transition: .3s;
    border-left: 1px solid #e9e9e9;
}
#topbar .social-links a:hover {
    color: #8c7549;
    background-color: #fbfbfb;
}
#topbar .social-links a:first-child {
    border-left: 0;
}
#header {
    height: 70px;
    z-index: 997;
    transition: all .5s;
    background: #fbfbfb;
    top: 44px;
}
#header.header-scrolled {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .1);
    top: 0;
}
#header .logo h1 {
    font-size: 28px;
    margin: 0;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 1px;
}
#header .logo h1 a, #header .logo h1 a:hover {
    color: #354144;
    text-decoration: none;
}
#header .logo h1 a span, #header .logo h1 a:hover span {
    color: #900;
}
#header .logo img {
    padding: 0;
    margin: 0;
    max-height: 40px;
}
.navbar {
    padding: 0;
}
.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
}
.navbar li {
    position: relative;
}
.navbar a, .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 10px 30px;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #404f52;
    white-space: nowrap;
    text-transform: uppercase;
    transition: .3s;
}
.navbar a i, .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover>a {
    color: #900;
}
.navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 30px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fbfbfb;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, .25);
    transition: .3s;
}
.navbar .dropdown ul li {
    min-width: 200px;
}
.navbar .dropdown ul a {
    padding: 10px 20px;
    font-size: 14px;
    text-transform: none;
    font-weight: 400;
}
.navbar .dropdown ul a i {
    font-size: 12px;
}
.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover>a {
    color: #900;
}
.navbar .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}
.navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
}
.navbar .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
}
@media(max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
    left: -90%}
.navbar .dropdown .dropdown:hover>ul {
    left: -100%}
}.mobile-nav-toggle {
    color: #354144;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: .5s;
}
.mobile-nav-toggle.bi-x {
    color: #fbfbfb;
}
@media(max-width: 991px) {
    .mobile-nav-toggle {
    display: block;
}
.navbar ul {
    display: none;
}
}.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(31, 38, 39, .9);
    transition: .3s;
    z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
}
.navbar-mobile ul {
    display: block;
    position: absolute;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 10px 0;
    background-color: #fbfbfb;
    overflow-y: auto;
    transition: .3s;
}
.navbar-mobile a, .navbar-mobile a:focus {
    padding: 10px 20px;
    font-size: 15px;
    color: #354144;
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover>a {
    color: #900;
}
.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
    margin: 15px;
}
.navbar-mobile .dropdown ul {
    position: static;
    display: none;
    margin: 10px 20px;
    padding: 10px 0;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    background: #fbfbfb;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, .25);
}
.navbar-mobile .dropdown ul li {
    min-width: 200px;
}
.navbar-mobile .dropdown ul a {
    padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
    font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover>a {
    color: #900;
}
.navbar-mobile .dropdown>.dropdown-active {
    display: block;
}
#hero {
    width: 100%;
    height: 70vh;
    background-color: rgba(31, 38, 39, .8);
    overflow: hidden;
    position: relative;
    padding: 0;
    margin-top: 114px;
    margin-bottom: -35px;
}
#hero .carousel-item {
    width: 100%;
    height: 70vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
#hero .carousel-item::before {
    content: "";
    background-color: rgba(0, 0, 0, .4);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
#hero .carousel-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}
#hero .carousel-content {
    text-align: center;
}
#hero h2 {
    color: #fbfbfb;
    margin-bottom: 10px;
    font-size: 48px;
    font-weight: 700;
}
#hero p {
    width: 80%;
    animation-delay: .4s;
    margin: 0 auto 30px auto;
    color: #fbfbfb;
}
#hero .carousel-inner .carousel-item {
    transition-property: opacity;
    background-position: center top;
}
#hero .carousel-inner .carousel-item, #hero .carousel-inner .active.carousel-item-start, #hero .carousel-inner .active.carousel-item-end {
    opacity: 0;
}
#hero .carousel-inner .active, #hero .carousel-inner .carousel-item-next.carousel-item-start, #hero .carousel-inner .carousel-item-prev.carousel-item-end {
    opacity: 1;
    transition: .5s;
}
#hero .carousel-inner .carousel-item-next, #hero .carousel-inner .carousel-item-prev, #hero .carousel-inner .active.carousel-item-start, #hero .carousel-inner .active.carousel-item-end {
    left: 0;
    transform: translate3d(0,  0,  0);
}
#hero .carousel-control-prev, #hero .carousel-control-next {
    width: 10%;

}
#hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
    background: none;
    background-color: #8c7549;
    font-size: 48px;/* font-size: 48px; */
    line-height: 1;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
#hero .carousel-indicators li {
    list-style-type: none;
    cursor: pointer;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 0 4px;
    transition: ease-in;
    opacity: .7;
}
#hero .carousel-indicators li.active {
    opacity: 1;
    background-color: #900;
}
#hero .btn-get-started {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 14px 32px;
    border-radius: 5px;
    transition: .5s;
    line-height: 1;
    margin: 10px;
    color: #fbfbfb;
    background: #900;
    animation-delay: .8s;
}
#hero .btn-get-started:hover {
    background: #019cbe;
}
@media(max-width: 768px) {
    #hero {
    height: 90vh;
}
#hero .carousel-item {
    height: 90vh;
}
#hero h2 {
    font-size: 28px;
}
}@media(min-width: 1024px) {
    #hero p {
    width: 60%}
#hero .carousel-control-prev, #hero .carousel-control-next {
    width: 5%}
}@media(max-height: 500px) {
    #hero {
    height: 150vh;
}
#hero .carousel-item {
    height: 150vh;
}
}.why-us {
    padding: 0 0 30px 0;
    position: relative;
    z-index: 3;
}
.why-us .content {
    padding: 30px;
    background: #fcfcfc;/* background: #900; */
    border-radius: 10px;
    /* color: #fbfbfb; */
}
.why-us .content h3 {
    font-weight: 700;
    font-size: 34px;
    margin-bottom: 30px;
}
/* .why-us .content p {
    margin-bottom: 30px;
} */
.why-us .content .more-btn {
    display: inline-block;
    background: #8c7549;
    padding: 6px 30px 8px 30px;
    color: #fbfbfb;
    border-radius: 50px;
    transition: all ease-in-out .4s;
}
.why-us .content .more-btn i {
    font-size: 14px;
}
.why-us .content .more-btn:hover {
    color: #900;
    background: #fbfbfb;
}
.why-us .icon-boxes .icon-box {
    text-align: center;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, .1);
    padding: 40px 30px;
    width: 100%}
.why-us .icon-boxes .icon-box i {
    font-size: 40px;
    color: #900;
    margin-bottom: 10px;
}
.why-us .icon-boxes .icon-box h4 {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 30px 0;
}
.why-us .icon-boxes .icon-box p {
    font-size: 15px;
    color: #716f6f;
}
.about .icon-boxes h4 {
    font-size: 18px;
    color: #8c7549;
    margin-bottom: 15px;
}
.about .icon-boxes h3 {
    font-size: 28px;
    font-weight: 700;
    color: #8c7549;
    margin-bottom: 15px;
}
.about .icon-box {
    margin-top: 40px;
}
.about .icon-box .icon {
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    border: 2px solid #900;
    border-radius: 50px;
    transition: .5s;
    background: #fbfbfb;
}
.about .icon-box .icon i {
    color: #900;
    font-size: 32px;
}
.about .icon-box:hover .icon {
    background: #900;
    border-color: #900;
}
.about .icon-box:hover .icon i {
    color: #fbfbfb;
}
.about .icon-box .title {
    margin-left: 85px;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 18px;
}
.about .icon-box .title a {
    color: #8c7549;
    transition: .3s;
}
.about .icon-box .title a:hover {
    color: #900;
}
.about .icon-box .description {
    margin-left: 85px;
    line-height: 24px;
    font-size: 14px;
}
.about .video-box {
    background: url("./images/about.jpeg") center center no-repeat;
    background-size: cover;
    min-height: 500px;
}
.about .play-btn {
    width: 94px;
    height: 94px;
    background: radial-gradient(#990000 50%,  rgba(255,  88,  33,  0.4) 52%);
    border-radius: 50%;
    display: block;
    position: absolute;
    left: calc(50% - 47px);
    top: calc(50% - 47px);
    overflow: hidden;
}
.about .play-btn::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border-top: 10px solid rgba(0, 0, 0, 0);
    border-bottom: 10px solid rgba(0, 0, 0, 0);
    border-left: 15px solid #fbfbfb;
    z-index: 100;
    transition: all 400ms cubic-bezier(0.55,  0.055,  0.675,  0.19);
}
.about .play-btn::before {
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    animation-delay: 0s;
    animation: pulsate-btn 2s;
    animation-direction: forwards;
    animation-iteration-count: infinite;
    animation-timing-function: steps;
    opacity: 1;
    border-radius: 50%;
    border: 5px solid rgba(255, 88, 33, .7);
    top: -15%;
    left: -15%;
    background: rgba(198, 16, 0, 0);
}
.about .play-btn:hover::after {
    border-left: 15px solid #900;
    transform: scale(20);
}
.about .play-btn:hover::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border: none;
    border-top: 10px solid rgba(0, 0, 0, 0);
    border-bottom: 10px solid rgba(0, 0, 0, 0);
    border-left: 15px solid #fbfbfb;
    z-index: 200;
    animation: none;
    border-radius: 0;
}
@keyframes pulsate-btn {
    0% {
    transform: scale(0.6,  0.6);
    opacity: 1;
}
100% {
    transform: scale(1,  1);
    opacity: 0;
}
}.services .icon-box {
    padding: 50px 20px;
    margin-top: 35px;
    margin-bottom: 25px;
    text-align: center;
    height: 200px;
    position: relative;
    background: #900;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, .1);
}
.services .icon {
    position: absolute;
    top: -36px;
    left: calc(50% - 36px);
    transition: .2s;
    border-radius: 50%;
    border: 6px solid #fbfbfb;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 72px;
    height: 72px;
    background: #8c7549;
}
.services .icon i {
    color: #fbfbfb;
    font-size: 24px;
    line-height: 0;
}
.services .title {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
}
.services .title a {
    color: #fbfbfb;
}
.services .description {
    font-size: 16px;
    color: #fbfbfb;
    text-align: left;
}
.services .icon-box:hover {
    border: 2px solid #8c7549;
    background: #fbfbfb;
    color: #900;
}
.services .icon-box:hover .title a {
    background: #fbfbfb;
    color: #900;
}
.services .icon-box:hover .description {
    background: #fbfbfb;
    color: #8c7549;
    font-weight: 700;
}
.services .icon-box:hover .icon {
    background: #fbfbfb;
    border: 2px solid #900;
}
.services .icon-box:hover .icon i {
    color: #900;
}
.projects .portfolio-flters {
    padding: 0;
    margin: 0 auto 20px auto;
    list-style: none;
    text-align: center;
}
.projects .portfolio-flters li {
    cursor: pointer;
    display: inline-block;
    padding: 0;
    font-size: 18px;
    font-weight: 500;
    margin: 0 10px;
    line-height: 1;
    margin-bottom: 5px;
    transition: all .3s ease-in-out;
}
.projects .portfolio-flters li:hover, .projects .portfolio-flters li.filter-active {
    color: #900;
}
.projects .portfolio-flters li:first-child {
    margin-left: 0;
}
.projects .portfolio-flters li:last-child {
    margin-right: 0;
}
@media(max-width: 575px) {
    .projects .portfolio-flters li {
    font-size: 14px;
    margin: 0 5px;
}
}.projects .portfolio-content {
    position: relative;
    overflow: hidden;
}
.projects .portfolio-content img {
    transition: .3s;
}
.projects .portfolio-content .portfolio-info {
    opacity: 0;
    position: absolute;
    inset: 0;
    z-index: 3;
    transition: all ease-in-out .3s;
    background: rgba(0, 0, 0, .6);
    padding: 15px;
}
.projects .portfolio-content .portfolio-info h4 {
    font-size: 14px;
    padding: 5px 10px;
    font-weight: 400;
    color: #fbfbfb;
    display: inline-block;
    background-color: #900;
}
.projects .portfolio-content .portfolio-info p {
    position: absolute;
    bottom: 10px;
    text-align: center;
    display: inline-block;
    left: 0;
    right: 0;
    font-size: 16px;
    font-weight: 600;
    background-color: #8c7549;
    color: #fbfbfb;
}
.projects .portfolio-content .portfolio-info .details-link {
    position: absolute;
    left: calc(50% - 40px);
    font-size: 26px;
    top: calc(50% - 14px);
    color: #fbfbfb;
    transition: .3s;
    line-height: 1.2;
}
.projects .portfolio-content .portfolio-info .details-link:hover {
    color: #fbfbfb;
}
.projects .portfolio-content .portfolio-info .details-link {
    left: 40%;
    font-size: 26px;
    line-height: 0;
}
.projects .portfolio-content:hover .portfolio-info {
    opacity: 1;
}
.projects .portfolio-content:hover img {
    transform: scale(1.1);
}
.portfolio-details {
    padding-top: 100px;
}
.portfolio-details .portfolio-details-slider img {
    width: 100%}
.portfolio-details .portfolio-details-slider .swiper-pagination {
    margin-top: 20px;
    position: relative;
}
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #8c7549;
}
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #8c7549;
}
.portfolio-details .portfolio-info {
    padding: 30px;
    box-shadow: 0px 0 30px rgba(71, 61, 58, .08);
}
.portfolio-details .portfolio-info h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}
.portfolio-details .portfolio-info ul {
    list-style: none;
    padding: 0;
    font-size: 15px;
}
.portfolio-details .portfolio-info ul li+li {
    margin-top: 10px;
}
.portfolio-details .portfolio-description {
    padding-top: 30px;
}
.portfolio-details .portfolio-description h2 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
}
.portfolio-details .portfolio-description p {
    padding: 0;
}
.about2 .content2 h2 {
    font-weight: 700;
    font-size: 48px;
    line-height: 60px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.about2 .content2 h3 {
    font-weight: 500;
    line-height: 32px;
    font-size: 24px;
}
.about2 .content2 ul {
    list-style: none;
    padding: 0;
}
.about2 .content2 ul li {
    padding: 10px 0 0 28px;
    position: relative;
}
.about2 .content2 ul i {
    left: 0;
    top: 7px;
    position: absolute;
    font-size: 20px;
    color: #900;
}
.about2 .content2 p:last-child {
    margin-bottom: 0;
}
.about-list {
    padding-top: 0;
}
.about-list .icon-box h4 {
    font-size: 20px;
    font-weight: 700;
    margin: 5px 0 10px 60px;
}
.about-list .icon-box i {
    font-size: 48px;
    float: left;
    color: #900;
}
.about-list .icon-box p {
    font-size: 15px;
    color: #848484;
    margin-left: 60px;
}
.about-list .image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 400px;
}
.counts {
    background: #900;
    padding: 80px 0 60px 0;
    position: relative;
}
.counts .title {
    position: relative;
    color: #fbfbfb;
    margin-bottom: 40px;
}
.counts .title h3 {
    font-size: 36px;
    font-weight: 700;
}
.counts .counters span {
    font-size: 40px;
    font-weight: 700;
    display: block;
    color: #8c7549;
} 
.counts .counters p {
    padding: 0;
    margin: 0 0 20px 0;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    color: #fbfbfb;
    font-weight: 500;
}
#footer {
    background: #8c7549;
    color: #fbfbfb;
    font-size: 14px;
    margin-bottom: -30px;
}
#footer .footer-top {
    background: #900;
    padding: 60px 0 30px 0;
}
#footer .footer-top .footer-info h3 {
    font-size: 24px;
    margin: 0 0 20px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-weight: 700;
}
#footer .footer-top .footer-info p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: "Montserrat", sans-serif;
    color: #fbfbfb;
}
#footer .footer-top .social-links i {
    font-size: 18px;
    display: inline-block;
    background: #8c7549;
    color: #fbfbfb;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 5px;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: .3s;
}
#footer .footer-top .social-links a {
    font-size: 18px;
    display: inline-block;
    color: #fbfbfb;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 5px;
    text-align: center;
    width: auto;
    height: 36px;
    transition: .3s;
}
#footer .footer-top .social-links a:hover i {
    background: #fbfbfb;
    color: #8c7549;
    padding: 8px 5px;
    text-decoration: none;
}
#footer .footer-top .social-links ul li:hover i, #footer .footer-top .social-links ul li:hover a {
    background: #fbfbfb;
    color: #8c7549;
    padding: 8px 5px;
    text-decoration: none;
}
#footer .footer-top h4 {
    font-size: 16px;
    font-weight: 600;
    color: #fbfbfb;
    position: relative;
    padding-bottom: 12px;
}
#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: #fbfbfb;
    font-size: 18px;
    line-height: 1;
}
#footer .footer-top .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
}
#footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
}
#footer .footer-top .footer-links ul a {
    color: #fbfbfb;
    transition: .3s;
    display: inline-block;
    line-height: 1;
}
#footer .footer-top .footer-newsletter form {
    margin-top: 30px;
    background: #fbfbfb;
    padding: 6px 10px;
    position: relative;
    border-radius: 4px;
}
#footer .footer-top .footer-newsletter form input[type=email] {
    border: 0;
    padding: 4px;
    width: calc(100% - 110px);
}
#footer .footer-top .footer-newsletter form input[type=submit] {
    position: absolute;
    top: 0;
    right: -2px;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 20px;
    background: #900;
    color: #fbfbfb;
    transition: .3s;
    border-radius: 0 5px 5px 0;
}
#footer .footer-top .footer-newsletter form input[type=submit]:hover {
    background: #0187a4;
}
#footer .copyright {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}
#footer .credits {
    padding-top: 10px;
    text-align: center;
    font-size: 13px;
    color: #fbfbfb;
}
.contact .info-wrap {
    box-shadow: 0px 2px 15px rgba(0, 0, 0, .1);
    padding: 30px;
}
.contact .info {
    background: #fff;
}
.contact .info i {
    font-size: 24px;
    color: #fbfbfb;
    float: left;
    width: 48px;
    height: 48px;
    background: #8c7549;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all .3s ease-in-out;
}
.contact .info h4 {
    padding: 0 0 0 60px;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #900;
}
.contact .info p {
    padding: 0 0 0 60px;
    margin-bottom: 0;
    font-size: 14px;
    color: #131313;
}
.contact .info:hover i {
    background: #900;
    color: #fff;
}
.contact .php-email-form {
    width: 100%;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, .12);
    padding: 30px;
    background: #fff;
}
.contact .php-email-form .form-group {
    padding-bottom: 8px;
}
.contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #900;
    text-align: left;
    padding: 15px;
}
.contact .php-email-form .error-message br+br {
    margin-top: 25px;
}
.contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}
.contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
}
.contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    animation: animate-loading 1s linear infinite;
}
.contact .php-email-form input, .contact .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
}
.contact .php-email-form input {
    height: 44px;
}
.contact .php-email-form textarea {
    padding: 10px 12px;
}
.contact .php-email-form button[type=submit] {
    background: #900;
    border: 0;
    padding: 10px 24px;
    color: #fff;
    transition: .4s;
    border-radius: 4px;
}
.contact .php-email-form button[type=submit]:hover {
    background: #0dd3fe;
}
@keyframes animate-loading {
    0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}.clients .swiper-pagination {
    margin-top: 20px;
    position: relative;
}
.clients .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #8c7549;
}
.clients .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #8c7549;
}
.clients .swiper-slide img {
    opacity: 1;
}
.clients .swiper-slide img:hover {
    filter: none;
    opacity: 1;
}
/*# sourceMappingURL=main.min.css.map */