/*--comun-*/
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Partner', sans-serif;
  font-weight: 900;
  margin-top: 25px !important;
  color: #000;
}

.h1 span,
.h2 span,
.h3 span,
.h4 span,
.h5 span,
.h6 span {
  font-weight: 400;
  color: inherit !important;
}

h1,
.h1 {
  color: #ffffff;
  font-size: 82px;
  line-height: 60px;
}

h2,
.h2 {
  color: #0a3f7f;
  font-size: 30px !important;
  line-height: 40px !important;
  text-transform: uppercase;
}

.h2-wrap {
  display: inline-block;
  position: relative;
  padding-left: 40px;
  margin-bottom: 70px;
}

.h2-wrap:before {
  position: absolute;
  content: '';
  top: 30px !important;
  left: 0;
  width: 120px;
  height: 95px;
  border: 15px solid #146cac;
  border-top: none;
  border-right: none;
}

.h2-wrap .subtitle {
  text-align: right;
  color: rgba(0, 0, 0, 0.9);
  font-family: Partner, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  text-transform: none;
  margin-top: 10px;
}

.h2-wrap.small .subtitle {
  margin-top: 0;
}

.h2-wrap.small:before {
  bottom: 18px;
  height: 73px;
}

.h2-wrap.small h2 {
  font-size: 50px;
  line-height: 60px;
}

h3,
.h3 {
  font-size: 44px;
  line-height: 60px;
  text-transform: none;
}

.h3-wrap {
  position: relative;
  padding-top: 25px;
  margin-bottom: 20px;
}

.h3-wrap:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 54px;
  height: 4px;
  background-color: #146cac;
	display: none !important;
}

h4,
.h4 {
  font-size: 40px !important;
  line-height: 50px !important;
}

h5,
.h5 {
  font-size: 32px !important;
  line-height: 42px !important;
  font-weight: 600 !important;
}

h6,
.h6 {
  font-size: 24px;
  line-height: 32px;
}

.wrapper {
  min-height: 100%;
  overflow-x: hidden;
}

strong {
  font-weight: 600;
}

img.float-left {
  float: left;
  margin: 12px 12px 12px 0;
}

img.float-right {
  float: right;
  margin: 12px 0 12px 12px;
}

.img-fixed-bottom {
  position: relative;
  bottom: -70px;
}

/*- scrrolbar--*/
body::-webkit-scrollbar,
body *::-webkit-scrollbar {
  width: 6px;
}

body::-webkit-scrollbar-thumb,
body *::-webkit-scrollbar-thumb {
  background: #146cac;
  width: 4px;
}

body::-webkit-scrollbar-track,
body *::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.6);
  width: 4px;
}

/*- navbar--*/
nav.navbar.navbar-expand-lg.navbar-light.fixed-top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.navbar-light .navbar-nav .nav-link {
  color: white;
}

.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  color: white;
}

.navbar-nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 735px;
  width: 100%;
  float: none;
}

.phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
}

.phone:focus {
  color: #ffffff;
}

.phone .icon {
  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;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 46px;
  height: 46px;
  border-radius: 100%;
  background-color: #146cac;
}

.phone .icon img {
  width: 13px;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: .7s linear;
  animation: .7s linear;
  margin-right: 1px;
}

.phone i.fa {
  display: none;
  font-size: 32px;
  color: #fff;
  margin-top: 5px;
  -webkit-transition: color .4s ease;
  transition: color .4s ease;
}

.phone span:last-child {
  margin-top: 9px;
  margin-left: 9px;
}

.bg-white {
  background-color: #fff;
  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}

/*--banner-*/
.banner-title {
  position: relative;
  text-align: center;
  background-size: cover;
  background-position: 50%;
  background-attachment: fixed;
  will-change: scroll-position;
}

.banner-title .h1 {
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 35px;
}

.banner-title .h1:after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 50%;
  margin-left: -100px;
  width: 200px;
  height: 4px;
  background-color: #146cac;
}

.banner-title .text {
  color: white;
  font-size: 24px;
  line-height: 40px;
}

.banner-title h1,
.banner-title .h1 {
  color: #ffffff;
  font-size: 70px;
  line-height: 85px;
}

.banner-title .extra_text-banner {
  padding: 0px 0px 31px 0px;
}

.banner-title-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 1000px;
  margin: 0 auto;
  min-height: 100vh;
  padding: 220px 0 130px;
}



.video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.video :before,
.video .banner-content.dark:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 0;
}

.video video {
  -webkit-filter: grayscale(0%) brightness(0.5);
          filter: grayscale(0%) brightness(0.5);
}

.video video {
  width: 100%;
}

/*---btn---*/
.btn {
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 365px;
  width: 100%;
  height: 59px;
  line-height: 45px;
  padding-top: 11px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  border: 2px solid #146cac;
  background-color: #146cac;
  text-align: center;
  -webkit-transition: all 0.4s ease !important;
  transition: all 0.4s ease !important;
  border-radius: 0rem;
	display: block !important;
}

