#topbar, .navbar2, .navbar2 ul, .portfolio-details .portfolio-description p, .why-us {
    padding: 0;
}
.navbar .dropdown ul, .navbar-mobile .dropdown ul {
    z-index: 99;
    box-shadow: 0 0 30px rgba(127, 137, 161, .25);
}
a, a:hover {
    text-decoration: none;
}
#hero, .cards, .navbar-mobile, .portfolio .portfolio-wrap, .why-us .row {
    overflow: hidden;
}
body {
    font-family: "Open Sans", sans-serif;
    color: #444;
    
}
a {
    color: #5a2f71;
}
a:hover {
    color: #80c792;
}
h1, h2, h3, h4, h5, h6 {
    font-family: Raleway, sans-serif;
}
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: #5a2f71;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: .4s;
}
.back-to-top i {
    font-size: 24px;
    color: #fff;
    line-height: 0;
}
.back-to-top:hover {
    background: #78c48c;
    color: #fff;
}
.back-to-top.active {
    visibility: visible;
    opacity: 1;
}
#topbar {
    background: #fbfbfb;
    font-size: 15px;
    height: 40px;
}
#topbar .contact-info a {
    line-height: 0;
    color: #444;
    transition: .3s;
}
#header .logo a, #topbar .contact-info a:hover, #topbar .social-links a:hover, .featured-services .icon-box:hover .title a, .navbar .dropdown ul .active:hover, .navbar .dropdown ul a:hover, .navbar .dropdown ul li:hover>a, .navbar-mobile .active, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul li:hover>a, .navbar-mobile a:hover, .navbar-mobile li:hover>a, .navbar2 .active, .navbar2 .active:focus, .navbar2 a:hover, .navbar2 li:hover>a, .team .member .social a:hover {
    color: #5a2f71;
}
#topbar .contact-info i {
    color: #5a2f71;
    line-height: 0;
}
#topbar .contact-info .phone-icon {
    margin-left: 15px;
}
#topbar .social-links a {
    color: #6f6f6f;
    padding: 4px 12px;
    display: inline-block;
    line-height: 1px;
    transition: .3s;
}
#header {
    background: #fff;
    transition: .5s;
    z-index: 997;
    height: 70px;
}
#header.header-scrolled {
    box-shadow: 0 2px 15px rgba(0, 0, 0, .1);
}
#header .logo {
    font-size: 30px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}
