
.text-red {
  color: #ff0000 !important; }
  
.text-blue {
  color: #004eff !important; }

.text-green {
  color: #30e100 !important; }

.text-white {
  color: #ffffff; }

.text-dark {
  color: #091c3a !important; }

.text-light {
  color: #7c8087 !important; }

.text-yellow {
  color: #ffcc03 !important; }

.bg-primary {
  background: #ff0000 !important; }

.bg-dark {
  background: #091c3a !important; }

.bg-secondary {
  background: #102636 !important; }

.bg-light {
  background: #f3f9ff !important; }

.bg-holder {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%; }



.space-ptb {
  padding: 20px 0; }

.space-pt {
  padding: 20px 0 0; }

.space-pb {
  padding: 0 0 20px; }

.h-100vh {
  height: 100vh !important; }

/* Sticky column */
.is-sticky {
  position: sticky;
  top: 100px; }



@media (min-width: 1200px) {
  .container {
    max-width: 1200px; } }



@media (max-width: 1200px) {
  .space-ptb {
    padding: 20px 0; }
  .space-pt {
    padding: 20px 0 0; }
  .space-pb {
    padding: 0 0 20px; } }

@media (max-width: 991px) {
  .space-ptb {
    padding: 20px 0; }
  .space-pt {
    padding: 20px 0 0; }
  .space-pb {
    padding: 0 0 20px; } }

@media (max-width: 767px) {
  .space-ptb {
    padding: 20px 0; }
  .space-pt {
    padding: 20px 0 0; }
  .space-pb {
    padding: 0 0 20px; } }

@media (max-width: 575px) {
  .space-ptb {
    padding: 20px 0; }
  .space-pt {
    padding: 20px 0 0; }
  .space-pb {
    padding: 0 0 20px; } }
body {
  font-family: "Alibaba PuHuiTi 3.0 55 Regular", sans-serif;
  font-style: normal;
  font-size: 14px;
  line-height: 1.5;
  color: #000;
  overflow-x: hidden; }

a {
  outline: medium none !important;
  color: #ff0000;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none !important; }
  a:focus {
    color: #ff0000;
    text-decoration: none !important; }
  a:hover {
    color: #ff0000;
    text-decoration: none !important; }

h1, h2, h3, h4, h5, h6 {
 
  font-weight: normal;
  color: #091c3a;
  margin-top: 7px;
  font-weight: 400; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit; }

label {
  font-weight: normal; }

h5 {
  font-size: 22px; }

h6 {
  font-size: 20px; }

p {
  font-weight: normal;
  line-height: 1.5; }

*::-moz-selection {
  background: #ff0000;
  color: #ffffff;
  text-shadow: none; }

::-moz-selection {
  background: #ff0000;
  color: #ffffff;
  text-shadow: none; }

::selection {
  background: #ff0000;
  color: #ffffff;
  text-shadow: none; }

.fw-medium {
  font-weight: 500; }

.fw-600 {
  font-weight: 600; }

.border-radius {
  border-radius: 6px; }

.border-radius-sm {
  border-radius: 4px; }

.border-radius-md {
  border-radius: 10px; }

.border-radius-lg {
  border-radius: 50%; }

.box-shadow {
  -webkit-box-shadow: 0px 7px 16px 0px rgba(9, 28, 58, 0.07);
          box-shadow: 0px 7px 16px 0px rgba(9, 28, 58, 0.07); }

.box-shadow-sm {
  -webkit-box-shadow: 0px 2px 5px 0px rgba(9, 28, 58, 0.1);
          box-shadow: 0px 2px 5px 0px rgba(9, 28, 58, 0.1); }

.box-shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(9, 28, 58, 0.175);
          box-shadow: 0 1rem 3rem rgba(9, 28, 58, 0.175); }



@media (max-width: 767px) {
  h2 {
    font-size: 30px; }
  h3 {
    font-size: 26px; }
  h4 {
    font-size: 24px; } }

@media (max-width: 575px) {
  h2 {
    font-size: 28px; }
  h3 {
    font-size: 24px; }
  h4 {
    font-size: 22px; }
  h5 {
    font-size: 16px; }
  h6 {
    font-size: 18px; }
  /*Datetimepicker*/
  .bootstrap-datetimepicker-widget {
    width: 300px !important;
    overflow-x: auto !important; } 
    
}


/* btn */
.btn {
  border: none;
  z-index: 1;
  position: relative;
  font-size: 16px;
  padding: 15px 40px;
  overflow: hidden;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .btn:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none;
    color: #ffffff; }
  .btn:active {
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none;
    color: #ffffff; }

.show > .btn.dropdown-toggle:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  color: #ffffff; }

.show > .btn-primary.dropdown-toggle {
  background: #ff0000;
  border-color: #ff0000; }

.btn.btn-sm {
  padding: 8px 20px;
  font-size: 14px; }

.btn.btn-md {
  padding: 10px 30px;
  font-size: 14px; }

.btn.btn-lg {
  padding: 20px 40px; }

.btn.btn-xl {
  padding: 25px 40px; }

.btn-app {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .btn-app i {
    font-size: 40px; }

.btn.btn-link {
  padding: 0;
  background-color: inherit;
  color: #091c3a;
  font-size: 14px; }

.btn.btn-link:hover {
  color: #ff0000;
  text-decoration: underline !important; }

.btn.btn-link:focus {
  color: #ff0000;
  text-decoration: underline !important; }

.btn.btn-secondary {
  background: #102636;
  color: #ffffff; }
  .btn.btn-secondary:hover {
    color: #ffffff;
    background: #ff0000; }
  .btn.btn-secondary:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none;
    color: #ffffff;
    background: #ff0000; }
  .btn.btn-secondary:active {
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none;
    color: #ffffff;
    background: #ff0000; }
  .btn.btn-secondary:after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    background-color: #40e3e7;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius: 4px; }
  .btn.btn-secondary:hover {
    color: #ffffff;
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none; }
    .btn.btn-secondary:hover:after {
      left: 0;
      width: 100%; }

.bg-primary .btn.btn-secondary {
  background: #102636;
  color: #ffffff; }
  .bg-primary .btn.btn-secondary:hover {
    color: #102636;
    background: #ffffff; }
  .bg-primary .btn.btn-secondary:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none;
    color: #102636;
    background: #ffffff; }
  .bg-primary .btn.btn-secondary:active {
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none;
    color: #102636;
    background: #ffffff; }
  .bg-primary .btn.btn-secondary:after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    background-color: #ffffff;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius: 4px; }
  .bg-primary .btn.btn-secondary:hover {
    color: #102636;
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none; }
    .bg-primary .btn.btn-secondary:hover:after {
      left: 0;
      width: 100%; }

.bg-secondary .btn.btn-primary {
  background: #ff0000;
  color: #ffffff; }
  .bg-secondary .btn.btn-primary:hover {
    color: #102636;
    background: #ffffff; }
  .bg-secondary .btn.btn-primary:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none;
    color: #102636;
    background: #ffffff; }
  .bg-secondary .btn.btn-primary:active {
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none;
    color: #102636;
    background: #ffffff; }
  .bg-secondary .btn.btn-primary:after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    background-color: #ffffff;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius: 4px; }
  .bg-secondary .btn.btn-primary:hover {
    color: #102636;
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none; }
    .bg-secondary .btn.btn-primary:hover:after {
      left: 0;
      width: 100%; }

.btn.btn-primary {
  background: #ff0000;
  color: #ffffff; }
  .btn.btn-primary:hover {
    color: #ffffff;
    background: #ff0000; }
  .btn.btn-primary:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none;
    color: #ffffff;
    background: #ff0000; }
  .btn.btn-primary:active {
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none;
    color: #ffffff;
    background: #ff0000; }
  .btn.btn-primary:after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    background-color: #40e3e7;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius: 4px; }
  .btn.btn-primary:hover {
    color: #ffffff;
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none; }
    .btn.btn-primary:hover:after {
      left: 0;
      width: 100%; }

.btn.btn-light {
  background: #ffffff;
  color: #102636; }
  .btn.btn-light:hover {
    color: #ffffff; }
  .btn.btn-light:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none;
    color: #102636;
    background: #ffffff; }
  .btn.btn-light:active {
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none;
    color: #102636;
    background: #ffffff; }
  .btn.btn-light:after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    background-color: #40e3e7;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius: 4px; }
  .btn.btn-light:hover {
    color: #ffffff;
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none; }
    .btn.btn-light:hover:after {
      left: 0;
      width: 100%; }

.btn.btn-outline-primary {
  border: 2px solid #ff0000;
  color: #ff0000;
  background: transparent; }
  .btn.btn-outline-primary:hover {
    background: transparent;
    color: #ffffff;
    border: 2px solid #ff0000; }
  .btn.btn-outline-primary:focus {
    background: transparent;
    color: #ff0000;
    border: 2px solid #ff0000; }
  .btn.btn-outline-primary:active {
    background: transparent;
    color: #ff0000;
    border: 2px solid #ff0000; }
  .btn.btn-outline-primary:active:focus {
    -webkit-box-shadow: inherit;
            box-shadow: inherit; }
  .btn.btn-outline-primary:after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    background-color: #40e3e7;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius: 2px; }
  .btn.btn-outline-primary:hover {
    color: #ffffff;
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none; }
    .btn.btn-outline-primary:hover:after {
      left: 0;
      width: 100%; }

.btn-sm:after {
  border-radius: 4px !important; }

.btn.btn-outline-secondary:not(:disabled):not(.disabled):active {
  background: transparent;
  color: #ffffff;
  border: 2px solid #ff0000; }

/* keyframes */
@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0; } }
@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0; } }

@-webkit-keyframes sonarWave {
  from {
    opacity: 0.4; }
  to {
    -webkit-transform: scale(3);
            transform: scale(3);
    opacity: 0; } }

@keyframes sonarWave {
  from {
    opacity: 0.4; }
  to {
    -webkit-transform: scale(3);
            transform: scale(3);
    opacity: 0; } }

/*****************************
  List
*****************************/
ul.list {
  padding: 0;
  margin: 0; }
  ul.list li {
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start; }
    ul.list li i {
      margin-right: 10px;
      color: #ffffff;
      background-color: #ff0000;
      border-radius: 50%;
      height: 10px;
      width: 10px;
      padding: 8px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      font-size: 11px;
      margin-top: 5px; }
    ul.list li:last-child {
      margin-bottom: 0; }

ul.list.list-circle li i {
  font-size: 6px; }

/* Topbar */
.header .topbar-inner {
  padding: 7px 0px;
  border-bottom: 1px solid rgba(9, 28, 58, 0.05); }
  .header .topbar-inner .topbar-left a {
    color: #ffffff;
    font-size: 12px;
    letter-spacing: 0.2px; }
    .header .topbar-inner .topbar-left a img {
      width: 14px;
      margin-right: 5px; }
    .header .topbar-inner .topbar-left a:hover {
      color: #f8f8f8; }
    .header .topbar-inner .topbar-left a i {
      color: #f8f8f8; }
  .header .topbar-inner .topbar-left .topbar-call {
    margin-right: 24px; }
  .header .topbar-inner ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
    color: #ffffff; }
    .header .topbar-inner ul li {
      padding: 0 10px; }
  .header .topbar-inner a {
    color: #ffffff;
    font-size: 12px; }
    .header .topbar-inner a:hover {
      color: #e10804; }
  .header .topbar-inner .topbar-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .header .topbar-inner .topbar-right .dropdown .dropdown-toggle {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .header .topbar-inner .topbar-right .dropdown .dropdown-menu .dropdown-item .country-flag {
      width: 20px;
      height: auto;
      margin-right: 10px; }

.header .topbar .social ul {
  margin: 0; }
  .header .topbar .social ul li {
    display: inline-block;
    padding: 0 8px; }
    .header .topbar .social ul li:last-child {
      padding-right: 0; }
    .header .topbar .social ul li a {
      font-size: 12px;
      color: #ffffff;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .header .topbar .social ul li a:hover {
        color: #e10804; }

.header .topbar .dropdown .dropdown-toggle {
  font-size: 12px; }
  .header .topbar .dropdown .dropdown-toggle i {
    padding-left: 8px; }
  .header .topbar .dropdown .dropdown-toggle:after {
    display: none; }
  .header .topbar .dropdown .dropdown-toggle img {
    height: 20px;
    margin-right: 10px; }

.header .topbar .dropdown .dropdown-menu {
  top: 50% !important;
  padding: 10px;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(9, 28, 58, 0.1);
          box-shadow: 0px 2px 5px 0px rgba(9, 28, 58, 0.1);
  border: none; }
  .header .topbar .dropdown .dropdown-menu a {
    color: #091c3a;
    font-size: 13px;
    padding: 10px 20px 10px 0px;
    border-radius: 4px; }
    .header .topbar .dropdown .dropdown-menu a:hover {
      color: #e10804;
      background: rgba(61, 209, 213, 0.1);
      padding: 10px 20px 10px 10px;
      border-radius: 4px; }
    .header .topbar .dropdown .dropdown-menu a:focus {
      background: rgba(61, 209, 213, 0.1); }


/*****************************
 listing
*****************************/
.listing-item {
 /* background-color: #ffffff;*/
 
  border-radius: 6px; }
  .listing-item .listing-image {
    position: relative;
    overflow: hidden;
	-webkit-box-shadow: 0px 7px 16px 0px rgba(9, 28, 58, 0.07);
	        box-shadow: 0px 7px 16px 0px rgba(9, 28, 58, 0.07);
    border-radius: 6px;
     }
    .listing-item .listing-image img {
      -webkit-transform: scale(1);
              transform: scale(1);
      -webkit-transition: -webkit-transform 7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: -webkit-transform 7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: transform 7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: transform 7s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      min-height: 100%;
	   border-radius: 6px;
      -o-object-fit: cover;
         object-fit: cover; }
   
      
      
       .listing-item .listing-image .listing-favourite {
      position: absolute;
      top: 2px;
      right: 2px;
      z-index: 9; }
      .listing-item .listing-image .listing-favourite i {
        height: 26px;
        width: 26px;
        background-color: #ff0000;
        border-radius: 100%;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        cursor: pointer;
        font-style:normal;
        color: #ffffff; }
      
      
      
      
    
  .listing-item .listing-details {
     }
    .listing-item .listing-details .listing-title .title {
      font-size: 13px;
      line-height: 18px;
      
      color: #091c3a; 
	  
	      overflow: hidden;
	      text-overflow: ellipsis;
	      -webkit-box-orient: vertical;
	      display: -webkit-box;
	      -webkit-line-clamp: 1;
	  }
      .listing-item .listing-details .listing-title .title:hover {
        color: #ff0000; }
  
   
  

.masonry {
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
  -webkit-column-gap: 0;
     -moz-column-gap: 0;
          column-gap: 0; }

.masonry .masonry-item {
  vertical-align: top; }



/*Section Title*/
.section-title .sub-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  margin-bottom: 5px; }
  .section-title .sub-title span {
    position: relative;
    padding-left: 20px;
    margin-left: 15px;
    text-transform: uppercase; }
    .section-title .sub-title span:before {
      content: "";
      position: absolute;
      background: #ff0000;
      height: 25px;
      width: 3px;
      left: 0; }

.section-title .title {
  margin-bottom: 30px; }

.section-title .description {
  margin-bottom: 35px; }

.section-title.section-title-right .sub-title {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end; }

.section-title.section-title-center .sub-title {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }


/* Back To Top */
.back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: inline-block;
  font-size: 20px;
  color: #ffffff;
  background-color: #ff0000;
  border-radius: 6px;
  text-align: center;
  width: 50px;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  cursor: pointer;
  -webkit-box-shadow: 0px 7px 16px 0px rgba(9, 28, 58, 0.07);
          box-shadow: 0px 7px 16px 0px rgba(9, 28, 58, 0.07);
  -webkit-transition: width 0.5s ease-in-out, margin 0.5s ease-in-out, border-radius 0.25s ease-in-out, color 0.25s ease-in-out;
  transition: width 0.5s ease-in-out, margin 0.5s ease-in-out, border-radius 0.25s ease-in-out, color 0.25s ease-in-out;
  z-index: 9; }
  .back-to-top:hover {
    color: rgba(255, 255, 255, 0);
    -webkit-transition: width 0.5s ease-in-out, margin 0.5s ease-in-out, border-radius 1s 0.25 ease-in-out, color 0.25s ease-in-out 0.25s;
    transition: width 0.5s ease-in-out, margin 0.5s ease-in-out, border-radius 1s 0.25 ease-in-out, color 0.25s ease-in-out 0.25s; }
    .back-to-top:hover:before {
      -webkit-animation: lineUp 1s cubic-bezier(0, 0.6, 1, 0.4) infinite 0.5s;
              animation: lineUp 1s cubic-bezier(0, 0.6, 1, 0.4) infinite 0.5s; }
    .back-to-top:hover:after {
      -webkit-animation: tipUp 1s cubic-bezier(0, 0.6, 1, 0.4) infinite 0.5s;
              animation: tipUp 1s cubic-bezier(0, 0.6, 1, 0.4) infinite 0.5s; }
  .back-to-top:before {
    position: absolute;
    display: inline-block;
    content: "";
    background: #ffffff;
    width: 3px;
    height: 20px;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -2px;
    -webkit-transform: translateY(50px);
    transform: translateY(50px); }
  .back-to-top:after {
    position: absolute;
    display: inline-block;
    content: "";
    width: 15px;
    height: 15px;
    color: #ffffff;
    border-top: 3px solid;
    border-left: 3px solid;
    -webkit-transform: rotateZ(45deg);
            transform: rotateZ(45deg);
    top: 50%;
    left: 50%;
    margin-top: -9px;
    margin-left: -8px;
    -webkit-transform: translateY(50px) rotateZ(45deg);
            transform: translateY(50px) rotateZ(45deg); }
  .back-to-top a {
    color: #ffffff; }
  .back-to-top:hover a {
    color: transparent; }

.back-to-top.auto {
  color: rgba(255, 255, 255, 0);
  -webkit-transition: width 0.5s ease-in-out, margin 0.5s ease-in-out, border-radius 1s 0.25 ease-in-out, color 0.25s ease-in-out 0.25s;
  transition: width 0.5s ease-in-out, margin 0.5s ease-in-out, border-radius 1s 0.25 ease-in-out, color 0.25s ease-in-out 0.25s; }
  .back-to-top.auto:before {
    -webkit-animation: lineUp 1s cubic-bezier(0, 0.6, 1, 0.4) infinite 0.5s;
            animation: lineUp 1s cubic-bezier(0, 0.6, 1, 0.4) infinite 0.5s; }
  .back-to-top.auto:after {
    -webkit-animation: tipUp 1s cubic-bezier(0, 0.6, 1, 0.4) infinite 0.5s;
            animation: tipUp 1s cubic-bezier(0, 0.6, 1, 0.4) infinite 0.5s; }

@-webkit-keyframes tipUp {
  0% {
    -webkit-transform: translateY(50px) rotateZ(45deg);
            transform: translateY(50px) rotateZ(45deg); }
  100% {
    -webkit-transform: translateY(-70px) rotateZ(45deg);
            transform: translateY(-70px) rotateZ(45deg); } }

@keyframes tipUp {
  0% {
    -webkit-transform: translateY(50px) rotateZ(45deg);
            transform: translateY(50px) rotateZ(45deg); }
  100% {
    -webkit-transform: translateY(-70px) rotateZ(45deg);
            transform: translateY(-70px) rotateZ(45deg); } }

@-webkit-keyframes lineUp {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px); }
  100% {
    -webkit-transform: translateY(-70px);
            transform: translateY(-70px); } }

@keyframes lineUp {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px); }
  100% {
    -webkit-transform: translateY(-70px);
            transform: translateY(-70px); } }




.footer .min-footer {
  padding: 80px 0 70px 0; }


.footer .footer-title {
  margin-bottom: 40px; }


.footer .footer-link ul li:last-child {
  margin-bottom: 0; }

.footer .footer-link ul li a {
  color: #091c3a; }
  .footer .footer-link ul li a:hover {
    color: #ff0000; }
 
.footer .footer-bottom {
  padding: 25px 0; }
  .footer .footer-bottom .copyright p {
    font-size: 15px;
    margin-bottom: 0; }
    .footer .footer-bottom .copyright p a:hover {
      color: #091c3a; }
  .footer .footer-bottom .copyright .copyright-menu ul {
    padding: 0; }
    .footer .footer-bottom .copyright .copyright-menu ul li a {
      color: #7c8087;
      padding: 0px 0px 0px 30px; }
      .footer .footer-bottom .copyright .copyright-menu ul li a:hover {
        color: #ff0000; }
    .footer .footer-bottom .copyright .copyright-menu ul li:first-child a {
      padding-left: 0; }


.footer.footer-style-03 .min-footer {
  padding: 10px 0 10px 0;
   background-color: #1f2730;}
  

@media (max-width: 991px) {
  .footer .min-footer {
    padding: 60px 0 50px 0; }
 }

@media (max-width: 767px) {
  
  .footer.footer-style-03 .min-footer {
    padding: 10px 0 ; }
 
   }

@media (max-width: 575px) {
  
  .footer .min-footer {
    padding: 40px 0 40px 0; }
 }
