/* fontawsome icon */
@import url("https://use.fontawesome.com/releases/v5.0.7/css/all.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css");


@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/Helvetica-Light.eot');
  src: url('../fonts/Helvetica-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Helvetica-Light.woff2') format('woff2'),
    url('../fonts/Helvetica-Light.woff') format('woff'),
    url('../fonts/Helvetica-Light.ttf') format('truetype'),
    url('../fonts/Helvetica-Light.svg#Helvetica-Light') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/Helvetica-Bold.eot');
  src: url('../fonts/Helvetica-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Helvetica-Bold.woff2') format('woff2'),
    url('../fonts/Helvetica-Bold.woff') format('woff'),
    url('../fonts/Helvetica-Bold.ttf') format('truetype'),
    url('../fonts/Helvetica-Bold.svg#Helvetica-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/Helvetica.eot');
  src: url(../fonts/'Helvetica.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Helvetica.woff2') format('woff2'),
    url('../fonts/Helvetica.woff') format('woff'),
    url('../fonts/Helvetica.ttf') format('truetype'),
    url('../fonts/Helvetica.svg#Helvetica') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/Helvetica-BoldOblique.eot');
  src: url('../fonts/Helvetica-BoldOblique.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Helvetica-BoldOblique.woff2') format('woff2'),
    url('../fonts/Helvetica-BoldOblique.woff') format('woff'),
    url('../fonts/Helvetica-BoldOblique.ttf') format('truetype'),
    url('../fonts/Helvetica-BoldOblique.svg#Helvetica-BoldOblique') format('svg');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/Helvetica-Oblique.eot');
  src: url('../fonts/Helvetica-Oblique.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Helvetica-Oblique.woff2') format('woff2'),
    url('../fonts/Helvetica-Oblique.woff') format('woff'),
    url('../fonts/Helvetica-Oblique.ttf') format('truetype'),
    url('../fonts/Helvetica-Oblique.svg#Helvetica-Oblique') format('svg');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Georgia';
  src: url('../fonts/Georgia-Bold.eot');
  src: url('../fonts/Georgia-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Georgia-Bold.woff2') format('woff2'),
    url('../fonts/Georgia-Bold.woff') format('woff'),
    url('../fonts/Georgia-Bold.ttf') format('truetype'),
    url('../fonts/Georgia-Bold.svg#Georgia-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Georgia';
  src: url('../fonts/Georgia.eot');
  src: url('../fonts/Georgia.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Georgia.woff2') format('woff2'),
    url('../fonts/Georgia.woff') format('woff'),
    url('../fonts/Georgia.ttf') format('truetype'),
    url('../fonts/Georgia.svg#Georgia') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Georgia';
  src: url('../fonts/Georgia-Italic.eot');
  src: url('../fonts/Georgia-Italic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Georgia-Italic.woff2') format('woff2'),
    url('../fonts/Georgia-Italic.woff') format('woff'),
    url('../fonts/Georgia-Italic.ttf') format('truetype'),
    url('../fonts/Georgia-Italic.svg#Georgia-Italic') format('svg');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Georgia';
  src: url('../fonts/Georgia-BoldItalic.eot');
  src: url('../fonts/Georgia-BoldItalic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Georgia-BoldItalic.woff2') format('woff2'),
    url('../fonts/Georgia-BoldItalic.woff') format('woff'),
    url('../fonts/Georgia-BoldItalic.ttf') format('truetype'),
    url('../fonts/Georgia-BoldItalic.svg#Georgia-BoldItalic') format('svg');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Avenir Next LT Pro';
  src: url('../fonts/AvenirNextLTPro-Regular.eot');
  src: url('../fonts/AvenirNextLTPro-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/AvenirNextLTPro-Regular.woff2') format('woff2'),
    url('../fonts/AvenirNextLTPro-Regular.woff') format('woff'),
    url('../fonts/AvenirNextLTPro-Regular.ttf') format('truetype'),
    url('../fonts/AvenirNextLTPro-Regular.svg#AvenirNextLTPro-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

* {
  margin: 0;
  padding: 0;
  outline: none !important;
}


body {
  font-family: 'Georgia';
  font-size: 16px;
  color: #fff;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
}

body::-webkit-scrollbar {
  width: 0px;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #888 !important;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #888 !important;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #888 !important;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #888 !important;
}

.dropdown-item.active,
.dropdown-item:active {
  background: transparent;
}

* {
  margin: 0;
  padding: 0;
}

*:focus {
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-family: 'Helvetica';
}


p {
  font-size: 16px;
  color: #888;
  line-height: 28px;
}

img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  height: auto;
  max-width: 100%;
}

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

a {
  text-decoration: none !important;
  color: #555;
}

a:hover,
a:focus {
  -webkit-transition: color 300ms ease 0s,
    background-color 300ms ease 0s;
  transition: color 300ms ease 0s,
    background-color 300ms ease 0s;
  text-decoration: none;
}

a:focus {
  outline: medium none;
  outline-offset: 0;
}

a:hover {
  color: #00243a;
}

button:focus,
.form-control:focus {
  outline: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
  background: #86c443;
  border-color: #86c443;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 9;
  background: rgb(2 44 65);
  padding: 10px 75px;
}

.navbar-light.bg-white {
  background: transparent !important;
  padding: 0;
}

header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 99;
  background: rgba(0, 0, 0, 0.682);
  box-shadow: 0px 1px 20px 0px rgb(0 0 1 / 10%);
}

header .logo {
  max-width: 150px;
}

.navbar-light .navbar-nav li {
  margin: 0 15px;
  position: relative;
}

.navbar-light .navbar-nav li:last-child {
  margin-right: 0px;
}

.navbar-light .navbar-nav .nav-link {
  font-size: 17px;
  padding: 10px 0;
  color: #fff;
  position: relative;
  font-family: 'Helvetica';
}

.navbar-light .navbar-nav .nav-link.active {
  color: #fff;
}

.navbar-light .navbar-nav .nav-link.active:after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  bottom: 0;
}

.dropdown-toggle {
  white-space: nowrap;
  position: absolute;
  right: -15px;
  top: 10px;
}

.navbar-expand-sm .navbar-nav .dropdown-menu {
  position: absolute;
  right: 0;
  left: auto;
}

.navbar-light .navbar-nav .dropdown-menu {
  background: #f8f9fa;
  border: none;
  margin: 0;
  text-align: left;
  color: #222;
  min-width: 12rem;
}


