html {
    scroll-behavior: smooth;
}

body {
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    line-height: 1.80857;
    font-weight: 400;
    overflow-x: hidden;
    color: #545454;
}

.top-header {
    border-bottom: 1px solid #ddd;

    border-top: 3px solid #ff914d;
    padding: 10px 0;
    font-size: 16px;
    font-weight: 100;
    color: #000;
}

.top-header a {
    color: #000;
    font-size: 16px;
    font-weight: 100;
    text-decoration: none;
}

header img {
    width: 275px;
    display: block;
}

header .nav-item {
    padding-right: 20px;
}
header .nav-link {
    color: #545454 !important;
    font-size: 20px;
    
}

header .nav-item a:hover, header .nav-item .active {
    color: #ff914d !important;
}


.collapse a {
    text-transform: uppercase;
}


#banner {
    width: 100%;
    float: left;
    background-image: url(../images/main_banner.jpg);
    height: 80vh;
    background-size: 100%;
    background-repeat: no-repeat;
    text-align: center;
    margin-bottom: 20px;
}

#banner h1 {
    padding-top: 90px;
    font-size: 50px;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 2px 2px #545454;
}

#banner p {
    color: #fff;
    text-shadow: 2px 2px #545454;
    font-size: 20px;
   
}

#banner .btn {
    padding: 15px 60px;
    background-color: #ff914d;
    border: 1px solid #ff914d;
    text-transform: uppercase;
}


.our_text {
    
    font-size: 40px;
    color: #545454;
    
   
}

.our_text span {
    color: #545454 !important;
   
}

#services {
   background-color: #f2f6fc;
    padding-bottom: 60px;
}

#services p{
    /* padding-top: 24px; */
    font-size: 18px;
    font-weight: 300;
   
}

#services h2 span {
    color: #ff914d;
}

#services .border {
    border-radius: 20px;
   
}



#services .icon i {
    font-size: 30px;
    
}

#about {
    background:url(https://internationalwomensday.s3.us-west-2.amazonaws.com/images/2023/IWD-theme-homepic-6.jpg);
    /* background:url(https://www.cuelogic.com/wp-content/uploads/2022/08/About-us-banner.png); */
    color: #fff;
    padding: 40px 0;
   
}

#about h3 {
    font-size: 50px;
    font-weight: 100;
}

.content-img {
    min-height: 300px;
}

.content-img h3 {
    padding-left: 20px;
    padding-top: 70px;
}

#about p, #content p, #content ul li {
   font-size: 24px;
    font-weight: 300;
}

#content a {
    color: #ff914d;
    text-transform: lowercase;
}

#about .btn {
    padding: 15px 60px;
    background-color: transparent;
    border: 1px solid #fff;
    text-transform: uppercase;
}

#address {
    background-color: #545454;
    padding: 60px 0;
}

#address h2 {
    color: #fff;
    width: 10%;
    margin-bottom: 30px;
}

#address .col-lg-4 {
    color: #fff;
    font-size: 20px;
    font-weight: 100;
}
#address .col-lg-4 p {
    line-height: 1.5px;
    padding-top: 10px;
}

#address .col-lg-4 i {
    color: #ff914d;
    font-size: 50px;
}

#address .col-lg-4 a {
    color: #fff;
    text-decoration: none;
}

footer {
    padding: 10px 10px;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 100;
    color: #fff;
    background-color: #ff914d;
}

#clients img {
    margin: 0 auto;
    display: block;
}

@media only screen and (max-width : 576px)   { 

    header img {
        width: 180px;
    }

    #banner {
        height: 30vh;
    }
    #banner h1 {
        font-size: 20px;
        padding-top: 25px;
    }

    #banner p {
        font-size: 14px;
        line-height: 1.1;
        font-weight: normal;
    }

    #banner .btn {
        padding: 5px 15px;

    }

 }
