.rotate-360 {
    -webkit-animation: spin 4s linear infinite;
    -moz-animation: spin 4s linear infinite;
    animation: spin 4s linear infinite;
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

header .navbar .navbar-brand img,
header .sidebar-nav-menu .navbar-brand img,
header.side-menu .logo img,
footer .footer-logo img {
    max-height: 70px;
}

span.text-white {
    color: #ffffff !important;
    z-index: 9;
    position: relative;
}

.text-gradient-sky-blue-dark-pink ul li {
    background: #d3893f;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.simple-dropdown .dropdown-menu li {
    padding: 9px 9px 9px 18px;
}

.simple-dropdown .dropdown-menu {
    padding: 15px 0;
}

.b-0 {
    border: 0;
    border-bottom: 1px solid #232323;
}

select option {
    color: #232323
}

.inquiry-form select {
    background-image: url(../images/down-arrow-black.svg) !important;
}

.custome-wh {
    width: 400px !important;
    object-fit: cover;
    object-position: center;
}

.tab-style-07.custom-07 .nav-tabs>li.nav-item>a.nav-link.active {
    background: #d3893f;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border-color: #d3893f !important;
}

.tab-style-07.custom-07 .nav-tabs>li.nav-item>a.nav-link:hover {
    background: #d3893f;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.tab-style-07.custom-07 .nav-tabs>li.nav-item>a.nav-link {
    color: #ffffff;
}

.ll-custom-height {
    min-height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.custom-screen {
    height: 200px !important;
}

.custom-position {
    background-position: 69% -200px;
}

.grid.xl-grid-4col li:nth-child(odd) a {
    border: 1px solid #d3893f;
    display: block;
}

.grid.xl-grid-4col li:nth-child(even) a {
    border: 1px solid #f36a21;
    display: block;
}

.floating_btn {
    position: fixed;
    bottom: 30px;
    left: 10px;
    width: 100px;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

@keyframes pulsing {
    to {
        box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
    }
}

.contact_icon {
    background-color: #42db87;
    color: #fff;
    width: 60px;
    height: 60px;
    font-size: 30px;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translatey(0px);
    animation: pulse 1.5s infinite;
    box-shadow: 0 0 0 0 #42db87;
    -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    font-weight: normal;
    font-family: sans-serif;
    text-decoration: none !important;
    transition: all 300ms ease-in-out;
}

.contact_icon img,
.contact_icon_2 img {
    width: 30px;
}

.floating_btn_2 {
    position: fixed;
    bottom: 150px;
    left: 10px;
    width: 100px;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.contact_icon_2 {
    background-color: #00a9f0;
    color: #fff;
    width: 60px;
    height: 60px;
    font-size: 30px;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translatey(0px);
    animation: pulse 1.5s infinite;
    box-shadow: 0 0 0 0 #00a9f0;
    -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    font-weight: normal;
    font-family: sans-serif;
    text-decoration: none !important;
    transition: all 300ms ease-in-out;
}

.contact-sticky-btn {
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    min-height: 38px;
    padding: 10px 12px;
    background-color: #d3893f;
    border: 1px solid #d3893f;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    text-transform: capitalize;
    box-shadow: 0px 4px 6px 0px rgba(95, 98, 103, 0.23);
    -webkit-box-shadow: 0px 4px 6px 0px rgba(95, 98, 103, 0.23);
    display: flex;
    width: auto !important;
    min-width: 120px;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    right: 0;
    height: 40px;
    padding: 0 15px;
    -webkit-transform: rotate(-90deg) translate(50%, -100%);
    transform: rotate(-90deg) translate(50%, -100%);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
    position: fixed;
    z-index: 111;
    top: 50%;
}

.contact-sticky-btn:hover {
    background-color: #f36a21;
    color: #ffffff;
    border-color: #d3893f;
    text-decoration: none;
}

.contact-sticky-btn:focus {
    color: #ffffff;
}


