@font-face {
  font-family: "flexslider-icon";
  src: url("/fonts/flexslider-icon.eot");
  src: url("/fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"),
    url("/fonts/flexslider-icon.woff") format("woff"),
    url("/fonts/flexslider-icon.ttf") format("truetype"),
    url("/fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal;
}
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,800&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
:root {
  --black: #232323;
  --red: #ef2340;
  --black-gris: #7b7b7b;
  --white: #fff;
}

body {
  font-family: "Poppins", sans-serif;
}

img {
  max-width: 100%;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  text-decoration: none;
}

i,
span,
a {
  display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #000000;
  margin: 0px;
}

h1 {
  font-size: 50px;
}
h2 {
  font-size: 46px;
}
h3 {
  font-size: 40px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 16px;
  color: #000;
}

ul,
ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
i {
  font-size: 14px;
}

.h-40 {
  height: 400px;
}

.header_text {
  color: #fff;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  margin-right: 15px;
}
.header-temp {
  display: flex;
  align-items: center;
  align-content: center;
}

.header-temp .header-icon {
  margin-left: 280px;
}

strong {
  margin-left: 5px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  color: #000000;
  margin: 0px;
}

.img__yum {
  width: 240px !important;
}

.slider-content h2 {
  color: #ffffff;
}

.btn-wsp {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 18px;
  left: 20px;
  background: #25d366;
  color: #fff;
  border-radius: 50px;
  border-color: transparent;
  text-align: center;
  font-size: 35px;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.3);
  z-index: 100;
  transition: all 300ms ease;
}
.btn-wsp:hover {
  text-decoration: none;
  color: #25d366;
  background-color: #fff;
}
.icono {
  margin-top: 8px;
  font-size: 45px !important;
  height: 40px;
  width: 40px;
}

.touch {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 18px;
  right: 20px;
  background: #25d366;
  color: #fff;
  border-radius: 50px;
  border-color: transparent;
  text-align: center;
  font-size: 35px;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.3);
  z-index: 100;
  transition: all 300ms ease;
}

.touch:hover {
  text-decoration: none;
  color: #25d366;
  background-color: #fff;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .btn-wsp {
    width: 63px;
    height: 63px;
  }
}
.header-top {
  color: #fff;
}

.bg_cover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

.home-4 {
  margin: 80px;
  background-image: url(../images/bg-4.jpg);
}

/*===== All Section title Style =====*/

.section-title h2 {
  color: var(--red);
  font-size: 46px;
}
.section-title h3 {
  color: var(--red);
  font-size: 50px !important;
}

.section-title ul li {
  display: inline-block;
  background-color: #2e4db9;
}
.section-title ul li:nth-of-type(1),
.section-title ul li:nth-of-type(5) {
  width: 10px;
  height: 2px;
}
.section-title ul li:nth-of-type(2),
.section-title ul li:nth-of-type(4) {
  width: 20px;
  height: 3px;
}

.section-title ul li:nth-of-type(3) {
  width: 30px;
  height: 4px;
}
.section-title p {
  padding-top: 17px;
  /* padding-left: 15px; */
  padding-right: 15px;
}

/*===== Preloader Style =====*/

.preloader {
  background-color: #fff !important;
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 99999;
  transition: all 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ag-loader,
.ag-loader::before,
.ag-loader::after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  animation: loader 1.5s infinite ease-in-out;
}

.ag-loader {
  color: var(--red);
  font-size: 13px;
  position: relative;
  animation-delay: -0.16s;
  transform-origin: 100% 100%;
}

.ag-loader::before,
.ag-loader::after {
  content: "";
  position: absolute;
  top: 0;
}
.ag-loader::before {
  left: -3.5em;
  animation-delay: -0.32s;
}
.ag-loader::after {
  left: 3.5em;
}

@keyframes loader {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}

/*===== The End   Preloader Style =====*/

/*============= Imagen Section =================*/

.row__service {
  margin-right: 0px !important;
}
.cuadro-color {
  background: var(--red);
  position: relative;
  height: 435px;
  width: 653px;
  margin-left: -30px;
}
.container__service {
  position: relative;
  display: flex;
  flex-direction: row;
}

.left-side img {
  display: flex;
  position: relative;
  z-index: -1;
}

.left-side::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: -1;
}

.cuadro-color .text-wrapper .text-custom-white {
  color: #fff;
  font-weight: 600;
  padding-top: 178px;
  line-height: 65px;
}
.text-wrapper {
  text-align: center;
  align-content: center;
  align-items: center;
}

#title {
  display: none;
}

/*========== the end Imagen Section=========================*/

/*============= Cuadro de Contadores con Iconos*/
.contenty-service {
  border-radius: 5px;
  padding: 55px 20px 55px 40px;
  margin-bottom: 35px;
}

.style-3 {
  background-color: #fff;
  box-shadow: 11px 11px 38px rgb(0 0 0/ 20%);
  padding: 20px 30px 20px 30px;
  border-radius: 5px;
}

.counter-single-item-inner {
  padding: 12px 0;
}

.d-flex {
  display: flex !important;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.counter-icon .fa-truck {
  font-size: 50px;
  color: var(--red);
  margin-right: 20px;
}

.counter-icon .fa-handshake {
  font-size: 55px;
  color: var(--red);
  margin-right: 20px;
}

.counter-icon .fa-award {
  font-size: 55px;
  color: var(--red);
  margin-right: 20px;
}

.counter-icon .fa-shield-alt {
  font-size: 55px;
  color: var(--red);
  margin-right: 20px;
}

.counter-text span {
  font-weight: 500;
  font-size: 34px;
  color: #232323;
}

.counter-text .text__year {
  font-weight: 300;
  font-size: 20px;
  color: #232323;
}

.yump__text {
  margin-top: -10px;
}

.counter-text h1 {
  font-family: "Poppins", sans-serif;
  font-size: 34px;
  font-weight: 500;
  margin-bottom: 0;
  display: inline-block;
  color: #232323;
}

.counter-title h4 {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 300;
  padding-top: 10px;
  margin-bottom: 0;
  color: #232323;
}

.tymp-counter {
  margin-top: -10px;
}

.kym-pom {
  margin-left: -30px;
}

.kym-tump {
  margin-left: 20px;
}

/*=============================================*/

/*===========================
        02.HEADER css 
===========================*/

/*===== HEADER TOP =====*/
.title_one {
  color: #ef2340;
  font-size: 45px;
  outline: none;
}

.navbar-flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.content-flex {
  justify-content: center;
}
.subtitle_one {
  display: flex;
  flex-direction: column;
}
.header-top {
  background-color: #ef2340;
}
.header-top p {
  font-size: 14px;
  color: #ffffff;
}
.header-top p i {
  color: #ffffff;
  margin-right: 8px;
}

/*===== NAVBAR =====*/

.navigation {
  position: relative;
  left: 0;
  width: 100%;
  z-index: 9999;
}

/*En esta parte se activa cuando se baja el nav*/
.navigation.sticky {
  position: fixed;
  top: 0%;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: #fff;
  -webkit-box-shadow: 0px 5px 30px 0px rgba(46, 76, 185, 0.2);
  box-shadow: 0px 5px 30px 0px rgba(46, 76, 185, 0.2);
  -webkit-animation: sticky 0.5s;
  animation: sticky 0.5s;
}

@-webkit-keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

.navbar {
  padding: 0;
  position: relative;
}

.navbar img {
  padding: 10px;
  width: 250px;
}

.about-right {
  text-align: center;
}

.zum-kom {
  margin-top: 80px;
}

.about-right::before {
  content: "";
  position: absolute;
  bottom: -12px;
  /* margin-left: 68px; */
  left: 50px;
  border-left: 320px solid var(--red);
  /* border-right: 320px solid var(--red); */
  border-top: 320px solid transparent;
  border-right: 400px solid transparent;
  z-index: -1;
}
.about-ligh::before {
  content: "";
  position: absolute;
  bottom: 19px;
  margin-left: 269px;
  border-right: 320px solid var(--red);
  border-top: 320px solid transparent;
  z-index: -1;
}
.about-ligh > img {
  padding: 25px 0 0 10px;
  margin-top: -20px;
}

.navbar .navbar-nav .nav-item {
  margin: 0 20px;
  position: relative;
}
.navbar .navbar-nav .nav-item a {
  font-size: 16px;
  color: #232323;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  padding: 19px 0;
}

.navbar .navbar-nav .nav-item a.active,
.navbar .navbar-nav .nav-item:hover > a {
  color: #ef2340;
}

.navbar .navbar-nav .nav-item ul.sub-menu {
  position: absolute;
  top: 115%;
  left: 0;
  width: 250px;
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 30px 0px rgba(46, 76, 185, 0.2);
  box-shadow: 0px 5px 30px 0px rgba(46, 76, 185, 0.2);
  z-index: 9;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  opacity: 0;
  visibility: hidden;
  padding: 8px 0;
  border-top: 2px solid var(--red);
}

.navbar .navbar-nav .nav-item:hover ul.sub-menu {
  top: 100%;
  margin-top: 12px;
  opacity: 1;
  visibility: visible;
}

.navbar .navbar-nav .nav-item ul.sub-menu li {
  margin: 0;
}
.navbar .navbar-nav .nav-item ul.sub-menu li a {
  font-size: 15px;
  padding: 8px 12px;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  display: block;
}
.navbar .navbar-nav .nav-item ul.sub-menu li:hover > a {
  padding-left: 20px;
  color: var(--red);
}

.navbar .navbar-toggler .icon-bar {
  width: 30px;
  height: 2px;
  margin: 5px 0;
  background-color: #ef2340;
  display: block;
  position: relative;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.navbar .navbar-toggler.active .icon-bar:nth-of-type(1) {
  -webkit-transform: rotate(46deg);
  transform: rotate(46deg);
  top: 7px;
}
.navbar .navbar-toggler.active .icon-bar:nth-of-type(2) {
  opacity: 0;
}
.navbar .navbar-toggler.active .icon-bar:nth-of-type(3) {
  -webkit-transform: rotate(134deg);
  transform: rotate(134deg);
  top: -7px;
}

.sub-nav-toggler {
  display: none;
}

.cart-search {
  margin: 18px 0;
}
.cart-search ul li {
  display: inline-block;
  margin-left: 25px;
  position: relative;
}
.cart-search ul li:first-child {
  margin-left: 0;
}

.nagative_margin {
  position: relative;
}

.opening {
  color: #fff;
}
.cart-search ul li a {
  font-size: 16px;
  color: #2c2d3e;
}

.cart-search ul li a span {
  position: absolute;
  font-size: 16px;
  color: #fff;
  background-color: #2e4db9;
  border-radius: 50%;
  top: -10px;
  right: -13px;
  padding: 0 4px;
  line-height: 19px;
}

.cart-search ul li .search-box {
  position: absolute;
  right: 0;
  top: 200%;
  background-color: #2e4db9;
  padding: 20px;
  display: none;
}
.cart-search ul li .search-box input {
  width: 200px;
  height: 40px;
  padding: 0 15px;
  border: none;
  color: #2c2d3e;
  font-size: 16px;
}
.cart-search ul li .search-box button {
  position: absolute;
  right: 20px;
  top: 20px;
  padding: 0;
  width: 40px;
  height: 40px;
  font-size: 18px;
  border: none;
  background-color: transparent;
  color: #2e4db9;
}

/*===== INDEX - 2 =====*/
.header-2 .navigation {
  top: 0;
  padding: 20px 0;
}

.header-2 .navbar .navbar-nav .nav-item a {
  color: #fff;
}
.header-2 .navbar .navbar-nav .nav-item a.active,
.header-2 .navbar .navbar-nav .nav-item:hover > a {
  color: #fff;
}

.header-2 .cart-search p {
  display: inline-block;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  margin-right: 100px;
}

.header-2 .cart-search ul {
  display: inline-block;
}
.header-2 .cart-search ul li a {
  font-size: 14px;
  color: #ffff;
}

.header-2 .navbar .navbar-nav .nav-item ul.sub-menu li a {
  color: #2c2d3e;
}
.header-2 .navbar .navbar-nav .nav-item ul.sub-menu li:hover > a {
  color: #2e4db9;
}

.header-2 .navbar .navbar-toggler .icon-bar {
  background-color: #fff;
}

.header-2 .navigation.sticky {
  padding: 10px 0;
}
.header-2 .sticky .cart-search p,
.header-2 .sticky .cart-search ul li a,
.header-2 .sticky .navbar .navbar-nav .nav-item a {
  color: #2c2d3e;
}

.header-2 .sticky .navbar .navbar-nav .nav-item a.active,
.header-2 .sticky .navbar .navbar-nav .nav-item:hover > a {
  color: #ef2340;
}

.header-2 .sticky .navbar .navbar-toggler .icon-bar {
  background-color: #2c2d3e;
}

/*===== INDEX - 4 =====*/

.header-4 .navigation {
  top: 80px;
  padding: 20px 80px;
}
.header-4 .navigation.sticky {
  top: 0px;
  padding: 10px 80px;
}

/*===========================
       03. SLIDER css 
===========================*/

.single-slider {
  height: 720px;
}
.single-slider::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: -1;
}

/*======== Button Ver Más =========*/
.btn-two {
  background: var(--red);
  padding: 13px 25px;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  transition: 0.5s;
  position: relative;
  overflow: hidden;
  color: #fff;
  z-index: 2;
  transition: all 400ms linear 0s;
  border-radius: 5px;
}
.btn-two:hover {
  background: rgb(63, 63, 63);
}

.service-area {
  background-color: #f5f5f5;
}

.slider-active {
  position: relative;
}

.content-slied .slick-arrow,
.slider-active .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  left: 0;
}
.content-slied .next.slick-arrow,
.slider-active .next.slick-arrow {
  left: auto;
  right: 0;
}

