@font-face {
  font-family: "Bahnschrift";
  src: url("../fonts/bahnschrift.ttf") format("opentype"), url(../fonts/bahnschrift.woff) format("woff"), url(../fonts/bahnschrift.woff2) format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Bahnschrift";
  src: url("../fonts/bahnschrift.ttf") format("opentype"), url(../fonts/bahnschrift.woff) format("woff"), url(../fonts/bahnschrift.woff2) format("woff2");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Bahnschrift";
  src: url("../fonts/bahnschrift.ttf") format("opentype"), url(../fonts/bahnschrift.woff) format("woff"), url(../fonts/bahnschrift.woff2) format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Bahnschrift";
  src: url("../fonts/bahnschrift.ttf") format("opentype"), url(../fonts/bahnschrift.woff) format("woff"), url(../fonts/bahnschrift.woff2) format("woff2");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Ara Hamah AlThawra";
  src: url("../fonts/Ara-Hamah-AlThawra-Regular.otf") format("truetype"), url(../fonts/Ara-Hamah-AlThawra-Regular.woff) format("woff"), url(../fonts/Ara-Hamah-AlThawra-Regular.woff2) format("woff2");
  font-weight: 400;
}
/* Base style */  
html {
  font-size: 62.5%;
  overflow-x: hidden;
}

body {
  font-family: "Bahnschrift";
  overflow-x: hidden;
  font-size: 1.6rem;
  padding: 0;
  font-weight: normal;
  color: #7A7A7A;
  background-color: #F6F6F6;
}

p {
  line-height: 2.5rem;
}

.btn {
  cursor: pointer;
  font-family: "Bahnschrift";
  font-weight: normal;
  font-size: 1.6rem;
  padding: 1.4rem 2rem;
  min-width: 18.7rem;
  -webkit-border-radius: 10rem;
  -moz-border-radius: 10rem;
  border-radius: 10rem;
  border: 0.2rem solid transparent;
}
.btn.btn-lg {
  padding: 2rem 2.5rem;
}
.btn.btn-primary {
  background-color: #032B3A;
  border-color: #032B3A;
  color: #fff;
}
.btn.btn-primary:hover, .btn.btn-primary:focus {
  background-color: #053141;
  border-color: #053141;
  color: #fff;
}
.btn.btn-orange {
  background-color: #EF5000;
  border-color: #EF5000;
  color: #fff;
}
.btn.btn-orange:hover, .btn.btn-orange:focus {
  background-color: #dd4f08;
  border-color: #dd4f08;
  color: #fff;
}
.btn.btn-primary-alt {
  background-color: #fff;
  border-color: #fff;
  color: #032B3A;
}
.btn.btn-primary-alt:hover, .btn.btn-primary-alt:focus {
  background-color: #f7f7f7;
  border-color: #f7f7f7;
  color: #032B3A;
}

h1, h2 {
  font-family: "Ara Hamah AlThawra";
  font-weight: normal;
}

h1 {
  font-size: 5.5rem;
}

h2 {
  font-size: 4.2rem;
}

h3, h4, h5, h6 {
  font-family: "Ara Hamah AlThawra";
  font-weight: normal;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a, a:hover {
  text-decoration: none;
  color: inherit;
}

p {
  margin-bottom: 3rem;
}

img {
  max-width: 100%;
  height: auto;
}

.transition {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

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

.transformCenter {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.row {
  margin: 0 -1.5rem;
}
.row div[class^=col-] {
  padding: 0 1.5rem;
}

.container, .container-fluid {
  padding: 0 1.5rem;
}

.pad-top-lg {
  padding-top: 11rem;
}

.pad-top-md {
  padding-top: 9rem;
}

.pad-top-sm {
  padding-top: 6rem;
}

.pad-bottom-lg {
  padding-bottom: 11rem;
}

.pad-bottom-md {
  padding-bottom: 9rem;
}

.pad-bottom-sm {
  padding-bottom: 6rem;
}

.bg-blue {
  background-color: #032B3A !important;
  color: #fff;
}

.bg-1 {
  background: url(../assets/images/bg-1.jpg) no-repeat center top;
  background-size: cover;
}

/* End Base style */
.sec-pad {
  padding: 3rem 0;
}

#site-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

.navbar .navbar-brand img {
  width: 9.5rem;
}
.navbar .navbar-toggler {
  border-color: transparent;
  color: #fff;
}
.navbar .navbar-toggler:focus {
  outline: 0;
  box-shadow: none;
}
.navbar .navbar-toggler-icon {
  background-image: none;
  width: 3rem;
  height: 3rem;
  position: relative;
}
.navbar .navbar-toggler-icon span {
  position: absolute;
  height: 0.3rem;
  width: 100%;
  top: 50%;
  left: 0px;
  margin-top: -0.15rem;
  background: #fff;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
.navbar .navbar-toggler-icon span:nth-of-type(1) {
  margin-top: -0.9rem;
}
.navbar .navbar-toggler-icon span:nth-of-type(3) {
  margin-top: 0.7rem;
}
.navbar .navbar-toggler[aria-expanded=true] .navbar-toggler-icon span:nth-of-type(1) {
  margin-top: -0.8rem;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 2rem;
}
.navbar .navbar-toggler[aria-expanded=true] .navbar-toggler-icon span:nth-of-type(3) {
  margin-top: 0.6rem;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 0.6rem;
  left: 0;
}
.navbar .navbar-toggler[aria-expanded=true] .navbar-toggler-icon span:nth-of-type(2) {
  display: none;
}
.navbar .navbar-nav .nav-item {
  margin: 0 2rem;
}
.navbar .navbar-nav .nav-item .nav-link {
  color: #fff;
  font-size: 1.6rem;
}
.navbar .navbar-nav .nav-item.active .nav-link {
  font-family: "Bahnschrift";
  font-weight: 600;
}
.navbar .navbar-nav .nav-item:hover .nav-link {
  color: #EF5000;
}
.navbar .navbar-nav .nav-item .dropdown-menu li a {
  font-size: 1.6rem;
}

.heroSlider .swiper-slide {
  height: 100vh;
  min-height: 88.2rem;
  position: relative;
}
.heroSlider .swiper-slide .swiper-slide:not(.swiper-slide-active) {
  opacity: 0 !important;
}
.heroSlider .swiper-slide:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.heroSlider .swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.heroSlider .swiper-slide .slide-content {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  z-index: 9;
  padding: 5rem 2rem;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.heroSlider .swiper-slide .slide-content h1, .heroSlider .swiper-slide .slide-content h2 {
  font-size: 13.4rem;
  line-height: 0.8;
  color: #fff;
  margin-bottom: 1.5rem;
}
.heroSlider .swiper-slide .slide-content h1 small, .heroSlider .swiper-slide .slide-content h2 small {
  font-size: 8rem;
  display: block;
  line-height: 0.8;
}
.heroSlider .swiper-slide .btn {
  min-width: 25.7rem;
  margin: 0.5rem;
}
.heroSlider .swiper-slide p {
  color: #fff;
  font-size: 1.8rem;
  font-family: "Bahnschrift";
  font-weight: bold;
}

span.subtitle {
  font-family: "Bahnschrift";
  font-weight: bold;
  font-size: 1.6rem;
  text-transform: uppercase;
  background-color: #EF5000;
  display: inline-block;
  line-height: 1;
  color: #fff;
  padding-top: 0.5rem;
  padding-bottom: 0.3rem;
  padding-left: 2rem;
  padding-right: 2rem;
  margin-bottom: 1.5rem;
}

.swiper-pagination-bullet-active {
  font-size: 1.2rem;
  width: 1.2rem;
  height: 1.2rem;
  background-color: #EF5000;
}

.swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
  background-color: #fff;
  opacity: 1;
  width: 1.2rem;
  border-radius: 0;
  height: 0.3rem;
}

.swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 2rem;
}

#site-footer {
  position: relative !important;
}
#site-footer:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #032B3A;
  opacity: 0.7;
  z-index: 1;
}
#site-footer .footer-top {
  position: relative;
  z-index: 9;
  padding-top: 6rem;
  padding-bottom: 1rem;
}
#site-footer .footer-bottom {
  position: relative;
  z-index: 9;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