.btn:focus {
  color: #ffffff;
}

.btn-full-width {
  max-width: 100%;
}

.anim-btn {
  display: inline-block;
  position: relative;
  max-width: 186px;
  width: 100%;
  height: 50px;
  line-height: 32px;
  font-family: 'Partner', sans-serif;
  color: #146cac;
  font-size: 16px;
  font-weight: 700;
  background: 0 0;
  text-align: center;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
  padding-top: 15px;
  margin-top: 10px;
}

.anim-btn span {
  position: relative;
  padding-right: 19px;
}

.anim-btn span i {
  position: absolute;
  top: 4px;
  right: 0;
  font-size: 13px;
  line-height: 12px;
}

.anim-btn svg {
  position: absolute;
  height: 50px;
  left: 0;
  top: 0;
  width: 100%;
}

.anim-btn rect {
  fill: none;
  stroke: #0a3f7f;
  stroke-width: 16px;
  stroke-dasharray: 45, 175;
  stroke-dashoffset: 0;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: .6s;
  transition-duration: .6s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
}

.scroll-btn {
  position: absolute;
  bottom: 40px;
  left: 50%;
  margin-left: -30px;
  width: 60px;
  height: 60px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 100%;
  background-color: transparent;
  text-align: center;
  margin-top: 25px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.scroll-btn i.fa {
  font-size: 30px;
  line-height: 60px;
  color: #ffffff;
  -webkit-animation: scroll-arrow 1.5s ease infinite;
  animation: scroll-arrow 1.5s ease infinite;
}

.scroll-btn:after {
  position: absolute;
  content: '';
  left: 28px;
  top: -24px;
  width: 2px;
  height: 42px;
  background-color: #146cac;
}

/*what we do*/
.custom-heading {
  position: relative;
  width: 100%;
  display: block;
}

.custom-heading.centered {
  text-align: center;
}

#pills-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
  overflow: hidden;
  list-style: none;
}

#pills-tab li {
  width: calc(100%/4 - 30px);
  list-style: none;
  overflow: hidden;
  padding: 0;
  margin: 0 15px;
  height: 70px;
  border: 1px solid #cccccc;
  background-color: #ffffff;
  cursor: pointer;
  outline: 1px solid transparent;
  outline-offset: -2px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

#pills-tab li a {
  display: block;
  color: #000000;
  font-family: Partner, sans-serif;
  /*font-size: 18px;*/
  font-weight: 500;
  height: 100%;
  padding-top: 25px;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

#pills-tab li.active {
  border: 1px solid #146cac;
}

#pills-tab li.active a {
  color: #146cac !important;
}

#pills-tabContent {
  width: 100%;
  overflow: hidden;
  float: left;
  padding-top: 40px;
}

.double-img {
  position: relative;
  padding-right: 150px;
  padding-bottom: 80px;
}

.big-img {
  padding-bottom: 87%;
}

.small-img {
  position: absolute;
  right: 35px;
  bottom: 0;
  width: 53%;
  padding-bottom: 44%;
  border: 10px solid #ffffff;
}

*[class*="img-bkg"] {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-id-2 .va-middle {
  padding: 0px 0 25px 40px;
}

.va-middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 5px 0 25px 5px;
}

/* services*/
.service-icon-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
}

.service-icon-list .service-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 15px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid rgba(255, 255, 255, 0.15);
  padding: 34px 15px 21px;
  text-align: center;
}

.service-icon-list .icon-service {
  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;
  width: 96px;
  height: 96px;
  border-radius: 100%;
  background-color: #146cac;
  padding: 10px;
  margin: 0 auto 33px;
}

.service-icon-list .h6 {
  font-weight: 700;
  margin-bottom: 5px;
}

.service-icon-list .text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #ffffff;
}

.service-icon-list .anim-btn span {
  color: #ffffff;
}

.service-icon-list .anim-btn rect {
  stroke-width: 5px;
  stroke: #ffffff;
}

.service-icon-list.first-variant .service-item:first-child .icon-service img {
  width: 41px;
}

.service-icon-list.first-variant .service-item:nth-child(2) .icon-service img {
  width: 36px;
}

.service-icon-list.first-variant .service-item:nth-child(3) .icon-service img {
  width: 43px;
}

.service-icon-list.first-variant .service-item:nth-child(4) .icon-service img {
  width: 38px;
}

.service-icon-list.first-variant .service-item:nth-child(5) .icon-service img {
  width: 40px;
}

.service-icon-list.second-variant {
  max-width: 1135px;
  margin: 0 auto;
  font-size: 20px;
  font-weight: 400;
}

.service-icon-list.second-variant .service-item {
  margin: 0;
  border: none;
  padding: 12px 15px 0;
}

.service-icon-list.second-variant .service-item:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.service-icon-list.second-variant .service-item:first-child .icon-service img {
  width: 36px;
}

.service-icon-list.second-variant .service-item:nth-child(2) .icon-service img {
  width: 42px;
}

