@keyframes ldio-l06yklwwb4i {
  0% {
    top: 48px;
    left: 48px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 9px;
    left: 9px;
    width: 78px;
    height: 78px;
    opacity: 0;
  }
}

.ldio-l06yklwwb4i div {
  position: absolute;
  border-width: 2px;
  border-style: solid;
  opacity: 1;
  border-radius: 50%;
  animation: ldio-l06yklwwb4i 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.ldio-l06yklwwb4i div:nth-child(1) {
  border-color: #d1d1d1;
  animation-delay: 0s;
}

.ldio-l06yklwwb4i div:nth-child(2) {
  border-color: #d1d1d1;
  animation-delay: -0.5s;
}

.loadingio-spinner-ripple-lugcfdxo7g {
  width: 65px;
  height: 65px;
  display: inline-block;
  overflow: hidden;
  background: 0 0;
}

.ldio-l06yklwwb4i {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(0.65);
  backface-visibility: hidden;
  transform-origin: 0 0;
}

.ldio-l06yklwwb4i div {
  box-sizing: content-box;
}

.success-msg{
    font-size: 21px !important;
    color: #000 !important;
    font-weight: 500;
}

.career-msg{
    text-align: right;
}
/*----------------------------------------
  HEADER
------------------------------------------*/

header {
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: transparent;
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  -ms-transition: height 0.3s;
  -o-transition: height 0.3s;
  transition: height 0.3s;
}

.sticky-nav {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* header.smaller .sticky-nav {
  height: 70px;
} */

header .logo {
  width: 150px;
}

header.smaller .logo {
  width: 150px;
}

header nav {
  display: inline-block;
}

header nav a {
  margin-left: 20px;
  color: #9fdbfc;
  font-size: 18px;
  transition: all 0.3s;
}

header nav a:hover {
  color: #fff;
}

header.smaller {
  /* height: 70px; */
  background: #fff;
}

/*----------------------------------------
  BG VIDEO
------------------------------------------*/

#block {
  background: url("../images/img/pattern-bg.html") repeat;
  width: 100%;
  height: 500px;
}

/*----------------------------------------
  SLIDER
------------------------------------------*/
.slide img {
  height: 100vh;
}
.carousel-caption {
  display: flex !important;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 100px;
  left: 0;
  right: 0;
}

.slide h1 {
  font-size: 52px;
  line-height: 62px;
}
.slide p {
  font-size: 21px;
}

/*----------------------------------------
  CSS MENU
------------------------------------------*/
#cssmenu,
#cssmenu #menu-button,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
  text-align: right;
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  box-sizing: border-box;
  text-transform: uppercase;
  font-weight: 800;
}

#cssmenu ul li a {
  text-align: left;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

#cssmenu #menu-button {
  display: none;
}

#cssmenu {
  width: 100%;
  font-family: "Open Sans", sans-serif;
  line-height: 1;
}

#cssmenu > ul > li {
  display: inline-block;
}

#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}

#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}

#cssmenu.align-center ul ul {
  text-align: left;
}

#cssmenu.align-right > ul > li {
  float: right;
}

#cssmenu.align-right ul ul {
  text-align: right;
}

#cssmenu > ul > li > a {
  padding: 0 25px 0 0;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  color: #000;
  transition: color 0.2s ease;
  /* font-weight: bold; */
}

header #cssmenu a {
  line-height: 100px !important;
}

/* header.smaller #cssmenu a {
  color: #333;
  line-height: 70px !important;
}

header.smaller #cssmenu ul ul li a {
  line-height: 30px !important;
} */

#cssmenu > ul > li.active > a,
#cssmenu > ul > li:hover > a {
  color: #e83b44;
}

#cssmenu > ul > li.has-sub > a {
  padding-right: 25px;
  margin-right: 15px;
}

#cssmenu > ul > li.has-sub > a::after {
  position: absolute;
  top: 46%;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  content: "";
  transform: rotate(45deg);
  transition: border-color 0.2s ease;
}

#cssmenu > ul > li.has-sub:hover > a::after {
  border-color: #e83b44;
}

#cssmenu ul ul {
  position: absolute;
  left: -9999px;
  z-index: +99999;
  padding: 20px 0px;
  background: #fff;
  border-top: 3px solid #e83b44;
}

#cssmenu li:hover > ul {
  left: auto;
  right: 0px;
}

#cssmenu.align-right li:hover > ul {
  right: 0;
}

#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}

#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}

#cssmenu ul ul li {
  height: 0;
  transition: height 0.2s ease;
  /* padding: 0px 20px; */
}

#cssmenu ul li:hover > ul > li {
  height: auto;
}