#site-footer .footer-bottom p {
  color: #032B3A;
  font-size: 1.6rem;
  font-family: "Bahnschrift";
  font-weight: 600;
}
#site-footer .footer-item {
  margin-bottom: 3rem;
}
#site-footer .footer-item .item-title {
  font-family: "Bahnschrift";
  font-weight: 600;
  font-size: 2rem;
  margin-bottom: 2rem;
  color: #fff;
}
#site-footer .footer-item .menu li {
  margin-bottom: 1rem;
  padding-left: 2rem;
  background-image: url(../assets/images/SVG/site-icon.svg);
  background-repeat: no-repeat;
  background-position: left top 0.3rem;
  background-size: 0.9rem;
}
#site-footer .footer-item .menu li a {
  font-family: "Bahnschrift";
  font-weight: 300;
  color: #fff;
  font-size: 1.4rem;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
#site-footer .footer-item .menu li a:hover {
  color: #EF5000;
}
#site-footer .footer-item .list-icon li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 1.5rem;
}
#site-footer .footer-item .list-icon li .icon {
  width: 4rem;
  padding-top: 0.4rem;
}
#site-footer .footer-item .list-icon li .icon svg {
  width: 3rem;
  height: auto;
}
#site-footer .footer-item .list-icon li .text {
  width: calc(100% - 4rem);
  font-size: 1.4rem;
  color: #fff;
  font-family: "Bahnschrift";
  font-weight: normal;
}
#site-footer .footer-item .list-icon li .text a, #site-footer .footer-item .list-icon li .text address {
  font-size: 1.2rem;
  display: block;
}
#site-footer .footer-item .footer-logo {
  width: 13.1rem;
  height: auto;
  display: block;
  margin-bottom: 1.5rem;
}

.social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  border: 0.1rem solid #fff;
  margin: 0.5rem 0.6rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
.social-links a svg {
  width: auto;
  height: 1.7rem;
}
.social-links a:hover {
  background-color: #EF5000;
  border-color: #EF5000;
}

.cascade-image {
  position: relative;
}
.cascade-image::before {
  content: "";
  width: calc(100% - 2rem);
  height: 100%;
  position: absolute;
  z-index: 0;
  top: -2.7rem;
  right: -2.7rem;
  background-color: #055145;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  border-radius: 2rem;
}
.cascade-image .image-wrap {
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  border-radius: 2rem;
  position: relative;
  overflow: hidden;
  z-index: 5;
}
.cascade-image .image-wrap:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  background-image: linear-gradient(rgba(5, 45, 60, 0), #052d3c);
}
.cascade-image .image-wrap img {
  width: 100%;
  height: auto;
}
.cascade-image .image-wrap.no-overlay:before {
  display: none;
}
.cascade-image .icon-content {
  padding: 3rem 3rem;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.cascade-image .icon-content .text {
  width: calc(100% - 8rem);
  padding-right: 3rem;
}
.cascade-image .icon-content .icon {
  width: 8rem;
}
.cascade-image .icon-content .title {
  color: #fff;
  font-size: 3rem;
  line-height: 0.8;
  font-family: "Ara Hamah AlThawra";
  margin-bottom: 0;
}
.cascade-image .icon-content .title small {
  font-size: 1.6rem;
  display: inline-block;
}
.cascade-image .icon-content .title span {
  color: #fff;
  font-size: 12.4rem;
  line-height: 0.8;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 0.1rem;
  -webkit-text-stroke-color: #fff;
  display: inline-block;
}
.cascade-image .name-wrap {
  padding: 3rem 3rem;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
.cascade-image .name-wrap p {
  font-family: "Ara Hamah AlThawra";
  color: #fff;
}
.cascade-image .name-wrap p.name {
  color: #fff;
  font-size: 4.7rem;
  line-height: 0.8;
}
.cascade-image .name-wrap p.designation {
  color: #fff;
  font-size: 3rem;
  line-height: 0.8;
}
.cascade-image.alt:before {
  content: "";
  left: -2.7rem;
  background-color: #fff;
}

.sec-title {
  border-left: 0.5rem solid #0A3D60;
  padding-left: 1.5rem;
  margin-bottom: 3.5rem;
}
.sec-title h1, .sec-title h2 {
  font-size: 5.5rem;
  line-height: 5rem;
  color: #052D3C;
  margin-bottom: 1rem;
}
.sec-title.text-center {
  border-left: 0;
  margin-bottom: 7.7rem;
}
.sec-title.text-center h1, .sec-title.text-center h2 {
  display: inline-block;
  border-left: 0.9rem solid #052D3C;
  line-height: 0.8;
  padding-left: 1.5rem;
  padding-top: 0.5rem;
}
.sec-title.text-center p {
  width: 100%;
  max-width: 58.2rem;
  margin: auto;
  font-size: 1.4rem;
}
.sec-title.type-2 span.subtitle {
  font-size: 1.6rem;
  background-color: transparent;
}

.bg-blue .sec-title, .text-white .sec-title {
  border-left-color: #fff;
}
.bg-blue .sec-title h1, .bg-blue .sec-title h2, .bg-blue .sec-title p, .text-white .sec-title h1, .text-white .sec-title h2, .text-white .sec-title p {
  color: #fff;
}
.bg-blue .sec-title.text-center h1, .bg-blue .sec-title.text-center h2, .text-white .sec-title.text-center h1, .text-white .sec-title.text-center h2 {
  border-left-color: #0A3D60;
}
.bg-blue .sec-title.type-2.text-center h1, .bg-blue .sec-title.type-2.text-center h2, .text-white .sec-title.type-2.text-center h1, .text-white .sec-title.type-2.text-center h2 {
  border-left-color: #fff;
}

ul.legend li {
  margin-bottom: 5rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
ul.legend li span {
  font-family: "Bahnschrift";
  font-weight: 600;
  font-size: 2rem;
  color: #093C5E;
}
ul.legend li span:first-child {
  width: 7.5rem;
  height: 4.5rem;
  background-image: url(../assets/images/SVG/site-icon-white.svg);
  background-position: center;
  background-size: 2.2rem;
  background-repeat: no-repeat;
}
ul.legend li span:last-child {
  width: calc(100% - 7.5rem);
  padding-left: 4rem;
}
ul.legend li span.color-deepblue {
  background-color: #032B3A;
}
ul.legend li span.color-lightblue {
  background-color: #18669A;
}
ul.legend li span.color-skyblue {
  background-color: #90C6EB;
}
ul.legend li span.color-green {
  background-color: #055145;
}

.mediaSlider .swiper-slide {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  height: auto;
}
.mediaSlider img {
  width: auto;
  max-width: 100%;
  max-height: 13rem;
  height: auto;
}

.text-right {
  text-align: right;
}

.post-card {
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  overflow: hidden;
  height: 46.8rem;
  position: relative;
  margin-bottom: 3rem;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
.post-card:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  background-image: linear-gradient(rgba(138, 138, 137, 0), #032B3A);
}
.post-card a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}
.post-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
}
.post-card .card-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 8;
  padding: 3rem;
  color: #fff;
}
.post-card .card-content .title {
  font-size: 2.3rem;
  font-family: "Bahnschrift";
  font-weight: 600;
}
.post-card .post-meta {
  border-top: 0.1rem solid #F6F6F6;
  padding-top: 2rem;
}
.post-card .post-meta svg {
  width: 3rem;
  height: auto;
  margin-right: 1rem;
}
.post-card:hover {
  -webkit-box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.3);
}

