@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
.loader-page {
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    position: absolute;
    top: 0;
    z-index: 999999999;
    transition: 1s ease;
    position: fixed;
}

.waviy {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-box-reflect: below -20px linear-gradient(transparent, rgba(0,0,0,.2));
    font-size: 60px;
}
.waviy span {
    position: relative;
    display: inline-block;
    color: #000000;
    text-transform: uppercase;
    animation: waviy 1s infinite;
    animation-delay: calc(.1s * var(--i));

}
.waviy span img {
    width: 50px;
}
@keyframes waviy {
    0%,40%,100% {
        transform: translateY(0)
    }
    20% {
        transform: translateY(-20px)
    }
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    background: #FAFAFA;
}
#map-canvas {
    height: 100%;
}

body.active {
    overflow: hidden;
}

a {
    text-decoration: none;
}

ul {
    list-style: none;
}
.typed-cursor {
    display: none !important;
}
.manangment-text h1 {
    margin: 0;
    font-style: italic;
    font-weight: 500;
    font-size: 22px;
    line-height: 30px;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
}
.manangment-text h1:first-child {
    padding-top: 28px;
    padding-left: 15px;

}
.manangment-text .middle-h1 {
    padding-top: 5px;
    padding-left: 15px;

}
.manangment-text h1:last-child {
    padding-top: 5px;
    padding-left: 15px;
    padding-bottom: 28px;

}

.hamburger-inner {
    background: #1C5BD6;
    height: 3px;
}

.hamburger-inner::after {
    background: #1C5BD6;
    height: 3px;
}

.hamburger-inner::before {
    background: #1C5BD6;
    height: 3px;
}

.hamburger--elastic.is-active .hamburger-inner {
    background: #1C5BD6;
    height: 3px;
}

.hamburger--elastic.is-active .hamburger-inner::after {
    background: #1C5BD6;
    height: 3px;
}

.sait-container {
    max-width: 100%;
    margin: 0 15px;
}

.navigation-mobile {
    display: block;
}

.navigation-large {
    display: none;
}

.twitterimg {
    width:100%;
}
/* header */
#header {
    width: 100%;
    background: #ffffff;
    position: fixed;
    z-index: 9999;
    top: 0;
}
#header .navbar {
    height: 70px;
    background: #ffffff;
}
#header .navbar .navbar-brand .navbar-toggler img {
    width: 48px;
    height: 48px;
}

#header .navbar .navbar-brand {
    margin-right: 0;
}

#header .navbar .nav-link {
    margin-right: 40px;
    font-weight: 500 !important;
    font-size: 17px !important;
    line-height: 20px !important;
    color: #333232 !important;
    font-family: 'Roboto', sans-serif !important;
}

#header .navbar .nav-link.active {
    color: #1C5BD6 !important;
}


#header .navbar .nav-link .fas {
    margin-left: 5px;
    font-size: 18px;
    color: #1C5BD6;
}

#header .navbar .nav-link:hover {
    color: #1C5BD6 !important;
}
#header .navbar .nav-link.contactactive {
    color: #1C5BD6 !important;
}
#header .navbar .nav-link.Industriesdrop.dropactive {
    color: #1C5BD6 !important;
}
#header .navbar  .nav-link.solutionsdrop.dropactive {
    color: #1C5BD6 !important;
}
.dropdown-item.dropitemactive {
    border-left: 2px solid #1C5BD6;
    background: transparent;
    margin-left: -2px;
    color: #1C5BD6 !important;
}
.nav-item.show .nav-link {
    color: #1C5BD6 !important;
}

.dropdown-toggle::after{
    display: none;
}

.dropdown-menu {
    padding: 15px;
    background: #FFFFFF;
    box-shadow: 0px 2px 40px rgba(51, 50, 50, 0.05);
    border-radius: 4px;
    font-weight: 500;
}

.dropdown-menu .dropdown-item {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #696867;
}

.dropdown-menu .dropdown-item:hover {
    border-left: 2px solid #1C5BD6;
    background: transparent;
    margin-left: -2px;
    color: #1C5BD6;
}

.navbar-collapse {
    position: absolute;
    left: 0;
    top: 70px;
    background: #fff;
    width: 100%;
    height: 100vh;
    padding: 15px;
    z-index: 99999;
}

.navbar-nav {
    height: 100vh;
}

/* banner */
#banner {
    overflow: hidden;
    padding-top: 70px !important;
}


#banner .banner-content .banner-first-item {
    background: #002670;
}


#banner .banner-content .banner-first-item .banner-text h1 {
    font-style: italic;
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    padding: 40px 15px 0px 15px;
    color: #ffffff;
}

#banner .banner-content .banner-first-item .banner-text .element {
    padding-top: 15px !important;
    padding-left: 15px !important;
    padding-bottom: 40px !important;
}

#banner .banner-content .banner-first-item .banner-text p {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 27px;
    color: #ffffff;
    margin: 0 0 15px;
    padding: 0px 15px;
}

#banner .banner-content .banner-first-item .banner-text p.taxi-operations {
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}

#banner .banner-content .banner-first-item .banner-text a {
    padding: 16px 40px;
    border-radius: 4px;
    color: #ffffff;
    background: #F87B09;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 13px;
    margin: 0 15px 35px;
    display: inline-block;
}

#banner .banner-content .banner-first-item .logistics-text h1 {
    padding: 51px 15px;
    margin: 0;
}
#banner .banner-content .banner-first-item .logistics-text h1:last-child {
    padding-top: 0 !important;
    /*padding-bottom: 0 !important;*/
}

#banner .banner-content .banner-first-item .logistics-text h1:first-child {
    padding-bottom: 15px !important;
}


#banner .banner-content .banner-last-item {
    position: relative;
} 

#banner .banner-content .banner-last-item .banner-logo {
    width: 100%;
    height: 137px;
    background-image: url(../images/banner-logo/banner-logo.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
}

#banner .banner-content .banner-last-item .logistics {
    width: 100%;
    height: 187px;
    background-image: url(../images/logistics/logistics.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
}


#banner .banner-content .banner-last-item .car {
    width: 100%;
    height: 187px;
    background-image: url(../images/car-leasing/car.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
}

#banner .banner-content .banner-last-item .transportation {
    width: 100%;
    height: 187px;
    background-image: url(../images/transporttation/transpasition.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
}

#banner .banner-content .banner-last-item .asset-trucking {
    width: 100%;
    height: 187px;
    background-image: url(../images/asset-tracking/Asset-Tracking.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
}

#banner .banner-content .banner-last-item .menengment {
    width: 100%;
    height: 187px;
    background-image: url(../images/manangment/item2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
}

#banner .banner-content .banner-last-item .construction {
    width: 100%;
    height: 187px;
    background-image: url(../images/construction/item1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
}

#banner .banner-content .banner-last-item .delivery-monitoring {
    width: 100%;
    height: 187px;
    background-image: url(../images/delivery-monitoring/delivery-monitoring.png) !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
}

#banner .banner-content .banner-last-item .refrigerated-cargo {
    width: 100%;
    height: 187px;
    background-image: url(../images/refrigerated-cargo/item1.png) !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
}

#banner .banner-content .banner-last-item .bus-fleet {
    width: 100%;
    height: 187px;
    background-image: url(../images/bus-fleat/item1.png) !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
}

#banner .banner-content .banner-last-item .public-transportation {
    width: 100%;
    height: 187px;
    background-image: url(../images/public-transportation/item1.png) !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
}

#banner .banner-content .banner-last-item .taxi-operations {
    width: 100%;
    height: 187px;
    background-image: url(../images/taxi-operations/item1.png) !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
}




#banner .banner-content .banner-last-item .banner-logo-overley {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: linear-gradient( 
    70.99deg
 , #002670 19.9%, #000625 57.44%);
    opacity: 0.54;
}

#technology {
    margin-top: 60px;
}

#technology .technology-first-content {}
#technology .technology-first-content .technology-titile h1 {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 25px;
    color: #4D4C4C;
}

#technology .technology-first-content .technology-titile h3 {
    font-family: 'Roboto', sans-serif;
    margin: 0 0 15px;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #4D4C4C;
}

#technology .technology-first-content .technology-first-text p {
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    color: #696867;
    font-family: 'Roboto', sans-serif;
    margin: 0 0 20px;
}


#technology .technology-first-content .technology-middle-text p {
    color: #696867;
    margin: 0 0 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
}



#technology .technology-first-content .technology-last-text p {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #696867;
    margin: 0 0 30px;
    font-family: 'Roboto', sans-serif;
}

#technology .technology-first-content .technology-last-text  .technology-middle-text-bold {
    color: #4D4C4C;
}
.technology-middle-text-bold {
    color: #333232 !important;
    font-weight: bold;
    margin-right: 5px;
}


#technology .technology-last-content img {
    width: 100%;
}


/*industries */
#industries {
    margin-top: 65px;
}

#industries  .industries-title h1 {
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    font-family: 'Roboto', sans-serif;
    margin: 0 0 25px;
}


#industries .industries-content {}


#industries .solution-title {
    margin-top: 65px;
    margin-bottom: 25px;
}

#industries  .solution-title h1 {
    font-weight: 400;
    color: #333232;
    font-size: 24px;
    line-height: 30px;
    font-family: 'Roboto', sans-serif;
}

#industries .industries-content a {
    text-decoration: none;
    display: contents;
    font-family: 'Roboto', sans-serif;
}

#industries .industries-content .industries-item {
    margin: 0 0 30px;
    background: #ffffff;
    box-shadow: 0px 2px 40px rgba(51, 50, 50, 0.05);
    border-radius: 4px;
    border-bottom: 2px solid #ffffff;
    transition: 0.25s ease;
    /* height: fit-content; */
    
}

#industries .industries-content .industries-item:hover {
    cursor: pointer;
    border-bottom: 2px solid #1C5BD6;
}


#industries .industries-content .industries-item .item-large-img {
    position: relative;
}

#industries .industries-content .industries-item .item-large-img .overley {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: #0C45B4;
    opacity: 0.3;
}
.services-btn {
    margin-top: 10px;
    /* display: flex;
    justify-content: flex-end; */
    margin-bottom: 10px;
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.services-btn a {
    padding: 16px 20px;
    font-weight: bold;
    font-size: 13px;
    line-height: 14px;
    font-family: 'Roboto', sans-serif;
    background: #013292;
    color: #ffffff;
    display: inline-block !important;
    border-radius: 4px;
    transition: 0.25s ease;
}

.services-btn  a:hover {
    background: #F87B09;
}

.intl-tel-input {
    width: 100%;
    display: flex;
}
.selected-dial-code {
    color: #ffffff;
    border: 2px solid #E6E6E6;
    border-radius: 4px 0px 0px 4px !important;
    padding-left: 35px !important;
    padding-right: 25px !important;
}
.selected-dial-code.active {
    border: 2px solid #FF1A0B !important;
}
.flag-container {
    position: relative !important;
    padding: 0 !important;
}
.selected-flag {
    padding: 0 !important;
}
.iti-flag  {
    left: 15px
}
#phone1 {
    width: 100% !important;
    border: 2px solid #E6E6E6;
    border-radius: 0px 4px 4px 0px !important;
    outline: none;
}
#phone1:focus {
    border: 2px solid orange !important;
}
.iti-arrow {
    border-top: 4px solid #fff !important;
    right: 10px !important;
    border: unset !important;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    color: white;
    top: 25% !important;
    right: 20px !important
}
.iti-arrow:before {
    content: "\f107";
}
.relativediv {
    position: relative;
  
}

#industries .industries-content .industries-item .item-large-img .item-img {
    width: 100%;
}

#industries .industries-content .industries-item .text-content {
    margin-top: 30px;
    display: flex;
    padding: 0 20px;
}

#industries .industries-content .industries-item .text-content .industries-item-text {
    padding: 15px;
    transition: 0.25s ease;
}
#industries .industries-content .industries-item .text-content .industries-item-text h3 {
    color: #2B2A29;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    font-family: 'Roboto', sans-serif;
}



#industries .industries-content .industries-item .text-content .industries-item-text h3 {
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    font-family: 'Roboto', sans-serif;
}

#industries .industries-content .industries-item .text-content .industries-item-text p {
    font-weight: normal;
    font-size: 16px;
    line-height: 27px;
    font-family: 'Roboto', sans-serif;
    color: #696867;
}


#industries  .partners-title {
    margin-top: 65px;
    margin-bottom: 30px;
}

#industries  .partners-title h1 {
    font-size: 24px;
    line-height: 30px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #333232;
}

#industries  .partners-content {
    padding: 36px 11px;
    display: flex;
    flex-wrap: wrap;
    background: #ffffff;
    box-shadow: 0px 2px 40px rgba(51, 50, 50, 0.05);
    border-radius: 4px;
    align-items: center;
}


#industries  .partners-content .img1 {
    width: 35px;
    height: 43x;
    margin-right: 20px;
    margin-bottom: 20px;
}
#industries  .partners-content .img2 {
    width: unset;
    height: 60px;
    margin-right: 10px;
    margin-bottom: 20px;
}
#industries  .partners-content .img3 {
    width: 155px;
    height: 39px;
    margin-bottom: 20px;
}
#industries  .partners-content .img4 {
    width: 118px;
    height: 50px;
    margin-right: 15px;
    margin-bottom: 20px;
}
#industries  .partners-content .img5 {
    width: 135px;
    height: 50px;
    margin-bottom: 20px;
}
#industries  .partners-content .img6 {
    width: 135px;
    height: 18px;
    margin-bottom: 20px;
}

/* contact us */
#contact {
    position: relative;
    margin-top: 65px;
}

#contact .contact-content {}
#contact .contact-content .contact-title {
    margin: 0 0 25px;
}

#contact .contact-content .contact-title h1 {
    font-size: 24px;
    line-height: 30px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #333232;
}

#contact .contact-content .content-flex {
    position: relative;
}
#contact .contact-content .contact-flex .contact-img {
    width: 100%;
    height: 655px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('/styles/images/contact/contact-img.png');
}

#contact .contact-content .contact-flex .contact-img .overleyy {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: #0C45B4;
    opacity: 0.3;
    border-radius: 4px 0 0 4px;
}