.navbar-light .navbar-nav .dropdown-menu:before {
  content: ' ';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 15px 15px;
  border-color: transparent transparent #f8f9fa transparent;
  position: absolute;
  z-index: 1;
  top: -15px;
  left: 15%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.dropdown-item {
  padding: 7px 25px;
  font-size: 14px;
  display: inline-block;
  border-radius: 50px;
  width: auto;
  font-family: 'Helvetica';
}

.dropdown-item:focus,
.dropdown-item:hover {
  text-decoration: none;
  background-color: #fff;
  color: #00243a;
}

.navbar-light .navbar-nav .nav-link:hover:after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  bottom: 0;
}

.dropdown-toggle::after {
  display: none;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #fff;
}

.navbar-light .navbar-toggler {
  border: none;
}

.nav-but-wrap {
  position: relative;
  display: inline-flex;
  transition: all 0.3s ease-out;
}

.menu-icon {
  height: 30px;
  width: 30px;
  position: relative;
  z-index: 2;
  cursor: pointer;
  display: block;
}

.menu-icon__line {
  height: 2px;
  width: 17px;
  display: block;
  background-color: #fff;
  margin-bottom: 8px;
  cursor: pointer;
  -webkit-transition: background-color .5s ease, -webkit-transform .2s ease;
  transition: background-color .5s ease, -webkit-transform .2s ease;
  transition: transform .2s ease, background-color .5s ease;
  transition: transform .2s ease, background-color .5s ease, -webkit-transform .2s ease;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
}

.menu-icon__line-left {
  width: 30px;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.menu-icon__line-right {
  width: 30px;
  float: right;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
}

.menu-icon:hover .menu-icon__line {
  width: 30px;
}


.social-part a i {
  color: #fff;
  font-size: 19px;
  margin-right: 5px;
}

a.contact-number {
  margin: 0 10px;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

a.contact-btn {
  background: #f4811f;
  color: #fff;
  padding: 12px 30px;
  font-size: 16px;
  border-radius: 50px;
  font-family: Arial, Helvetica, sans-serif;
  display: inline-block;
  font-weight: 600;
}

a.contact-btn:hover {
  background: #15679a;
  color: #fff;
}



/*       Fade Bs-carousel       */
/********************************/
.fade-carousel {
  width: 100%;
  height: 75vh;
  position: relative;
}

.fade-carousel .carousel-inner .carousel-item,
.slide-1 {
  height: 75vh;
}

.fade-carousel .carousel-indicators {
  display: block;
  position: absolute;
  top: 40%;
  right: 50px;
  z-index: 9;
  width: 20px;
  left: auto;
  margin: 0;
}

.fade-carousel .carousel-indicators>li {
  height: 9px;
  width: 9px;
  border-radius: 50px;
  border: none;
  opacity: 100;
  background-color: transparent;
  margin: 0 0 8px;
  border: 1px solid#fff;
}

.fade-carousel .carousel-indicators>li.active {
  background: transparent;
  border: 1px solid #043a5b;
}

#myVideos {
  width: 100%;
  height: 75vh;
  object-fit: cover;
}

.IntrnalPage #myVideos,
.IntrnalPage.fade-carousel,
.IntrnalPage.fade-carousel .carousel-inner .carousel-item {
  height: 500px;
}

/********************************/
/*          Hero Headers        */
/********************************/
.back-hereo {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
  background: url('../images/titledotts.png');
  color: #fff;
  display: flex;
  padding: 30px;
}

.hero {
  text-align: left;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
  place-content: center;
  padding-left: 45px;
}

hgroup {
  position: relative;
}

hgroup:after {
  content: '';
  position: absolute;
  left: 0px;
  width: 60px;
  height: 1px;
  background: #fff;
}

.hero h1 {
  font-size: 3em;
  font-weight: bold;
  margin: 0;
  padding: 0 0 10px;
  text-transform: capitalize;
}

#custom_carousel .hero h3 {
  font-size: 2.8em;
  font-weight: bold;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 15px;
}

#custom_carousel .hero h3:after {
  content: '';
  position: absolute;
  left: 0px;
  width: 60px;
  height: 1px;
  background: #fff;
  bottom: 0;
}

.hero h4 {
  font-size: 1.4em;
  margin-top: 30px;
  font-family: 'Georgia';
}

#custom_carousel .hero hgroup:after {
  display: none;
}



.fade-carousel .carousel-inner .carousel-item .hero {
  opacity: 0;
  -webkit-transition: 2s all ease-in-out .1s;
  -moz-transition: 2s all ease-in-out .1s;
  -ms-transition: 2s all ease-in-out .1s;
  -o-transition: 2s all ease-in-out .1s;
  transition: 2s all ease-in-out .1s;
}

.fade-carousel .carousel-inner .carousel-item.active .hero {
  opacity: 1;
  -webkit-transition: 2s all ease-in-out .1s;
  -moz-transition: 2s all ease-in-out .1s;
  -ms-transition: 2s all ease-in-out .1s;
  -o-transition: 2s all ease-in-out .1s;
  transition: 2s all ease-in-out .1s;
}

.btn-hero {
  background: #1a93d0;
  color: #fff;
  padding: 15px 30px;
  display: inline-block;
  font-size: 18px;
  margin-top: 30px;
  margin-right: auto;
  font-family: 'Helvetica';
  letter-spacing: 1px;
  font-weight: 600;
  border-radius: 10px;
}

.btn-hero:hover {
  background: #00243a;
  color: #fff;
}


.scroll-prompt {
  position: absolute;
  z-index: 998;
  bottom: -60px;
  left: 50%;
  margin-left: -80px;
  width: 160px;
  height: 160px;
}