.content-slied .slick-arrow i,
.slider-active .slick-arrow i {
  cursor: pointer;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  font-size: 26px;
  color: #fff;
  background-color: var(--red);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

/*============ Servicios - Camiones ================*/

.owl-item {
  background-color: #fff;
  /* padding: 23px 20px 10px 20px; */
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  transition: all 0.5s ease;
  margin-bottom: 30px;
}

.owl-item-2 {
  background-color: #fff;
  padding: 23px 20px 10px 20px;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  transition: all 0.5s ease;
}

.owl-item-2:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 4px;
  background-color: var(--red);
  transition: all 0.3s ease 0s;
}
.owl-item-2:hover {
  transform: translateY(-10px);
}
.owl-item-2:hover:before {
  width: 100%;
}

.owl-item:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 4px;
  background-color: var(--red);
  transition: all 0.3s ease 0s;
}
.owl-item:hover {
  transform: translateY(-10px);
}
.owl-item:hover:before {
  width: 100%;
}

.service-clients {
  background-color: #f5f5f5;
}

.service_content {
  text-align: center;
  padding: 23px 10px 23px 10px;
  display: grid;
}
.service_content i {
  font-size: 15px;
  margin-left: 2px;
}

.service_content .service__title {
  font-size: 18px !important;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: var(--red);
}

.service__title a {
  color: var(--black);
  margin-bottom: 10px;
}
/* .service__title a:hover{
    color: var(--red);
    transition: all .500s linear;
} */

.service_content a {
  font-size: 15px;
  color: var(--black);
  font-weight: 500;
}
.service__link {
  margin-top: 13px;
}
.service-area .owl-item .service_content .service__link:hover {
  color: var(--red);
  transition: all 0.5s linear;
}

.content-slied .slick-arrow i {
  background-color: #fff;
  color: var(--red);
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.35);
}
.slider-active .slick-arrow i:hover {
  background-color: #fff;
  color: var(--red);
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.35);
}

.content-slied .slick-arrow i:hover {
  background-color: #2e4db9;
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/*========= Servicio entrega nacional =======*/
.section-img {
  position: relative;
  height: 400px;
  width: 100%;
  z-index: -1;
}
.img-truck {
  height: 400px;
  width: 100%;
  background-size: cover;
  position: relative;
  object-fit: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.section-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.section-two-title {
  margin-top: -275px;
  z-index: -1;
}
.section-two-title h1 {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  margin-bottom: 20px;
}

/*=========================================*/
.tyum-zum2 {
  background: url(/image/Transporte/img5.jpeg) no-repeat scroll center center;
  background-size: cover;
  position: relative;
  height: 460px;
  z-index: 1;
}
.tyum-zum2::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: -1;
}
.section-two-title2 {
  margin-top: 120px;
}
.section-two-title2 h1 {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  margin-bottom: 20px;
}

/*===========================================*/
.content-slied:hover .prev.slick-arrow,
.slider-active:hover .prev.slick-arrow {
  left: 30px;
  opacity: 1;
  visibility: visible;
}

.content-slied:hover .next.slick-arrow,
.slider-active:hover .next.slick-arrow {
  left: auto;
  right: 30px;
  opacity: 1;
  visibility: visible;
}

#slider-part {
  position: relative;
}

#slider-part::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/shape.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
}

.slider-content {
  position: relative;
  text-align: center;
  z-index: 9999;
  width: 100%;
}
.slider-content h2 {
  padding-bottom: 10px;
  font-size: 50px;
}
.slider-content p {
  padding-bottom: 25px;
  color: #fff;
  font-size: 20px;
}
.slider-content a {
  cursor: pointer;
  background-color: var(--red);
  padding: 15px 30px;
  border-radius: 0;
  font-size: 14px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  /* line-height: 60px; */
  border: 1px solid var(--red);
  color: #fff;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.slider-content a:hover {
  background-color: var(--black);
  color: var(--white);
  border: 1px solid var(--black);
}

/*======== Servicio de Entrega Nacional ========*/

/*===== INDEX - 2 =====*/
.slider-part-2 .slider-content h2,
.slider-part-2 .slider-content p {
  color: #fff;
}

.slider-part-2 .slider-content a {
  background-color: #fff;
  font-size: 18px;
  border: 4px solid #bfc9ea;
  color: #2e4db9;
}

.slider-part-2 .slider-content a:hover {
  background-color: transparent;
  color: #fff;
}

/*===== INDEX - 3 =====*/

#slider-part-3 .single-slider {
  position: relative;
}

#slider-part-3 .single-slider::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgb(46, 77, 185);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(46, 77, 185, 0.6)),
    to(rgba(4, 28, 111, 0.6))
  );
  background: linear-gradient(
    to right,
    rgba(46, 77, 185, 0.6) 0%,
    rgba(4, 28, 111, 0.6) 100%
  );
  z-index: 1;
}

#slider-part-3 .single-slider .slider-image,
#slider-part-3 .single-slider .slider-content {
  position: relative;
  z-index: 9;
  padding-top: 80px;
}

#slider-part-3 .single-slider .slider-image img {
  width: auto;
  display: inline-block;
}

#slider-part-3 .single-slider .slider-content h2 {
  padding-bottom: 9px;
  color: #fff;
}
#slider-part-3 .single-slider .slider-content p {
  padding-bottom: 25px;
  color: #fff;
}
#slider-part-3 .single-slider .slider-content a {
  background-color: #fff;
  padding: 0 40px;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  line-height: 60px;
  border: 4px solid #bfc9ea;
  color: #2e4db9;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

#slider-part-3 .single-slider .slider-content a:hover {
  background-color: transparent;
  color: #fff;
}

/*===========================
    04.VIDEO css 
===========================*/

.video {
  position: relative;
}
.video .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 75px;
  height: 75px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  background-color: rgba(46, 77, 185, 0.1);
}
.video .icon::before,
.video .icon::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 50%;
  z-index: -1;
}

.video .icon::before {
  background-color: rgba(46, 77, 185, 0.07);
  -webkit-animation: video 1500ms ease-out infinite;
  animation: video 1500ms ease-out infinite;
}

.about-video .video-play {
  width: 75px;
  height: 75px;
  line-height: 75px;
  text-align: center;
  font-size: 28px;
  color: #fff;
  background-color: #21b6ff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@-webkit-keyframes video {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    opacity: 1;
  }
}

@keyframes video {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    opacity: 1;
  }
}

.video .icon::after {
  background-color: rgba(46, 77, 185, 0.05);
  -webkit-animation: video-2 1500ms ease-out infinite;
  animation: video-2 1500ms ease-out infinite;
}
@-webkit-keyframes video-2 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
    opacity: 1;
  }
}
@keyframes video-2 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
    opacity: 1;
  }
}

.video .icon a i {
  font-size: 36px;
  color: #2e4db9;
  z-index: 9;
  line-height: 75px;
}

.shym-tomp {
  margin-left: 50px;
}

/*===========================
       05.PRODUCTS css 
===========================*/

.singel-products .products-image {
  position: relative;
}

.singel-products .products-image .new-sele {
  position: absolute;
  right: 10px;
  top: 15px;
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
}
.singel-products .products-image .new-sele > a {
  font-size: 12px;
  color: #fff;
  background-color: #2e4db9;
  padding: 5px 10px;
  border-radius: 50%;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}

.singel-products .products-image img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.singel-products .products-contant {
  padding: 15px;
  border: 2px solid #e8f4fc;
  border-top: 0;
}
.singel-products .products-contant .products-title {
  margin: 0;
}
.singel-products .products-contant .products-title a {
  font-size: 16px;
  color: #2e4db9;
  font-weight: 700;
}

.singel-products .products-contant .price-rating {
  margin-top: 10px;
}

.singel-products .products-contant .price-rating .price .regular-price {
  font-size: 18px;
  color: #2e4db9;
  font-weight: 700;
  margin-right: 10px;
  font-family: "Open Sans", sans-serif;
}
.singel-products .products-contant .price-rating .price .discount-price {
  font-size: 16px;
  color: #5a6a9f;
  position: relative;
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
}

.singel-products
  .products-contant
  .price-rating
  .price
  .discount-price::before {
  position: absolute;
  content: "";
  background-color: #2e4db9;
  width: 100%;
  height: 1px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.singel-products .products-contant .price-rating .rating ul li {
  display: inline-block;
  font-size: 15px;
  color: #d5a500;
}

.singel-products .products-contant .text {
  margin-top: 15px;
}

.singel-products .products-contant .products-cart {
  margin-top: 5px;
}
.singel-products .products-contant .products-cart .cart-add {
  padding: 0 20px;
  height: 45px;
  line-height: 42px;
  background-color: #2e4db9;
  color: #fff;
  font-size: 16px;
  margin-right: 8px;
  margin-top: 10px;
  border-radius: 50px;
  text-align: center;
}
.singel-products .products-contant .products-cart .cart-add i {
  margin-right: 5px;
}

/*===========================
    06.TRUSTED CLIENT css 
===========================*/

.trusted-clients-logo img {
  padding-bottom: 25px;
}
.trusted-clients-logo h5 {
  text-transform: uppercase;
  color: #2c2d3e;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  padding-bottom: 8px;
}
.trusted-clients-logo ul li {
  display: inline-block;
  color: #ffa800;
  font-size: 18px;
}
.trusted-clients-logo h1 {
  padding-top: 10px;
}

.trusted-clients-discription h1 {
  padding-bottom: 5px;
  font-size: 52px;
}
.trusted-clients-discription p {
  padding-bottom: 25px;
}
.trusted-clients-discription ul li {
  display: inline-block;
}
.trusted-clients-discription ul li .button {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  color: #2e4db9;
  border: 2px solid #2e4db9;
  padding: 0 30px;
  line-height: 45px;
  border-radius: 50px;
  margin-right: 20px;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.trusted-clients-discription ul li .button:hover {
  background-color: #2e4db9;
  color: #fff;
}

.trusted-clients-discription ul li .video {
  font-size: 16px;
  color: #2c2d3e;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}
.trusted-clients-discription ul li .video img {
  margin-right: 3px;
  width: auto !important;
  display: inline-block !important;
}

.trusted-slied .owl-dots button.owl-dot {
  height: 5px;
  margin-right: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.trusted-slied .owl-dots button.owl-dot:nth-of-type(1) {
  width: 50px;
  background: rgba(46, 77, 185, 0.8);
}
.trusted-slied .owl-dots button.owl-dot:nth-of-type(2) {
  width: 40px;
  background: rgba(46, 77, 185, 0.6);
}
.trusted-slied .owl-dots button.owl-dot:nth-of-type(3) {
  width: 30px;
  background: rgba(46, 77, 185, 0.45);
}
.trusted-slied .owl-dots button.owl-dot.active {
  background: #2e4db9;
}

/*===========================
      07.SERVICES css 
===========================*/

#services-part .line-b {
  border-bottom: 1px dashed #cdd2e2;
}

.singel-services {
  position: relative;
}
.singel-services.line-r {
  border-right: 1px dashed #cdd2e2;
}
.singel-services .services-icon {
  position: absolute;
  top: 0;
  left: 0;
}

.singel-services .services-cont h4 {
  padding-bottom: 7px;
}
.singel-services .services-cont p {
  padding-bottom: 45px;
}
.singel-services .services-cont a {
  padding: 0 30px;
  line-height: 40px;
  border-radius: 50px;
  color: #fff;
  background-color: #2c2d3e;
  position: relative;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.singel-services .services-cont a span {
  position: absolute;
  top: 8px;
  right: 0;
  background-color: #2e4db9;
  padding: 7px 13px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 50px;
  opacity: 0;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  z-index: -1;
}
.singel-services .services-cont a span i {
  width: 18px;
  height: 10px;
  border: 1px solid #fff;
  border-radius: 50px;
  font-size: 8px;
  text-align: center;
}

.singel-services .services-cont a:hover {
  background-color: #2e4db9;
}
.singel-services .services-cont a:hover span {
  right: -17px;
  opacity: 1;
  z-index: 9;
}

/*===== INDEX - 2 =====*/

.services-part-2 .singel-services.right .services-icon {
  left: auto;
  right: 0;
}

/*===== INDEX - 3 =====*/
.services-part-3 .singel-services .services-icon {
  position: inherit;
}

/*===========================
        08.CLIENT css 
===========================*/

#client-part .section-title h2 {
  font-size: 30px;
  font-weight: 400;
  padding-top: 11px;
}

.singel-client .client-thum {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.singel-client .client-thum .client-head {
  padding-left: 15px;
}
.singel-client .client-thum .client-head h5 {
  padding-bottom: 5px;
}
.singel-client .client-thum .client-head span {
  font-size: 16px;
  font-weight: 400;
  color: #2c2d3e;
  font-family: "Open Sans", sans-serif;
}

.singel-client .client-text {
  padding: 30px 35px;
  border: 1px solid #eaedf8;
  border-radius: 5px;
  position: relative;
}

.singel-client .client-text::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  border-top: 1px solid #eaedf8;
  left: 25px;
  top: -6px;
  background: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg) skewX(45deg);
}

.singel-client .client-text::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 22px;
  border-left: 1px solid #eaedf8;
  top: -22px;
  left: 29px;
}

/*===========================
        09.BLOG css 
===========================*/

.singel-blog .blog-thum {
  position: relative;
  overflow: hidden;
}
.singel-blog .blog-thum img {
  width: 100%;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.singel-blog:hover .blog-thum img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.singel-blog .blog-thum::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: f8f9fa08;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  opacity: 0;
  z-index: 9;
}

.singel-blog:hover .blog-thum::before {
  opacity: 1;
}

.singel-blog .blog-thum .date {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 9;
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 0 8px;
  opacity: 0;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.singel-blog:hover .blog-thum .date {
  opacity: 1;
}

.singel-blog .blog-thum .date h3 {
  font-size: 35px;
  color: #fff;
  margin-bottom: -5px;
}
.singel-blog .blog-thum .date span {
  font-size: 14px;
  color: #fff;
  padding-bottom: 8px;
}

.singel-blog .blog-cont h5 {
  padding-bottom: 8px;
}
.singel-blog .blog-cont p {
  padding-bottom: 17px;
}
.singel-blog .blog-cont a {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 17px;
  color: #2e4db9;
}

.blog-slied .owl-dots {
  text-align: center;
  margin-top: 45px;
}
.blog-slied .owl-dots button.owl-dot {
  width: 40px;
  height: 5px;
  background: rgba(90, 106, 159, 0.3);
  margin: 0 3px;
  -webkit-transition: all 0.4s linear;
  transition: all 0.5s linear;
}
.blog-slied .owl-dots button.owl-dot.active {
  background-color: #2e4db9;
}

/*===========================
      10.DELIVERY css 
===========================*/

#delivery-part {
  position: relative;
  padding-top: 155px;
  padding-bottom: 140px;
}
#delivery-part::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/shape-2.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
  z-index: 9;
}
.delivery-text {
  position: relative;
  z-index: 99;
}
.delivery-text h2 {
  font-size: 48px;
  color: #fff;
  padding-bottom: 10px;
}
.delivery-text p {
  color: #fff;
  padding-bottom: 25px;
  padding-left: 15px;
  padding-right: 15px;
}
.delivery-text a {
  padding: 0 40px;
  font-size: 18px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  color: #2e4db9;
  background-color: #fff;
  line-height: 58px;
  border-radius: 50px;
  border: 4px solid #00c2d6;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.delivery-text a:hover {
  background-color: transparent;
  color: #fff;
}