#contact .contact-content .contact-flex .contact-form {
    background: #001A4E;
    padding: 15px;
    border-radius: 0 4px 4px 0;
}

#contact .contact-content .contact-flex .contact-form .contact-form-title {
    margin: 30px 0;
}

#contact .contact-content .contact-flex .contact-form .contact-form-title h3 {
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    font-family: 'Roboto', sans-serif;
    color: #FFFFFF;
}

#contact .contact-content .contact-flex .contact-form .contact-form-submit .form-input-content {
    margin: 0 0 18px;
    position: relative;
}
#contact .contact-content .contact-flex .contact-form .contact-form-submit .form-input-content input {
    color: #ffffff;
}
#contact .contact-content .contact-flex .contact-form .contact-form-submit .form-input-content .input-err-icon-1 {
    position: absolute;
    right: 20px;
    top: 45px;
    display: none;
}
#contact .contact-content .contact-flex .contact-form .contact-form-submit .form-input-content .error-name.active {
    color: #FF1A0B;
}
#contact .contact-content .contact-flex .contact-form .contact-form-submit .form-input-content .input-err-icon-1.active {
    display: block;
}
#contact .contact-content .contact-flex .contact-form .contact-form-submit .form-input-content .input-approved-icon-1 {
    position: absolute;
    right: 20px;
    top: 45px;
    display: none;
}
#contact .contact-content .contact-flex .contact-form .contact-form-submit .form-input-content .input-approved-icon-1.active {
    display: block;
}
#contact .contact-content .contact-flex .contact-form .contact-form-submit .form-input-content .err-message-1 {
    margin-top: 10px;
    color: #FF1A0B;
    display: none;
}
#contact .contact-content .contact-flex .contact-form .contact-form-submit .form-input-content .err-message-1.active {
    display: block;
}
#contact .contact-content .contact-flex .contact-form .contact-form-submit .form-input-content .full_name:focus {
    border: 2px solid orange;
    outline: none;
}
#contact .contact-content .contact-flex .contact-form .contact-form-submit .form-input-content .full_name.active {
    border: 2px solid #FF1A0B;
}
#contact .contact-content .contact-flex .contact-form .contact-form-submit .form-input-content .full_name.active:focus {
    outline: #FF1A0B;
    border-radius: 4px;
}


#contact .contact-content .contact-flex .contact-form .contact-form-submit .form-input-content .input-err-icon-2 {
    position: absolute;
    right: 20px;
    top: 45px;
    display: none;
}
#contact .contact-content .contact-flex .contact-form .contact-form-submit .form-input-content .error-email.active {
    color: #FF1A0B;
}
#contact .contact-content .contact-flex .contact-form .contact-form-submit .form-input-content .input-err-icon-2.active {
    display: block;
}
#contact .contact-content .contact-flex .contact-form .contact-form-submit .form-input-content .input-approved-icon-2 {
    position: absolute;
    right: 20px;
    top: 45px;
    display: none;
}
#contact .contact-content .contact-flex .contact-form .contact-form-submit .form-input-content .input-approved-icon-2.active {
    display: block;
}
#contact .contact-content .contact-flex .contact-form .contact-form-submit .form-input-content .err-message-2 {
    margin-top: 10px;
    color: #FF1A0B;
    display: none;
}
#contact .contact-content .contact-flex .contact-form .contact-form-submit .form-input-content .err-message-2.active {
    display: block;
}
#contact .contact-content .contact-flex .contact-form .contact-form-submit .form-input-content .email:focus {
    border: 2px solid orange;
    outline: none;
}
#contact .contact-content .contact-flex .contact-form .contact-form-submit .form-input-content .email.active {
    border: 2px solid #FF1A0B;
}
#contact .contact-content .contact-flex .contact-form .contact-form-submit .form-input-content .email.active:focus {
    outline: #FF1A0B;
    border-radius: 4px;
}


#contact .contact-content .contact-flex .contact-form .contact-form-submit .form-input-content .input-err-icon-3 {
    position: absolute;
    right: 20px;
    top: 45px;
    display: none;
}
#contact .contact-content .contact-flex .contact-form .contact-form-submit .form-input-content .error_phone.active {
    color: #FF1A0B;
}
#contact .contact-content .contact-flex .contact-form .contact-form-submit .form-input-content .input-err-icon-3.active {
    display: block;
}
#contact .contact-content .contact-flex .contact-form .contact-form-submit .form-input-content .input-approved-icon-3 {
    position: absolute;
    right: 20px;
    top: 45px;
    display: none;
}
#contact .contact-content .contact-flex .contact-form .contact-form-submit .form-input-content .input-approved-icon-3.active {
    display: block;
}
#contact .contact-content .contact-flex .contact-form .contact-form-submit .form-input-content .err-message-3 {
    margin-top: 10px;
    color: #FF1A0B;
    display: none;
}
#contact .contact-content .contact-flex .contact-form .contact-form-submit .form-input-content .err-message-3.active {
    display: block;
}





#contact .contact-content .contact-flex .contact-form .contact-form-submit .form-input-content .input-err-icon-4 {
    position: absolute;
    right: 20px;
    top: 45px;
    display: none;
}
#contact .contact-content .contact-flex .contact-form .contact-form-submit .form-input-content .error-message.active {
    color: #FF1A0B;
}
#contact .contact-content .contact-flex .contact-form .contact-form-submit .form-input-content .input-err-icon-4.active {
    display: block;
}
#contact .contact-content .contact-flex .contact-form .contact-form-submit .form-input-content .input-approved-icon-4 {
    position: absolute;
    right: 20px;
    top: 45px;
    display: none;
}
#contact .contact-content .contact-flex .contact-form .contact-form-submit .form-input-content .input-approved-icon-4.active {
    display: block;
}
#contact .contact-content .contact-flex .contact-form .contact-form-submit .form-input-content .err-message-4 {
    margin-top: 10px;
    color: #FF1A0B;
    display: none;
}
#contact .contact-content .contact-flex .contact-form .contact-form-submit .form-input-content .err-message-4.active {
    display: block;
}
#contact .contact-content .contact-flex .contact-form .contact-form-submit .form-input-content textarea:focus {
    border: 2px solid orange;
    outline: none;
}
#contact .contact-content .contact-flex .contact-form .contact-form-submit .form-input-content textarea.active {
    border: 2px solid #FF1A0B;
}
#contact .contact-content .contact-flex .contact-form .contact-form-submit .form-input-content textarea.active:focus {
    outline: #FF1A0B;
    border-radius: 4px;
}





#contact .contact-content .contact-flex .contact-form .contact-form-submit .form-input-content #phone:focus {
    border: 2px solid orange;
    outline: none;
}
#contact .contact-content .contact-flex .contact-form .contact-form-submit .form-input-content #phone1.active {
    border: 2px solid #FF1A0B !important;
}


#contact .contact-content .contact-flex .contact-form .contact-form-submit p {
    color: #ffffff;
    margin: 0 0 5px;
}
#contact .contact-content .contact-flex .contact-form .contact-form-submit input {
    width: 100%;
    background: transparent;
    border-radius: 4px;
    border: 2px solid #E6E6E6;
    padding: 10px 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 16px;
}
#contact .contact-content .contact-flex .contact-form .contact-form-submit textarea {
    width: 100%;
    height: 85px;
    resize: none;
    background: transparent;
    border: 2px solid #E6E6E6;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 16px;
    padding: 10px 20px;
    border-radius: 4px;
    outline: none;
    color: #ffffff;
}
#contact .contact-content .contact-flex .contact-form .contact-form-submit textarea:focus {
    outline: #F87B09;
    border: 2px solid #F87B09;
}
#contact .contact-content .contact-flex .contact-form .contact-form-submit .form-btn {
    margin-top: 12px;
    margin-bottom: 30px;
}
#contact .contact-content .contact-flex .contact-form .contact-form-submit .form-btn button {
    width: 100%;
    height: 46px;
    border: none;
    border-radius: 4px;
    background: #F87B09;
    color: #ffffff;
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    transition: 0.25s ease;
}
#contact .contact-content .contact-flex .contact-form .contact-form-submit .form-btn button:hover {
    background: #1C5BD6;
}

#contact .contact-content .show-modal-success{
    width: 91%;
    /* margin: 0 17px; */
    height: 300px;
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #FFFFFF;
    box-shadow: 0px 2px 40px rgb(51 50 50 / 5%);
    border-radius: 4px;
    align-items: center;
    justify-content: center;
    display: none;
    flex-direction: column;
    transition: 0.25s ease;
    z-index: 7777;

}

#contact .contact-content .show-modal-success .show-modal-img {
    display: flex;
    align-items: center;
    margin: 0 0 25px;
    padding: 15px;
}
#contact .contact-content .show-modal-success .show-modal-img img {
    margin-right: 16px;
    width: 20px;
}

#contact .contact-content .show-modal-success .show-modal-img h2 {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #333232;
    font-family: 'Roboto', sans-serif;
    padding-top: 10px;
}
#contact .contact-content .show-modal-success .show-modal-text{
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    color: #696867;
    font-family: 'Roboto', sans-serif;
    padding: 0 15px;
    align-items: center;
}

#contact .overley-form {
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(196, 196, 196, 0.55);
    backdrop-filter: blur(4px);
    z-index: 999;
    display: none;
}


#footer {
    width: 100%;
    background: #000D26;
    margin-top: 65px;
}

#footer .copyright {
    padding-bottom: 44px;
}
#footer .copyright p {
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    font-family: 'Roboto', sans-serif;
    color: #959595;
}
#footer .copyright p .fa-copyright {
    margin: 0 5px;
}


#footer .footer-content {
    display: flex;
    flex-wrap: wrap;
}

#footer .footer-content .footer-logo {
    /* width: 100%; */
    margin-top: 35px;
    margin-bottom: 45px;
}

#footer .footer-content .footer-menu {
    padding-left: 15px;
    /* width: 50%; */
}
#footer .footer-content .footer-menu ul {
    list-style: none;
}
#footer .footer-content .footer-menu ul li {
    margin: 0 0 10px;
}
#footer .footer-content .footer-menu ul li a {
    color: #ffffff;
    text-decoration: none;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    font-family: 'Roboto', sans-serif;
    transition: 0.25s ease;
}
#footer .footer-content .footer-menu ul li a:hover {
    color: #FFAD61;
}
#footer .footer-content .footer-social {
    /* width: 50%; */
}

#footer .footer-content .footer-social h3 {
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    font-family: 'Roboto', sans-serif;
    margin: 0 0 18px;
    color: #ffffff;
}

#footer .footer-content .footer-social ul {
    list-style: none;
    display: flex;
}


#footer .footer-content .footer-social ul li:not(:last-child) {
    margin-right: 13px;
}

#footer .footer-content .footer-contact {
    margin-top: 47px;
}

#footer .footer-content .footer-contact ul {
    list-style: none;
}

#footer .footer-content .footer-contact ul li {
    margin: 0 0 25px;
}

#footer .footer-content .footer-contact ul li img {
    margin-right: 17px;
}

#footer .footer-content .footer-contact ul li:nth-child(3) {
    display: flex;
    align-items: baseline;
}

#footer .footer-content .footer-contact ul li:nth-child(3) img {
    margin-right: 28px;
}

#footer .footer-content .footer-contact ul li span {
    color: #ffffff;
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
    font-family: 'Roboto', sans-serif;
}
#footer .copyright {
    text-align: center;
}

.location {
    margin-top: 30px;
    margin-bottom: 65px;
}
.car-leasing-content .location {
    padding: 0 10px;
}
.location .is-mobile {
    display: none;
}

.location.contact {
    margin-bottom: 46px !important;
}

.location .large {
    display: none;
}

.location ul {
    display: flex;
}

.location ul li {
    margin-right: 5px;
    color: #0C45B4;
}

.location ul li a {
    text-decoration: none;
    font-weight: 400;
    color: #0C45B4;
    font-size: 14px;
    line-height: 14px;
    font-family: 'Roboto', sans-serif;
}

/* logistics */
#logistics {
    margin-top: 30px;
}

#logistics .logistics-content .logistics-title {
    margin: 0 0 25px;
}

#logistics .logistics-content .logistics-title h1 {
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    font-family: 'Roboto', sans-serif;
}

#logistics .logistics-content .logistics-descr {
    margin: 0 0 25px;
}

#logistics .logistics-content .logistics-descr p {
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    color: #696867;
    font-family: 'Roboto', sans-serif;
}

#logistics .logistics-content .logistics-item-content {
    display: flex;
    flex-wrap: wrap;
}
#logistics .logistics-content .logistics-item-content .logistics-item {
    margin: 0 0 20px;
    cursor: pointer;
    box-shadow: 0px 2px 40px rgba(51, 50, 50, 0.05);
    border-radius: 4px;
}
#logistics .logistics-content .logistics-item-content .logistics-item:hover .logistics-item-info {
    border-bottom: 2px solid #1C5BD6;
}
#logistics .logistics-content .logistics-item-content .logistics-item  .logistics-item-img {
    position: relative;
}
#logistics .logistics-content .logistics-item-content .logistics-item  .logistics-item-img .overley-logistics {
    width: 100%;
    height: 100%;
    background: #0C45B4;
    opacity: 0.36;
    position: absolute;
    top: 0;
}
#logistics .logistics-content .logistics-item-content .logistics-item  .logistics-item-img img {
    width: 100%;
    height: 100%;
}
#logistics .logistics-content .logistics-item-content .logistics-item .logistics-item-info {
    padding: 15px;
    background: #FFFFFF;
    box-shadow: 0px 2px 40px rgba(51, 50, 50, 0.05);
    border-radius: 4px;
}
#logistics .logistics-content .logistics-item-content .logistics-item .logistics-item-info h1 {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    font-family: 'Roboto', sans-serif;
    margin: 0 0 10px;
}
#logistics .logistics-content .logistics-item-content .logistics-item .logistics-item-info p {
    font-weight: normal;
    font-size: 16px;
    line-height: 27px;
    font-family: 'Roboto', sans-serif;
    color: #696867;
    margin: 0 0 25px;
}
#logistics .logistics-content .logistics-item-content .logistics-item .logistics-item-info a {
    text-decoration: none;
    color: #002670;
    font-weight: bold;
    font-size: 13px;
    line-height: 14px;
    font-family: 'Roboto', sans-serif;
    transition: 0.25s ease;
}

