
span.go_dashboard {
    background: #c82b22;
    padding: 6px 10px;
    display: block;
}

span.go_dashboard {
    width: max-content;
    margin-left: auto;
}

span.go_dashboard a {
    color: #fff;
    font-size: 15px;
    text-transform: capitalize;
}
a:hover {
    color: #c82b22;
}
form#carrierRegister p {
    margin: 0;
}
form#carrierRegister {}

.account-title {
    text-align: center;
    padding-bottom: 22px;
}

form#carrierRegister {
    width: 90%;
    margin: 0 auto;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    padding: 37px;
}
button.default-btn.register {
    width: max-content;
    margin: auto;
}

.banner-section {
    position: relative;
}
#counter-stats h2 {
    font-size: 24px;
    text-transform: capitalize;
    text-align: left;
}

#counter-stats p {
    font-size: 16px;
    color: #212529;
    text-align: left;
}

#counter-stats ul li {
    text-align: left;
}
.renevel {
    border: none;
    -webkit-box-shadow: 0 0 20px 3px rgb(0 0 0 / 5%);
    box-shadow: 0 0 20px 3px rgb(0 0 0 / 5%);
    padding: 20px;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    background-color: #ffffff;
    text-align: center;
    height:100%;
   
}



.taxes {
    border: none;
    -webkit-box-shadow: 0 0 20px 3px rgb(0 0 0 / 5%);
    box-shadow: 0 0 20px 3px rgb(0 0 0 / 5%);
    padding: 20px;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    background-color: #ffffff;
    text-align: center;
    height:100%;
    
}

section#counter-stats {
    padding-bottom: 70px;
}
#counter-stats p strong{
    color:#c82b22 ;
}
nav.navbar.navbar-expand-lg  a:hover {
    border: none !important;
}
header.header-area {
    position: absolute;
    top: 0;
    z-index: 99;
    width: 100%;
    border:none;
}
ul.navbar-nav li a {
    font-weight: 400;
    font-size: 18px;
}
.bg-video-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  background: url(https://designsupply-web.com/samplecontent/vender/codepen/20181014.png) no-repeat center center/cover;
}
header .navbar{
    background:none !important;
}
.about-us-area video {
  min-width: 100%;
  min-height: 100vh;
  z-index: 1;
}
.overlay {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #0000009e;
  background-size: 3px 3px;
  z-index: 2;
}
.banner_text {
  
  color: #fff;
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 10%;
  right: 0;
  transform: translate(-50%, -50%);
  z-index: 3;
  max-width: 1170px;
  width: 100%;
 
}

.bg-video-wrap video {
    min-width: 100%;
    min-height: 100vh;
    z-index: 1;
    height: 100vh;
    width: 100%;
    object-fit: fill;
}

.value-button {
    display: inline-block;
    border: 1px solid #ddd;
    margin: 0px;
    width: 49px !important;
    height: 43px !important;
    text-align: center;
    vertical-align: unset !important;
    padding: 8px 0 !important;
    background: #c82b22 !important;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: none;
    border-radius: 0 !important;
    color: #fff !important;
    font-size: 21px !important;
}

input#number {
    border-radius: 0 !important;
    border: 1px solid #ccc;
    border: none !important;
    background: #ccc;
    
    height: 41px !important;
}





select.form-select {
    margin-top: 10px;
    height: 50px;
    font-size: 16px;
    border-radius: 0;
    width: 100% !important;
    border: 1px solid #ced4da;
}


i#togglePassword {
    float: right;
    margin-top: -36px;
}

body{
font-family: 'Roboto', sans-serif;

}
.map-section iframe {
    width: 100%;
    height: 100%;
    min-height:350px;
}
/*header css start here*/
.dropdown-content a {
    color: black;
    padding: 7px 15px;
    text-decoration: none;
    display: block;
    text-align: left;
}
span.navbar-text h6 {
    padding-top: 7px;
    margin: 0;
    color: #c82b22;
}

.top-header ul.header-left-content {
    padding: 0;
    margin: 0;
}

.top-header ul.header-left-content li {
    display: inline-flex;
    padding-right: 21px;
    align-items: center;
}

.top-header ul.header-left-content li:last-child {
    padding-right: 0 !important;
}
ul.button_sections {
    padding: 0;
    margin: 0;
    /* display: flex; */
    text-align: right;
    justify-content: end;
}

ul.button_sections li {
    list-style: none;
    display: inline-flex;
    padding-left: 8px;
    align-items: center;
}
.dropdown:hover .dropbtn {
    background: #c82b22 !important;
    color: #fff !important;
}
.dropbtn1 {
    background-color: #c82b22 !important;
    color: white !important;
    padding: 6px 27px !important;
    font-size: 16px !important;
    border: none;
    cursor: pointer;
}
.dropbtn {
    background-color: #fff !important;
    color: #c82b22 !important;
    padding: 6px 27px !important;
    font-size: 16px !important;
    border: none;
    cursor: pointer;
}

