@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800,900|Roboto:300,400,500,700,900&display=swap");
body {
  font-family: "Roboto";
  font-weight: normal;
  font-style: normal;
  color: #9b9b9b;
}
a:hover, a:active {
  color: #ee1c24;
  text-decoration: none;
}
.img, img {
  max-width: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.grey-bg {
  background: #f9f9f9;
}

.pos-rel {
  position: relative;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

a,
.button {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

.callout .bordered {
    color: #000;
}

a:focus{
  color: inherit;
  text-decoration: none;
}

a,
button {
  color: inherit;
  outline: medium none;
}

button:focus, input:focus, input:focus, textarea, textarea:focus {
  outline: 0;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins";
  color: #282828;
  margin-top: 0px;
  font-style: normal;
  font-weight: 600;
  text-transform: normal;
  line-height: 1.1;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1 {
  font-size: 40px;
  font-weight: 700;
}

h2 {
  font-size: 35px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

ul {
  margin: 0px;
  padding: 0px;
}

li {
  list-style: none;
}

p {
  font-size: 16px;
  font-weight: normal;
  line-height: 28px;
  color: #000;
  margin-bottom: 15px;
}

hr {
  border-bottom: 1px solid #eceff8;
  border-top: 0 none;
  margin: 30px 0;
  padding: 0;
}

label {
  color: #333333;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
}

*::-moz-selection {
  background: #282828;
  color: #ffffff;
  text-shadow: none;
}

::-moz-selection {
  background: #282828;
  color: #ffffff;
  text-shadow: none;
}

::selection {
  background: #282828;
  color: #ffffff;
  text-shadow: none;
}

*::-moz-placeholder {
  color: #282828;
  font-size: 14px;
  opacity: 1;
}

*::placeholder {
  color: #282828;
  font-size: 14px;
  opacity: 1;
}
.pr-55 {
    padding-right: 55px;
}
.pl-55 {
    padding-left: 55px;
}
.ptb100{
  padding: 50px 0;
}
.bg-sky-blue{background: #f1fbff;}
.section-title h2 {
  font-size: 50px;
  margin-top: 22px;
  letter-spacing: -0.3px;
}
.section-title.hlside h2::before{
  margin: initial;
}
.section-title.hlside h2::after{
  left:0;
  right: auto;
}
.section-title h2::before {
  position: absolute;
  bottom: -25px;
  left: 0;
  right: 0;
  content: "";
  width: 50px;
  height: 2px;
  background-color: #fa4612;
  margin: auto;
}
.section-title h2::after {
  position: absolute;
  bottom: -25px;
  left: -45px;
  right: 0;
  content: "";
  width: 5px;
  height: 2px;
  margin: auto;
  background-color: #ffffff;
  -webkit-animation: moveLeftBounces 10s linear infinite;
  animation: moveLeftBounces 10s linear infinite;
}
@keyframes moveLeftBounces {
	0% {
		transform: translateX(0);
	}
	50% {
	
		transform: translateX(45px);
	}
	100% {
		transform: translateX(0);
	}
}
.mb-100{margin-bottom: 60px;}

.about-us-text > span {
  color: #282828;
  font-family: "Poppins";
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
}
.pos-rel {
  position: relative;
}

.mb-35 {
  margin-bottom: 35px;
}

/*.btn {
    color: #ffffff;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    padding: 26px 54px 26px 50px;
    position: relative;
    text-transform: uppercase;
    transition: 0.3s;
    background-image: -moz-linear-gradient(-51deg, #ee1c24 0%, #ee1c24 99%);
    background-image: -webkit-linear-gradient(-51deg, #ee1c24 0%, #ee1c24 99%);
    background-image: -ms-linear-gradient(-51deg, #ee1c24 0%, #ee1c24 99%);
    border-radius: 50px;
    border: none;
    transition: 0.3s;
  }*/
  
  .btn {
    text-transform: uppercase;
  }
  
  body {
    
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji !important";
    
}
  
  
 .btn-link.btn-white {
    color: #fff;
    text-decoration: none;
}
.btn-link.btn-dark {
  color: #000;
  text-decoration: none;
}
.btn-link.btn-dark:hover{background: transparent;}
.btn-link {
  background: transparent;
  border-color: transparent;
  width: auto;
  height: auto;
  line-height: 1;
  border: none;
}
.btn-underlined {
  padding-bottom: 5px;
  position: relative;
}
.btn-underlined:after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #ff5e14;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.btn-white.btn-underlined:hover {
  color: #222;
}
.btn-white.btn-underlined:hover:after {
  background-color: #222;
}
.btn-white.btn-underlined:after {
  background-color: #fff;
}
  .btn i {
    font-size: 16px;
    position: relative;
    left: 6px;
  }
  .request-btn a#search_home {
    font-size: 1.125rem;
    color: #ff3514;
}
.mb-30 {
  margin-bottom: 30px;
}
  .grey-btn,.book_now{
    border-radius: 4px;
    padding: 0.6rem 1rem;
    font-weight: 600;
    color: #fff;
    display: inline-flex;
    outline: none;
    border: none;
    overflow: hidden;
    z-index: 2;
    align-items: center;
    position: relative;
    cursor: pointer;
    background: #222223;
    
  }
  .grey-btn i{margin-right: 9px;}
  
  .blue-btn {
    background: #1e2c8a;
  }
  
  .white-btn {
    background: #ffffff;
    color: #ee1c24;
    transition: 0.3s;
  }
  
  .green-btn {
    background-image: -moz-linear-gradient(-51deg, #00c6fb 0%, #005bea 99%);
    background-image: -webkit-linear-gradient(-51deg, #00c6fb 0%, #005bea 99%);
    background-image: -ms-linear-gradient(-51deg, #00c6fb 0%, #005bea 99%);
  }
  
  .margon-btn {
    background-image: -moz-linear-gradient(-51deg, #cc208e 0%, #6713d2 99%);
    background-image: -webkit-linear-gradient(-51deg, #cc208e 0%, #6713d2 99%);
    background-image: -ms-linear-gradient(-51deg, #cc208e 0%, #6713d2 99%);
  }

  .top-transparent .dropdown:hover>.dropdown-menu {
    display: block;
    top: 100%;
  }
  .top-transparent .navbar-nav .active .nav-link{
      background: transparent;
  }
  .top-transparent .navbar-expand-md .navbar-nav .nav-item, .top-transparent .navbar-expand-lg .navbar-nav .nav-item{
  display: block;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background: transparent;
    line-height: 1;
    position: relative;
    text-transform: capitalize;
    color: #282828;
    font-weight: 500;
}
  .top-transparent .navbar-nav .active .nav-link, .top-transparent .navbar-nav .active .nav-link:hover, .top-transparent .navbar-nav .nav-item:hover > a, .top-transparent .navbar-nav .nav-link:hover {
    background: #f4f4f4;
    color: #ee1c24;
}
.navbar-expand-md .navbar-nav .nav-link, .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0.6rem 0.70rem;
    border-radius: 3px;
    font-weight: 700;
    transition: all .3s;
        font-size: 13px;
}
.nav-link {
    color:#282828;
    font-weight: 500
}
.top-transparent .navbar-expand-md .navbar-nav .nav-item, .top-transparent .navbar-expand-lg .navbar-nav .nav-item {
    padding: 0 0.19rem;
}

.navbar.fixed-menu {
  margin-top: 0;
}
.navbar.fixed-menu {
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  /* height: 100px; */
  background: #ffffff;
  -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.15);
  -webkit-animation-name: animationFade;
  animation-name: animationFade;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes animationFade {
  from {
      opacity: 0;
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0);
  }
  to {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
  }
}
@keyframes animationFade {
  from {
      opacity: 0;
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0);
  }
  to {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
  }
}
.page-title-overlay{
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.page-title-row {
  width: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
}
.page-title-row-inner {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.02);
}
.page-title-row-inner .row {
  padding: 70px 0 70px;
  position: relative;
}
.page-title-row.mainservice {
  background: url(https://spacelogistics.co.uk/web/img/pagetitle-bg.avif);
}
.page-title-row.services-inner-bg{
background: url(https://spacelogistics.co.uk/web/img/4-1.avif);
}
.page-title-row.team-bg{
background: url(https://spacelogistics.co.uk/web/img/team_breadcrumg_1.avif) ;
background-size: contain;
}
.page-title-row.vehical-bg{
  background: url(https://spacelogistics.co.uk/web/img/vehical-bg.avif) top;
  background-size: cover;
  }
  .page-title-row.contact-bg{
    background: url(https://spacelogistics.co.uk/web/img/contact-bg.avif) top;
    background-size: cover;
    }
.page-title-heading h2 {
  display: inline-block;
  text-transform: capitalize;
  font-size: 43px;
  line-height: 1;
  font-weight: 700;
  padding-left: 20px;
  margin-bottom: 12px;
  position: relative;
  color: #fff;
}
.page-title-heading p{
  color: #fff;
  font-size: 16px;
}
.page-title-heading h2:before {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 5px;
  background-color: #ee1c24;
}
.breadcrumb-wrapper {
  z-index: 99;
  display: inline-block;
}
.breadcrumb-wrapper span {
  font-size: 16px;
  display: inline-block;
  font-weight: 400;
  position: relative;
  color: #ee1c24;
  position: relative;
}
.breadcrumb-wrapper a{
  color: #fff;
}
.breadcrumb-wrapper a:hover{color: #ee1c24;}
.breadcrumb-wrapper span {
  padding-right: 20px;
}
.breadcrumb-wrapper span:after {
  position: absolute;
  content: "";
  width: 2px;
  height: 12px;
  right: 6px;
  top: 7px;
  display: inline-block;
  font-style: normal;
  background-color: #fff;
}
.breadcrumb-wrapper span:last-child:after{
  content: none;
} 
.service-item {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
}

.s-overlay{
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 1;
}

.service-item .service-img {
  position: relative;
}

.service-item .service-img:after,.service-item .service-img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.service-item .service-img:before {
  z-index: 1;
  opacity: .4;
  -webkit-background-image: linear-gradient(top,rgba(27,26,26,.35),#1b1a1a 100%);
  -moz-background-image: linear-gradient(top,rgba(27,26,26,.35),#1b1a1a 100%);
  -ms-background-image: linear-gradient(top,rgba(27,26,26,.35),#1b1a1a 100%);
  -o-background-image: linear-gradient(top,rgba(27,26,26,.35),#1b1a1a 100%);
  background-image: linear-gradient(top,rgba(27,26,26,.35),#1b1a1a 100%);
}

.service-item .service-img:after {
  opacity: 0;
  z-index: 2;
  background-color: #ee1c24;
  -webkit-transition: all .4s linear;
  -moz-transition: all .4s linear;
  -ms-transition: all .4s linear;
  -o-transition: all .4s linear;
  transition: all .4s linear;
}

.service-item .service-img img {
  width: 100%;
}

.service-item:hover .service-img:after {
  opacity: .9;
}

.service-item .service-overlay {
  position: absolute;
  left: 0;
  bottom: -50px;
  width: 100%;
  padding: 20px 30px 40px;
  z-index: 2;
  text-align: center;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

.service-item:hover .service-overlay {
  bottom: 0;
}


.service-item .service-title {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 18px;
}

.service-item .service-desc {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
}

.service-item .btn {
  opacity: 0;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.service-item:hover .btn,.service-item:hover .service-desc {
  opacity: 1;
}

.single-slider {
  background-size: cover;
  background-position: center center;
}

.slider-height {
  min-height: 600px;
}

.slider-02-height {
  min-height: 1150px;
}

.slider-content h1 {
  position: absolute;
  z-index: 1;
  font-size: 100px;
  line-height: 1;
  opacity: 0.09;
  top: -63px;
  left: 0;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 2px;
  color: #ffffff;
}
.slider-content h2 {
  font-size: 60px;
  margin-bottom: 65px;
  line-height: 1;
  letter-spacing: -0.3px;
  color: #ffffff;
}
.slider-content h2 span {
  /* color: #ee1c24; */
  font-style: italic;
  -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 2px;
    color: #fff;
  /* text-shadow: -1px 0 #ee1c24, 0 1px #ee1c24, 1px 0 #ee1c24, 0 -1px #ee1c24; */

}
.slider-content h2:hover span{
  -webkit-text-fill-color: #fff;
    -webkit-text-stroke-width: 0;
    color: #fff;
}
.slider-content p {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  line-height: 32px;
  padding: 0 170px;
  margin-bottom: 35px;
}

.slider-02-content h2 {
  margin-bottom: 41px;
}

.slider-meta {
  position: relative;
  padding-bottom: 16px;
  margin-bottom: 27px;
}
.slider-meta span {
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  font-family: "Poppins";
  padding: 0 10px;
}
.slider-meta::before {
  width: 357px;
  position: absolute;
  content: "";
  height: 2px;
  background: #ffffff;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.slider-text h2 {
  font-size: 100px;
  margin-bottom: 50px;
  line-height: 1;
  letter-spacing: -0.3px;
  color: #ffffff;
}

.slider-button a.btn:hover {
  transform: translateY(0);
  background: #ffffff;
  color: #ee1c24;
}

.slider-button a.white-btn {
  color: #ee1c24;
  margin-left: 5px;
  transition: 0.3s;
  background-color: #fff;
}
.slider-button a.white-btn:hover {
  background-image: -moz-linear-gradient(-51deg, #eb120a 0%, #ee1c24 99%);
  background-image: -webkit-linear-gradient(-51deg, #eb120a 0%, #ee1c24 99%);
  background-image: -ms-linear-gradient(-51deg, #eb120a 0%, #ee1c24 99%);
  color: #ffffff;
}

.border-btn {
  font-size: 15px;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 2px solid #ffffff;
  transition: 0.3s;
  display: inline-block;
  margin-top: 18px;
  margin-left: 30px;
  padding-bottom: 5px;
}
.border-btn:hover {
  color: #ee1c24;
  border-color: #ee1c24;
}
.border-btn i {
  position: relative;
  left: 6px;
}

.slider-video-icon {
  margin-top: 110px;
  text-align: right;
}
.slider-video-icon a {
  font-size: 22px;
  color: #ee1c24;
  background: #ffffff;
  height: 120px;
  display: inline-block;
  width: 120px;
  line-height: 120px;
  text-align: center;
  border-radius: 50%;
  transition: 0.3s;
  position: relative;
}
.slider-video-icon a::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -2px;
  left: -2px;
  bottom: -2px;
  right: -2px;
  border-radius: inherit;
  border: 1px solid #fff;
  -webkit-animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
  animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
  transition: 0.3s;
}

@-webkit-keyframes btnIconRipple {
  0% {
    border-width: 4px;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  80% {
    border-width: 1px;
    -webkit-transform: scale(1.35);
    transform: scale(1.35);
  }
  100% {
    opacity: 0;
  }
}
.slider-03-space {
  padding-top: 268px;
}

.slider-active .slick-arrow {
  font-size: 22px;
  left: 8%;
  opacity: 1;
  position: absolute;
  text-align: center;
  top: 49%;
  transition: all 0.3s ease 0s;
  visibility: visible;
  color: #ffffff;
  height: 55px;
  width: 55px;
  line-height: 55px;
  border-radius: 5px;
  cursor: pointer;
  z-index: 9;
  background-image: -moz-linear-gradient(-51deg, #eb120a 0%, #ee1c24 99%);
  background-image: -webkit-linear-gradient(-51deg, #eb120a 0%, #ee1c24 99%);
  background-image: -ms-linear-gradient(-51deg, #eb120a 0%, #ee1c24 99%);
  border: none;
}

.slider-active .slick-next {
  top: 35%;
}

.slider-active .slick-arrow:hover {
  background: #ffffff;
  color: #ee1c24;
}

.slider-02-active .slick-arrow {
  width: 70px;
  height: 70px;
  line-height: 70px;
  background: #ffffff;
  padding: 0;
  border-radius: 5px;
  color: #ee1c24;
  font-size: 22px;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 70px;
  z-index: 99;
  transform: translateY(-50%);
  border: 0;
  cursor: pointer;
  transition: 0.3s;
}

.slider-02-active .slick-next {
  right: 70px;
  left: auto;
}

.slider-02-active .slick-arrow:hover {
  background-image: -moz-linear-gradient(-51deg, #eb120a 0%, #ee1c24 99%);
  background-image: -webkit-linear-gradient(-51deg, #eb120a 0%, #ee1c24 99%);
  background-image: -ms-linear-gradient(-51deg, #eb120a 0%, #ee1c24 99%);
  color: #ffffff;
}

.breadcrumb-area {
  background-position: center center;
  background-size: cover;
}

.breadcrumb-text {
  position: relative;
  z-index: 1;
}

.breadcrumb-text > h1 {
  font-size: 120px;
  margin-bottom: 12px;
  text-transform: capitalize;
  line-height: 1;
  color: #ffffff;
}

.breadcrumb-menu li {
  display: inline-block;
  position: relative;
  padding: 0 35px;
}

.breadcrumb-menu li a {
  color: #ee1c24;
  font-size: 30px;
  text-transform: capitalize;
  transition: all 0.3s ease 0s;
  font-weight: 500;
}

.breadcrumb-menu li::before {
  content: "ï„";
  display: inline-block;
  padding-bottom: 0;
  position: absolute;
  top: 3px;
  left: -11px;
  font-family: "Font Awesome 5 Pro";
  color: #fff;
  font-size: 30px;
}

.breadcrumb-menu li:first-child::before {
  display: none;
}

.breadcrumb-menu span {
  color: #ffffff;
  font-size: 30px;
  text-transform: capitalize;
  font-weight: 500;
}

.history-area {
  background-size: cover;
  background-position: center center;
}

.inner-history {
  background: #ffffff;
  padding: 30px 20px 28px;
  position: relative;
}
.inner-history::before {
  position: absolute;
  content: "";
  background: #ececec;
  height: 2px;
  width: 100%;
  left: 0;
  bottom: -41px;
  transition: 0.3s;
  transition: 0.3s;
}
.inner-history::after {
 /* background-image: url("https://spacelogistics.co.uk/web/img/bg/001.jpg");*/
  background-repeat: no-repeat;
  content: "";
  height: 100%;
  position: absolute;
  transition: all 0.3s ease 0s;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  opacity: 0;
  background-size: cover;
}

.history-wrapper:hover .inner-history::after {
  opacity: 1;
}

.history-wrapper.active .inner-history::after {
  opacity: 1;
}

.history-wrapper:hover .inner-history::before {
  background: #ee1c24;
}

.history-wrapper.active .inner-history::before {
  background: #ee1c24;
}

.history-text {
  position: relative;
  z-index: 99;
}
.history-text h4 {
  font-size: 20px;
  margin-bottom: 7px;
  transition: 0.3s;
}
.history-text p {
  margin-bottom: 0;
  font-size: 16px;
  transition: 0.3s;
}
.history-text::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 10px 0 10px;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  content: "";
  bottom: -43px;
  left: 0;
  right: 0;
  margin: auto;
  transition: 0.3s;
}

.history-wrapper:hover .history-text::before {
  border-color: #ee1c24 transparent transparent transparent;
}

.history-wrapper.active .history-text::before {
  border-color: #ee1c24 transparent transparent transparent;
}

.history-wrapper:hover .history-text h4 {
  color: #ffffff;
}

.history-wrapper:hover .history-text p {
  color: #ffffff;
}

.history-wrapper.active .history-text h4 {
  color: #ffffff;
}

.history-wrapper.active .history-text p {
  color: #ffffff;
}

.history-info {
  background: #ee1c24;
  padding: 9px 17px;
  display: inline-block;
  margin-top: 70px;
  position: relative;
}
.history-info::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 15px 10px;
  border-color: transparent transparent #ee1c24 transparent;
  left: 0;
  right: 0;
  margin: auto;
  top: -15px;
}
.history-info h5 {
  color: #ffffff;
  margin-bottom: 0;
  line-height: 1;
  font-size: 16px;
}

.air-img {
  position: relative;
}
.air-img img {
  width: 100%;
}

.air-text h2 {
  font-size: 35px;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 35px;
}
.air-text h2 i {
  color: #ee1c24;
  margin-right: 15px;
}
.air-text p {
  font-size: 16px;
}

.air-video-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  text-align: center;
}
.air-video-icon a {
  font-size: 16px;
  color: #ffffff;
  background-image: -moz-linear-gradient(-51deg, #eb120a 0%, #ee1c24 99%);
  background-image: -webkit-linear-gradient(-51deg, #eb120a 0%, #ee1c24 99%);
  background-image: -ms-linear-gradient(-51deg, #eb120a 0%, #ee1c24 99%);
  height: 80px;
  display: inline-block;
  width: 80px;
  line-height: 80px;
  text-align: center;
  border-radius: 50%;
  transition: 0.3s;
  position: relative;
}
.air-video-icon a::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -2px;
  left: -2px;
  bottom: -2px;
  right: -2px;
  border-radius: inherit;
  border: 1px solid #ee1c24;
  -webkit-animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
  animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
  transition: 0.3s;
}

@-webkit-keyframes btnIconRipple {
  0% {
    border-width: 4px;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  80% {
    border-width: 1px;
    -webkit-transform: scale(1.35);
    transform: scale(1.35);
  }
  100% {
    opacity: 0;
  }
}
.air-info {
  margin-top: 18px;
}
.air-info h2 {
  font-size: 35px;
  line-height: 1;
  margin-bottom: 25px;
  font-weight: 600;
}
.air-info p {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 0;
  position: relative;
  padding-left: 25px;
  margin-bottom: 24px;
}
.air-info p::before {
  position: absolute;
  content: "";
  background-image: -moz-linear-gradient(-51deg, #eb120a 0%, #ee1c24 99%);
  background-image: -webkit-linear-gradient(-51deg, #eb120a 0%, #ee1c24 99%);
  background-image: -ms-linear-gradient(-51deg, #eb120a 0%, #ee1c24 99%);
  height: 77px;
  width: 4px;
  left: 0;
  top: 7px;
}

.air-link ul li {
  display: flex;
  margin-bottom: 12px;
}
.air-link ul li:last-child {
  margin-bottom: 0;
}
.air-link ul li i {
  font-size: 16px;
  color: #ee1c24;
  margin-right: 17px;
  position: relative;
  top: 11px;
}
.air-link ul li span {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: #9b9b9b;
}

button {
  cursor: pointer;
}

.service-list li a {
  background: #f6f6f6;
  display: block;
  padding: 17px 30px;
  color: #666;
  position: relative;
  font-weight: 500;
}

.service-list li a:hover {
  background-image: -moz-linear-gradient(-51deg, #eb120a 0%, #ee1c24 99%);
  background-image: -webkit-linear-gradient(-51deg, #eb120a 0%, #ee1c24 99%);
  background-image: -ms-linear-gradient(-51deg, #eb120a 0%, #ee1c24 99%);
  color: #fff;
}

.service-list li {
  margin-bottom: 7px;
}

.service-list li a::before {
  content: "ï„";
  display: inline-block;
  padding-bottom: 0;
  position: absolute;
  top: 15px;
  right: 30px;
  font-family: "Font Awesome 5 Pro";
  color: #666;
  font-size: 18px;
}

.service-list li a:hover::before {
  color: #ffffff;
}

.download-link li {
  padding-bottom: 12px;
}
.download-link li:last-child {
  padding-bottom: 0;
}

.download-link li a {
  font-size: 18px;
  color: #9b9b9b;
  font-size: 18px;
  font-weight: 500;
  font-family: "Poppins";
  transition: 0.3s;
}
.download-link li a:hover {
  color: #ee1c24;
}

.download-link li a i {
  color: #ee1c24;
  font-size: 16px;
  margin-right: 10px;
}

.sea-content .about-icon {
  margin-right: 12px;
}

.sea-content .about-icon i {
  font-size: 35px;
}

.sea-content .about-info h2 {
  font-size: 35px;
}

.sea-content .about-info > span {
  font-size: 14px;
}

.sea-content .about-info h2 > span {
  top: -22px;
  left: -5px;
}

.sea-info p {
  font-size: 16px;
  line-height: 30px;
}

.icon-box{
  margin-bottom: 35px;
  position: relative;
}

.icon-box.has-line:before {
  content: '';
  position: absolute;
  width: 1px;
  height: -webkit-calc(100% + 35px);
  height: calc(100% + 35px);
  top: 0;
  left: 35px;
  background-color: #efefef;
}

.icon-box .icon{
  float: left;
  font-size: 30px;
    color: #0c1239;
    width: 70px;
    height: 70px;
    line-height: 70px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    border: 1px solid #dbdbdb;
    position: relative;
    z-index: 99;
    background-color: #fff;
    display: block;
}

.icon-box .icon:before {
  content: "";
  background-color: rgba(238,28,36,.2);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  border-radius: 50%;
}

.icon-box:hover .icon:before{
  background-color: rgba(238,28,36,1);
  z-index: 0;
}
.icon-box:hover i{
  color: #fff;
  position: relative;
}

.icon-box .icon i:before {
  font-size: 30px;
}
.icon-box h4, .icon-box .desc {
  padding-left: 100px;
}
.icon-box h4{
  padding-top: 0;
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 10px;
  margin: 0;
}
.icon-box .desc {
  position: relative;
  z-index: 10;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.icon-box:last-child {
  margin-bottom: 0;
}

.features-bg-img {
  background-size: cover;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 50%;
  background-position: center center;
}

.features-wrapper {
  padding: 80px 240px 100px 100px;
}
.about-us-wrapper {
  margin-top: 17px;
}
.skills-bg-img {
  background-size: cover !important;
  height: 100%;
  right: 0;
  position: absolute;
  top: 0;
  width: 50%;
  background-position: center left !important;
}
.skills-wrapper {
  padding: 97px 199px 100px 201px;
}
footer {
    background-color: #252525;
    padding: 50px 0 0 0;
}
.footer-title {
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 22px;
  font-weight: 600;
  position: relative;
  padding-bottom: 23px;
}
.footer-title::before {
  height: 3px;
  width: 45px;
  background: #ee1c24;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.3s;
}
.footer-link ul li {
  padding-bottom: 6px;
}
.footer-link ul li a {
  color: #d4d4d4;
  font-size: 14px;
  font-weight: 400;
  transition: 0.3s;
}
.footer-link ul li a:hover {
  color: #ee1c24;
  border-bottom: 1px solid #ee1c24;
}
.footer-bottom
{
  background: #333333;
  padding: 25px 0;
}
.copyright p a {
  color: #ee1c24;
}
.footer-social-icon a {
  color: #9f9f9f;
  font-size: 14px;
  display: inline-block;
  text-align: center;
  transition: 0.3s;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  border: 2px solid #9f9f9f;
  border-radius: 50%;
  margin-right: 5px;
}
.footer-social-icon a:hover {
  color: #ffffff;
  background-image: -moz-linear-gradient(-51deg, #eb120a 0%, #ee1c24 99%);
  background-image: -webkit-linear-gradient(-51deg, #eb120a 0%, #ee1c24 99%);
  background-image: -ms-linear-gradient(-51deg, #eb120a 0%, #ee1c24 99%);
  border-color: #ee1c24;
}


.menu {
  cursor: pointer;
}
.line {
  fill: none;
  stroke: black;
  stroke-width: 6;
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
          stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
.line1 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}
.line2 {
  stroke-dasharray: 60 60;
  stroke-width: 6;
}
.line3 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}
.opened .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}
.opened .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
  stroke-width: 6;
}
.opened .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}
#scrollTopBtn {
  position: fixed;
  right: 10px;
  bottom: 90px;
  width: 45px;
  height: 45px;
  opacity: 0;
  z-index: 1000;
  font-size: 18px;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  color: #fff;
  background-color: #282828;
  overflow: hidden;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
#scrollTopBtn.actived {
  right: 30px;
  opacity: 1;
}
#scrollTopBtn:hover {
  background-color: #ee1c24;
}
.callout{
  font-size: 14px;
    color: #FFF !important;
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
}
.bg-scroll {
  width: 100%;
  background-attachment: fixed !important;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.cta-bg-img {
  background-image: url('https://spacelogistics.co.uk/web/img/bg_6.avif');
  background-repeat: no-repeat;
  background-position: center center;
}
.bg-overlay-red{
  position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 0, 0, 0.5);
    left: 0;
    opacity: 0.6;
}
.member {
  position: relative;
  margin-bottom: 30px;
}
.member .member__img {
  position: relative;
}
.member .member__img img {
  width: 90%;
  border-radius: 4px;
  box-shadow: 0px 14px 47px 0px rgba(28, 28, 28, 0.24);
  margin-bottom: 25px;
}
.member .member__info {
  padding-top: 24px;
}
.member .member__info .member__name {
  font-size: 19px;
  margin-bottom: 7px;
}

.member .member__info .member__desc {
  margin-bottom: 0;
}
.veh-price{ color: #ee1c24; margin-bottom: 15px; display: block}
.veh-price1{ color: #ee1c24; margin-bottom: 15px; font-size: 12px; display: block}
.veh-price2{ color: #ee1c24; margin-bottom: 15px; font-size: 12px; display: block}
.veh-price3{ color: #ee1c24; margin-bottom: 15px; font-size: 12px; display: block}
.veh-price4{ color: #ee1c24; margin-bottom: 15px; font-size: 12px; display: block}
.veh-price5{ color: #ee1c24; margin-bottom: 15px; font-size: 12px; display: block}
.veh-price6{ color: #ee1c24; margin-bottom: 15px; font-size: 12px; display: block; width: 100px;}
@media (max-width: 768px){
	.veh-price6
	{ 
 		width: 75px;
 	}
}


@media screen and (min-width:768px){
    .desk-hide {
    display: none !important;
}


}


.padding-60px-bottom {
  padding-bottom: 60px;
}
.margin-60px-bottom {
  margin-bottom: 60px;
}
.margin-45px-right {
  margin-right: 45px;
}
.margin-20px-bottom {
  margin-bottom: 20px;
}

.no-hover-effect:hover{
  color: #fff;
  transform: translateY(-10px);
}
.career-wrapper {
  border-top: 4px solid #ee1c24;
  padding: 40px 20px 40px 40px;
  box-shadow: 0px 0px 29.7px 0.3px rgba(226, 226, 226, 0.78);
}
.career-text span {
  background-color: #ffefe7;
  color: #ee1c24;
  font-size: 15px;
  font-weight: 700;
  padding: 6px 11px;
  border-radius: 5px;
  line-height: 1;
}
.career-text h3 {
  font-size: 24px;
  margin-top: 21px;
  margin-bottom: 13px;
}
.career-text p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 24px;
}
.career-text a.btn {
  padding: 16px 32px 16px 29px;
  background: #fff2ed;
  color: #ee1c24;
  transition: 0.3s;
  transform: translateY(0);
}
.career-text a.btn:hover {
  background-image: -moz-linear-gradient(-51deg, #eb120a 0%, #ee1c24 99%);
  background-image: -webkit-linear-gradient(-51deg, #eb120a 0%, #ee1c24 99%);
  background-image: -ms-linear-gradient(-51deg, #eb120a 0%, #ee1c24 99%);
  color: #ffffff;
}


.nav-pills.careertab .nav-link.active, .nav-pills.careertab .show>.nav-link {
  color: #fff;
  background-color: #222223;
}
.radio-list li label,
.radio-list-primary li label,
.otherbtns a{
background: #fff;
border: 1px solid #ee1c24;
color: #ee1c24;
width: 100%;
padding-right: 20px;
border-radius: 3px;
font-weight: 400;
text-decoration: none;
font-size: 1em;
padding: .4em 1em;
display: inline-block;
position: relative;
line-height: normal;
margin-right: .1em;
cursor: pointer;
vertical-align: middle;
text-align: center;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
overflow: visible;
max-width: 100%;
margin-bottom: 5px;
}

.radio-list li input,
.radio-list-primary li input {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
input[type=checkbox], input[type=radio] {
  margin: 4px 0 0;
  line-height: normal;
}
.radio-active {
  background: #ee1c24!important;
  color: #fff!important;
}

.formall label {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #555;
  margin-bottom: 10px;
  cursor: pointer;
}
.sm-form-control {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 14px;
  font-size: 15px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 2px solid #ddd;
  border-radius: 0!important;
  -webkit-transition: border-color ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s;
  transition: border-color ease-in-out .15s;
}
.sm-form-control {
  height: auto;
}
.sm-form-control:focus {
  border-color: #aaa;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.fancy-title {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 2rem;
}
.fancy-title h3 {
  position: relative;
  margin-bottom: 0;
  font-size: 1.5rem;
  
}
.title-border::after, .title-border::before {
  border-top-width: 1px;
  border-top-style: solid;
}
.fancy-title::after, .fancy-title::before {
  content: '';
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  height: 0;
  border-top: 3px double #e5e5e5;
}


.brand-logo {
  margin: 35px auto;
}
.login-sec {
  /*min-height: 450px;*/
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
  margin-bottom: 40px
}

.reg-sec{
  min-height: 640px;
}

.login-sec .login-panel.active {
  opacity: 1;
  transform: translateX(0);
  -webkit-transform: translateX(0);
}

.login-panel {
  padding: 0px 40px;
  /*position: absolute;*/
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all .5s ease;
  opacity: 0;
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
}
.login-panel .panel-heading {
  margin-bottom: 30px;
}
.panel-title {
  font-weight: 700;
  margin-top: 0px;
  font-size: 19px;
}
.ddignin{
  width: 200px;
}
.orsec {
  position: relative;
  font-size: 1.5em;
  color: #aaa;
  margin-top: 0;
  margin-bottom:0;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.orsec .spanOr {
  width: 100%;
  display: block;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.meduim-btn{
  padding: 20px 40px;
}
.brand-logo img{width: 250px;}
.panel-login .form-control, .panel-signup .form-control, .panel-forgot .form-control {
  background-color: #fff;
  color: #333333;
  font-size: 18px;
  height: 50px;
  margin-bottom: 20px;
  padding: 12px 22px;
  border-radius: 3px;
  box-shadow: 0 3px 6px 0 rgba(0,0,0,0.1), 0 0 2px 0 rgba(0,0,0,0.1);
  border: solid 1px #bcc2ce;
  outline: none;
}
.loginForm .btn{
  padding: 20px;
}
.orsec .spanOr:before, .orsec .spanOr:after {
  content: "";
  background-color: #ddd;
  width: 55%;
  height: 1px;
  position: absolute;
  top: 19px;
}
.orsec .spanOr:before {
  left: -50px;
}
.orsec .spanOr:after {
  right: -50px;
}
article.post-large .post-image {
  margin-bottom: 25px;
}

.post-author img {
	max-height: 80px;
	max-width: 80px;
}

.post-author p {
	font-size: 0.9em;
	line-height: 22px;
	margin: 0;
	padding: 0;
}

.post-author p .name {
	font-size: 1.1em;
}

.post-author .img-thumbnail {
	display: inline-block;
	float: left;
	margin-right: 20px;
}

/* Post Comments */
ul.comments {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.comments li {
	clear: both;
	padding: 10px 0 0 70px;
}

ul.comments li img.avatar {
	height: 48px;
	width: 48px;
}

ul.comments li ul.reply {
	margin: 0;
}

ul.comments li a {
	text-decoration: none;
}

ul.comments li .img-thumbnail {
	margin-left: -70px;
	position: absolute;
}

ul.comments li .comment {
	margin-bottom: 10px;
}

ul.comments .comment-arrow {
	border-bottom: 12px solid transparent;
	border-right: 12px solid #f7f7f7;
	border-top: 12px solid transparent;
	height: 0;
	left: -12px;
	position: absolute;
	top: 12px;
	width: 0;
}

ul.comments .comment-block {
	background: #f7f7f7;
	border-radius: 5px;
	padding: 20px 20px 30px;
	position: relative;
}

ul.comments .comment-block p {
	font-size: 0.9em;
	line-height: 21px;
	margin: 0;
	padding: 0;
}

ul.comments .comment-block .comment-by {
	display: block;
	font-size: 1em;
	line-height: 21px;
	margin: 0;
	padding: 0 0 5px 0;
}

ul.comments .comment-block .date {
	color: #999;
	font-size: 0.9em;
}

/* Leave a Comment */
.post-leave-comment h3 {
	margin: 0 0 40px;
}

/* Recent Posts */
.recent-posts h4 {
	margin-bottom: 7px;
}

.recent-posts article.recent-post h4 {
	margin: 0 0 3px 0;
}

.recent-posts article.recent-post h4 a {
	display: block;
}

.recent-posts .date {
	margin-right: 10px;
	text-align: center;
}

.recent-posts .date .month {
	background: #CCC;
	color: #FFF;
	font-size: 0.9em;
	padding: 3px 10px;
	position: relative;
	top: -2px;
}

.recent-posts .date .day {
	background: #F7F7F7;
	color: #CCC;
	display: block;
	font-size: 18px;
	font-weight: 500;
	font-weight: bold;
	padding: 8px;
}

section.section .recent-posts .date .day {
	background: #FFF;
}


.nav-pills.menu-categories .nav-link.active, .nav-pills.menu-categories .show>.nav-link,.nav-pills.menu-categories .nav-link.active:hover {
    color: #fff;

    background-color: #fff;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.1), 0 1px 2px 0 rgba(0,0,0,.06);
    border-radius: 6px;
    color: #0e1726;
}

.nav-pills.menu-categories .nav-link{
  font-size: 14px;
    color: #0e1726;
    padding: 11px 14px;
    transition: .600s;
    margin-bottom: 4px;
    font-weight: 600;
    letter-spacing: 1px;
    flex-wrap: wrap;
}
.nav-pills.menu-categories .nav-link:hover {
    background: #bfc9d4;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.1), 0 1px 2px 0 rgba(0,0,0,.06);
    border-radius: 6px;
}
.nav-pills.menu-categories .nav-link i{
      font-size: 18px;
    width: 28px;
    color: #506690
}
.nav-pills.menu-categories .nav-link.active,
.nav-pills.menu-categories .nav-link.active i{
color: #ee1c24 !important
}
.widget-content-area {
    -webkit-box-shadow: 0 4px 6px 0 rgba(85, 85, 85, 0.09019607843137255), 0 1px 20px 0 rgba(0, 0, 0, 0.08), 0px 1px 11px 0px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0 4px 6px 0 rgba(85, 85, 85, 0.09019607843137255), 0 1px 20px 0 rgba(0, 0, 0, 0.08), 0px 1px 11px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0 4px 6px 0 rgba(85, 85, 85, 0.09019607843137255), 0 1px 20px 0 rgba(0, 0, 0, 0.08), 0px 1px 11px 0px rgba(0, 0, 0, 0.06);
}
.user-profile .widget-content-area,
.user-booknow .widget-content-area {
    border-radius: 6px;
}
.widget-content-area {
    padding: 20px;
    position: relative;
    background-color: #fff;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}
.user-profile .widget-content-area .user-info {
    margin-top: 40px;
}
.user-profile .widget-content-area .user-info img {
    border-radius: 9px;
    box-shadow: 0 6px 10px 0 rgba(0,0,0,.14), 0 1px 18px 0 rgba(0,0,0,.12), 0 3px 5px -1px rgba(0,0,0,.2);
}
.user-profile .widget-content-area .user-info p {
    font-size: 20px;
    font-weight: 600;
    margin-top: 22px;
    color: #ee1c24;
}
.user-booknow .nv-block{
  padding: 50px
}
.psbtn{
  padding: 20px 54px 20px 50px
}
.round-btn{
  height: 35px;
    width: 35px;
    display: flex;
    justify-content: center;
    align-self: center;
    background-color: #1b55e2;
    background: linear-gradient(to right, #ff7379 0%, #ee1c24 100%);
    border-radius: 100px;
    box-shadow: 0 10px 15px rgba(0, 69, 255, 0.2);
}

.add-icon i {
    font-size: 17px;
    vertical-align: middle;
    margin-right: 0;
    color: #fff;
    align-self: center;
}
.smallet-btn{padding: 12px 54px 12px 50px;}

input[type="text"], input[type="email"], textarea, select {
    outline: none;
    width: 100%;
    padding: 10px 20px;
    font-size: 15px;
    outline: 0;
    font-weight: 500;
    color: #717171;
    height: 45px;
    border-radius: 3px;
    border: 1px solid #dbdbdb;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .06);
    margin: 0;
  }

.stock-images [type="radio"]:not(:checked), .stock-images [type="radio"]:checked {
    position: absolute;
    opacity: 0;
    pointer-events: none;
        box-sizing: border-box;
    padding: 0;
    color: inherit;
    font: inherit;
    margin: 0;
    line-height: normal;
}
.stock-images p{line-height: normal; font-size: 12px;margin: 5px;}
  .stock-images .image {
  opacity: 0.7;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-position: center center;
  background-color: gray;
  margin: 0 auto
}
.stock-images .image:hover {
  opacity: 1;
}
.stock-images [type="radio"] + label:before,
.stock-images [type="radio"] + label:after {
  display: none;
}
.stock-images [type="radio"] + label {
  width: 100%;
  height: 80px;
  padding: 0;
  text-align: center;
}
.stock-images [type="radio"]:not(:checked) + label .image {
  border: 2px solid white;
}
.stock-images [type="radio"]:checked + label .image {
  border: 2px solid red;
  opacity: 1;
}

.roundnum{
  line-height: normal;
    border-radius: 100px !important;
    width: 50px;
    height: 50px;
}

.textlink{
  background: transparent !important;
  border-color: transparent !important;
  font-weight: 600 !important
}
.textlink:hover{text-decoration: none !important; color: #000 !important}

/***********fergot password***********/
.h-100vh {
  height: 100vh;
}

.bg-gradient {
  /* background: linear-gradient(to right, #797cd2, #393e9e); */
  background: linear-gradient(to right, #f74d53, #ee1c24);
}
.home-table {
  display: table;
  width: 100%;
  height: 100%;
}
.home-table .home-table-center {
  display: table-cell;
  vertical-align: middle;
}
.home-table .home-table-center .account_box {
  border-radius: 12px;
  padding: 50px 40px;
  background: #fff;
}
.home-table .home-table-center .account_box h5 {
  font-size: 20px;
  max-width: 300px;
  line-height: 1.4;
}
.btmsmall{
  padding: 20px 54px 20px 50px;
}

/* Payment Images */
  .payment-images [type="radio"]:not(:checked), .payment-images [type="radio"]:checked {
      position: absolute;
      opacity: 0;
      pointer-events: none;
          box-sizing: border-box;
      padding: 0;
      color: inherit;
      font: inherit;
      margin: 0;
      line-height: normal;
  }
  .payment-images p{line-height: normal; font-size: 12px;margin: 5px;}
    .payment-images .image {
    width: 80px;
    height: 80px;
    background-position: center center;
    background-size:contain;
    margin: 0 auto
  }
  .payment-images .image:hover {
    opacity: 1;
  }
  .payment-images [type="radio"] + label:before,
  .payment-images [type="radio"] + label:after {
    display: none;
  }
  .payment-images [type="radio"] + label {
    width: 100%;
    height: 80px;
    padding: 0;
    text-align: center;
  }
  .payment-images [type="radio"]:not(:checked) + label .image {
    border: 2px solid white;
  }
  .payment-images [type="radio"]:checked + label .image {
    border: 2px solid red;
    opacity: 1;
  }
  .payment-images .veh-price1 {
      color: #000;
      margin-bottom: 15px;
      font-size: 12px;
      display: block;
  }
/* Payment Images */

/* Instant Checkout Page Css */
#idForm {
    max-width: 1100px;
    padding: 50px 0;
}
  .VanMain {
    background-color: #fff !important;
    box-shadow: 0px 0px 9px -1px rgba(0, 0, 0, 0.98)!important;
    border: solid 2px #a7a6a6;
    padding: 10px !important;
    text-align: center;
    /*margin:10px 1.2% 10px 0%;*/
    vertical-align: top;
    border-radius: 5px;
    transform: scale(1);
    transition: 0.3s;
    background: whitesmoke;
    /*max-width:15.6% !important;*/
  }
  .VanMain img {
      width: 100%;
  }
  .VanMain span {
      letter-spacing: 0.5px;
      font-weight: 500;
  }
  .VanMain .veh-price1 {
      letter-spacing: 0.5px;
      font-weight: 500;
      color:red;
  }
  .VanActive{
    transform: scale(1.1);
    z-index: 1;
    position: relative;
  }
  .VanForm{
    text-align: center;margin:60px 0px 60px 0px !important;background-color: #fff;color: #ed1c24;padding: 31px 0px;border: solid 1px #e4e1e1;
  }
  .DeliveryMain{
    margin:60px 0px 60px 0px !important;
  }
  .VanForm label{
    color:red;
  }
  .VanForm button{
    border: none;
    color: #fff;
    padding: 8px 15px 8px 15px;
    transition: 0.3s ease;
    border-radius: 5px;
    position: relative;
    left: -16%;
    top: 43%;
  }
  .VanForm button:hover{
    color: #fff;
    background-image: -webkit-linear-gradient(-51deg, #bd0d14 0%, #bd0d14 99%);
  }
  .hide{
    display:none !important;
  }
  .BlackDiv{
    background-color: #353535 !important;
    color: #fff !important;
    padding: 20px;
  }
  .BlackDiv h3{
    color: #fff !important;
    font-size: 2em;
    clear: both;
    padding: 0 0 .4em;
    line-height: 1.1;
    margin: 0;
    font-weight: 300;
    font-family: "Roboto";
  }
  .WhiteDiv{
    background-color: #ffffff !important;
    color:#353535;
    padding: 20px;
  }
  .WhiteDiv h3{
    color:#353535;
    font-size: 2em;
    clear: both;
    padding: 0 0 .4em;
    line-height: 1.1;
    margin: 0;
    font-weight: 300;
    font-family: "Roboto";
  }

  .BlackDiv h4{
    color:#ffffff;
    font-size: 1.75em;
    clear: both;
    padding: 0 0 .4em;
    line-height: 1.1;
    margin: 0;
    font-weight: 300;
    font-family: "Roboto";
  }
  .WhiteDiv h4{
    color:#353535;
    font-size: 1.75em;
    clear: both;
    padding: 0 0 .4em;
    line-height: 1.1;
    margin: 0;
    font-weight: 300;
    font-family: "Roboto";
  }
  .BlackDiv p{
    color:#ffffff;
  }
  .WhiteDiv p{
    color:#353535;
  }
  .DeliveryDiv button{
    padding: 5px;
    border-radius: 5px !important;
    border: none;
    color: #fff;
    background-color: #ed1c24;
    margin-bottom: 15px;
  }
  .ShippingForm{
    background: #ffffff !important;
  }
  .ShippingForm h3{
    font-size: 2em;
    clear: both;
    padding: 0 0 .4em;
    line-height: 1.1;
    margin: 0;
    font-weight: 300;
    font-family: "Roboto";
  }
  .ShippingForm table{
    width: 100%;
    margin: 0 0 1em;
    border-collapse: collapse;
    text-align: initial;
    border: 1px solid rgba(0,0,0,.07);
  }
  .ShippingForm table td, .ShippingForm table th {
      padding: 1em;
      border: 1px solid rgba(0,0,0,.07);
  }
  .terms_div{
    margin: 0px 5%;
  }
/* Instant Checkout Page Css */

/* Quote Summery Page Css */
  .vsmd_hding{
    margin-bottom: 15px;
    font-family: "Roboto";
    font-size: 2em;
    clear: both;
    padding: 0 0 .4em;
    line-height: 1.1;
    margin: 0;
    font-weight: 300;
  }
  .paynow{
    margin: 45px 0px 50px 0px;
  }
  .paynow_txt_div{
    width: 9%;margin: 0 auto;
  }
  .paynow_txt {
    font-size: 19px;
    margin: 21px 0px 15px 0px;
    border-bottom: 1px double #252525;
    padding: 8px;
    color: #000;
  }
  .paymetntwpr {
      width: auto;
      display: inline-block;
  }
  .worl_img{
    height: 3.2em;
    outline: none;
    font: inherit;
    width: 100%;
    background: transparent;
    line-height: 1;
    width: 100%;
    display: block;
    padding: .1em;
    background: transparent;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
    width: 132px !important;
    border: solid 2px #ed1c24 !important;
    -webkit-appearance: none;
    color: #181818;
  }
/* Quote Summery Page Css */

#token_container_holder{
  width:100%;
}
#_iframe_holder{
  width:100% !important;
}

/* Discount Banner Css */
  .OfferBanner{
    width:100%;
    height:100px;
    position:relative;
  }
  .OfferBanner img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left;
  }
  .OfferBanner h1{
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    width: 100%;
    font-size: 19px;
    transform: translate(-50%, -50%);
    font-family: "Roboto";
    color: #fff;
    text-shadow: 0px 5px 10px #000;
  }
/* Discount Banner Css */


@media screen and (max-width:991px){
    .navbar-brand img {
    width: 180px !important;
}
}

@media screen and (max-width:767px){
    .slider-button a.white-btn {
    width: 226px !important;
}

#myVideo {
    display: none;
}

}

@media screen and (min-width:487px) and (max-width:767px){
  .slider-button a.white-btn {
    margin-top: 0px !important;
}

}

@media screen and (min-width:992px) and (max-width:1199px){
    .request-btn {
    padding-left: 2rem!important;
}

div#navbarSupportedContent ul li a {
    font-size: 14px;
    padding: 0.5rem 0.5rem;
}
    
}



ul.cls-ul li {
    list-style: disc;
    padding-bottom: 15px;
    font-weight: 600;
}
ul.cls-ul {
    padding-left: 20px;
    margin-bottom: 15px;
}

.cls-text a {
    color: #ec1410;
}

.cls-text {
   margin-bottom:50px;
}

.cls-flex-box{
    justify-content: center;
}

.blog-text {
    margin-top: 35px;
}


/*  .frame {
    width: 100%;
    height: 100%;
  }*/

  .cls-middle .middle{
    transition: .5s ease;
    opacity: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    cursor: pointer;
  }

 footer .main-footer {
    padding: 20px 0;
    background: #252525;
  }

  footer ul {
    padding-left: 0;
    list-style: none;
  }

  /* Copy Right Footer */
  .footer-copyright {
    background: #222;
    padding: 5px 0;
  }

  .footer-copyright .logo {
    display: inherit;
  }

  .footer-copyright nav {
    float: right;
    margin-top: 5px;
  }

  .footer-copyright nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .footer-copyright nav ul li {
    border-left: 1px solid #505050;
    display: inline-block;
    line-height: 12px;
    margin: 0;
    padding: 0 8px;
  }

  .footer-copyright nav ul li a {
    color: #969696;
  }

  .footer-copyright nav ul li:first-child {
    border: medium none;
    padding-left: 0;
  }

  .footer-copyright p {
    color: #969696;
    margin: 2px 0 0;
  }

  /* Footer Top */
  .footer-top {
    background: #252525;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 3px solid #222;
  }

  /* Footer transparent */
  footer.transparent .footer-top,
  footer.transparent .main-footer {
    background: transparent;
  }

  footer.transparent .footer-copyright {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3);
  }

  /* Footer light */
  footer.light .footer-top {
    background: #f9f9f9;
  }

  footer.light .main-footer {
    background: #f9f9f9;
  }

  footer.light .footer-copyright {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.3);
  }

  /* Footer 4 */
  .footer- .logo {
    display: inline-block;
  }



  .widget {
    padding: 20px;
    margin-bottom: 40px;
  }

  .widget.widget-last {
    margin-bottom: 0px;
  }

  .widget.no-box {
    padding: 0;
    background-color: transparent;
    margin-bottom: 40px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
  }

  .widget.subscribe p {
    margin-bottom: 18px;
  }

  .widget li a {
    color: #ef4430;
  }

  .widget li a:hover {
    color: #4b92dc;
  }

  .widget-title {
    margin-bottom: 20px;
  }

  .widget-title span {
    background: #839FAD none repeat scroll 0 0;
    display: block;
    height: 1px;
    margin-top: 25px;
    position: relative;
    width: 20%;
  }

  .widget-title span::after {
    background: inherit;
    content: "";
    height: inherit;
    position: absolute;
    top: -4px;
    width: 50%;
  }

  .widget-title.text-center span,
  .widget-title.text-center span::after {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
  }

  .widget .badge {
    float: right;
    background: #7f7f7f;
  }

  .typo-light h1,
  .typo-light h2,
  .typo-light h3,
  .typo-light h4,
  .typo-light h5,
  .typo-light h6,
  .typo-light p,
  .typo-light div,
  .typo-light span,
  .typo-light small {
    color: #fff;
  }

  ul.social-footer2 {
    margin: 0;
    padding: 0;
    width: auto;
  }

  ul.social-footer2 li {
    display: inline-block;
    padding: 0;
  }

  ul.social-footer2 li a:hover {
    background-color: #ef4430;
  }

  ul.social-footer2 li a {
    display: block;
    height: 30px;
    width: 30px;
    text-align: center;
  }

  .btn {
    background-color: #ef4430;
    color: #fff;
  }

  .btn:hover,
  .btn:focus,
  .btn.active {
    background: #fff;
    color: #ef4430;
    -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 250ms ease-in-out 0s;
    -moz-transition: all 250ms ease-in-out 0s;
    -ms-transition: all 250ms ease-in-out 0s;
    -o-transition: all 250ms ease-in-out 0s;
    transition: all 250ms ease-in-out 0s;

  }
  
  
  .single-slider:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    background-color:#00000087;
    opacity: .7;
}

.bg-sky-blue p a {
    color: #f74535;
}


.top-header ul li a i {
    margin-right: 10px;
}

.top-header ul li a {
    color: #fff;
    font-weight: 600;
    padding: 0 3px;
}
.top-header {
    background: #f00;
    padding: 8px 0;
}
.top-header ul li {
    display: inline-block;
    padding: 0 15px;
    color: #fff;
}

.cls-list-ul {
    padding-left: 40px;
    margin-bottom: 20px;
}

ul.cls-list-ul li {
    color: #000;
    list-style: disc;
    margin-bottom: 5px;
    font-weight: 600;
}



.cls-video-sec {
    display: inline-block;
    width: 100%;
    position:absolute;
}

@media screen and (max-width:575px){
    .top-header .row {
    margin: 0;
}

.top-header .col-md-8, .top-header .col-md-4 {
    padding: 0;
}
.top-header ul {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
}

.cls-customer-login:hover {
    background: #222223;
    color: #fff;
}

.cls-customer-login {
    margin-left: 5px;
    background: red;
}
