body{
    font-family: "Work Sans";
    color: black;
}
p{
    color: #474747 !important;
}

.content-md{
    font-size: 18px;
}

.font-playfair{
    font-family: "Playfair Display", serif;
}

.bg-soft {
    --bs-bg-opacity: 0.10;
}

.section{
    padding: 50px 0;
}
.title{
    font-size: 40px;
}
.title-md {
    font-size: 32px;
}
.small-title {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    color: var(--bs-primary) !important;
}

.icon-lg img {
    height: 52px;
}

.header {
    border-bottom: 1px solid #EEEEEE;
    position: fixed;
    left: 0;
    width: 100%;
    background: white;
}
    .header.stickey-header {
        background: #ffffff;
        /*border-bottom: 0;*/
        position: fixed;
        top: -100px;
        -webkit-transition: -webkit-transform .5s;
        transition: -webkit-transform .5s;
        -o-transition: transform .5s;
        transition: transform .5s;
        transition: transform .5s, -webkit-transform .5s;
        -webkit-transform: translateY(100px);
        -ms-transform: translateY(100px);
        transform: translateY(100px);
        width: 100%;
        z-index: 99;
        box-shadow: 0 2px 20px rgba(0, 0, 0, 0.07);
    }
.topnav{
    background-color: #DE5D00;
}

.header.stickey-header .topnav {
    display: none !important;
}

.topnav .nav-link {
    color: #E9E9E9;
    font-size: 14px;
}

.topnav .nav-link.social-icon {
    font-size: 16px;
    line-height: normal;
    color: white;
}

.topnav .nav-link.social-icon i, .topnav .nav-link i{
    line-height: normal;
}

.navbar-brand .logo{
    width: 60px;
}

.search-input{
    background-color: #F8F8F8;
    border: 1px solid #EEEEEE;
    border-radius: 25px;
}
.search-input .form-control {
    border: 0;
    border-radius: 0px 25px 25px 0 !important;
    background-color: transparent;
}

.search-input .form-control:focus {
    border: 0;
    box-shadow: none !important;
    background-color: white;
}

.search-input .form-control::placeholder {
    color: #8B8B8B;
  }

  .search-input .form-control::placeholder {
    color: #8B8B8B;
  }

.search-input .input-group-text{
    border: 0;
    border-radius: 25px 0 0 25px !important;
    background-color: transparent;
}

.banner-section {
    padding: 265px 0 125px 0;
    background-image: url('../images/banner-bg.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.abt-banner{
    padding: 245px 0 105px 0;
}

.banner-title h1 {
    font-size: 42px;
}

.get-start-card{
    border: 0;
    border-radius: 25px;
    background: url('../images/lines-bg.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.app-badge img {
    height: 46px;
}

footer {
    background: #020204 url("../images/icon-light.png");
    background-position: left bottom ;
    background-size: 15%;
    background-repeat: no-repeat;
}

footer .nav .nav-link {
    color: #c7c7c7;
    padding: 5px 0;
}

footer .nav .nav-link:hover{
    color: white
}

.feature li::marker {
    font-size: 24px;
    color: #ed7117;
    line-height: initial;
}

.contact-det-card a{
    color: #000000;
    text-decoration: none;
}
    .contact-det-card a:hover {
        color: #DE5D00;
    }

.contact-form .form-control{
    border-radius: 25px;
}

.contact-form textarea.form-control{
    border-radius: 14px;
}

.contact-form .form-control:focus {
    border-color: #ed7117;
    box-shadow: 0 0 0 0.25rem rgb(237 113 23 / 23%);
}

@media screen and (max-width: 1024px) {
    .banner-section {
        padding: 225px 0 105px 0;
    }
    .banner-title h1 {
        font-size: 40px;
    }
    .title {
        font-size: 32px;
    }
    .content-md {
        font-size: 16px;
    }
}
@media screen and (max-width: 767px) {
    .banner-section {
        padding: 200px 0 80px 0;
    }
    .banner-title h1 {
        font-size: 38px;
    }
    footer p{
        font-size: 14px;
    }
    footer .nav .nav-link {
        padding: 3px 0;
        font-size: 14px;
    }
    .small-title {
        font-size: 16px;
    }
    .title-md {
        font-size: 28px;
    }
    .chairman-img img {
        aspect-ratio: 4 / 4;
        object-fit: cover;
    }
    footer {
        background-position: right bottom;
        background-size: 25%;
    }
}

@media screen and (max-width: 479px) {
    .navbar-brand .logo {
        width: 45px;
    }
    .banner-section {
        padding: 160px 0 60px 0;
    }
    .banner-title h1 {
        font-size: 30px;
    }
    p {
        font-size: 14px;
    }
    .title {
        font-size: 26px;
    }
    .title-md {
        font-size: 22px;
    }
    .content-md {
        font-size: 14px;
    }
    .app-badge img {
        height: 36px;
    }
}