#cssmenu ul ul li a {
  padding: 10px 20px;
  width: 260px;
  font-size: 13px;
  line-height: 23px !important;
  background: #fff;
  text-decoration: none;
  color: #1e1e1e;
  transition: color 0.2s ease;
}

#cssmenu ul ul li a:hover,
#cssmenu ul ul li:hover > a {
  color: #000;
  background: #f7f7f7;
}

#cssmenu ul ul li.has-sub > a::after {
  position: absolute;
  top: 18px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  content: "";
  transform: rotate(-45deg);
  transition: border-color 0.2s ease;
}

#cssmenu.align-right ul ul li.has-sub > a::after {
  right: auto;
  left: 10px;
  border-bottom: 0;
  border-right: 0;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
}

#cssmenu ul ul li.has-sub:hover > a::after {
  border-color: #fff;
}

@media all and (max-width: 768px),
  only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px),
  only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px),
  only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px),
  only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px),
  only screen and (min-resolution: 192dpi) and (max-width: 1024px),
  only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu {
    width: 100%;
    position: absolute;
    left: 0;
  }
  #cssmenu ul {
    width: 100%;
    display: none;
  }
  #cssmenu.align-center > ul,
  #cssmenu.align-right ul ul {
    text-align: left;
  }
  #cssmenu ul li,
  #cssmenu ul li:hover > ul > li,
  #cssmenu ul ul li {
    width: 100%;
    height: auto;
    border-top: 1px solid rgba(120, 120, 120, 0.15);
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    color: #fff !important;
    width: 100%;
  }
  #cssmenu.align-center > ul > li,
  #cssmenu.align-right > ul > li,
  #cssmenu > ul > li {
    float: none;
    display: block;
  }
  #cssmenu ul ul li a {
    padding: 10px 20px 10px 30px;
    font-size: 14px;
    color: #fff;
    background: 0 0;
  }
  #cssmenu ul ul li a:hover,
  #cssmenu ul ul li:hover > a {
    color: #fff;
  }
  #cssmenu ul ul ul li a {
    padding-left: 40px;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul {
    position: relative;
    left: 0;
    right: auto;
    width: 100%;
    margin: 0;
  }
  #cssmenu ul ul li.has-sub > a::after,
  #cssmenu > ul > li.has-sub > a::after {
    display: none;
  }
  #menu-line {
    display: none;
  }
  #cssmenu #menu-button {
    display: block;
    padding: 25px;
    right: 10px;
    top: -50px;
    position: absolute;
    color: #000;
    background: #fff;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
  }
  #cssmenu #menu-button::after {
    content: "";
    position: absolute;
    top: 20px;
    right: 18px;
    display: block;
    width: 15px;
    height: 2px;
    background: #000;
  }
  #cssmenu #menu-button::before {
    content: "";
    position: absolute;
    top: 25px;
    right: 18px;
    display: block;
    width: 15px;
    height: 7px;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.15);
    height: 50px;
    width: 52px;
    cursor: pointer;
  }
  #cssmenu .submenu-button::after {
    content: "";
    position: absolute;
    top: 20px;
    left: 26px;
    display: block;
    width: 1px;
    height: 11px;
    background: #fff;
    z-index: 99;
  }
  #cssmenu .submenu-button::before {
    content: "";
    position: absolute;
    left: 21px;
    top: 25px;
    display: block;
    width: 11px;
    height: 1px;
    background: #fff;
    z-index: 99;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    display: none;
  }
}

/*----------------------------------------
  RETURN TO TOP
------------------------------------------*/

#return-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #605f5f85;
  background: #605f5fcf;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 2px;
  transition: all 0.3s ease;
}

#return-to-top i {
  color: #fff;
  margin: 0;
  position: relative;
  left: 14px;
  top: 10px;
  font-size: 19px;
  transition: all 0.3s ease;
}

#return-to-top:hover {
  background: rgba(0, 0, 0, 0.9);
}

#return-to-top:hover i {
  color: #fff;
  top: 5px;
}

/*----------------------------------------
 OVERLAY IMAGE TEXT
------------------------------------------*/

.hfx {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.hfx .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.hfx h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 17px;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transform: translatey(-100px);
  -ms-transform: translatey(-100px);
  transform: translatey(-100px);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding: 10px;
}

