
/*
Template Name: Chillaid
Author: <a href="https://www.os-templates.com/">OS Templates</a>
Author URI: https://www.os-templates.com/
Copyright: OS-Templates.com
Licence: Free to use under our free template licence terms
Licence URI: https://www.os-templates.com/template-terms
File: Live Demo CSS
*/

.bold {
    font-weight: bold
}

.center {
    text-align: center
}

.right {
    text-align: right
}

.uppercase {
    text-transform: uppercase
}

.capitalise {
    text-transform: capitalize
}

.hidden {
    display: none
}

.nospace {
    margin: 0;
    padding: 0;
    list-style: none
}

.block {
    display: block
}

.inline {
    display: inline-block
}

.justified {
    text-align: justify
}

.inline * {
    display: inline-block
}

.inline *:last-child {
    margin-right: 0
}

.pushright li {
    margin-right: 20px
}

.pushright li:last-child {
    margin-right: 0
}

.borderedbox {
    border: 1px solid
}

.overlay {
    position: relative;
    z-index: 1
}

.overlay::after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1
}

.bgded {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover
}

.circle {
    border-radius: 50%;
    background-clip: padding-box
}

#ctdetails figure>ul li {
    position: relative;
    margin: 0 0 35px 0;
    padding: 15px 15px 15px 80px;
    line-height: 1
}

#ctdetails figure>ul li:last-child {
    margin: 0
}

#ctdetails figure>ul li i {
    position: absolute;
    top: 15px;
    left: 15px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    text-align: center;
    border-radius: 50%
}

#ctdetails figure>ul li span {
    display: block;
    padding: 4px 0 0 0
}

#ctdetails figure>ul li strong {
    display: block;
    margin: 0 0 8px 0;
    text-transform: capitalize
}

#ctdetails article {
    margin-bottom: 0
}

#ctdetails input,
#ctdetails button {
    border: 1px solid
}

#ctdetails input {
    display: block;
    width: 100%;
    padding: 15px;
    margin-bottom: 20px
}

#ctdetails button {
    padding: 8px 18px 10px;
    text-transform: uppercase;
    font-weight: 400;
    cursor: pointer
}

*,
*::before,
*::after {
    transition: all .3s ease-in-out
}

a:active,
a:focus {
    background: transparent !important
}

#ctdetails figure>ul li {
    color: inherit;
    background-color: #FFF
}

#ctdetails figure>ul li:hover a {
    color: #FFF
}

#ctdetails figure>ul li:hover,
#ctdetails figure>ul li a i {
    color: #FFF;
    background-color: #97A9BD
}

#ctdetails figure>ul li:hover a i {
    color: #97A9BD;
    background-color: #FFF
}

#ctdetails figure>ul li:hover,
#ctdetails figure>ul li a i {
    color: #FFF;
    background-color: #A197BD
}

#ctdetails figure>ul li:hover a i {
    color: #A197BD;
    background-color: #FFF !important
}

#ctdetails figure>ul li:nth-child(2):hover,
#ctdetails figure>ul li:nth-child(2) a i {
    background-color: #BDA697
}

#ctdetails figure>ul li:nth-child(2):hover a i {
    color: #BDA697
}

#ctdetails figure>ul li:nth-child(3):hover,
#ctdetails figure>ul li:nth-child(3) a i {
    background-color: #97BDAB
}

#ctdetails figure>ul li:nth-child(3):hover a i {
    color: #97BDAB
}

#ctdetails input,
#ctdetails button {
    border-color: transparent
}

#ctdetails input {
    color: #474747;
    background-color: #FFF
}

#ctdetails button {
    color: #FFF;
    background-color: #97A9BD
}

#ctdetails button:hover {
    color: inherit;
    background-color: transparent;
    border-color: inherit
}

@-ms-viewport {
    width: device-width
}

@media screen and (min-width:1140px) {
    .hoc {
        max-width: 1140px
    }
}

@media screen and (min-width:978px) and (max-width:1140px) {
    .hoc {
        max-width: 95%
    }
}

@media screen and (max-width:978px) {
    .hoc {
        max-width: 90%
    }
}