.single-team-member .team-content .team-social .control i {
    color: #c82b22;
}

ul.social-icon a {}

ul.button_sections li:first-child {padding-left: 0;}

.top-header {
    
    padding: 5px 0 7px;
}

.top-header ul.header-left-content li {
    color: #fff;
}

ul.button_sections li a.start_shipping:hover {
    background: #000;
    border: 1px solid #c82b22;
}
.top-header ul.header-left-content li a {
    text-decoration: none;
    font-weight: 400;
    font-size: 15px;
    color: #fff;
}

.top-header ul.header-left-content li i {margin-right: 10px;font-size: 18px;}

ul.button_sections li a {
    color: #fff;
    text-decoration: none;
}

ul.button_sections li a.start_shipping {
    background: #c82b22;
    padding: 5px 9px;
    font-family: poppins;
    display: block;
    border: 1px solid  #c82b22;
    transition: 0.4s ease-in-out;
}
ul.navbar-nav li a {
    font-size: 20px;
    font-family: poppins;
    color: #fff;
    padding: 0px 19px !important;
}

span.navbar-text a {
    background: #c82b22;
    padding: 9px 47px;
    font-family: poppins;
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    font-family: poppins;
    transition: 0.4s ease-in-out;
}

span.navbar-text a:hover {
    background: #000;
}

a.nav-link.active {
    color: #c82b22;
}
.nav-link:focus, .nav-link:hover {
    color: #c82b22;
}
.navbar-section {
    padding: 10px 0;
}
/*header css end here*/
/*banner css start here */
/*.banner-section{*/
/*    background-image: url("../../assets/images/banner.png");*/
/*    background-size: cover;*/
    
/*    padding: 80px 0;*/
    
/*}*/
.banner_form {
    background: #000;
    padding: 40px;
    border-radius: 2px;
    color: #fff;
    font-family: roboto;
}

.banner_form form button {
    width: 100%;
    margin-top: 29px;
    background: #c82b22 !important;
    border-radius: 0;
    padding: 10px 0;
    text-transform: capitalize;
    border-color: #c82b22 !important;
}

.banner_form form {
    margin-top: 28px;
}
.banner_text span {
    font-size: 45px;
    font-weight: 600;
    color: #fff;
    font-family: roboto;
}

.banner_text h1 {
    font-size: 60px;
    font-weight: bold;
    font-family: roboto;
    color: #000;
    line-height: 72px;
    margin-top: 24px;
}

.banner_text p {
    color: #fff;
    font-family: roboto;
    font-size: 16px;
}

.banner_text .two_btn a {background: #c82b22;padding: 9px 45px;display: initial;color: #fff;text-decoration: none;font-size: 20px;font-family: poppins;transition: 0.4s ease-in-out;}

.two_btn {
    margin-top: 70px;
}

.banner_text .two_btn a {
    background: transparent;
    border: 1px solid #c82b22;
    color: #c82b22;
    margin-left: 20px;
    transition: 0.4s ease-in-out;
}


.banner_text .two_btn a:hover {
    background: #c82b22 !important;
     border: 1px solid #c82b22;
      color: #fff;
}
.banner_form select#Select {
    height: 48px;
    border-radius: 0;
    color: #555555;
    font-size: 15px;
}

.banner_form form button:hover {
    background-color: transparent !important;
    border: 1px solid #fff;
}
/*banner css end here*/
/*about css start here*/