#logistics .logistics-content .logistics-item-content .logistics-item .logistics-item-info a:hover {
    color: #F87B09;
}

#logistics .logistics-content .logistics-item-content .logistics-item .logistics-item-info a .fas {
    margin-left: 13px;
}

/*carLeasing*/
#carLeasing {
    padding-top: 0px;
}
.car-lesing-content-pd {
    padding-top: 70px !important;
}
#carLeasing .car-leasing-content {}
#carLeasing .car-leasing-content .car-leasing-title {
    margin: 0 0 25px;
}
#carLeasing .car-leasing-content .car-leasing-title h1 {
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    font-family: 'Roboto', sans-serif;
    color: #333232;
}
#carLeasing .car-leasing-content .car-leasing-descr-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 0 65px;
}
#carLeasing .car-leasing-content .car-leasing-descr-content .car-leasing-descr {
    margin: 0 0 30px;
}
#carLeasing .car-leasing-content .car-leasing-descr-content .car-leasing-descr p {
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    font-family: 'Roboto', sans-serif;
    color: #696867;
}
#carLeasing .car-leasing-content .car-leasing-descr-content .car-leasing img {
    width: 100%;
}
#carLeasing .car-leasing-content .topology-content {
    margin: 0 0 65px;
}
.topology-clicked-img {
    overflow: hidden;
}
#carLeasing .car-leasing-content .topology-content .topology-title {
    margin: 0 0 25px;
}
#carLeasing .car-leasing-content .topology-content .topology-title h1 {
    font-weight: normal;
    font-size: 28px;
    line-height: 30px;
    color: #333232;
    font-family: 'Roboto', sans-serif;
    padding-left: 10px;
}
#carLeasing .car-leasing-content .topology-content .topology-img {}
#carLeasing .car-leasing-content .topology-content .topology-img img {
    width: 100%;
}

#carLeasing .car-leasing-content .topology-content .topology-img .topology-1440 {
    display: none;
}
#carLeasing .car-leasing-content .topology-content .topology-img .topology-1024 {
    display: none;
}
#carLeasing .car-leasing-content .topology-content .topology-img .topology-768 {
    display: none;
}
#carLeasing .car-leasing-content .features-content {
    margin: 0 0 65px;
}
#carLeasing .car-leasing-content .features-content .features-title {
    margin: 0 0 25px;
}
#carLeasing .car-leasing-content .features-content .features-title h1 {
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    font-family: 'Roboto', sans-serif;
    color: #333232;
}
#carLeasing .car-leasing-content .features-content .features-item-content {}
#carLeasing .car-leasing-content .features-content .features-item-content .features-item {
    margin: 0 0 30px;
    padding: 20px 15px;
    background: #ffffff;
    box-shadow: 0px 2px 40px rgba(51, 50, 50, 0.05);
    border-radius: 4px;
}
#carLeasing .car-leasing-content .features-content .features-item-content .features-item .item-icon {
    margin: 0 0 40px;
}
#carLeasing .car-leasing-content .features-content .features-item-content .features-item .item-icon img {

}
#carLeasing .car-leasing-content .features-content .features-item-content .features-item .item-title {
    margin: 0 0 7px;
}
#carLeasing .car-leasing-content .features-content .features-item-content .features-item .item-title h3 {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    font-family: 'Roboto', sans-serif;
}
#carLeasing .car-leasing-content .features-content .features-item-content .features-item .item-descr {}
#carLeasing .car-leasing-content .features-content .features-item-content .features-item .item-descr p {
    font-weight: normal;
    font-size: 16px;
    line-height: 27px;
    font-family: 'Roboto', sans-serif;
    color: #696867;
}
/**/

/*devices*/
.devices-item-content {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: center; */
}

.devices-item-content a {
    display: contents;
    color: #000000;
    text-decoration: none;
}

.devices-item-content .devices-item {
    width: 45%;
    background: #FFFFFF;
    box-shadow: 0px 2px 40px rgba(51, 50, 50, 0.05);
    border-radius: 4px 4px 0 0 ;
    margin: 0 0 25px;
    border-bottom: 2px solid #ffffff;
    transition: 0.25s ease;
    cursor: pointer;
   
}
.devices-item-content .devices-item:nth-child(odd){
    margin-right: 20px;
}

.devices-item-content .devices-item:hover {
    border-bottom: 2px solid #1C5BD6;
}

.devices-item-content .devices-item .devices-img {
    position: relative;
}
.devices-item-content .devices-item .devices-img img {
    width: 100%;
}
.devices-item-content .devices-item .devices-img .devices-item-overley {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: #3074F8;
    mix-blend-mode: multiply;
    opacity: 0.4;
    border-radius: 4px 4px 0 0;
}

/*.devices-item-content .devices-item.margin {*/
/*    margin-right: 30px;*/
/*}*/

.devices-item-content .devices-item .devices-title {
    padding: 15px 11px;
    word-wrap: break-word;
}
.devices-item-content .devices-item .devices-title h3 {
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    font-family: 'Roboto', sans-serif;
    color: #333232;
}


.features-content .devices-title h1 {
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    font-family: 'Roboto', sans-serif;
    color: #333232;
}


/*solutions banner*/
#bannerSolutions {
    position: relative;
    margin-top:  70px !important;
}
#bannerSolutions .solutions-content {
    width: 100%;
    height: 222px;
    background-image: url("../images/fleet-management/Fleet-Management.png");
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

#bannerSolutions .erp {
    width: 100%;
    height: 222px;
    background-image: url("../images/erp/erp.png") !important;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

#bannerSolutions .devices {
    width: 100%;
    height: 222px;
    background-image: url("../images/devices/devices.png") !important;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
#bannerSolutions .access {
    width: 100%;
    height: 222px;
    background-image: url("../images/access/access.png") !important;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
#bannerSolutions .connectivity {
    width: 100%;
    height: 222px;
    background-image: url("../images/connectivity/connectivity.png") !important;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

#bannerSolutions .topologys {
    width: 100%;
    height: 222px;
    background-image: url('/styles/images/topology/topology_banner.png') !important;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}


#bannerSolutions .solutions-content .solutions-overley {
    width: 100%;
    height: 100%;
    background: linear-gradient(267.41deg, #002670 1.39%, #00174D 51.74%, #000625 85.54%);
    mix-blend-mode: darken;
    opacity: 0.86;
    position: absolute;
    top: 0;
}

#bannerSolutions  .solutions-title-content {
    position: absolute;
    top: 56px;
    left: 16px;
}

#bannerSolutions  .solutions-title-content h1 {
    color: #ffffff;
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    font-style: italic;
    font-family: 'Roboto', sans-serif;
    margin: 0 0 10px;
}
#bannerSolutions  .solutions-title-content h1:last-child {
    padding-top: 17px;
}

#bannerSolutions .solutions-title-content p {
    color: #ffffff;
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    font-family: 'Roboto', sans-serif;
}

/**/

/*accessories-content*/
.accesouries-bg {
    background: #ffffff;
}
.accessories-item-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.accessories-item-content .accesouries-item-descr {
    margin: 0 0 30px;
}
.accessories-item-content .accesouries-item-descr h1 {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    font-family: 'Roboto', sans-serif;
    margin: 0 0 25px;
}
.accessories-item-content .accesouries-item-descr p {
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    font-family: 'Roboto', sans-serif;
    color: #696867;
}
.accessories-item-content .accesouries-item-img {}
.accessories-item-content .accesouries-item-img  img {
    width: 100%;
}


/*overview-content*/
.overview-title {
    margin-top: 30px;
    margin-bottom: 25px;
}

.overview-title h1 {
    margin: 0;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    font-family: 'Roboto', sans-serif;
    color: #0C45B4;
}
.overview-content ul {
    margin: 0;
}

.overview-content ul li {
    margin: 0 0 10px;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    color: #696867;
    font-family: 'Roboto', sans-serif;
}

.overview-content ul li::before{
    content: "\2022";
    color: #0C45B4;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: 0px;
}

.overview-text p span {
    font-weight: 500  !important;
}


/*contact us maps */

.contact-info-section{
    padding-top: 70px;
}

.contact-info-section .contact-info-title {
    margin: 0 0 25px;
}
.contact-info-section .contact-info-title h1 {
    font-weight: normal;
    font-size: 24px;
    line-height: 30px;
    color: #333232;
    font-family: 'Roboto', sans-serif;
}

.contact-info .contact-info-text {}
.contact-info .contact-info-text .contact-info-text-item {
    display: flex;
    padding-bottom: 40px;
}

.contact-info .contact-info-text .contact-info-text-item:not(:last-child) {
    border-bottom: 1px solid #FFDBBA;
    margin-bottom: 40px;
}

.contact-info .contact-info-text .contact-info-text-item .item-img {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-right: 25px;
}

.contact-info  .contact-info-map {
    margin-top: 50px;
}

.contact-info  .contact-info-map .iframe {
    height: 292px !important;
}




.contact-info .contact-info-text .contact-info-text-item .item-text p {
    margin: 0;
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    color: #333232;
    font-family: 'Roboto', sans-serif;
}

.contact-info .contact-info-text .contact-info-text-item .item-text p:last-child {
    margin-top: 5px;
}

.camming-some {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80vh;
}

.camming-some h1 {
    color: #FFFFFF;
    font-size: 40px;
    font-family: 'Roboto', sans-serif;
}

.camming-bg {
    background: #000D26;
}
.topoxl {
    display: none;
}
.topolg {
    display: none;
}
.topomd {
    display: none;
}
.toposm {
    display: none;
}
.toposmx {
    display: block;
}
.topoxs {
    display: block;
}

.learnimorepos {
    position: unset;
    left: 0;
    bottom: 0;
   }

.colnopad {
    padding-left: unset;
    padding-right: unset ;
}
.logosize {
    width: 100%;
      height: 100%;
      object-fit: contain;
  }
  .Partners {
    height: 60px;
    padding: 10px 15px;
  }
/* rensponsive */

@media screen and (min-width: 453px) {
    #industries  .partners-content .partners-content-photo {
        margin: 0 0 20px;
        display: flex;
        align-items: center;
    }
    .topoxl {
        display: none;
    }
    .topolg {
        display: none;
    }
    .topomd {
        display: none;
    }
    .toposm {
        display: block;
    }
    .toposmx {
        display: block;
    }
    .topoxs {
        display: none;
    }
    #industries  .partners-content .img1 {
        width: 30px;
        height: 43px;
        margin-right: 30px;
        margin-bottom: 20px;
    }
    #industries  .partners-content .img2 {
        width: unset;
        height: 57px;
        margin-right: 20px;
        margin-bottom: 20px;
    }
    #industries  .partners-content .img3 {
        width: 110px;
        height: 39px;
        margin-right: 20px;
    }
    #industries  .partners-content .img4 {
        width: 111px;
        margin-left: 20px;
    }
    #industries  .partners-content .img5 {
        width: 158px;
        margin-right: 20px;
        margin-bottom: 0;
        margin-left: 0;
    }
    #industries  .partners-content .img6 {
        width: 135px;
        margin-bottom: 0;
        margin-left: 0;
    }
    
}
@media screen and  (min-width:576px ) {
    .navigation-mobile {
        display: none;
    }
    .navigation-large {
        display: block;
    }
}
@media screen and (min-width: 631px) {
    #industries  .partners-content .partners-content-photo {
        margin: 0 0 20px;
        display: flex;
        align-items: center;
    }
    .navigation-mobile {
        display: none;
    }
    .navigation-large {
        display: block;
    }
    .topoxl {
        display: none;
    }
    .topolg {
        display: none;
    }
    .topomd {
        display: none;
    }
    .toposm {
        display: block;
    }
    .toposmx {
        display: block;
    }
    .topoxs {
        display: none;
    }
    #industries  .partners-content .img1 {
        width: 30px;
        height: 43px;
        margin-right: 30px;
        margin-bottom: 20px;
    }
    #industries  .partners-content .img2 {
        width: unset;
        height: 57px;
        margin-right: 20px;
        margin-bottom: 20px;
    }
    #industries  .partners-content .img3 {
        width: 110px;
        height: 39px;
        margin-right: 20px;
    }
    #industries  .partners-content .img4 {
        width: 111px;
        margin-left: 20px;
    }
    #industries  .partners-content .img5 {
        width: 158px;
        margin-right: 20px;
        margin-bottom: 20px;
        margin-left: 0;
    }
    #industries  .partners-content .img6 {
        width: 135px;
        margin-bottom: 0;
        margin-left: 0;
    }
    .navbar-brandcust {
        padding-left: 25px;
    }
}

