@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
body {
  margin: 0;
  font-family: 'Roboto', sans-serif !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #f5f5f5;
}

a {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

img {
  max-width: 100%;
}

/* amp-header */

.amp-header {
  margin: 0;
  position: relative;
  background-color: #fff;
}

.amp-header-info {
  position: relative;
  font-size: 13px;
  padding: 10px 0;
  background: #db1300;
}

.amp-header-social-icons {
  float: left;
  position: relative;
  display: block;
}

.amp-header-social-icons i {
  color: #24469c;
  font-size: 18px;
  margin-right: 8px;
}

.amp-header-social-icons a {
  color: #fff;
  line-height: 0;
  font-weight: 500;
  vertical-align: middle;
  font-size: 16px;
  margin-right: 8px;
}

.amp-header-social-icons a:hover, a:focus {
  text-decoration: none;
}

.amp-header-mail {
  float: right;
  position: relative;
  display: block;
}

.amp-header-mail i {
  color: #24469c;
  font-size: 18px;
  vertical-align: middle;
  margin-right: 8px;
}

.amp-header-mail a {
  color: #fff;
  vertical-align: middle;
  line-height: 0;
  font-weight: 500;
  font-size: 16px;
}

.amp-header-top {
  margin: 0;
  padding: 20px 0;
  position: relative;
  background-color: #fff;
}

.amp-logo {
  margin: 0;
  padding: 0px 0;
  float: left;
  width: 65%;
}

.amp-top-links {
  padding: 10px 15px;
  float: right;
  position: relative;
  background-color: #eee;
  border-radius: 10px;
}

.amp-phone-link {
  padding-right: 15px;
  border-right: 2px solid #444;
  display: inline-block;
  position: relative;
}

.amp-phone-link i {
  color: #f80400;
  padding: 0;
  vertical-align: middle;
  margin-right: 10px;
  display: inline-block;
  font-size: 36px;
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.whatsapp {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 12%;
  right: 8px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 40px;
  /* box-shadow: 2px 2px 3px #999; */
  z-index: 100;
}
.amp-phone-number {
  display: inline-block;
  vertical-align: middle;
}

.amp-phone-link a {
  color: #333;
  padding: 0;
  display: block;
  text-decoration: none;
  font-size: 20px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}

.amp-phone-link a:hover {
  color: #db1300;
  text-decoration: none;
}

.amp-request-link {
  margin: 0;
  display: inline-block;
  position: relative;
}

.amp-request-link a {
  background-color: #f80400;
  color: #fff;
  padding: 10px 15px;
  margin: 8px 0 8px 15px ;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.amp-request-link a:hover {
  background-color: #db1300;
  color: #fff;
  text-decoration: none;
}

.amp-header-bottom {
  margin: 0;
  position: absolute;
  z-index: 999;
  left: 0;
  right: 0;
  background-color: rgb(167 18 4);
}

.amp-navbar {
  margin: 0;
  position: relative;
}

.amp-navbar > .container {
  padding: 0;
}

.amp-navbar-toggle {
  margin: 0 auto;
  display: none;
  padding: 10px 0;
  text-align: center;
}
.amp-navbar-toggle > i {
  font-size: 24px;
  vertical-align: middle;
  color: #fff;
}
.amp-navbar-toggle > i > span {
  margin-left: 10px;
  font-family: 'Quicksand', sans-serif;
  text-transform: uppercase;
  font-size: inherit;
  font-weight: 700;
  letter-spacing: 1px;
  cursor: pointer;
}
.amp-nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.amp-nav > li {
  position: relative;
  display: block;
  float: left;
}

.amp-nav > li > a {
  position: relative;
  display: block;
  padding: 10px 20px;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  vertical-align: middle;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.amp-nav > li > a:hover,
.amp-nav > li > a:focus {
  text-decoration: none;
  color: #333;
  background-color: #db1300;
}

.amp-nav > li > a > i {
  margin-left: 5px;
}

.amp-nav > .amp-dropdown {
  position: relative;
}

.amp-nav > .amp-dropdown > .amp-dropdown-menu {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  background-color: #fff;
  margin: 0;
  padding-left: 0;
  list-style: none;
  min-width: 250px;
  width: 100%;
  z-index: 1;
}

.amp-dropdown-menu > li {
  position: relative;
  display: block;
}

.amp-dropdown-menu > li > a {
  position: relative;
  display: block;
  padding: 10px 20px;
  color: #333;
  font-size: 14px;
  font-weight: 400;
  vertical-align: middle;
  letter-spacing: .5px;
  text-transform: uppercase;
}

.amp-dropdown-menu > li > a:hover,
.amp-dropdown-menu > li > a:focus {
  text-decoration: none;
  background-color: #f80400;
}

@media (min-width: 1200px) {
  .amp-navbar-nav {
    display:block !important;
  }
}
@media (max-width: 1199.98px) {
  .amp-navbar-toggle {
    display: block;
  }
  .amp-navbar-nav {
    display: none;
    max-height: 300px;
    overflow-y: scroll;
  }
  .amp-nav > li {
    width: 100%;
    border-bottom: 1px solid #eee;
  }
  .amp-nav > li:last-child {
    border-bottom: none;
  }
  .amp-nav > li > a {
    background-color: #f5f5f5;
    color: #333;
  }
  .amp-nav > li > a > i {
    float: right;
  }
  .amp-nav > .amp-dropdown > .amp-dropdown-menu {
    position: relative;
    width: 100%;
    display: none;
    z-index: 1;
  }
  .amp-dropdown-menu > li > a {
    padding: 10px 20px 10px 40px;
  }
}
@media (max-width: 991.98px) {
  .amp-logo {
    float: none;
    margin: 0 auto 15px;
    text-align: center;
  }
  .amp-top-links {
    float: none;
    margin: 0 auto;
    text-align: center;
  }
}

@media (max-width: 777.98px) {
  .amp-header-social-icons {
    display: none;
  }
  .amp-header-mail {
    float: none;
    margin: 0 auto;
    text-align: center;
  }
}
@media (max-width: 450px) {
  .amp-phone-link {
    border-right: none;
    padding-right: 0;
    padding-bottom: 8px;
    border-bottom: 2px solid #ccc;
    display: block;
  }
  .amp-request-link a {
    margin: 10px 0 0;
    display: block;
  }
}

/* amp-slider */

.amp-slider {
  position: relative;
  background-color: #f5f5f5;
}

.amp-slider > .container-fluid {
  padding: 0;
}

.amp-slider img {
  width: 100%;
  object-fit: cover;
  max-height: 500px;
}

.carousel-control-next,
.carousel-control-prev {
  color: #222;
  opacity: 1;
}

.carousel-control-next:hover,
.carousel-control-prev:hover {
  color: #24469c;
}

.carousel-control-prev i,
.carousel-control-next i {
  font-size: 32px;
  border-radius: 50%;
}

.carousel-indicators li {
  width: 40px;
  height: 8px;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #222;
  cursor: pointer;
}

.carousel-indicators li:hover {
  background-color: #f80400;
  border-color: #f80400;
}

.carousel-indicators li.active {
  background-color: #24469c;
  border-color: #24469c;
}

.carousel-caption {
  position: absolute;
  right: 25%;
  bottom: 50%;
  top: 45%;
  left: 25%;
  z-index: 10;
  padding: 0;
  color: #fff;
  text-align: center;
}

.carousel-caption > h5 {
  font-size: 36px;
  text-shadow: 0px 0px 10px #000;
  letter-spacing: 1.5px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
}

.carousel-caption > p {
  font-size: 28px;
  text-shadow: 0px 0px 10px #000;
  letter-spacing: 1.5px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
}

/* amp-homepage */

.amp-main.amp-homepage {
  padding: 20px 0;
  background-image: url(../images/icons/world-map.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  background-size: auto;
  background-color: #fafafa;
}

.amp-main.amp-homepage .amp-article {
  background-color: transparent;
}

/* amp-main */

.amp-main {
  margin: 0;
  background-color: #fff;
  position: relative;
}

.amp-article {
  margin: 0;
  padding-top: 40px;
  padding-bottom: 30px;
  position: relative;
  background-color: #fff;
}

.amp-article span {
  color: #222;
}

.amp-article > h1.homepage-heading {
  padding: 0;
}

.amp-article > h1.homepage-heading:before {
  content: none;
}

.amp-article > h1 {
  color: #24469c;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1.5;
  position: relative;
  margin-bottom: 25px;
  padding: 0 0 10px;
}

.amp-article > h1:before {
  content: '';
  width: 100px;
  height: 4px;
  background-color: #f80400;
  position: absolute;
  left: 0;
  bottom: 0;
}

.amp-article > h2 {
  color: #f80400;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 25px;
  padding: 0;
}

.amp-article > h3 {
  color: #f80400;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 25px;
  padding: 0;
}

.amp-article > img,
.amp-article > p > img,
.amp-article > a > img,
.amp-article > p > a > img {
  margin-bottom: 25px;
}

.amp-article a {
  color: #24469c;
  text-decoration: none;
  font-weight: 500;
}

.amp-article a:hover {
  color: #d92140;
}

.amp-article > p {
  color: #333;
  margin-bottom: 25px;
  font-size: 16px;
  font-weight: 400;
  padding: 0;
  letter-spacing: .5px;
}

.amp-article > ul {
  padding-left: 40px;
  margin-bottom: 25px;
  list-style-type: disc;
}

.amp-article > ul > li {
  position: relative;
  color: #333;
  font-size: 16px;
  font-weight: 400;
  padding: 0;
  line-height: 2;
  letter-spacing: .5px;
}

.amp-aside {
  margin: 0;
  padding-top: 50px;
  padding-bottom: 30px;
  position: relative;
  background-color: #fff;
  border-left: 1px solid #eee;
}

.amp-aside-contact {
  margin-bottom: 20px;
  padding: 20px;
  background-color: #f5f5f5;
  border: 1px solid #eee;
  word-wrap: break-word;
}

.amp-aside-contact h2 {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.5;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.amp-aside-contact p {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 1px;
  margin-bottom: 5px;
}

.amp-aside-contact p:last-child {
  margin-bottom: 0;
}

.amp-aside-contact a {
  color: #f80400;
}

.amp-aside-contact a:hover {
  color: #24469c;
}

.amp-aside-list {
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #eee;
}

.amp-aside-group {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.amp-aside-group > li {
  position: relative;
  display: block;
  border-bottom: 1px solid #eee;
}

.amp-aside-group > li:last-child {
  border-bottom: none;
}

.amp-aside-group > li > a {
  color: #333;
  margin: 0;
  padding: 10px 20px;
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
}
.amp-aside-group > li > a:hover {
  color: #f80400;
}

.amp-aside-form {
  padding: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
}

.amp-aside-form h1,
.amp-aside-form h2,
.amp-aside-form h3 {
  margin: 0 0 20px;
  position: relative;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #231D54;
}

.amp-aside-form button {
  background-color: #015d93;
  color: #fff;
  display: block;
}

.amp-aside-form button:hover {
  background-color: #f80400;
  color: #333;
}

@media (max-width: 767.98px) {
  .amp-article > h1 {
    font-size: 26px;
  }
  .amp-article > h2 {
    font-size: 24px;
  }
  .amp-article > h3 {
    font-size: 22px;
  }
  .amp-article > p {
    font-size: 15px;
  }
  .amp-article > ul > li {
    font-size: 15px;
  }
  .amp-aside {
    display: none;
  }
}

/* amp-sf-section */

.amp-sw-section {
  margin: 0;
  position: relative;
  background-color: #f5f5f5;
  background-image: url(../images/thumbnails/moving-goods.jpg);
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}

.amp-services {
  background-color: rgba(0,0,0,.5);
  padding: 50px 30px 30px;
  position: relative;
}

.amp-services h1,
.amp-services h2 {
  margin: 0 0 40px;
  padding-bottom: 20px;
  position: relative;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
  color: #f8f7f7;
}

.amp-services h1::before,
.amp-services h2::before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 50%;
  margin-left: -40px;
  width: 80px;
  height: 3px;
  background-color: #000;
}

.amp-services [class*=' col-'] {
  padding: 15px;
}

.amp-services .amp-service-box {
  position: relative;
}

.amp-services .amp-inner-box {
  position: relative;
  overflow: hidden;
}

.amp-services .amp-service-image {
  position: relative;
  min-width: 350px;
}

.amp-services .amp-service-caption {
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: 0px;
  display: block;
  padding: 15px 0px;
  text-align: center;
  background-color: rgb(252 1 0 / 80%);
  transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
}

.amp-services .amp-service-caption:hover {
  background-color: rgb(1 88 138 / 80%);
}

.amp-services .amp-service-caption a {
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 500;
  color: #fff;
  letter-spacing: 1px;
  text-decoration: none;
}

.amp-service-form {
  padding: 50px 40px;
  position: relative;
  background-color: rgba(255, 255, 255, .8);
}

.amp-service-form h1,
.amp-service-form h2 {
  margin: 0 0 40px;
  padding-bottom: 20px;
  position: relative;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
  color: #f80400;
}

.amp-service-form h1::before,
.amp-service-form h2::before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 50%;
  margin-left: -40px;
  width: 80px;
  height: 3px;
  background-color: #000;
}

.amp-service-form button {
  background-color: #f80400;
  color: #000;
  display: block;
}

.amp-service-form button:hover {
  background-color: #231D54;
  color: #fff;
}

/* amp-locations */

.amp-locations {
  margin: 0;
  padding: 50px 0;
  position: relative;
  background-color: #f7f8f9 ;
}

.amp-locations h1,
.amp-locations h2 {
  margin: 0 0 40px;
  padding-bottom: 20px;
  position: relative;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
  color: #24469c;
}

.amp-locations h1::before,
.amp-locations h2::before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 50%;
  margin-left: -40px;
  width: 80px;
  height: 3px;
  background-color: #f80400;
}

.amp-locations [class*=' col-'] {
  padding: 15px;
}

.amp-location {
  padding: 50px 25px;
  background-color: #eee;
  position: relative;
  text-align: center;
  transition: .5s ease;
  background-size: cover;
  background-image: url(../images/location.jpg);
  background-repeat: no-repeat;
  background-position: center center;
}

.amp-location:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(34, 155, 216, .5);
}

.amp-location > i {
  color: #24469c;
  font-size: 48px;
  position: relative;
  margin-bottom: 15px;
}

.amp-location > a {
  color: #333;
  text-shadow: 0px 0px 5px #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
  display: block;
  letter-spacing: 1px;
  position: relative;
  margin: 0;
}

.amp-location > a:hover {
  color: #24469c;
}

/* amp-clients */

.amp-clients {
  margin: 0;
  padding: 50px 0;
  position: relative;
  background-color: #f1fbff ;
  text-align: center;
}

.amp-clients h1,
.amp-clients h2 {
  margin: 0 0 40px;
  padding-bottom: 20px;
  position: relative;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
  color: #24469c;
}

.amp-clients h1::before,
.amp-clients h2::before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 50%;
  margin-left: -40px;
  width: 80px;
  height: 3px;
  background-color: #f80400;
}

.amp-clients-list {
  position: relative;
}

.amp-clients-list [class*=' col-'] {
  padding: 15px;
}

.amp-client-carousel {
  padding: 0 15px;
}

.amp-client {
  padding: 50px;
  background-color: #fff;
  box-shadow: 0 5px 30px 0 rgba(0,0,0,.05);
}

.amp-client > img {
  color: #f80400;
  margin: 0;
  -webkit-filter: grayscale(50%);
  filter: grayscale(50%);
}

.amp-client > img:hover {
  opacity: .8;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

/* amp-offices */

.amp-offices {
  margin: 0;
  padding: 50px 0;
  position: relative;
  background-color: #fff;
}

.amp-offices h1 {
}

.amp-offices h1,
.amp-offices h2 {
  margin: 0 0 45px;
  padding-bottom: 20px;
  position: relative;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #24469c;
}

.amp-offices h1::before,
.amp-offices h2::before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 80px;
  height: 3px;
  background-color: #f80400;
}

.amp-office-row {
  margin-left: 0;
  margin-right: 0;
}

.amp-office-col {
  padding-left: 0;
  padding-right: 0;
}

.amp-office-list {
	border-top: 1px solid #eee;
  border-left: 1px solid #eee;
  margin-right: 0;
  margin-left: 0;
}

.amp-office {
  padding: 25px 50px;
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
  background-color: #f5f5f5;
}

.amp-office > h1,
.amp-office > h2,
.amp-office > h3 {
  color: #333;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 1px;
  text-align: left;
  margin-bottom: 25px;
  text-transform: capitalize;
  padding: 0;
}

.amp-office > h1::before,
.amp-office > h2::before,
.amp-office > h3::before {
  content: none;
}

.amp-office > h1::after,
.amp-office > h2::after,
.amp-office > h3::after {
  content: none;
}

.amp-office a {
  color: #24469c;
  text-decoration: none;
  font-weight: 500;
  word-wrap: break-word;
}

.amp-office a:hover {
  color: #f80400;
}

.amp-office > p {
  color: #333;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  padding: 0;
  letter-spacing: .5px;
}

.amp-office-form {
  border-top: 1px solid #eee;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  background: #ddd;
}

@media (max-width: 767.98) {
  .amp-office-form {
    border-top: none;
    border-right: none;
    border-bottom: none;
  }
}

/* amp-forms */

.amp-forms {
  margin: 0;
  padding: 100px 0 0;
  position: relative;
  background-color: #fff;
  background-image: url(../images/thumbnails/moving-goods.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.amp-forms h1,
.amp-forms h2 {
  margin: 0 0 40px;
  padding-bottom: 20px;
  position: relative;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #24469c;
}

.amp-forms h1::before,
.amp-forms h2::before {
  position: absolute;
  content: '';
  bottom: 0px;
  left: 50%;
  margin-left: -50px;
  width: 100px;
  height: 3px;
  background-color: #f80400;
}

.amp-form {
  padding: 25px 50px;
  margin-bottom: 50px;
  background-color: #eee;
  border-style: solid;
  border-width: 5px 0;
  border-color: #24469c;
}

.amp-form > h1,
.amp-form > h2,
.amp-form > h3 {
  color: #333;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 1px;
  text-align: left;
  margin-bottom: 25px;
  text-transform: capitalize;
  padding: 0;
}

.amp-form > h1::before,
.amp-form > h2::before,
.amp-form > h3::before {
  content: none;
}

.amp-form > h1::after,
.amp-form > h2::after,
.amp-form > h3::after {
  content: none;
}

.amp-form button {
  background-color: #015d93;
  color: #fff;
}

.amp-form button:hover {
  background-color: #f80400;
  color: #333;
}

/* amp-page-header */

.amp-page-header {
  margin: 0;
  padding: 100px 0;
  color: #fff;
  position: relative;
  background-color: #eee;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.amp-page-header:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(0,0,0,.5);
}

.amp-page-map {
  margin: 0;
  width: 100%;
  display: block;
  background: #eee;
  padding-top: 45px;
  position: relative;
}

.amp-page-map > iframe {
  width: 100%;
  height: 400px;
  position: relative;
  border: none;
}

.amp-page-breadcrumb {
  margin: 0;
  position: relative;
}

.amp-page-breadcrumb .breadcrumb {
  border-radius: 0;
  background-color: transparent;
  margin-bottom: 0;
  padding: 0;
}

.amp-page-breadcrumb .breadcrumb-item {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #fff;
}

.amp-page-breadcrumb a {
  font-weight: 700;
  color: #f80400;
  text-decoration: none;
}

.amp-page-breadcrumb a:hover {
  color: #24469c;
}

/* amp-footer */

.amp-footer {
  margin: 0;
  position: relative;
  background-color: #01588a;
}


.amp-footer-sidebars {
  margin: 0;
  /* padding: 40px 0; */
  position: relative;
  background-color: rgba(255, 255, 255, .05);
  /* background-image: url(../images/icons/globe.png); */
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  background-size: auto;
}

.amp-footer-sidebar {
  position: relative;
  padding: 15px;
}

.amp-footer-text {
  text-align: center;
}

.amp-footer-text img {
  margin:0 auto 10px;
}

.amp-footer-text p {
  color: #eee;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 1px;
}

.amp-footer-menu {
  display: block;
  float: left;
}

.amp-footer-links {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.amp-footer-links > li {
  position: relative;
  display: list-item;
  color: #eee;
  padding: 5px 0 5px 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 1px;
  cursor: pointer;
}

.amp-footer-links > li:before {
  content: '';
  width: 10px;
  height: 1px;
  background-color: #eee;
  position: absolute;
  left: -7px;
  top: 16.5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.amp-footer-links > li:after {
  content: '';
  width: 1px;
  height: 10px;
  background-color: #eee;
  position: absolute;
  left: -2.2px;
  top: 11.8px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.amp-footer-links > li > a {
  color: #eee;
  text-decoration: none;
}

.amp-footer-links > li:hover,
.amp-footer-links > li > a:hover {
  color: #f80400;
}

.amp-footer-bottom {
  margin: 0;
  padding: 15px 0;
  position: relative;
  background-color: rgba(0, 0, 0, .3);
}

.amp-copyright {
  margin: 0;
  padding: 7px 0;
  color: #fff;
  float: left;
  letter-spacing: 1px;
  line-height: 1.5;
  font-size: 15px;
  font-weight: 500;
  vertical-align: middle;
}

.amp-social {
  float: right;
  margin: 0;
}

.amp-social-links {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.amp-social-links > li {
  position: relative;
  display: inline-block;
  margin-right: 15px;
  padding: 4px 4px 3px;
  cursor: pointer;
  min-width: 36px;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 0px;
}

.amp-social-links > li:last-child {
  margin-right: 0;
}

.amp-social-links > li:hover.amp-facebook {
  background-color: #29487d;
}
.amp-social-links > li:hover.amp-youtube {
  background-color: #ff0000;
}

.amp-social-links > li:hover.amp-instagram {
  background-color: #dd4b39;
}

.amp-social-links > li:hover.amp-linkedin {
  background-color: #04669A;
}

.amp-social-links > li:hover:hover.amp-twitter {
  background-color: #1da1f2;
}
.amp-social-links > li:hover.amp-google {
  background-color: #dd4e41;
}

.amp-social-links > li {
  background-color: #666;
}

.amp-social-links > li > a {
  color: #fff;
  vertical-align: middle;
}

.amp-social-links > li > a > i {
  font-size: 18px;
}

@media (max-width: 991.98px) {
  .amp-footer-bottom {
    text-align: center;
  }

  .amp-copyright {
    float: none;
    margin-bottom: 10px;
  }

  .amp-social {
    float: none;
  }
}

/***********************************************************************************************/
/*  Timeline */
/***********************************************************************************************/

.main-timeline{
    font-family: 'Roboto Condensed', sans-serif;
    position: relative;
}

.main-timeline:before{
    content: '';
    background-color: #555;
    width: 4px;
    height: calc(100% - 70px);
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    bottom: 0;
}

.main-timeline:after{
    content: '';
    display: block;
    clear: both;
}

.main-timeline .timeline{
    float: left;
    width: 50%;
    padding: 0 30px;
    margin: 65px 10px 25px 0;
    position: relative;
}

.main-timeline .timeline:before{
    content: '';
    background-color: #D5223D;
    height: 33px;
    width: 33px;
    border-radius: 50%;
    box-shadow: 0 0 5px #999 inset,0 0 0 5px #dbdbdb, 0 0 13px #000;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: -17px;
}

.main-timeline .timeline-content{
    color: #555;
    background: linear-gradient(45deg,#DFDFDF,#FEFEFE);
    text-align: center;
    padding: 30px 40px;
    border-radius: 30px;
    display: block;
    position: relative;
    z-index: 1;
}

.main-timeline .timeline-content:hover{ text-decoration: none; }

.main-timeline .timeline-content:before{
    content: '';
    background: linear-gradient(45deg,#FEFEFE,#DFDFDF);
    border-radius: 30px;
    position: absolute;
    left: 5px;
    top: 5px;
    bottom: 5px;
    right: 5px;
    z-index: -1;
}

.main-timeline .timeline-icon{
    color: #fff;
    background: linear-gradient(125deg, #ED354D 39%, #D92140 40%);
    font-size: 37px;
    text-align: left;
    line-height: 120px;
    height: 120px;
    width: 110px;
    padding-left: 15px;
    position: absolute;
    top: -56px;
    left: -30px;
    z-index: 1;
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
    clip-path: polygon(0 0, 0 100%, 100% 50%);
}

.main-timeline .timeline-icon:before,
.main-timeline .timeline-icon:after{
    content: "";
    background-color: #fff;
    position: absolute;
    left: 3px;
    bottom: 6px;
    top: 6px;
    right: 6px;
    z-index: -1;
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
    clip-path: polygon(0 0, 0 100%, 100% 50%);
}

.main-timeline .timeline-icon:after{
    background: linear-gradient(125deg, #ED354D 39%, #D92140 40%);
    left: 6px;
    top: 11px;
    bottom: 11px;
    right: 11px;
}

.main-timeline .title{
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 15px;
    margin: 0 0 10px;
}

.main-timeline .description{
    font-size: 13px;
    letter-spacing: 1px;
    margin: 0;
}

.main-timeline .timeline:nth-child(even){
    float: right;
    margin: 65px 0 25px 10px;
}

.main-timeline .timeline:nth-child(even):before{
    right: auto;
    left: -17px;
}

.main-timeline .timeline:nth-child(even) .timeline-icon{
    transform: rotateY(180deg);
    left: auto;
    right: -30px;
}

.main-timeline .timeline:nth-child(4n+2):before{ background-color: #96BF33; }
.main-timeline .timeline:nth-child(4n+2) .timeline-icon,
.main-timeline .timeline:nth-child(4n+2) .timeline-icon:after{
    background: linear-gradient(125deg, #A7CD43 39%, #96BF33 40%);
}

.main-timeline .timeline:nth-child(4n+3):before{ background-color: #15BEC8; }
.main-timeline .timeline:nth-child(4n+3) .timeline-icon,
.main-timeline .timeline:nth-child(4n+3) .timeline-icon:after{
    background: linear-gradient(125deg, #54B7C0 39%, #15BEC8 40%);
}

.main-timeline .timeline:nth-child(4n+4):before{ background-color: #3C21BB; }
.main-timeline .timeline:nth-child(4n+4) .timeline-icon,
.main-timeline .timeline:nth-child(4n+4) .timeline-icon:after{
    background: linear-gradient(125deg, #5436D0 39%, #3C21BB 40%);
}
.form-control {
  display: block;
  width: 100%;
  padding: 10px;
  font-size: 12px;
  /* line-height: 1.5; */
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
@media screen and (max-width:767px){
    .main-timeline:before{
        left: 15px;
        transform: translateX(0);
    }

    .main-timeline .timeline,
    .main-timeline .timeline:nth-child(even){
        width: 100%;
        padding: 0 0 0 30px;
        margin: 65px 0 0 0;
    }

    .main-timeline .timeline:before,
    .main-timeline .timeline:nth-child(even):before{
        height: 20px;
        width: 20px;
        left: 5px;
        right: auto;
    }

    .main-timeline .timeline:nth-child(even) .timeline-icon,
    .main-timeline .timeline-icon{
        transform: translateX(-50%);
        left: 50%;
        top: -54px;
    }

    .main-timeline .timeline-content{ padding: 80px 20px 20px; }
}

@media screen and (max-width:567px){
    .main-timeline .title{ font-size: 18px; }
}


/*Services*/
.moverspackers-services,.moverspackers-services-text,.moverspackers-services-wrap {
    float: left;
    width: 100%;
}

.moverspackers-services ul  a {
    color: #666666;
    text-decoration: none;
	background-color: transparent;
}

.moverspackers-services ul li {
    margin: 0px 0px 30px;
	line-height: 28px;
    list-style: inside none;
}

.moverspackers-services-wrap { padding: 20px 0px 0px 20px;    margin-bottom: 15px;}
.moverspackers-services-text {
    padding: 24px 40px 33px 43px;
    text-align: center;
    position: relative;
    border-radius: 5px;
    background-color: #f5f5f5;
}
.moverspackers-services-text i {
    position: absolute;
    left: -20px;
    top: -20px;
    width: 60px;
    height: 60px;
    background-color: #f5f5f5;
    border-radius: 100%;
    text-align: center;
    font-size: 20px;
    padding: 18px 0px 0px;
    border: 1px dashed;
	transition: all .5s ease-in-out;
}
.moverspackers-services ul li:hover .moverspackers-services-text i { color: #343434; border-color: #ffb118; background-color: #ffb118;}


.moverspackers-services-text:hover {
    background-color: #eee;
}

.moverspackers-services-text h5 {
    margin: 0px 0px 14px;
    font-weight: bold;
    letter-spacing: 1px;
}
.moverspackers-services ul li:hover .moverspackers-services-text h5,
.moverspackers-services ul li:hover .moverspackers-services-text p { color: #337ab7;}
.moverspackers-services-text p {
    margin: 0px;
    line-height: 26px;
    letter-spacing: 0.8px;
}


/***********************************************************************************************/
/*  FAQ PAGE */
/***********************************************************************************************/
.faq-layout {
  position: relative;
  overflow: hidden;
}
.faq-layout .panel {
  box-shadow: none;
}
.faq-layout .panel-default {
  position: relative;
  border: 0px solid #EEE;
  padding: 17px 16px 0;
  background: #f7f7f7;
  border-radius: 0;
}
a.accordion-toggle.collapsed:hover {
  text-decoration: none;
 
}
.faq-layout .faq-box .panel-heading {
  background: none;
  border: 0 none;
  display: block;
  padding: 16px;
  margin: -16px -15px;
  background:  #01588a;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.faq-layout .faq-box .panel-heading:hover {
  background: #2C2C2C;
}
.faq-layout .faq-box .panel-title {
  display: block;
  letter-spacing: 0.03em;
  margin-bottom: 0;
  margin-top: 0;
  font: 15px/20px 'Open Sans ', sans-serif;
  text-transform: uppercase;
  color: #FFF;
}
.faq-layout .faq-box .panel-title > a {
  line-height: 24px;
  display: block;
  color: #FFFFFF;
  text-decoration: none;
}
.faq-layout .faq-box .panel-title > a:hover,
.faq-layout .faq-box .panel-title > a:focus {
  outline: none;
  color: #FFFFFF;
}
.faq-layout .faq-box .panel-body {
  padding-top: 32px;
  padding-left: 0px;
}
.faq-layout .faq-box .panel-heading [data-toggle="collapse"]:after {
  font-family: 'FontAwesome';
  content: '\f0d8';
  float: left;
  color: #FFFFFF;
  font-size: 16px;
  margin-right: 10px;
}
.faq-layout .faq-box .panel-heading [data-toggle="collapse"].collapsed:after {
  content: '\f0d7';
}

.panel-body {
    padding: 15px;
}

.panel-body:before {
    display: table;
    content: " ";
}

.panel-body:after {
    clear: both;
	display: table;
    content: " ";
}

.panel {
    margin-bottom: 20px;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd;
}

.panel-default>.panel-heading {
    color: #333;
}

.collapse.in {
    display: block;
}

.start-now {
    padding: 32px 0px 24px;
    color: #fff;
    background: #fc0100;
    font-family: 'Roboto', sans-serif;
    text-align: center;
}

/***********************************************************************************************/
/*  Extra Services */
/***********************************************************************************************/

/*-----------wrapper start-------*/
.mv_banner_section {
    background-color: whitesmoke;
}
.mv_banner_wrapper {
   
    width: 100%;
    text-align: center;
    position: relative;
    /* padding-top: 40px; */
    padding-bottom: 40px;
}
.wrapper_sec1 img{
	margin:auto;
}
.wrapper_sec1 h2{
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom:10px;
    margin-top: 35px;
	position:relative;
	color:#333;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.wrapper_sec1 {
    background-color: #fff;
    padding: 30px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.wrapper_sec1::after {
    background: #da0134 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 100px;
    position: absolute;
    right: 14px;
    transition: all 0.3s ease 0s;
    width: 2px;
}
.wrapper_sec1::before {
    background: #da0134 none repeat scroll 0 0;
    bottom: 0px;
    content: "";
    height: 2px;
    position: absolute;
    right: 14px;
    transition: all 0.3s ease 0s;
    width: 100px;
}

.wrapper_sec1:hover h2{
	color:#da0134;
}
.wrapper_sec1 p{
	font-size: 14px;
	color:#707070;
    margin-bottom: 0;
}
.wrapper_sec1 img {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.wrapper_sec1:hover img {
    transform: rotateY(180deg);
}

@media (max-width: 1600px){
	.mv_banner_wrapper {
		margin-top: 40px;
	}
}

@media (max-width: 991px){
	.mv_banner_wrapper .wrapper_sec2{
		border-right: 0px solid;
	}
	.wrapper_sec1 {
    margin-bottom: 30px;
	}
	.wrapper_sec1::after, .wrapper_sec1::before, .mv_aboutus2:after {
    display: none;
	}
}

@media (max-width: 767px) {
	.mv_banner_wrapper img {
		margin-top: 15px;
	}
	.mv_banner_wrapper .wrapper_sec1, .mv_banner_wrapper .wrapper_sec2, .mv_banner_wrapper .wrapper_sec3 {
		border-right: 0px solid;
	}
	.mv_banner_wrapper {
		margin-top: 0px;
	}
}

@media (max-width: 1199px) {
.wrapper_sec1 {
    padding: 15px;
}}

/*-----------wrapper end-------*/

.slider {
  margin-top: 42px;
}