#header .logo img {
    max-height: 60px;
}
.scrolled-offset {
    margin-top: 70px;
}
.navbar2 ul {
    margin: 0;
    display: inline-block;
    list-style: none;
    align-items: center;
}
.navbar li, .navbar2 li {
    position: relative;
}
.navbar2 a, .navbar2 a:focus {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 10px 0 10px 30px;
    font-size: 15px;
    color: #222;
    white-space: nowrap;
    transition: .3s;
}
.navbar a i, .navbar a:focus i, .navbar2 a i, .navbar2 a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
}
.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
}
#hero h2, .section-title h2 {
    margin-bottom: 20px;
    font-weight: 700;
}
.navbar a, .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 10px 30px;
    font-size: 15px;
    color: #222;
    white-space: nowrap;
    transition: .3s;
}
.navbar .active, .navbar .active:focus, .navbar a:hover, .navbar li:hover>a {
    color: #ed1c24;
    font-weight: 700;
}
.navbar .getstarted, .navbar .getstarted:focus {
    color: #5a2f71;
    padding: 8px 25px;
    margin-left: 30px;
    border-radius: 4px;
    border: 2px solid #5a2f71;
    transition: .3s;
    font-size: 14px;
}
#hero h2, #hero p, .cta p, .mobile-nav-toggle.bi-x {
    color: #fff;
}
.cmn-btn:hover, .contact .info .address:hover i, .contact .info .email:hover i, .contact .info .phone:hover i, .contact .info .social-links a:hover, .navbar .getstarted:focus:hover, .navbar .getstarted:hover {
    background: #5a2f71;
    color: #fff;
}
.navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 14px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    transition: .3s;
}
.navbar .dropdown ul li, .navbar-mobile .dropdown ul li {
    min-width: 200px;
}
.navbar .dropdown ul a {
    padding: 10px 20px;
    text-transform: none;
}
.navbar .dropdown ul a i, .navbar-mobile .dropdown ul a i {
    font-size: 12px;
}
.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: #222;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: .5s;
}
@media (max-width:991px) {
    .mobile-nav-toggle {
    display: block;
}
.navbar ul {
    display: none;
}
}.navbar-mobile {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(9, 9, 9, .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: #fff;
    overflow-y: auto;
    transition: .3s;
}
.navbar-mobile a, .navbar-mobile a:focus {
    padding: 10px 20px;
    font-size: 15px;
    color: #222;
}
.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
    margin: 15px;
}
.navbar-mobile .dropdown ul {
    position: static;
    display: none;
    margin: 10px 20px;
    padding: 10px 0;
    opacity: 1;
    visibility: visible;
    background: #fff;
}
.navbar-mobile .dropdown ul a {
    padding: 10px 20px;
}
.navbar-mobile .dropdown>.dropdown-active {
    display: block;
}
#hero {
    width: 100%;
    height: 100vh;
    background-color: #090909;
    position: relative;
}
#hero .carousel, #hero .carousel-inner, #hero .carousel-item, #hero .carousel-item::before {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
#hero .carousel-item::before {
    content: "";
    background-color: rgba(90, 47, 113, .3);
}
#hero .carousel-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 50px;
    right: 50px;
}
#hero .container {
    text-align: center;
}
#hero h2 {
    font-size: 48px;
}
#hero p {
    animation-delay: .4s;
    margin: 0 auto 30px;
}
#hero .carousel-inner .carousel-item {
    transition-property: opacity;
    background-position: center top;
}
#hero .carousel-inner .active.carousel-item-end, #hero .carousel-inner .active.carousel-item-start, #hero .carousel-inner .carousel-item {
    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-control-next-icon, #hero .carousel-control-prev-icon {
    background: rgba(255, 255, 255, .2);
    font-size: 30px;
    line-height: 0;
    border-radius: 50px;
    transition: .3s;
    color: rgba(255, 255, 255, .5);
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#hero .carousel-control-next-icon:hover, #hero .carousel-control-prev-icon:hover {
    background: rgba(255, 255, 255, .3);
    color: rgba(255, 255, 255, .8);
}
#hero .carousel-indicators li {
    list-style-type: none;
    cursor: pointer;
    background: #fff;
    overflow: hidden;
    border: 0;
    width: 12px;
    height: 12px;
    border-radius: 50px;
    opacity: .6;
    transition: .3s;
}
#hero .btn-get-started, .cmn-btn {
    border-radius: 4px;
    transition: .5s;
    font-family: Raleway, sans-serif;
    letter-spacing: 1px;
    display: inline-block;
}
#hero .carousel-indicators li.active {
    opacity: 1;
    background: #5a2f71;
}
#hero .btn-get-started {
    font-weight: 500;
    font-size: 14px;
    padding: 14px 32px;
    line-height: 1;
    color: #fff;
    animation-delay: .8s;
    background: #5a2f71;
}
#hero .btn-get-started:hover, .contact .php-email-form button[type=submit]:hover, .enquiry .php-email-form button[type=submit]:hover {
    background: #6ec083;
}
@media (max-width:992px) {
    #hero {
    height: 100vh;
}
#hero .carousel-container {
    top: 66px;
}
.breadcrumbs {
    margin-top: 66px;
}
}@media (max-width:768px) {
    html, body {
width: auto !important;
overflow-x: hidden !important;
}
    #hero h2 {
    font-size: 28px;
}
#hero {
    
    height: 28vh;
 
}
#hero .carousel {
    background-size: contain;
}
#hero .carousel-inner {
    background-size: contain;
}
#hero .carousel-item {
    background-size: contain;
}
.postcard .postcard__title {
    font-size: 1rem !important;
}
}@media (min-width:1024px) {
    #hero .carousel-control-next, #hero .carousel-control-prev {
    width: 5%}
}@media (max-height:500px) {
    #hero {
    height: 120vh;
}
}section {
    padding: 60px 0;
}
.section-bg {
    background-color: #f8fcf9;
}
.section-title {
    text-align: center;
    padding-bottom: 30px;
    color: #462522;
}
.section-title h2 {
    font-size: 32px;
    text-transform: uppercase;
    padding-bottom: 20px;
    position: relative;
}
.section-title h2::before {
    content: "";
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: #ddd;
    bottom: 1px;
    left: calc(50% - 60px);
}
.section-title h2::after {
    content: "";
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #5a2f71;
    bottom: 0;
    left: calc(50% - 20px);
}
.section-title p {
    margin-bottom: 0;
    font-size: 14px;
    color: #919191;
}
.featured-services {
    padding: 20px 0;
}
.featured-services .icon-box {
    padding: 20px;
}
.featured-services .icon-box-bg {
    background-image: linear-gradient(0deg, #222 0, #2f2f2f 50%, #222 100%);
}
.featured-services .icon {
    margin-bottom: 15px;
}
.featured-services .icon i {
    color: #5a2f71;
    font-size: 42px;
}
.featured-services .title {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
}
.featured-services .title a {
    color: #222;
    transition: .3s;
}
.featured-services .description {
    line-height: 24px;
    font-size: 14px;
}
.about .content h3 {
    font-weight: 700;
    font-size: 28px;
}
.about .content ul {
    list-style: none;
    padding: 0;
}
.about .content ul li {
    padding-bottom: 10px;
}
.about .content ul i {
    font-size: 20px;
    padding-right: 4px;
    color: #5a2f71;
}
.about .content p:last-child {
    margin-bottom: 0;
}
.cmn-btn {
    font-weight: 600;
    font-size: 14px;
    padding: 8px 25px;
    margin: 10px;
    border: 2px solid #5a2f71;
    color: #5a2f71;
}
.why-us .content-item {
    padding: 3px;
    border-left: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin: -1px;
}
.why-us .content-item span {
    display: block;
    font-size: 24px;
    font-weight: 400;
    color: #6ec083;
}
.why-us .content-item h4 {
    font-size: 18px;
    font-weight: 300;
    padding: 0;
    margin: 5px 0;
}
.why-us .content-item p {
    color: #aaa;
    font-size: 13px;
    margin: 0;
    padding: 0;
}
.clients .swiper-slide img {
    opacity: .8;
    transition: .3s;
}
.contact .info i, .portfolio #portfolio-flters li, .portfolio .portfolio-wrap img, .portfolio .portfolio-wrap::before, .services .icon-box, .services .icon-box .icon, .services .icon-box h4 a {
    transition: .3s ease-in-out;
}
.clients .swiper-slide img:hover, .portfolio .portfolio-wrap:hover .portfolio-info, .portfolio .portfolio-wrap:hover::before {
    opacity: 1;
}
.clients .swiper-pagination, .portfolio-details .portfolio-details-slider .swiper-pagination {
    margin-top: 20px;
    position: relative;
}
.clients .swiper-pagination .swiper-pagination-bullet, .portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #5a2f71;
}
.clients .swiper-pagination .swiper-pagination-bullet-active, .portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #5a2f71;
}
.clients .title {
    padding-top: 20px;
}
.services .icon-box {
    text-align: center;
    padding: 10px 0;
    margin-top: 20px;
}
.services .icon-box .icon {
    margin: 0 auto;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.services .icon-box .icon i {
    font-size: 36px;
    transition: .5s;
    position: relative;
}
.services .icon-box .icon svg {
    position: absolute;
    top: 0;
    left: 0;
}
.services .icon-box .icon svg path {
    transition: .5s;
    fill: #f5f5f5;
}
.services .icon-box h4 {
    font-weight: 600;
    margin: 10px 0 7px;
    font-size: 14px;
}
.services .icon-box h4 a {
    color: #222;
}
.services .icon-box p {
    line-height: 8px;
    font-style: italic;
    font-size: 14px;
    margin-bottom: 0;
}
.services .iconbox-blue i {
    color: #47aeff;
}
.services .iconbox-blue:hover .icon i, .services .iconbox-orange:hover .icon i, .services .iconbox-pink:hover .icon i, .services .iconbox-red:hover .icon i, .services .iconbox-teal:hover .icon i, .services .iconbox-yellow:hover .icon i {
    color: #de404f;
}
.services .iconbox-blue:hover .icon path {
    fill: #47aeff;
}
.services .iconbox-orange i {
    color: #ffa76e;
}
.services .iconbox-orange:hover .icon path {
    fill: #ffa76e;
}
.services .iconbox-pink i {
    color: #e80368;
}
.services .iconbox-pink:hover .icon path {
    fill: #e80368;
}
.services .iconbox-yellow i {
    color: #ffbb2c;
}
.services .iconbox-yellow:hover .icon path {
    fill: #ffbb2c;
}
.services .iconbox-red i {
    color: #ff5828;
}
.services .iconbox-red:hover .icon path {
    fill: #ff5828;
}
.services .iconbox-teal i {
    color: #11dbcf;
}
.services .iconbox-teal:hover .icon path {
    fill: #11dbcf;
}
.cta {
    background: #5a2f71;
    padding: 80px 0;
}
.cta h3 {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
}
.cta .cta-btn {
    font-family: Raleway, sans-serif;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 30px;
    border-radius: 4px;
    transition: .5s;
    margin: 10px;
    border: 2px solid #fff;
    color: #fff;
}
.contact .info, .contact .php-email-form {
    border-top: 3px solid #5a2f71;
    border-bottom: 3px solid #5a2f71;
    width: 100%}
.cta .cta-btn:hover {
    background: #fff;
    color: #5a2f71;
}
@media (max-width:1024px) {
    .cta {
    background-attachment: scroll;
}
}@media (min-width:769px) {
    .cta .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
}.portfolio .portfolio-item {
    margin-bottom: 30px;
}
.portfolio #portfolio-flters {
    padding: 0;
    margin: 0 auto 20px;
    list-style: none;
    text-align: center;
}
.portfolio #portfolio-flters li {
    cursor: pointer;
    display: inline-block;
    padding: 8px 15px 10px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    color: #444;
    margin-bottom: 5px;
    border-radius: 3px;
}
.portfolio #portfolio-flters li.filter-active, .portfolio #portfolio-flters li:hover {
    color: #fff;
    background: #5a2f71;
}
.portfolio #portfolio-flters li:last-child {
    margin-right: 0;
}
.portfolio .portfolio-wrap {
    transition: .3s;
    position: relative;
    z-index: 1;
    background: rgba(34, 34, 34, .6);
}
.portfolio .portfolio-wrap::before {
    content: "";
    background: rgba(34, 34, 34, .6);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    opacity: 0;
}
.portfolio .portfolio-wrap .portfolio-info {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    transition: .3s ease-in-out;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 20px;
}
.portfolio .portfolio-wrap .portfolio-info h4 {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}
.portfolio .portfolio-wrap .portfolio-info p {
    color: rgba(255, 255, 255, .7);
    font-size: 14px;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    font-style: italic;
}
#footer .social-links a, .contact .info .social-links a {
    display: inline-block;
    line-height: 1;
    padding: 8px 0;
    width: 36px;
    height: 36px;
    transition: .3s;
}
.portfolio .portfolio-wrap .portfolio-links {
    text-align: center;
    z-index: 4;
}
.portfolio .portfolio-wrap .portfolio-links a {
    color: #fff;
    margin: 0 5px 0 0;
    font-size: 28px;
    display: inline-block;
    transition: .3s;
}
.portfolio .portfolio-wrap .portfolio-links a:hover {
    color: #6ec083;
}
.portfolio .portfolio-wrap:hover img {
    transform: scale(1.2);
}
.portfolio-details {
    padding-top: 40px;
}
.portfolio-details .portfolio-details-slider img {
    width: 100%}