@media screen and (min-width: 768px) {
    
    .navigation-mobile {
        display: none;
    }
    .topoxl {
        display: none;
    }
    .topolg {
        display: none;
    }
    .topomd {
        display: block;
    }
    .toposm {
        display: none;
    }
    .toposmx {
        display: none;
    }
    .topoxs {
        display: none;
    }
    .navigation-large {
         display: block;
     }
    .camming-some h1 {
        font-size: 65px;
    }
    .sait-container {
        max-width: 100%;
        margin: 0 39px;
    }
    .location {
        margin-top: 40px;
        margin-bottom: 65px;
    }
    .location ul li a {
        font-size: 14px;
        line-height: 14px;
    }
    .location .is-mobile {
        display: block;
    }
    .location.contact {
        margin-top: 40px !important;
        margin-bottom: 80px !important;
    }
    .manangment-text h1 {
        font-size: 36px;
        line-height: 59px;
    }
    .manangment-text h1:first-child {
        padding-top: 30px;
        padding-left: 42px;

    }
    .manangment-text .middle-h1 {
        padding-top: 10px;
        padding-left: 42px;

    }
    .manangment-text h1:last-child {
        padding-top: 10px;
        padding-left: 42px;
        padding-bottom: 38px;

    }

    #banner .banner-content .banner-first-item .banner-text h1 {
        font-weight: 500;
        font-size: 36px;
        padding-top: 43px;
        padding-left: 43px;
        line-height: 42px;
    }

    #banner .banner-content .banner-first-item .banner-text .element {
        padding-top: 20px !important;
        padding-left: 47px !important;
        padding-bottom: 43px !important;
    }
    
    #banner .banner-content .banner-first-item .banner-text p {
        font-weight: normal;
        font-size: 16px;
        line-height: 27px;
        margin: 0 0 17px;
        padding: 0px 274px 0 40px;
    }
    #banner .banner-content .banner-first-item .banner-text .taxi-operations {
        margin: 0;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    #banner .banner-content .banner-first-item .banner-text a {
        padding: 16px 40px;
        font-size: 13px;
        margin: 0 39px 43px;
        display: inline-block;
    }

    #banner .banner-content .banner-last-item {
        position: relative;
    } 
    
    #banner .banner-content .banner-last-item .banner-logo {
        width: 100%;
        height: 302px;
        background-size: cover;
        background-position: left;
    }
    
    #banner .banner-content .banner-last-item .banner-logo-overley {
        height: 100%;
        background: linear-gradient(
        70.99deg
        , #002670 19.9%, #000625 57.44%);
        opacity: 0.54;
    }
    
    #banner .banner-content .banner-first-item .logistics-text h1 {
        font-size: 36px;
        line-height: 27px;
        padding: 30px 39px;
    }
    #banner .banner-content .banner-first-item .logistics-text h1:first-child {
        padding-bottom: 20px !important;
    }
    #banner .banner-content .banner-last-item .logistics {
        height: 230px;
    }

    #technology .technology-last-content {
        display: flex;
        justify-content: center;
    }
 
    #technology {
        margin-top: 80px;
    }
    
    #technology .technology-first-content {}
    #technology .technology-first-content .technology-titile h1 {
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        font-size: 32px;
        line-height: 30px;
        margin: 0 0 25px;
    }
    
    #technology .technology-first-content .technology-titile h3 {
        font-family: 'Roboto', sans-serif;
        margin: 0 0 15px;
        font-weight: 500;
        font-size: 24px;
        line-height: 30px;
    }
    
    #technology .technology-first-content .technology-first-text p {
        font-weight: normal;
        font-size: 18px;
        line-height: 30px;
        color: #696867;
        font-family: 'Roboto', sans-serif;
        margin: 0 0 20px;
    }
    
    #technology .technology-first-content .technology-middle-text p {
        color: #696867;
        margin: 0 0 20px;
        font-family: 'Roboto', sans-serif;
        font-weight: 400;
        font-size: 18px;
        line-height: 30px;
    }

    
    #technology .technology-first-content .technology-last-text p {
        font-weight: 400;
        font-size: 18px;
        line-height: 30px;
        color: #696867;
        margin: 0 0 35px;
        font-family: 'Roboto', sans-serif;
    }

    
    #technology .technology-last-content img {
        width: 60%;
    }

        /*industries */
    #industries {
        margin-top: 80px;
    }

    #industries .industries-content {
        display: flex;
        flex-wrap: wrap;
    }

    #industries  .industries-title h1 {
        font-weight: 400;
        font-size: 24px;
        line-height: 30px;
        margin: 0 0 25px;
        color: #333232;
    }

    #industries .industries-content .solution-title {
        margin-top: 65px;
        margin-bottom: 25px;
    }

    #industries .industries-content .solution-title h1 {
        font-weight: 500;
        font-size: 32px;
        line-height: 30px;
    }

    #industries .industries-content .industries-item {
        width: 47%;
        margin: 0 0 30px;
        border-radius: 4px;
    }
    #industries .industries-content .industries-item.large-width {
        margin-right: 30px;
    }

    #industries .industries-content .industries-item .text-content {
        margin-top: 30px;
        display: flex;
        padding: 0 20px;
    }
    #industries .industries-content .industries-item .text-content .industries-item-text {
        padding: 15px;
    }
    #industries .industries-content .industries-item .text-content .industries-item-text  h3 {
        font-weight: 500;
        font-size: 20px;
        line-height: 23px;
    }
    #industries .industries-content .industries-item .text-content .industries-item-text p {
        font-weight: normal;
        font-size: 16px;
        line-height: 27px;
    }
    #industries  .partners-content {
        padding: 27px;
        justify-content: space-around;
    }
    
    #industries  .partners-content .img1 {
        width: 42px;
        margin-right: 150px;
        margin-bottom: 71px;

    }
    #industries  .partners-content .img2 {
        width: unset;
        margin-right: 150px;
        margin-bottom: 70px;
    }
    #industries  .partners-content .img3 {
        width: 186px;
        margin-right: 0px;
        margin-bottom: 70px;
        padding: 0;
    }
    #industries  .partners-content .img4 {
        margin-left: -9px;
        margin-right: 45px;
        margin-bottom: 0;
    }
    #industries  .partners-content .img5 {
        width: 164px;
        margin-right: 72px;
        margin-bottom: 0;
    }
    #industries  .partners-content .img6 {
        width: 151px;
        margin-bottom: 0;
    }
    /* contact us */
    #contact {
        position: relative;
        margin-top: 80px;
    }

    #contact .contact-content {
        border-radius: 4px;
    }
    #contact .contact-content .contact-title {
        margin: 0 0 30px;
    }
    #contact .contact-content .contact-title h1 {
        font-size: 32px;
        line-height: 30px;
    }

    #contact .contact-content .contact-flex {
        display: flex;
        position: relative;
    }
    #contact .contact-content .contact-flex .contact-img {
        width: 50%;
        height: 733px;
        position: relative;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url('/styles/images/contact/contact-img.png');
    }

    #contact .contact-content .contact-flex .contact-img .overley {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        background: #0c45b438;
        border-radius: 4px 0 0 4px;
    }

    #contact .contact-content .contact-flex .contact-form {
        width: 50%;
        background: #001A4E;
        padding: 23px;
        border-radius: 0 4px 4px 0;
    }

    #contact .contact-content .contact-flex .contact-form .contact-form-title {
        margin: 30px 0;
    }

    #contact .contact-content .contact-flex .contact-form .contact-form-title h3 {
        font-size: 18px;
        line-height: 30px;
        padding: 10px 0;
    }

    #contact .contact-content .contact-flex .contact-form .contact-form-submit .form-input-content {
        margin: 0 0 18px;
    }

    #contact .contact-content .contact-flex .contact-form .contact-form-submit p {
        font-size: 18px;
        margin: 0 0 5px;
    }

    #contact .contact-content .contact-flex .contact-form .contact-form-submit input {
        border-radius: 4px;
        padding: 10px 20px;
        font-weight: normal;
        font-size: 16px;
    }

    #contact .contact-content .contact-flex .contact-form .contact-form-submit textarea {
        width: 100%;
        height: 85px;
        resize: none;
        background: transparent;
        border: 2px solid #E6E6E6;
        font-family: 'Roboto', sans-serif;
        font-weight: normal;
        font-size: 16px;
        padding: 10px 20px;
    }

    #contact .contact-content .contact-flex .contact-form .contact-form-submit .form-btn {
        margin-top: 12px;
        margin-bottom: 72px;
    }

    #contact .contact-content .contact-flex .contact-form .contact-form-submit .form-btn button {
        width: 100%;
        height: 40px;
        border: none;
        font-size: 13px;
    }
    #footer {
        width: 100%;
        background: #000D26;
        margin-top: 80px;
    }
    
    #footer .copyright {
        margin-top: 55px;
        padding-bottom: 44px;
        text-align: center;
    }
    #footer .copyright p {
        font-size: 12px;
        line-height: 14px;
    }
    #footer .copyright p .fa-copyright {
        margin: 0 5px;
    }
    
    
    #footer .footer-content {
        display: flex;
        flex-wrap: wrap;
        padding-top: 40px;
    }
    
    #footer .footer-content .footer-logo {
        /* width: 14%; */
        margin-top: 0px;
        margin-bottom: 45px;
        /* margin-right: 30px; */
    }

    
    #footer .footer-content .footer-menu {
        /* width: 16%;
        margin-right: 30px; */
        padding-left: 15px;
    }
    #footer .footer-content .footer-menu ul {
        list-style: none;
    }
    #footer .footer-content .footer-menu ul li {
        margin: 0 0 10px;
    }
    #footer .footer-content .footer-menu ul li a {
        color: #ffffff;
        text-decoration: none;
        font-weight: normal;
        font-size: 16px;
        line-height: 20px;
        font-family: 'Roboto', sans-serif;
        transition: 0.25s ease;
    }
    #footer .footer-content .footer-menu ul li a:hover {
        color: #FFAD61;
    }
    #footer .footer-content .footer-social {
        /* width: 19%;
        margin-right: 30px; */
    }
    
    #footer .footer-content .footer-social h3 {
        font-weight: normal;
        font-size: 16px;
        line-height: 20px;
        font-family: 'Roboto', sans-serif;
        margin: 0 0 18px;
        color: #ffffff;
    }
    
    #footer .footer-content .footer-social ul {
        list-style: none;
        display: flex;
    }
    

    #footer .footer-content .footer-social ul li:not(:last-child) {
        margin-right: 13px;
    }
    
    #footer .footer-content .footer-contact {
        /* width: 37%; */
        margin-top: 0px;
    }
    
    #footer .footer-content .footer-contact ul {
        list-style: none;
    }
    
    #footer .footer-content .footer-contact ul li {
        margin: 0 0 25px;
    }

    #footer .footer-content .footer-contact ul li:last-child {
        display: flex;
        align-items: baseline;
    }

    #footer .footer-content .footer-contact ul li img {
        margin-right: 17px;
    }
    #footer .footer-content .footer-contact ul li span {
        color: #ffffff;
        font-weight: normal;
        font-size: 16px;
        line-height: 28px;
        font-family: 'Roboto', sans-serif;
    }
    /* logistics */
    #logistics {
        margin-top: 40px;
    }

    #logistics .logistics-content .logistics-title {
        margin-top: 80px;
        margin-bottom: 25px;
    }

    #logistics .logistics-content .logistics-title h1 {
        font-size: 32px;
        line-height: 30px;
        font-weight: normal;
        color: #333232;
    }

    #logistics .logistics-content .logistics-descr {
        margin: 0 0 40px;
    }

    #logistics .logistics-content .logistics-descr p {
        font-size: 18px;
        line-height: 30px;
    }

    #logistics .logistics-content .logistics-item-content {
        display: flex;
        flex-wrap: wrap;
    }
    #logistics .logistics-content .logistics-item-content .logistics-item {
        margin: 0 0 20px;
        display: flex;
    }
    #logistics .logistics-content .logistics-item-content .logistics-item  .logistics-item-img {
        width: 50%;
    }
    #logistics .logistics-content .logistics-item-content .logistics-item  .logistics-item-img img {
        width: 100%;
        height: 100%;
    }
    #logistics .logistics-content .logistics-item-content .logistics-item .logistics-item-info {
        padding: 20px;
        width: 50%;
    }
    #logistics .logistics-content .logistics-item-content .logistics-item .logistics-item-info h1 {
        font-size: 20px;
        line-height: 30px;
        margin: 0 0 10px;
    }
    #logistics .logistics-content .logistics-item-content .logistics-item .logistics-item-info p {
        font-size: 16px;
        line-height: 27px;
        margin: 0 0 25px;
    }
    #logistics .logistics-content .logistics-item-content .logistics-item .logistics-item-info a {
        font-size: 13px;
        line-height: 14px;
    }

    #logistics .logistics-content .logistics-item-content .logistics-item .logistics-item-info a .fas {
        margin-left: 13px;
    }
    /*carLeasing*/
    #carLeasing .car-leasing-content .car-leasing-title h1 {
        font-size: 40px;
        line-height: 30px;
    }
    #carLeasing .car-leasing-content .car-leasing-descr-content {
        margin: 0 0 80px;
    }
    #carLeasing .car-leasing-content .car-leasing-descr-content .car-leasing-descr p {
        font-size: 18px;
        line-height: 30px;
    }
    #carLeasing .car-leasing-content .car-leasing-descr-content .car-leasing img {
        width: 85%;
    }
    #carLeasing .car-leasing-content .topology-content {
        margin: 0 0 65px;
    }
    #carLeasing .car-leasing-content .topology-content .topology-title {
        margin: 0 0 25px;
    }
    #carLeasing .car-leasing-content .topology-content .topology-title h1 {
        font-size: 40px;
        line-height: 30px;
    }
    #carLeasing .car-leasing-content .topology-content .topology-img {}
    #carLeasing .car-leasing-content .topology-content .topology-img img {
        width: 100%;
    }
    #carLeasing .car-leasing-content .topology-content .topology-img .topology-1440 {
        display: none;
    }
    #carLeasing .car-leasing-content .topology-content .topology-img .topology-1024 {
        display: none;
    }
    #carLeasing .car-leasing-content .topology-content .topology-img .topology-768 {
        display: block;
    }
    #carLeasing .car-leasing-content .topology-content .topology-img .topology-375 {
        display: none;
    }
    #carLeasing .car-leasing-content .features-content {
        margin: 0 0 65px;
    }
    #carLeasing .car-leasing-content .features-content .features-title {
        margin: 0 0 25px;
    }
    #carLeasing .car-leasing-content .features-content .features-title h1 {
        font-size: 32px;
        line-height: 30px;
    }
    #carLeasing .car-leasing-content .features-content .features-item-content {
        display: flex;
        flex-wrap: wrap;
    }
    #carLeasing .car-leasing-content .features-content .features-item-content .features-item {
        width: 47%;
        margin: 0 0 30px;
        padding: 20px 15px;
        background: #ffffff;
    }
    #carLeasing .car-leasing-content .features-content .features-item-content .features-item:nth-child(odd){
        margin-right: 30px;
    }
    #carLeasing .car-leasing-content .features-content .features-item-content .features-item .item-icon {
        margin: 0 0 40px;
    }
    #carLeasing .car-leasing-content .features-content .features-item-content .features-item .item-icon img {

    }
    #carLeasing .car-leasing-content .features-content .features-item-content .features-item .item-title {
        margin: 0 0 7px;
    }
    #carLeasing .car-leasing-content .features-content .features-item-content .features-item .item-title h3 {
        font-size: 20px;
        line-height: 30px;
    }
    #carLeasing .car-leasing-content .features-content .features-item-content .features-item .item-descr {}
    #carLeasing .car-leasing-content .features-content .features-item-content .features-item .item-descr p {
        font-size: 16px;
        line-height: 27px;
    }
    /**/
    #bannerSolutions .solutions-content {
        width: 100%;
        height: 395px;
        background-image: url("../images/fleet-management/Fleet-Management.png");
        background-size: cover;
        background-repeat: no-repeat;
        position: relative;
    }
    #bannerSolutions .solutions-content .solutions-overley {
        width: 100%;
        height: 100%;
        background: linear-gradient(267.41deg, #002670 1.39%, #00174D 51.74%, #000625 85.54%);
        mix-blend-mode: darken;
        opacity: 0.86;
        position: absolute;
        top: 0;
    }

    #bannerSolutions  .solutions-title-content {
        position: absolute;
        top: 144px;
        left: 38px;
    }

    #bannerSolutions  .solutions-title-content h1 {
        font-size: 36px;
        line-height: 46px;
        margin: 0 0 20px;
    }
    #bannerSolutions .solutions-title-content p {
        font-size: 18px;
        line-height: 30px;
    }
    .devices-item-content {
        display: flex;
        flex-wrap: wrap;
    }
     .devices-item-content .devices-item:nth-child(odd){
        margin-right: 18px;
    }
    .devices-item-content .devices-item:nth-child(even){
        margin-right: 18px;
    }
    .devices-item-content .devices-item {
        width: 30%;
        background: #FFFFFF;
        box-shadow: 0px 2px 40px rgba(51, 50, 50, 0.05);
        border-radius: 4px;
        margin: 0 0 30px;
    }
    .devices-item-content .devices-item.margin {
        margin-right: 30px;
    }
    .devices-item-content .devices-item .devices-title {
        padding: 15px 11px;
    }
    .devices-item-content .devices-item .devices-title h3 {
        font-size: 20px;
        line-height: 25px;
    }
    .features-content .devices-title {
        font-size: 32px;
        line-height: 30px;
    }
    /*accessories-content*/
    .accessories-item-content {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .accessories-item-content .accesouries-item-descr {
        margin: 0 0 25px;
    }
    .accessories-item-content .accesouries-item-descr h1 {
        font-size: 20px;
        line-height: 30px;
        margin: 0 0 40px;
    }
    .accessories-item-content .accesouries-item-descr p {
        font-size: 18px;
        line-height: 30px;
    }
    .accessories-item-content .accesouries-item-img {}
    .accessories-item-content .accesouries-item-img  img {
        width: 100%;
    }
    #contact .contact-content .show-modal-success{
        width: 500px;
        height: 300px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: #FFFFFF;
        box-shadow: 0px 2px 40px rgb(51 50 50 / 5%);
        border-radius: 4px;
        align-items: center;
        justify-content: center;
        display: none;
        flex-direction: column;
        transition: 0.25s ease;
        z-index: 7777;

    }

    #contact .contact-content .show-modal-success .show-modal-img {
        padding-right: 16px;
        display: flex;
        align-items: center;
        margin: 0 0 25px;
    }
    #contact .contact-content .show-modal-success .show-modal-img img {
        margin-right: 16px;
        width: 30px;
    }

    #contact .contact-content .show-modal-success .show-modal-img h2 {
        font-weight: 500;
        font-size: 24px;
        line-height: 30px;
        color: #333232;
        font-family: 'Roboto', sans-serif;
        padding-top: 10px;
    }
    #contact .contact-content .show-modal-success .show-modal-text{
        font-weight: normal;
        font-size: 18px;
        line-height: 30px;
        color: #696867;
        font-family: 'Roboto', sans-serif;
        padding: 0 63px;
        align-items: center;
    }
    .overview-title {
        margin-top: 40px;
        margin-bottom: 30px;
    }

    .overview-content {
        display: flex;
    }

    .overview-content .overview-first-item {
        width: 50%;
        margin-right: 30px;
    }
    .overview-content .overview-last-item {
        width: 50%;
    }

    .overview-title h1 {
        font-size: 24px;
        line-height: 30px;
    }
    .overview-content ul {
        margin: 0;
    }

    .overview-content ul li {
        margin: 0 0 10px;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 30px;
        color: #696867;
    }
    /*contact us maps */

    .contact-info-section {
        padding-top: 70px !important;
    }

    .contact-info-section .contact-info-title h1 {
        font-size: 32px;
        line-height: 30px;
    }

    .contact-info .contact-info-text {}
    .contact-info .contact-info-text .contact-info-text-item {
        display: flex;
        padding-bottom: 40px;
    }

    .contact-info .contact-info-text .contact-info-text-item:not(:last-child) {
        border-bottom: 1px solid #FFDBBA;
        margin-bottom: 40px;
    }

    .contact-info .contact-info-text .contact-info-text-item .item-img {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin-right: 25px;
    }

    .contact-info  .contact-info-map {
        margin-top: 50px;
    }

    .contact-info  .contact-info-map .iframe {
        height: 427px !important;
    }
    .contact-info .contact-info-text .contact-info-text-item .item-text p {
        margin: 0;
        font-weight: normal;
        font-size: 16px;
        line-height: 27px;
        color: #333232;
        font-family: 'Roboto', sans-serif;
    }
    .contact-info .contact-info-text .contact-info-text-item .item-text p span {
        display: block;
    }
    .contact-info .contact-info-text .contact-info-text-item .item-text p:first-child {
        padding-right: 175px;
    }

    .contact-info .contact-info-text .contact-info-text-item .item-text p:last-child {
        margin-top: 15px;
    }
    .learnimorepos {
        position: unset;
        left: 0;
        bottom: 0;
       }
}


