* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

body {
    font-family: Switzer-Regular
}

html {
    scroll-behavior: smooth
}

a,
a:hover {
    text-decoration: none
}

.font-wet-5 {
    font-weight: 500
}

.font-wet-6 {
    font-weight: 600
}

.font-wet-7 {
    font-weight: 700
}

.text-black {
    color: #071c1f !important
}

ul li {
    list-style: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0
}

.yellow-color {
    color: #f3ca2f !important
}

.form-control:focus {
    outline: 0;
    box-shadow: none
}

.font-wet-5 {
    font-weight: 500 !important
}

.font-wet-6 {
    font-weight: 600 !important
}

.font-wet-7 {
    font-weight: 700 !important
}

.font-20 {
    font-size: 20px !important
}

.font-18 {
    font-size: 18px !important
}

.panel-space {
    padding: 60px 0
}

.gray-color {
    color: #cdcdcd !important
}

.hero-section {
    background-color: #1d2833;
    color: #fff;
    padding: 60px 0
}

.banner-cnt {
    margin: 35px 0 60px
}

.member-counts-l h6 {
    letter-spacing: 1.5px
}

.member-list ul {
    display: flex;
    align-items: center
}

.member-list ul li {
    margin-left: -20px;
    position: relative
}

.member-list ul li:first-child {
    margin-left: 0
}

.member-list ul li img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 3px 0 4px 0 #00000040;
    object-fit: cover
}

.clinet-img1 {
    z-index: 4
}

.clinet-img2 {
    z-index: 3
}

.clinet-img3 {
    z-index: 2
}

.clinet-img4 {
    z-index: 1
}

.member-list li:hover {
    transform: scale(1.1);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .3);
    z-index: 5
}

.member-list li:hover::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
    border-radius: 50%;
    transition: background-color .3s ease
}

.member-list li:hover img {
    transform: scale(1.2);
    filter: brightness(1.1)
}

.banner-title {
    font-size: 52px;
    line-height: 78px;
    text-transform: uppercase;
    font-weight: 700
}

.member-counts {
    font-size: 52px;
    font-weight: 600
}

.about-section,
.books-section,
.services-section {
    padding: 60px 0
}

.hero-section img {
    width: 100%;
    max-width: 340px
}

.contact-section a {
    color: #ffc107;
    text-decoration: none
}

.contact-section a:hover {
    text-decoration: underline
}

.about-section {
    background-color: #023
}

.sub-heading {
    font-size: 42px;
    margin-bottom: 30px;
    line-height: 55.44px
}

.about-content {
    line-height: 35px;
    font-family: Switzer-Light
}

.services-section {
    background-color: #003049;
    color: #fff
}

.about-section .col-md-6 img {
    transition: transform .3s ease, filter .3s ease;
    border-radius: 10px
}

.about-section .col-md-6 img:hover {
    transform: scale(1.05);
    filter: brightness(1.1);
}

.sub-heading .yellow-color {
    transition: color .3s ease
}

.sub-heading .yellow-color:hover {
    color: gold;
    text-decoration: underline
}

.about-content a {
    transition: color .3s ease, text-decoration .3s ease
}

.about-content a:hover {
    color: gold;
    text-decoration: underline
}

.service-box {
    background-color: #152029;
    border-radius: 10px;
    transition: transform .3s
}

.service-box:hover {
    transform: scale(1.05)
}

.service-heading {
    font-size: 30px;
    margin-bottom: 20px;
    line-height: 40px
}

.service-img {
    position: absolute;
    top: -21px;
    right: -14px
}

.service-box {
    background-color: #152029;
    border-radius: 10px;
    transition: transform .3s;
    padding: 56px 30px 30px;
    border: .5px solid #fffFFF26
}

.service-box p {
    line-height: 28px;
    font-family: Switzer-Light
}

.bg-yellow {
    background-color: #f3ca2f
}

.lead {
    font-family: Switzer-Light;
    color: #343434
}

.sub-title-lead {
    font-style: italic;
    line-height: 30px;
    text-align: center;
    margin-top: 48px;
    font-weight: 500;
    color: #152029
}

.btn-dark {
    background-color: #000;
    border: none;
    color: #fff;
    padding: 10px 20px;
    font-size: 1rem;
    border-radius: 5px;
    transition: background-color .3s
}

.btn-dark:hover {
    background-color: #000;
    color: #fff
}

.btn-dark span img {
    width: 24px;
    margin-right: 4px
}

.footer {
    background-color: #002233;
    color: #fff
}

.signature {
    font-family: Cursive, sans-serif;
    color: #f4c430;
    font-size: 2.5rem;
    margin-top: 20px
}

.footer p {
    font-size: 26px;
    font-family: Switzer-Italic
}

.social-icons a {
    color: #fff;
    font-size: 1.5rem;
    margin-right: 15px;
    transition: color .3s
}

.social-icons a:hover {
    color: #f4c430
}

.beyond-conventional {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.social-icons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-top: 30px
}

.social-icons a {
    display: inline-block;
    transition: transform .3s ease, box-shadow .3s ease, filter .3s ease
}

.social-icons a img {
    transition: transform .3s ease
}

.social-icons a:hover {
    transform: scale(1.2);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .3);
    filter: brightness(1.2) saturate(1.5)
}

.social-icons a:hover img {
    transform: rotate(10deg)
}

.contact-dtl {
    list-style-type: none;
    padding-left: 0
}

.contact-dtl li {
    position: relative;
    transition: color .3s ease, transform .3s ease
}

.contact-dtl li a {
    display: flex;
    align-items: center;
    text-decoration: none;
    transition: color .3s ease
}

.contact-dtl li a:hover {
    color: gold;
    text-decoration: underline
}

.contact-dtl li a:hover img {
    transform: scale(1.2);
    filter: brightness(1.2) saturate(1.5)
}

.contact-dtl li img {
    transition: transform .3s ease, filter .3s ease
}

.contact-dtl li:hover {
    color: gold
}

.contact-dtl li:hover img {
    transform: scale(1.2);
    filter: brightness(1.2) saturate(1.5)
}

.btn.btn-dark {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: background-color .3s ease, transform .3s ease, box-shadow .3s ease
}

.btn.btn-dark img {
    transition: transform .3s ease
}

.btn.btn-dark:hover {
    background-color: #023;
    color: #000;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .2)
}

.btn.btn-dark:hover img {
    transform: rotate(20deg) scale(1.2)
}

.about-cnt-panel {
    padding: 40px;
}