.portfolio-details .portfolio-info {
    padding: 30px;
    box-shadow: 0 0 30px rgba(34, 34, 34, .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;
}
.team .member {
    text-align: center;
    margin-bottom: 20px;
    box-shadow: 0 0 12px 0 rgba(34, 34, 34, .07);
    padding: 30px 20px;
    background: #fff;
}
.team .member img {
    max-width: 60%;
    border-radius: 50%;
    margin: 0 0 30px;
}
.team .member h4 {
    font-weight: 700;
    margin-bottom: 2px;
    font-size: 18px;
}
.team .member span {
    font-style: italic;
    display: block;
    font-size: 13px;
}
.team .member p {
    padding-top: 10px;
    font-size: 14px;
    font-style: italic;
    color: #aaa;
}
.team .member .social {
    margin-top: 15px;
}
.team .member .social a {
    color: #919191;
    transition: .3s;
}
.team .member .social i {
    font-size: 18px;
    margin: 0 2px;
}
.contact .info {
    padding: 0;
    background: #fff;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, .12);
}
.contact .php-email-form, .enquiry .php-email-form {
    padding: 30px;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, .12);
}
.contact .info i {
    font-size: 20px;
    color: #5a2f71;
    float: left;
    width: 44px;
    height: 44px;
    background: #eaf6ed;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
}
.contact .info h4 {
    padding: 0 0 0 60px;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #222;
}
.contact .info p {
    padding: 0 0 10px 60px;
    margin-bottom: 20px;
    font-size: 14px;
    color: #555;
}
.contact .info .social-links {
    padding-left: 60px;
}
.contact .info .social-links a {
    font-size: 18px;
    background: #333;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    margin-right: 10px;
}
.contact .php-email-form {
    background: #fff;
}
.contact .php-email-form .form-group, .enquiry .php-email-form .form-group {
    padding-bottom: 8px;
}
.contact .php-email-form .error-message, .enquiry .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    font-weight: 600;
}
.contact .php-email-form .error-message br+br, .enquiry .php-email-form .error-message br+br {
    margin-top: 25px;
}
.contact .php-email-form .sent-message, .enquiry .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}
.contact .php-email-form .loading, .enquiry .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
}
.contact .php-email-form .loading:before, .enquiry .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: 1s linear infinite animate-loading;
}
.contact .php-email-form input, .contact .php-email-form textarea, .enquiry .php-email-form input, .enquiry .php-email-form textarea {
    border-radius: 4px;
    box-shadow: none;
    font-size: 14px;
}
.contact .php-email-form input:focus, .contact .php-email-form textarea:focus, .enquiry .php-email-form input:focus, .enquiry .php-email-form textarea:focus {
    border-color: #5a2f71;
}
.contact .php-email-form input, .enquiry .php-email-form input {
    height: 44px;
}
.contact .php-email-form textarea, .enquiry .php-email-form textarea {
    padding: 10px 12px;
}
.contact .php-email-form button[type=submit], .enquiry .php-email-form button[type=submit] {
    background: #5a2f71;
    border: 0;
    padding: 10px 24px;
    color: #fff;
    transition: .4s;
    border-radius: 4px;
}
@keyframes animate-loading {
    0% {
    transform: rotate(0);
}
100% {
    transform: rotate(360deg);
}
}.breadcrumbs {
    padding: 15px 0;
    background: #fbfbfb;
    min-height: 40px;
}
.breadcrumbs h2 {
    font-size: 28px;
    font-weight: 300;
}
.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
}
.breadcrumbs ol li+li, .card-block h3 {
    padding-left: 10px;
}
.breadcrumbs ol li+li::before {
    display: inline-block;
    padding-right: 10px;
    color: #3c3c3c;
    content: "/"}
