.sonaLogo{
    width: 30%;
    height: 130px;
}
#firstSection{
    background-image: url(../images/header-bg.jpg);
    background-size: contain;
    padding: 5em 0 2em;
    background-repeat: no-repeat;
    background-position: center;
}
.belowFirstBanner{
    font-size: 1.5em;
    font-weight: 300;
}
#enquireNow .modal-title{
    margin: 0 auto;
}
.bannerText{
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}
.headerPhone p{
    font-size: 1.7em;
    font-weight: 600;
    margin-bottom: 0;
}
.headerPhone p a{
    color: #0a3e7a;
    text-decoration: none;
    border: 1px solid #0a3e7a;
    padding: 5px;
    box-shadow: 0px 5px 10px #0a3e7a;
    border-radius: 5px;
}
.headerSocial p{
    /* font-size: 1.6em; */
}
.headerSocial p a{
    color: #0a3e7a;
    border: 1px solid #0a3e7a;
    border-radius: 100%;
    padding: 10px;
}
.headerSocial p a i{
    font-size: 1.2em;
}
/* .headerBorderLeft{
    border-left: 2px solid #0a3e7a;
} */
.headerInfo{
    padding: 3em 0;
}
.headerSocial p{
    margin-bottom: 0;
}
.socialListIcon{
    list-style: none;
    padding-left: 0;
    display: flex;
}
ul.socialListIcon li {
    width: 19%;
    text-align: center;
    border: 2px solid #0a3e7a;
    margin-right: 10px;
    padding: 5px 10px;
    border-radius: 100%;
}
ul.socialListIcon li a{
    color: #0a3e7a;
}
ul.socialListIcon li a i {
    font-size: 1.2em;
}
li.instagramIcon {
    padding: 5px 9px !important;
}
li.facebookIcon {
    padding: 5px 9px !important;
}
li.youtubeIcon {
    padding: 5px 7px !important;
}
li.linkedinIcon{
    padding: 6px 9px !important;
}
.firstLetter{
    letter-spacing: 10px;
    font-size: 1.2em;
}
.secondLetter{
    letter-spacing: 4px;
    font-weight: 400;
    margin: 10px 0;
}
.thirdLetter{
    font-weight: 900;
    font-size: 1.2em;
    letter-spacing: 5px;
}
.fourthLetter{
    font-weight: 900;
    font-size: 1.2em;
    letter-spacing: 5px;
}
.btn-mainBannerWhite{
    background-color: #fff;
    color: #2867b7;
    font-size: 1.4em;
    text-transform: capitalize;
}
.btn-mainBannerBlue{
    background-color: #2867b7;
    color: #fff;
    font-size: 1.4em;
    text-transform: capitalize;
    border: 2px solid #fff;
}
#secSection{
    background-color: #f0f0f0;
    padding: 2em 0;
}
#secSection .sectionHead{
    text-align: center;
    font-size: 2.3em;
    color: #0a3e7a;
    border-top: 2px solid #0a3e7a;
    border-bottom: 2px solid #0a3e7a;
    padding: 5px 0;
    margin-bottom: 20px;
}
.whyRight p {
    font-size: 1.5em;
    font-weight: 300;
}
.whyRight p strong{
    color: #0A3F79;
    font-weight: 700;
}
.whyLeft img {
    width: 70px;
    height: 70px;
}
.whyHighlight {
    margin-bottom: 20px;
}
.whyHighlight .col-lg-1{
    padding-right: 0 !important;
    text-align: center;
}
.whyHighlight .col-lg-1 .whyLeft{
    border-right: 2px solid #000;
}
#thirdSection{
    background: #0b3d74;
    padding: 1em 0;
}
.experienceHead{
    font-size: 2.3em;
    color: #fff;
    border-bottom: 2px solid #fff;
    padding-bottom: 10px;
    width: 70%;
}
.experienceRight p{
    color: #fff;
    font-size: 1.4em;
    font-weight: 300;
    margin-bottom: 0;
}
#fourthSec{
    background-color: #f0f0f0;
}
#fifthSec{
    /* background-color: #0b3d74; */
    padding: 2em 0;
    background-image: url('../images/about-sona.webp');
    background-size: cover;
}
.aboutSonaHead{
    font-size: 2.3em;
    color: #fff;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    text-align: center;
    padding: 5px 0;
    margin-bottom: 20px;
}
.aboutSonaContent p{
    font-size: 1.4em;
    color: #fff;
    font-weight: 300;
    text-align: justify;
}
.aboutIconText p {
    font-size: 1.5em;
    padding: 12px 0;
    margin-bottom: 0;
}
#sixthSec{
    padding: 2em 0;
}
.singleAboutIcon {
    margin-bottom: 30px;
}
.progressBar{
    background: #0b3d74;
    height: 100%;
    padding: 1em;
    box-shadow: 0 3px 5px #000;
}
.singleProgressBar p {
    font-size: 1.5em;
    color: #fff;
    margin-bottom: 5px;
}
.singleProgressBar {
    margin-bottom: 1.5em;
}
.singleProgressBar .progress{
    --bs-progress-height: 1.5rem;
    border: 5px solid #fff;
}
.singleProgressBar p span {
    float: right;
}
#getInTouch{
    background: #f0f0f0;
    padding: 1em 0;
}
.getInTouchHead{
    font-size: 2.3em;
    text-align: center;
    border-top: 2px solid #0b3d74;
    border-bottom: 2px solid #0b3d74;
    margin-bottom: 20px;
    padding: 5px 0;
    color: #0b3d74;
}
.getInTouchContent p{
    font-size: 1.5em;
    text-align: center;
    font-weight: 300;
}
#getInTouch .btn-mainBannerBlue{
    font-size: 1em;
}
footer{
    padding: 3em 0;
}
.footerWidget p {
    color: #898989;
}
.footerWidget h4 {
    font-size: 1.3em;
    font-weight: 700;
    margin-bottom: 20px;
}
.footerWidget ul{
    color: #898989;
}
.footerWidgetTwo h4, .footerWidgetThree h4{
    text-align: center;
}
.copyrightInfo p{
    margin-bottom: 0;
}
#fourthSec{
    padding: 2em 0;
}
.featuresRight h3{
    background-color: #0b3d74;
    color: #fff;
    text-align: center;
    padding: 5px;
    text-transform: uppercase;
    font-size: 1.5em;
    width: 80%;
    margin: 0 auto 20px;
}
.row.featuresHome.featureOne, .row.featuresHome.featureThree{
    min-height: 320px;
}
.row.featuresHome.featureTwo, .row.featuresHome.featureFour{
    min-height: 220px;
}
.featuresRight .featuresList{
    border-left: 2px dashed #2b70a2;
    padding-left: 13px;
}
.featuresLeft{
    position: relative;
    height: 100%;
}
.featuresLeft img{
    position: absolute;
    bottom: 0;
}
ul.featuresList li {
    margin-bottom: 10px;
}
.row.featuresHome {
    margin-bottom: 30px;
}
.singleField{
    margin-bottom: 15px;
}
.singleField input {
    border-radius: 0;
}
#gallery{
    background-image: url('../images/spoon-grains-min.png');
    background-size: 30% 25%;
    background-repeat: no-repeat;
    background-position: right 18em top;
}
#enquireNow .close{
    right: 20px;
    position: absolute;
    border: 0;
    background: transparent;
}
#enquireNow .close span{
    font-size: 2em;
}
.mobileFootIcon {
    text-align: center;
    font-size: 1.1em;
    font-weight: 500;
}
.mobileFixedFooter{
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #fff;
    padding: 1em 1em;
    display: none;
}
.mobileFootIcon p{
    margin-bottom: 0;
}
.mobileFixedFooter p a{
    color: #000;
    text-decoration: none;
}
@media(max-width: 1920px){
    #firstSection{
        padding: 6em 0 8em;
    }
    .belowFirstBanner{
    }
}
@media(max-width: 1366px){
    #firstSection{
        padding: 3em 0 4em;
    }
    .headerPhone p{
        font-size: 1.5em;
    }
}
@media(max-width: 1024px){
    .sonaLogo {
        width: 70%;
        height: 160px;
    }
    .headerInfo{
        padding: 0;
    }
    .headerPhone p {
        font-size: 1.4em;
        font-weight: 600;
        margin-bottom: 10px;
        margin-top: 2.5em;
    }
    ul.socialListIcon li a i {
        font-size: 1em;
    }
    ul.socialListIcon li{
        padding: 2px 6px !important;
    }
    .socialListIcon{
        margin-top: 3.5em;
    }
    #firstSection{
        background-size: 100% auto;
        padding: 1em 0 0em;
    }
    .bannerText{
        color: #ffffff;
        margin-top: 0em;
    }
    .bannerText h1{
        font-size: 2em;
    }
    .row.featuresHome.featureOne, .row.featuresHome.featureThree{
        min-height: 420px;
    }
    .belowFirstBanner{
        margin-top: 1em;
    }
    .whyHighlight .col-lg-1 .whyLeft{
        border-right: 0;
        text-align: left;
    }
    .experienceHead, .featuresRight h3{
        width: 100%;
    }
    .featuresLeft img{
        position: relative;
        margin-bottom: 30px;
    }
    #gallery{
        background-size: 30% 25%;
        background-position: right 14em top;
    }
}
@media(max-width: 768px){
    .socialListIcon{
        margin-top: 0;
    }
    .sonaLogo {
        width: 100%;
        height: 160px;
    }
    .headerInfo{
        padding: 0;
    }
    .headerPhone p {
        font-size: 2em;
        font-weight: 600;
        margin-bottom: 10px;
        margin-top: 20px;
    }
    ul.socialListIcon li a i {
        font-size: 1.2em;
    }
    ul.socialListIcon li{
        padding: 18px 5px !important;
    }
    #firstSection{
        background-size: 180% auto;
        padding: 1em 0 0em;
        background-position: top left;
    }
    .bannerText{
        color: #2867b7;
        margin-top: 30em;
    }
    .belowFirstBanner{
        margin-top: 1em;
    }
    .whyHighlight .col-lg-1 .whyLeft{
        border-right: 0;
        text-align: left;
    }
    .experienceHead, .featuresRight h3{
        width: 100%;
    }
    .featuresLeft img{
        position: relative;
        margin-bottom: 30px;
    }
    #gallery{
        background-size: 50% 7%;
        background-position: right 12em top;
    }
}
@media(max-width: 480px){
    #enquireNow .modal-title{
        margin: auto 0;
    }
    #downloadCatalogue {
        margin: 20px 0;
    }
    .bannerText h1{
        font-size: 1.3em;
    }
    .mobileFixedFooter{
        display: block;
    }
    .socialListIcon {
        margin-top: .5em;
    }
    .sonaLogo {
        width: 100%;
        height: 100px;
    }
    .headerInfo{
        padding: 0;
    }
    .headerPhone p {
        font-size: 0.7em;
        font-weight: 600;
        margin-bottom: 10px;
        margin-top: 20px;
    }
    ul.socialListIcon li a i {
        font-size: 1em;
    }
    ul.socialListIcon li{
        padding: 3px 5px !important;
    }
    #firstSection{
        background-size: 180% auto;
        padding: 1em 0 0em;
        background-position: top left;
    }
    .bannerText{
        color: #2867b7;
        margin-top: 17em;
    }
    .belowFirstBanner{
        margin-top: 1em;
        text-align: justify;
    }
    .whyHighlight .col-lg-1 .whyLeft{
        border-right: 0;
        text-align: left;
    }
    .experienceHead, .featuresRight h3{
        width: 100%;
    }
    .featuresLeft img{
        position: relative;
        margin-bottom: 30px;
    }
    #gallery{
        background-size: 50% 7%;
        background-position: right 12em top;
    }
}