.delivery-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 33%;
  height: 100%;
  z-index: 5;
}
.delivery-image img {
  width: 100%;
}

/*===== INDEX - 2 =====*/

#delivery-part.delivery-part-2::after {
  display: none;
}

/*===========================
       11.FOOTER css 
===========================*/

#footer-part {
  background-color: #f3f9fd;
}

.newsletter {
  border-bottom: 1px dashed #9daac9;
}

.newsletter-text h2 {
  font-size: 48px;
  padding-bottom: 10px;
}

.newsform input {
  width: 100%;
  height: 50px;
  padding-left: 30px;
  border-radius: 50px;
  border: 2px solid #2e4db9;
  color: #6e789b;
}
.newsform button {
  width: 100%;
  height: 50px;
  background-color: #2e4db9;
  border-radius: 50px;
  border: 0;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  font-size: 22px;
  color: #fff;
  text-transform: uppercase;
  padding: 0;
  cursor: pointer;
}

.footer-about p {
  font-size: 14px;
  color: var(--white);
  font-size: 13px;
  font-family: "Poppins", sans-serif;
}
.footer-about a {
  margin-bottom: 15px;
}
.footer-about span {
  padding-top: 20px;
  color: #2c2d3e;
  font-size: 14px;
}
.footer-about span i {
  margin-right: 10px;
}

.footer-title h5 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: var(--white);
  position: relative;
  padding-bottom: 7px;
}

.footer-info {
  padding-top: 6px;
}

.footer-info .contact_list {
  padding-top: 10px;
}

.contact_list .fa-angle-right {
  padding-right: 5px;
}

.footer-info .contact_list li a {
  font-size: 14px;
  line-height: 30px;
  color: var(--white);
  transition: all 400ms linear 0s;
}

.footer-info .contact_list li a:hover {
  color: var(--red);
  transition: all 400ms linear 0s;
}

.footer-info .contact_list li {
  font-size: 14px;
  line-height: 30px;
  color: var(--white);
  transition: all 400ms linear 0s;
}

.footer-info .footer-tumb a {
  font-size: 14px;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
  line-height: 36px;
  color: var(--white) !important;
}

.footer-info .contact_list li i {
  color: var(--red);
  font-size: 18px;
  line-height: 30px;
  left: -15px;
}

.footer-news ul li .f-news {
  margin-top: 15px;
}
.footer-news ul li .f-news .news-title a {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #2c2d3e;
  margin-bottom: 10px;
}
.footer-news ul li .f-news .news-date {
  color: #2e4db9;
  font-size: 14px;
}

.footer-address {
  padding-top: 15px;
}

.footer-address ul li {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 14px;
}
.footer-address ul li:last-child {
  margin-bottom: 0;
}

.footer-address ul li .icon {
  margin-right: 10px;
}
.footer-address ul li .icon.map-i i {
  font-size: 18px;
}
.footer-address ul li .icon i {
  font-size: 15px;
  color: #2c2d3e;
}

.footer-address ul li .address h5 {
  color: #2c2d3e;
}

.copyright p span {
  color: #2e4db9;
}

.back-to-top {
  position: fixed;
  right: 30px;
  font-size: 22px;
  bottom: 27px;
  width: 50px;
  height: 50px;
  border: none;
  background: var(--red);
  z-index: 9999;
  display: none;
  outline: 0;
}
.back-to-top .fa-chevron-up {
  color: #fff;
  font-size: 20px;
  padding-left: 15px;
  padding-top: 15px;
}

/*===== INDEX - 2 =====*/

.footer-2 {
  background-color: #2e4db9 !important;
}

.footer-2 .newsform input {
  border: 2px solid rgba(255, 255, 255, 0.2);
  background-color: transparent;
  color: rgba(255, 255, 255, 0.5);
}
.footer-2 .newsform button {
  background-color: #fff;
  color: #2e4db9;
}
.footer-2 .newsletter-text h2,
.footer-2 .newsletter-text p,
.footer-2 .footer-about p,
.footer-2 .footer-about span,
.footer-2 .footer-title h5,
.footer-2 .footer-info ul li a,
.footer-2 .footer-news ul li .f-news .news-title a,
.footer-2 .footer-news ul li .f-news .news-date,
.footer-2 .footer-address ul li .icon i,
.footer-2 .footer-address ul li .address h5,
.footer-2 .footer-address ul li .address p {
  color: #fff;
}

.footer-2 .footer-title h5::before {
  border-bottom: 1px dashed #9daac9;
}

.footer-2 .copyright {
  background-color: #2746b3;
}

.footer-2 .copyright p {
  color: #fff;
}

.footer-2 .copyright .social-icon ul li {
  display: inline-block;
}
.footer-2 .copyright .social-icon ul li a {
  font-size: 14px;
  color: #fff;
}

/*===== INDEX - 3 =====*/

.footer-3 {
  background: rgb(46, 77, 185);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(46, 77, 185, 1)),
    to(rgba(4, 28, 111, 1))
  );
  background: linear-gradient(
    90deg,
    rgba(46, 77, 185, 1) 0%,
    rgba(4, 28, 111, 1) 100%
  );
}

.footer-2 .newsform input {
  background-color: #fff;
  color: #2e4db9;
}

/*===========================
    13.BUY PRODUCTS css 
===========================*/

#buy-products-part {
  background: rgb(46, 77, 185);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(46, 77, 185, 1)),
    to(rgba(4, 28, 111, 1))
  );
  background: linear-gradient(
    90deg,
    rgba(46, 77, 185, 1) 0%,
    rgba(4, 28, 111, 1) 100%
  );
}

.products-form .form-box {
  margin-top: 30px;
}
.products-form .form-box input,
.products-form .form-box button {
  width: 100%;
  height: 50px;
  padding-left: 30px;
  border-radius: 50px;
  border: 0;
  color: #5a6a9f;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

.products-form .form-box button {
  background-color: #2e4db9;
  text-align: left;
  color: #fff;
  position: relative;
  cursor: pointer;
}

.products-form .form-box button i {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  width: 80px;
  line-height: 50px;
  border-radius: 50px;
  text-align: center;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.35);
}

/*===========================
    15.PAGE BANNER css 
===========================*/

#page-banner {
  position: relative;
}

#page-banner::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/shape.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
}

.page-banner-content h3 {
  position: relative;
  font-size: 30px;
  text-transform: uppercase;
  padding-left: 25px;
  color: #fff;
}
.page-banner-content h3::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 100%;
  background-color: #fff;
  top: 0;
  left: 0;
}

.page-banner-content h2 {
  color: fff;
}

/*===========================
      16.ABOUT PAGE css 
===========================*/

.about-content h3 {
  font-size: 30px;
  padding-bottom: 10px;
}
.about-content h3 span {
  font-weight: 400;
  color: #2c2d3e;
}

.about-content p {
  padding-bottom: 20px;
}
.about-image img {
  width: 100%;
}

/*===========================
      17.FAQ PAGE css 
===========================*/

.faq-page-content .card {
  border: 0;
  background: none;
  border-radius: 0;
}

.faq-page-content .card-header {
  padding: 0;
  margin-bottom: 0;
  border-bottom: 0;
  background-color: transparent;
}
.faq-page-content .card .card-header h5 a {
  padding: 9px 0;
}

.faq-page-content .card .card-header h5 a span {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 18px;
  position: relative;
  padding-left: 22px;
  color: #2e4db9;
}
.faq-page-content .card .card-header h5 a.collapsed span {
  color: #2c2d3e;
}