.service-icon-list.second-variant .service-item:nth-child(3) .icon-service img {
  width: 40px;
}

.service-icon-list.second-variant .service-item:nth-child(4) .icon-service img {
  width: 42px;
}

.service-icon-list.second-variant .service-item:nth-child(5) .icon-service img {
  width: 64px;
}

.service-icon-list.second-variant .icon-service {
  margin: 0 auto 30px;
}

.icon-service img {
  display: block;
  max-width: 100%;
  height: auto;
}

.icon-list-small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}

.icon-list-small .service-item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid rgba(255, 255, 255, 0.15);
  padding: 30px 15px 17px;
  text-align: center;
}

.icon-list-small .service-item:not(:last-child) {
  border-right: none;
}

.icon-list-small .service-item:first-child .icon-service img {
  width: 28px;
}

.icon-list-small .service-item:nth-child(2) .icon-service img {
  width: 42px;
}

.icon-list-small .service-item:nth-child(3) .icon-service img {
  width: 29px;
}

.icon-list-small .icon-service {
  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;
  width: 67px;
  height: 67px;
  border-radius: 100%;
  background-color: #146cac;
  padding: 10px;
  margin: 0 auto 23px;
}

.icon-list-small .text {
  color: #ffffff;
  font-size: 20px;
  line-height: 30px;
}

/* core_values*/
#home-core_values .h2-wrap:before,
.home #second-section .h2-wrap:before {
  bottom: 25px;
  top: auto;
}

.photo_section {
  width: 100%;
  height: 100%;
  vertical-align: middle;
  text-align: center;
  padding: 2px 51px 2px 51px;
}

.custom-col-padding-left {
  padding: 135px 15px 110px 55px;
}

/* tracing-map*/
.tracing-map {
  position: relative;
}

.tracing-map:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(10deg, rgba(0, 0, 0, 0.64) 0%, rgba(0, 0, 0, 0.4) 17%, rgba(0, 0, 0, 0.18) 99%, rgba(0, 0, 0, 0.18) 100%);
}

.tracing-map .h2-wrap {
  margin-bottom: 60px;
}

.tracing-map .container-fluid .container-fluid {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.tracing-map-left {
  position: relative;
  z-index: 2;
}

.tracing-map .container-fluid .container-fluid .row,
.tracing-map .container-fluid .container-fluid [class^="col"] {
  height: 100%;
}

#myTab {
  margin-top: 35px;
  border-bottom: none;
}

#myTab li {
  position: relative;
  font-weight: 700;
  background-color: rgba(31, 33, 34, 0.7);
  padding: 0 0 0 90px;
  margin-bottom: 20px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

#myTab li:before {
  position: absolute;
  content: '';
  left: 30px;
  top: 28px;
  width: 30px;
  height: 3px;
  background-color: #146cac;
}

#myTab li a {
  display: block;
  height: 55px;
  color: #fff;
  font-size: 18px;
  line-height: 32px;
  padding-top: 20px;
}

#myTab li.active {
  background-color: #fff !important;
}

#myTab li.active a {
  color: #146cac !important;
}

.map-tab-content-wrap {
  position: relative;
  height: 100%;
}

.map-tab-content-wrap .map-img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-bottom: 91%;
}

.map-tab-content-wrap .map-img img {
  display: block;
  position: absolute;
  height: 100%;
  width: auto;
  left: 0;
  top: 0;
}

.map-tab-content-wrap .tab-pane {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-bottom: 93%;
  z-index: 2;
}

.tab-pane svg {
  position: absolute;
}

.route-line {
  stroke-dasharray: 100%;
  stroke-dashoffset: 100%;
  -webkit-animation: route-line 10s ease;
  animation: route-line 10s ease;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-delay: .05s;
  animation-delay: .05s;
}

.route-end {
  opacity: 0;
  -webkit-animation: route-end .5s linear;
  animation: route-end .5s linear;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

#route1 .route-end {
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}

#route2 .route-end {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
}

#route3 .route-end {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
}

#route4 .route-end {
  -webkit-animation-delay: 3.2s;
  animation-delay: 3.2s;
}

#route5 .route-end {
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}

#route6 .route-end {
  -webkit-animation-delay: 1.9s;
  animation-delay: 1.9s;
}

#route7 .route-end {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

#route8 .route-end {
  -webkit-animation-delay: 2.4s;
  animation-delay: 2.4s;
}

#route9 .route-end {
  -webkit-animation-delay: 2.4s;
  animation-delay: 2.4s;
}

#route10 .route-end {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #146cac !important;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  color: #146cac !important;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

/* google review */
.google-rew {
  position: relative;
  overflow: hidden;
}

.google-rew .bg {
  z-index: -1;
  background-position: bottom;
}

.google-rew .swiper-slide {
  height: auto;
  margin: 0 0px 40px;
}

.google-rew .description {
  margin-top: 31px;
  padding: 0;
}