@media screen and (min-width: 900px) {
    #industries  .partners-content {
        padding: 27px
    }
    .topoxl {
        display: none;
    }
    .topolg {
        display: block;
    }
    .topomd {
        display: none;
    }
    .toposm {
        display: none;
    }
    .topoxs {
        display: none;
    }
    .toposmx {
        display: none;
    }
    .topoxs {
        display: none;
    }
    #industries  .partners-content .img1 {
        width: 42px;
        margin-right: 150px;
        margin-bottom: 71px;

    }
    #industries  .partners-content .img2 {
        width: unset;
        margin-right: 150px;
        margin-bottom: 70px;
    }
    #industries  .partners-content .img3 {
        width: 186px;
        margin-right: 130px;
        margin-bottom: 70px;
        padding: 0;
    }
    #industries  .partners-content .img4 {
        margin-left: -9px;
        margin-right: 45px;
    }
    #industries  .partners-content .img5 {
        width: 164px;
        margin-right: 72px;
    }
    #industries  .partners-content .img6 {
        width: 151px;
    }
    .learnimorepos {
        position: absolute;
        left: 0;
        bottom: 0;
       }
}


@media screen and (min-width: 992px) {
    #header .navbar .nav-link {
        font-size: 14px !important;
    }
    .navbar-collapse {
        position: static;
        height: auto;
    }
    .topoxl {
        display: none;
    }
    .topolg {
        display: block;
    }
    .topomd {
        display: none;
    }
    .toposm {
        display: none;
    }
    #header .navbar {
        padding: 0 !important;
    }

    #header .navbar .navbar-brand {
        margin-right: 250px;
    }
    .navbar-nav {
        height: auto;
    }
    .header-container {
        max-width: 100%;
        margin: 0 39px;
    }
    .learnimorepos {
        position: absolute;
        left: 0;
        bottom: 0;
    }
    #industries .industries-content .industries-item {
        width: 48%;
        margin: 0 0 30px;
        border-radius: 4px;
        
    }

}