.overlay {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.hfx div.info {
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  background-color: transparent;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin: 0 0 0;
  padding: 7px 14px;
  cursor: pointer;
}

.hfx div.info:hover {
  box-shadow: 0 0 5px #fff;
}

.hfx:hover img {
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.hfx:hover .overlay {
  opacity: 1;
}

.hfx:hover div.info,
.hfx:hover h2 {
  opacity: 1;
  -ms-transform: translatey(0);
  -webkit-transform: translatey(0);
  transform: translatey(0);
}

.hfx:hover a.info {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

/*----------------------------------------
  Social Media
------------------------------------------*/

ul.social-network {
  list-style: none;
  display: inline;
  margin-left: 0 !important;
  padding: 0;
}

ul.social-network li {
  display: inline;
  margin: 0 5px;
}

.social-network a.icoRss:hover {
  background-color: #f56505;
}

.social-network a.icoFacebook:hover {
  background-color: #3b5998;
}

.social-network a.icoTwitter:hover {
  background-color: #3cf;
}

.social-network a.icoInstagram:hover {
  background-color: #dd2a7b;
}

.social-network a.icoVimeo:hover {
  background-color: #0590b8;
}

.social-network a.icoLinkedin:hover {
  background-color: #007bb7;
}

.social-network a.icoFacebook:hover i,
.social-network a.icoInstagram:hover i,
.social-network a.icoLinkedin:hover i,
.social-network a.icoRss:hover i,
.social-network a.icoTwitter:hover i,
.social-network a.icoVimeo:hover i {
  color: #fff;
}

.socialHoverClass,
a.socialIcon:hover {
  color: #44bcdd;
}

.social-circle li a {
  background-color: #262a88;
  display: inline-block;
  position: relative;
  margin: 0 auto 0 auto;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  width: 35px;
  height: 35px;
  font-size: 13px;
}

.social-circle li i {
  margin: 0;
  line-height: 35px;
  text-align: center;
}

.social-circle li a:hover i,
.triggeredHover {
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -ms--transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

.social-circle i {
  color: #fff;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}

/*----------------------------------------
  LOCATION BANER SECTION
------------------------------------------*/
.location {
  display: flex;
  align-items: center;
  width: 100%;
}

.location-content {
  width: 100%;
  height: 350px;
  padding-top: 150px;
}

.location-content h1 {
  color: #000;
  font-size: 60px;
}

.location-content-sm {
  width: 100%;
  height: 450px;
  padding-top: 150px;
}

/*----------------------------------------
 CONTACT FORM
------------------------------------------*/

#contactform {
  margin-top: 15px;
  margin-bottom: 30px;
}

#contactform .form-control {
  margin: 10px 0;
  height: 50px;
  font-weight: 500;
  font-size: 14px;
}

.form-control {
  border-radius: 0 !important;
  box-shadow: none !important;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #4e4e4e;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

#contactform textarea {
  height: 150px !important;
}

.btn-contact {
  border-radius: 0 !important;
}

.btn-primary {
  display: inline-block;
  padding: 6px 13px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.428571429;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  white-space: nowrap;
  background: 0 0;
  color: #292723 !important;
  border: 1px solid;
  margin-top: 30px;
  text-transform: uppercase;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background: rgba(0, 0, 0, 0) !important;
}

.submit-contact {
  padding-left: 15px;
}

option:first-child {
  color: #a3aaaa;
}

/*----------------------------------------
 PRODUCT GALLERY
------------------------------------------*/

.morecontent span {
  display: none;
}

.morelink {
  display: block;
}

/* TOPHEAD */

.links a {
  font-size: 14px;
  font-weight: 700;
}
.links svg {
  height: 15px !important;
}

.top-head {
  padding: 5px 0px;
  background-color: rgba(255, 255, 255, 0.5);
}
.main-header {
  padding: 5px 0px;
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 2px 0px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  transition: background-color 0.4s, color 0.4s, transform 0.4s,
    opacity 0.4s ease-in-out, -webkit-transform 0.4s;
}

.social svg {
  height: 18px !important;
}

header.smaller .main-header {
  background: #fff;
}

/* CUSTOM TITLE */
.c-title {
  position: relative;
  display: inline-block;
  margin-bottom: 40px;
}
.c-title :after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  margin: 10px auto;
  width: 100px;
  height: 6px;
  background: #e83b44;
}

.tx-white .c-title :after {
  background: #fff;
}

.text-center .c-title :after {
  left: 0;
  right: 0;
}

.c-title h1 {
  color: #333;
  font-size: 45px !important;
  line-height: 55px;
  margin-bottom: 0px !important;
  font-weight: 400 !important;
}

.tx-white .c-title h2 {
  color: #fff;
  /* font-size: 42px; */
}

.c-title h2 {
  font-weight: 700;
  font-size: 45px;
  line-height: 55px;
  margin-top: 0px !important;
  /* margin-bottom: 0px !important; */
}

/* BG IMG 1 */
.bg-img-1 {
  height: 450px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  padding: 30px;
}
.bg-img-1 h1 {
  font-weight: bold !important;
  font-size: 42px;
  color: #ffffff !important;
  line-height: 52px;
  text-align: center;
  text-shadow: 0em 0.08em 0em rgba(0, 0, 0, 0.4);
}

.fields .icon {
  font-size: 42px;
  color: #ffffff;
  background-color: #e83b44;
  height: 80px;
  width: 80px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

.bg-img-2 {
  height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  padding: 30px;
  flex-direction: column;
  background-color: rgba(0, 0, 0, 0.71);
  background-blend-mode: overlay;
}

.bg-img-3 {
  height: 400px;
}

.bg-img-4 {
  background-color: rgba(0, 0, 0, 0.71);
  background-blend-mode: overlay;
}

.bg-img-5 {
  background-blend-mode: overlay;
  background-color: rgba(255, 255, 255, 0.64) !important;
}

.bg-img-6 {
  background-blend-mode: overlay;
  background-color: rgba(255, 255, 255, 0.86) !important;
}

.about-2 .image-bg {
  height: 600px;
}
/* CONTACT */
.contact .c-card {
  background-color: rgba(255, 255, 255, 0.62);
  padding-top: 50px;
  padding-right: 60px;
  padding-bottom: 19px;
  padding-left: 60px;
}

/* FOOTER */
.btm-footer svg {
  color: #ddd;
}
/* ABOUT US */
.img-card {
  border: 30px solid #fff;
  border-color: #ffffff;
  box-shadow: 0px 15px 60px 0px rgba(29, 61, 71, 0.2);
}
.philosophy .item {
  padding: 15px;
}
.philosophy .number {
  color: #000;
  font-size: 52px;
  margin-bottom: 10px;
  display: block;
}
.philosophy p {
  font-size: 16px;
}

/* CAREERS */
#contactform .form-control.file {
  height: 42px;
}
/* SERVICES */

.WWD .item {
  padding: 15px;
  display: flex;
  margin-bottom: 30px;
}

.WWD .icon {
  font-size: 42px;
  color: #ffffff;
  background-color: #e83b44;
  height: 80px;
  width: 80px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  flex: 0 0 auto;
}
/* CONTACT */
.get-in-touch .item {
  background-color: #ffffff;
  box-shadow: 0px 10px 60px 0px rgba(29, 61, 71, 0.1);
  padding: 15px;
  height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.get-in-touch .item .icon {
  font-size: 18px;
  color: #e83b44;
  background-color: rgba(126, 190, 197, 0);
  border: 2px solid #e83b44;
  height: 70px;
  width: 70px;
  margin: 0 auto;
  border-radius: 100px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.get-in-touch,
.inr-contact,
.bd-right {
  border-right: 8vw solid #e83b44;
}
.map {
  display: block;
}

.txt-justify {
  text-align: justify;
  text-justify: inter-word;
}
/*----------------------------------------
 MEDIA QUERIES
------------------------------------------*/

@media all and (max-width: 772px) {
  header nav {
    display: block;
    float: none;
    height: 50px;
    text-align: center;
    margin: 0 auto;
  }

  header nav a {
    line-height: 50px;
    margin: 0 10px;
  }

  .sticky-nav {
    height: 50px;
    line-height: 50px;
  }

  header.smaller {
    height: 50px;
  }

  header.smaller #cssmenu a {
    line-height: 40px !important;
  }

  header #cssmenu a {
    line-height: 40px !important;
  }

  #cssmenu ul {
    background: #212529;
  }

  #cssmenu > ul > li > a {
    padding: 5px 18px;
  }

  header .logo {
    padding: 5px !important;
    width: 90px !important;
  }

  header.smaller .sticky-nav {
    height: 50px;
  }

  .slider {
    padding-top: 0px !important;
  }

  #cssmenu ul ul {
    background: #212529;
    padding: 0px 0px;
  }
  #cssmenu ul ul li a:hover,
  #cssmenu ul ul li:hover > a {
    background: #212529;
  }
  .slide h1 {
    font-size: 24px;
    line-height: 34px;
  }
  .slide p {
    font-size: 16px;
  }
  .slide img {
    height: 600px;
  }
  .bg-img-1 {
    height: 300px;
    margin-bottom: 30px;
  }
  .bg-img-1 h1 {
    font-size: 32px;
    line-height: 42px;
  }

  .c-title h1 {
    font-size: 24px !important;
    line-height: 34px;
  }
  .c-title h2 {
    font-size: 24px;
    line-height: 34px;
  }
  .contact .c-card {
    padding-top: 20px;
    padding-right: 40px;
    padding-bottom: 10px;
    padding-left: 40px;
  }
  .about-2 .image-bg {
    height: 200px;
  }

  .location-content {
    height: 300px;
    padding-top: 50px;
  }

  .location-content h1 {
    font-size: 40px;
  }
  .location-content-sm {
    height: 350px;
    padding-top: 50px;
  }
}