.google-rew .img-top {
  margin-bottom: 40px;
}

.google-rew .img-top img {
  max-width: 100%;
  margin: 0 auto;
}

.google-rew-item {
  border: 1px solid #e7e7e7;
  background-color: #ffffff;
  padding: 25px 20px 20px 20px;
  margin-bottom: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
}

.google-rew-item .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 8px;
}

.google-rew-item .title {
  color: #051a37;
  font-weight: 700;
}

.google-rew-item .icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 30px;
  flex: 0 1 30px;
  line-height: 0;
}

.google-rew-item .content {
  height: 120px;
  overflow: auto;
}

.google-rew-item .text-sm {
  line-height: 1.6em;
}

.google-rew-stars-wrap {
  position: relative;
  display: inline-block;
}

.google-rew .description,
.google-rew-star {
  position: relative;
  z-index: 1;
}

.google-rew-star {
  text-align: left;
}

.google-rew-star .number {
  color: #ed4933;
  display: inline-block;
  margin-right: 10px;
  font-weight: 700;
}

.google-rew-star img {
  display: inline !important;
}

.google-stars {
  line-height: 0;
  margin-bottom: 14px;
}

.google-stars img {
  width: 14px;
  margin-right: 1px;
  display: inline !important;
}

.wr-hd {
  overflow: hidden;
}

.container-x {
  max-width: 1320px;
  padding: 0 15px;
  margin: 0 auto;
  z-index: 1;
}

.container-x .btn-secondary {
  display: inline-block;
}

.text-center b {
  font-weight: bold;
}

.wp_extra_h2_line:before {
  position: absolute;
  content: '';
  top: 156px;
  left: 831px;
  width: 214px;
  height: 4px;
  background-color: #146cac;
}

/* not sure  */
.text {
  font-size: 18px !important;
  line-height: 27px;
  font-family: 'Open Sans', sans-serif;
  color: #525252;
}

.not-sure .text .h4 {
  margin-bottom: 25px;
}

.not-sure .btn {
  margin-top: 55px;
}

/*--footer--*/
#footer-wrapper {
  padding-top: 70px;
  position: relative;
  background-image: url(../images/footer-bkg.png);
  background-repeat: no-repeat;
  background-size: cover;
  border-top: 10px solid #146cac;
}

#footer-wrapper .row {
  margin-bottom: 0;
}

.footer-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-widget-container {
  position: relative;
  width: 25%;
  padding: 0 30px 15px 15px;
}

.footer-widget-container > li {
  list-style: none;
}

.footer-widget-container:not(:last-child):after {
  position: absolute;
  content: '';
  right: 15px;
  top: 0;
  bottom: 30px;
  width: 1px;
  background-color: rgba(70, 70, 70, 0.15);
}

.widget .title {
  color: #0a3f7f;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 25px;
}

.widget ul > li {
  list-style: none;
  padding: 0;
  line-height: 22px;
  margin-bottom: 10px;
}

.footer-social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 245px;
  padding: 5px 0 0;
}

.footer-social-icons > li {
  height: 50px;
  margin-right: 15px;
}

.footer-social-icons li a {
  position: relative;
  font-family: "FontAwesome";
  width: 50px;
  height: 50px;
  line-height: 48px;
  font-size: 20px;
  border-radius: 100%;
  overflow: hidden;
  border: 1px solid transparent;
  color: #FFFFFF;
  text-align: center;
}

.footer-social-icons li a:after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #146cac;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  z-index: -1;
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

a,
div,
footer,
h1,
h2,
h3,
h4,
h5,
h6,
header,
html,
i,
iframe,
img,
li,
mark,
menu,
nav,
ol,
section,
small,
td,
ul,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

footer a {
  color: #656565;
  font-family: "Partner", sans-serif;
  font-size: 18px;
  font-weight: 300;
}

footer .copyright-wrap {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid rgba(70, 70, 70, 0.15);
  padding: 18px 0 5px;
  font-size: 16px;
}

footer .copyright-wrap a {
  font-size: 15px;
}
footer .copyright-wrap1 a {
  font-size: 12px;
}

.copyright-wrap .copyright {
  padding-top: 30px;
}

.copy-footer {
  padding: 10px 0 0 80px;
  width: 55%;
}

.copy-logo-footer {
  float: left;
  padding: 10px 20px 20px 0;
}

.copy-text-footer {
  padding-top: 8px;
}

.scroll-up {
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 15px;
  right: 100px;
  display: none;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 100;
  border-radius: 4px;
  text-align: center;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.scroll-up:before {
  font-size: 35px;
  color: #FFFFFF;
}

.fa-angle-up:before {
  content: "\f106";
}

/*-- dry van page traspotation---*/
.dry-van-transportation-banner-title {
  position: relative;
  text-align: center;
  background-size: cover;
  background-position: 50%;
  /*--background-attachment: fixed;---*/
  background-image: url(../images/dry-van-transportation-banner.jpg);
  will-change: scroll-position;
}

.dry-van-transportation-banner-title .h1 {
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 35px;
}

.dry-van-transportation-banner-title .h1:after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 50%;
  margin-left: -100px;
  width: 200px;
  height: 4px;
  background-color: #ffffff00;
}