.hidden {
  opacity: 0;
  visibility: hidden;
}

.video-card {
  padding: 1.4rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  -webkit-box-shadow: 0 0 2rem rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 0 2rem rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.08);
}
.video-card .video-wrap {
  position: relative;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  overflow: hidden;
  padding-bottom: 56%;
}
.video-card .video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-card .video-info {
  padding: 3rem 3rem;
  padding-top: 4rem;
}
.video-card .video-info .title, .video-card .video-info p {
  color: #032B3A;
}
.video-card .video-info .title {
  font-size: 3rem;
  line-height: 2.5rem;
  font-family: "Bahnschrift";
  font-weight: 600;
  margin-bottom: 2rem;
}

.person-photo {
  padding: 3rem;
  position: relative;
  width: 100%;
  max-width: 53.7rem;
}
.person-photo .inner {
  border: 0.63rem solid #fff;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  border-radius: 2rem;
  width: 100%;
  max-width: 46.9rem;
  height: 45.1rem;
}
.person-photo .inner img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  display: block;
}
.person-photo .inner img.overlayed {
  width: 53.6rem;
  max-width: none;
  top: -12rem;
  left: -8rem;
}
.person-photo .name {
  width: 100%;
  min-height: 15rem;
  background: url(../assets/images/SVG/photo-frame-shape.svg) no-repeat center top;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 3rem 4rem;
  padding-top: 5rem;
  z-index: 9;
}
.person-photo .name p {
  color: #055145;
  font-family: "Bahnschrift";
  font-weight: bold;
  font-size: 3rem;
  text-align: center;
  margin-bottom: 0;
}
.person-photo .name p span {
  font-weight: normal;
  font-size: 2.2rem;
  display: block;
  margin-top: 0.5rem;
  color: #000;
}

.leadershipSlider .person-photo {
  padding-top: 11rem;
}
.leadershipSlider .swiper-slide:not(.swiper-slide-active) {
  opacity: 0 !important;
}

.project-card .thumb {
  position: relative;
  padding-bottom: 106%;
  margin-bottom: 1.5rem;
}
.project-card .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-border-radius: 1.1rem;
  -moz-border-radius: 1.1rem;
  border-radius: 1.1rem;
}
.project-card .info .title {
  font-size: 2.5rem;
  font-family: "Bahnschrift";
  font-weight: 600;
  line-height: 2.7rem;
  color: #032B3A;
  margin-bottom: 1.5rem;
}
.project-card .info ul.details {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
.project-card .info ul.details li {
  width: 50%;
  padding-right: 2rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 2rem;
}
.project-card .info ul.details li .icon {
  width: 3.5rem;
}
.project-card .info ul.details li .icon svg {
  max-width: 100%;
  height: auto;
}
.project-card .info ul.details li .text {
  width: calc(100% - 3.5rem);
  padding-left: 1.5rem;
}
.project-card .info ul.details li .text p {
  font-size: 1.35rem;
  line-height: 1.4;
  color: #032B3A;
}
.project-card .info ul.details li .text p small {
  font-size: 1rem;
  display: block;
}
.project-card .info .info-bottom {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.project-card .info .info-bottom > div {
  width: 50%;
}
.project-card .info .info-bottom > div:last-child {
  text-align: right;
}
.project-card .info .info-bottom p {
  font-family: "Montserrat", sans-serif;
  font-size: 1.8rem;
  color: #EF5000;
  font-weight: 700;
}
.project-card .info .info-bottom svg {
  width: auto;
  height: 3.1rem;
}
.project-card .info .info-bottom a {
  display: inline-block;
  margin-left: 1rem;
  margin-right: 1rem;
}

.custom-slider-arrows span {
  width: 8.4rem;
  margin: 0 1rem;
}
.custom-slider-arrows span img {
  width: 100%;
}
.custom-slider-arrows span.slide-prev {
  position: relative;
  top: -0.1rem;
}

.swiper-button-disabled {
  opacity: 0.5 !important;
}

.testimonialSlider .swiper-slide {
  height: auto;
}

.testimonial-card {
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  border-radius: 2rem;
  background-color: rgba(3, 43, 58, 0.1);
  padding: 3rem;
  min-height: 100%;
  padding-bottom: 10rem;
  background-image: url(../assets/images/SVG/quote-sign.svg);
  background-repeat: no-repeat;
  background-position: right 2rem top;
  background-size: 7.3rem;
}
.testimonial-card p.name {
  position: absolute;
  bottom: 4rem;
  width: 100%;
  left: 0;
  text-align: center;
  font-weight: 700;
  font-size: 1.8rem;
  color: #EF5000;
}
.testimonial-card blockquote {
  color: #7A7A7A;
  font-size: 1.6rem;
  font-family: "Bahnschrift";
  font-weight: 300;
  text-align: center;
}
.testimonial-card .thumb {
  text-align: center;
  margin-bottom: 3rem;
}
.testimonial-card .thumb img {
  width: 12.3rem;
  height: 12.3rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  object-fit: cover;
}

.testimonial-single-section {
  margin: 3rem 0;
}

.testimonial-media {
  position: relative;
}
.testimonial-media img {
  width: 100%;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  height: auto;
  position: relative;
  z-index: 9;
}
.testimonial-media.border-up {
  top: -11.5rem;
}
.testimonial-media.border-up:after {
  content: "";
  width: calc(100% + 5rem);
  left: -2.5rem;
  top: -1.7rem;
  background-color: #EF5000;
  position: absolute;
  z-index: 0;
  height: 7.2rem;
}
.testimonial-media.border-down {
  bottom: -11.6rem;
}
.testimonial-media.border-down:after {
  content: "";
  width: calc(100% + 5rem);
  left: -2.5rem;
  bottom: -1.5rem;
  background-color: #EF5000;
  position: absolute;
  z-index: 0;
  height: 7.2rem;
}
.testimonial-media a[data-fancybox] {
  position: relative;
  display: block;
}
.testimonial-media a[data-fancybox]:after {
  content: "";
  width: 9.9rem;
  height: 9.9rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: url(../assets/images/SVG/play-btn.svg) no-repeat center;
  background-size: 98%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
}

.testimonial-single .name {
  margin-top: 2rem;
  padding-left: 8.7rem;
  position: relative;
  display: inline-block;
}
.testimonial-single .name:before {
  content: "";
  width: 6rem;
  height: 0.1rem;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
}

.hero-section {
  position: relative;
}
.hero-section:after {
  content: "";
  width: 28.4rem;
  height: 28.4rem;
  position: absolute;
  bottom: -1.2rem;
  left: -19rem;
  background: url(../assets/images/SVG/circle.svg) no-repeat center;
  background-size: 98%;
  z-index: 10;
}

.page-title {
  padding-top: 22.6rem;
  padding-bottom: 15rem;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  overflow: hidden;
}
.page-title:after {
  content: "";
  width: 28.4rem;
  height: 28.4rem;
  position: absolute;
  bottom: -14.2rem;
  left: -17rem;
  background: url(../assets/images/SVG/circle.svg) no-repeat center;
  background-size: 98%;
  z-index: 10;
}
.page-title:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1;
}
.page-title .container {
  position: relative;
  z-index: 9;
}
.page-title h1, .page-title h2 {
  font-size: 10.5rem;
  line-height: 0.8;
  color: #fff;
}
.page-title p {
  width: 100%;
  max-width: 53rem;
  margin: auto;
}

.hero-section .circle-top, .page-title .circle-top {
  width: 5.4rem;
  height: 11rem;
  position: absolute;
  top: 0rem;
  right: -1rem;
  background: url(../assets/images/SVG/circle-top.svg) no-repeat right top;
  background-size: 100%;
  z-index: 1;
}

.recognitionsSlider img {
  max-width: 100%;
  height: 14.7rem;
  width: auto;
}

.icon-div {
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  background-color: #DEE2E3;
  padding: 4rem;
  margin-bottom: 3rem;
  min-height: calc(100% - 3rem);
  text-align: center;
}
.icon-div .thumb {
  margin-bottom: 2rem;
}
.icon-div .thumb img {
  width: auto;
  height: 7.1rem;
}
.icon-div h3 {
  color: #032B3A;
  font-size: 2.5rem;
  line-height: 2rem;
  margin-bottom: 0;
}

.counter-up-wrapper {
  padding-top: 9rem;
}
.counter-up-wrapper .icon-div {
  background-color: #055145;
}
.counter-up-wrapper .icon-div h3, .counter-up-wrapper .icon-div p {
  color: #fff;
}
.counter-up-wrapper .icon-div h3 {
  font-size: 4.5rem;
  line-height: 1;
}

.contact-box {
  background-color: #055145;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  margin-bottom: 3rem;
  min-height: calc(100% - 3rem);
  padding: 3rem;
}
.contact-box h3 {
  font-size: 2.6rem;
  font-family: "Bahnschrift";
  min-height: 10rem;
}
.contact-box h3 + a {
  font-size: 2rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.contact-box h3 + a img {
  width: auto;
  height: 4.8rem;
  margin-left: 1.5rem;
}
.contact-box .social-links {
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
}
.contact-box .social-links a {
  border-color: #EF5000;
}
.contact-box .social-links a svg path {
  fill: #EF5000;
}
.contact-box .social-links a:hover svg path {
  fill: #fff;
}

.mb-6 {
  margin-bottom: 3rem !important;
}

.contact-card {
  background-color: #f6f6f6;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  padding: 1rem;
}
.contact-card .thumb {
  margin-bottom: 1rem;
  position: relative;
  padding-bottom: 56%;
}
.contact-card .thumb img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
}
.contact-card .info {
  padding: 1rem;
}
.contact-card .info .title {
  font-family: "Bahnschrift";
  font-weight: 600;
  font-size: 2.3rem;
  color: #032B3A;
  margin-bottom: 1rem;
}
.contact-card .info .subtitle {
  font-family: "Bahnschrift";
  color: #EF5000;
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
.contact-card .info p {
  font-size: 1.4rem;
  color: #000;
  margin-bottom: 1.5rem;
}
.contact-card .info ul li a {
  font-size: 1.8rem;
  padding-left: 4.5rem;
  display: block;
  line-height: 4.2rem;
  color: #032B3A;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 3rem;
}
.contact-card .info ul li a[href^="tel:"] {
  background-image: url(../assets/images/SVG/phone.svg);
}
.contact-card .info ul li a[href^="mailto:"] {
  background-image: url(../assets/images/SVG/envelope.svg);
}

.form-control {
  height: 6.7rem;
  border: 0.1rem solid #393939;
  padding-left: 2rem;
  font-family: "Bahnschrift";
  font-weight: 600;
  font-size: 1.4rem;
  color: #1C2B38;
  -webkit-border-radius: 10rem;
  -moz-border-radius: 10rem;
  border-radius: 10rem;
  box-shadow: none;
  background-color: transparent;
}
.form-control:focus {
  border-color: #393939;
  box-shadow: none;
  outline: 0;
  color: #1C2B38;
  background-color: transparent;
}

.bg-blue .form-control, .text-white .form-control {
  color: #fff;
  border-color: #fff;
}
.bg-blue .form-control:focus, .text-white .form-control:focus {
  border-color: #fff;
  color: #fff;
}
.bg-blue .form-control::-webkit-input-placeholder, .text-white .form-control::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}
.bg-blue .form-control:-moz-placeholder, .text-white .form-control:-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.bg-blue .form-control::-moz-placeholder, .text-white .form-control::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.bg-blue .form-control:-ms-input-placeholder, .text-white .form-control:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}