@media screen and (min-width: 1024px) {
    #industries  .partners-title {
        margin-top: 100px;
        margin-bottom: 50px;
    }
    .topoxl {
        display: block;
    }
    .topolg {
        display: none;
    }
    .topomd {
        display: none;
    }
    .toposm {
        display: none;
    }
    .toposmx {
        display: none;
    }
    .topoxs {
        display: none;
    }
    #industries  .partners-title h1 {
        font-size: 40px;
        line-height: 46px;
    }
    .location {
        margin-top: 50px;
        margin-bottom: 65px;
    }
    .location .large{
        display: block;
    }
    .location .mobile{
        display: block;
    }
    .location.contact {
        margin-top: 55px !important;
        margin-bottom: 70px !important;
    }

    .manangment-text h1 {
        font-size: 36px;
        line-height: 55px;
    }
    .manangment-text h1:first-child {
        padding-top: 75px;
        padding-left: 50px;

    }
    .manangment-text .middle-h1 {
        padding-top: 10px;
        padding-left: 50px;

    }
    .manangment-text h1:last-child {
        padding-top: 10px;
        padding-left: 50px;
        padding-bottom: 70px;

    }
    #banner .banner-content .banner-first-item .banner-text h1 {
        font-weight: 500;
        font-size: 48px;
        line-height: 66px;
        padding: 74px 0 26px 47px;
    }
    
    #banner .banner-content .banner-first-item .banner-text p {
        font-weight: normal;
        font-size: 18px;
        line-height: 30px;
        margin: 0 0 30px;
        padding: 0px 361px 0px 47px;
    }
    #banner .banner-content .banner-first-item .banner-text .taxi-operations {
        margin: 0;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    #banner .banner-content .banner-first-item .banner-text a {
        padding: 16px 40px;
        font-size: 13px;
        margin: 0 47px 82px;
        display: inline-block;
    }
    
    #banner .banner-content .banner-last-item {
        position: relative;
    } 
    
    #banner .banner-content .banner-last-item .banner-logo {
        width: 100%;
        height: 302px;
        background-size: cover;
        background-position: left;
    }
    
    #banner .banner-content .banner-last-item .banner-logo-overley {
        height: 302px;
    }
    #banner .banner-content .banner-first-item .logistics-text h1 {
        padding: 100px 46px;
    }
  
    #banner .banner-content .banner-last-item .logistics {
        height: 305px;
    }
    #technology {
        margin-top: 100px;
    }
    
    #technology .technology-first-content {}
    #technology .technology-first-content .technology-titile h1 {
        font-family: 'Roboto', sans-serif;
        font-weight: normal;
        font-size: 40px;
        line-height: 46px;
        margin: 0 0 25px;
    }
    
    #technology .technology-first-content .technology-titile h3 {
        font-family: 'Roboto', sans-serif;
        margin: 0 0 15px;
        font-weight: 500;
        font-size: 24px;
        line-height: 30px;
    }
    
    #technology .technology-first-content .technology-first-text p {
        font-weight: normal;
        font-size: 18px;
        line-height: 30px;
        color: #696867;
        font-family: 'Roboto', sans-serif;
        margin: 0 0 20px;
    }
    
    #technology .technology-first-content .technology-middle-text p {
        color: #696867;
        margin: 0 0 20px;
        font-family: 'Roboto', sans-serif;
        font-weight: normal;
        font-size: 18px;
        line-height: 30px;
    }

    
    #technology .technology-first-content .technology-last-text p {
        font-weight: normal;
        font-size: 18px;
        line-height: 30px;
        color: #696867;
        margin: 0 0 61px;
        font-family: 'Roboto', sans-serif;
    }
    

    #technology .technology-last-content img {
        width: 55%;
    }
       /*industries */
       #industries {
        margin-top: 80px;
    }

    #industries .industries-content {
        display: flex;
        flex-wrap: wrap;
    }

    #industries  .industries-title {
        padding-top: 100px;
    }

    #industries  .industries-title h1 {
        font-size: 40px;
        line-height: 46px;
    }



    #industries .solution-title {
        margin-top: 100px;
        margin-bottom: 50px;
    }

    #industries  .solution-title h1 {
        font-size: 40px;
        line-height: 46px;
    }

    #industries .industries-content .industries-item {
        width: 48%;
        margin: 0 0 30px;
        border-radius: 4px;
        
    }
    #industries .industries-content .industries-item.large-width {
        margin-right: 30px;
    }

    #industries .industries-content .industries-item .text-content {
        margin-top: 30px;
        display: flex;
        padding: 0 20px;
    }

    #industries .industries-content .industries-item .text-content .industries-item-text {
        padding: 15px;
    }

    #industries .industries-content .industries-item .text-content .industries-item-text  h3 {
        font-weight: 500;
        font-size: 20px;
        line-height: 23px;
    }

    #industries .industries-content .industries-item .text-content .industries-item-text p {
        font-weight: normal;
        font-size: 16px;
        line-height: 27px;
    }

    #industries  .partners-content {
        padding: 27px;
        justify-content: flex-start;
    }
    
    #industries  .partners-content .img1 {
        width: 42px;
        margin-right: 101px;
        margin-bottom: 71px;

    }
    #industries  .partners-content .img2 {
        width: unset;
        margin-right: 100px;
        margin-bottom: 70px;
    }
    #industries  .partners-content .img3 {
        width: 186px;
        margin-right: 100px;
        margin-bottom: 70px;
        padding: 0;
    }
    #industries  .partners-content .img4 {
        margin-right: 150px;
        margin-bottom: 70px;
    }
    #industries  .partners-content .img5 {
        width: 164px;
        margin-right: 72px;
        margin-left: -11px;
    }
    #industries  .partners-content .img6 {
        width: 151px;
    }
    /* contact us */
    #contact {
        margin-top: 100px;
        position: relative;
    }

    #contact .contact-content {}
    #contact .contact-content .contact-title {
        margin-top: 100px;
        margin-bottom: 50px;

    }

    #contact .contact-content .contact-title h1 {
        font-size: 40px;
        line-height: 46px;
    }

    #contact .contact-content .contact-flex {
        display: flex;
        position: relative;
    }
    #contact .contact-content .contact-flex .contact-img {
        width: 50%;
        height: auto;
        position: relative;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url('/styles/images/contact/contact-img.png');
    }

    #contact .contact-content .contact-flex .contact-img .overley {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        background: #0c45b438;
        border-radius: 4px 0 0 4px;
    }

    #contact .contact-content .contact-flex .contact-form {
        width: 50%;
        background: #001A4E;
        padding: 69px 69px 0px 69px;
        border-radius: 0 4px 4px 0;
    }

    #contact .contact-content .contact-flex .contact-form .contact-form-title {
        margin: 30px 0;
    }

    #contact .contact-content .contact-flex .contact-form .contact-form-title h3 {
        font-size: 18px;
        line-height: 30px;
        padding: 10px 0;
    }

    #contact .contact-content .contact-flex .contact-form .contact-form-submit .form-input-content {
        margin: 0 0 18px;
    }

    #contact .contact-content .contact-flex .contact-form .contact-form-submit p {
        font-size: 18px;
        margin: 0 0 5px;
    }

    #contact .contact-content .contact-flex .contact-form .contact-form-submit input {
        width: 88%;
        border-radius: 4px;
        padding: 10px 20px;
        font-weight: normal;
        font-size: 16px;
    }

    #contact .contact-content .contact-flex .contact-form .contact-form-submit textarea {
        width: 88%;
        height: 85px;
        resize: none;
        background: transparent;
        border: 2px solid #E6E6E6;
        font-family: 'Roboto', sans-serif;
        font-weight: normal;
        font-size: 16px;
        padding: 10px 20px;
    }

    #contact .contact-content .contact-flex .contact-form .contact-form-submit .form-btn {
        margin-top: 12px;
        margin-bottom: 49px;
    }

    #contact .contact-content .contact-flex .contact-form .contact-form-submit .form-btn button {
        width: 88%;
        height: 40px;
        border: none;
        font-size: 13px;
    }
    #footer {
        width: 100%;
        background: #000D26;
        margin-top: 100px;
    }
    
    #footer .copyright {
        margin-top: 55px;
        padding-bottom: 44px;
        text-align: center;
    }
    #footer .copyright p {
        font-size: 12px;
        line-height: 14px;
    }
    #footer .copyright p .fa-copyright {
        margin: 0 5px;
    }
    
    
    #footer .footer-content {
        display: flex;
        flex-wrap: wrap;
        padding-top: 40px;
    }
    
    #footer .footer-content .footer-logo {
        /* width: 10%; */
        margin-top: 0px;
        margin-bottom: 45px;
        /* margin-right: 127px; */
    }

    
    #footer .footer-content .footer-menu {
        /* width: 12%;
        margin-right: 55px; */
        padding-left: 15px;
    }
    #footer .footer-content .footer-menu ul {
        list-style: none;
    }
    #footer .footer-content .footer-menu ul li {
        margin: 0 0 10px;
    }
    #footer .footer-content .footer-menu ul li a {
        color: #ffffff;
        text-decoration: none;
        font-weight: normal;
        font-size: 13px;
        line-height: 20px;
        font-family: 'Roboto', sans-serif;
        transition: 0.25s ease;
    }
    #footer .footer-content .footer-menu ul li a:hover {
        color: #FFAD61;
    }
    #footer .footer-content .footer-social {
        /* width: 14%;
        margin-right: 90px; */
    }
    
    #footer .footer-content .footer-social h3 {
        font-weight: normal;
        font-size: 13px;
        line-height: 20px;
        font-family: 'Roboto', sans-serif;
        margin: 0 0 18px;
        color: #ffffff;
    }
    
    #footer .footer-content .footer-social ul {
        list-style: none;
        display: flex;
    }

    
    #footer .footer-content .footer-social ul li:not(:last-child) {
        margin-right: 13px;
    }
    
    #footer .footer-content .footer-contact {
        /* width: 35%; */
        margin-top: 0px;
    }
    
    #footer .footer-content .footer-contact ul {
        list-style: none;
    }
    
    #footer .footer-content .footer-contact ul li {
        margin: 0 0 25px;
    }

    #footer .footer-content .footer-contact ul li:last-child {
        display: flex;
        align-items: baseline;
    }
    
    #footer .footer-content .footer-contact ul li img {
        margin-right: 17px;
    }
    #footer .footer-content .footer-contact ul li span {
        color: #ffffff;
        font-weight: normal;
        font-size: 14px;
        line-height: 28px;
        font-family: 'Roboto', sans-serif;
    }
    /* logistics */
    #logistics {
        margin-top: 40px;
    }

    #logistics .logistics-content .logistics-title {
        margin-top: 80px;
        margin-bottom: 25px;
    }

    #logistics .logistics-content .logistics-title h1 {
        font-size: 32px;
        line-height: 30px;
    }

    #logistics .logistics-content .logistics-descr {
        margin: 0 0 40px;
    }

    #logistics .logistics-content .logistics-descr p {
        font-size: 18px;
        line-height: 30px;
    }

    #logistics .logistics-content .logistics-item-content {
        display: flex;
        flex-wrap: wrap;
    }
    #logistics .logistics-content .logistics-item-content .logistics-item {
        margin: 0 0 20px;
        display: flex;
        height: 350px;
    }
    #logistics .logistics-content .logistics-item-content .logistics-item  .logistics-item-img {
        width: 45%;
    }
    #logistics .logistics-content .logistics-item-content .logistics-item  .logistics-item-img img {
        width: 100%;
        height: 100%;
    }
    #logistics .logistics-content .logistics-item-content .logistics-item .logistics-item-info {
        padding: 35px 30px 35px 17px;
        width: 50%;
    }
    #logistics .logistics-content .logistics-item-content .logistics-item .logistics-item-info h1 {
        font-size: 20px;
        line-height: 30px;
        margin: 0 0 10px;
    }
    #logistics .logistics-content .logistics-item-content .logistics-item .logistics-item-info p {
        font-size: 18px;
        line-height: 30px;
    }
    #logistics .logistics-content .logistics-item-content .logistics-item .logistics-item-info a {
        font-size: 13px;
        line-height: 14px;
    }

    #logistics .logistics-content .logistics-item-content .logistics-item .logistics-item-info a .fas {
        margin-left: 13px;
    }
    /*carLeasing*/
    #carLeasing .car-leasing-content .car-leasing-title {
        margin: 0 0 50px;
    }
    #carLeasing .car-leasing-content .car-leasing-title h1 {
        font-size: 40px;
        line-height: 46px;
    }
    #carLeasing .car-leasing-content .car-leasing-descr-content {
        margin: 0 0 125px;
    }
    #carLeasing .car-leasing-content .car-leasing-descr-content .car-leasing-descr p {
        font-size: 18px;
        line-height: 30px;
        margin: 0 0 43px;
    }
    #carLeasing .car-leasing-content .car-leasing-descr-content .car-leasing img {
        width: 90%;
    }
    #carLeasing .car-leasing-content .topology-content {
        margin: 0 0 65px;
    }
    #carLeasing .car-leasing-content .topology-content .topology-title {
        margin: 0 0 50px;
    }
    #carLeasing .car-leasing-content .topology-content .topology-title h1 {
        font-size: 40px;
        line-height: 46px;
    }
    #carLeasing .car-leasing-content .topology-content .topology-img {}
    #carLeasing .car-leasing-content .topology-content .topology-img img {
        width: 100%;
    }
    #carLeasing .car-leasing-content .topology-content .topology-img .topology-1440 {
        display: none;
    }
    #carLeasing .car-leasing-content .topology-content .topology-img .topology-1024 {
        display: block;
    }
    #carLeasing .car-leasing-content .topology-content .topology-img .topology-768 {
        display: none;
    }
    #carLeasing .car-leasing-content .topology-content .topology-img .topology-375 {
        display: none;
    }
    #carLeasing .car-leasing-content .features-content {
        margin: 0 0 65px;
    }
    #carLeasing .car-leasing-content .features-content .features-title {
        margin: 0 0 40px;
    }
    #carLeasing .car-leasing-content .features-content .features-title h1 {
        font-size: 40px;
        line-height: 46px;
    }
    #carLeasing .car-leasing-content .features-content .features-item-content {
        display: flex;
        flex-wrap: wrap;
    }
    #carLeasing .car-leasing-content .features-content .features-item-content .features-item {
        width: 30%;
        margin: 0 0 30px;
        padding: 20px;
        background: #ffffff;
    }
    #carLeasing .car-leasing-content .features-content .features-item-content .features-item {
        margin-right: 30px;
    }
    #carLeasing .car-leasing-content .features-content .features-item-content .features-item:nth-child(odd){
        margin-right: 30px;
    }
    #carLeasing .car-leasing-content .features-content .features-item-content .features-item .item-icon {
        margin: 0 0 40px;
    }
    #carLeasing .car-leasing-content .features-content .features-item-content .features-item .item-icon img {

    }
    #carLeasing .car-leasing-content .features-content .features-item-content .features-item .item-title {
        margin: 0 0 7px;
    }
    #carLeasing .car-leasing-content .features-content .features-item-content .features-item .item-title h3 {
        font-size: 20px;
        line-height: 30px;
    }
    #carLeasing .car-leasing-content .features-content .features-item-content .features-item .item-descr {}
    #carLeasing .car-leasing-content .features-content .features-item-content .features-item .item-descr p {
        font-size: 16px;
        line-height: 27px;
    }
    /**/
    /**/
    #bannerSolutions .solutions-content {
        width: 100%;
        height: 505px;
        background-image: url("../images/fleet-management/Fleet-Management.png");
        background-size: cover;
        background-repeat: no-repeat;
        position: relative;
    }
    #bannerSolutions .solutions-content .solutions-overley {
        width: 100%;
        height: 100%;
        background: linear-gradient(267.41deg, #002670 1.39%, #00174D 51.74%, #000625 85.54%);
        mix-blend-mode: darken;
        opacity: 0.86;
        position: absolute;
        top: 0;
    }

    #bannerSolutions  .solutions-title-content {
        position: absolute;
        top: 226px;
        left: 47px;
    }

    #bannerSolutions  .solutions-title-content h1 {
        font-size: 36px;
        line-height: 56px;
        margin: 0 0 15px;
    }
    #bannerSolutions  .solutions-title-content h1:last-child {
        padding-top: 0 !important;
    }
    #bannerSolutions .solutions-title-content p {
        font-size: 18px;
        line-height: 30px;
    }
    .devices-item-content {
        display: flex;
        flex-wrap: wrap;
    }
    .devices-item-content .devices-item {
        width: 29%;
        background: #FFFFFF;
        box-shadow: 0px 2px 40px rgba(51, 50, 50, 0.05);
        border-radius: 4px;
        margin: 0 0 30px;
        margin-right: 15px;
        margin-left: 15px;
    }
    .devices-item-content .devices-item .devices-title {
        padding: 15px 22px;
    }
    .devices-item-content .devices-item .devices-title h3 {
        font-size: 20px;
        line-height: 25px;
    }
    .devices-item-content .devices-item.margin {
        margin-right: 15px;
        margin-left: 15px;
    }
    .features-content .devices-title {
        font-size: 40px;
        line-height: 46px;
    }

    /*accessories-content*/
    .accessories-item-content {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
    .accessories-item-content .accesouries-item-descr {
        margin: 0 0 25px;
        width: 48%;
    }
    .accessories-item-content .accesouries-item-descr h1 {
        font-size: 20px;
        line-height: 30px;
        margin: 0 0 40px;
    }
    .accessories-item-content .accesouries-item-descr p {
        font-size: 18px;
        line-height: 30px;
    }
    .accessories-item-content .accesouries-item-img {
        width: 48%;
        margin-left: 30px;
    }
    .accessories-item-content .accesouries-item-img  img {
        width: 353px;
        height: 332px;
    }
    .header-container {
        max-width: 100%;
        margin: 0 39px;
    }
    .overview-title {
        margin-top: 60px;
        margin-bottom: 30px;
    }
    .overview-title h1 {
        font-size: 24px;
        line-height: 30px;
    }

    .overview-content {
        display: flex;
    }

    .overview-content .overview-first-item {
        width: 50%;
        margin-right: 30px;
    }
    .overview-content .overview-last-item {
        width: 50%;
    }

    .overview-content ul {
        margin: 0;
    }

    .overview-content ul li {
        margin: 0 0 10px;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 30px;
        color: #696867;
    }
    /*contact us maps */

    .contact-info {
        display: flex;
    }
    .contact-info-section .contact-info-title {
        margin: 0 0 50px;
    }
    .contact-info-section .contact-info-title h1 {
        font-size: 36px;
        line-height: 27px;
    }

    .contact-info .contact-info-text {
        /* width: 47%; */
        margin-right: 30px;
    }
    .contact-info .contact-info-text .contact-info-text-item {
        display: flex;
        padding-bottom: 20px;
    }

    .contact-info .contact-info-text .contact-info-text-item:not(:last-child) {
        border-bottom: 1px solid #FFDBBA;
        margin-bottom: 20px;
    }

    .contact-info .contact-info-text .contact-info-text-item .item-img {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin-right: 25px;
    }

    .contact-info  .contact-info-map {
        margin-top: 0 !important;
        width: 47%;
    }

    .contact-info  .contact-info-map .iframe {
        height: 412px !important;
    }
    .contact-info .contact-info-text .contact-info-text-item .item-text p {
        margin: 0;
        font-size: 16px;
        line-height: 27px;
    }
    .contact-info .contact-info-text .contact-info-text-item .item-text p:first-child {
        padding-right: 140px;
    }

    .contact-info .contact-info-text .contact-info-text-item .item-text p:last-child {
        margin-top: 0px;
    }
    #carLeasing .car-leasing-content .car-leasing-descr-content .car-leasing {
        width: 48%;
    }
    #carLeasing .car-leasing-content .car-leasing-descr-content .car-leasing-descr {
        width: 48%;
        margin-right: 30px;
    }
    #logistics .logistics-content .logistics-descr {
        width: 48%;
        margin: 0 0 40px;
    }
    .learnimorepos {
        position: absolute;
        left: 0;
        bottom: 0;
    }
    #phone1 {
        width: 68% !important;
        border: 2px solid #E6E6E6;
        border-radius: 0px 4px 4px 0px !important;
        outline: none;
    }
    #header .navbar .nav-link {
        font-size: 16px !important;
    }
    .devices-item-content .devices-item:nth-child(odd){
        margin-right: 18px;
    }
    .devices-item-content .devices-item {
        width: 21%;
        background: #FFFFFF;
        box-shadow: 0px 2px 40px rgba(51, 50, 50, 0.05);
        border-radius: 4px;
        margin: 0 0 30px;
        margin-right: 15px;
        margin-left: 15px;
    }
}