.dry-van-transportation-banner-title .text {
  color: #ffffff;
  font-size: 24px;
  line-height: 40px;
}

.dry-van-transportation-banner-title h1,
.dry-van-transportation-banner-title .h1 {
  color: #ffffff00;
  font-size: 70px;
  line-height: 85px;
}

.dry-van-transportation-banner-title .extra_text-banner {
  padding: 0px 0px 31px 0px;
}



 @media only screen and (min-width: 992px) {
     .dry-van-transportation-banner-title {
    height: 400px !important;
    margin-top: 65px;
}
}
 @media only screen and (min-width: 1240px) {
     .dry-van-transportation-banner-title {
    height: 500px !important;
    margin-top: 65px;
}
}

@media only screen and (min-width: 1100px)  { 

 .dry-van-transportation-banner-title {
    height: 470px !important;
	}
}

.custom-col-padding-left-2 {
  padding: 135px 100px 110px 100px;
}

/*-- reefer-temperature-control page traspotation---*/
.reefer-temperature-control-transportation-banner-title {
  position: relative;
  text-align: center;
  background-size: cover;
  background-position: 50%;
  background-attachment: fixed;
  background-image: url(../images/reefer-temperature-control-transportation-banner.jpg);
  will-change: scroll-position;
}

.reefer-temperature-control-transportation-banner-title .h1 {
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 35px;
}

.reefer-temperature-control-transportation-banner-title .h1:after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 50%;
  margin-left: -100px;
  width: 200px;
  height: 4px;
  background-color: #146cac;
}

.reefer-temperature-control-transportation-banner-title .text {
  color: white;
  font-size: 24px;
  line-height: 40px;
}

.reefer-temperature-control-transportation-banner-title h1,
.reefer-temperature-control-transportation-banner-title .h1 {
  color: #ffffff;
  font-size: 70px;
  line-height: 85px;
}

.reefer-temperature-control-transportation-banner-title .extra_text-banner {
  padding: 0px 0px 31px 0px;
}

.extra_h1 {
  font-size: 40px !important;
  text-transform: uppercase;
}

.block-with-list ul li:before,
.ul-list li:before {
  position: absolute;
  content: '';
  top: 11px;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #146cac;
}

.block-with-list ul li,
.ul-list li {
  position: relative;
  padding-left: 27px;
}

/*-- freight-management-banner-titl page traspotation---*/
.freight-management-banner-title {
  position: relative;
  text-align: center;
  background-size: cover;
  background-position: 50%;
  background-attachment: fixed;
  background-image: url(../images/Freight-Shipping-Companny.jpg);
  will-change: scroll-position;
}

.freight-management-banner-title .h1 {
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 35px;
}

.freight-management-banner-title .h1:after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 50%;
  margin-left: -100px;
  width: 200px;
  height: 4px;
  background-color: #146cac;
}

.freight-management-banner-title .text {
  color: white;
  font-size: 24px;
  line-height: 40px;
}

.freight-management-banner-title h1,
.freight-management-banner-title .h1 {
  color: #ffffff;
  font-size: 70px;
  line-height: 85px;
}

.freight-management-banner-title .extra_text-banner {
  padding: 0px 0px 31px 0px;
}

.extra_h1 {
  font-size: 40px !important;
  text-transform: uppercase;
}

.block-with-list ul li:before,
.ul-list li:before {
  position: absolute;
  content: '';
  top: 11px;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #146cac;
}

.block-with-list ul li,
.ul-list li {
  position: relative;
  padding-left: 27px;
}

ul li,
ol li {
  padding-bottom: 0px !important;
}

/*-- long-term-storage-toronto-Warehousing-banner-title page traspotation---*/
.long-term-storage-toronto-Warehousing-banner-title {
  position: relative;
  text-align: center;
  background-size: cover;
  background-position: 50%;
  background-attachment: fixed;
  background-image: url(../images/long-term-storage-toronto-Warehousing.jpg);
  will-change: scroll-position;
}

.long-term-storage-toronto-Warehousing-banner-title .h1 {
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 35px;
}

.long-term-storage-toronto-Warehousing-banner-title .h1:after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 50%;
  margin-left: -100px;
  width: 200px;
  height: 4px;
  background-color: #146cac;
}

.long-term-storage-toronto-Warehousing-banner-title .text {
  color: white;
  font-size: 24px;
  line-height: 40px;
}

.long-term-storage-toronto-Warehousing-banner-title h1,
.long-term-storage-toronto-Warehousing-banner-title .h1 {
  color: #ffffff;
  font-size: 70px;
  line-height: 85px;
}

.long-term-storage-toronto-Warehousing-banner-title .extra_text-banner {
  padding: 0px 0px 31px 0px;
}