@media (max-width:768px) {
    .why-us .content-item {
    padding: 40px 0;
}
.breadcrumbs .d-flex {
    display: block!important;
}
.breadcrumbs ol {
    display: block;
}
.breadcrumbs ol li {
    display: inline-block;
}
}#footer {
    background: #fc3;
    color: #000;
    font-size: 14px;
    text-align: center;
    padding: 30px 0;
}
#footer h3 {
    font-size: 36px;
    font-weight: 700;
    color: #462522;
    position: relative;
    font-family: Poppins, sans-serif;
    padding: 0;
    margin: 0 0 15px;
}
#footer .social-links, #footer p {
    margin: 0 0 40px;
}
#footer p {
    font-size: 15;
    padding: 0;
}
#footer .social-links a {
    font-size: 18px;
    background: #5a2f71;
    color: #000;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
}
#footer .social-links a:hover {
    background: #449d5b;
    color: #000;
    text-decoration: none;
}
#footer .copyright {
    margin: 0 0 5px;
}
#footer .credits {
    font-size: 13px;
}
.vertical-center {
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 10000;
}
form {
    border-radius: 15px;
    padding: 25px;
    text-align: center;
    background-color: hsla(0, 0%, 93%, .5);
    width: auto;
}
.enquiry .php-email-form {
    border-top: 3px solid #5a2f71;
    border-bottom: 3px solid #5a2f71;
}
.card-block {
    font-size: 1em;
    position: relative;
    margin: 0;
    padding: 2em;
    border: none;
    border-top: 1px solid rgba(34, 36, 38, .1);
    box-shadow: none;
}
.cards {
    font-size: 1em;
    padding: 5;
    border: none;
    border-radius: .28571429rem;
    box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5;
    margin-top: 20px;
}
.error, input {
    padding: 10px;
}
.help-block.with-errors {
    color: #ff5050;
    margin-top: 5px;
}
.form-row {
    margin-bottom: 20px;
}
.error, .success {
    color: #483333;
    margin: 0 auto 20px;
    width: 350px;
}
input {
    width: 100%;
    border: 1px solid #e0e0e0;
    border-radius: 0;
    margin-top: 3px;
}
input[type=submit] {
    padding: 10px 40px;
    background: #4caf50;
    border: 1px solid #45a049;
    color: #fff;
    cursor: pointer;
    border-radius: 0;
}
.error {
    background: #ffbcbc;
    border: 1px solid #efb0b0;
    border-radius: 3px;
}
.success {
    padding: 10px 20px;
    background: #cff9b5;
    border: 1px solid #bce4a3;
    border-radius: 3px;
}
.amenities-inner {
    width: 100%;
    padding: 20px 0;
    border: 1px solid #5a2f71;
    position: relative;
}
.amenities-inner h4 {
    font-size: 13px;
    width: 100%;
    padding-top: 10px;
}
.amenities-home img {
    width: 60%}
.amenity-yellow:hover {
    background-color: #dc3847;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
    color: #fff;
}
.clients2 {
    padding: 135px 0 90px;
    background: url(../img/amenity_bg.png) 0 0/cover no-repeat;
}