@media screen and (min-width: 1200px) {
    #header .navbar .navbar-brand {
        margin-right: 250px;
    }
    #header .navbar .nav-link {
        font-size: 16px !important;
    }
    #banner .banner-content {
        display: flex;
    }
    .topoxl {
        display: block;
    }
    .topolg {
        display: none;
    }
    .topomd {
        display: none;
    }
    .toposm {
        display: none;
    }
    .toposmx {
        display: none;
    }
    .topoxs {
        display: none;
    }
    #banner .banner-content .banner-first-item {
        width: 57.7777777778%;
    }
    #banner .banner-content .banner-first-item .banner-text {
        width: 700px;
        position: absolute;
        top: 19%;
        left: 0px;
    }
    #banner .banner-content .banner-first-item .banner-text h1 {
        font-weight: 500;
        font-size: 36px;
        line-height: 66px;
        padding: 74px 0 0px 160px;
    }
    #banner .banner-content .banner-first-item .banner-text .element {
        padding-top: 0px !important;
        padding-left: 160px !important;
        padding-bottom: 43px !important;
    }
    #banner .banner-content .banner-first-item .banner-text p {
        font-weight: normal;
        font-size: 18px;
        line-height: 30px;
        margin: 0 0 30px;
        padding: 0px 361px 0px 47px;
    }

    #banner .banner-content .banner-first-item .banner-text a {
        padding: 16px 40px;
        font-size: 13px;    
        margin: 0 47px 82px 160px;
        display: inline-block;
    }
    
    #banner .banner-content .banner-last-item {
        position: relative;
    } 

    #banner .banner-content .banner-last-item {
        width: 50%;
    }
    
    #banner .banner-content .banner-last-item .banner-logo {
        width: 100%;
        height: 600px;
        background-size: cover;
        background-position: left;
    }
    
    #banner .banner-content .banner-last-item .banner-logo-overley {
        height: 600px;
    }

    #technology {
        margin-top: 100px;
    }

    #technology .technology-content {
        display: flex;
        justify-content: space-between;
    }
    
    #technology .technology-first-content {
        width: 50%;
        margin-right: 30px;
    }
    #technology .technology-first-content .technology-titile h1 {
        font-family: 'Roboto', sans-serif;
        font-weight: normal;
        font-size: 40px;
        line-height: 46px;
        margin: 0 0 25px;
    }
    
    #technology .technology-first-content .technology-titile h3 {
        font-family: 'Roboto', sans-serif;
        margin: 0 0 15px;
        font-weight: 500;
        font-size: 24px;
        line-height: 30px;
    }
    
    #technology .technology-first-content .technology-first-text p {
        font-weight: normal;
        font-size: 18px;
        line-height: 30px;
        color: #696867;
        font-family: 'Roboto', sans-serif;
        margin: 0 0 20px;
        width: 525px;
    }
    
    #technology .technology-first-content .technology-middle-text p {
        color: #696867;
        margin: 0 0 20px;
        font-family: 'Roboto', sans-serif;
        font-weight: normal;
        font-size: 18px;
        line-height: 30px;
    }

    #technology .technology-first-content .technology-last-text p {
        font-weight: normal;
        font-size: 18px;
        line-height: 30px;
        color: #696867;
        margin: 0 0 61px;
        font-family: 'Roboto', sans-serif;
    }

    #technology .technology-last-content {
        width: 37.0833333333%;
    }
    
    #technology .technology-last-content img {
        width: 100%;
    }
    /*industries */
    #industries {
        margin-top: 150px;
    }

    #industries .industries-content {
        display: flex;
        flex-wrap: wrap;
    }

    #industries  .industries-title h1 {
        font-size: 40px;
        line-height: 46px;
        margin: 0 0 50px;
    }


    #industries .industries-content .solution-title {
        margin-top: 65px;
        margin-bottom: 50px;
    }

    #industries .industries-content .solution-title h1 {
        font-weight: 500;
        font-size: 20px;
        line-height: 23px;
    }

    #industries .industries-content .industries-item {
        width: 48.2%;
        margin: 0 0 30px;
        border-radius: 4px;
        
    }

    #industries .industries-content a:nth-child(odd) .industries-item {
        margin-right: 16px;
    }
    #industries .industries-content a:nth-child(even) .industries-item {
        margin-left: 16px;
    }
    
    #industries .industries-content .industries-item .text-content {
        margin-top: 30px;
        display: flex;
        padding: 0 20px;
    }

    #industries .industries-content .industries-item .text-content .industries-item-text {
        padding: 15px;
    }

    #industries .industries-content .industries-item .text-content .industries-item-text  h3 {
        font-weight: 500;
        font-size: 20px;
        line-height: 23px;
    }

    #industries .industries-content .industries-item .text-content .industries-item-text p {
        font-weight: normal;
        font-size: 18px;
        line-height: 30px;
    }
    #industries  .partners-title {
        margin-top: 150px;
        margin-bottom: 50px;
    }
    #industries  .partners-title h1 {
        font-size: 40px;
        line-height: 46px;
        font-family: 'Roboto', sans-serif;
    }
    #industries  .partners-content {
        padding: 27px;
        justify-content: space-between;
    }
    
    #industries  .partners-content .img1 {
        width: 42px;
        margin-right: 65px;
        margin-bottom: 0;

    }
    #industries  .partners-content .img2 {
        width: unset;
        margin-right: 65px;
        margin-bottom: 0;
    }
    #industries  .partners-content .img3 {
        width: 186px;
        margin-right: 65px;
        padding: 0;
        margin-bottom: 0;
    }
    #industries  .partners-content .img4 {
        margin-right: 65px;
        margin-bottom: 0;
    }
    #industries  .partners-content .img5 {
        width: 164px;
        margin-right: 65px;
        margin-bottom: 0;
    }
    #industries  .partners-content .img6 {
        width: 151px;
        margin-bottom: 0;
    }
    #footer {
        width: 100%;
        background: #000D26;
        margin-top: 150px;
    }
    
    #footer .copyright {
        margin-top: 74px;
        padding-bottom: 27px;
        text-align: center;
    }
    #footer .copyright p {
        font-size: 12px;
        line-height: 14px;
    }
    #footer .copyright p .fa-copyright {
        margin: 0 5px;
    }
    
    
    #footer .footer-content {
        display: flex;
        flex-wrap: wrap;
        padding-top: 70px;
    }
    
    #footer .footer-content .footer-logo {
        /* width: 6%; */
        margin-top: 0px;
        margin-bottom: 45px;
        /* margin-right: 270px; */
    }

    
    #footer .footer-content .footer-menu {
        /* width: 7%;
        margin-right: 58px; */
        padding-left: 15px;
    }
    #footer .footer-content .footer-menu ul {
        list-style: none;
    }
    #footer .footer-content .footer-menu ul li {
        margin: 0 0 10px;
    }
    #footer .footer-content .footer-menu ul li a {
        color: #ffffff;
        text-decoration: none;
        font-weight: normal;
        font-size: 13px;
        line-height: 20px;
        font-family: 'Roboto', sans-serif;
        transition: 0.25s ease;
    }
    #footer .footer-content .footer-menu ul li a:hover {
        color: #FFAD61;
    }
    #footer .footer-content .footer-social {
        /* width: 11%;
        margin-right: 127px; */
    }
    
    #footer .footer-content .footer-social h3 {
        font-weight: normal;
        font-size: 13px;
        line-height: 20px;
        font-family: 'Roboto', sans-serif;
        margin: 0 0 18px;
        color: #ffffff;
    }
    
    #footer .footer-content .footer-social ul {
        list-style: none;
        display: flex;
    }
    

    
    #footer .footer-content .footer-social ul li:not(:last-child) {
        margin-right: 13px;
    }
    
    #footer .footer-content .footer-contact {
        /* width: 35%; */
        margin-top: 0px;
    }
    
    #footer .footer-content .footer-contact ul {
        list-style: none;
    }
    
    #footer .footer-content .footer-contact ul li {
        margin: 0 0 25px;
    }

    #footer .footer-content .footer-contact ul li:last-child {
        display: flex;
        align-items: baseline;
    }
    
    #footer .footer-content .footer-contact ul li img {
        margin-right: 17px;
    }
    #footer .footer-content .footer-contact ul li span {
        color: #ffffff;
        font-weight: normal;
        font-size: 14px;
        line-height: 28px;
        font-family: 'Roboto', sans-serif;
    }
    #carLeasing .car-leasing-content .car-leasing-title {
        margin: 0 0 50px;

    }
    #carLeasing .car-leasing-content .car-leasing-descr-content .car-leasing {
        width: 48%;
    }
    #carLeasing .car-leasing-content .car-leasing-descr-content .car-leasing-descr {
        width: 48%;
        margin-right: 30px;
    }
    #logistics .logistics-content .logistics-descr {
        width: 48%;
        margin: 0 0 40px;
    }
    .learnimorepos {
        position: absolute;
        left: 0;
        bottom: 0;
       }
       .sait-container {
        max-width: 77.8055555556%;
        margin: 0 auto;
    } 
    .header-container {
        max-width: 77.8055555556%;
        margin: 0 auto;
    }
    .devices-item-content .devices-item:nth-child(odd){
        margin-right: 18px;
    }
    .devices-item-content .devices-item {
        width: 21%;
        background: #FFFFFF;
        box-shadow: 0px 2px 40px rgba(51, 50, 50, 0.05);
        border-radius: 4px;
        margin: 0 0 30px;
        margin-right: 15px;
        margin-left: 15px;
    }

}