/*-- cross-dock-mississauga-toronto-banner-title page traspotation---*/
.cross-dock-mississauga-toronto-Warehousing-banner-title {
  position: relative;
  text-align: center;
  background-size: cover;
  background-position: 50%;
  background-attachment: fixed;
  background-image: url(../images/cross-dock-mississauga-toronto-Warehousing-banner-title.jpg);
  will-change: scroll-position;
}

.cross-dock-mississauga-toronto-Warehousing-banner-title .h1 {
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 35px;
}

.cross-dock-mississauga-toronto-Warehousing-banner-title .h1:after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 50%;
  margin-left: -100px;
  width: 200px;
  height: 4px;
  background-color: #146cac;
}

.cross-dock-mississauga-toronto-Warehousing-banner-title .text {
  color: white;
  font-size: 24px;
  line-height: 40px;
}

.cross-dock-mississauga-toronto-Warehousing-banner-title h1,
.cross-dock-mississauga-toronto-Warehousing-banner-title .h1 {
  color: #ffffff;
  font-size: 70px;
  line-height: 85px;
}

.cross-dock-mississauga-toronto-Warehousing-banner-title .extra_text-banner {
  padding: 0px 0px 31px 0px;
}

.cross-dock-mississauga-title .h2-wrap::before {
  top: -20px;
  left: 0;
}

#line-block {
  border-top: solid 1px #ccc;
}

/*-- container-management-warehousing-banner-title page traspotation---*/
.container-management-warehousing-banner-title {
  position: relative;
  text-align: center;
  background-size: cover;
  background-position: 50%;
  background-attachment: fixed;
  background-image: url(../images/container-management-warehousing.jpg);
  will-change: scroll-position;
}

.container-management-warehousing-banner-title .h1 {
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 35px;
}

.container-management-warehousing-banner-title .h1:after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 50%;
  margin-left: -100px;
  width: 200px;
  height: 4px;
  background-color: #146cac;
}

.container-management-warehousing-banner-title .text {
  color: white;
  font-size: 24px;
  line-height: 40px;
}

.container-management-warehousing-banner-title h1,
.container-management-warehousing-banner-title .h1 {
  color: #ffffff;
  font-size: 70px;
  line-height: 85px;
}

.container-management-warehousing-banner-title .extra_text-banner {
  padding: 0px 0px 31px 0px;
}

/*-- climate-temperature-control-warehousing---*/
.climate-temperature-control-warehousing-banner-title {
  position: relative;
  text-align: center;
  background-size: cover;
  background-position: 50%;
  background-attachment: fixed;
  background-image: url(../images/climate-temperature-control-warehousing.jpg);
  will-change: scroll-position;
}

.climate-temperature-control-warehousing-banner-title .h1 {
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 35px;
}

.climate-temperature-control-warehousing-banner-title .h1:after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 50%;
  margin-left: -100px;
  width: 200px;
  height: 4px;
  background-color: #146cac;
}

.climate-temperature-control-warehousing-banner-title .text {
  color: white;
  font-size: 24px;
  line-height: 40px;
}

.climate-temperature-control-warehousing-banner-title h1,
.climate-temperature-control-warehousing-banner-title .h1 {
  color: #ffffff;
  font-size: 70px;
  line-height: 85px;
}

.climate-temperature-control-warehousing-banner-title .extra_text-banner {
  padding: 0px 0px 31px 0px;
}

/*-- contact-banner---*/
.contact-banner {
  position: relative;
  text-align: center;
  background-size: cover;
  background-position: 50%;
  background-attachment: fixed;
  background-image: url(../images/contact-banner.jpg);
  will-change: scroll-position;
}

.contact-banner .h1 {
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 35px;
}

.contact-banner .h1:after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 50%;
  margin-left: -100px;
  width: 200px;
  height: 4px;
  background-color: #146cac;
}

.contact-banner .text {
  color: white;
  font-size: 24px;
  line-height: 40px;
}

.contact-banner h1,
.contact-banner .h1 {
  color: #ffffff;
  font-size: 70px;
  line-height: 85px;
}

.contact-banner .extra_text-banner {
  padding: 0px 0px 31px 0px;
}

input.form-control.contact-from {
  margin: 0px 10px 20px 10px;
  border-radius: 0%;
}

textarea#exampleFormControlTextarea1 {
  margin: 0px 0px 20px 10px;
  border-radius: 0%;
}

button.btn.btn-primary.btn-full-width.contact-form-send {
  border-color: #146cac;
  color: #146cac;
  background-color: #fff;
}

button.btn.btn-primary.btn-full-width.contact-form-send:hover {
  color: #fff;
  background-color: #146cac;
  text-shadow: none;
}

.general-info,
.contact-form-wrap {
  padding: 80px 0 75px;
}

.general-info .item .title {
  position: relative;
  color: #000000;
  font-weight: 900;
  letter-spacing: 0.45px;
  padding-left: 20px;
  margin-bottom: 7px;
  text-transform: uppercase;
}