.scroll-prompt .scroll-prompt-arrow-container {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -18px;
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.scroll-prompt .scroll-prompt-arrow {
  -webkit-animation-name: opacity;
  animation-name: opacity;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.scroll-prompt .scroll-prompt-arrow:last-child {
  animation-direction: reverse;
  margin-top: -6px;
}

.scroll-prompt .scroll-prompt-arrow>div {
  width: 36px;
  height: 36px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(45deg) translateZ(1px);
}

@-webkit-keyframes opacity {
  0% {
    opacity: 0;
  }

  10% {
    opacity: 0.1;
  }

  20% {
    opacity: 0.2;
  }

  30% {
    opacity: 0.3;
  }

  40% {
    opacity: 0.4;
  }

  50% {
    opacity: 0.5;
  }

  60% {
    opacity: 0.6;
  }

  70% {
    opacity: 0.7;
  }

  80% {
    opacity: 0.8;
  }

  90% {
    opacity: 0.9;
  }

  100% {
    opacity: 1;
  }
}

@keyframes opacity {
  0% {
    opacity: 0;
  }

  10% {
    opacity: 0.1;
  }

  20% {
    opacity: 0.2;
  }

  30% {
    opacity: 0.3;
  }

  40% {
    opacity: 0.4;
  }

  50% {
    opacity: 0.5;
  }

  60% {
    opacity: 0.6;
  }

  70% {
    opacity: 0.7;
  }

  80% {
    opacity: 0.8;
  }

  90% {
    opacity: 0.9;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes bounce {
  0% {
    transform: translateY(0);
  }

  10% {
    transform: translateY(3px);
  }

  20% {
    transform: translateY(6px);
  }

  30% {
    transform: translateY(9px);
  }

  40% {
    transform: translateY(12px);
  }

  50% {
    transform: translateY(15px);
  }

  60% {
    transform: translateY(18px);
  }

  70% {
    transform: translateY(21px);
  }

  80% {
    transform: translateY(24px);
  }

  90% {
    transform: translateY(27px);
  }

  100% {
    transform: translateY(30px);
  }
}

@keyframes bounce {
  0% {
    transform: translateY(0);
  }

  10% {
    transform: translateY(3px);
  }

  20% {
    transform: translateY(6px);
  }

  30% {
    transform: translateY(9px);
  }

  40% {
    transform: translateY(12px);
  }

  50% {
    transform: translateY(15px);
  }

  60% {
    transform: translateY(18px);
  }

  70% {
    transform: translateY(21px);
  }

  80% {
    transform: translateY(24px);
  }

  90% {
    transform: translateY(27px);
  }

  100% {
    transform: translateY(30px);
  }
}

.social-part-sec img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

figure {
  margin: 0;
}

.content {
  padding: 70px 0;
}

.content-title {
  text-align: center;
}

.content-title h2 {
  color: #222;
  font-size: 2em;
  font-weight: bold;
}

.content-title p {
  font-size: 19px;
  margin-top: 20px;
}

.about-title {
  background: #f8f9fa;
  padding: 40px;
  min-height: 140px;
  text-align: center;
}

.about-title h2 {
  color: #222;
  margin-bottom: 25px;
  font-size: 2rem;
  font-weight: bold;
}

a.learn-more {
  background: #043a5b;
  color: #fff;
  padding: 13px 30px;
  border-radius: 50px;
  display: inline-block;
  font-size: 19px;
  margin-top: 30px;
  margin-right: auto;
}

a.learn-more:hover {
  background: #00243a;
}

.sr-back {
  background: url('../images/sr-back.jpg');
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}

.services-icon {
  background: #02b2af;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
}

.services-content {
  text-align: center;
  padding: 0 25px;
}

.services-content h2 {
  color: #fff;
  text-align: center;
  margin: 20px 0;
  font-size: 1.5rem;
}

.services-content p {
  font-size: 15px;
  text-align: left;
  margin-bottom: 0;
  color: #fff;
}

a.read-more {
  color: #fdcd2b;
  padding: 7px;
  border-radius: 50px;
  display: inline-block;
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 15px;
  text-decoration: underline !important;
}

.services-icon:hover {
  background: #008683;
}

a.read-more:hover {
  color: #008683;
}

ul.counter-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

ul.counter-row li {
  display: inline-block;
  width: 33.33333%;
  padding: 1px;
  position: relative;
}

ul.counter-row li figure {
  margin: 0;
}

.clients {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: 408px;
  place-content: center;
  padding: 0 100px;
}

.clients h2 {
  font-size: 2rem;
  color: #222;
  font-weight: bold;
}

.clients p {
  font-size: 18px;
}

ul.counter-row li .content-overlay {
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0.5;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

ul.counter-row li:hover .content-overlay {
  opacity: 1;
}

.counter {
  position: absolute;
  left: 25px;
  top: 0;
  right: auto;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
}

.counter-count {
  font-size: 4rem;
  font-weight: bold;
  font-family: 'Helvetica';
}

.postfix {
  font-size: 4rem;
  font-weight: bold;
  font-family: 'Helvetica';
}

.count-up h3 {
  font-size: 18px;
  font-family: 'Georgia';
}

#client-testimonial-carousel {
  min-height: 240px;
}

i.fa.fa-quote-left {
  font-size: 36px;
  margin-right: 15px;
  color: #043a5b;
}

.blockquote p {
  font-style: italic;
  line-height: 28px;
}

.blockquote-footer {
  display: block;
  font-size: 100%;
  color: #555;
  font-weight: 900;
  margin-top: 15px;
}

#client-testimonial-carousel .carousel-indicators li {
  background: #043a5b;
  height: 4px;
  border: 0px;
}

.missionVission figure {
  height: auto;
}

figure {
  overflow: hidden;
  height: 100%;
  position: relative;
}

figure img {
  -webkit-transition: all ease-in-out 2s;
  -o-transition: all ease-in-out 2s;
  transition: all ease-in-out 2s;
  overflow: hidden;
}

figure:hover img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

ul.counter-row li figure img {
  height: 18.4rem;
  object-fit: cover;
}

.KnowMore {
  background: #1a93d0;
  color: #fff;
  padding: 12px 30px;
  border-radius: 10px;
  display: inline-block;
  font-size: 16px;
  margin-top: 10px;
  margin-right: auto;
  font-family: 'Helvetica';
  letter-spacing: 1px;
  font-weight: 600;

}

.KnowMore:hover {
  background: #00243a;
  color: #fff;
}

.business-slide .carousel-item {
  color: #000;
  background: rgba(0, 0, 0, 0.5);
}

.business-slide .carousel-controls {
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0;
  margin: 0;
  white-space: nowrap;
  text-align: center;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 9;
}

.business-slide .carousel-controls li {
  display: table-cell;
  width: 8%;
  max-width: 110px;
  margin: 20px 6px 20px 0;
  position: relative;
}

.business-slide .carousel-controls li a {
  position: relative;
}

.business-slide .carousel-controls li.active a {
  border-top: 1px solid #043a5b;
}

.business-slide .carousel-controls li.active a:after {
  content: ' ';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 8px 8px;
  border-color: transparent transparent #043a5b transparent;
  position: absolute;
  top: -8px;
  right: 0;
  left: 0;
  margin: auto;
}

.business-slide .carousel-controls li a {
  display: block;
}

.business-slide .carousel-controls li a:hover {
  margin-top: -10px;
  transition: all .5s;
  -webkit-transition: all .5s;
  -ms-transition: all .5s;
}

.business-slide .carousel-controls li:hover a {
  border-top: 1px solid #043a5b;
}

.business-slide .carousel-controls li:hover a:after {
  content: ' ';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 8px 8px;
  border-color: transparent transparent #043a5b transparent;
  position: absolute;
  top: -8px;
  right: 0;
  left: 0;
  margin: auto;
}

.business-slide .carousel-controls li img {
  width: 100%;
}

.about-title.Lead-Story {
  background: #043a5b !important;
}

.about-title.Lead-Story h2 {
  background: #043a5b !important;
  font-size: 24px !important;
  color: #fff;
}

.about-title.Lead-Story p {
  color: #fff;
}

.bg-white.Lead-Story {
  background: #043a5b !important;
}

.imageContent {
  position: relative;
  background-color: #fff;
  min-height: 21rem;
  margin: 0;
  box-shadow: 0 0 8px 0 rgb(177 177 177 / 30%);
}

.blueCaption {
  padding: 2rem 0 1rem 2rem;
  text-transform: uppercase;
  color: #043a5b;
  font-size: 1rem;
  font-family: 'Helvetica';
}

h3.Heading {
  max-width: 350px;
  font-weight: normal;
  font-style: normal;
  color: #464646;
  font-size: 16px;
  line-height: 26px;
  margin: 0 0 1rem 2rem;
}

.leadContent {
  position: relative;
  margin: 2rem 4rem 2rem 4rem;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
}

.Imagetext {
  color: #464646;
  max-width: 220px;
  padding-left: 20px;
}

.Borderline {
  border-left: 1px solid #043a5b;
  position: absolute;
  height: 95%;
  bottom: 0;
  left: 0;
}

.noafterEfct:after {
  display: none;
}

.height30 {
  height: 37rem;
}

a.hoverCard {
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 2;
  transition: 1s ease;
}

h2.title {
  color: #222;
  margin-bottom: 55px;
  font-size: 2.8rem;
  font-weight: bold;
  position: relative;
}

/*h2.title:after {
  content: '';
  position: absolute;
  left: 0px;
  right: 0;
  width: 60px;
  height: 1px;
  background: #043a5b;
  margin: auto;
  bottom: 0;
}*/

#carousel1_indicator .carousel-indicators {
  display: block;
  position: absolute;
  top: 90%;
  right: 10px;
  z-index: 9;
  width: auto;
  left: auto;
  margin: 0;
}

#carousel1_indicator .carousel-indicators li {
  height: 9px;
  width: 9px;
  border-radius: 50px;
  border: none;
  opacity: 100;
  background-color: transparent;
  margin: 0 0 8px;
  border: 1px solid#999;
  display: inline-block;
}

#carousel1_indicator .carousel-indicators li.active {
  background: transparent;
  border: 1px solid #043a5b;
}

