/*====================================
=            BREAK POINTS            =
====================================*/
@font-face {
  font-family: 'Gotham-Book';
  src: url('../fonts/Gotham-Book.eot');
  src: url('../fonts/Gotham-Book.woff2') format('woff2'), local('☺'), url('../fonts/Gotham-Book.woff') format('woff'), url('../fonts/Gotham-Book.ttf') format('truetype'), url('../fonts/Gotham-Book.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham-Light';
  src: url('../fonts/Gotham-Light.eot');
  src: url('../fonts/Gotham-Light.woff2') format('woff2'), local('☺'), url('../fonts/Gotham-Light.woff') format('woff'), url('../fonts/Gotham-Light.ttf') format('truetype'), url('../fonts/Gotham-Light.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sentinel-Book';
  src: url('../fonts/Sentinel-Book.woff2') format('woff2'), url('../fonts/Sentinel-Book.eot?#iefix') format('embedded-opentype'), url('../fonts/Sentinel-Book.woff') format('woff'), url('../fonts/Sentinel-Book.ttf') format('truetype'), url('../fonts/Sentinel-Book.svg#Sentinel-Book') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
body {
  font-family: 'Gotham-Light';
  color: #333333;
  line-height: 24px;
  background-color: #ffffff;
  overflow-x: hidden;
}
ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
a {
  color: #ffffff;
  text-decoration: none;
}
h2 {
  font-family: 'Sentinel-Book';
  font-size: 32px;
  color: #1a1a1a;
  line-height: 46px;
  font-weight: 400;
  letter-spacing: 1.5px;
}
.text-center {
  text-align: center;
}
.container {
  width: 100%;
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
}
img {
  max-width: 100%;
}
.top-bar::before {
  content: "";
  width: 30px;
  height: 2px;
  background: #2ee1ff;
  display: block;
  margin: 0 auto 15px;
}
.view-more {
  font-size: 14px;
  display: inline-block;
  background: #2390de;
  padding: 15px;
  border-radius: 5px;
  line-height: 0;
}
.top-link {
  transition: all 0.25s ease-in-out;
  position: fixed;
  bottom: 0;
  right: 0;
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  margin: 0 2em 2em 0;
}
.top-link.show {
  visibility: visible;
  opacity: 1;
  z-index: 3;
}
.top-link.hide {
  visibility: hidden;
  opacity: 0;
}
@media (max-width: 767px) {
  .top-link {
    margin: 0 1em 1em 0;
  }
}
/* Scrollbar */
::-webkit-scrollbar-track {
  background-color: #e9edf0;
  border-left: 1px solid #ededed;
}
::-webkit-scrollbar {
  width: 7px;
  background-color: #2390de;
}
::-webkit-scrollbar-thumb {
  background: #2390de;
}
/*** Header Ui Start ***/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 15px 30px;
  z-index: 3;
  transition: padding .5s ease;
}
.header.sticky {
  background-color: rgba(0, 0, 0, 0.75);
  padding: 5px 15px;
  transition: all .3s;
}
@media (max-width: 767px) {
  .header.sticky {
    background-color: #ffffff;
  }
  .header.sticky .navbar-collapse {
    top: 85px;
  }
}
@media (max-width: 767px) {
  .header {
    background-color: #fff;
    opacity: 1;
    padding: 15px;
    position: relative;
    height: 86px;
    display: flex;
    flex-wrap: wrap;
  }
}
.header nav {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.header nav .top-right {
  display: inline-block;
  position: relative;
  color: #ffffff;
}
.header nav .top-right ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header nav .top-right ul li {
  font-family: "Gotham-Book";
  font-weight: 600;
  font-size: 15px;
  padding: 0 15px;
}
@media (max-width: 850px) {
  .header nav .top-right ul li {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .header nav .top-right ul li {
    padding: 0 5px;
  }
}
@media (max-width: 767px) {
  .header nav .top-right ul li:first-child {
    display: none;
  }
}
@media (max-width: 767px) {
  .header nav .top-right ul li {
    display: none;
  }
  .header nav .top-right ul li:last-child {
    display: block;
  }
}
.header nav .top-right ul li a {
  font-weight: 400;
  position: relative;
  letter-spacing: 2px;
  display: inline-flex;
}
@media (max-width: 850px) {
  .header nav .top-right ul li a {
    letter-spacing: 1px;
  }
}
@media (max-width: 767px) {
  .header nav .top-right ul li a {
    letter-spacing: 2px;
  }
}
.header nav .top-right ul li a:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
  width: 0;
  height: 2px;
  background: #24cdd5!important;
  margin: auto;
  transition: .4s all;
}
.header nav .top-right ul li a:hover:before,
.header nav .top-right ul li a.active:before {
  width: 100%;
  color: #24cdd5;
}
.header nav .top-right .button-bar {
  display: block;
  cursor: pointer;
  position: relative;
  z-index: 2;
  background: #ffffff;
  padding: 16px 15px;
  border-radius: 50%;
  right: -15px;
}
.header nav .top-right .button-bar .bar1,
.header nav .top-right .button-bar .bar3,
.header nav .top-right .button-bar .bar4 {
  width: 20px;
  height: 2px;
  background-color: #061838;
  margin: 5px 0;
  transition: 0.4s;
}
.header nav .top-right .button-bar .bar1:last-child,
.header nav .top-right .button-bar .bar3:last-child,
.header nav .top-right .button-bar .bar4:last-child,
.header nav .top-right .button-bar .bar1:first-child,
.header nav .top-right .button-bar .bar3:first-child,
.header nav .top-right .button-bar .bar4:first-child {
  margin: 0;
}
@media (max-width: 767px) {
  .header nav .top-right .button-bar .bar1,
  .header nav .top-right .button-bar .bar3,
  .header nav .top-right .button-bar .bar4 {
    background-color: #2390de;
  }
}
.header nav .top-right .button-bar .bar3 {
  width: 12px;
  text-align: right;
  margin-left: 8px;
}
.header nav.menu-toggle .bar1 {
  transform: rotate(-45deg) translate(-5px, 5px);
}
.header nav.menu-toggle .bar2,
.header nav.menu-toggle .bar4 {
  opacity: 0;
}
.header nav.menu-toggle .bar3 {
  transform: rotate(45deg) translate(0, 0);
  width: 20px!important;
  margin-left: 0!important;
}
.header nav.menu-toggle .navbar-collapse {
  display: block;
}
.header nav .mobile-nav {
  display: block;
  font-size: 22px;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .header nav .mobile-nav {
    display: none;
  }
}
.header nav .mobile-nav li {
  padding: 15px 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.header nav .navbar-collapse {
  display: none;
  top: 0;
  height: 100vh;
  z-index: 1;
  transition: 0.3s;
  transition-delay: 0.15s;
  position: fixed;
  right: 0;
  width: 465px;
  background-color: #2390de;
  background-image: linear-gradient(to right, rgba(35, 206, 213, 0.67) 0%, rgba(81, 146, 225, 0.67) 100%);
  padding-left: 40px;
  transform: translate3d(0, 0, 0);
}
@media (max-width: 767px) {
  .header nav .navbar-collapse {
    top: 85px;
    background-color: #2ee1ff;
    width: 100%;
    padding-left: 0;
    position: absolute;
    text-align: center;
  }
}
.header nav .logo {
  width: 195px;
}
@media (min-width: 1400px) {
  .header nav .logo {
    width: 267px;
  }
}
.header nav .logo img {
  width: 100%;
  height: auto;
  display: block;
}
.header nav .white-logo {
  display: none;
}
@media (min-width: 768px) {
  .header nav .white-logo {
    display: block;
    width: 195px;
    margin: 50px auto;
  }
}
@media (min-width: 1400px) {
  .header nav .white-logo {
    width: 267px;
  }
}
.header nav .nav-inner {
  padding: 10px 0;
}
@media (min-width: 768px) {
  .header nav .nav-inner {
    padding: 75px 15px 0;
  }
}
@media (min-width: 992px) {
  .header nav .nav-inner {
    padding: 150px 15px 0;
  }
}
@media (max-width: 767px) {
  .header nav .nav-inner {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    height: calc(100% - 210px);
  }
}
.header nav .nav-inner .right-nav {
  font-size: 16px;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 767px) {
  .header nav .nav-inner .right-nav {
    text-align: center;
    width: 100%;
  }
}
.header nav .nav-inner .right-nav p {
  padding-bottom: 50px;
  letter-spacing: 1px;
}
.header nav .nav-inner .right-nav p span {
  display: inline-flex;
}
.header nav .nav-inner .right-nav p a {
  display: block;
}
.header nav .nav-inner .right-nav p a.tel {
  font-family: "Sentinel-Book";
  font-size: 32px;
}
@media (max-width: 767px) {
  .header nav .nav-inner .right-nav p a.tel {
    font-size: 28px;
  }
}
.header nav .nav-inner .right-nav p a.email {
  font-family: "Gotham-Book";
  font-size: 20px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .header nav .nav-inner .right-nav p a.email {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .header nav .nav-inner .right-nav p {
    padding-bottom: 10px;
  }
  .header nav .nav-inner .right-nav p span,
  .header nav .nav-inner .right-nav p a.tel {
    display: none;
  }
}
.social-icon li {
  display: inline-block;
  margin-top: 15px;
}
.social-icon li.item-2 {
  padding-right: 10px;
}
.social-icon li a i {
  background-color: #1e7bbd;
  padding: 6px;
  height: 42px;
  width: 42px;
  text-align: center;
  border-radius: 50%;
  line-height: 30px;
}
.social-icon li a:hover i {
  background-color: #2ee1ff;
}
@media (max-width: 1024px) {
  .social-icon li a:hover i {
    background-color: #1e7bbd;
  }
}
@media (max-width: 1024px) {
  .social-icon li a i {
    background-color: #1e7bbd;
  }
}
.menu-open {
  overflow: hidden;
}
.menu-open .overlay {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
@media (max-width: 767px) {
  .menu-open .overlay {
    display: none;
  }
}
@media (max-width: 767px) {
  .menu-open .header {
    position: fixed;
    top: 0;
    left: 0;
  }
}
/*** Header Ui End ***/
/*** Banner Slider Ui Start ***/
.banner-wrapper .banner-slider .banner-item .banner-content {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.banner-wrapper .banner-slider .banner-item .banner-content .banner-img {
  width: 100%;
  position: relative;
}
.banner-wrapper .banner-slider .banner-item .banner-content .banner-img:before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.banner-wrapper .banner-slider .banner-item .banner-content .banner-img img {
  width: 100%;
  display: block;
  height: auto;
}
@media (max-width: 767px) {
  .banner-wrapper .banner-slider .banner-item .banner-content .banner-img img {
    min-height: 420px;
    object-fit: cover;
    transform: translate(5%, -5%) scale(1.1);
    -webkit-transform: translate(5%, -5%) scale(1.1);
    -moz-transform: translate(5%, -5%) scale(1.1);
    -o-transform: translate(5%, -5%) scale(1.1);
    -ms-transform: translate(5%, -5%) scale(1.1);
  }
}
@media (max-width: 380px) {
  .banner-wrapper .banner-slider .banner-item .banner-content .banner-img img {
    min-height: 400px;
  }
}
.banner-wrapper .banner-slider .banner-item .banner-content .banner-text {
  position: absolute;
  top: inherit;
  left: inherit;
  color: #fff;
  z-index: 2;
}
@media (max-width: 767px) {
  .banner-wrapper .banner-slider .banner-item .banner-content .banner-text {
    width: 75%;
    left: 0;
  }
}
.banner-wrapper .banner-slider .banner-item .banner-content .banner-text h2 {
  font-family: 'Gotham-Book';
  font-size: 50px;
  font-weight: bold;
  line-height: 1;
  position: relative;
  color: #ffffff;
}
@media (min-width: 1400px) {
  .banner-wrapper .banner-slider .banner-item .banner-content .banner-text h2 {
    font-size: 70px;
  }
}
@media (max-width: 991px) {
  .banner-wrapper .banner-slider .banner-item .banner-content .banner-text h2 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .banner-wrapper .banner-slider .banner-item .banner-content .banner-text h2 {
    font-size: 28px;
  }
}
@media (max-width: 380px) {
  .banner-wrapper .banner-slider .banner-item .banner-content .banner-text h2 {
    font-size: 24px;
  }
}
.banner-wrapper .banner-slider .banner-item .banner-content .banner-text h2:before {
  content: "";
  width: 30px;
  height: 2px;
  background: #2ee1ff;
  display: block;
  margin: 0 0 20px 1px;
}
@media (min-width: 1400px) {
  .banner-wrapper .banner-slider .banner-item .banner-content .banner-text h2:before {
    width: 35px;
  }
}
@media (max-width: 767px) {
  .banner-wrapper .banner-slider .banner-item .banner-content .banner-text h2:before {
    width: 25px;
    margin: 0 0 15px 0;
  }
}
@media (max-width: 380px) {
  .banner-wrapper .banner-slider .banner-item .banner-content .banner-text h2:before {
    width: 21px;
  }
}
.banner-wrapper .banner-slider .banner-item .banner-content .banner-text .animated {
  max-width: 560px;
}
@media (min-width: 1400px) {
  .banner-wrapper .banner-slider .banner-item .banner-content .banner-text .animated {
    max-width: 630px;
  }
}
@media (max-width: 767px) {
  .banner-wrapper .banner-slider .banner-item .banner-content .banner-text .animated {
    max-width: 340px;
  }
}
@media (max-width: 380px) {
  .banner-wrapper .banner-slider .banner-item .banner-content .banner-text .animated {
    max-width: 300px;
  }
}
.banner-wrapper .banner-slider .banner-item .banner-content .banner-text p {
  font-family: Gotham-Book;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  padding: 30px 0;
}
@media (min-width: 1400px) {
  .banner-wrapper .banner-slider .banner-item .banner-content .banner-text p {
    font-size: 20px;
  }
}
@media (max-width: 380px) {
  .banner-wrapper .banner-slider .banner-item .banner-content .banner-text p {
    font-size: 14px;
  }
}
.banner-wrapper .banner-slider .banner-item .banner-content .banner-text a {
  font-size: 14px;
  display: inline-block;
  background: #2390de;
  padding: 15px;
  border-radius: 5px;
  line-height: 0;
}
@media (min-width: 1400px) {
  .banner-wrapper .banner-slider .banner-item .banner-content .banner-text a {
    font-size: 16px;
  }
}
.banner-wrapper .banner-slider .banner-item .banner-content .banner-text a i {
  font-size: 14px;
}
@media (min-width: 1400px) {
  .banner-wrapper .banner-slider .banner-item .banner-content .banner-text a i {
    font-size: 16px;
  }
}
.banner-wrapper .banner-slider .slick-dots {
  width: 100%;
  display: block;
  text-align: center;
  position: absolute;
  bottom: 120px;
  left: inherit;
  display: none;
}
@media (max-width: 767px) {
  .banner-wrapper .banner-slider .slick-dots {
    bottom: 10px;
  }
}
.banner-wrapper .banner-slider .slick-dots li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 10px;
}
.banner-wrapper .banner-slider .slick-dots li.slick-active button:before {
  width: 20px;
  height: 20px;
  background: #2390de;
}
.banner-wrapper .banner-slider .slick-dots li button {
  width: 20px;
  height: 20px;
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border: none;
  outline: none;
  background: none;
  cursor: pointer;
}
.banner-wrapper .banner-slider .slick-dots li button:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #555e64;
  border-radius: 50%;
  transition: 0.3s;
}
/*** Banner Slider Ui End ***/
/*** Banner Overlap Ui Start ***/
.banner-overlap {
  position: relative;
}
@media (min-width: 768px) {
  .banner-overlap {
    margin-top: -50px;
  }
}
@media (max-width: 767px) {
  .banner-overlap {
    text-align: center;
  }
}
.banner-overlap::before {
  background-color: #2390de;
  content: "";
  width: 100%;
  display: block;
  height: 100%;
  position: absolute;
}
.banner-overlap .banner-grid {
  background-color: #2390de;
  position: relative;
  z-index: 1;
  display: flex;
  padding: 40px 0;
  color: #ffffff;
}
.banner-overlap .banner-grid div:nth-child(1) {
  width: 35%;
}
.banner-overlap .banner-grid div:nth-child(2) {
  width: 65%;
  padding-left: 30px;
  padding-right: 50px;
}
@media (max-width: 767px) {
  .banner-overlap .banner-grid {
    flex-direction: column;
    padding: 50px 0;
  }
  .banner-overlap .banner-grid div:nth-child(1),
  .banner-overlap .banner-grid div:nth-child(2) {
    width: 100%;
    padding: 0;
  }
}
.banner-overlap .banner-grid h1 {
  font-family: 'Sentinel-Book';
  font-weight: 400;
  font-size: 32px;
  line-height: 46px;
  padding-bottom: 30px;
}
.banner-overlap .banner-grid h1.top-bar::before {
  margin-left: 0;
}
.banner-overlap .banner-grid h1 span {
  display: block;
}
.banner-overlap .banner-grid .view-more {
  background-color: #ffffff;
  color: #2390de;
  margin-top: 30px;
}
/*** Banner Overlap Ui End ***/
/*** Our service Ui Start ***/
.our-service {
  padding: 30px 0;
}
.our-service .service-2 {
  display: flex;
  justify-content: space-between;
  padding-top: 30px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .our-service .service-2 {
    flex-direction: column;
  }
}
.our-service .service-2 .services-block-three {
  position: relative;
  margin-bottom: 30px;
  transition: all 700ms ease;
  width: 31%;
  text-align: center;
}
.our-service .service-2 .services-block-three .inner-box {
  position: relative;
  box-shadow: 0px 3px 10px 0px rgba(38, 59, 94, 0.1);
  padding: 50px 40px;
  background: white;
  transition: all 700ms ease;
  overflow: hidden;
}
.our-service .service-2 .services-block-three .inner-box:hover {
  box-shadow: 8px 14px 15px 0px rgba(136, 136, 136, 0.4);
  transition: all 700ms ease;
}
.our-service .service-2 .services-block-three .inner-box h3 {
  position: relative;
  font-family: 'Gotham-Book';
  font-size: 18px;
  font-weight: 500;
  margin-top: 18px;
  padding-bottom: 12px;
}
.our-service .service-2 .services-block-three .inner-box h3:before {
  position: absolute;
  content: '';
  left: 50%;
  bottom: 0px;
  height: 2px;
  width: 50px;
  background-color: #2ee1ff;
  transform: translateX(-50%);
}
.our-service .service-2 .services-block-three .inner-box .text {
  position: relative;
  font-size: 15px;
  line-height: 1.8em;
  margin-top: 25px;
  color: #6a7695;
}
.our-service .service-2.half .services-block-three {
  width: 49%;
}
@media (max-width: 767px) {
  .our-service .service-2.half .services-block-three {
    width: 100%;
  }
}
.our-service .service-2 .mr3.btn-link {
  position: absolute;
  width: 150px;
  background: #2fe1ff;
  height: 150px;
  border-radius: 50%;
  bottom: -91px;
  right: -77px;
  color: #ffffff;
  line-height: 85px;
  text-align: center;
}
.our-service .service-2 .mr3.btn-link i {
  color: #ffffff;
  margin-left: -62px;
  font-size: 28px;
}
/*** Our service Ui Start ***/
/*** Portfolio Ui Start ***/
.portfolio {
  padding: 50px 40px;
  position: relative;
  background-color: #e9f5fc;
}
.portfolio button:focus,
.portfolio a:focus,
.portfolio .portfolio-item:focus {
  outline: 0;
}
.portfolio h2 {
  padding-bottom: 40px;
}
.portfolio img {
  width: 100%;
  height: auto;
}
.portfolio .view-more {
  margin-top: 30px;
}
.portfolio .slick-arrow {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  background: none;
  border: none;
  font-size: 0;
  color: #2390de;
  cursor: pointer;
}
.portfolio .slick-arrow.slick-next {
  right: -26px;
}
.portfolio .slick-arrow.slick-next::after {
  content: "\f054";
  opacity: 1;
  font-family: FontAwesome;
  font-size: 16px;
}
.portfolio .slick-arrow.slick-prev {
  left: -26px;
}
.portfolio .slick-arrow.slick-prev::before {
  content: "\f053";
  opacity: 1;
  font-size: 12px;
  font-family: FontAwesome;
  font-size: 16px;
}
.portfolio .portfolio-item {
  padding: 0 10px;
}
.portfolio .portfolio-item a {
  position: relative;
  display: block;
}
.portfolio .portfolio-item a h6 {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #ffffff;
  background-color: #2390de;
  padding: 0 8px;
}
.portfolio .portfolio-item a h6.lightSky {
  background-color: #2ee1ff;
}
.portfolio .portfolio-item .port-caps {
  padding: 10px 0;
}
.portfolio .portfolio-item .port-caps h3 {
  font-family: 'Sentinel-Book';
  color: #1a1a1a;
  font-size: 24px;
  font-weight: 400;
}
.portfolio .portfolio-item .port-caps p {
  font-size: 14px;
}
/*** Portfolio Ui End ***/
/*** React App Ui start ***/
.react-app {
  padding: 50px 15px;
  display: flex;
  overflow: hidden;
}
.react-app .top-bar::before {
  margin-left: 0;
}
@media (min-width: 768px) {
  .react-app > div:nth-child(1) {
    width: 70%;
    padding-right: 30px;
  }
}
.react-app > div:nth-child(2) {
  text-align: center;
}
@media (min-width: 768px) {
  .react-app > div:nth-child(2) {
    width: 25%;
  }
}
.react-app > div:nth-child(2) img {
  width: auto;
  max-height: 500px;
}
@media (max-width: 767px) {
  .react-app {
    display: block;
    text-align: center;
  }
  .react-app > div {
    width: 100%;
  }
  .react-app > div:nth-child(2) {
    padding-top: 15px;
  }
}
.react-app p {
  padding-bottom: 20px;
}
.react-app .title-main {
  text-align: left;
  display: inline-block;
}
.react-app .view-more {
  margin-top: 20px;
  margin-bottom: 15px;
}
/*** React App Ui End ***/
/***Testimonial Ui Start ***/
.client-testimonials {
  padding: 50px 15px 30px;
  background-color: #f7fbfe;
}
.client-testimonials .testimonials {
  padding: 30px 0;
  position: relative;
}
@media (min-width: 768px) {
  .client-testimonials .testimonials {
    max-width: 80%;
  }
}
.client-testimonials .testimonials .slick-track {
  padding-bottom: 0;
  transform: none;
}
.client-testimonials .testimonials .slick-slide {
  cursor: grab;
  height: 150px;
}
.client-testimonials .testimonials .slick-slide .summary {
  opacity: .5;
  text-align: center;
}
.client-testimonials .testimonials .slick-slide:focus {
  outline: 0;
}
.client-testimonials .testimonials .slick-slide.slick-current {
  height: auto;
}
.client-testimonials .testimonials .slick-slide.slick-center .summary {
  opacity: 1;
  text-align: center;
  position: relative;
  -webkit-line-clamp: inherit;
  padding: 0 20px;
}
.client-testimonials .testimonials .slick-slide.slick-center .pic-holder {
  position: relative;
  opacity: 1;
}
.client-testimonials .testimonials .pic-holder {
  text-align: right;
  padding: 30px 0 10px;
  opacity: .5;
}
.client-testimonials .testimonials .pic-holder > div:nth-child(2) {
  padding-left: 15px;
}
.client-testimonials .testimonials .slick-dots {
  width: 100%;
  display: block;
  text-align: center;
}
@media (min-width: 992px) {
  .client-testimonials .testimonials .slick-dots {
    padding-top: 15px;
  }
}
.client-testimonials .testimonials .slick-dots li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 10px;
}
.client-testimonials .testimonials .slick-dots li.slick-active button:before {
  width: 20px;
  height: 20px;
  background: #2390de;
}
.client-testimonials .testimonials .slick-dots li button {
  width: 20px;
  height: 20px;
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border: none;
  outline: none;
  background: none;
  cursor: pointer;
}
.client-testimonials .testimonials .slick-dots li button:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #555e64;
  border-radius: 50%;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
/*** Testimonial Ui End ***/
/*** About Us Ui Start ***/
.about-us {
  position: relative;
  overflow: hidden;
}
.about-us .about-grid {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 30px 14px;
  background-color: #f7fbfe;
}
.about-us .about-grid .container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.about-us .about-grid .item1 {
  flex: 0 0 68.33333%;
  max-width: 68.33333%;
}
@media (max-width: 767px) {
  .about-us .about-grid .item1 {
    max-width: 100%;
    flex: 0 0 100%;
    text-align: center;
  }
}
.about-us .about-grid .item2 {
  flex: 0 0 31.66667%;
  max-width: 31.66667%;
}
@media (max-width: 767px) {
  .about-us .about-grid .item2 {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
.about-us .about-grid .item2 img {
  max-height: 225px;
  height: auto;
}
.about-us .about-grid .item2 img.img-rotate {
  transform: rotate(180deg);
}
@media (max-width: 767px) {
  .about-us .about-grid .item2 img {
    margin: 0 auto;
    display: block;
  }
}
.about-us .about-grid.alternate {
  background-color: #fff;
}
.about-us .about-grid.alternate .container {
  flex-direction: row-reverse;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.about-us .about-grid.alternate .item2 {
  background-position: center left;
}
@media (max-width: 767px) {
  .about-us .about-grid.alternate .item2 {
    background-position: center center;
  }
}
.about-us .about-grid p {
  margin-bottom: 15px;
}
.about-us .about-grid h2 {
  position: relative;
  font-size: 22px;
  padding-bottom: 10px;
  font-family: 'Gotham-Book';
  margin-bottom: 20px;
  line-height: 1.4;
}
.about-us .about-grid h2::before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  height: 2px;
  width: 50px;
  background-color: #2ee1ff;
}
@media (max-width: 767px) {
  .about-us .about-grid h2::before {
    left: 50%;
    transform: translateX(-50%);
  }
}
/*** About Us Ui End ***/
.about-us-2 {
  padding: 30px 15px;
}
.about-us-2 h2.title-main span {
  color: #2390de;
}
@media (min-width: 768px) {
  .about-us-2 .mx-text {
    max-width: 70%;
    margin: 0 auto;
  }
}
.about-us-2 .abt-txt {
  text-align: center;
}
@media (min-width: 768px) {
  .about-us-2 .abt-txt {
    text-align: center;
  }
}
.about-us-2 .abt-txt p {
  padding-bottom: 5px;
}
.about-us-2 .about-grid {
  padding: 30px 0 0;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .about-us-2 .about-grid {
    padding: 50px 0 0;
    align-items: center;
  }
}
.about-us-2 .about-grid .item {
  width: 50%;
}
@media (max-width: 767px) {
  .about-us-2 .about-grid .item {
    width: 100%;
    padding-top: 20px;
  }
}
.about-us-2 .about-grid::after {
  display: block;
  clear: both;
  content: "";
}
.about-us-2 .modern-number-01 h2 {
  position: relative;
  font-size: 16px;
  line-height: 2em;
  letter-spacing: 2px;
  color: #ababab;
  text-transform: uppercase;
  display: flex;
  align-items: flex-end;
}
.about-us-2 .modern-number-01 .more-text {
  font-size: 16px;
  letter-spacing: 2px;
  color: #ababab;
  text-transform: uppercase;
  font-family: 'Sentinel-Book';
}
.about-us-2 .modern-number-01 span.mark-text {
  font-size: 180px;
  line-height: .8;
  font-weight: 900;
  margin: 0 5px -5px -5px;
  color: #d2a98e;
}
.about-us-2 .modern-number-01 h3 {
  margin-top: 25px;
  font-size: 28px;
  line-height: 1.4;
  font-weight: 700;
}
.about-us-2 .modern-number-01 h3 span {
  color: #2390de;
  display: block;
}
.about-us-2 .progress-bar--one .progress-charts {
  margin-bottom: 10px;
  padding-bottom: 20px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .about-us-2 .progress-bar--one .progress-charts {
    padding-top: 15px;
  }
}
.about-us-2 .progress-charts .heading {
  color: #333;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 600;
}
.about-us-2 .progress-charts .progress {
  height: 4px;
  overflow: visible;
  font-size: 14px;
  background-color: #f5f5f5;
  border-radius: 0;
}
.about-us-2 .progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: .75rem;
  background-color: #e9ecef;
  border-radius: .25rem;
}
.about-us-2 .progress-charts .progress .progress-bar {
  position: relative;
  background: #086AD8;
  color: #086AD8;
}
.about-us-2 .progress-charts .progress .progress-bar::before {
  height: 28px;
  width: 28px;
  border: 1px solid currentColor;
  opacity: .3;
}
.about-us-2 .progress-charts .progress .progress-bar::after {
  height: 13px;
  width: 13px;
  border: 3px solid currentColor;
}
.about-us-2 .progress-charts .progress .progress-bar::after,
.about-us-2 .progress-charts .progress .progress-bar::before {
  content: '';
  position: absolute;
  right: -4px;
  top: 50%;
  border-radius: 50%;
  transform: translate(50%, -50%);
}
.about-us-2 .progress-charts .progress .progress-bar span.percent-label {
  position: absolute;
  right: -45px;
  font-size: 14px;
  font-weight: 600;
  top: -40px;
  color: #333;
  line-height: 2;
}
@media (max-width: 1024px) {
  .about-us-2 .progress-charts .progress .progress-bar span.percent-label {
    top: -55px;
    right: -30px;
  }
}
.about-us-2 .timeline {
  position: relative;
  width: 100%;
  padding: 30px 0;
  display: none;
}
.about-us-2 .timeline .timeline-container {
  position: relative;
  width: 100%;
}
.about-us-2 .timeline .timeline-end {
  position: relative;
  width: 100%;
  text-align: center;
  z-index: 1;
}
.about-us-2 .timeline .timeline-end p {
  display: inline-block;
  width: 80px;
  height: 80px;
  margin: 0;
  padding: 30px 0;
  text-align: center;
  background: linear-gradient(#4f84c4, #00539c);
  border-radius: 100px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
}
.about-us-2 .timeline .timeline-start {
  position: relative;
  width: 100%;
  text-align: center;
  z-index: 1;
}
.about-us-2 .timeline .timeline-start p {
  display: inline-block;
  width: 80px;
  height: 80px;
  margin: 0;
  padding: 30px 0;
  text-align: center;
  background: linear-gradient(#4f84c4, #00539c);
  border-radius: 100px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
}
.about-us-2 .timeline .timeline-year {
  position: relative;
  width: 100%;
  text-align: center;
  z-index: 1;
  margin: 30px 0;
}
.about-us-2 .timeline .timeline-year p {
  display: inline-block;
  width: 80px;
  height: 80px;
  margin: 0;
  padding: 30px 0;
  text-align: center;
  background: linear-gradient(#4f84c4, #00539c);
  border-radius: 100px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
}
.about-us-2 .timeline .timeline-continue {
  position: relative;
  width: 100%;
  padding: 60px 0;
}
.about-us-2 .timeline .timeline-continue::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  top: 0;
  left: 50%;
  margin-left: -1px;
  background: #4F84C4;
}
.about-us-2 .timeline .row.timeline-left {
  text-align: right;
}
.about-us-2 .timeline .row.timeline-left .timeline-date {
  text-align: left;
}
.about-us-2 .timeline .row.timeline-left .timeline-date::after {
  left: -7px;
}
.about-us-2 .timeline .row.timeline-left .timeline-box::after {
  left: 100%;
}
.about-us-2 .timeline .row.timeline-left .timeline-box::before {
  left: 100%;
}
.about-us-2 .timeline .row.timeline-right {
  text-align: left;
}
.about-us-2 .timeline .row.timeline-right .timeline-date {
  text-align: right;
}
.about-us-2 .timeline .row.timeline-right .timeline-date::after {
  right: -7px;
}
.about-us-2 .timeline .row.timeline-right .timeline-box::after {
  right: 100%;
  border-color: transparent #ffffff transparent transparent;
}
.about-us-2 .timeline .row.timeline-right .timeline-box::before {
  right: 100%;
  border-color: transparent #4f84c4 transparent transparent;
}
.about-us-2 .timeline .timeline-date {
  font-size: 14px;
  font-weight: 600;
  margin: 41px 0 0 0;
}
.about-us-2 .timeline .timeline-date::after {
  content: '';
  display: block;
  position: absolute;
  width: 14px;
  height: 14px;
  top: 45px;
  background: linear-gradient(#4f84c4, #00539c);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  border-radius: 15px;
  z-index: 1;
}
.about-us-2 .timeline .timeline-box {
  position: relative;
  display: inline-block;
  margin: 15px;
  padding: 20px;
  border: 1px solid #4f84c4;
  border-radius: 6px;
  background: #ffffff;
}
.about-us-2 .timeline .timeline-box::after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  top: 26px;
  border-color: transparent transparent transparent #ffffff;
  border-width: 10px;
}
.about-us-2 .timeline .timeline-box::before {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  top: 25px;
  border-color: transparent transparent transparent #4f84c4;
  border-width: 11px;
}
.about-us-2 .timeline .timeline-box .timeline-icon {
  position: relative;
  width: 40px;
  height: auto;
  float: left;
}
.about-us-2 .timeline .timeline-box .timeline-text {
  position: relative;
  width: calc(60%);
  float: left;
}
.about-us-2 .timeline .timeline-launch {
  position: relative;
  display: inline-block;
  margin: 15px;
  padding: 20px;
  border: 1px solid #4f84c4;
  border-radius: 6px;
  background: #ffffff;
  width: 100%;
  margin: 15px 0;
  padding: 0;
  border: none;
  text-align: center;
  background: transparent;
}
.about-us-2 .timeline .timeline-launch .timeline-box::after {
  left: 50%;
  margin-left: -10px;
  top: -20px;
  border-color: transparent transparent #4f84c4 transparent;
}
.about-us-2 .timeline .timeline-launch .timeline-box::before {
  left: 50%;
  margin-left: -10px;
  top: -19px;
  border-color: transparent transparent #ffffff transparent;
  border-width: 10px;
  z-index: 1;
}
.about-us-2 .timeline .timeline-launch .timeline-text {
  width: 100%;
}
.about-us-2 .timeline .timeline-icon i {
  font-size: 25px;
  color: #4F84C4;
}
.about-us-2 .timeline .timeline-text h3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 3px;
}
.about-us-2 .timeline .timeline-text p {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
}
.about-us-2 .row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.about-us-2 .col-md-6,
.about-us-2 .col-lg-12 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.about-us-2 .d-block {
  display: block;
}
@media (min-width: 768px) {
  .about-us-2 .d-md-none {
    display: none;
  }
  .about-us-2 .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
  }
}
.about-us-2 .col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .about-us-2 .timeline .timeline-continue::after {
    left: 40px;
  }
  .about-us-2 .timeline .timeline-end {
    text-align: left;
  }
  .about-us-2 .timeline .timeline-start {
    text-align: left;
  }
  .about-us-2 .timeline .timeline-year {
    text-align: left;
    margin: 30px 15px;
  }
  .about-us-2 .timeline .row.timeline-left {
    text-align: left;
  }
  .about-us-2 .timeline .row.timeline-left .timeline-date {
    text-align: left;
    margin-left: 55px;
  }
  .about-us-2 .timeline .row.timeline-left .timeline-date::after {
    left: 47px;
  }
  .about-us-2 .timeline .row.timeline-left .timeline-box::after {
    left: -20px;
    border-color: transparent #ffffff transparent transparent;
  }
  .about-us-2 .timeline .row.timeline-left .timeline-box::before {
    left: -22px;
    border-color: transparent #4f84c4 transparent transparent;
  }
  .about-us-2 .timeline .row.timeline-right {
    text-align: left;
  }
  .about-us-2 .timeline .row.timeline-right .timeline-date {
    text-align: left;
    margin-left: 55px;
  }
  .about-us-2 .timeline .row.timeline-right .timeline-date::after {
    left: 47px;
  }
  .about-us-2 .timeline .timeline-launch {
    text-align: left;
  }
  .about-us-2 .timeline .timeline-launch .timeline-box {
    margin-left: 0;
  }
  .about-us-2 .timeline .timeline-launch .timeline-box::after {
    left: 30px;
    margin-left: 0;
  }
  .about-us-2 .timeline .timeline-launch .timeline-box::before {
    left: 30px;
    margin-left: 0;
  }
  .about-us-2 .timeline .timeline-box {
    margin-left: 55px;
  }
}
.our-team {
  background-color: #e9f5fc;
  padding-top: 50px;
}
.our-team .team {
  display: flex;
  justify-content: center;
  width: auto;
  text-align: center;
  flex-wrap: wrap;
  padding: 50px 0 20px;
}
.our-team .team .team_member {
  background: #fff;
  margin: 5px;
  margin-bottom: 60px;
  padding: 20px 20px 30px;
  line-height: 20px;
  position: relative;
  width: 23%;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .our-team .team .team_member {
    width: 48%;
  }
}
@media (max-width: 480px) {
  .our-team .team .team_member {
    width: 100%;
  }
}
.our-team .team .team_member h3 {
  margin-top: 50px;
  font-size: 18px;
  font-weight: 600;
}
.our-team .team .team_member p.role {
  color: #040404;
  margin: 12px 0;
  font-size: 12px;
  text-transform: uppercase;
}
.our-team .team .team_member .team_img {
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.our-team .team .team_member .team_img img {
  width: 100px;
  height: 100px;
  padding: 5px;
  border-radius: 50%;
  overflow: hidden;
}
/*** Our Service Ui Start ***/
.main-banner {
  background-color: #000000;
  color: #ffffff;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 110px 0;
  background-position: center;
  position: relative;
}
@media (max-width: 767px) {
  .main-banner {
    padding: 75px 0;
  }
}
.main-banner::before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
}
.main-banner .banner-caption {
  position: relative;
  text-align: center;
}
.main-banner .banner-caption h1 {
  font-family: 'Gotham-Book';
  font-weight: 600;
  font-size: 33px;
  letter-spacing: 4px;
  text-transform: uppercase;
  position: relative;
  top: 35px;
  display: inline-flex;
}
@media (max-width: 767px) {
  .main-banner .banner-caption h1 {
    top: 0;
  }
}
.main-banner .banner-caption .mod-breadcrumbs {
  font-weight: 600;
}
h2.s-pt {
  padding-top: 50px;
}
.service-main {
  padding: 30px 0;
  overflow: hidden;
}
.service-main .service-ft {
  display: flex;
  align-items: center;
  padding: 15px 15px;
  margin: 30px 0;
  transition: all 0.3s ease;
  border: 1px solid #eaeaea;
  box-shadow: 0 3px 10px 0 rgba(38, 59, 94, 0.1);
}
.service-main .service-ft.alternate {
  flex-direction: row-reverse;
}
.service-main .service-ft:hover {
  -webkit-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  transform: translateY(-8px);
  -webkit-box-shadow: 0 50px 30px -40px rgba(0, 0, 0, 0.1);
  box-shadow: 0 50px 30px -40px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .service-main .service-ft {
    padding: 20px 15px;
    display: block;
    text-align: center;
  }
  .service-main .service-ft img {
    max-width: 120px;
  }
}
.service-main .service-ft h4 {
  font-family: Gotham-Book;
  font-weight: 500;
  font-size: 18px;
  padding-bottom: 15px;
  position: relative;
  margin-bottom: 15px;
}
.service-main .service-ft h4::before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  height: 2px;
  width: 50px;
  background-color: #2ee1ff;
}
@media (max-width: 767px) {
  .service-main .service-ft h4::before {
    left: 50%;
    transform: translateX(-50%);
  }
}
.service-main .service-ft img {
  max-width: 120px;
  height: auto;
}
.service-main .service-ft li:nth-child(2) {
  padding-left: 15px;
}
@media (max-width: 767px) {
  .service-main .service-ft li:nth-child(2) {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .service-main .service-ft li:nth-child(1) {
    padding-bottom: 10px;
  }
}
.service-main .service-ft .longer-text {
  display: none;
}
.service-main .service-ft:hover .longer-text {
  display: inline;
  -webkit-animation: slide-down 1s ease-out;
  -moz-animation: slide-down 1s ease-out;
}
@-webkit-keyframes slide-down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes slide-down {
  0% {
    opacity: 0;
    -moz-transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
/*** Our Service Ui End ***/
/* ----- partnership page ui Start----- */
.service-main.v2 {
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  overflow: hidden;
}
.service-main.v2 .service-ft {
  display: flex;
  align-items: center;
  padding: 30px 20px 40px;
  margin: 20px 0;
  box-shadow: none;
  transition: all .3s ease;
  width: 32%;
  flex-direction: column;
  text-align: center;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
@media (max-width: 991px) {
  .service-main.v2 .service-ft {
    width: 48%;
  }
}
@media (max-width: 767px) {
  .service-main.v2 .service-ft {
    width: 100%;
  }
}
.service-main.v2 .service-ft.alternate {
  flex-direction: column;
}
.service-main.v2 .service-ft h4::before {
  left: 50%;
  transform: translateX(-50%);
}
.service-main.v2 .service-ft img {
  max-width: 120px;
}
/* ----- partnership page ui End----- */
/*** Portfolio Ui Start ***/
.gallery {
  padding: 30px 0;
  position: relative;
  overflow: hidden;
}
.gallery ul {
  padding-top: 15px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.gallery ul li {
  float: left;
  margin: 0 .1771929825%;
  overflow: hidden;
  margin-bottom: 15px;
  width: 24%;
  position: relative;
  border: 1px solid #dddddd;
  padding: 10px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 140px;
}
@media (max-width: 991px) {
  .gallery ul li {
    width: 49.6%;
  }
}
@media (max-width: 767px) {
  .gallery ul li {
    width: 100%;
  }
}
.gallery ul li .project-block .inner-box .image .ex-icon {
  width: 30px;
}
.gallery ul li .project-block .inner-box .image img {
  max-height: 75px;
}
.gallery ul li .project-block .inner-box .image .overlay-box {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  z-index: 2;
  opacity: 0;
  display: block;
  transition: all 500ms ease;
}
.gallery ul li .project-block .inner-box .image .overlay-box:after {
  position: absolute;
  content: '';
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
  text-align: center;
  transform: scaleY(0);
  transform-origin: top;
  transition: all 0.5s;
}
.gallery ul li .project-block .inner-box .image .overlay-box .overlay-inner {
  position: absolute;
  left: 0px;
  top: 30px;
  width: 100%;
  height: 100%;
  display: table;
  z-index: 1;
  padding: 5px;
  vertical-align: middle;
  opacity: 0;
  transition: all 500ms ease;
}
.gallery ul li .project-block .inner-box .image .overlay-box .overlay-inner .overlay-content {
  position: relative;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  background: rgba(46, 225, 255, 0.9);
}
.gallery ul li .project-block .inner-box .image .overlay-box .overlay-inner .overlay-content span {
  font-size: 24px;
}
.gallery ul li .project-block .inner-box .image h3 {
  position: relative;
  font-size: 14px;
  color: #ffffff;
  text-transform: uppercase;
  z-index: 1;
  line-height: 1.3em;
  margin-top: 10px;
  margin-bottom: 7px;
  transition: all 500ms ease;
  letter-spacing: 1px;
}
.gallery ul li .project-block .inner-box .image i {
  font-size: 28px;
}
.gallery ul li .project-block .inner-box .image .category {
  position: relative;
  color: #ffffff;
  font-size: 14px;
  z-index: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.gallery ul li .project-block .inner-box:hover .image .overlay-box {
  opacity: 1;
}
.gallery ul li .project-block .inner-box:hover .image .overlay-box:before {
  opacity: 1;
  transform: scaleY(1);
}
.gallery ul li .project-block .inner-box:hover .image .overlay-box:after {
  opacity: 1;
  transform: scaleY(1);
}
.gallery ul li .project-block .inner-box:hover .image .overlay-box .overlay-inner {
  opacity: 1;
  top: 0;
  transition-delay: 500ms;
}
.gallery-details {
  background: #fafafa;
  border-bottom: 1px solid #d0d0d0;
  padding: 50px 0;
}
.port {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 103;
  visibility: hidden;
  transform: translateY(-100%);
  transition: all 0.5s ease-in-out;
}
.port.port-new {
  transform: none;
  visibility: visible;
  border-bottom: 0;
  position: relative;
}
.port.port-new::after {
  content: "";
  display: block;
  clear: both;
}
.port.port-new .description {
  padding: 0 0 30px;
}
@media (max-width: 767px) {
  .port.port-new .description {
    float: none;
    width: 100%;
  }
  .port.port-new img {
    width: 100%;
  }
}
.port p {
  margin-bottom: 10px;
}
.port img {
  width: 50%;
}
.port .description {
  float: left;
  width: 50%;
  max-height: 100%;
  padding: 0 40px 40px;
  overflow: auto;
}
.port h1 {
  font-size: 36px;
  line-height: 2.3;
  padding: 0;
}
.port h2 {
  position: relative;
  font-size: 28px;
  padding-bottom: 10px;
  font-family: 'Gotham-Book';
  margin-bottom: 20px;
  line-height: 1.4;
}
.port h2::before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  height: 2px;
  width: 50px;
  background-color: #2ee1ff;
}
.port > * {
  opacity: 0;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  transition: all 0.5s linear;
  opacity: 1;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.port.item_open {
  visibility: visible;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.close {
  width: 21px;
  height: 21px;
  background: url(data:image/svg+xml;utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2017.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0A%3C%21DOCTYPE%20svg%20PUBLIC%20%22-//W3C//DTD%20SVG%201.1//EN%22%20%22http%3A//www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd%22%3E%0A%3Csvg%20version%3D%221.1%22%0A%09%20id%3D%22svg2%22%20xmlns%3Adc%3D%22http%3A//purl.org/dc/elements/1.1/%22%20xmlns%3Acc%3D%22http%3A//creativecommons.org/ns%23%22%20xmlns%3Ardf%3D%22http%3A//www.w3.org/1999/02/22-rdf-syntax-ns%23%22%20xmlns%3Asvg%3D%22http%3A//www.w3.org/2000/svg%22%0A%09%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2021%2021%22%0A%09%20enable-background%3D%22new%200%200%2021%2021%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%20id%3D%22layer1%22%20transform%3D%22translate%280%2C-1031.3622%29%22%3E%0A%09%3Cpath%20id%3D%22path2987%22%20fill%3D%22none%22%20stroke%3D%22%23000000%22%20d%3D%22M0%2C1031.4l21%2C21%22/%3E%0A%09%3Cpath%20id%3D%22path2989%22%20fill%3D%22none%22%20stroke%3D%22%23000000%22%20d%3D%22M21%2C1031.4l-21%2C21%22/%3E%0A%3C/g%3E%0A%3C/svg%3E%0A%0A) no-repeat;
  position: absolute;
  right: 10px;
  top: -121px;
  opacity: 1;
  z-index: 1004;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  visibility: hidden;
}
.item_open .close {
  opacity: 1;
  top: 40px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  visibility: visible;
}
/*** Portfolio Ui End ***/
.portfolio-section {
  padding: 50px 15px;
}
.portfolio-section h2.title-main span {
  color: #2390de;
}
@media (min-width: 768px) {
  .portfolio-section .mx-text {
    max-width: 70%;
    margin: 0 auto;
  }
}
.portfolio-section .abt-txt {
  text-align: center;
}
@media (min-width: 768px) {
  .portfolio-section .abt-txt {
    text-align: center;
  }
}
.portfolio-section .abt-txt p {
  padding-bottom: 5px;
}
.portfolio-section .numberofpost {
  padding-top: 30px;
}
.portfolio-section .numberofpost ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.portfolio-section .numberofpost ul li {
  width: 100%;
  margin: 7px 0;
}
@media (min-width: 480px) {
  .portfolio-section .numberofpost ul li {
    width: 48%;
  }
}
@media (min-width: 768px) {
  .portfolio-section .numberofpost ul li {
    width: 24%;
  }
}
.portfolio-section .numberofpost ul li a {
  display: block;
  position: relative;
  overflow: hidden;
}
.portfolio-section .numberofpost ul li a::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 2;
}
.portfolio-section .numberofpost ul li a .item-img {
  filter: initial;
  transition: filter 0.3s ease-in-out !important;
  touch-action: manipulation;
  width: 100%;
  height: auto;
  float: left;
}
.portfolio-section .numberofpost ul li a:hover .item-img {
  filter: contrast(1.3) grayscale(1);
  transition: filter 0.3s ease-in-out !important;
}
.portfolio-section .numberofpost ul li a .item-logo {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
  max-width: 75%;
  max-height: 60%;
  width: auto;
  height: auto;
}
.pagination-btn {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 20px;
}
.pagination-btn.fx-end {
  justify-content: flex-end;
}
@media (max-width: 330px) {
  .pagination-btn {
    display: block;
  }
  .pagination-btn a {
    width: 100%;
    margin: 10px 0;
  }
}
.pagination-btn a {
  color: #ffffff;
  font-size: 14px;
  display: inline-block;
  background: #2390de;
  padding: 15px;
  border-radius: 5px;
  line-height: 0;
}
/*** Career Ui Start ***/
.career {
  padding: 30px 15px;
}
.career h2.title-main span {
  color: #2390de;
}
@media (min-width: 768px) {
  .career .mx-text {
    max-width: 70%;
    margin: 0 auto;
  }
}
.career .career-txt {
  text-align: center;
}
@media (min-width: 768px) {
  .career .career-txt {
    text-align: center;
  }
}
.career .career-txt p {
  padding-bottom: 5px;
}
.career .career-txt p a {
  color: #2390de;
}
.career .job-wrapper {
  display: block;
  width: 100%;
  padding: 60px 0 0;
}
.career .job-wrapper .job-listing {
  padding: 15px 0;
}
.career .job-wrapper .job-listing .job {
  font-family: 'Gotham-Book';
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  border-top: 1px solid #00bcd4;
}
.career .job-wrapper .job-listing .job:last-child {
  border-bottom: 1px solid #00bcd4;
}
.career .job-wrapper .job-listing .job .job-item {
  display: inline-block;
  width: 19%;
}
@media (max-width: 1100px) {
  .career .job-wrapper .job-listing .job .job-item {
    width: 20%;
  }
}
@media (max-width: 950px) {
  .career .job-wrapper .job-listing .job .job-item {
    width: 24%;
  }
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  .career .job-wrapper .job-listing .job .job-item {
    width: calc(100% - 200px);
  }
}
@media (max-width: 450px) {
  .career .job-wrapper .job-listing .job .job-item {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.career .job-wrapper .job-listing .job .job-item + .job-item {
  padding: 0 0 0 10px;
}
@media (max-width: 767px) {
  .career .job-wrapper .job-listing .job .job-item + .job-item {
    padding: 8px 0 0;
  }
}
.career .job-wrapper .job-listing .job .job-item.job-button {
  width: 30%;
  text-align: right;
  align-self: center;
}
@media (max-width: 1100px) {
  .career .job-wrapper .job-listing .job .job-item.job-button {
    width: 35%;
  }
}
@media (max-width: 950px) {
  .career .job-wrapper .job-listing .job .job-item.job-button {
    width: 24%;
  }
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  .career .job-wrapper .job-listing .job .job-item.job-button {
    position: absolute;
    right: 0;
    top: inherit;
    width: 200px;
  }
}
@media (max-width: 450px) {
  .career .job-wrapper .job-listing .job .job-item.job-button {
    width: 100%;
    justify-content: space-between;
    padding: 20px 0 0;
  }
}
@media (max-width: 365px) {
  .career .job-wrapper .job-listing .job .job-item.job-button {
    flex-direction: column-reverse;
  }
}
.career .job-wrapper .job-listing .job span {
  font-size: 13px;
  font-weight: inherit;
  color: #2390de;
  display: block;
}
@media (max-width: 450px) {
  .career .job-wrapper .job-listing .job span {
    display: inline-block;
    width: 100px;
    padding: 0 5px 0 0;
    margin: 0 15px 0 0;
    position: relative;
    line-height: 1.3;
    font-size: 16px;
  }
}
@media (max-width: 450px) {
  .career .job-wrapper .job-listing .job span:after {
    content: ":";
    display: inline-block;
    padding: 0 0 0 2px;
    position: absolute;
    right: 0;
    top: 0;
  }
}
.career .job-wrapper .job-listing .job strong {
  font-weight: 400;
  display: inline-block;
}
@media (max-width: 450px) {
  .career .job-wrapper .job-listing .job strong {
    line-height: 1.3;
    width: calc(100% - 120px);
  }
}
.career .job-wrapper .job-listing .job strong.location {
  padding-right: 40px;
  position: relative;
  display: inline-grid;
}
@media (max-width: 450px) {
  .career .job-wrapper .job-listing .job strong.location {
    width: auto;
  }
}
.career .job-wrapper .job-listing .job strong .location-map {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  cursor: pointer;
}
.career .job-wrapper .job-listing .job strong .location-map svg {
  width: 20px;
  fill: #2390de;
}
.career .job-wrapper .job-listing .job .description-btn {
  font-size: 15px;
  font-weight: 500;
  color: #2390de;
  line-height: 1;
  width: auto;
  display: inline-block;
  padding: 12px 30px 12px 12px;
  margin: 0;
  border: 1px solid #2390de;
  border-radius: 5px;
  background: transparent;
  cursor: pointer;
  position: relative;
  transition: .4s all;
}
@media (max-width: 950px) {
  .career .job-wrapper .job-listing .job .description-btn {
    font-size: 14px;
    padding: 8px 30px 8px 12px;
    width: 155px;
  }
}
@media (max-width: 767px) {
  .career .job-wrapper .job-listing .job .description-btn {
    font-size: 15px;
    padding: 12px 30px 12px 12px;
    width: 170px;
  }
}
@media (max-width: 450px) {
  .career .job-wrapper .job-listing .job .description-btn {
    width: 48%;
    text-align: center;
  }
}
@media (max-width: 365px) {
  .career .job-wrapper .job-listing .job .description-btn {
    width: 100%;
    text-align: center;
  }
}
.career .job-wrapper .job-listing .job .description-btn:hover {
  color: #fff;
  background: #2390de;
}
.career .job-wrapper .job-listing .job .description-btn:after {
  content: "\f107";
  font-family: FontAwesome;
  font-size: 20px;
  line-height: 1;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: absolute;
  top: 0;
  right: 10px;
}
.career .job-wrapper .job-listing .job .description-btn.active {
  color: #fff;
  background: #2390de;
}
.career .job-wrapper .job-listing .job .description-btn.active:after {
  content: "\f106";
}
.career .job-wrapper .job-listing .job .description-btn + .apply-btn {
  margin: 0 0 0 10px;
}
@media (max-width: 950px) {
  .career .job-wrapper .job-listing .job .description-btn + .apply-btn {
    margin: 10px 0 0;
  }
}
@media (max-width: 450px) {
  .career .job-wrapper .job-listing .job .description-btn + .apply-btn {
    margin: 0;
  }
}
@media (max-width: 365px) {
  .career .job-wrapper .job-listing .job .description-btn + .apply-btn {
    margin: 0 0 15px;
  }
}
.career .job-wrapper .job-listing .job .apply-btn {
  font-size: 15px;
  font-weight: 500;
  color: #2390de;
  line-height: 1;
  width: auto;
  display: inline-block;
  padding: 12px 20px;
  margin: 0;
  border: 1px solid #2390de;
  border-radius: 5px;
  background: transparent;
  transition: .4s all;
}
@media (max-width: 950px) {
  .career .job-wrapper .job-listing .job .apply-btn {
    font-size: 14px;
    padding: 8px 0;
    width: 155px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .career .job-wrapper .job-listing .job .apply-btn {
    font-size: 15px;
    padding: 12px 20px;
    width: 170px;
  }
}
@media (max-width: 450px) {
  .career .job-wrapper .job-listing .job .apply-btn {
    width: 48%;
  }
}
@media (max-width: 365px) {
  .career .job-wrapper .job-listing .job .apply-btn {
    width: 100%;
  }
}
.career .job-wrapper .job-listing .job .apply-btn:hover {
  color: #fff;
  background: #2390de;
}
.career .job-wrapper .job-listing .job .job-description {
  display: none;
  width: 100%;
  padding: 30px 0 0;
  text-align: center;
}
.career .job-wrapper .job-listing .job .job-description strong {
  font-family: 'Gotham-Book';
  font-size: 18px;
  text-align: left;
  line-height: 1.4;
  width: 100%;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.career .job-wrapper .job-listing .job .job-description strong::before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  height: 2px;
  width: 50px;
  background-color: #2ee1ff;
}
.career .job-wrapper .job-listing .job .job-description ul {
  padding-bottom: 20px;
}
.career .job-wrapper .job-listing .job .job-description ul li {
  position: relative;
  padding-bottom: 10px;
  padding-left: 30px;
  text-align: left;
}
.career .job-wrapper .job-listing .job .job-description ul li:before {
  content: "\f101";
  font-family: FontAwesome;
  color: #2390de;
  position: absolute;
  left: 10px;
  font-size: 18px;
  top: 0;
}
.career .job-wrapper .job-listing .job .job-description .apply-btn {
  color: #fff;
  text-align: center;
  border-color: #2390de;
  background: #2390de;
  width: 200px;
  margin: 0 0 20px 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media (max-width: 450px) {
  .career .job-wrapper .job-listing .job .job-description .apply-btn {
    margin: 0 auto 15px;
  }
}
.career .job-wrapper .job-listing .job .job-description .apply-btn:hover {
  background: #2ee1ff;
  border-color: #2ee1ff;
}
.career .job-wrapper .job-listing .job .job-description .apply-btn:after {
  content: "\f101";
  font-family: FontAwesome;
  font-size: 18px;
  color: inherit;
  padding: 0 0 0 10px;
}
/*** Career Ui End ***/
/*** Contact Us Ui Start ***/
.alert {
  position: relative;
  padding: .55rem 1rem;
  border: 1px solid transparent;
  border-radius: .25rem;
}
@media (max-width: 480px) {
  .alert {
    margin-top: 1rem;
  }
}
.alert.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert.alert-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.contact-us {
  padding: 50px 0;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .contact-us {
    display: block;
  }
}
.contact-us .contact-top {
  width: 40%;
}
@media (max-width: 767px) {
  .contact-us .contact-top {
    width: 100%;
  }
}
.contact-us .contact-top a {
  display: inline-block;
}
.contact-us .contact-top .contact-item {
  position: relative;
  padding-left: 44px;
  padding-bottom: 35px;
  color: #444;
  transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}
.contact-us .contact-top .contact-item a {
  color: #444;
}
.contact-us .contact-top .contact-item .add-text {
  display: inline-block;
}
.contact-us .contact-top .contact-item .add-text svg {
  display: inline-block;
  vertical-align: middle;
}
.contact-us .contact-top .contact-item .add-text svg.uk-flag {
  border: 10px solid #fff;
}
.contact-us .contact-top .contact-item .add-text strong {
  display: inline-block;
}
.contact-us .contact-top .contact-item .add-text .ci-text {
  font-size: 16px;
  padding: 0 0 20px 10px;
}
.contact-us .contact-top .ci-icon {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  left: 3px;
  text-align: center;
  line-height: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.contact-us .contact-top .ci-icon:before {
  content: " ";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #2390de;
  border-radius: 2px;
  transform: rotate(45deg);
}
.contact-us .contact-top .ci-icon i,
.contact-us .contact-top .ci-icon span {
  position: relative;
  color: #ffffff;
}
.contact-us .contact-top .ci-title {
  margin-bottom: 1px;
  color: #777;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.3em;
}
.contact-us .contact-form {
  width: 60%;
  padding-left: 30px;
}
.contact-us .contact-form.loading {
  pointer-events: none;
}
.contact-us .contact-form.loading .submit_btn i {
  animation: fa-spin 2s infinite linear;
  -webkit-animation: fa-spin 2s infinite linear;
  -moz-animation: fa-spin 2s infinite linear;
  -ms-animation: fa-spin 2s infinite linear;
  -o-animation: fa-spin 2s infinite linear;
}
.contact-us .contact-form.loading .submit_btn i:before {
  content: "\f1ce";
}
@media (max-width: 767px) {
  .contact-us .contact-form {
    width: 100%;
    padding-left: 0;
  }
}
.contact-us .contact-form .cf-left-col {
  width: 49.4%;
  float: left;
  margin-right: 1.2%;
}
.contact-us .contact-form .cf-right-col {
  width: 49.4%;
  float: left;
  text-align: right;
}
@media (max-width: 767px) {
  .contact-us .contact-form .cf-left-col,
  .contact-us .contact-form .cf-right-col {
    width: 100%;
  }
  .contact-us .contact-form .cf-left-col.last-col,
  .contact-us .contact-form .cf-right-col.last-col {
    width: 49.4%;
  }
}
@media (max-width: 480px) {
  .contact-us .contact-form .cf-left-col.last-col,
  .contact-us .contact-form .cf-right-col.last-col {
    width: 100%;
    text-align: center;
  }
}
.contact-us .contact-form .form-group {
  margin-bottom: 15px;
  position: relative;
}
.contact-us .contact-form input,
.contact-us .contact-form textarea {
  height: 35px;
  font-size: 12px;
  font-weight: 400;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0;
  box-sizing: border-box;
  width: 100%;
  padding: 10px;
  outline: none;
}
.contact-us .contact-form input:focus ~ .floating-label,
.contact-us .contact-form input:not(:placeholder-shown) ~ .floating-label,
.contact-us .contact-form textarea:focus ~ .floating-label,
.contact-us .contact-form textarea:not(:placeholder-shown) ~ .floating-label {
  top: -5px;
  font-size: 11px;
  opacity: 1;
  background: #fff;
  line-height: 1;
}
.contact-us .contact-form input[type=number]::-webkit-inner-spin-button,
.contact-us .contact-form input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
.contact-us .contact-form input[type=number] {
  -moz-appearance: textfield;
}
.contact-us .contact-form .floating-label {
  position: absolute;
  pointer-events: none;
  left: 10px;
  top: 5px;
  transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
  font-size: 14px;
}
.contact-us .contact-form .submit_btn {
  font-size: 14px;
  display: inline-block;
  background: #2390de;
  padding: 15px;
  border-radius: 5px;
  color: #fff;
  border: 0;
  font-weight: 400;
  font-family: 'Gotham-Light';
  cursor: pointer;
  width: auto;
}
.contact-us .contact-form .submit_btn:focus {
  outline: none;
}
.contact-us .contact-form .align-right {
  text-align: right;
}
.contact-us .contact-form .clearfix:after {
  display: block;
  clear: both;
  content: "";
}
.title-main {
  font-size: 36px;
  line-height: 40px;
  text-align: center;
  position: relative;
  padding-bottom: 40px;
}
.title-main:before,
.title-main:after {
  content: "";
  background: #2ee1ff;
  width: 60px;
  height: 2px;
  position: absolute;
  right: 0;
  margin: 0 auto;
}
.title-main:before {
  left: -20px;
  bottom: 28px;
}
.title-main:after {
  left: 20px;
  bottom: 20px;
}
.main-map {
  padding: 10px 10px 10px 10px;
  background-color: #ffffff;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #eaeaea;
  border-radius: 4px 4px 4px 4px;
  margin-bottom: 50px;
}
.main-map #map {
  height: 400px;
  width: 100%;
}
::-webkit-input-placeholder {
  /* WebKit browsers */
  color: transparent;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: transparent;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: transparent;
}
:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: transparent;
}
input::placeholder {
  color: transparent;
}
textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  color: transparent;
}
textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: transparent;
}
textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: transparent;
}
textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: transparent;
}
textarea::placeholder {
  color: transparent;
}
/*** Contact Us Ui End ***/
.page-notfound {
  text-align: center;
  background-image: url(../images/bg-404.webp), url(../images/bg-404.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 110px 0;
  background-position: center;
  position: relative;
}
@media (min-width: 768px) {
  .page-notfound {
    padding: 0;
    height: 100vh;
  }
}
@media (min-width: 768px) {
  .page-notfound .notfound-grid {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
  }
}
.page-notfound .notfound-grid .st1 {
  font-size: 83.0285px;
}
.page-notfound .notfound-grid .st2 {
  fill: gray;
}
.page-notfound .notfound-grid svg {
  max-width: 650px;
  text-align: center;
  fill: #fff;
}
.page-notfound .notfound-grid path#XMLID_5_ {
  fill: #fff;
  filter: url(#blurFilter4);
}
.page-notfound .notfound-grid path#XMLID_11_,
.page-notfound .notfound-grid path#XMLID_2_ {
  fill: #fff;
}
.page-notfound .notfound-grid .circle {
  animation: out 2s infinite ease-out;
  fill: #fff;
}
.page-notfound .notfound-grid .message {
  color: #fff;
  font-family: 'Gotham-Book';
  font-size: 20px;
}
.page-notfound .notfound-grid .message:after {
  content: "]";
}
.page-notfound .notfound-grid .message:before {
  content: "[";
}
.page-notfound .notfound-grid .message:after,
.page-notfound .notfound-grid .message:before {
  color: #fff;
  font-size: 20px;
  -webkit-animation-name: opacity;
  animation-name: opacity;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  margin: 0 30px;
}
@media (max-width: 480px) {
  .page-notfound .notfound-grid .message:after,
  .page-notfound .notfound-grid .message:before {
    margin: 0 10px;
    font-size: 16px;
  }
}
@-webkit-keyframes opacity {
  0%,
  100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@keyframes opacity {
  0%,
  100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@keyframes out {
  0% {
    r: 1;
    opacity: 0.9 ;
  }
  25% {
    r: 5;
    opacity: 0.3 ;
  }
  50% {
    r: 10;
    opacity: 0.2 ;
  }
  75% {
    r: 15;
    opacity: 0.1;
  }
  100% {
    r: 20;
    opacity: 0;
  }
}
.main-text {
  padding: 50px 0;
}
.main-text p {
  margin-bottom: 10px;
}
.main-text h3 {
  text-transform: uppercase;
  margin: 30px 0 10px;
  letter-spacing: 1.5px;
}
.main-text h3::before {
  content: "";
  width: 30px;
  height: 2px;
  background: #2ee1ff;
  display: block;
  margin: 0 0 10px;
}
.main-text a {
  color: #2390de;
}
.main-text ul.main-list {
  margin-bottom: 15px;
}
.main-text ul.main-list li {
  padding-bottom: 10px;
  position: relative;
  padding-left: 40px;
}
.main-text ul.main-list li::before {
  content: "\f101";
  font-family: FontAwesome;
  color: #2390de;
  position: absolute;
  left: 15px;
  font-size: 18px;
  top: 0;
}
.main-text .community-wrapper .community-grid {
  display: block;
}
.main-text .community-wrapper .community-grid .community-content:nth-child(odd) .community-img {
  float: right;
  margin: 0 0 10px 20px;
}
@media (max-width: 767px) {
  .main-text .community-wrapper .community-grid .community-content:nth-child(odd) .community-img {
    float: none;
    margin: 0 auto 20px;
  }
}
.main-text .community-wrapper .community-grid .community-content + .community-content {
  padding: 30px 0 0;
}
.main-text .community-wrapper .community-grid .community-content .community-img {
  width: 40%;
  float: left;
  margin: 0 20px 10px 0;
}
@media (max-width: 767px) {
  .main-text .community-wrapper .community-grid .community-content .community-img {
    width: 70%;
    margin: 0 auto 20px;
    float: none;
  }
}
.main-text .community-wrapper .community-grid .community-content .community-img a {
  display: block;
}
.main-text .community-wrapper .community-grid .community-content .community-img a img {
  width: 100%;
  height: auto;
  display: block;
}
.main-text .table-cookies {
  border-spacing: 0;
  padding-top: 20px;
}
.main-text .table-cookies td {
  border: 1px solid #ddd;
  padding: 8px;
}
.main-text .table-cookies td:nth-child(odd) {
  text-transform: uppercase;
  font-family: 'Sentinel-Book';
}
@media (max-width: 767px) {
  .main-text .table-cookies td {
    display: block;
  }
}
.main-text .table-cookies tr:nth-child(even) {
  background-color: #f2f2f2;
}
.main-text .table-cookies tr:hover {
  background-color: #ddd;
}
/*** Footer Ui Start ***/
footer {
  background-color: #0b284a;
  padding: 70px 0;
}
footer.footer-bg {
  background: #0b284a;
}
footer .footer-item {
  display: flex;
  justify-content: space-between;
  color: #ffffff;
}
footer .footer-item .item ul li {
  padding-bottom: 15px;
  line-height: normal;
}
footer .footer-item .item ul li a {
  display: inline-block;
  line-height: 1;
}
footer .footer-logo {
  max-width: 267px;
  height: auto;
}
@media (max-width: 991px) {
  footer .footer-logo {
    max-width: 235px;
  }
}
@media (max-width: 991px) {
  footer .footer-item .item {
    width: 33%;
  }
  footer .footer-item .item:nth-child(2) {
    padding: 0 10px;
    width: 25%;
  }
}
@media (max-width: 767px) {
  footer {
    padding: 50px 0;
  }
  footer .footer-item {
    flex-direction: column;
  }
  footer .footer-item .item {
    width: 100%;
  }
  footer .footer-item .item:nth-child(2) {
    padding: 0;
    width: 100%;
  }
  footer .footer-logo {
    display: none;
  }
}
footer h3 {
  font-size: 18px;
  text-transform: uppercase;
  color: #ffffff;
  font-family: 'Gotham-Book';
  font-weight: 400;
  padding-bottom: 30px;
  padding-top: 5px;
}
@media (max-width: 767px) {
  footer h3 {
    padding: 30px 0 15px;
  }
}
footer .newsletter .form-group {
  position: relative;
}
@media (min-width: 480px) {
  footer .newsletter .alert {
    margin-top: .5rem;
  }
}
footer .newsletter input {
  height: 48px;
  width: 100%;
  background: transparent;
  border: 0;
  outline: none;
  border-radius: 0;
  border-bottom: 1px solid #688aa1;
  color: #688aa1;
  font-size: 16px;
  padding-left: 5px;
  padding-right: 47px;
  margin-top: 20px;
}
footer .newsletter input:focus {
  outline: none;
}
footer .newsletter input::placeholder {
  color: #688aa1;
}
footer .newsletter button {
  position: absolute;
  bottom: 4px;
  right: 2px;
  height: 40px;
  font-size: 18px;
  border: none;
  background: none;
  cursor: pointer;
}
footer .newsletter button:focus {
  outline: none;
}
footer .newsletter button i {
  background-color: #2390de;
  color: #ffffff;
  height: 40px;
  width: 40px;
  line-height: 40px;
  border-radius: 50%;
}
footer .newsletter .newsletter_msg {
  max-width: 340px;
}
@media (max-width: 767px) {
  footer .newsletter .newsletter_msg {
    max-width: 100%;
  }
}
footer .newsletter.loading {
  pointer-events: none;
}
footer .newsletter.loading button i {
  animation: fa-spin 2s infinite linear;
  -webkit-animation: fa-spin 2s infinite linear;
  -moz-animation: fa-spin 2s infinite linear;
  -ms-animation: fa-spin 2s infinite linear;
  -o-animation: fa-spin 2s infinite linear;
}
footer .newsletter.loading button i:before {
  content: "\f1ce";
}
footer .contact-item a {
  display: block;
  padding: 10px 0;
}
footer .contact-item a:first-child {
  font-family: 'Sentinel-Book';
  color: #2ee1ff;
  font-size: 32px;
}
@media (max-width: 991px) {
  footer .contact-item a:first-child {
    font-size: 26px;
  }
}
footer .copyright {
  font-size: 14px;
  padding-top: 40px;
  display: block;
  color: #ffffff;
}
@media (min-width: 768px) {
  footer .copyright {
    padding-top: 60px;
  }
}
footer .social-icon li a i {
  background-color: #274962;
}
@media (max-width: 1024px) {
  footer .social-icon li a i {
    background-color: #2390de;
  }
}
footer .social-icon li a:hover i {
  background-color: #2390de;
}
@media (max-width: 1024px) {
  footer .social-icon li a:hover i {
    background-color: #2390de;
  }
}
.copyright-bottom {
  display: none;
}
@media (max-width: 767px) {
  .copyright-bottom {
    padding: 10px 15px;
    background-color: #264962;
    color: #ffffff;
    font-size: 13px;
    display: block;
  }
}
.copyright-bottom.copy-new {
  padding: 10px 15px;
  background-color: #264962;
  color: #fff;
  font-size: 13px;
  display: block;
  text-align: center;
}
/*** Footer Ui End ***/

/* ── Contact page: email call-to-action ──────────────────────────────
   Replaces the contact form that previously occupied this column.
   Uses the site's existing blue (#2390de) and Sentinel/Gotham stack. */
.contact-us .contact-cta {
  width: 60%;
  padding: 40px 45px;
  margin-left: 30px;
  box-sizing: border-box;
  background: #f7fafc;
  border-left: 4px solid #2390de;
  align-self: flex-start;
}
.contact-us .contact-cta h2 {
  font-family: 'Sentinel-Book';
  font-size: 30px;
  line-height: 1.25;
  color: #222;
  margin: 0 0 18px;
}
.contact-us .contact-cta p {
  font-size: 16px;
  line-height: 1.6;
  color: #555;
  margin: 0 0 28px;
}
.contact-us .contact-cta .cta-btn {
  display: inline-block;
  background: #2390de;
  color: #fff;
  font-family: 'Gotham-Light';
  font-size: 16px;
  padding: 16px 26px;
  border-radius: 5px;
  text-decoration: none;
  transition: background 0.25s ease;
}
.contact-us .contact-cta .cta-btn:hover { background: #1b76b5; }
.contact-us .contact-cta .cta-btn i { margin-left: 8px; }
.contact-us .contact-cta .cta-alt {
  font-size: 15px;
  color: #777;
  margin: 22px 0 0;
}
.contact-us .contact-cta .cta-alt a {
  color: #2390de;
  text-decoration: none;
}
.contact-us .contact-cta .cta-alt a:hover { text-decoration: underline; }

@media (max-width: 991px) {
  .contact-us .contact-cta {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
    padding: 32px 28px;
  }
  .contact-us .contact-cta h2 { font-size: 24px; }
}