.general-info .item .title:before {
  position: absolute;
  content: '';
  left: 0;
  top: 11px;
  width: 8px;
  height: 8px;
  background-color: #146cac;
}

.general-info {
  padding-left: 50px;
}

/*-- az-drivers-banner-title---*/
.az-drivers-banner-title {
  position: relative;
  text-align: center;
  background-size: cover;
  background-position: 50%;
  background-attachment: fixed;
  background-image: url(../images/az-drivers-banner.jpg);
  will-change: scroll-position;
}

.az-drivers-banner-title .h1 {
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 35px;
}

.az-drivers-banner-title .h1:after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 50%;
  margin-left: -100px;
  width: 200px;
  height: 4px;
  background-color: #146cac;
}

.az-drivers-banner-title .text {
  color: white;
  font-size: 24px;
  line-height: 40px;
}

.az-drivers-banner-title h1,
.az-drivers-banner-title .h1 {
  color: #ffffff;
  font-size: 70px;
  line-height: 85px;
}

.az-drivers-banner-title .extra_text-banner {
  padding: 0px 0px 31px 0px;
}

div#tenth-section {
  -webkit-transition: background 0.3s, border 0.3s, border-radius 0.3s, -webkit-box-shadow 0.3s;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, -webkit-box-shadow 0.3s;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
  background-image: url(../images/home-bg2.jpg);
  background-position: bottom left;
  background-repeat: no-repeat;
}

.elementor-divider-separator {
  --divider-border-style: solid;
  --divider-color: #146cac;
  margin: 20px 0;
  --divider-border-width: 4px;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* margin: 0; */
  direction: ltr;
  width: 200px;
  border-top: var(--divider-border-width) var(--divider-border-style) var(--divider-color);
}

/*-- lease-purchase-program-career-banner-title---*/
.lease-purchase-program-career-banner-title {
  position: relative;
  text-align: center;
  background-size: cover;
  background-position: 50%;
  background-attachment: fixed;
  background-image: url(../images/Lease-Purchase-Program-banner.jpg);
  will-change: scroll-position;
}

.lease-purchase-program-career-banner-title .h1 {
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 35px;
}

.lease-purchase-program-career-banner-title .h1:after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 50%;
  margin-left: -100px;
  width: 200px;
  height: 4px;
  background-color: #146cac;
}

.lease-purchase-program-career-banner-title .text {
  color: white;
  font-size: 24px;
  line-height: 40px;
}

.lease-purchase-program-career-banner-title h1,
.lease-purchase-program-career-banner-title .h1 {
  color: #ffffff;
  font-size: 70px;
  line-height: 85px;
}

.lease-purchase-program-career-banner-title .extra_text-banner {
  padding: 0px 0px 31px 0px;
}

/*carer*/
section.corporate-career-banner {
  background-image: url(../images/Corporate-Careers-amplifylogistics-banner.jpg);
  background-position: 0px -70px;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: background 0.3s, border 0.3s, border-radius 0.3s, -webkit-box-shadow 0.3s;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, -webkit-box-shadow 0.3s;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
  position: relative;
}

