.container-fluid{
    padding: 50px 5%;
}
.center{
    text-align: center;
}
.right{
    text-align: right;
}
.inline{
    display: inline-block;
}
body{
    font-family: 'Montserrat';
}
a, a:hover{
    color: inherit;
    text-decoration: none;
}
.m{
    display: flex;
    justify-content: space-between;
}
/* navbar  */
.navbar{
    width: 100vw;
    position: fixed;
    z-index: 1;
    background-color: #0d2137; 
}
.navbar.container-fluid{
    padding: 17px 5%;
}
.navbar .navbar-brand,
.navbar .navbar-brand:hover{
    font-weight: 800;
    font-family: 'DM Sans';
    color: #FF2727;
    font-size: 35px; 
}
/* for sidebar  */
.offcanvas{
    width: 300px;
}
.offcanvas li{
    text-align: center;
    border: 1px solid #C0C0C0;
    margin-bottom: 20px;
}
.navbar-nav{
    font-weight: 600;
}
.logo{
    height: 40px;
    width: 130px;
}
#landing{
    background: url('../img/main-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    position: relative;
}

#landing-content{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    width: 100vw;
    background-color: #0c0c0c;
    opacity: .72;
    /* mix-blend-mode: multiply; */
    transition: background 0.3s,border-radius 0.3s,opacity 0.3s;
    color: white;
}
#landing h1{
    font-weight: 700;
    font-size: 40px;
    text-align: center;
    padding-bottom: 15px;
}
#landing h5{
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    text-align: center;
}
#landing .slider-img{
    width: 450px;
    height: 300px;
}

.read-btn {
    background-color: #FF2727;
}
.quote-btn {
    background-color: #0a0057;
}
.read-btn, .quote-btn, .read-btn:hover, .quote-btn:hover {
    padding: 15px 20px;
    color: #fff;
}
.read-btn img, .quote-btn img {
    margin-left: 5px;
    width: 20px;
}
.heading_style {
    border-left: 12px solid #FF2727;
    font-size: 40px;
    padding-left: 3px;
    font-weight: 800;
    color: #0a0057;
}



/* styling for the search button  */
#landing form {
    display: flex;
}
#landing .search_input,
#track .search_input {
    position: relative;
}
#track form {
    display: inline-block;
}
#landing form .search_input input, 
#track form .search_input input {
    width: 250px;
    height: 45px;
    outline: none;
    border: none;
    background-color: #f7f6fd;
    padding-left: 10%;
}
#landing form .search_input img, 
#track form .search_input img {
    position: absolute;
    width: 15px;
    top: 50%;
    left: 3%;
    transform: translateY(-50%);
}
#landing form .search_input img,
#track form .search_input img {
    position: absolute;
    width: 15px;
    top: 50%;
    left: 3%;
    transform: translateY(-50%);
}
#landing form button ,
#track form button {
    border: none;
    background-color: #0d2137;
    color: #fff;
    padding: 10px 25px;
}



#about .img-box, #company .img-box{
    z-index: 3;
}
#about .img-box img, #company img{
    height: 390px;
    width: 480px;
}
#about .quote-btn img{
    margin: 0;
    margin-right: 5px;
    transform: rotate(180deg);
}


#services .col-lg-4{
    padding: 22px;
}
#services img{
    height: 250px;
    width: 100%;
}
.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}
#services h3 {
    left: 0;
    bottom: 0;
    text-transform: uppercase;
    color: #fff;
    font-weight: lighter;
    padding: 10px 15px;
    padding-right: 35px;
    margin: 0;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-bottom: 40px;
}
.s-b-1 h3 {
    background-image: url(../img/hbg.png);
}
.s-b-2 h3 {
    background-image: url(../img/hbg-3.png);
}

#company{
    background-color: #0d2137;
}

#company p{
    color: white;
}
#company h3{
    font-size: 30px;
    font-weight: 500;
    color: white;
}
.text{
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: center; 
}
.contact_form-container {
    padding: 60px;
    background-color: #0d2137;
    position: relative;
}
.google-frame{
    height: 100%;
    width: 100%;
    min-height: 300px;
}
.header-track{
    padding-top: 130px;
    background: url(../img/track.jpg) no-repeat;
    padding-bottom: 60px;
    background-size: cover;
    height: 270px;
    background-position: center;
    color: white;
    text-align: center;
}

footer {
    padding-top: 150px;
    padding-bottom: 1px;
    color: #fff;
    background-color: #0d2137;

}


#blog{
    background-image: url(../img/Blog.jpeg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;

}
#blog .c{
    background-color: #211770;
    opacity: 0.8;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
#blog h5{
    font-size: 20px;
}
#blog h2{
    font-size: 28px;
}
#blog h6{
    font-size: 16px;
}
#blog img{
    width: 100%;
}
.elementor-progress-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #818a91;
    width: 0;
    font-size: 11px;
    height: 30px;
    line-height: 30px;
    border-radius: 2px;
    -webkit-transition: width 1s ease-in-out;
    -o-transition: width 1s ease-in-out;
    transition: width 1s ease-in-out;
}
.elementor-progress-text {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-left: 15px;
}
.elementor-progress-percentage {
    padding-right: 15px;
}
.elementor-element .elementor-widget-container {
    -webkit-transition: background .3s,border .3s,border-radius .3s,-webkit-box-shadow .3s;
    transition: background .3s,border .3s,border-radius .3s,-webkit-box-shadow .3s;
    -o-transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-box-shadow .3s;
}
.elementor-progress-wrapper {
    position: relative;
    background-color: #eee;
    color: #fff;
    border-radius: 2px;
}
.elementor-progress-wrapper {
    position: relative;
    background-color: #eee;
    color: #fff;
    border-radius: 2px;
}
.dashboard .containerz{
    border: 1px solid rgba(0, 0, 0, 0.281);
    padding: 15px;
    border-radius: 7px;
}
.baby{
    font-size: 12px;
    margin-bottom: 3px;
}
#track h5 span{
    font-weight: 700;
}

/* laptop view  */
@media(min-width: 920px){
    #company img{
        margin-left: 70px;
    }
    #services h2{
        margin-bottom: 50px;
    }
    .pq{
        padding-right: 0;
    }
    #blog img{
        max-width: 500px;
    }
    #blog h2{
        font-size: 48px;
    }
}


/* mobile view  */
@media(max-width: 470px){
    .logo{
        height: 45px;
        width: 110px;
    }

    #landing h1{
        font-size: 32px;
    }

    #landing h5{
        font-size: 12px;
    }
    #landing .slider-img{
        width: 362px;
        height: 242px;
    }
    .f{
        margin-bottom:55px;
    }
    #about .img-box img, #company img{
        height: 270px;
        width: 330px;
    }
    #about .img-box{
        text-align: center;
    }
    #services img{
        height: 290px;
        width: 100%;
        min-width: 330px;
    }
    .google-frame{
        height: 100%;
        width: 100%;
        min-height: 300px;
    }
    footer {
        padding-top: 50px;
    }
    #blog img{
        max-width: 300px;
    }
    .heading_style {
        font-size: 30px;
    }
    
    .onye{
        height: 160px;
    }
}