.about-img2 {
    background: #ebf2f4;
    padding: 20px;
}
.about-img .experience {
    text-align: center;
    background-color: #c82b22;
    -webkit-box-shadow: 0 0 20px 3px rgba(0,0,0,.05);
    box-shadow: 0 0 20px 3px rgba(0,0,0,.05);
    display: inline-block;
    padding: 10px;
    position: absolute;
    bottom: 103px;
    right: -130px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.about-img {
   
    position: relative;
}
.about-img .experience h2 {
    font-size: 18px;
    text-transform: c;
    margin-bottom: 0;
    color: #fff;
}
section.about-us-area {
    padding: 70px 0;
}
.about-content {
    margin-left: 30px;    
    padding-top: 0;
}
.about-content .top-title {
    color: #c82b22;
    display: block;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-size: 14px;
}
.about-content h2 {
    font-size: 40px;
    margin-bottom: 25px;
    color: #000025;
    font-weight: bold;
    line-height: 48px;
    text-transform:capitalize;
}
.about-content p {
    margin-bottom: 10px;
    text-align: justify;
}
.about-content ul {
    padding: 0;
    list-style-type: none;
    line-height: 1;
}
.about-content ul li {
    font-weight: 600;
    margin-bottom: 25px;
    position: relative;
    padding-left: 30px;
}
.about-content ul li i {
    position: absolute;
    top: -1px;
    left: 0;
    font-size: 20px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
    background-color: #c82b22ad;
    text-align: center;
    color: #fff;
}
.default-btn {
    font-size: 16px;
    color: #fff;
    padding: 15px 40px;
    line-height: 1;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    text-align: center;
    background-color: #c82b22;
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: inline-block;
    margin-bottom: -5px;
    text-decoration: none;
    transition: 0.4s ease-in-out;
}
.default-btn:hover{
    color: #fff;
    background: #000;
}
/*about css end here*/
/*services section css strat here*/
.services_box {
       padding: 21px 21px;
    height: 100%;
    text-align: center;
    border: 1px solid #c82b22;
    border-radius: 3px;
    transition: 0.3s ease-in-out;
}
.services_box:hover {
    background: #a2a1a13b;
    color: #000 !important;
}
.services_box h3 {
    padding-top: 30px;
    font-size: 30px;
    font-family: 'Roboto';
    font-weight: 400;
    color: #c82b22;
}

.services_box p {
    font-size: 16px;
    color: #555;
    font-family: 'Roboto';
    margin: 0;
}
.services_button {
    margin: 0 auto;
    width: 100%;
    text-align: center;
    padding-top: 60px;
}
.services_headingtext span {
    color: #c82b22;
    display: block;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-size: 14px;
}

.services_headingtext h2 {
    font-size: 40px;
    
    color: #000025;
    font-weight: bold;
    line-height: 48px;
}

.services_headingtext p {
    font-size: 16px;
    color: #555;
}

.services_headingtext {
    text-align: center;
    margin-top:20px;
}
.second_services {
    padding-bottom: 60px;
}
section.service_section {
    padding: 0px 70px 0;
}
.services_box img {
    width: 100%;
    max-width: 59px;
    text-align: center;
}

.services_box h2 {
    font-size: 20px;
    text-align: center;
    padding-top: 14px;
}
/*services section css end here*/
/*testimonial section css start here*/
section.testimonials-area-two {
    padding: 70px 0;
}
.section-title span {
    font-size: 16px;
    display: block;
    margin-bottom: 15px;
    color: #0383ff;
    text-transform: uppercase;
}
.section-title h2 {
    font-size: 40px;
    margin-bottom: 15px;
    color: #000024;    
}
.testimonials-area-two .owl-carousel .owl-item img {
    width: 90px;
    margin: auto;
}
.single-testimonials-two h3 {
    margin-top: 20px;
    margin-bottom: 5px;
    color: #fff;
    font-size: 22px;
}
.single-testimonials-two span {
    margin-bottom: 10px;
    display: block;
    color: #fff;
}
.single-testimonials-two p {
    color: #fff;
}
.single-testimonials-two ul {
    line-height: 1;
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.single-testimonials-two ul li {
    display: inline-block;
    padding: 0 3px;
}
.single-testimonials-two ul li i {
    color: #ffc107;
}


.single-testimonials-two .quotes {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #8383a7;
    font-size: 90px;
    z-index: -1;
    opacity: .3;
}
.single-testimonials-two {
    background-color: #000;
    text-align: center;
    padding: 0 30px 30px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 20px 3px rgba(0,0,0,.05);
    box-shadow: 0 0 20px 3px rgba(0,0,0,.05);
    margin-bottom: 30px;
    margin-top: 30px;
    position: relative;
    z-index: 1;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
}
.single-testimonials-two img {
    border-radius: 50%;
    margin-bottom: -30px!important;
    position: relative;
    top: -30px;
    width: unset;
}
.section-title {
    text-align: center;
    margin: 0 0 50px;
}

/*testimonial section css end here*/
/*team section css start here*/
.team-section{
    background-color: #f9fafb;
    padding: 70px 0;
}
.section-title span {
    font-size: 16px;
    display: block;
    margin-bottom: 15px;
    color: #0383ff;
    text-transform: uppercase;
}
.section-title h2 {
    font-size: 40px;
   color: #000024;
    font-weight: 700;
    font-family: roboto,sans-serif;
}
.single-team-member {
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    margin-bottom: 30px;
}
.single-team-member .team-content {
    background-color: #000;
    -webkit-box-shadow: 0 0 20px 3px rgba(0,0,0,.05);
    box-shadow: 0 0 20px 3px rgba(0,0,0,.05);
    padding: 30px;
    margin-left: 30px;
    position: relative;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    margin-top: -30px;
}
.single-team-member .team-content span {
    display: block;
    margin-bottom: 10px;
    color: #fff;
    font-size: 14px;
}
.single-team-member .team-content h3 {
    margin-bottom: 0;
    color: #fff;
    font-size: 22px;
}
.single-team-member .team-content .team-social .control {
    width: 40px;
    height: 40px;
    line-height: 43px;
    -webkit-box-shadow: 0 0 20px 3px rgba(0,0,0,.05);
    box-shadow: 0 0 20px 3px rgba(0,0,0,.05);
    background-color: #fff;
    font-size: 20px;
    text-align: center;
    position: absolute;
    top: 38px;
    right: 30px;
    color: #0383ff;
}
.single-team-member .team-content .team-social ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: -122px;
    right: 30px;
    opacity: 0;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
}
.single-team-member .team-content .team-social ul li:nth-child(1) a i {
    -webkit-transform: translateY(160px);
    transform: translateY(160px);
    border-radius: 50px 50px 0 0;
}
.single-team-member .team-content .team-social ul li a i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    -webkit-box-shadow: 0 0 20px 3px rgba(0,0,0,.05);
    box-shadow: 0 0 20px 3px rgba(0,0,0,.05);
    background-color: #fff;
    font-size: 20px;
    text-align: center;
    border-bottom: 1px solid #eee;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    color: #c82b22;
}
.single-team-member img{
        max-width: 100%;
    height: auto;
}
.single-team-member:hover .team-content {
    background-color: #c82b22;
    margin-left: 0;
}
.single-team-member .team-content .team-social ul li a{
-webkit-transition: all ease .5s;
    transition: all ease .5s;
    text-decoration: none;
    color: #555;
    }
    .single-team-member .team-content .team-social:hover ul li:nth-child(4) a i {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.single-team-member .team-content .team-social ul li:nth-child(4) a i {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
}
.single-team-member .team-content .team-social:hover ul li:nth-child(3) a i {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.single-team-member .team-content .team-social ul li:nth-child(3) a i {
    -webkit-transform: translateY(80px);
    transform: translateY(80px);
}
.single-team-member .team-content .team-social ul li:nth-child(2) a i {
    -webkit-transform: translateY(120px);
    transform: translateY(120px);
}
.single-team-member .team-content .team-social:hover ul li:nth-child(2) a i {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.single-team-member .team-content .team-social:hover ul li:nth-child(1) a i {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.single-team-member .team-content .team-social:hover ul {
    opacity: 1;
}
/*team section css end here*/
/*blog section css start here*/
.single-blog-post .blog-content .default-btn {
    margin-top: 25px;
}
section.blog-area {
    padding: 70px 0;
}
.section-title span {
    font-size: 16px;
    display: block;
    margin-bottom: 15px;
    color: #c82b22;
    text-transform: uppercase;
}
.section-title h2 {
    font-size: 40px;
    margin-bottom: 15px;
    color: #000024;
    font-weight: 700;
    font-family: roboto,sans-serif;
}

.blog-area-two .single-blog-post {
    margin-left: 0;
    margin-right: 0;
}
.single-blog-post {
    margin-bottom: 30px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px 3px rgba(0,0,0,.05);
    box-shadow: 0 0 20px 3px rgba(0,0,0,.05);
    margin-left: 15px;
    margin-right: 15px;
}
.single-blog-post .post-image {
    position: relative;
    overflow: hidden;
}
.single-blog-post .post-image a {
    display: block;
}
.single-blog-post .post-image a img {
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    max-width: 100%;
    height: auto;
}
.single-blog-post .blog-content {
    padding: 25px;
}
.single-blog-post .blog-content .date {
    color: #c82b22;
    font-size: 14px;
    margin-bottom: 10px;
    margin-top: -4px;
    display: inline-block;
}
.single-blog-post .blog-content .date i {
    font-size: 16px;
    margin-right: 5px;
    position: relative;
    top: 2px;
}
.single-blog-post .blog-content .date h3{
    color: #000024;
    font-weight: 700;
    font-family: roboto,sans-serif;
    font-size: 22px;
}
.single-blog-post .blog-content p {
    margin-bottom: 0;
    color: #555;
    font-size: 16px;
}
.section-title p {
    color: #555;
}

.single-blog-post .blog-content h3 a {
    margin-bottom: 5px;
    font-size: 22px;
    color: #000024;
    display: inline-block;
    line-height: 1.4;
    text-decoration: none;
    font-weight: 700;
    font-family: roboto,sans-serif
}
.single-blog-post:hover .post-image a img {
    -webkit-transform: scale(1.3) rotate(4deg);
    transform: scale(1.3) rotate(4deg);
}
.single-blog-post:hover h3 a {
    color: #c82b22;
}
/*blog section css end here*/
/*footer section css start here*/
.footer-area {
    background-color: #000024;
    padding: 70px 0;
}
.copy-right-area {
    background-color: #000024;
    border-top: 1px solid #212437;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
}
.copy-right-area p {
    color: #fff;
    margin: 0;
}
.copy-right-area p a {
    color: #c82b22;
    text-decoration: none;
}
.single-footer-widget p {
    margin-bottom: 20px;
    color: #c3c3c3;
    ;
    font-size:16px;
}
.single-footer-widget .social-icon {
    line-height: 1;
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.single-footer-widget .social-icon li {
    display: inline-block;
    margin-right: 5px;
}
.single-footer-widget .social-icon li a i {
    width: 30px;
    height: 30px;
    line-height: 28px;
    border: 1px solid #c82b22;
    color: #fff;
    text-align: center;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
}
.single-footer-widget .social-icon li a:hover {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}
.single-footer-widget .logo {
    margin-bottom: 20px;
    display: inline-block;
}
.single-footer-widget h3 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 30px;
    padding-bottom: 15px;
    position: relative;
}
.single-footer-widget {
    margin-bottom: 30px;
}
.single-footer-widget .import-link {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.single-footer-widget .import-link li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px;
}
.single-footer-widget .import-link li a {
    color: #c3c3c3;
    text-decoration: none;
}
.single-footer-widget .import-link li::before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    width: 11px;
    height: 11px;
    background-color: #c82b22;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
}
.single-footer-widget h3::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #212437;
}
.single-footer-widget .import-link li:hover a {
    color: #c82b22;
}
.single-footer-widget .import-link li:hover::before {
    border-radius: 50%;
}
.single-footer-widget .address .location {
    padding-left: 40px;
    position: relative;
}
.single-footer-widget .address li {
    padding-left: 40px;
    position: relative;
    margin-bottom: 16px;
    color: #c3c3c3;
}
.single-footer-widget .address .location i {
    position: absolute;
    color: #c82b22;
    left: 0;
    top: 5px;
    font-size: 25px;
}
.single-footer-widget .address li a {
    display: block;
    color: #c3c3c3;
    text-decoration: none;
}
.single-footer-widget .address li i {
    position: absolute;
    color: #c82b22;
    left: 0;
    top: 5px;
    font-size: 25px;
}
.single-footer-widget .address {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.single-footer-widget .social-icon li a:hover i {
    background-color: #c82b22;
}
/*footer section css end here*/
/*login css start here*/
.page-title-area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #2c2c2c9e;
    opacity: .7;
}
.page-title-area {
    position: relative;
    overflow: hidden;
    padding-top: 150px;
    padding-bottom: 150px;
    text-align: center;
    z-index: 1;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.page-title-area.bg-8 {
    background-image: url(../../assets/images/page-bg-8.jpg);
}
.page-title-area .page-title-content {
    position: relative;
   padding-top: 80px;
}
.page-title-area .page-title-content h2 {
    margin-bottom: 15px;
    font-size: 50px;
    color:#fff;
}
.page-title-area .page-title-content ul {
    padding-left: 0;
    list-style-type: none;
    margin-top: 10px;
    margin-bottom: -5px;
}
.page-title-area .page-title-content ul li {
    display: inline-block;
    position: relative;
    font-size: 16px;
    padding-right: 15px;
    margin-left: 15px;
    font-weight: 500;
}
.page-title-area .page-title-content ul .active {
    color: #c82b22;
}

.page-title-area .page-title-content ul li a {
    color: #fff;
    text-decoration: none;
}
.page-title-area .page-title-content ul i {
    color: #fff;
}
.user-area-style {
    position: relative;
    z-index: 1;
    padding: 70px 0;
}
.user-area-style .contact-form-action {
    max-width:600px;
    width:100%;
    border-bottom: none;
    -webkit-box-shadow: 0 0 20px 3px rgba(0,0,0,.05);
    box-shadow: 0 0 20px 3px rgba(0,0,0,.05);
    background-color: #fff;
    padding: 30px;
    margin: auto;
}
.user-area-style .contact-form-action .account-title h2 {
    font-size: 30px;
    position: relative;
    line-height: 1;
    padding-left: 10px;
}
.user-area-style .contact-form-action .account-title {
    margin-bottom: 30px;
}
.user-area-style .contact-form-action .account-title h2::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 2px;
    height: 100%;
    background-color: #c82b22;
}
.user-area-style .contact-form-action label {
    margin-bottom: 12px;
        font-size: 16px;
    font-family: lato,sans-serif;
    color: #555;
}
.form-control {
    height: 50px;
    color: #000;
    border: 1px solid #ebebeb;
    background-color: transparent;
    border-radius: 0;
    font-size: 16px;
    padding: 10px 20px;
    width: 100%;
}
.user-area-style .contact-form-action form .form-group {
    margin-bottom: 10px;
}
.user-area-style .contact-form-action form .login-action .log-rem {
    display: inline-block;
}
.user-area-style .contact-form-action form .login-action {
    margin-bottom: 30px;
}
.user-area-style .contact-form-action form .login-action .log-rem label {
    margin-bottom: 0;
}
.user-area-style .contact-form-action form .login-action .forgot-login {
    display: inline-block;
    float: right;
}
 a {
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    text-decoration: none;
    color: #555;
}
.user-area-style .contact-form-action p {
    margin-top: 25px;
    line-height: 1;
}
button.default-btn {
    outline: none !important;
    border: none;
}
.user-area-style .contact-form-action p a {
    color: #000024;
}
.form-control:focus{
outline: none !important;
box-shadow: none !important;
}
.user-area-style.recover-password-area h3 {
    font-size: 40px;
    margin-top: -11px;
}
.user-area-style.recover-password-area p {
    margin-bottom: 30px;
    line-height: 1.8;
    font-family: roboto,sans-serif;
    color: #555;
    font-size: 16px;
}
.user-area-style.recover-password-area .now-register {
    float: right;
    margin: 0;
}
.user-area-style.recover-password-area p {
    margin-bottom: 30px;
    line-height: 1.8;
    font-family: roboto,sans-serif;
    color: #555;
    font-size: 16px;
}
p.now-register {
    margin-top: 0 !important;
}
.rest_button{
    margin-top: 30px;
}
/*login css end here*/

/*media queries css start here*/
@media (max-width: 767px){
    .renevel {
    height: auto !important;
}

.taxes {
    height: auto;
    margin-top:25px;
}
.single-counter {
    padding: 12px !important;
}

section#counter-stats .row {--bs-gutter-x: 0 !important;}
#counter-stats h2 {
    font-size: 18px;
    text-transform: capitalize;
    text-align: left;
}
    .bg-video-wrap video {
    min-width: 100%;
    min-height: 559px !important;
    z-index: 1;
    height: auto !important;
    width: 100%;
    object-fit: cover !important;
}
.bg-video-wrap {
    height: auto !important;
}

    .map-section iframe {
    height: auto !important;
    min-height: 100%;
}
    button.default-btn.register {
    margin-bottom: 20px;
}
.page-title-area .page-title-content h2 {
    font-size: 25px;
}
.user-area-style.recover-password-area h3 {
    font-size: 20px;
}
.user-area-style.recover-password-area p {
    margin: 10px 0;
}
.user-area-style .contact-form-action form .login-action .forgot-login, .user-area-style.recover-password-area .now-register{
    float: unset;
}
.top-header ul.header-left-content li {
    padding-right: 0;
}

ul.button_sections {
    justify-content: center;
    text-align: center !important;
    position: unset !important;
}
    ul.button_sections a.start_shipping {
    margin-top: 10px;
}

.top-header {
    padding: 10px 0;
}

.header-right-content {
    padding: 10px  0;
} 
.navbar-toggler:focus{
    box-shadow: none !important;
}  
a.navbar-brand {
    width: 54%;
}

a.navbar-brand img {
    width: 100%;
}

span.navbar-toggler-icon i {
    font-size: 35px;
}

span.navbar-text a {
    display: none;
}

ul.navbar-nav li {
    padding: 5px 0;
    border-bottom: 1px dotted #000025;
}

ul.navbar-nav li a {
    padding: 0 !important;
}

ul.navbar-nav.m-auto {
    margin-top: 10px !important;
}

ul.navbar-nav li a {
    font-size: 18px;
}

.banner_text span {
    font-size: 14px;
}
.banner_text {
    text-align: center;
    left:0 !important;
}
span.go_dashboard {
    width: max-content;
    margin: 0 auto !important;
    text-align: center;
}

.banner_text h1 {
    font-size: 25px;
    margin-bottom: 20px;
    line-height: 1.2;
}

.banner-content p {
    margin-bottom: 25px;
    font-size: 16px;
}
.banner-content .banner-btn {
    margin-bottom: 30px;
}
.banner_text .two_btn a {
    font-size: 15px;
    padding: 12px 15px;
}

.two_btn {
    margin-top: 40px;
    margin-bottom: 50px;
}

.banner-section {
    padding: 0px 0;
    overflow:hidden;
}

.banner_form {
    padding: 20px;
}

.banner_form form button {
    font-size: 15px;
    padding: 12px 15px;
}
.about-img .experience {
    right: -100px;
}
.about-content .top-title {
    margin-bottom: 10px;
    font-size: 14px;
}
.about-content h2 {
    font-size: 25px;
    margin-bottom: 10px;
    line-height: 1.2;
    text-align: left;
    margin-top: 18px;
}
.about-content {
    margin-left: 0;
    text-align: center;
}
.about-content ul li {
    padding-left: 0;
}
.about-content ul li i {
    position: unset;
    margin-right: 0;
    position: relative;
    top: 3px;
}
.about-content .default-btn {
    margin-top: 13px;
}

section.about-us-area {
    padding: 50px 0;
}

section.service_section {
    padding: 0 0 50px;
}

.services_headingtext h2 {
    font-size: 25px;
    margin-bottom: 10px;
    line-height: 1.2;
}

.services_box h3 {
    font-size: 20px;
}

.services_box p {
    font-size: 14px;
}

.services_box {
    padding: 25px;
}

section.testimonials-area-two {
    padding: 0 0 50px;
}

.section-title h2 {
    font-size: 25px !important;
    text-align:left !important;margin-top:20px !important;
}
section#contact {
    overflow: hidden !important;
}

footer.footer-area {
    overflow: hidden !important;
}

section.service_section {
    overflow: hidden !important;
}
section.video-us-area {
    overflow: hidden !important;
}
section#about {
    overflow: hidden !important;
}
.main-contact-area #contactForm{
    padding:20px !important;
}
.owl-theme .owl-nav {
    display: none;
}