.banner-background-overlay {
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(45%, #00000070), color-stop(95%, #FFFFFF));
  background-image: linear-gradient(180deg, #00000070 45%, #FFFFFF 95%);
  opacity: 1;
  -webkit-transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

.corporate-career-container {
  min-height: 300px;
  max-width: 1140px;
}

.corporate-career-column {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 1px;
}

section.corporate-career-job-section {
  background-image: url(../images/section-bkg-01.png);
  background-repeat: repeat;
  -webkit-transition: background 0.3s, border 0.3s, border-radius 0.3s, -webkit-box-shadow 0.3s;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, -webkit-box-shadow 0.3s;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
  padding: 100px 0px 100px 0px;
  position: relative;
}

.corporate-career-container-job {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.corporate-career-job-details {
  width: 100%;
  position: relative;
}

.career-Job-Posting {
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.Job-Posting {
  padding: 10px;
}

.elementor-widget-container {
  -webkit-transition: background .3s, border .3s, -webkit-border-radius .3s, -webkit-box-shadow .3s;
  -webkit-transition: background .3s, border .3s, border-radius .3s, -webkit-box-shadow .3s;
  transition: background .3s, border .3s, border-radius .3s, -webkit-box-shadow .3s;
  transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
  transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, -webkit-box-shadow .3s;
}

h4.Job-Posting-heading-title {
  color: #093F7F;
  font-family: var(--e-global-typography-primary-font-family);
  font-weight: 500;
  padding: 0;
  margin: 0;
  line-height: 1;
  text-align: center;
}

.elementor-widget:not(:last-child) {
  margin-bottom: 20px;
}

.elementor-divider {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
}

span.elementor-divider-separator.text-center {
  width: 200px;
  margin: 0 auto;
}

.elementor-widget-container.job-desc {
  margin: 0px 30px 30px 30px;
  padding: 9px 0px 10px 0px;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #808080;
  border-radius: 5px 5px 5px 5px;
}

li.job-icon-list-item {
  font-size: 24px;
  font-weight: 300;
  line-height: 41px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
}

.elementor-icon-list-icon i {
  color: #FFFFFF;
  font-size: 24px;
}

.fa-arrow-alt-circle-right:before {
  background: #146cac;
  border-radius: 5px 0 0 5px;
  padding: 17px 25px 19px 25px;
}

.fa-arrow-alt-circle-right:before {
  font-family: FontAwesome;
  content: "\f18e";
}

span.elementor-icon-list-text {
  color: #093F7F;
}

span.elementor-icon-list-text:hover {
  color: #093F7F;
}

.elementor-widget .job-icon-list-item:hover .elementor-icon-list-icon i {
  color: #093F7F;
}

.elementor-widget .job-icon-list-item:hover .elementor-icon-list-text {
  color: #146cac;
}

.pum-content h3 {
  text-align: center;
  -webkit-text-decoration: uppercase;
  text-decoration: uppercase;
  color: #213787;
  margin-bottom: 25px;
  font-size: 44px;
  line-height: 60px;
  text-transform: none;
  font-weight: 900;
}

.pum-container .pum-content > :first-child {
  margin-top: 0;
}

.pum-container.pum-responsive img {
  max-width: 100%;
  height: auto;
}

img.size-full.wp-image-1927.alignnone {
  max-width: 100%;
  height: auto;
  display: block;
}

.alignright,
img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right;
}

.details {
  padding: 30px;
  border-radius: 0px;
  border: 1px none #000000;
  background-color: white;
}

.details p {
  padding-bottom: 0px;
  line-height: 22px;
}

.details ul {
  margin-left: 35px;
}

.details li {
  list-style: initial;
  line-height: 22px;
  padding: 0 0 5px 0;
}

button.close {
  /* position: absolute; */
  height: auto;
  width: auto;
  left: auto;
  right: 0px;
  bottom: auto;
  top: 0px;
  padding: 14px;
  color: #146cac;
  font-family: inherit;
  font-weight: 900;
  font-size: 30px;
  line-height: 36px;
  border: 1px none #ffffff;
  border-radius: 0px;
  -webkit-box-shadow: 1px 1px 3px 0px rgba(255, 255, 255, 0.23);
          box-shadow: 1px 1px 3px 0px rgba(255, 255, 255, 0.23);
  text-shadow: 0px 0px 0px rgba(255, 255, 255, 0.23);
  background-color: rgba(255, 255, 255, 0);
  z-index: 2;
  cursor: pointer;
  min-width: 1em;
  text-decoration: none;
  text-align: center;
  z-index: 2;
}

.modal-content {
  border: none;
}

/*-- about-cargo-county-banner-title---*/
.about-cargo-county-banner-title {
  position: relative;
  text-align: center;
  background-size: cover;
  background-position: 50%;
  background-attachment: fixed;
  background-image: url(../images/Cargo-County-Expedited-Shipping-rotated.jpg);
  will-change: scroll-position;
}

.about-cargo-county-banner-title .h1 {
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 35px;
}

.about-cargo-county-banner-title .h1:after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 50%;
  margin-left: -100px;
  width: 200px;
  height: 4px;
  background-color: #146cac;
}

.about-cargo-county-banner-title .text {
  color: white;
  font-size: 24px;
  line-height: 40px;
}

.about-cargo-county-banner-title h1,
.about-cargo-county-banner-title .h1 {
  color: #ffffff;
  font-size: 70px;
  line-height: 85px;
}

.about-cargo-county-banner-title .extra_text-banner {
  padding: 0px 0px 31px 0px;
}

/*--TERMS & CONDITIONS--*/
.padding-70 {
  padding: 70px 0;
  text-align: center;
}

.Terms-Conditions-banner {
  position: relative;
  text-align: center;
  background-size: cover;
  background-position: 50%;
  background-attachment: fixed;
  background-image: url(../images/Terms-Conditions-banner.jpg);
  will-change: scroll-position;
}

.Terms-Conditions-banner .h1 {
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 35px;
}

.Terms-Conditions-banner .h1:after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 50%;
  margin-left: -100px;
  width: 200px;
  height: 4px;
  background-color: #146cac;
}

.Terms-Conditions-banner .text {
  color: white;
  font-size: 24px;
  line-height: 40px;
}

.Terms-Conditions-banner h1,
.Terms-Conditions-banner .h1 {
  color: #ffffff;
  font-size: 70px;
  line-height: 85px;
}

.Terms-Conditions-banner .extra_text-banner {
  padding: 0px 0px 31px 0px;
}

.Terms-Conditions-title.h3-wrap:before {
  position: absolute;
  content: '';
  top: 0;
  left: 180px;
  width: 54px;
  height: 4px;
  background-color: #146cac;
}
/*# sourceMappingURL=style.css.map */