.mb-12 {
  margin-bottom: 5rem !important;
}

.form-group {
  margin-bottom: 2rem;
}

select.form-control {
  background-image: url(../assets/images/SVG/angle-down.svg);
  background-repeat: no-repeat;
  background-position: right 2.5rem center;
  background-size: 1.25rem;
}

.contact-form-section {
  background: url(../assets/images/contact-form-bg.png) no-repeat right center;
  background-size: 50%;
}

.text-box {
  padding: 5rem 4.5rem;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  border-radius: 2rem;
  border: 0.1rem solid rgba(0, 0, 0, 0.5);
}

.standard-text p, .standard-text li {
  font-size: 1.4rem;
}
.standard-text p strong, .standard-text p a, .standard-text li strong, .standard-text li a {
  color: #EF5000;
}
.standard-text .cascade-image {
  margin-bottom: 3rem;
}
.standard-text h2 {
  color: #032B3A;
  font-size: 4.2rem;
  line-height: 1.2;
  font-family: "Bahnschrift";
  font-weight: 700;
  margin-bottom: 3rem;
}
.standard-text h3 {
  color: #032B3A;
  font-size: 2.4rem;
  line-height: 3.2rem;
  font-family: "Bahnschrift";
  font-weight: 700;
  margin-bottom: 3rem;
}
.standard-text h4 {
  color: #EF5000;
  font-size: 1.4rem;
  line-height: 1.2rem;
  font-family: "Bahnschrift";
  font-weight: 700;
  margin-bottom: 2rem;
}
.standard-text ul {
  margin-bottom: 3rem;
}
.standard-text ul li {
  margin-bottom: 1rem;
  padding-left: 2rem;
  background-image: url(../assets/images/SVG/site-icon.svg);
  background-repeat: no-repeat;
  background-position: left top 0.3rem;
  background-size: 0.9rem;
}
.standard-text ul li a {
  font-family: "Bahnschrift";
  font-weight: 300;
  color: #fff;
  font-size: 1.4rem;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
.standard-text ul li a:hover {
  color: #EF5000;
}
.standard-text a[href^="tel:"], .standard-text [href^="mailto:"] {
  background-position: left top 0.5rem;
  background-repeat: no-repeat;
  background-size: 1.5rem;
  padding-left: 2rem;
  display: inline-block;
}
.standard-text a[href^="tel:"] {
  background-image: url(../assets/images/SVG/phone.svg);
}
.standard-text a[href^="mailto:"] {
  background-image: url(../assets/images/SVG/envelope.svg);
}

.bg-blue .standard-text h1, .bg-blue .standard-text h2, .bg-blue .standard-text h3, .bg-blue .standard-text p, .bg-blue .standard-text li {
  color: #fff;
}

.awards-single {
  background-color: #f6f6f6;
  padding: 4rem;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  border-radius: 2rem;
  -webkit-box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.08);
  margin-bottom: 3rem;
}
.awards-single .thumb {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 3rem;
}
.awards-single .thumb img {
  max-width: 100%;
  max-height: 20rem;
  height: auto;
  width: auto;
}
.awards-single h3 {
  font-size: 3rem;
  line-height: 2.5rem;
  font-family: "Bahnschrift";
  font-weight: 600;
  color: #032B3A;
  margin-bottom: 0;
  text-align: center;
}

.media-platforms-section .sec-title {
  margin-bottom: 4rem;
}

.isotope {
  display: block;
}
.isotope .grid-item {
  width: 50%;
  display: inline-block;
  padding: 1.5rem;
}
.isotope .grid-item.grid-item-2 {
  width: 33.33%;
}

.isotop-section h2 {
  font-size: 5.5rem;
  line-height: 5rem;
  color: #032B3A;
  margin-bottom: 2rem;
}

ul.filters {
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  margin-bottom: 2rem;
}
ul.filters .btn {
  font-size: 1.6rem;
  padding: 1.4rem 2rem;
  margin: 0.5rem;
  min-width: 9rem;
  background-color: transparent;
  color: #032B3A;
}
ul.filters .btn:not([data-filter="*"]) {
  min-width: 20rem;
}
ul.filters .btn.active {
  background-color: #032B3A;
  color: #fff;
}

