@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@1,700&display=swap');

/*-- header area --*/


.header {
    width: 100%;
    background: transparent;
    padding: 30px 30px;
    position: absolute;
    z-index: 99;
    height: 90px;
}


/*-- navigation--*/

.navigation.navbar {
    float: right;
    padding: 0px;
    padding-top: 3px !important;
}

.navigation.navbar-dark .navbar-nav .nav-link {
    padding: 0 25px;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
}

.navigation.navbar-dark .navbar-nav .nav-link:focus,
.navigation.navbar-dark .navbar-nav .nav-link:hover {
    color: #e70139;
}

.navigation.navbar-dark .navbar-nav .active>.nav-link,
.navigation.navbar-dark .navbar-nav .nav-link.active,
.navigation.navbar-dark .navbar-nav .nav-link.show,
.navigation.navbar-dark .navbar-nav .show>.nav-link {
    color: #e70139;
}


* {
    background-color: transparent;
}

h1{
    color:white;
    font-family: 'Lato', sans-serif;
}



.header {
    background-color: transparent;
    font-size: 18px;
}



.header a {
    color: #333333
}

.logo {
    display: inline-block;
}

.logo a img {
    position: sticky;
    width: 120px;
    height: auto;
}

.section-header {
    /* background:url('assets/Pointed-Covey-truck.jpg'); */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}


.header-container { 
    align-items: center;
    -webkit-box-align: center;
}

/** banner section **/

.banner_main {
    background: url(../images/banner.jpg);
    display: flex;
    align-content: center;
    align-items: center;
    background-size: 100% 100%;
    padding-top: 13%;
    padding-bottom: 150px;
}

.text-bg {
    max-width: 669px;
    float: right;
    text-align: left;
    width: 100%;
}

.bann_img {
    padding-right: 40px;
}

.bann_img figure {
    margin: 0;
}

.bann_img figure img {
    width: 100%;
}

.text-bg h1 {
    color: #fff;
    font-size: 50px;
    line-height: 96px;
    padding-bottom: 59px;
    font-weight: 800;
    padding-top: 40px;
}

.text-bg i img {
    cursor: pointer;
}

.text-bg a {
    font-size: 17px;
    background-color: #fff;
    color: #ff283f;
    font-weight: 600;
    padding: 22px 0px;
    width: 100%;
    max-width: 320px;
    text-align: center;
    display: inline-block;
    transition: ease-in all 0.5s;
    text-transform: uppercase;
}

.text-bg a:hover {
    background-color: #ff283f;
    color: #fff;
    transition: ease-in all 0.5s;
}

.d_flex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.read_more {
    font-size: 16px;
    background-color: #020001;
    color: #fff;
    padding: 6px 0px;
    height: 44px;
    width: 100%;
    max-width: 144px;
    text-align: center;
    transition: ease-in all 0.5s;
    display: inline-block;
}

.read_more:hover {
    background: #e70139 !important;
    color: #fff !important;
    transition: ease-in all 0.5s;
}

.container {
    max-width: 1170px;
}


/** banner section **/


.header-flex {
    display:flex;

}

#header-background {
    position: absolute;
    top:0;
    z-index: 999;
    width: 100%;
    height:100px;
    
}

.nav-link {
    font-family: 'Georgia', sans-serif;
    font-size:18px;
    color: white;
    font-weight: bold;
}

.service_img {
    padding-left: 30px;
}

.service_img div {
    margin-top: 10px;
}

.service_img div img {
    width: 100%;
}

.titlepage {
    text-align: center;
    padding-bottom: 50px;
}

.titlepage h2 {
    font-size: 45px;
    color: #060002;
    line-height: 55px;
    font-weight: 800;
    padding: 0;
}

.titlepage span {
    font-size: 17px;
    line-height: 30px;
    color: #060002;
    padding-top: 25px;
    display: block;
}

.our_work {
    margin-bottom: 30px;
}

.our_work figure {
    margin: 0px;
}

.our_work figure img {
    width: 100%;
}

.copyright{ 
    background-color: black;
}

.attention {
    font-family: 'Georgia', Times New Roman, Times, serif; 
    top:141px;
    position: relative; 
    left:435px;
}

.About-image {
    position: relative;
    top:20px;
    width:100px; 
    height:auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.Contact-img {
    width: 100px; 
    height:auto; 
    position: relative;
    top:6px
}

.flag {
    width: 50px; 
    height: auto;
}

li {
    margin-bottom: 15px
}

@media only screen and (min-width: 500px) {
    .attention {
        font-family: 'Georgia', Times New Roman, Times, serif; 
        top:141px;
        position: relative; 
        left:0;
    }
  }

  @media only screen and (min-width: 1200px) {
    .attention {
        font-family: 'Georgia', Times New Roman, Times, serif; 
        top:141px;
        position: relative; 
        left:435px;
    }
  }