#carousel2_indicator .carousel-indicators {
  bottom: 20px;
}

#carousel2_indicator .carousel-indicators li {
  height: 9px;
  width: 9px;
  border-radius: 50px;
  opacity: 100;
  border: 1px solid#999;
  background: transparent;
}

#carousel2_indicator .carousel-indicators li.active {
  background: transparent;
  border: 1px solid #fff;
}

.imageContent.whats-new {
  min-height: 28rem;
  height: 100%;
  padding-bottom: 15px;
}

.imageContent.whats-new h3 {
  font-weight: 700;
  font-style: normal;
  color: #464646;
  font-size: 16px;
  line-height: 26px;
  padding: 0 55px;
}

.height25 {
  min-height: 28rem;
}

.height25 img {
  width: 100%;
  height: 28rem;
  object-fit: cover;
}

.imageContent.height30 ul {
  padding: 0 15px 0 65px;
}

.imageContent.height30 ul li {
  font-size: 16px;
  color: #464646;
  max-width: 100%;
  line-height: 24px;
  margin-bottom: 5px;
  position: relative;
  padding-left: 20px;
}

.imageContent.height30 ul li:after {
  content: '';
  position: absolute;
  top: 7px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #043a5b;
  border-radius: 40px;
}

.page-title h2.title:after {
  right: auto;
}

.page-title h3 {
  color: #043a5b;
  font-size: 24px;
  margin-bottom: 10px;
}

.page-title h4 {
  color: #043a5b;
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: bold;
}

.padding {
  padding: 70px 0;
}

.image-content h3 {
  color: #222;
  margin-bottom: 15px;
  padding-bottom: 10px;
  font-size: 2rem;
  font-weight: bold;
  position: relative;
}