.owl-dots {
    display: none;
}

.team-section {
    padding: 30px 0 30px;
}

.section-title h2 br {
    display: none;
}

.single-team-member .team-content {
    margin-left: 0;
    padding: 20px;
}
.single-team-member .team-content h3 {
    font-size: 18px;
}
.single-team-member .team-content .team-social .control {
    right: 20px;
    top: 27px;
}
.single-team-member .team-content .team-social ul {
    right: 20px;
    top: -133px;
}

section.blog-area {
    padding: 30px 0;
}
.single-blog-post .blog-content h3 a {
    font-size: 18px;
}
.single-blog-post .blog-content {
    padding: 20px;
}
.default-btn {
    font-size: 15px;
    padding: 12px 15px;
}
.footer-area{
    padding: 30px 0;
} 
ul.header-left-content {
    text-align: center;
}  
  .card .card-body {
    padding: 1.25rem 1.25rem;
    width: 700px !important;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px){
    .card {
    padding: 1.25rem 1.25rem;
    width: 700px !important;
}
.stretch-card > .card {
    width: 78%;
    min-width: 78% !important;
}
    .top-header .col-lg-8.col-md-7 {
    width: 100%;
}

.top-header .col-lg-4.col-md-5 {
    width: 100%;
}

ul.button_sections {
    justify-content: center;
     text-align: center;
}

ul.header-left-content {
    text-align: center;
}
    .banner_text h1 {
    font-size: 30px;
    margin: 0;
}
.banner_text p {
    margin-bottom: 25px;
    font-size: 16px;
}
.banner_text .banner-btn {
    margin-bottom: 30px;
}
.banner_text h1 br{
    display: none;
}
.banner_text p {
    margin-bottom: 5px;
    font-size: 16px;
}
.two_btn{
    margin-top: 30px;
    margin-bottom: 40px;
}
.banner_text {
    text-align: center;
}
.about-content h2 {
    font-size: 25px;
    margin-bottom: 10px;
}
.about-content .top-title {
    margin-bottom: 10px;
    font-size: 14px;
}
.about-content ul li {
    padding-left: 0;
}
.about-content ul li i {
    position: unset;
    margin-right: 0;
    position: relative;
    top: 3px;
}
.about-content .default-btn {
    margin-top: 13px;
    font-size: 15px;
    padding: 12px 15px;
}

section.about-us-area {
    padding: 50px 0;
}

.about-content {
    text-align: center;
}

section.service_section {
    padding: 0 0 50px;
}

.services_headingtext p br {
    display: none !important;
}


section.testimonials-area-two {
    padding: 0 0 50px;
}
.section-title h2 {
    font-size: 25px;
}

.section-title p br {
    display: none;
}
.owl-theme .owl-nav {
    display: none;
}

.owl-dots {
    display: none;
}
span.navbar-toggler-icon i {
    font-size: 36px !important;
}

}
@media only screen and (min-width: 992px) and (max-width: 1199px){
    
    .about-img img {
    display: none;
}
.stretch-card > .card {
    width: 78%;
    min-width: 78% !important;
}
ul.button_sections li a.start_shipping {
    font-size: 12px;
    padding: 5px 9px;
}
    ul.button_sections li {
    list-style: none;
    display: inline-flex;
    padding-left: 2px;
    align-items: center;
}
    .dropbtn1 {
    background-color: #c82b22 !important;
    color: white !important;
    padding: 6px 27px !important;
    font-size: 13px !important;
    border: none;
    cursor: pointer;
}
.dropbtn {
    background-color: #fff !important;
    color: #c82b22 !important;
    padding: 6px 18px !important;
    font-size: 13px !important;
    border: none;
    cursor: pointer;
}
.about-img::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    background-color: #fff;
}
.about-img {
    background-image: url(../../assets/images/about-img.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    position: relative;
}

ul.navbar-nav li a {
    font-size: 15px;
    padding: 0 10px !important;
}

span.navbar-text a {
    font-size: 16px;
}
.single-team-member .team-content h3 {
    font-size: 18px;
}
.single-team-member .team-content {
    margin-left: 0;
    padding: 20px;
}
.single-team-member .team-content .team-social .control {
    right: 20px;
    top: 24px;
}
.single-team-member .team-content .team-social ul {
    right: 20px;

}
.single-blog-post .blog-content h3 a {
    font-size: 20px;
}

.single-blog-post {
    height: 100%;
}

.single-blog-post .blog-content {
    padding-bottom: 0 !important;
}
a.logo img {
    max-width: 100%;
    height: auto;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1366px){
    ul.button_sections li a.start_shipping{
    font-size:15px;
}
.stretch-card > .card {
    width: 78%;
    min-width: 78% !important;
}
}
/*media queries css end  here*/

.single-counter {
        border: none;
        -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
        box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
        padding: 30px;
        -webkit-transition: all ease 0.5s;
        transition: all ease 0.5s;
        background-color: #ffffff;
        text-align: center;
        margin-bottom: 30px;
    }
    .single-counter i {
        width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 40px;
    border-radius: 50%;
    color: #c82b22;
    background-color: rgb(200 43 34 / 13%);
    display: inline-block;
    margin: 0 auto 18px;
    }
    .single-counter .counting{
        color: #000024;
        font-weight: 700;
        font-family: "Roboto", sans-serif;
        font-size: 2rem;
    }
    .single-counter p {
            color: #c82b22;
    font-size: 18px;
    }
    .shipment_section{
        background-image: url(../../assets/images/shipment-bg.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        position: relative;
        color: #fff;
        z-index: +1;
        background-attachment: fixed;
    }
    .shipment_section {
        padding: 110px 0;
        text-align: center;
    }
    .shipment_section::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #000000;
        opacity: 0.5;
        z-index: -1;
    }
    .shipment-content .top-title {
        color: #0383ff;
        display: block;
        margin-bottom: 15px;
        text-transform: uppercase;
        font-size: 14px;
    }
    .shipment-content h2 {
        font-size: 40px;
        margin-bottom: 20px;
        color: #ffffff;
        font-weight: 700;
        font-family: "Roboto", sans-serif;
    }
    .shipment-content p {
        margin-bottom: 30px;
        color: #ffffff;
    }
    .shipment-content .shipment-btn .default-btn.active {
        margin-left: 30px;
        background-color: transparent;
        border: 1px solid #0383ff;
        color: #0383ff;
    }
    .shipment-content .shipment-btn .default-btn.active:hover {
        background-color: #000024;
        color: #ffffff;
        border-color: #000024;
    }
    .owl-theme .owl-nav {
        display: none;
    }
    
    .owl-dots {
        display: none;
    }
    .logo_item img{
        width: auto !important;
    }
    .clients_logo {
        padding: 50px 0;
    }
    /* contact page css start here */
    .single-contact-info {
        text-align: center;
        -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
        box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
        background-color: #ffffff;
        padding: 30px;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
        border-radius: 4px;
        height:100%;
    }
    .single-contact-info i {
        display: block;
        color: #c82b22;
        -webkit-transition: all ease 0.5s;
        transition: all ease 0.5s;
        font-size: 25px;
        width: 50px;
        height: 50px;
        margin: 0 auto 15px;
        line-height: 50px;
        border: 2px dotted #c82b22;
        border-radius: 50%;
    }
    .single-contact-info h3 {
        -webkit-transition: all ease 0.5s;
        transition: all ease 0.5s;
        font-size: 22px;
        color: #000024;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
    
    }
    .single-contact-info a {
        color: #555555;
        -webkit-transition: all ease 0.5s;
        transition: all ease 0.5s;
        display: block;
        text-decoration: none;
    }
    .section-title h2 {
        font-size: 40px;
        margin-bottom: 15px;
        color: #000024;
    font-weight: 700;
    font-family: "Roboto", sans-serif
       
    }
    .main-contact-area #contactForm {
        -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
        box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
        background-color: #ffffff;
        padding: 50px;
    }
    .form-control {
        height: 50px;
        
        border: 1px solid #ebebeb;
        background-color: transparent;
        border-radius: 0;
        font-size: 16px;
        padding: 10px 20px;
        width: 100%;
    }
    .form-control:focus{
        border-color: #c82b22;
    }
    .main-contact-area .form-group.checkboxs p a {
        color: #c82b22;
    }
    .main-contact-area .form-group.checkboxs p {
        padding-left: 20px;
    }
    .main-contact-area .form-group {
        margin-bottom: 30px;
    }
    textarea.form-control {
        height: auto !important;
    }
    .main-contact-area .form-group.checkboxs p {
        padding-left: 20px;
        margin: 0;
    }
    
    .form-group.checkboxs {
        display: flex;
        align-items: center;
    }
    section.contact-info-area {
        padding: 70px 0;
    }
    
    section.main-contact-area {
        padding: 15px 0 70px;
    }
    .map-area iframe {
        height: 480px;
        width: 100%;
        border: none !important;
        display: block;
    }
    video#video {
    width: 100%;
}
section.video-us-area {
    padding: 70px 0;
    background: #cccccc61;
}
.contact-form-action h2 {
    text-align: center;
    padding-bottom: 20px;
}
form#userRegister {
    width: 90%;
    margin: 0 auto;
    box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    padding: 37px;  
}

.contact-form-heading h2 {
    text-align: center;
    padding-bottom: 25px;
}
    /* contact page css end here */