.faq-page-content .card .card-header h5 a span::before,
.faq-page-content .card .card-header h5 a.collapsed span::before {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 24px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  position: absolute;
  left: 0;
  top: -4px;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.faq-page-content .card .card-header h5 a.collapsed span::before {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.faq-page-content .card-body {
  padding: 0;
  margin-bottom: 25px;
}
.faq-page-content .card-body p {
  padding-top: 15px;
}

/*===========================
      18.TEAM PAGE css 
===========================*/

.singel-team {
  /*border: 1px solid #dde2f3;*/
  padding-bottom: 25px;
}

.singel-team .team-image img {
  width: 100%;
  padding: 10px;
}

.singel-team .team-content h6 {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  padding-top: 17px;
  padding-bottom: 3px;
}
.singel-team .team-content p {
  padding-bottom: 10px;
}
.singel-team .team-content ul li {
  display: inline-block;
  margin: 0 3px;
}
.singel-team .team-content ul li a {
  font-size: 16px;
  color: #2c2d3e;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.singel-team .team-content ul li a:hover {
  color: #2e4db9;
}

/*===========================
   19.LOGIN & REGISTER css 
===========================*/

.login-form {
  padding: 50px;
  -webkit-box-shadow: 0px 0px 0px 10px rgba(232, 244, 252, 1);
  box-shadow: 0px 0px 0px 10px rgba(232, 244, 252, 1);
  border: 1px solid #dae6f3;
  border-radius: 5px;
}

.login-form .singel-form > input {
  width: 100%;
  height: 40px;
  border: 1px solid #dee1ec;
  padding-left: 20px;
  border-radius: 5px;
  margin-bottom: 20px;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
}

.login-form .singel-form > p {
  text-transform: uppercase;
}

.login-form .singel-form ul.social-loogin li {
  display: inline-block;
  margin: 15px 5px 0;
}

.login-form .singel-form ul.social-loogin li a {
  font-size: 14px;
  padding: 0 15px;
  line-height: 40px;
  border-radius: 5px;
  color: #fff;
}
.login-form .singel-form ul.social-loogin li a i {
  margin-right: 6px;
}

.login-form .singel-form ul.social-loogin li:nth-of-type(1) a {
  background-color: #4367af;
}
.login-form .singel-form ul.social-loogin li:nth-of-type(2) a {
  background-color: #e45446;
}

.login-form .singel-form button {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 45px;
  padding: 0 40px;
  background-color: #2e4db9;
  color: #fff;
  font-size: 14px;
  border: 0;
  border-radius: 5px;
}

.login-form .singel-form ul.remember {
  overflow: hidden;
}
.login-form .singel-form ul.remember li {
  display: inline-block;
}
.login-form .singel-form ul.remember li:nth-of-type(1) {
  float: left;
}
.login-form .singel-form ul.remember li:nth-of-type(2) {
  float: right;
}

.login-form .singel-form ul.remember li > label {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  color: #2c2d3e;
  cursor: pointer;
}
.login-form .singel-form ul.remember li > input[type="checkbox"] {
  display: none;
}

.login-form .singel-form ul.remember li > input[type="checkbox"] + label span {
  width: 14px;
  height: 14px;
  border: 1px solid #e8e8e8;
  border-radius: 2px;
  vertical-align: middle;
  margin-top: -2px;
  margin-right: 8px;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.login-form
  .singel-form
  ul.remember
  li
  > input[type="checkbox"]:checked
  + label
  span {
  background-color: #2e4db9;
  border-color: #2e4db9;
}

.login-form
  .singel-form
  ul.remember
  li
  > input[type="checkbox"]
  + label
  span::before {
  content: "\f00c";
  position: absolute;
  font-family: FontAwesome;
  left: 0px;
  top: -2px;
  line-height: 14px;
  color: #fff;
  font-size: 13px;
}

.login-form .singel-form ul.remember li > p {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
}

.login-form .singel-form ul.remember li > p a {
  position: relative;
  color: #2e4db9;
}

.login-form .singel-form ul.remember li > p a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #2e4db9;
  left: 0;
  bottom: 1px;
}

/*===========================
   20.BLOG DETAILS PAGE css 
===========================*/

.blog-details .blog-details-image img {
  width: 100%;
}

.blog-details .blog-details-content {
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 23px;
}
.blog-details .blog-details-content h4 {
  font-size: 25px;
  color: #2c2d3e;
  padding-bottom: 14px;
}
.blog-details .blog-details-content p {
  padding-bottom: 23px;
}

.blog-details .blog-details-content .blockquote {
  background-color: #2e4db9;
  padding: 45px 50px;
  border-radius: 5px;
  margin-bottom: 20px;
}
.blog-details .blog-details-content .blockquote > p {
  font-size: 24px;
  color: #fff;
  font-style: italic;
  font-weight: 300;
  line-height: 45px;
  padding: 0;
}

.blog-details .share ul li.head {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #2e4db9;
  font-weight: 700;
  margin-left: 0;
}

.blog-details .share ul li {
  display: inline-block;
  margin-left: 10px;
}
.blog-details .share ul li a {
  font-size: 18px;
}

.blog-details .share ul li:nth-child(2) a {
  color: #45619d;
}
.blog-details .share ul li:nth-child(3) a {
  color: #cf4539;
}
.blog-details .share ul li:nth-child(4) a {
  color: #42c0fb;
}
.blog-details .share ul li:nth-child(5) a {
  color: #009ee5;
}
.blog-details .share ul li:nth-child(6) a {
  color: #ec9f21;
}

.blog-details .comment-form > h6,
.blog-details .comment > h6 {
  color: #2c2d3e;
  position: relative;
  display: inline-block;
}
.blog-details .comment-form > h6::before,
.blog-details .comment > h6::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #2c2d3e;
}

.blog-details .comment .singel-comment {
  position: relative;
}
.blog-details .comment .singel-comment .thum {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.blog-details .comment .singel-comment .thum img {
  border-radius: 50%;
  width: 80px;
  height: 80px;
}
.blog-details .comment .singel-comment .cont {
  padding: 25px 60px;
  border: 1px solid #f6f6f6;
  border-radius: 5px;
}
.blog-details .comment .singel-comment .cont > h6 {
  font-size: 15px;
  color: #2c2d3e;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  padding-bottom: 12px;
}
.blog-details .comment .singel-comment .cont p {
  padding-bottom: 10px;
}
.blog-details .comment .singel-comment .cont ul li {
  display: inline-block;
  margin-right: 35px;
}
.blog-details .comment .singel-comment .cont ul li:last-child {
  margin-right: 0;
}

.blog-details .comment .singel-comment .cont ul li a {
  font-size: 14px;
  color: #2c2d3e;
}

.blog-details .comment-form .singel-form {
  margin-top: 22px;
}
.blog-details .comment-form .singel-form label {
  display: block;
  width: 100%;
  font-size: 14px;
  color: #2c2d3e;
}
.blog-details .comment-form .singel-form input,
.blog-details .comment-form .singel-form textarea {
  width: 100%;
  height: 40px;
  border: 1px solid #e6e9f1;
  border-radius: 5px;
  padding-left: 15px;
  font-size: 14px;
  color: #2c2d3e;
}

.blog-details .comment-form .singel-form textarea {
  height: 200px;
  resize: none;
  padding-top: 15px;
}
.blog-details .comment-form .singel-form button {
  padding: 0 30px;
  line-height: 45px;
  background-color: #2e4db9;
  color: #fff;
  border: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.blog-details .comment-form .singel-form button:hover {
  background-color: #2c2d3e;
}

/*===========================
     21.PRODUTCT PAGE css 
===========================*/

.produtct-bar {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.produtct-bar .produtct {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 30px;
}
.produtct-bar .produtct p {
  padding-right: 10px;
}
.produtct-bar .produtct a {
  width: 30px;
  height: 30px;
  line-height: 29px;
  border-radius: 3px;
  border: 1px solid #e6e5ff;
  text-align: center;
  font-size: 16px;
  color: #2c2d3e;
  padding: 0;
  margin: 0 3px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.produtct-bar .produtct a.active {
  color: #2e4db9;
}
.produtct-bar .produtct .nice-select {
  font-size: 14px;
  color: #2c2d3e;
  line-height: 26px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #e6e5ff;
  border-radius: 3px;
  position: relative;
  height: 30px;
}
.produtct-bar .produtct > i {
  position: relative;
  right: 20px;
  z-index: 0;
  color: #2c2d3e;
  top: -1px;
}

.produtct-next .pagination li {
  margin-left: 10px;
}
.produtct-next .pagination li .page-link {
  padding: 0;
  color: #2c2d3e;
  background-color: #fff;
  border: 1px solid #e6e5ff;
  width: 30px;
  height: 30px;
  line-height: 29px;
  text-align: center;
  font-size: 14px;
  border-radius: 3px;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.produtct-next .pagination li:first-child .page-link,
.produtct-next .pagination li:last-child .page-link {
  background-color: #2c2d3e;
  color: #fff;
  border-color: #2c2d3e;
}

.produtct-next .pagination li:first-child .page-link:hover,
.produtct-next .pagination li:last-child .page-link:hover,
.produtct-next .pagination li .page-link.active,
.produtct-next .pagination li .page-link:hover {
  background-color: #2e4db9;
  color: #fff;
  border-color: #2e4db9;
}

.produtct-next .pagination li .page-link:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.products-list .products-contant {
  border: 5px solid #e8f4fc;
  border-left: 0;
  height: 100%;
}

/*===========================
 22.PRODUCTS DETAILS PAGE css 
===========================*/

.products-viwe .singel-slied img {
  width: 100%;
}

.products-thum {
  width: 400px;
  margin-left: auto;
  margin-right: auto;
}
.singel-thum {
  margin: 0 8px;
  cursor: pointer;
}

.products-thum .slick-arrow {
  position: absolute;
  top: 50%;
  left: -10px;
  font-size: 18px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #2c2d3e;
  cursor: pointer;
  z-index: 9;
}
.products-thum .slick-arrow.fa-angle-right {
  left: auto;
  right: -10px;
}

.products-details .title h3 {
  font-size: 30px;
  font-family: "Open Sans", sans-serif;
  color: #2c2d3e;
}
.products-details .rating {
  overflow: hidden;
}
.products-details .rating li {
  float: left;
}
.products-details .rating li a {
  color: #ffa800;
  font-size: 14px;
}

.products-details .review {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.products-details .review p:first-child {
  font-size: 14px;
  color: #2e4db9;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  margin-right: 30px;
}

.products-details .share {
  border-top: 1px solid #e7e9f4;
}
.products-details .share ul li.head {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #2e4db9;
  font-weight: 700;
  margin-left: 0;
}

.products-details .share ul li {
  display: inline-block;
  margin-left: 10px;
}
.products-details .share ul li a {
  font-size: 18px;
}

.products-details .share ul li:nth-child(2) a {
  color: #45619d;
}
.products-details .share ul li:nth-child(3) a {
  color: #cf4539;
}
.products-details .share ul li:nth-child(4) a {
  color: #42c0fb;
}
.products-details .share ul li:nth-child(5) a {
  color: #009ee5;
}
.products-details .share ul li:nth-child(6) a {
  color: #ec9f21;
}

.products-details .price h3 {
  font-size: 36px;
  color: #2c2d3e;
}
.products-details .price h3 span {
  font-size: 14px;
  margin-left: 5px;
}

.products-details .quanty-availability {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.products-details .quanty-availability .quanty {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 30px;
}
.products-details .quanty-availability .quanty p {
  margin-right: 15px;
}
.products-details .quanty-availability .quanty .qty input {
  width: 40px !important;
  height: 30px;
  border: 1px solid #e8e8e8;
  border-left: 0;
  border-right: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
}
.products-details .quanty-availability .quanty .qty .nice-number button {
  background-color: #2e4db9;
  padding: 0;
  width: 15px;
  height: 34px;
  border: 0;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}
.products-details
  .quanty-availability
  .quanty
  .qty
  .nice-number
  button:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.products-details
  .quanty-availability
  .quanty
  .qty
  .nice-number
  button:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.products-details .quanty-availability .availability {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.products-details .quanty-availability .availability p {
  color: #2c2d3e;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 14px;
}
.products-details .quanty-availability .availability p:last-child {
  color: #2e4db9;
  margin-left: 5px;
}

.products-details .products-add ul li {
  display: inline-block;
  margin-right: 5px;
}
.products-details .products-add ul li a {
  padding: 10px;
  background-color: #28a745;
  font-size: 14px;
  color: #fff;
  border-radius: 15px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.products-details .products-add ul li a:hover {
  background-color: #2e4db9;
}

.Product-tab {
  padding: 30px 50px;
  border: 1px solid #e8f4fc;
}

.Product-tab .nav li {
  margin-right: 5px;
  margin-bottom: 20px;
}
.Product-tab .nav li a {
  padding: 0px 20px;
  line-height: 45px;
  background-color: #2c2d3e;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.Product-tab .nav li a.active {
  background-color: #2e4db9;
}

.Product-tab .tab-content .tab-pane .Product-tab-cont > p {
  padding-bottom: 20px;
}
.Product-tab .tab-content .tab-pane .Product-tab-cont > h6 {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #2c2d3e;
  padding-bottom: 15px;
}
.Product-tab .tab-content .tab-pane .Product-tab-cont > ul {
  padding-left: 40px;
}
.Product-tab .tab-content .tab-pane .Product-tab-cont > ul li {
  position: relative;
  font-size: 15px;
  color: #2c2d3e;
  font-family: "Open Sans", sans-serif;
}
.Product-tab .tab-content .tab-pane .Product-tab-cont > ul li::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #2c2d3e;
  left: -20px;
  top: 7px;
}

.Product-tab-cont .comment > h6::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #2c2d3e;
}

.Product-tab-cont .comment .singel-comment {
  position: relative;
}
.Product-tab-cont .comment .singel-comment .thum {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.Product-tab-cont .comment .singel-comment .thum img {
  border-radius: 50%;
  width: 80px;
  height: 80px;
}
.Product-tab-cont .comment .singel-comment .cont {
  padding: 25px 60px;
  border: 1px solid #f6f6f6;
  border-radius: 5px;
}
.Product-tab-cont .comment .singel-comment .cont > h6 {
  font-size: 15px;
  color: #2c2d3e;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  padding-bottom: 12px;
}
.Product-tab-cont .comment .singel-comment .cont p {
  padding-bottom: 10px;
}
.Product-tab-cont .comment .singel-comment .cont ul li {
  display: inline-block;
  margin-right: 35px;
}
.Product-tab-cont .comment .singel-comment .cont ul li:last-child {
  margin-right: 0;
}

.Product-tab-cont .comment .singel-comment .cont ul li a {
  font-size: 14px;
  color: #2c2d3e;
}

.Product-tab-cont .review ul li {
  margin-bottom: 30px;
}
.Product-tab-cont .review ul li:last-child {
  margin-bottom: 0;
}

.Product-tab-cont .singel-review {
  position: relative;
  background-color: #fff7f7;
  padding: 30px;
  border: 1px solid #e8f4fc;
  border-radius: 10px;
}
.Product-tab-cont .singel-review .review-thum {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.Product-tab-cont .singel-review .review-thum .review-img img {
  border-radius: 50%;
}
.Product-tab-cont .singel-review .review-thum .review-cont h6 {
  color: #2c2d3e;
  font-family: "Open Sans", sans-serif;
}
.Product-tab-cont .singel-review .review-thum .review-cont span {
  font-size: 14px;
  color: #2c2d3e;
}
.Product-tab-cont .singel-review .date {
  position: absolute;
  right: 30px;
  top: 30px;
}
.Product-tab-cont .singel-review .date > span {
  font-size: 14px;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
}
.Product-tab-cont .singel-review .review-cont p {
  padding-top: 10px;
  padding-bottom: 8px;
}
.Product-tab-cont .singel-review .review-cont .rating {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.Product-tab-cont .singel-review .review-cont .rating ul {
  overflow: hidden;
}
.Product-tab-cont .singel-review .review-cont .rating ul li {
  float: left;
  margin-bottom: 0;
}
.Product-tab-cont .singel-review .review-cont .rating ul li a {
  color: #ffa800;
  font-size: 14px;
}
.Product-tab-cont .singel-review .review-cont .rating ul li:last-child a {
  color: #999;
}
.Product-tab-cont .singel-review .review-cont .rating > span {
  font-size: 16px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  margin-left: 10px;
}

.Product-tab-cont .reviwe-form h3 {
  font-size: 30px;
  color: #2c2d3e;
  padding-bottom: 20px;
}

.Product-tab-cont .reviwe-form .form-box {
  margin-bottom: 30px;
}
.Product-tab-cont .reviwe-form .form-box input,
.Product-tab-cont .reviwe-form .form-box textarea {
  width: 100%;
  height: 40px;
  padding-left: 15px;
  border: 1px solid #e6e9f1;
  border-radius: 5px;
  font-size: 14px;
  color: #2c2d3e;
}
.Product-tab-cont .reviwe-form .form-box textarea {
  height: 220px;
  padding-top: 15px;
  resize: none;
}

.Product-tab-cont .reviwe-form .note p span {
  font-weight: 700;
  margin-right: 10px;
  color: #2e4db9;
}
.Product-tab-cont .reviwe-form .rating {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.Product-tab-cont .reviwe-form .rating span {
  font-weight: 700;
  margin-right: 10px;
  font-size: 14px;
  margin-right: 10px;
}
.Product-tab-cont .reviwe-form .rating ul li {
  display: inline-block;
  color: #2c2d3e;
  font-weight: 700;
  font-size: 14px;
}
.Product-tab-cont .reviwe-form .rating ul li a {
  font-size: 14px;
  color: #999;
}
.Product-tab-cont .reviwe-form button {
  padding: 0 50px;
  font-size: 16px;
  line-height: 45px;
  color: #fff;
  background-color: #2c2d3e;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  border: 0;
  border-radius: 5px;
  margin-top: 40px;
  cursor: pointer;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.Product-tab-cont .reviwe-form button:hover {
  background-color: #2e4db9;
}

/*===========================
   23.CART PAGE css 
===========================*/

.cart-table {
  width: 100%;
}
.cart-table .table {
  margin-bottom: 0;
}
.table-bordered thead th {
  border-bottom-width: 0px;
  text-align: center;
  vertical-align: middle;
  padding: 15px 0;
  border-color: #e8f4fc;
}

.table-bordered thead th.product {
  width: 160px;
}

.table-bordered thead th.description {
  width: 360px;
}
.table-bordered thead th.model {
  width: 150px;
}
.table-bordered thead th.edit {
  width: 100px;
}
.table-bordered thead th.quantite {
  width: 150px;
}
.table-bordered thead th.price {
  width: 150px;
}
.table-bordered thead th.total {
  width: 150px;
}

.cart-table .table-bordered tbody td {
  border-bottom-width: 0px;
  text-align: center;
  vertical-align: middle;
  padding: 0 0;
  border-color: #e8f4fc;
}

.cart-table .product-img {
  padding: 10px;
}
.cart-table .product-img img {
  width: 100%;
}

.cart-table .product-description {
  padding: 0 30px;
  text-align: left;
}
.cart-table .product-description h6 {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  padding-bottom: 10px;
}

.cart-table .product-model,
.cart-table .product-edit,
.cart-table .product-quantite,
.cart-table .product-price,
.cart-table .product-total {
  text-align: center;
}

.cart-table .product-edit ul li a {
  font-size: 16px;
  color: #2e4db9;
}
.product-quantite .qty input {
  width: 40px !important;
  height: 30px;
  border: 1px solid #e8e8e8;
  border-left: 0;
  border-right: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
}
.product-quantite .qty .nice-number button {
  background-color: #2e4db9;
  padding: 0;
  width: 15px;
  height: 34px;
  border: 0;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}
.product-quantite .qty .nice-number button:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.product-quantite .qty .nice-number button:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.cart-btn {
  border: 1px solid #e8f4fc;
  padding: 15px 30px;
  overflow: hidden;
  margin-top: -1px;
}
.cart-btn .btn-left {
  float: left;
}
.cart-btn .btn-right {
  float: right;
}
.cart-btn .btn-left a,
.cart-btn .btn-right a {
  padding: 0 15px;
  line-height: 40px;
  background-color: #2c2d3e;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}
.cart-btn .btn-left a:hover,
.cart-btn .btn-right a:hover {
  background-color: #2e4db9;
}

.estemate-shipping,
.disconut-code,
.cart-total {
  padding: 20px 30px;
  border: 1px solid #e6e9f1;
  border-radius: 10px;
}
.estemate-shipping h5,
.disconut-code h5 {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  color: #2c2d3e;
  padding-bottom: 20px;
}

.estemate-shipping .form-box,
.disconut-code .form-box {
  margin-bottom: 10px;
}
.estemate-shipping .form-box:last-child {
  margin-bottom: 0;
}

.estemate-shipping .form-box label,
.disconut-code .form-box label {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #2c2d3e;
}

.estemate-shipping .form-box .nice-select {
  width: 100%;
  border-color: #e6e9f1;
  border-radius: 0;
  font-size: 14px;
  color: #8e99c0;
  margin-bottom: 8px;
}
.estemate-shipping .form-box .nice-select.open .list {
  width: 100%;
  border-radius: 0;
}
.estemate-shipping .form-box .nice-select::after {
  display: none;
}

.estemate-shipping .form-box input,
.disconut-code .form-box input {
  width: 100%;
  height: 40px;
  padding-left: 15px;
  border: 1px solid #e6e9f1;
  font-size: 14px;
  color: #8e99c0;
}

.estemate-shipping .form-box button,
.disconut-code .form-box button {
  padding: 0 20px;
  line-height: 40px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #2c2d3e;
  color: #fff;
  border: 0;
  margin-top: 10px;
}

.cart-total p {
  font-weight: 600;
}
.cart-total p span {
  margin-left: 20px;
}

.cart-total a {
  padding: 0 50px;
  line-height: 60px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  background-color: #2c2d3e;
  color: #fff;
  border: 0;
  margin-top: 20px;
}

/*===========================
      24.CHECKOUT css 
===========================*/

.checkout-box {
  border: 1px solid #e6e9f1;
  border-radius: 15px;
}
.checkout-box .title {
  overflow: hidden;
  border-bottom: 1px solid #e6e9f1;
  padding: 0 30px;
}
.checkout-box .title h5 {
  float: left;
  line-height: 60px;
  color: #2c2d3e;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
}

.checkout-box .buyer-info {
  padding-top: 50px;
  padding-bottom: 30px;
  padding-left: 95px;
  padding-right: 95px;
}
.checkout-box .buyer-info .form-box,
.checkout-box .card-info .form-box {
  padding-bottom: 20px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}
.checkout-box .buyer-info .form-box label,
.checkout-box .card-info .form-box label {
  font-size: 14px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  color: #2c2d3e;
  margin-right: 16px;
  display: block;
}
.checkout-box .buyer-info .form-box input,
.checkout-box .card-info .form-box input {
  width: 265px;
  height: 40px;
  border: 1px solid #e6e9f1;
  border-radius: 5px;
  padding-left: 15px;
  display: block;
}

.checkout-box .details {
  padding: 48px 0;
  padding-left: 95px;
  padding-right: 95px;
}
.checkout-box .details .details-title h6 {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  border-bottom: 1px solid #e6e9f1;
  padding-bottom: 8px;
}
.checkout-box .details .order-list {
  padding-top: 18px;
  border-bottom: 1px solid #e6e9f1;
  padding-bottom: 22px;
}
.checkout-box .details .order-list ul li {
  line-height: 35px;
  font-size: 14px;
}

.checkout-box .details .order-total h5 {
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  color: #2c2d3e;
  padding-top: 18px;
}

.checkout-box .details .details-title h6 span,
.checkout-box .details .order-list ul li span,
.checkout-box .details .order-total h5 span {
  float: right;
}

.checkout-box .payment-methods {
  padding-top: 40px;
  padding-bottom: 30px;
  padding-left: 95px;
  padding-right: 95px;
}

.checkout-box .Pement p {
  padding-bottom: 13px;
}
.checkout-box .Pement ul li {
  display: inline-block;
  margin-right: 2px;
}
.checkout-box .Pement ul li a {
  font-size: 35px;
  color: #2c2d3e;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.checkout-box .Pement ul li a:hover {
  color: #2e4db9;
}

.checkout-box .card-info .month-year {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}

.checkout-box .card-info .month-year .form-box input {
  width: 71px;
}

.order-btn a {
  font-family: "Open Sans", sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  background-color: #2c2d3e;
  border-radius: 5px;
  padding: 0 50px;
  line-height: 60px;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.order-btn a:hover {
  background-color: #2e4db9;
}

/*===========================
       25.CONTACT css 
===========================*/

#contact-map {
  width: 100%;
  height: 560px;
}

.contact-form > h6,
.contact-info > h6 {
  color: #2c2d3e;
  position: relative;
  display: inline-block;
}
.contact-form > h6::before,
.contact-info > h6::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #2c2d3e;
}

.form-group {
  margin: 0;
}

.contact-form .singel-form {
  margin-top: 22px;
}
.blog-details .comment-form .singel-form label {
  display: block;
  width: 100%;
  font-size: 14px;
  color: #2c2d3e;
}
.contact-form .singel-form input,
.contact-form .singel-form textarea {
  width: 100%;
  height: 40px;
  border: 1px solid #e6e9f1;
  border-radius: 5px;
  padding-left: 15px;
  font-size: 14px;
  color: #2c2d3e;
}

.contact-form .singel-form textarea {
  height: 200px;
  resize: none;
  padding-top: 15px;
}
.contact-form .singel-form button {
  padding: 0 30px;
  line-height: 45px;
  background-color: #2e4db9;
  color: #fff;
  border: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.contact-form .singel-form button:hover {
  background-color: #2c2d3e;
}

.list-unstyled li {
  font-size: 13px;
  margin-left: 2px;
  margin-top: 5px;
  color: #f00;
}

p.form-message.success,
p.form-message.error {
  font-size: 15px;
  color: #2c2d3e;
  background: #ddd;
  padding: 10px 15px;
  margin-left: 15px;
  margin-top: 15px;
}

p.form-message.error {
  color: #ff0000;
}

.contact-info > p {
  padding-top: 20px;
  padding-bottom: 20px;
}
.contact-info ul li {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}
.contact-info ul li:last-child {
  margin-bottom: 0;
}

.contact-info ul li .icon i {
  width: 35px;
  height: 35px;
  line-height: 34px;
  border-radius: 50px;
  border: 1px solid #ebebeb;
  text-align: center;
  color: #2e4db9;
  font-size: 16px;
}
.contact-info ul li .cont p {
  font-weight: 300;
}

/*===========================
     26.ACCOUNT POPUP css 
===========================*/

.account-popup-area::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #333;
  opacity: 0.8;
  z-index: 999;
  visibility: visible;
}

.account-popup-content {
  position: fixed;
  width: 570px;
  margin: 0 auto;
  z-index: 999;
  background-color: #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.account-popup-content .account-top {
  background-color: #2e4db9;
  position: relative;
  padding: 25px 15px;
}
.account-popup-content .account-top .account-title h3 {
  font-size: 30px;
  color: #fff;
}
.account-popup-content .account-top .popup-close {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 25px;
  height: 25px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.account-popup-content .account-top .popup-close span {
  width: 25px;
  height: 2px;
  background-color: #fff;
  display: block;
  position: relative;
}
.account-popup-content .account-top .popup-close span:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 10px;
}
.account-popup-content .account-top .popup-close span:nth-of-type(2) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 8px;
}

.account-popup-content .account-form {
  padding: 0 70px 40px;
}
.account-popup-content .account-form .single-form {
  margin-top: 20px;
}
.account-popup-content .account-form .single-form .form-title {
  width: 40%;
  float: left;
}
.account-popup-content .account-form .single-form .form-input {
  width: 60%;
  float: right;
}

.account-popup-content .account-form .single-form .form-title p {
  padding-right: 20px;
  margin-top: 4px;
}

.account-popup-content .account-form .single-form .form-input input {
  width: 100%;
  height: 35px;
  padding: 0 10px;
  border: 1px solid #ddd;
  font-size: 16px;
  color: #2c2d3e;
}
.account-popup-content .account-form .single-form .form-input button {
  padding: 0 30px;
  height: 45px;
  background-color: #2e4db9;
  color: var(--white);
  font-size: 16px;
  text-transform: uppercase;
  border: 1px solid #2e4db9;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.account-popup-content .account-form .single-form .form-input button:hover {
  background-color: var(--white);
  border-color: #2e4db9;
  color: #2e4db9;
}

.account-popup-content .account-form .single-form p a {
  color: #2e4db9;
  font-size: 16px;
}

.account-popup-content .account-top .account-title h3 span {
  font-weight: 300;
}

/*=========== Porque Elegirnos =======================*/
.why_service {
  background-color: var(--black);
  padding-top: 100px;
}
.why-text h1 {
  color: var(--white);
  font-size: 45px;
  font-weight: 500;
  width: 250px;
}
.why-title h4 {
  color: var(--white);
  font-size: 15px;
  font-weight: 400;
}
.section-title {
  position: relative;
  margin-bottom: 20px;
}
.section-title .title {
  font-weight: 700;
  font-size: 52px;
  /*  line-height: 1; */
  position: relative;
}

.banner-txt h3 {
  color: #fff !important;
  margin-bottom: 20px;
}

.text-while {
  color: #fff !important;
}
.theme_service {
  display: block;
  background-color: #fff;
  padding: 40px;
  transition: 0.3s;
  margin-bottom: 30px;
  color: #4e5164;
  position: relative;
}

.theme_service:hover {
  transform: translateY(-3px);
  /* background-color: var(--red); */
}

.theme_service:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 0;
  background-color: var(--red);
  transition: all 0.3s ease 0s;
}
.theme_service:hover:before {
  height: 100%;
}

.theme_service .style-9 {
  text-align: left;
}

/* .theme_service .style-9:before{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 0;
    background-color: var(--red);
    transition: .3s;
} */

.theme_service .text-one {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 75px;
  display: block;
  line-height: 1;
  font-weight: 600;
  color: rgba(215, 216, 217, 0.9);
}

.theme_service .fa-globe-americas {
  color: var(--red);
  font-size: 60px;
  line-height: 1;
  transition: 0.3s;
  margin-bottom: 20px;
  display: block;
}

.theme_service .fa-boxes {
  color: var(--red);
  font-size: 60px;
  line-height: 1;
  transition: 0.3s;
  margin-bottom: 20px;
  display: block;
}

.theme_service .fa-rocket {
  color: var(--red);
  font-size: 60px;
  line-height: 1;
  transition: 0.3s;
  margin-bottom: 20px;
  display: block;
}

.theme_service .fa-user-clock {
  color: var(--red);
  font-size: 60px;
  line-height: 1;
  transition: 0.3s;
  margin-bottom: 20px;
  display: block;
}

.theme_service h5 {
  margin-bottom: 10px;
  transition: 0.3s;
}
.theme_service p {
  margin-top: 0;
  transition: 0.3s;
  color: #999b9f;
}

.ymp_image {
  height: auto;
  position: relative;
}
/*=========== The End Porque Elegirnos =======================*/

/*======== Nuestros Vehiculos ==================*/

.mb-30 {
  margin-bottom: 30px;
}

.top_feature .two .techno_flipbox .techno_flipbox_font {
  min-height: 223px;
}

.top_feature .techno_flipbox .techno_flipbox_font {
  background: #fff;
  height: 240px;
  border-radius: 8px;
  box-shadow: 0 5px 20px rgb(0 0 0/15%);
  border: 0;
  transition: all 0.5s ease;
}
.top_feature .techno_flipbox .techno_flipbox_font:hover {
  /*  background: #8a0000; */
  color: #fff;
}

.techno_flipbox_font .icon {
  color: #fff;
  font-size: 30px;
  line-height: 80px;
  margin-bottom: 20px;
  height: 80px;
  width: 80px;
  background: var(--red);
  border-radius: 33% 66% 70% 30%/49% 62% 38% 51% !important;
  transition: 0.5s;
}

.top_feature .two .techno_flipbox .techno_flipbox_inner {
  padding: 0 24px;
}

.techno_flipbox .techno_flipbox_inner {
  text-align: center;
  padding: 0 25px;
  border-radius: 2px;
  position: relative;
  left: 0;
  top: 20%;
  width: 100%;
  transition: 0.5s;
}

.techno_flipbox_icon {
  font-size: 45px;
  text-align: center;
  display: inline-block;
  color: #fff;
  transition: 0.5s;
}

.top_feature .flipbox_title h3 {
  color: #232323;
  font-size: 19px;
  font-weight: 500;
  transition: 0.5s;
  line-height: 26px;
}

/*==== Iconos de Nuestros Vehiculos =====*/
.icon .fa-truck {
  text-align: center;
  color: var(--white);
  font-size: 40px;
  line-height: 60px;
  margin-top: 10px;
  transition: 0.5s;
}
.icon .fa-snowflake {
  text-align: center;
  color: var(--white);
  font-size: 40px;
  line-height: 60px;
  margin-top: 10px;
  transition: 0.5s;
}

.icon .fa-map-marker-alt {
  text-align: center;
  color: var(--white);
  font-size: 40px;
  margin-top: 10px;
  line-height: 60px;
}

.icon .fa-box-open {
  text-align: center;
  color: var(--white);
  font-size: 40px;
  line-height: 60px;
  margin-top: 10px;
}
/*=========Transition==========================*/
.techno_flipbox_font:hover {
  transform: translateY(-10px);
  transition: 0.5s;
}
/* .techno_flipbox .techno_flipbox_font:hover{
    border: 1px solid var(--red) !important;
    transition: .5s;
} */

/*======== The End Nuestros Vehiculos ==================*/

/*============== Galeria fotos ==================*/

/*============== The End Galeria fotos ==================*/

.portf-galery1 {
  padding-top: 30px;
}

.text-center {
  text-align: center;
}
/* .mt-4{
    margin-top: 50px !important;
} */

/*===============================================================================*/
button,
input[type="reset"],
input[type="button"],
input[type="submit"],
.theme_btn_2 {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  position: relative;
  background-color: var(--red);
  border: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 15px 30px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: all 0.3s ease;
  border-radius: 0;
  overflow: hidden;
  z-index: 1;
  /* box-shadow: 0 3px 24px rgb(0 0 0/ 10%); */
}

button:before,
input[type="reset"]:before,
input[type="button"]:before,
input[type="submit"]:before,
.theme_btn_2:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 100%;
  border-radius: 0;
  opacity: 0;
  background-color: var(--black);
  visibility: hidden;
  z-index: -1;
  transition: all 0.3s ease;
}

button:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
.theme_btn_2:hover {
  color: #fff;
  box-shadow: 0 3px 24px rgb(0 0 0/ 10%);
  outline: none;
  border-color: #ef2340;
}

button:hover:before,
input[type="reset"]:hover:before,
input[type="button"]:hover:before,
input[type="submit"]:hover:before,
.theme_btn_2:hover:before {
  opacity: 1;
  visibility: visible;
  width: calc(100% - 10px);
}

/*===============================================================================*/

button i,
input[type="reset"] i,
input[type="button"] i,
input[type="submit"] i,
.theme_btn i {
  margin: 0 0 0 10px;
  color: #fff;
}

.theme_portfolio {
  position: relative;
  margin-bottom: 30px;
  /* cursor: pointer; */
}

.theme_portfolio .theme_portfolio-thumb {
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}

.theme_portfolio .theme_portfolio-thumb:hover img {
  transform: scale(1.1);
}

.theme_portfolio .theme_portfolio-thumb img {
  width: 100%;
  transition: all 0.3s ease;
}

.theme_portfolio:hover .theme_portfolio-content {
  opacity: 1;
  visibility: visible;
  bottom: 10px;
}

.theme_portfolio .theme_portfolio-content {
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 20px);
  height: auto;
  background-color: var(--red);
  padding: 30px;
  opacity: 0;
  transition: all 0.3s ease;
}

.theme_portfolio-content h5 {
  margin-bottom: 8px;
  color: #fff;
}

.theme_portfolio-content p {
  color: #fff;
  margin-bottom: 0;
}

.theme_portfolio .theme_portfolio-content {
  position: absolute;
  left: 50%;
  bottom: 10px;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  transition: all 0.3s ease;
}

/*============= the End Galeria Fotos ===============*/

/*============= Start Clientes - Logo ================*/
.upt-logo {
  position: relative;
  height: 220px;
  text-align: center;
}
.upt-logo img {
  width: 155px;
  height: 90px;
}

.theme_clients {
  position: relative;
  /*  margin-bottom: 30px;
    transition: all 0.3s ease; */
  display: block;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 0 40px 5px rgb(0 0 0/3%);
}

/*===============the end Clientes - Logo ==============*/

/*=============== Banner Area ======================*/
.banner_area {
  background: url(/image/camion-carretera.jpg) no-repeat scroll center center;
  background-size: cover;
  position: relative;
  height: 420px;
  overflow: hidden;
}
.banner_area:before {
  content: "";
  background: rgba(0, 0, 0, 0.4);
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}
/* .zky-tomp{
    margin-top: 70px;
} */

/*============The End Banner Area ==================*/

/*======== Start Footer Area =======================*/
.zt-20 {
  padding-top: 25px;
}
.xt-30 {
  padding-top: 16px;
  padding-right: 40px;
}

.footer_area {
  background: #0e0e13 !important;
}

/*========= The End Footer Area =====================*/
/* .footer-tymp{
    margin-right: 60px;
}
 */
.footer-kym {
  margin-right: 10px;
  margin-left: -20px;
}
.pull-left {
  float: left !important;
}
.copyright {
  background-color: var(--white);
  height: 100%;
}
.copyright .copyright-right h5 {
  line-height: 60px;
  font-family: "Poppins", sans-serif;
  color: var(--black);
  font-weight: 500;
  font-size: 15px;
}

/*===== Star Icons - Redes Sociales==============*/

.theme_social-icons {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  margin-top: 1.5rem !important;
}

.theme_social-icons li a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  transition: all 0.3s ease;
  background-color: rgba(255, 255, 255, 0.1);
  color: #999b9f;
  transition: all 400ms linear 0s;
}

.theme_social-icons li a:hover {
  background-color: var(--red);
  color: var(--white);
}

.theme_social-icons li {
  padding-right: 10px;
}

.contact_list .fa-map-marker {
  padding-right: 12px;
}

.contact_list .fa-phone {
  padding-right: 8px;
}
.contact_list .fa-envelope-o {
  padding-right: 8px;
}

/*======= The End Star Icons - Redes Sociales===========*/

/*========== BANNER - NOSOTROS =========================*/
.banner-area-1 {
  background: url(/image/Transporte/camion-rojo.jpg) no-repeat scroll center
    center;
  background-size: cover;
  padding: 70px 0 0px 0;
  position: relative;
  height: 400px;
  z-index: -1;
}
.banner-area-1::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: -1;
}

.gump-tump {
  padding-left: 0px;
  padding-right: 0px;
}

/*==================== Media Query Desktop ====================*/
@media (min-width: 1200px) {
  .col-lg-10 {
    max-width: 100%;
  }
}

.section-txt {
  margin-left: 20px;
}
.section-txt p {
  text-align: justify;
  font-size: 14px;
  line-height: 33px;
  color: var(--black);
  font-weight: 300;
}
.section-txt span {
  color: var(--red);
  font-weight: 800;
  width: 15px;
}
.section-wemp {
  margin-left: 40px;
}

.trasp-two {
  margin-top: 50px !important;
}

.temp-two {
  margin-left: 70px !important;
  margin-top: 20px;
}

.banner-area-1 .banner-title h4 {
  color: #fff;
  font-size: 62px;
  font-weight: 600;
  margin-top: -90px;
  margin-left: 17px;
  font-family: "Poppins", sans-serif;
}

.gym_kym {
  margin-top: 60px;
}

.romt-tym::before {
  content: "|";
  color: var(--red);
  font-size: 85px;
}

.service__title .title_tymp {
  font-size: 25px;
  color: var(--red) !important;
  font-weight: 600;
}

.service_content .subtitle_tymp {
  font-size: 14px;
  margin: 5px 10px 15px 10px;
  display: block;
  color: #808080;
}
/*======== Nosotros - la imagen ===============*/

.complet-imagen {
  background: url(/image/Transporte/transporte-1.png) no-repeat scroll center
    center;
  background-size: cover;
  position: relative;
  height: 400px;
  z-index: 1;
}

.complet-imagen::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
}

/*========= the End Nosotros -La Imagen*/

.section_title {
  text-align: center;
  margin-top: 30px;
}

.section-two-title-2 {
  margin-bottom: 15px;
}

.section-two-title-2 h1 {
  color: #fff;
}

.section_title_three {
  text-align: center;
  margin-top: -235px;
}

.section-main-title {
  margin-bottom: 20px;
}
.section-main-title h1 {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  line-height: 70px;
}

/* .section_title .section-btn{
    margin-left: -20px;
} */

.temp-clients {
  background: #fff;
}

/*================== Contact Cuadros ===================*/
.single_contact_address {
  border: 1px solid #cecece;
  border-radius: 5px 5px 5px 5px;
  padding: 30px 25px 30px;
  height: 90%;
}
.text-center {
  text-align: center !important;
}
.contact_address_icon i {
  font-size: 50px;
  color: var(--red);
}
.pb-3 {
  padding-bottom: 1.5rem !important;
  text-align: center;
}
.mb-30 {
  text-align: center !important;
}
.contact_address_title h4 {
  font-size: 25px;
  color: var(--black);
  text-align: center;
  padding-bottom: 0.5rem !important;
}

.contact_address_text p {
  text-align: center;
}

.mb-30 {
  margin-bottom: 30px;
}

.form_box input {
  width: 100%;
  height: 50px;
  padding-left: 15px;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 5px;
  transition: all 0.5s ease 0s;
}

.tymp-yx input {
  border: 1px solid #e6e6e6;
  color: #495057;
  background-color: #fff;
}

.form_box textarea {
  width: 100%;
  background: transparent;
  padding-left: 15px;
  padding-top: 20px;
  height: 250px;
  border-radius: 5px;
  transition: all 0.5s ease 0s;
}

.tymp-yx textarea {
  border: 1px solid #e6e6e6;
  color: #495057;
  background-color: #fff;
}
.quote_btn {
  margin-left: 15px;
  text-align: center;
}

.tymp_kum .btn_enviar {
  margin-left: 500px;
}

/*=========== Google Maps - Contactanos =========*/
.google-maps {
  position: relative;
  overflow: hidden;
  padding-bottom: 30%;
  height: 0;
}

.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

/*===== Trnasporte de Carga Refrigerada =========*/
.banner-area-2 {
  background: url(/image//Transporte/transporte2.png) no-repeat scroll center
    center;
  background-size: cover;
  padding: 70px 0 0px 0;
  position: relative;
  height: 400px;
  z-index: -1;
}
.banner-area-2::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
}
.banner-area-2 .banner-title h4 {
  color: #fff;
  font-size: 56px !important;
  font-weight: 600;
  margin-top: -85px !important;
  margin-left: 20px !important;
  font-family: "Poppins", sans-serif;
}

/*============================================================================*/

.banner-area-4 {
  background: url(/image//Transporte/transporte2.png) no-repeat scroll center
    center;
  background-size: cover;
  padding: 70px 0 0px 0;
  position: relative;
  height: 400px;
  z-index: -1;
}
.banner-area-4::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
}
.banner-area-4 .banner-title h4 {
  color: #fff;
  font-size: 56px !important;
  font-weight: 600;
  margin-top: -170px !important;
  margin-left: 20px !important;
  font-family: "Poppins", sans-serif;
}

.tomp-tym::before {
  content: "|";
  color: var(--red);
  font-size: 83px !important;
}
.tomp-tym {
  margin-top: 55px !important;
  width: 100%;
}

.trans-info {
  margin-top: 70px;
}
.trans-info .trans_list {
  padding-top: 30px;
  padding-left: 45px;
}
.trans-info .trans_list li {
  font-size: 16px !important;
  margin-top: 10px !important;
  line-height: 30px !important;
  color: var(--black);
}
.trans-info,
.trans_list li i {
  color: var(--red);
  font-size: 18px;
  line-height: 30px;
  left: -15px;
  padding-right: 5px;
}

.trans-info5 {
  margin-top: 70px;
}

.trans-info5 .trans_list {
  padding-top: 30px;
  padding-left: 45px;
}
.trans-info5 .trans_list li {
  font-size: 16px !important;
  margin-top: 10px !important;
  line-height: 30px !important;
  color: var(--black);
}
.trans-info5,
.trans_list li i {
  color: var(--red);
  font-size: 18px;
  line-height: 30px;
  left: -15px;
}

.trans-info1 {
  margin-top: 140px;
}
.trans-info1 .trans_list {
  padding-top: 30px;
  padding-left: 45px;
}
.trans-info1 .trans_list li {
  font-size: 16px !important;
  margin-top: 10px !important;
  line-height: 30px !important;
  color: var(--black);
}
.trans-info1,
.trans_list li i {
  color: var(--red);
  font-size: 18px;
  line-height: 30px;
  left: -15px;
  padding-right: 5px;
}

.trans-info-2 {
  margin-top: 70px;
  margin-left: 70px;
}
.trans-info-2 .trans_list {
  padding-top: 30px;
  padding-left: 15px;
}
.trans-info-2 .trans_list li {
  font-size: 16px !important;
  margin-top: 10px !important;
  line-height: 30px !important;
  color: var(--black);
}
.trans-info-2,
.trans_list li i {
  color: var(--red);
  font-size: 18px;
  line-height: 30px;
  left: -15px;
  padding-right: 5px;
}

.trans-info-7 {
  margin-top: 170px;
  margin-left: 70px;
}
.trans-info-7 .trans_list {
  padding-top: 30px;
  padding-left: 15px;
}
.trans-info-7 .trans_list li {
  font-size: 16px;
  margin-top: 10px;
  line-height: 30px;
  color: var(--black);
}
.trans-info-7,
.trans_list li i {
  color: var(--red);
  font-size: 18px;
  line-height: 30px;
  left: -15px;
  padding-right: 5px;
}

.trans-info-3 {
  margin-top: 40px;
  margin-left: 70px;
}

.trans-info-3 .trans_list {
  padding-top: 30px;
  padding-left: 15px;
}
.trans-info-3 .trans_list li {
  font-size: 16px !important;
  margin-top: 10px !important;
  line-height: 30px !important;
  color: var(--black);
}
.trans-info-3,
.trans_list li i {
  color: var(--red);
  font-size: 18px;
  line-height: 30px;
  left: -15px;
  padding-right: 5px;
}

.trans-info-4 {
  margin-top: 90px;
  margin-left: 70px;
}
.trans-info-4 .trans_list {
  padding-top: 30px;
  padding-left: 15px;
}
.trans-info-4 .trans_list li {
  font-size: 16px !important;
  margin-top: 10px !important;
  line-height: 30px !important;
  color: var(--black);
}
.trans-info-4,
.trans_list li i {
  color: var(--red);
  font-size: 18px;
  line-height: 30px;
  left: -15px;
  padding-right: 5px;
}

.trans-info-5 {
  margin-top: 170px;
  margin-left: 70px;
}

.trans-info-5 .trans_list {
  padding-top: 30px;
  padding-left: 15px;
}
.trans-info-5 .trans_list li {
  font-size: 16px !important;
  margin-top: 10px !important;
  line-height: 30px !important;
  color: var(--black);
}
.trans-info-5,
.trans_list li i {
  color: var(--red);
  font-size: 18px;
  line-height: 30px;
  left: -15px;
  padding-right: 5px;
}

.item {
  font-family: "Poppins", sans-serif;
}

/*================= Animation FadeInLeft =====================*/

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translatex(-200px);
    -moz-transform: translatex(-200px);
    -o-transform: translatex(-200px);
    transform: translatex(-200px);
  }
  to {
    opacity: 1;
    -webkit-transform: translatex(0);
    -moz-transform: translatex(0);
    -o-transform: translatex(0);
    transform: translatex(0);
  }
}

@-moz-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translatex(-200px);
    -moz-transform: translatex(-200px);
    -o-transform: translatex(-10px);
    transform: translatex(-10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translatex(0);
    -moz-transform: translatex(0);
    -o-transform: translatex(0);
    transform: translatex(0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translatex(-100px);
    -moz-transform: translatex(-100px);
    -o-transform: translatex(-100px);
    transform: translatex(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translatex(0);
    -moz-transform: translatex(0);
    -o-transform: translatex(0);
    transform: translatex(0);
  }
}
.in-left {
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-duration: 1s;
  animation-delay: 1s;
}

/*================= Animation FadeInRight =====================*/

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translatex(200px);
    -moz-transform: translatex(200px);
    -o-transform: translatex(200px);
    transform: translatex(200px);
  }
  to {
    opacity: 1;
    -webkit-transform: translatex(0);
    -moz-transform: translatex(0);
    -o-transform: translatex(0);
    transform: translatex(0);
  }
}

@-moz-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translatex(200px);
    -moz-transform: translatex(200px);
    -o-transform: translatex(200px);
    transform: translatex(200px);
  }
  to {
    opacity: 1;
    -webkit-transform: translatex(0);
    -moz-transform: translatex(0);
    -o-transform: translatex(0);
    transform: translatex(0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translatex(200px);
    -moz-transform: translatex(200px);
    -o-transform: translatex(200px);
    transform: translatex(200px);
  }
  to {
    opacity: 1;
    -webkit-transform: translatex(0);
    -moz-transform: translatex(0);
    -o-transform: translatex(0);
    transform: translatex(0);
  }
}
.in-right {
  -webkit-animation-name: fadeInRight;
  -moz-animation-name: fadeInRight;
  -o-animation-name: fadeInRight;
  animation-name: fadeInRight;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-duration: 1s;
  animation-delay: 1s;
}

/*===== Transporte de Carga Seca ====*/
.kym-ptm {
  margin-top: -20px !important;
}
.fum-kim {
  margin-top: 40px;
}

/*====== SLIDER - FLEXSLIDER =======*/
.flexslider {
  width: 100%;
  position: relative;
}
.slides {
  overflow: hidden;
}
.slides img {
  width: 100%;
}
.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-control-nav {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 5%;
  z-index: 999;
}
.flex-control-nav li {
  display: inline-block;
  margin: 0 6px;
}
.flex-control-nav li a {
  display: block;
  background: var(--white);
  width: 12px;
  height: 12px;
  border-radius: 12px;
  text-indent: -9999px;
}
.flex-control-nav li a:hover {
  background: var(--red);
  transition: all 0.5s ease-in-out 0s;
}
.flex-control-nav li a.flex-active {
  background: var(--red) !important;
}
.flex-direction-nav a {
  display: block;
  text-decoration: none;
  position: absolute;
  top: 45%;
  z-index: 999;
  width: 25px;
  height: 55px;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav .flex-prev {
  left: 0;
}
.flex-direction-nav .flex-next {
  right: 0;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: "\f001";
  color: #fff;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
  content: "\f002" !important;
}
.flex-caption p {
  font-family: "Poppins", sans-serif;
  position: absolute;
  top: 50%;
  text-align: center;
  width: 100%;
  font-size: 45px;
  color: #fff;
  font-weight: bold;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}

/*===== Trnasporte de Carga Congelada =========*/
.about-ligh-2::before {
  content: "";
  position: absolute;
  bottom: -13px;
  margin-left: 263px;
  /* left: -15px; */
  /*  border-left: 320px solid var(--red); */
  border-right: 320px solid var(--red);
  border-top: 320px solid transparent;
  /*  border-right: 400px solid transparent; */
  z-index: -1;
}
.about-right-2 {
  position: relative;
  z-index: 1;
}

.about-right-2::before {
  content: "";
  position: absolute;
  bottom: -19px;
  left: 4px;
  border-left: 320px solid var(--red);
  border-top: 280px solid transparent;
  border-right: 400px solid transparent;
  z-index: -1;
}
.about-right-2 > img {
  padding: 25px 0 0 10px;
  margin-top: -20px;
}

.about-right-4 {
  position: relative;
  z-index: 1;
}

.about-right-4::before {
  content: "";
  position: absolute;
  bottom: -14px;
  margin-left: 193px;
  /* left: -15px; */
  /*  border-left: 320px solid var(--red); */
  border-right: 320px solid var(--red);
  border-top: 250px solid transparent;
  /*  border-right: 400px solid transparent; */
  z-index: -1;
}

#blog-part-2 {
  background: #f5f5f5;
}

/*===== The End Transporte de Carga Congelada =========*/
.banner-area-3 {
  background: url(/image//Transporte/transporte-carretera.jpg) no-repeat scroll
    center center;
  background-size: cover;
  padding: 70px 0 0px 0;
  position: relative;
  height: 400px;
  z-index: -1;
}
.banner-area-3::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
}
.banner-area-3 .banner-title h4 {
  color: #fff;
  font-size: 58px !important;
  font-weight: 600 !important;
  margin-top: -92px !important;
  margin-left: 20px !important;
  font-family: "Poppins", sans-serif;
}

/*=======  Camara Estacionaria de 0° a -30°C =========*/

/*=======  The End Camara Estacionaria de 0° a -30°C =========*/

/*======= Trasnporte de Carga por Carretera y Provincia =========*/
.about-ligh-4 {
  position: relative;
  z-index: 1;
}
.about-ligh-4::before {
  content: "";
  position: absolute;
  bottom: -15px;
  margin-left: 235px;
  border-right: 320px solid var(--red);
  border-top: 240px solid transparent;
  z-index: -1;
}

.about-ligh-5 {
  position: relative;
  z-index: 1;
}
.about-ligh-5::before {
  content: "";
  position: absolute;
  bottom: -15px;
  margin-left: 110px;
  border-right: 320px solid var(--red);
  border-top: 411px solid transparent;
  z-index: -1;
}

.gyum-tom::before {
  content: "|";
  color: var(--red);
  font-size: 159px;
}
.gyum-tom h4 {
  margin-top: -182px !important;
  padding-left: 15px;
}
.about-ligh-3::before {
  content: "";
  position: absolute;
  bottom: -15px;
  margin-left: 235px;
  border-right: 320px solid var(--red);
  border-top: 270px solid transparent;
  z-index: -1;
}

/*=========== Screen Laptop 1024x800 =============== */
@media screen and (max-width: 1068px) {
  .about-ligh::before {
    content: "";
    position: absolute;
    bottom: 19px;
    margin-left: 269px;
    border-right: 320px solid var(--red);
    border-top: 320px solid transparent;
    z-index: -1;
  }
}

/*=========== Screen Laptop 1024x800 =============== */
@media screen and (max-width: 1024px) {
  .head__icon {
    margin-left: 10px !important;
  }

  .section-title h3 {
    font-size: 40px !important;
  }

  .about-ligh::before {
    content: "";
    position: absolute;
    bottom: -3px;
    margin-left: 142px;
    border-right: 320px solid var(--red);
    border-top: 254px solid transparent;
    z-index: -1;
  }
  .text-somos {
    display: none;
  }
  .text-weyhi {
    margin-top: -30px;
  }
  /* .theme_btn{
        margin-top: -40px;
    } */
  .owl-item {
    width: 100% !important;
    height: 320px;
  }
  .link-hym {
    margin-top: 37px !important;
  }
  .section-two-title {
    margin-top: -370px;
    margin-bottom: 20px;
  }

  .section-two-title-2 {
    margin-top: -318px;
    margin-bottom: 20px;
  }
  .section-two-title-2 h1 {
    color: #fff;
  }

  .counter-text span {
    font-size: 25px !important;
  }
  .yump__text {
    margin-top: 0px !important;
  }
  .tymp-counter {
    margin-top: 0px !important;
  }
  .theme_service {
    width: 100%;
    height: 350px !important;
  }
  .theme_portfolio .theme_portfolio-content {
    transform: translateX(-50%);
    width: calc(100% - 20px);
    height: auto;
    background-color: var(--red);
    padding: 30px;
    opacity: 0;
    transition: all 0.3s ease 0s;
  }
  /* .banner-txt h3{
        margin-bottom: 30px !important;
    } */
  .footer-gum {
    margin-right: 20px !important;
  }
  .header-icon {
    margin-left: 28px !important;
  }
  .about-right::before {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 3px;
    border-left: 323px solid var(--red);
    border-top: 310px solid transparent;
    border-right: 400px solid transparent;
    z-index: -1;
  }
  /* .text-center{
        margin-top: 10px;
    } */
  .owl-item-2 {
    width: 100% !important;
    height: 350px !important;
  }
  .section-main-title h1 {
    margin-bottom: 30px;
  }
  /* .pb-15{
        margin-top: 30px;
    } */
  .pb-60 {
    padding-bottom: 90px !important;
  }
  .pb-80 {
    padding-bottom: 40px;
  }
  .zum-kom {
    margin-top: 40px !important;
  }
  .section_title {
    margin-top: 30px !important;
  }
  .tymp_kum .btn_enviar {
    margin-left: 410px !important;
  }
  /*==== Transporte de Carga Refrigerada =====*/
  .banner-area-2 .banner-title h4 {
    font-size: 45px;
    margin-top: -65px;
  }

  .tomp-tym {
    width: 100%;
  }
  .tomp-tym::before {
    content: "|";
    font-size: 60px;
  }
  .fem-kyo {
    margin-top: 60px !important;
  }
  /*==== Transporte de Carga Congelada =====*/
  .banner-area-3 .banner-title h4 {
    font-size: 45px;
    margin-top: -65px !important;
  }
  .about-right-2::before {
    content: "";
    position: absolute;
    bottom: -18px;
    left: 5px;
    border-left: 300px solid var(--red);
    border-top: 200px solid transparent;
    border-right: 400px solid transparent;
    z-index: -1;
  }
  .trans-info {
    margin-top: -38px !important;
  }
  /* .about-right-2{
         margin-top: 50px !important;
     }  */
  .temp-two {
    margin-left: 30px !important;
  }
  .about-ligh-2::before {
    content: "";
    position: absolute;
    bottom: -20px;
    margin-left: 145px;
    border-right: 320px solid var(--red);
    border-top: 320px solid transparent;
    z-index: -1;
  }
  .kym-lom {
    width: 750px;
    height: 100%;
    max-width: 450px;
  }
  .banner-area-2 .gyum-tom h4 {
    margin-top: -135px !important;
  }
  .gyum-tom::before {
    font-size: 130px;
  }
  .about-ligh-3 {
    max-width: 450px;
    /*   margin-top: 50px; */
    margin-left: 10px;
  }
  .about-ligh-3::before {
    content: "";
    position: absolute;
    bottom: -15px;
    margin-left: 115px;
    border-right: 320px solid var(--red);
    border-top: 210px solid transparent;
    z-index: -1;
  }
  /* .about-right-3{
         margin-top: 60px;
     } */
  .about-right-3::before {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 1px;
    border-left: 280px solid var(--red);
    border-top: 200px solid transparent;
    border-right: 350px solid transparent;
    z-index: -1;
  }
  /*======== Transporte de Carga Seca ==========*/
  .about-ligh-4::before {
    content: "";
    position: absolute;
    bottom: -13px;
    margin-left: 235px;
    border-right: 200px solid var(--red);
    border-top: 240px solid transparent;
    z-index: -1;
  }

  .banner_area {
    height: 430px !important;
  }

  .img-1 {
    height: 463px;
  }

  /*==== Camara Estacionaria de 0° a -30°C =====*/
}

@media screen and (max-width: 768px) {
  .section-title h3 {
    color: var(--red);
    font-size: 46px !important;
  }

  .banner-area-2 .banner-title h4 {
    font-size: 40px !important;
    margin-top: -109px !important;
  }
  .tomp-tym {
    margin-top: 45px !important;
  }
  .shym-tomp {
    margin-left: 0px;
  }
  .trans-info .trans_list li a {
    font-size: 14px;
    font-weight: 500;
  }
  .banner-area-3 .banner-title h4 {
    font-size: 45px !important;
    margin-top: -112px !important;
  }
  .tomp-tym::before {
    content: "|";
    color: var(--red);
    font-size: 93px !important;
  }
  .about-ligh-2::before {
    content: "";
    position: absolute;
    bottom: -13px;
    margin-left: 145px;
    border-right: 197px solid var(--red);
    border-top: 360px solid transparent;
    z-index: -1;
  }
  .about-ligh-4::before {
    content: "";
    position: absolute;
    bottom: -10px;
    margin-left: 146px;
    border-right: 194px solid var(--red);
    border-top: 140px solid transparent;
    z-index: -1;
  }
  .kym-ptm {
    margin-top: 25px !important;
  }
  .banner-area-4 .banner-title h4 {
    font-size: 42px !important;
    margin-top: -126px !important;
  }
  .about-ligh-3::before {
    content: "";
    position: absolute;
    bottom: -11px;
    margin-left: 115px;
    border-right: 195px solid var(--red);
    border-top: 140px solid transparent;
    z-index: -1;
  }

  .about-right-3::before {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 1px;
    border-left: 210px solid var(--red);
    border-top: 148px solid transparent;
    border-right: 350px solid transparent;
    z-index: -1;
  }

  .zum-kom {
    margin-top: 40px !important;
  }
}

@media only screen and (max-width: 575.98px) {
  .header-top {
    display: none;
  }

  button:before,
  input[type="reset"]:before,
  input[type="button"]:before,
  input[type="submit"]:before,
  .theme_btn:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 100%;
    border-radius: 0;
    background-color: transparent;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    transition: all 0.3s ease;
  }
  .sub-nav-toggler i {
    font-size: 14px;
    color: var(--red) !important;
  }
  .section-title h3 {
    color: var(--red);
    font-size: 41px !important;
    margin-left: 0px !important;
  }
  .section-title {
    padding-bottom: 0px !important;
  }
  .theme_btn_2 {
    margin-bottom: 20px;
  }
  .about-ligh > img {
    padding: 25px 0 0 0px !important;
  }
  .owl-item {
    width: 100% !important;
    height: 380px;
  }
  .section-two-title h1 {
    font-size: 47px;
  }
  .section-title h3 {
    margin-bottom: 20px !important;
  }
  .text-while {
    margin-bottom: 20px;
  }
  .theme_service-body h4 {
    font-size: 35px !important;
  }
  .theme_service-body p {
    font-size: 17px;
  }
  .flipbox_title h3 {
    font-size: 25px !important;
  }
  .banner-txt h3 {
    font-size: 38px !important;
    margin-bottom: 20px !important;
  }
  .pull-left h5 {
    font-size: 16px !important;
  }
  .copyright .copyright-right {
    padding: 20px 0px;
  }
  .copyright .copyright-right h5 {
    line-height: 40px;
    font-weight: 500;
  }
  /*========== NOSOTROS ============*/

  .section-txt {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .zum-kom {
    margin-top: -750px !important;
  }
  .about-right {
    margin-top: 400px !important;
  }
  .about-right::before {
    display: none;
  }
  .section-main-title h1 {
    font-size: 42px !important;
    line-height: 40px !important;
  }
}

/*====== Transporte de Carga Refrigerada ======*/
.w-btn {
  margin-top: 20px;
}

.w-btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  border-style: solid;
  border-color: inherit;
  border-image: inherit;
}
.us-btn-style_1 {
  font-size: 16px;
  border-radius: 0.3em;
  padding: 0.8em 1.8em;
  background: var(--red);
  border-color: transparent;
  color: var(--white);
  box-shadow: 0 0.25em 0.5em rgb(0 0 0/ 20%);
  transition: all 400ms linear 0s;
}
.us-btn-style_1:hover {
  box-shadow: 0 0.75em 1.5em rgb(0 0 0/ 20%);
  background: var(--black);
  border-color: transparent;
  transition: all 400ms linear 0s;
}

@-webkit-keyframes prop-600 {
  0% {
    -webkit-transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(8px);
  }
}

@keyframes prop-600 {
  0% {
    -webkit-transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(8px);
  }
}

/* Estilos para las alertas personalizadas */
.custom-alert {
  position: fixed;
  top: 20px;
  right: 20px;
  padding: 20px;
  border-radius: 8px;
  color: white;
  z-index: 9999;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  max-width: 400px;
  transform: translateX(500px);
  transition: transform 0.5s ease;
}

.custom-alert.show {
  transform: translateX(0);
}

.alert-success {
  background: linear-gradient(to right, #28a745, #20c997);
  border-left: 5px solid #1e7e34;
}

.alert-error {
  background: linear-gradient(to right, #dc3545, #e4606d);
  border-left: 5px solid #bd2130;
}

.alert-icon {
  margin-right: 15px;
  font-size: 24px;
}

.alert-content {
  flex: 1;
}

.alert-close {
  background: none;
  border: none;
  color: white;
  font-size: 20px;
  cursor: pointer;
  margin-left: 15px;
}

/* Estilo para el botón de enviar cuando está deshabilitado */
.btn_enviar:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

/* Animación de carga */
.btn-loading {
  position: relative;
  color: transparent !important;
}

.btn-loading::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  left: 50%;
  margin: -10px 0 0 -10px;
  border: 3px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  border-top-color: white;
  animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

/* Ocultar el form-message original si existe */
.form-message {
  display: none;
}