.isotope-pager {
  text-align: center;
  padding-top: 4rem;
}
.isotope-pager a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 0.1rem solid #032B3A;
  width: 3rem;
  height: 3rem;
  padding: 0.2rem;
  font-size: 1.6rem;
  color: #032B3A;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
  margin: 0.5rem;
}

.video-card .image-wrap img {
  height: 28.9rem;
  object-fit: cover;
  width: 100%;
  border-radius: 1rem;
}

.project-card {
  margin-bottom: 3rem;
}

.projectSlider .project-card {
  margin-bottom: 0;
}

.sec-title + h4 {
  font-family: "Bahnschrift";
  font-weight: 700;
  color: #EF5000;
  font-size: 1.4rem;
  margin-bottom: 2rem;
}

.mb-150 {
  margin-bottom: 15rem;
}

.pb-6 {
  padding-bottom: 3rem;
}

.icon-div.type-2 h3 {
  font-size: 3rem;
}
.icon-div.type-2 span {
  font-size: 2rem;
  font-family: "Bahnschrift";
  font-weight: 600;
  color: #032B3A;
}

.layout-card {
  padding: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  background-color: #f6f6f6;
  -webkit-box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.08);
  margin-bottom: 3rem;
}
.layout-card .thumb {
  position: relative;
  padding-bottom: 56%;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  overflow: hidden;
}
.layout-card .thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.layout-card span {
  font-size: 2.3rem;
  display: block;
  text-align: center;
  color: #032B3A;
  font-family: "Bahnschrift";
  font-weight: 700;
  padding-top: 1rem;
}

.sec-title.border-white h2 {
  border-left-color: white !important;
}

.amenities-wrap .item-single {
  width: calc(20% - 1.4rem);
  margin: 0 0.7rem;
  margin-bottom: 1.5rem;
  background-color: #f6f6f6;
  text-align: center;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  padding: 2.5rem 2rem;
  min-height: calc(100% - 1.5rem);
  overflow: hidden;
  position: relative;
}
.amenities-wrap .item-single > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.amenities-wrap .item-single > img + .thumb {
  position: static;
}
.amenities-wrap .item-single > img + .thumb:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(239, 80, 0, 0), #ef5000);
}
.amenities-wrap .item-single > img + .thumb + span {
  color: #fff;
}
.amenities-wrap .item-single .thumb {
  margin-bottom: 1.5rem;
  min-height: 8.5rem;
}
.amenities-wrap .item-single .thumb img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 8.4rem;
}
.amenities-wrap .item-single span {
  display: block;
  color: #032B3A;
  font-family: "Bahnschrift";
  font-weight: 700;
  font-size: 1.7rem;
  line-height: 1;
  position: relative;
  z-index: 9;
}

.icon-div.type-3 {
  background-color: transparent;
  border: 0.1rem solid rgba(246, 246, 246, 0.3);
  padding: 2.5rem 2rem;
}
.icon-div.type-3 h3 {
  color: #fff;
  font-size: 1.7rem;
  letter-spacing: 0.1rem;
  line-height: 1;
}

.image-wrap img {
  max-width: 100%;
  width: auto;
}

.featured-card {
  background-color: #f6f6f6;
  padding: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  -webkit-box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.08);
  min-height: calc(100% - 3rem);
  margin-bottom: 3rem;
}
.featured-card .thumb {
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  position: relative;
  padding-bottom: 56%;
  overflow: hidden;
  margin-bottom: 1rem;
}
.featured-card .thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.featured-card .info {
  padding: 1.5rem;
}
.featured-card .info ul {
  margin-bottom: 0;
}
.featured-card .info h3 {
  margin-bottom: 1.5rem;
}

.iframe-wrap iframe {
  width: 100%;
  height: 54.5rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
}

.download-box {
  padding: 2.5rem 2rem;
  min-height: 100%;
}
.download-box h3 {
  font-size: 3.5rem;
  font-family: "Bahnschrift";
  font-weight: 600;
  margin-bottom: 2.5rem;
  padding-right: 4rem;
  background: url(../assets/images/SVG/download.svg) no-repeat right center;
  background-size: 4.8rem;
}
.download-box .download-item {
  background-color: #fff;
  padding: 2.5rem 1.5rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  margin-bottom: 2.5rem;
}
.download-box .download-item h4 {
  font-size: 2.5rem;
  color: #032B3A;
  font-family: "Bahnschrift";
  font-weight: 600;
  margin-bottom: 2rem;
}
.download-box .download-item a {
  display: block;
  padding-left: 4rem;
  background: url(../assets/images/SVG/download.svg) no-repeat left bottom;
  background-size: 4.8rem;
  text-align: right;
}
.download-box .download-item a img {
  width: 100%;
  max-width: 10.7rem;
}

.radius {
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
}

.bank-logos {
  margin-bottom: 5rem;
}
.bank-logos .item-single {
  background-color: #f6f6f6;
  padding: 3rem 1rem;
  width: calc(20% - 1rem);
  margin: 0 0.5rem;
  margin-bottom: 1rem;
  text-align: center;
  min-height: 12rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.bank-logos .item-single img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 6rem;
}
.bank-logos .item-single:nth-of-type(1), .bank-logos .item-single:nth-of-type(2), .bank-logos .item-single:nth-of-type(3), .bank-logos .item-single:nth-of-type(4) {
  width: calc(25% - 1rem);
  padding: 5rem 1rem;
}
.bank-logos .item-single:nth-of-type(1) img, .bank-logos .item-single:nth-of-type(2) img, .bank-logos .item-single:nth-of-type(3) img, .bank-logos .item-single:nth-of-type(4) img {
  max-height: 6.4rem;
}

.news-page .isotope .post-card .card-content .title {
  color: #fff;
  margin-bottom: 1.5rem;
}
.news-page ul.filters {
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
}
.news-page ul.filters .btn {
  min-width: 10.6rem;
  border-color: #032B3A;
  border-width: 0.1rem;
}

.search-wrap {
  padding: 0.5rem;
  border: 0.1rem solid #032B3A;
  -webkit-border-radius: 15rem;
  -moz-border-radius: 15rem;
  border-radius: 15rem;
  padding-left: 1rem;
}
.search-wrap button {
  width: 18.7rem;
}
.search-wrap .form-control {
  width: calc(50% - 9.35rem);
  border: none;
  padding-left: 5rem;
  background-position: left 1.5rem center;
  background-repeat: no-repeat;
  background-size: 2.2rem;
}
.search-wrap .form-control.search-icon {
  background-image: url(../assets/images/SVG/search-icon.svg);
}
.search-wrap .form-control.location-icon {
  background-image: url(../assets/images/SVG/location-icon.svg);
}

.job-list-sec {
  padding: 5rem 0;
}
.job-list-sec .nav-pills .nav-link {
  padding: 0;
  background-color: transparent;
}
.job-list-sec .career-card {
  padding: 2rem 1.5rem;
  background-color: #f6f6f6;
  -webkit-box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.08);
  margin-bottom: 2rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