.img {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.img img {
  --y: 0%;
  transform: translateY(var(--y));
}

.page-title h2 {
  color: #222;
  margin-bottom: 35px;
  font-size: 2rem;
  font-weight: bold;
  position: relative;
}

.padding50 {
  padding: 35px 0;
}

.image-content ul {
  padding-left: 15px;
}

.image-content ul li {
  font-size: 14px;
  line-height: 28px;
  color: #888;
  list-style: circle;
}

.download__app {
  padding-bottom: 70px;
  text-align: center;
}

.download__app li {
  display: inline-block;
}

.contactUs h2 {
  font-weight: bold;
}

.contactUs h3 {
  color: #043a5b;
  font-size: 24px;
  margin-bottom: 10px;
}

.contact_form input.form-control,
select.form-control {
  height: 50px;
}

.contact_form .form-control {
  font-family: 'Helvetica';
  border-radius: 0px;
  border: 1px solid rgba(0, 0, 0, .1);
  background-color: #fff;
  color: #767676;
  letter-spacing: 1px;
  transition: all 0.4s ease-in-out;
  border-radius: 10px;
}

.contact_form .form-control:focus {
  border-color: #043a5b;
}

.contact_form .form-group {
  text-align: left;
}

.contact_form label {
  font-size: 19px;
  font-family: 'Helvetica';
  color: #555;
  text-align: left;
}

.btn.btn-send-message {
  background: #043a5b;
  color: #fff;
  padding: 15px 30px;
  border-radius: 0px;
  display: inline-block;
  font-size: 16px;
  margin-top: 30px;
  margin-right: auto;
  font-family: 'Helvetica';
  letter-spacing: 1px;
  transition: all 0.4s ease-in-out;
  font-weight: 600;
  border-radius: 10px;
}

.btn.btn-send-message:hover {
  background: #00243a;
  color: #fff;
}

.contact__address .blue-box {
  background: #043a5b;
  padding: 30px;
  min-height: 260px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  place-content: center;
  transition: all 0.5s ease-in-out;
  border-radius: 10px;
}

.contact__address .blue-box:hover {
  background: #00243a;
}

.box-icon {
  width: 100%;
  margin-bottom: 20px;
}

.contact__address .blue-box i {
  font-size: 30px;
  border-radius: 50%;
  border: 1px solid #fff;
  width: 65px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}

.contact__address .blue-box p,
.contact__address .blue-box p a {
  font-family: 'Helvetica';
  color: #fff;
  font-size: 16px;
  letter-spacing: 1px;
}

.thumb {
  margin-bottom: 30px;
}

img.zoom {
  width: 100%;
  height: 200px;
  border-radius: 5px;
  object-fit: cover;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
}

.transition {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.Enjoy_Subsidies_Content {
  background: #fff;
  padding: 25px 20px
}

.Enjoy_Subsidies_Content h2 {
  color: #222;
  margin-bottom: 15px;
  font-size: 26px;
  font-weight: bold;
  position: relative;
}

.btn-box {
  text-align: center;
  margin-top: 40px;
}

.KnowMore {
  margin: 0 5px;
}

.Our__Process {
  background: url(../images/process.jpg);
  background-size: cover;
  background-attachment: fixed;
}

.grey-bg {
  background: #6e747e;
}

.grey-bg .about-title {
  background: #6e747e;
  text-align: left;
}

.grey-bg .about-title h2,
.grey-bg .about-title p {
  color: #fff;
}

.internal-services {
  text-align: center;
}

.internal-services figure {
  height: auto;
}

.internal-services h2 {
  margin-bottom: 30px;

}

.internal-services h3 {
  font-weight: bold;
  color: #222;
  font-size: 22px;
  text-align: center;
  padding: 20px 0 15px;
}

.internal-services h4 {
  color: #043a5b;
  font-size: 18px;
  font-weight: bold;
}

.social-part-sec.after-none h5 a {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
}

.social-part-sec.after-none h5 a:hover {
  color: #000;
}

.footer {
  padding: 60px 0 10px;
  background: #00486d;
}

.footer h3 {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 500;
}

.footer p {
  font-size: 16px;
  line-height: 28px;
  padding-right: 15px;
  color: #fff;
}

.footer a {
  color: #f4811f;
  font-weight: bold;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
}

.footer ul li a {
  font-weight: normal;
  line-height: 36px;
  color: #fff;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
}

.footer ul li:hover a {
  color: #f4811f;
}

.newsletter-form {
  position: relative;
}

.newsletter-form input {
  height: 50px;
  width: 100%;
  padding: 18px 135px 17px 30px;
  font-weight: 400;
  font-style: italic;
  border: 0 none;
  border-radius: 0px;
  outline: none;
  background-color: #fff;
  color: #1107ff;
  font-size: 1.125rem;
  line-height: 1;
}

.newsletter-form button {
  font-style: normal;
  width: 116px;
  height: 36px;
  transition: background-color .3s cubic-bezier(.165, .84, .44, 1);
  border-radius: 0px;
  background-color: #043a5b;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  position: absolute;
  right: 7px;
  bottom: 7px;
  display: inline-block;
  margin: 0;
  padding: 0;
  border: 0px;
  outline: none;
  text-decoration: none;
  cursor: pointer;
}

section.copyright {
  margin: 50px 0 0px;
  border-top: 1px solid #295f7b;
  padding-top: 20px;
}

section.copyright p {
  margin-bottom: 0px;
  color: #fff;
  font-family: 'Georgia';
}

section.copyright p,
section.copyright span {
  margin-bottom: 0px;
  color: #fff;
  font-family: 'Georgia';
}

.social-part-sec .figure1:after {
  border-bottom: 15px solid transparent;
  border-top: 15px solid transparent;
  border-right: 15px solid #fff;
  content: "";
  height: 0;
  position: absolute;
  right: 0px;
  top: 25px;
  width: 0;
}

.social-part-sec .figure2:after {
  border-top: 15px solid transparent;
  border-left: 15px solid #fff;
  border-bottom: 15px solid transparent;
  content: "";
  height: 0;
  position: absolute;
  left: 0px;
  top: 25px;
  width: 0;
}

.social-links {
  margin-left: 15px;
}

.social-links li {
  display: inline-block;
}

.social-links li a {
  text-decoration: none !important;
}

.social-links li a i {
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease-in-out;
  margin-left: 20px;
}

.social-links li a:hover i {
  color: #fff;
}

.our-team {
  text-align: center;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease-in-out 0s;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #eee;
  padding: 10px;
  margin-bottom: 35px;
}

.our-team .pic {
  position: relative;
}

/*.our-team .pic:before{
  content: "";
  background: #043a5b;
  position: absolute;
  top: 10px;
  left: 10px;
  bottom: 10px;
  right: 10px;
  opacity: 0.78;
  transform: scale(0);
  transition: all 0.3s ease-in-out 0s;
  z-index: 1;
}*/
.our-team:hover .pic:before {
  transform: scale(1);
}

.our-team .pic img {
  width: 100%;
  height: auto;
}

.our-team .social {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  position: absolute;
  top: 50%;
  opacity: 0;
  transition: all 0.3s ease-in-out 0s;
  z-index: 99;
}

.our-team:hover .social {
  opacity: 1;
}

.our-team .social li {
  display: inline-block;
  position: relative;
  transition: all 0.3s ease-in-out 0s;
}

.our-team .social li:nth-child(1) {
  transform: translate3d(22px, -19px, 0px);
}

.our-team:hover .social li:nth-child(1) {
  transform: translate3d(62px, -19px, 0px);
}

.our-team .social li:nth-child(2) {
  transform: translate3d(36px, 38px, 0px);
}

.our-team:hover .social li:nth-child(2) {
  transform: translate3d(36px, 8px, 0px);
}

.our-team .social li:nth-child(3) {
  transform: translate3d(-18px, -75px, 0px);
}

.our-team:hover .social li:nth-child(3) {
  transform: translate3d(-18px, -46px, 0px);
}

.our-team .social li:nth-child(4) {
  transform: translate3d(-5px, -19px, 0px);
}

.our-team:hover .social li:nth-child(4) {
  transform: translate3d(-43px, -19px, 0px);
}

.our-team .social li a {
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: #fff;
  font-size: 16px;
  color: #043a5b;
  margin: 0 15px 0 0;
  transform: rotate(45deg);
  transition: all 0.3s ease-in-out 0s;
}

.our-team .social li a:hover {
  line-height: 35px;
  background: #fff;
  color: #333;
  transform: rotate(-45deg);
}

.our-team .social li a i {
  transform: rotate(-45deg);
  transition: all 0.3s ease-in-out 0s;
}

.our-team .social li a:hover i {
  transform: rotate(45deg);
}

.our-team .team-content {
  padding: 15px 10px;
  background: #fff;
  position: relative;
  transition: all 0.3s ease-in-out 0s;
}

.our-team .title {
  font-size: 1.7rem;
  padding: 0.1875rem 0;
  line-height: 1.375em;
  letter-spacing: 0.08em;
  color: #043a5b;
  text-transform: capitalize;
  margin: 0 0 0px 0;
  font-family: 'Avenir Next LT Pro';
}

.our-team small {
  display: block;
  font-size: 13px;
  color: #999;
  margin-bottom: 8px;
  font-family: 'Avenir Next LT Pro';
}

.our-team .team-layer {
  width: 100%;
  padding: 34px 10px;
  background: #f7f7f7;
  border-bottom: 2px solid #716a9e;
  position: absolute;
  bottom: -50px;
  left: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out 0s;
}

.our-team:hover .team-layer {
  bottom: 0;
  opacity: 1;
}

.our-team .team-layer a {
  display: inline-block;
  font-size: 21px;
  font-weight: 700;
  color: #333;
  text-transform: capitalize;
  margin: 0 0 12px 0;
  transition: all 0.3s ease-in-out 0s;
  font-family: 'Avenir Next LT Pro';
}

.our-team .team-layer a:hover {
  color: #043a5b;
}

.our-team .post {
  display: block;
  font-size: 1rem;
  padding: 0.1875rem 0;
  line-height: 1.375em;
  letter-spacing: 0.08em;
  color: #33475b;
  font-family: 'Avenir Next LT Pro';
  margin: 0 0 6px 0px;
  text-transform: capitalize;
}




.page-hero_content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.page-hero_content h2 {
  font-size: 2.3rem;
  font-weight: bold;
}

.HowitWorks {
  background: #fef5e8;
  padding: 60px 0;
  text-align: center;
}

.HowitWorks h2 {
  color: #222;
  margin-bottom: 35px;
  font-size: 2.3rem;
  font-weight: bold;
  position: relative;
}

.WorksCol {
  position: relative;
  border-radius: 50px;
  max-width: 300px;
  transition: all 0.4s esae-in-out;
  margin: auto;
  text-align: left;
}

.WorksCol-Content {
  max-width: 265px;
  margin: auto;
}

.arrow1 {
  position: relative;
}

.WorksCol h2 {
  color: #000;
  font-weight: 600;
  margin: 15px 0;
  font-size: 24px;
}

.HowitWorks p {
  color: #000;
  font-size: 18px;
  line-height: 28px;
  margin-top: 5px;
  text-align: left;
}

.canvas1,
.canvas2.canvas3 {
  position: relative;
}

.ArrowImg {
  position: absolute;
  top: -15px;
  left: -25px;
  -webkit-transform: translatey(0px);
  transform: translatey(0px);
  -webkit-animation: float 4s ease-in-out infinite;
  animation: float 4s ease-in-out infinite;
}

.ArrowImg2 {
  position: absolute;
  top: 25px;
  left: 20px;
  -webkit-transform: translatey(0px);
  transform: translatey(0px);
  -webkit-animation: float 5s ease-in-out infinite;
  animation: float 5s ease-in-out infinite;
}

.ArrowImg1 {
  position: absolute;
  top: 0px;
  left: 15px;
  -webkit-transform: translatey(0px);
  transform: translatey(0px);
  -webkit-animation: float 6s ease-in-out infinite;
  animation: float 6s ease-in-out infinite;
}

.HowitWork {
  padding: 90px 0 80px;
}

.HowitWork h2 {
  color: #222;
  margin-bottom: 35px;
  font-size: 2.3rem;
  font-weight: bold;
  position: relative;
}

.HowitWork h2 span {
  color: #f4811f;
}

.MobileFrameRow {
  max-width: 1100px;
  margin: auto;
  padding: 10px 0;
}

.navItemsList .Listitem {
  padding: 25px 0;
  cursor: pointer;
}

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

.ImgIcon {
  padding-bottom: 20px;
}

.feature-content .feature-title {
  font-size: 16px;
  color: #58595b;
  margin-bottom: 10px;
}

.feature-content .des {
  font-size: 15px;
  color: #888;
  line-height: 21px;
}

.navItemsList.text-left .Listitem {
  text-align: left;
}

.VideoFrame {
  background: url(../images/mobile-frame.svg);
  position: relative;
  user-select: none;
  padding-top: 188%;
  background-repeat: no-repeat;
  background-position: center;
  max-width: 364px;
  margin: auto;
  overflow: hidden;
  background-size: contain;
}

.tabpane_video {
  width: 86%;
  height: 81.9%;
  top: 71px;
  left: calc(14.3% / 2);
  overflow: hidden;
  position: absolute;
  border-radius: 2px;
}

.tabpane_video video {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: contain;
  zoom: 1;
  top: 0;
  left: 0;
  overflow: hidden;
  border-radius: 16%;
}


.tabpane_video {
  width: 100%;
  height: 100%;
  top: 0px;
  left: calc(0% / 2);
  overflow: hidden;
  position: absolute;
  border-radius: 20px;
}

.tabpane_video.tab-content {
  display: none;
}

.tabpane_video.tab-content.current {
  display: block;
}

.background-video.full_width_ {
  width: 100%;
  object-fit: cover !important;
}

.webapplication-bg {
  text-align: center;
}

.webapplication-bg h2 {
  color: #222;
  margin-bottom: 35px;
  font-size: 2.3rem;
  font-weight: bold;
  position: relative;
  max-width: 700px;
  margin: auto;
}

.webapplication-bg p {
  font-size: 24px;
}

.webapplication-bg h2 span {
  color: #f4811f;
}

.page-btn {
  color: #fff;
  font-weight: 600;
  font-size: 17px;
  border-radius: 50px;
  padding: 12px 40px;
  display: block;
  background: #000;
  display: inline-block;
  transition: all 0.4s ease-in-out;
  margin-top: 60px;
  margin-bottom: 25px;
  font-family: 'Helvetica';
}

.page-btn:hover {
  background: #f4811f;
  color: #fff;
}

.AppStorArea {
  padding: 70px 0;
  overflow: hidden;
  background: url(../images/app-cover-bg.jpg);
  background-size: cover;
  background-position: center;
}

.AppStorArea h2 {
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  position: relative;
  max-width: 600px;
  margin: auto;
}

.AppStorArea h2 span {
  color: #f4811f;
}

.AppStorArea .des {
  font-size: 17px;
  color: #fff;
  margin-top: 20px;
}

.download-app img {
  width: 133px;
}

.AppRow .media .media-body p {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 4px;
  font-family: 'Helvetica';
}

.AppRow .media .media-body span {
  margin-bottom: 0px;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
}

.AppRow .media .media-body span a {
  color: #f4811f;
}

.AppRow .media {
  align-items: center;
}

.footer img {
  max-width: 180px;
}

@-webkit-keyframes float {
  0% {
    -webkit-transform: translatey(0px);
    transform: translatey(0px);
  }

  50% {
    -webkit-transform: translatey(-25px);
    transform: translatey(-25px);
  }

  100% {
    -webkit-transform: translatey(0px);
    transform: translatey(0px);
  }
}

@keyframes float {
  0% {
    -webkit-transform: translatey(0px);
    transform: translatey(0px);
  }

  50% {
    -webkit-transform: translatey(-25px);
    transform: translatey(-25px);
  }

  100% {
    -webkit-transform: translatey(0px);
    transform: translatey(0px);
  }
}

.bg-main {
  background: #043a5b;
}

.bg-main:hover {
  color: #fff !important;
}




.nfc-card-welcome {
  margin: 10px 0 52px;
}

.NcfInfo_Card,
.nfc-card-welcome {
  position: relative
}

.NcfInfo_Card_name {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center
}

.NcfInfo_Card_name_title h1 {
  font-size: 500px;
  -webkit-text-stroke: 1px #1a73d0;
  color: transparent;
  font-weight: 700;
  font-family: poppins, sans-serif
}

.NcfInfo_Card_name_title h1 span {
  background: -webkit-linear-gradient(#eee0 40%, #0a366c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

#scenicElement {
  position: absolute;
  top: 0;
  left: 0;
  right: 0
}

.NcfInfo_Card_img {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center
}

.Hand_row .Hand01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 42%;
  animation: float 4s ease-in-out infinite
}

.Hand_row .Hand02 {
  position: absolute;
  bottom: -160px;
  right: -75px;
  width: 42%;
  animation: float 5s ease-in-out infinite
}

@keyframes float {
  0% {
    transform: translatey(0px)
  }

  50% {
    transform: translatey(-30px)
  }

  100% {
    transform: translatey(0px)
  }
}

.floating {
  animation-name: floating;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

@keyframes floating {
  from {
    transform: translate(0, 0px);
  }

  65% {
    transform: translate(0, 25px);
  }

  to {
    transform: translate(0, -0px);
  }
}



.business-slide .back-hereo .hero {
  max-width: 1280px;
  margin: auto;
  display: block;
  text-align: left;
}

.our_clients {
  padding: 0px 0 40px 0;
  text-align: center;
}

.our_clients .title- {
  text-align: center;
}

.our_clients .title- {
  color: #222;
  margin-bottom: 55px;
  font-size: 2rem;
  font-weight: bold;
  position: relative;
  text-align: center;
}

.our_clients .col-lg-2.col-md-3.col-6 {
  margin-bottom: 30px;
}

.Client_logo {
  background: #fff;
  box-shadow: 0 0 20px 0px rgb(0 0 0 / 9%);
  padding: 15px;
  border-radius: 10px;
  height: 100%;
}

.Client_logo img {
  height: 60px;
  margin: auto;
  width: auto;
  object-fit: contain;
}


@media (max-width: 1199px) {
  .NcfInfo_Card_name_title h1 {
    font-size: 418px;
  }

}

@media (max-width: 991px) {

  .NcfInfo_Card_name_title h1 {
    font-size: 292px;
  }
}

@media (max-width: 767px) {
  .NcfInfo_Card_name_title h1 {
    font-size: 198px;
  }
}

@media (max-width: 480px) {
  .NcfInfo_Card_name_title h1 {
    font-size: 158px;
  }
}

@media (max-width: 340px) {
  .NcfInfo_Card_name_title h1 {
    font-size: 126px;
  }
}

@media (max-width: 480px) {
  .NcfInfo_Card_img img {
    max-width: 100px;
  }
}



@media (max-width: 991px) {
  .AppRow .media {
    align-items: center;
    display: block;
    text-align: left;
  }

  .AppRow .media .media-body.pl-3 {
    padding-left: 0 !important;
    padding: 10px 0;
  }

  .ScanR {
    margin-top: 15px;
  }

  .download-app {
    display: flex !important;
  }
}

@media (max-width: 767px) {
  .download-app {
    display: block !important;
  }

  .VideoFrame {
    margin-bottom: 20px;
  }

  .WorksCol,
  .WorksCol h2,
  .HowitWorks p {
    text-align: center;
  }

  .HowitWork {
    text-align: center;
  }

  .navItemsList.text-right .Listitem,
  .navItemsList.text-left .Listitem {
    text-align: center;
    max-width: 250px;
    margin: auto;
  }

  .navItemsList .Listitem {
    padding: 10px 0;
  }

  .AndroidIOS {
    text-align: center;
  }

  .ScanR,
  .AppRow .media .media-body {
    display: none;
  }

  .download-app.border-right .pb-4 {
    padding-bottom: 0 !important;
    margin-right: 15px;
  }

  .download-app.border-right {
    border-right: none;
    width: 100% !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
  }
}


.feature_ev_charger {
  background-color: hsl(228deg 45.45% 97.84%);
  padding: 70px 0;
  margin: 20px 0 70px 0;
}

.benifits_ev_charger {
  background-color: #ffffff;
  box-shadow: 0px 10px 20px 0px rgba(0, 76, 131.00000000000009, 0.11);
  border-radius: 20px;
  padding: 20px;
  height: 100%;
}

.benifits_ev_charger img {
  border-radius: 20px;
}

.feature_ev_charger .nav-tabs .nav-link {
  border: none;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  font-weight: 600;
  margin: 0 5px;
  padding: 10px 20px;
  box-sizing: border-box;
  background-color: #fff;
  border-bottom: 2px solid transparent;
  cursor: pointer;
  text-align: center;
  max-width: 155px;
  font-family: 'Helvetica';
}

.feature_ev_charger .nav-tabs .nav-item.show .nav-link,
.feature_ev_charger .nav-tabs .nav-link.active {
  background-color: #fff;
  color: #1b92d0;
  border-color: #1b92d0;
}

.tab_content_features {
  background: #fff;
  padding: 40px;
  margin: 40px 0;
  border-radius: 20px;
}

.feature-img img {
  border-radius: 20px;
}

.feature-img_content {
  padding: 30px 0;
}

.feature-img_content h3 {
  color: #333;
  font-size: 28px;
  margin-bottom: 15px;
  font-weight: 600;
}

.banner_content_b {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 25px;
  width: 100%;
}

.banner_content_b h2 {
  font-size: 42px;
  font-weight: bold;
  color: #146d9b;
  text-align: center;
  padding: 0 15px;
}

.Features_ev_box {
  background-color: #ffffff;
  box-shadow: 0px 10px 20px 0px rgba(0, 76, 131.00000000000009, 0.11);
  border-radius: 20px;
  padding: 30px 15px 15px;
  text-align: center;
  height: 100%;
}

.Features_ev_box h3 {
  color: #333;
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 600;
}

.Features_ev_box img {
  max-width: 50px;
}

.Features_ev_box span {
  background: #e3f6ff;
  border-radius: 50px;
  width: 80px;
  height: 80px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  margin-bottom: 20px;
}

.form-group.consent-popup {
  color: #000;
  font-family: helvetica;
  font-size: 13px;
  line-height: 17px;
}

.contact_form label.form-check-label {
  font-size: 14px;
  color: #fff;
}

.LeadForm_ {
  background: #1a93d0;
  padding: 30px;
  border-radius: 10px;
}

.LeadForm_ .form-control {
  border-radius: 50px;
  border: none;
  padding: 10px 25px;
}

.LeadForm_ textarea.form-control {
  border-radius: 20px;
}

.contactUs .contact-title {
  font-weight: 900;
  font-size: 36px;
}

.contactUs .contact-title span {
  color: #f4811f;
}

a.phone {
  font-family: 'Helvetica';
  font-size: 30px;
  font-weight: bold;
  color: #1a93d0;
  margin-top: 25px;
  display: flex;
  align-items: center;
}

a.phone i {
  background: #043a5b;
  color: #f4811f;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}

.our_clients {
  margin: 30px 0;
}

.tesToM {
  padding: 80px 0 120px;
  background: #dde8ee;
}

.tesToM .carousel-indicators {
  bottom: -30px;
}

.topHead,
.topHead img {
  height: 80vh;
  object-fit: cover;
  width: 100%;
}


h2.title.colored {
  color: #1488c3;
  font-weight: 900;
}

.colored span {
  color: #f4811f;
}

.hot_w_c h2,
.hot_w_c h3 {
  color: #1488c3;
  font-weight: 900;
  font-size: 1.9rem;
  margin-bottom: 30px;
  text-align: center;
}

.hot_w_c p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  color: #444;
  line-height: 34px;
  text-align: center;
}

.hot_w_c h2 span {
  color: #f4811f;
}

.hot_w_c h4 {
  color: #000;
  text-align: center;
  line-height: inherit;
  font-weight: bold;
  margin: 30px 0 0;
}

.liSt_ol {
  margin: 15px 0;
}

.hot_w_c .liSt_ol p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  color: #fff;
  line-height: 34px;
  text-align: center;
  background-color: #1488c3;
  text-align: left;
  border-radius: 10px;
  padding: 20px 20px 20px;
  height: 100%;
  margin-bottom:0;
}
.hot_w_c .title {
  font-size: 2.7rem;
  font-weight: bold;
}

.listing-c_{
    padding-left:15px;
}
.listing-c_ li{
    font-size: 18px;
    color: #444;
    line-height: 32px;
    margin:5px 0;
    list-style: disc;
}
.social-part-sec.after-none h5 a {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    background: #f4811f;
    border-radius: 50pc;
    padding: 18px 30px;
    display: inline-block;
}
.social-part-sec.after-none p {
    font-size: 18px;
}
.fixed_right{
    position: fixed;
    left: 10px;
    bottom: 20px;
    z-index:9999;
}
.floating_NumBeR {
    position:relative;
    z-index:99999;
    width: 45px;
    height: 45px;
    background: #1d709d;
    color: #fff;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    animation-name: floating;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
.floating_NumBeR:hover{
    background:#f4811f;
    color:#111;
}
.bg_shadow{
    background: #fff;
    box-shadow: 0 0 10px rgb(0 0 0 / 11%);
    border-radius: 10px;
    padding: 30px 45px;
    height:100%;
}

.listing-c_.MX_Wdth {
    max-width: 500px;
    margin: auto;
}



 .social-part-sec .bg-white.h-100 {
        display: flex;
        align-items: center;
    }



@media (max-width: 1580px) {
    header {
        padding: 10px 15px;
    }
    .bg_shadow{
        padding: 30px;
    }  
}

@media (max-width: 1400px) {
  .navbar-light .navbar-nav li {
    margin: 0 12px;
  }
  .bg_shadow{
        padding: 30px 25px;
    } 
    .bg_shadow .title{
        font-size:36px;
    }
}

@media (max-width: 1400px) {
  a.contact-number {
    display: none;
  }
}
@media (max-width: 991px) {

    header{
        z-index:99999;
    }
    .contact-btn{
        display:none !important;
    }
}
@media (max-width: 767px) {
    .bg_shadow{
        padding: 20px 15px;
        height:auto;
    } 
    .navbar-nav{
        z-index:999;
    }
    .IntrnalPage.fade-carousel, .IntrnalPage.fade-carousel .carousel-inner .carousel-item{
        height:350px;
    }
    .contact_btn_mobile{
        background: #f4811f;
        color: #fff;
        padding: 12px 30px;
        font-size: 16px;
        border-radius: 8px;
        font-family: Arial, Helvetica, sans-serif;
        position: fixed;
        font-weight: 600;
        z-index: 999;
        right: -57px;
        bottom: 0;
        top: 45vh;
        height: 50px;
        transform: rotate(90deg);
        margin-left: auto;
    }
    section.copyright .col-md-6.text-right {
        text-align: center !important;
    }
   
}