@media screen and (min-width: 1440px) {
    #header .navbar .nav-link {
        font-size: 17px !important;
    }
    .topology-logo-title {
        left: 16% !important;
    }
    .topoxl {
        display: block;
    }
    .topolg {
        display: none;
    }
    .topomd {
        display: none;
    }
    .toposm {
        display: none;
    }
    .location {
        margin-top: 70px;
        margin-bottom: 65px;
    }
    .location.contact {
        margin-top: 70px !important;
        margin-bottom: 80px !important;
    }
    .sait-container {
        max-width: 77.8055555556%;
        margin: 0 auto;
    }
    .manangment-text h1 {
        font-size: 36px;
        line-height: 51px;
    }
    .manangment-text h1:first-child {
        padding-top: 150px;
        padding-left: 167px;

    }
    .manangment-text .middle-h1 {
        padding-top: 0px;
        padding-left: 170px;

    }
    .manangment-text h1:last-child {
        padding-top: 20px;
        padding-left: 170px;
        padding-bottom: 173px;

    }
    .small-banner {
        height: 515px;
    }
    .small-banner .banner-logo{
        height: 446px !important;
    }
    #banner {
        padding-top: 0;
    }
    #banner .banner-content {
        display: flex;
    }

    #banner .banner-content .banner-first-item {
        width: 57.7777777778%;
        position: relative;
    }
    #banner .banner-content .banner-first-item .banner-text {
        width: 700px;
        position: absolute;
        top: 30%;
        left: 165px;
    }

    #banner .banner-content .banner-first-item .banner-text h1 {
        font-style: italic;
        font-weight: 500;
        font-size: 48px;
        line-height: 56px;
        padding: 0;
    }
    
    #banner .banner-content .banner-first-item .banner-text p {
        font-weight: normal;
        font-size: 18px;
        line-height: 30px;
        margin: 0 0 30px;
        padding: 0;
    }
    #banner .banner-content .banner-first-item .banner-text .taxi-operations {
        margin: 0;
        padding-top: 24px;
        padding-bottom: 24px;
    }

    #banner .banner-content .banner-first-item .banner-text .banner-btn {
        margin-top: 65px;
    }

    #banner .banner-content .banner-first-item .banner-text a {
        padding: 16px 40px;
        font-size: 13px;
        margin: 0;
        display: inline-block;
    }
    
    #banner .banner-content .banner-last-item {
        position: relative;
    } 
    #banner .banner-content .banner-last-item {
        width: 42.3611111111%;
    }
    
    #banner .banner-content .banner-last-item .banner-logo {
        width: 100%;
        height: 691px;
        background-size: cover;
        background-position: left;
    }
    
    #banner .banner-content .banner-last-item .banner-logo-overley {
        height: 100%;
    }

    #banner .banner-content .banner-last-item .logistics {
        height: 513px; 
    }

    #technology {
        margin-top: 100px;
    }

    #technology .technology-content {
        display: flex;
    }
    
    #technology .technology-first-content {
        width: 50%;
    }
    #technology .technology-first-content .technology-titile h1 {
        font-family: 'Roboto', sans-serif;
        font-weight: normal;
        font-size: 40px;
        line-height: 46px;
    }
    
    #technology .technology-first-content .technology-titile h3 {
        font-family: 'Roboto', sans-serif;
        margin: 0 0 15px;
        font-weight: 500;
        font-size: 24px;
        line-height: 30px;
    }
    
    #technology .technology-first-content .technology-first-text p {
        font-weight: normal;
        font-size: 18px;
        line-height: 30px;
        color: #696867;
        font-family: 'Roboto', sans-serif;
        margin: 0 0 20px;
    }
    
    #technology .technology-first-content .technology-middle-text p {
        color: #696867;
        margin: 0 0 20px;
        font-family: 'Roboto', sans-serif;
        font-weight: normal;
        font-size: 18px;
        line-height: 30px;
    }
    

    #technology .technology-first-content .technology-last-text p {
        font-weight: normal;
        font-size: 18px;
        line-height: 30px;
        color: #696867;
        margin: 0 0 61px;
        font-family: 'Roboto', sans-serif;
    }
    


    #technology .technology-last-content {
        width: 50%;
        margin-left: 33px;
    }
    
    #technology .technology-last-content img {
        width: 100%;
    }
    #industries .industries-content .industries-item.our {
        width: 31%;
        margin-right: 30px;
    }
    #industries .industries-content .industries-item.last{
        margin-right: 0;
    }
     /* contact us */
     #contact {
        margin-top: 150px;
         position: relative;
    }

    #contact .contact-content {}
    #contact .contact-content .contact-title {
        margin: 0 0 50px;
    }
    #contact .contact-content .contact-title h1 {
        font-size: 40px;
        line-height: 46px;
    }

    #contact .contact-content .contact-flex {
        display: flex;
        position: relative;
    }
    #contact .contact-content .contact-flex .contact-img {
        width: 50%;
        height: auto;
        position: relative;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url('/styles/images/contact/contact-img.png');
    }

    #contact .contact-content .contact-flex .contact-img .overley {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        background: #0c45b438;
        border-radius: 4px 0 0 4px;
    }

    #contact .contact-content .contact-flex .contact-form {
        width: 50%;
        background: #001A4E;
        padding: 69px 69px 0px 69px;
        border-radius: 0 4px 4px 0;
    }

    #contact .contact-content .contact-flex .contact-form .contact-form-title {
        margin: 25px 0;
    }

    #contact .contact-content .contact-flex .contact-form .contact-form-title h3 {
        font-size: 18px;
        line-height: 30px;
        padding: 10px 0;
    }

    #contact .contact-content .contact-flex .contact-form .contact-form-submit .form-input-content {
        margin: 0 0 25px;
    }

    #contact .contact-content .contact-flex .contact-form .contact-form-submit p {
        font-size: 18px;
        margin: 0 0 5px;
    }

    #contact .contact-content .contact-flex .contact-form .contact-form-submit input {
        width: 88%;
        border-radius: 4px;
        padding: 10px 20px;
        font-weight: normal;
        font-size: 16px;
    }

    #contact .contact-content .contact-flex .contact-form .contact-form-submit textarea {
        width: 88%;
        height: 85px;
        resize: none;
        background: transparent;
        border: 2px solid #E6E6E6;
        font-family: 'Roboto', sans-serif;
        font-weight: normal;
        font-size: 16px;
        padding: 10px 20px;
    }
    #contact .contact-content .contact-title h1 {
        font-weight: normal;
        font-size: 40px;
        line-height: 46px;
    }


    #contact .contact-content .contact-flex .contact-form .contact-form-submit .form-btn {
        margin-top: 12px;
        margin-bottom: 72px;
    }

    #contact .contact-content .contact-flex .contact-form .contact-form-submit .form-btn button {
        width: 88%;
        height: 40px;
        border: none;
        font-size: 13px;
    }
    .intl-tel-input {
        width: 100%;
        display: flex;
    }
    .selected-dial-code {
        color: #ffffff;
        border: 2px solid #E6E6E6;
        border-radius: 4px 0px 0px 4px !important;
        padding-left: 35px !important;
        padding-right: 25px !important;
    }
    .selected-dial-code.active {
        border: 2px solid #FF1A0B !important;
    }
    .flag-container {
        position: relative !important;
        padding: 0 !important;
    }
    .selected-flag {
        padding: 0 !important;
    }
    .iti-flag  {
        left: 15px
    }
    #phone1 {
        width: 68% !important;
        border: 2px solid #E6E6E6;
        border-radius: 0px 4px 4px 0px !important;
        outline: none;
    }
    #phone1:focus {
        border: 2px solid orange !important;
    }
    .iti-arrow {
        border-top: 4px solid #fff !important;
        right: 20px !important;
    }
    #logistics {
        margin-top: 40px;
    }

    #logistics .logistics-content .logistics-title {
        margin-top: 80px;
        margin-bottom: 25px;
        font-size: 40px;
        line-height: 46px;
    }
    #logistics .logistics-content .transportation-title {
        margin-bottom: 50px !important;
    }
    #logistics .logistics-content .logistics-title h1 {
        font-weight: normal;
        font-size: 40px;
        line-height: 46px;
        color: #333232;
    }

    #banner .banner-content .banner-first-item .logistics-text {
        width: 700px;
    }
    #banner .banner-content .banner-first-item .logistics-text h1 {
        font-style: italic;
        font-weight: 500;
        font-size: 36px;
        line-height: 59px;
    }
    #logistics .logistics-content .logistics-descr {
        width: 48%;
        margin: 0 0 40px;
    }
    #logistics .logistics-content .logistics-descr p {
        font-size: 18px;
        line-height: 30px;
        width: 637px;
    }
    #logistics .logistics-content .logistics-item-content {
        display: flex;
        flex-wrap: wrap;
    }
    #logistics .logistics-content .logistics-item-content .logistics-item {
        margin: 0 0 30px;
        display: flex;
        height: 310px;
    }
    #logistics .logistics-content .logistics-item-content .logistics-item  .logistics-item-img {
        width: 45%;
    }
    #logistics .logistics-content .logistics-item-content .logistics-item  .logistics-item-img img {
        width: 100%;
        height: 100%;
    }
    #logistics .logistics-content .logistics-item-content .logistics-item .logistics-item-info {
        padding: 30px 27px 30px 26px;
        width: 55%;
    }
    #logistics .logistics-content .logistics-item-content .logistics-item .logistics-item-info h1 {
        font-size: 20px;
        line-height: 30px;
        margin: 0 0 10px;
    }
    #logistics .logistics-content .logistics-item-content .logistics-item .logistics-item-info p {
        font-size: 18px;
        line-height: 30px;
    }
    #logistics .logistics-content .logistics-item-content .logistics-item .logistics-item-info a {
        font-size: 13px;
        line-height: 14px;
    }
    #logistics .logistics-content .logistics-item-content .logistics-item .logistics-item-info a .fas {
        margin-left: 13px;
    }
    /*carLeasing*/
    #carLeasing .car-leasing-content .car-leasing-title {
        margin: 0 0 50px;

    }
    #carLeasing .car-leasing-content .car-leasing-title h1 {
        font-size: 40px;
        line-height: 46px;
    }
    #carLeasing .car-leasing-content .car-leasing-descr-content {
        margin: 0 0 150px;
        display: flex;
        align-items: center;
    }
    #carLeasing .car-leasing-content .car-leasing-descr-content .car-leasing-descr {
        width: 48%;
        margin-right: 30px;
    }
    #carLeasing .car-leasing-content .car-leasing-descr-content .car-leasing-descr p {
        font-size: 18px;
        line-height: 30px;
        margin: 0;
    }
    #carLeasing .car-leasing-content .car-leasing-descr-content .car-leasing {
        width: 48%;
    }
    #carLeasing .car-leasing-content .car-leasing-descr-content .car-leasing img {
        width: 90%;
    }
    #carLeasing .car-leasing-content .topology-content {
        margin: 0 0 65px;
    }
    #carLeasing .car-leasing-content .topology-content .topology-title {
        margin: 0 0 50px;
    }
    #carLeasing .car-leasing-content .topology-content .topology-title h1 {
        font-size: 40px;
        line-height: 46px;
    }
    #carLeasing .car-leasing-content .topology-content .topology-img {}
    #carLeasing .car-leasing-content .topology-content .topology-img img {
        width: 100%;
    }
    #carLeasing .car-leasing-content .topology-content .topology-img .topology-1440 {
        display: block;
    }
    #carLeasing .car-leasing-content .topology-content .topology-img .topology-1024 {
        display: none;
    }
    #carLeasing .car-leasing-content .topology-content .topology-img .topology-768 {
        display: none;
    }
    #carLeasing .car-leasing-content .topology-content .topology-img .topology-375 {
        display: none;
    }
    #carLeasing .car-leasing-content .features-content {
        margin: 0 0 65px;
    }
    #carLeasing .car-leasing-content .features-content .features-title {
        margin: 0 0 50px;
    }
    #carLeasing .car-leasing-content .features-content .features-title h1 {
        font-size: 40px;
        line-height: 46px;
    }
    #carLeasing .car-leasing-content .features-content .features-item-content {
        display: flex;
        flex-wrap: wrap;
    }
    #carLeasing .car-leasing-content .features-content .features-item-content .features-item {
        width: 30%;
        margin: 0 0 30px;
        padding: 20px;
        background: #ffffff;
        margin-right: 30px;
    }
    #carLeasing .car-leasing-content .features-content .features-item-content .features-item:nth-child(odd){
        margin-right: 30px;
    }
    #carLeasing .car-leasing-content .features-content .features-item-content .features-item .item-icon {
        margin: 0 0 40px;
    }
    #carLeasing .car-leasing-content .features-content .features-item-content .features-item .item-icon img {

    }
    #carLeasing .car-leasing-content .features-content .features-item-content .features-item .item-title {
        margin: 0 0 7px;
    }
    #carLeasing .car-leasing-content .features-content .features-item-content .features-item .item-title h3 {
        font-size: 20px;
        line-height: 30px;
    }
    #carLeasing .car-leasing-content .features-content .features-item-content .features-item .item-descr {}
    #carLeasing .car-leasing-content .features-content .features-item-content .features-item .item-descr p {
        font-size: 16px;
        line-height: 27px;
    }
    /**/
    /**/
    #bannerSolutions .solutions-content {
        width: 100%;
        height: 474px;
        background-image: url("../images/fleet-management/Fleet-Management.png");
        background-size: cover;
        background-repeat: no-repeat;
        position: relative;
    }
    #bannerSolutions .solutions-content .solutions-overley {
        width: 100%;
        height: 100%;
        background: linear-gradient(267.41deg, #002670 1.39%, #00174D 51.74%, #000625 85.54%);
        mix-blend-mode: darken;
        opacity: 0.86;
        position: absolute;
        top: 0;
    }

    #bannerSolutions  .solutions-title-content {
        position: absolute;
        top: 50%;
        left: 34%;
        transform: translate(-50%, -50%);
    }

    #bannerSolutions  .solutions-title-content h1 {
        font-style: normal;
        font-weight: normal;
        font-size: 36px;
        line-height: 57px;
    }

    #bannerSolutions  .solutions-title-content .topology-text {
        width: 430px;
    }

    .features-content .devices-title h1 {
        font-size: 40px;
        line-height: 46px;
    }
    .devices-item-content {
        display: flex;
        flex-wrap: wrap;
    }
    .devices-item-content .devices-item {
        width: 22%;
        background: #FFFFFF;
        box-shadow: 0px 2px 40px rgba(51, 50, 50, 0.05);
        border-radius: 4px;
        margin: 0 0 30px;
        margin-right: 15px;
        margin-left: 15px;
    }

    .devices-item-content .devices-item .devices-title {
        padding: 15px 22px;
    }
    .devices-item-content .devices-item .devices-title h3 {
        font-size: 20px;
        line-height: 25px;
    }
    .devices-item-content .devices-item.margin {
        margin-right: 15px;
        margin-left: 15px;
    }
    /*accessories-content*/
    .accessories-item-content {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        margin-top: 80px;
    }
    .accessories-item-content .accesouries-item-descr {
        margin: 0 0 25px;
        width: 48%;
    }
    .accessories-item-content .accesouries-item-descr h1 {
        font-size: 20px;
        line-height: 30px;
        margin: 0 0 40px;
    }
    .accessories-item-content .accesouries-item-descr p {
        font-size: 18px;
        line-height: 30px;
    }
    .accessories-item-content .accesouries-item-img {
        width: 40%;
        margin-left: 127px;
    }
    .accessories-item-content .accesouries-item-img  img {
        width: 353px;
        height: 332px;
        margin-top: -102px;
    }
    #industries  .solution-title h1 {
        font-size: 40px;
        line-height: 46px;
     }
    .header-container {
        max-width: 77.8055555556%;
        margin: 0 auto;
    }
    .navbar-brand {
        margin-right: 182px;
    }
    .footer-contact li:first-child {
        display: flex;
        align-items: center;
    }
    .footer-contact li:first-child img {
        margin-right: 21px !important;
    }
    .footer-contact li:middle-child {
        display: flex;
        align-items: center;
    }
    .footer-contact li:last-child {
        align-items: unset !important;
    }
    /* .footer-contact li:last-child img {
        margin-top: -85px;
    } */
    .footer-contact li:last-child span {
        /* padding-right: 130px; */
        margin-left: 0 !important;
    }
    .overview-title {
        margin-top: 80px;
        margin-bottom: 40px;
    }
    .overview-title h1 {
        font-size: 24px;
        line-height: 30px;
    }

    .overview-content {
        display: flex;
    }

    .overview-content .overview-first-item {
        width: 50%;
        margin-right: 30px;
    }
    .overview-content .overview-last-item {
        width: 50%;
    }

    .overview-content ul {
        margin: 0;
    }

    .overview-content ul li {
        margin: 0 0 10px;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 30px;
        color: #696867;
    }
    .contact-info {
        display: flex;
    }
    .contact-info-section .contact-info-title h1 {
        font-size: 40px;
        line-height: 46px;
    }

    .contact-info .contact-info-text {
        /* width: 50%; */
        margin-right: 30px;
    }
    .contact-info .contact-info-text .contact-info-text-item {
        display: flex;
        padding-bottom: 40px;
    }

    .contact-info .contact-info-text .contact-info-text-item:not(:last-child) {
        border-bottom: 1px solid #FFDBBA;
        margin-bottom: 40px;
    }

    .contact-info .contact-info-text .contact-info-text-item .item-img {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin-right: 25px;
    }

    .contact-info  .contact-info-map {
        margin-top: 0 !important;
        width: 50%;
    }

    .contact-info  .contact-info-map .iframe {
        height: 530px !important;
    }
    .contact-info .contact-info-text .contact-info-text-item .item-text p {
        margin: 0;
        font-size: 18px;
        line-height: 30px;
    }

    .contact-info .contact-info-text .contact-info-text-item .item-text p:first-child {
        padding-right: 230px;
    }

    .contact-info .contact-info-text .contact-info-text-item .item-text p:last-child {
        margin-top: 5px;
    }

    .partners-content {
        justify-content: space-around;
    }
    #banner .banner-content .banner-first-item .banner-text .element {
        padding-left: 0px !important;
    }
    .learnimorepos {
        position: absolute;
        left: 0;
        bottom: 0;
    }
    #industries .industries-content a:nth-child(odd) .industries-item {
        margin-right: 19px;
    }
    #industries .industries-content a:nth-child(even) .industries-item {
        margin-left: 19px;
    }
    .devices-item-content .devices-item:nth-child(odd){
    margin-right: 18px;
    }
}