.job-list-sec .career-card .title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 2rem;
}
.job-list-sec .career-card .title > div {
  width: 50%;
}
.job-list-sec .career-card .title h2 {
  color: #EF5000;
  font-family: "Bahnschrift";
  font-weight: 600;
  font-size: 3rem;
  margin-bottom: 0.5rem;
  line-height: 1;
}
.job-list-sec .career-card .title h2 + span {
  color: #7a7a7a;
  font-family: "Bahnschrift";
}
.job-list-sec .career-card .title span {
  color: #7a7a7a;
}
.job-list-sec .career-card .cta-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  align-items: center;
}
.job-list-sec .nav-link.active .career-card, .job-list-sec .nav-link:hover .career-card {
  background-color: #032B3A;
  color: #fff;
}
.job-list-sec .nav-link.active .career-card .btn, .job-list-sec .nav-link:hover .career-card .btn {
  background-color: #fff !important;
  color: #032B3A;
}
.job-list-sec .nav-link.active .title span, .job-list-sec .nav-link:hover .title span {
  color: #f6f6f6;
}
.job-list-sec .job-details {
  background-color: #f6f6f6;
}
.job-list-sec .job-details .details-top {
  padding: 2.5rem;
  border-bottom: 0.1rem solid rgba(0, 0, 0, 0.2);
}
.job-list-sec .job-details .details-top .title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.job-list-sec .job-details .details-top .title > div {
  width: 50%;
}
.job-list-sec .job-details .details-top .title h2 {
  color: #EF5000;
  font-family: "Bahnschrift";
  font-weight: 600;
  font-size: 3rem;
  margin-bottom: 0.5rem;
  line-height: 1;
}
.job-list-sec .job-details .details-top .title h2 + span {
  color: #7a7a7a;
  font-family: "Bahnschrift";
}
.job-list-sec .job-details .details-top .title span {
  color: #7a7a7a;
}
.job-list-sec .job-details .details-top .title .inline-flex {
  text-align: right;
}
.job-list-sec .job-details .details-bottom {
  padding: 2.5rem;
}
.job-list-sec .job-details .details-bottom .job-meta h3 {
  margin-bottom: 0;
  font-size: 2rem;
  font-family: "Bahnschrift";
  font-weight: 600;
}
.job-list-sec .job-details .details-bottom .job-meta h3 + span {
  margin-bottom: 3rem;
  display: block;
  font-size: 1.4rem;
  color: #7a7a7a;
}
.job-list-sec .job-details .details-bottom p {
  color: #7a7a7a;
}
.job-list-sec .job-details .bottom-cta {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.job-list-sec .job-details .bottom-cta a {
  margin-right: 3rem;
}

span.time,
span.loc {
  display: inline-block;
  padding-left: 2.5rem;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 1.7rem;
  font-size: 1.4rem;
  margin-right: 1.5rem;
  min-height: 2rem;
}

span.time {
  background-image: url(../assets/images/SVG/time.svg);
}

span.loc {
  background-image: url(../assets/images/SVG/location-icon.svg);
}

a.bookmark,
a.share {
  display: inline-block;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 2.3rem;
  font-size: 1.4rem;
  margin-right: 1.5rem;
  min-height: 2rem;
  width: 3.5rem;
  height: 3.5rem;
}

a.bookmark {
  background-image: url(../assets/images/SVG/bookmark.svg);
}

a.share {
  background-image: url(../assets/images/SVG/share.svg);
}

.image-banner {
  min-height: 40.8rem;
  position: relative;
}
.image-banner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(3, 43, 58, 0.8);
}
.image-banner .container {
  position: relative;
  z-index: 9;
}
.image-banner h2 {
  margin-bottom: 0;
  font-size: 5.5rem;
  line-height: 1;
}

.icon-div.type-4 {
  background-color: #f6f6f6;
}
.icon-div.type-4 h3 {
  font-size: 3rem;
  margin-bottom: 1rem;
  line-height: 1;
  min-height: 6rem;
}
.icon-div.type-4 span {
  font-size: 1.4rem;
  color: #7a7a7a;
}

.bottom-bg-gray {
  position: relative;
}
.bottom-bg-gray .container {
  position: relative;
}
.bottom-bg-gray:before {
  content: "";
  width: 100%;
  height: 36.6rem;
  background-color: #f6f6f6;
  position: absolute;
  bottom: 0;
  left: 0;
}

.package-single {
  border: 0.1rem solid #EF5000;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  background-color: #f6f6f6;
  min-height: calc(100% - 3rem);
  margin-bottom: 3rem;
  -webkit-box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.08);
}
.package-single .package-top {
  padding: 2rem;
  padding-top: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
}
.package-single .package-top .package-name {
  background-color: #EF5000;
  color: #fff;
  display: inline-block;
  border-radius: 0 0 1rem 1rem;
  padding: 1.5rem;
  margin-bottom: 2rem;
}
.package-single .package-body {
  padding: 2rem 0;
}
.package-single .package-body ul.features > li .title {
  font-family: "Bahnschrift";
  color: #032B3A;
  font-size: 2rem;
  border-bottom: 0.1rem solid rgba(0, 0, 0, 0.1);
  padding: 1.2rem 2rem;
  margin-bottom: 0;
  cursor: pointer;
  padding-right: 5rem;
  background-image: url(../assets/images/SVG/plus.svg);
  background-repeat: no-repeat;
  background-position: right 2rem center;
  background-size: 2.4rem;
}
.package-single .package-body ul.features > li .title.active {
  background-image: url(../assets/images/SVG/minus.svg);
}
.package-single .package-body ul.features > li .collapsable-content {
  padding: 0 2rem;
  display: none;
}
.package-single .package-body ul.features > li .collapsable-content > ul {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.package-single .package-body ul.features > li .collapsable-content > ul li {
  margin-bottom: 0.5rem;
  font-size: 1.4rem;
  color: #7A7A7A;
}
.package-single .package-body ul.features > li .collapsable-content > p {
  margin-top: 2rem;
}
.package-single .package-body ul.features > li .collapsable-content p {
  color: #7a7a7a;
  font-size: 1.4rem;
}

.gallery-sec .grid-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 1rem;
  grid-gap: 20px;
  grid-auto-flow: dense;
}
.gallery-sec .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  overflow: hidden;
}
.gallery-sec .grid-item .overlay-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: absolute;
  top: 2rem;
  left: 2rem;
  width: calc(100% - 4rem);
  height: calc(100% - 4rem);
  background-color: rgba(239, 80, 0, 0.8);
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  padding: 2.5rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
.gallery-sec .grid-item .overlay-content span {
  font-size: 2.5rem;
  font-family: "Bahnschrift";
  font-weight: 700;
  line-height: 1.2;
}
.gallery-sec .grid-item img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  object-fit: cover;
}
.gallery-sec .grid-item:hover .overlay-content {
  opacity: 1;
  visibility: visible;
}
.gallery-sec .grid-item.height-small {
  grid-row: span 10;
}
.gallery-sec .grid-item.height-medium {
  grid-row: span 15;
}
.gallery-sec .grid-item.height-large {
  grid-row: span 20;
}

.sec-title p.color-blue {
  color: #032B3A;
  font-size: 2rem;
  max-width: 100rem;
  line-height: 1.8;
}

.one-stop-sec .icon-div h3 {
  min-height: 0 !important;
}

.bg-orange {
  background-color: #EF5000 !important;
}

.text-banner h2 {
  font-size: 5.5rem;
}
.text-banner .btn {
  margin-top: 3rem;
  margin-bottom: -3.4rem;
}

.blog-card {
  margin-bottom: 3rem;
}
.blog-card .thumb {
  position: relative;
  padding-bottom: 92%;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  overflow: hidden;
}
.blog-card .thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.blog-card .info {
  padding: 1.5rem 2rem;
}
.blog-card .post-meta {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
.blog-card .post-meta span {
  font-size: 1.2rem;
  color: #032B3A;
  font-family: "Bahnschrift";
  padding-left: 3.5rem;
  margin-right: 1rem;
  background-position: left center;
  background-size: 2.9rem;
  background-repeat: no-repeat;
  display: inline-block;
  line-height: 3rem;
}
.blog-card .post-meta span.post-date {
  background-image: url(../assets/images/SVG/calendar.svg);
}
.blog-card .post-meta span.post-time {
  background-image: url(../assets/images/SVG/time-3.svg);
  background-size: 2.2rem;
  background-position: left 0.4rem center;
}
.blog-card h2 {
  font-size: 2.3rem;
  line-height: 2.5rem;
  color: #032B3A;
  font-family: "Bahnschrift";
  font-weight: 600;
  margin-bottom: 1rem;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
.blog-card h2 a {
  color: inherit;
}
.blog-card:hover h2 {
  color: #EF5000;
}
.blog-card a.read-more {
  color: #EF5000;
  font-size: 1.4rem;
  font-family: "Bahnschrift";
  font-weight: bold;
  text-decoration: underline;
}

.icon-card {
  background-color: #055145;
  padding: 5rem 6rem;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  border-radius: 2rem;
  color: #fff;
  width: 100%;
  max-width: 56rem;
  margin-left: auto;
}
.icon-card .title {
  color: #fff;
  font-family: "Bahnschrift";
  font-weight: 700;
  font-size: 2rem;
  line-height: 2.4rem;
  margin-bottom: 0;
}
.icon-card hr {
  margin: 2rem 0;
  border-top-color: #f6f6f6;
  opacity: 1;
}
.icon-card .thumb {
  margin-bottom: 1.5rem;
  height: 9rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.icon-card .thumb img {
  height: auto;
  width: auto;
  max-height: 8.4rem;
  max-width: 100%;
}

.blog-content h1, .blog-content h2, .blog-content h3, .blog-content h4, .blog-content h5 {
  color: #032B3A;
}
.blog-content h1, .blog-content h2 {
  font-size: 4.5rem;
  max-width: 90rem;
  width: 100%;
  line-height: 1;
  margin-bottom: 3rem;
  font-family: "Bahnschrift";
  font-weight: 600;
}
.blog-content blockquote {
  background-color: #f6f6f6;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  -webkit-box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.12);
  padding: 1.5rem 2rem;
  font-size: 1.6rem;
  font-family: "Bahnschrift";
  font-weight: bold;
  color: #032B3A;
  padding-left: 9.5rem;
  background-image: url(../assets/images/SVG/quote.svg);
  background-position: left 2rem center;
  background-size: 4.2rem;
  background-repeat: no-repeat;
  padding-right: 10rem;
  margin-bottom: 4rem;
}
.blog-content img {
  width: 100%;
  height: auto;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  margin-bottom: 4rem;
}
.blog-content .post-meta {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}
.blog-content .post-meta span {
  font-size: 1.7rem;
  color: #032B3A;
  font-family: "Bahnschrift";
  padding-left: 5.2rem;
  margin-right: 1rem;
  background-position: left center;
  background-size: 4rem;
  background-repeat: no-repeat;
  display: inline-block;
  line-height: 3rem;
}
.blog-content .post-meta span.post-date {
  background-image: url(../assets/images/SVG/calendar.svg);
}
.blog-content .post-meta span.post-time {
  background-image: url(../assets/images/SVG/time-3.svg);
  background-size: 3rem;
  background-position: left 0.4rem center;
}

.form-wrapper .alert {
  display: none;
}

@media only screen and (min-width: 768px) {
  .visible-on-mobile {
    display: none !important;
  }

  .projectSlider .swiper-pagination, .testimonialSlider .swiper-pagination {
    display: none;
  }
}
@media only screen and (min-width: 993px) {
  .leadershipSlider {
    padding-bottom: 3rem;
  }
  .leadershipSlider .swiper-pagination {
    width: 50%;
    left: auto;
    right: 0;
    justify-content: flex-start;
  }
}
@media only screen and (min-width: 1200px) {
  .container {
    max-width: 117rem;
  }

  .pr-40 {
    padding-right: 4rem;
  }

  ul.legend {
    padding-left: 9rem;
    margin-bottom: 0;
  }

  .pr-30 {
    padding-right: 3rem;
  }
}
@media only screen and (min-width: 1300px) {
  .container {
    max-width: 126rem;
  }
}
@media only screen and (max-width: 1200px) {
  .navbar div#navbarSupportedContent {
    position: fixed;
    top: 0;
    width: 28rem;
    height: 100vh;
    overflow-y: auto;
    background-color: #EF5000;
    left: -30rem;
    transition: left 0.2s;
  }
  .navbar div#navbarSupportedContent.show {
    left: 0;
  }

  body.menu-open:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.73);
    z-index: 99;
  }

  .navbar-nav .dropdown-menu {
    position: static;
    float: none;
    padding: 0px;
    background: transparent;
    border-color: transparent;
  }

  .navbar-nav .nav-item {
    border-bottom: 0.1rem solid rgba(255, 255, 255, 0.3);
    margin: 0 !important;
  }
  .navbar-nav .nav-link {
    font-size: 2rem;
    padding: 1.5rem;
  }

  body.menu-open {
    overflow-y: hidden;
    height: 100vh;
  }
}
@media only screen and (max-width: 1024px) {
  .heroSlider .swiper-slide .slide-content h1, .heroSlider .swiper-slide .slide-content h2 {
    font-size: 9.4rem;
  }

  span.subtitle {
    font-size: 1.8rem;
  }

  .heroSlider .swiper-slide .slide-content h1 small, .heroSlider .swiper-slide .slide-content h2 small {
    font-size: 4rem;
  }

  .person-photo .inner img.overlayed {
    width: 43.6rem;
    max-width: none;
    top: -7rem;
    left: -6rem;
  }

  .person-photo .name p {
    font-size: 2.2rem;
  }

  .person-photo .name p span {
    font-size: 1.8rem;
  }

  .person-photo .name {
    min-height: 10rem;
    padding: 2rem 4rem;
    padding-top: 5rem;
  }

  .person-photo .inner {
    height: 42.1rem;
  }

  .custom-slider-arrows span.slide-prev {
    top: 0;
  }

  .counter-up-wrapper .icon-div h3 {
    font-size: 3.5rem;
  }

  .page-title h1, .page-title h2 {
    font-size: 7.5rem;
  }

  .icon-div {
    padding: 3rem 2rem;
  }

  .icon-div.type-2 h3 {
    font-size: 2.4rem;
  }

  .icon-div.type-2 span {
    font-size: 1.5rem;
  }

  .layout-card span {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 992px) {
  .pad-top-lg {
    padding-top: 8rem;
  }

  .pad-top-md {
    padding-top: 6rem;
  }

  .pad-top-sm {
    padding-top: 5rem;
  }

  .pad-bottom-lg {
    padding-bottom: 8rem;
  }

  .pad-bottom-md {
    padding-bottom: 5rem;
  }

  .pad-bottom-sm {
    padding-bottom: 6rem;
  }

  .cascade-image {
    margin-bottom: 5rem;
  }

  .person-photo {
    margin: auto;
    margin-bottom: 4rem;
  }

  .person-photo .inner img.overlayed {
    width: 100%;
    max-width: none;
    left: -3rem;
  }

  .leadershipSlider {
    padding-bottom: 5rem;
  }

  .testimonial-media {
    width: 100%;
    max-width: 30rem;
    margin: auto;
  }

  .testimonial-media.border-down {
    bottom: 0;
    margin-bottom: 4rem;
  }

  .testimonial-media.border-down:after,
.testimonial-media.border-up:after {
    display: none;
  }

  .testimonial-media.border-up {
    top: 0;
  }

  .testimonial-single {
    margin-bottom: 4rem;
  }

  #site-footer .footer-item .footer-logo {
    margin: auto;
    margin-bottom: 4rem;
  }

  .social-links.d-flex.flex-wrap {
    justify-content: center;
  }

  .heroSlider .swiper-slide {
    min-height: 66.2rem;
  }

  .contact-card {
    margin-bottom: 3rem;
  }

  .contact-form-section {
    background-size: 42%;
    padding-bottom: 20rem !important;
    background-position: right bottom;
  }

  .awards-single h3 {
    font-size: 2.2rem;
    line-height: 1;
  }

  .text-box {
    padding: 3rem 2.5rem;
  }

  ul.filters .btn:not([data-filter="*"]) {
    min-width: 16rem;
    font-size: 1.4rem;
  }

  ul.filters {
    justify-content: flex-start;
  }

  .isotope .grid-item.grid-item-2 {
    width: 50%;
  }

  .amenities-wrap .item-single {
    width: calc(33.33% - 1.4rem);
  }

  .iframe-wrap {
    margin-bottom: 3rem;
  }

  .image-banner h2 {
    font-size: 3.5rem;
  }

  .gallery-sec .grid-item .overlay-content span {
    font-size: 1.8rem;
  }

  .mb-150 {
    margin-bottom: 5rem !important;
  }

  .icon-card {
    max-width: 100%;
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  span.subtitle {
    font-size: 1.5rem;
  }

  .heroSlider .swiper-slide .slide-content h1, .heroSlider .swiper-slide .slide-content h2 {
    font-size: 4.4rem;
  }

  .heroSlider .swiper-slide .slide-content h1 small, .heroSlider .swiper-slide .slide-content h2 small {
    font-size: 2.4rem;
  }

  .btn {
    padding: 1.1rem 2rem;
  }

  .cascade-image::before {
    right: -1.7rem;
  }

  .sec-title h1, .sec-title h2 {
    font-size: 4.5rem;
    line-height: 4rem;
  }

  ul.legend {
    margin-top: 4rem;
  }
  ul.legend li {
    margin-bottom: 1.5rem;
  }

  ul.legend li span:last-child {
    padding-left: 2rem;
  }

  .person-photo {
    max-width: 35rem;
  }
  .person-photo .inner {
    height: auto;
  }

  .person-photo .name {
    background-size: 100%;
    min-height: 4rem;
    padding: 2rem 4rem;
    padding-top: 2rem;
  }

  .person-photo .name p {
    font-size: 1.8rem;
    margin-top: 1.5rem;
    line-height: 1.1;
  }

  .person-photo .name p span {
    font-size: 1.5rem;
  }

  .person-photo .inner img.overlayed {
    left: 0;
    top: -26px;
  }

  .leadershipSlider .person-photo {
    padding-top: 3rem;
  }

  .custom-slider-arrows {
    padding-bottom: 3rem;
    justify-content: center !important;
  }

  .testimonialSlider,
.projectSlider {
    padding-bottom: 5rem;
  }
  .testimonialSlider .swiper-pagination,
.projectSlider .swiper-pagination {
    bottom: -2rem !important;
  }
  .testimonialSlider .swiper-pagination-bullet:not(.swiper-pagination-bullet-active),
.projectSlider .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
    background-color: #032B3A;
  }

  .custom-slider-arrows {
    display: none !important;
  }

  .testimonial-single-section {
    margin: 0;
  }

  .video-card {
    margin-bottom: 4rem;
  }

  .video-card .video-info {
    padding: 3rem 0;
  }

  .mobile-hidden {
    display: none !important;
  }

  .mediaSlider img {
    max-height: 9rem;
  }

  footer ul.menu {
    column-count: 2;
  }

  .hero-section:after {
    width: 20.4rem;
    height: 20.4rem;
    bottom: -1.2rem;
    left: -15rem;
  }

  .icon-div h3 {
    font-size: 1.8rem;
    line-height: 1.6rem;
  }
  .icon-div h3 br {
    display: none;
  }

  .recognitionsSlider img {
    height: 11.7rem;
    width: auto;
    display: block;
    margin: auto;
  }

  .page-title h1, .page-title h2 {
    font-size: 5.5rem;
  }

  .cascade-image .name-wrap p.name {
    font-size: 3.7rem;
  }

  .cascade-image .name-wrap p.designation {
    font-size: 2rem;
  }

  .standard-text .cascade-image {
    margin-top: 3rem;
  }

  ul.filters .btn:not([data-filter="*"]) {
    min-width: 13rem;
    font-size: 1.4rem;
    padding: 1rem 1.5rem;
  }

  .isotope .grid-item {
    width: 100%;
  }
  .isotope .grid-item .video-card {
    margin-bottom: 0;
  }

  .isotope .grid-item.grid-item-2 {
    width: 100%;
  }

  .amenities-wrap .item-single {
    width: calc(50% - 1.4rem);
  }

  .amenities-wrap .item-single span {
    font-size: 1.6rem;
  }

  .bank-logos .item-single:nth-of-type(1), .bank-logos .item-single:nth-of-type(2), .bank-logos .item-single:nth-of-type(3), .bank-logos .item-single:nth-of-type(4) {
    width: calc(50% - 1rem);
  }

  .bank-logos .item-single {
    width: calc(50% - 1rem);
  }

  .bank-logos.d-flex.flex-wrap.align-items-center {
    align-items: unset !important;
  }

  .search-wrap {
    padding: 1.5rem;
    -webkit-border-radius: 2rem;
    -moz-border-radius: 2rem;
    border-radius: 2rem;
  }

  .search-wrap .form-control {
    width: 100%;
  }

  .search-wrap button {
    width: 100%;
  }

  .job-list-sec .career-card .cta-wrap .btn {
    min-width: 15rem;
  }

  .job-list-sec .career-card .title,
.job-list-sec .job-details .details-top .title {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .job-list-sec .career-card .title > div {
    width: 100%;
  }

  .job-list-sec .nav-link .title span {
    margin-bottom: 1.5rem;
    display: inline-block;
  }

  .job-list-sec .career-card .title h2 {
    font-size: 2.4rem;
  }

  .job-list-sec .job-details .details-top .title > div {
    width: 100%;
  }

  .job-list-sec .job-details .details-top .title .inline-flex {
    text-align: left !important;
    padding-top: 1.5rem;
  }

  .job-list-sec .job-details .details-top .title h2 {
    font-size: 2.4rem;
  }

  .job-list-sec .job-details .bottom-cta a {
    margin-right: 1rem;
  }

  .text-banner h2 {
    font-size: 3.5rem;
  }

  .sec-title p.color-blue {
    font-size: 1.6rem;
  }

  .gallery-sec .grid-container {
    grid-template-columns: repeat(1, 1fr);
  }

  .package-single .package-body ul.features > li .title {
    font-size: 1.8rem;
  }

  .bottom-bg-gray:before {
    height: 50%;
  }

  .sec-title:not(.text-center) {
    border-left: none;
    text-align: center;
  }
  .sec-title:not(.text-center) h2 {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .sec-title:not(.text-center) h2:before {
    content: "";
    border-left: 0.9rem solid #032B3A;
    margin-right: 1.5rem;
    line-height: 1;
    height: 4.5rem;
    display: inline-block;
    position: relative;
    top: -0.2rem;
  }

  .bg-blue .sec-title:not(.text-center) h2:before {
    border-left-color: #fff;
  }

  .about-sec {
    text-align: center;
  }

  .form-control {
    height: 5.7rem;
  }

  .icon-card {
    padding: 3rem 2rem;
  }

  .icon-card .title {
    font-size: 1.8rem;
    line-height: 2.2rem;
    text-align: left;
  }
  .icon-card .title br {
    display: none;
  }

  .video-card {
    text-align: center;
  }

  .leadershipSlider {
    text-align: center;
  }

  .why-us-section {
    text-align: center;
  }

  .sec-title + p {
    text-align: center;
  }

  .blog-content .post-meta span {
    font-size: 1.2rem;
    padding-left: 3.2rem;
    background-size: 3rem;
  }

  .blog-content .post-meta span.post-time {
    background-size: 2rem;
  }

  .blog-content h1, .blog-content h2 {
    font-size: 3.5rem;
  }

  .blog-content blockquote {
    padding: 2rem;
    padding-top: 8rem;
    background-position: center top 2rem;
    text-align: center;
  }
}
@media only screen and (max-width: 325px) {
  .navbar div#navbarSupportedContent {
    width: 24rem;
  }
}

/*# sourceMappingURL=style.css.map */
