@import url("https://fonts.googleapis.com/css?family=Open Sans");
/* Base */
body {
  line-height: 1.7;
  color: gray;
  font-weight: 500;
  font-family: 'Commissioner';
  font-size: 1rem;
}
.pt-6 {
  padding-top: 3rem
}

::-moz-selection {
  background: #000;
  color: #fff;
}

.index-logo {
  height: 75px;
  width: auto;
  margin: 0px auto;
  text-align: center;
  display: none;
  visibility: hidden;
}

.feature-big {
  padding: 0px 0px;
}

::selection {
  background: #000;
  color: #fff;
}

.img-responsive {
  height: 65px;
  width: auto;
  vertical-align: middle;
}

.img-responsive1 {
  height: 100px;
  margin: auto 0px;
  width: 100%;
}

.img-responsive2 {
  height: auto;
  margin: 0px auto;
  width: 80%;
  display: block;
  padding: 10px;
  /* background: white;
  border: 1px solid rgb(226, 226, 226); */
  margin-bottom: 10px;
  border-radius: 3px;
}

.hov-service {
  transition: transform .2s;
  margin: 0 auto;
  overflow: hidden;
  visibility: .2s ease-in;
}

.hov-service:hover {
  transform: scale(1.2);
  cursor: pointer;
}

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

a:hover {
  text-decoration: none;
}

h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5 {
  font-family: 'Kanit';
  color: rgb(47, 48, 52);
}

.bg-light {
  background: #fcfcfc !important;
}

.border-2 {
  border-width: 2px;
}

.text-black {
  color: #000 !important;
}

.bg-black {
  background: #000 !important;
}

.color-black-opacity-5 {
  color: rgba(0, 0, 0, 0.5);
}

.color-white-opacity-5 {
  color: rgba(255, 255, 255, 0.5);
}

.site-wrap:before {
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  background: rgba(0, 0, 0, 0.6);
  content: "";
  position: absolute;
  z-index: 2000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
}

.offcanvas-menu .site-wrap {
  height: 100%;
  width: 100%;
  z-index: 2;
  overflow: hidden;
}

.offcanvas-menu .site-wrap:before {
  opacity: 1;
  visibility: visible;
}

.offcanvas-menu {
  position: relative;
}

.offcanvas-menu:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  top: 0;
  right: 0;
  z-index: 21;
  background: rgba(0, 0, 0, 0.2);
}

.btn {
  font-size: 15px;
  border-radius: 40px;
  padding: 8px 20px;
  color: white;
}

.btn:hover, .btn:active, .btn:focus {
  outline: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.btn.btn-primary {
  border-width: 2px;
  background: #005791;
  border-color: #005791;
  color: rgb(255, 255, 255);
  position: relative;
  top: 0;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  -webkit-box-shadow: 0 4px 20px -5px rgba(66, 133, 244, 0.4);
  box-shadow: 0 4px 20px -5px rgba(66, 133, 244, 0.4);
}

.btn.btn-primary:hover {
  top: -2px;
  background: #005791;
  border-color: #005791;
  color: #fff;
  -webkit-box-shadow: 0 5px 30px -5px rgba(66, 133, 244, 0.7) !important;
  box-shadow: 0 5px 30px -5px rgba(66, 133, 244, 0.7) !important;
}

.line-height-1 {
  line-height: 1 !important;
}

.bg-black {
  background: #000;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position-y: 7.5px;
  padding-right: 2rem;
  background-position-x: 100%;
  font-family: 'Kanit';

}

.last-text-center {
  text-align-last: center;
}

.bg-sky-blue {
  background-image: linear-gradient(to bottom, rgba(0, 195, 255, 0.15), rgb(255, 255, 255), transparent);
}

.bg-pg-blue {
  background-image: linear-gradient(to bottom, rgba(37, 193, 110, 0.15), rgb(255, 255, 255), transparent);
}

.bg-dark-blue {
  background-color: #1d3260;
}

.vision {
  height: 100%;
  width: 400px;
  display: block;
  margin: auto
}

.svg-shape {
  position: absolute;
  width: 75%;
  margin: 0px auto;
  display: block;
  z-index: -1
}

.move-top {
  margin-top: -38px;
}

.move-top1 {
  margin-top: 3rem;
}

.site-section1 {
  padding: 3em 0 0;
}

@media screen and (max-width: 800px) {
  .site-section1 {
    padding: 2.5em 0;
  }

  .vision {
    height: auto;
    width: 100%;
    display: block;
    margin: auto
  }

  .hero .slant {
    display: none;
    visibility: hidden;
  }

  .svg-shape {
    display: none;
    visibility: hidden;
  }

  .move-top1 {
    margin-top: 0rem;
  }

  .move-top {
    margin-top: 0px;
  }

  /* .move-bottom{
        padding-top: -100px;
      } */
}

.img-fluid {
  height: auto;
  width: auto;
  margin: 0px auto;
  display: block;
}

.site-section {
  padding: 2.5em 0;
}

@media screen and (max-width: 800px) {
  .site-section {
    padding: 1em 0;
  }

  .img-fluid {
    height: auto;
    width: auto;
    margin: 0px auto;
    display: block;
  }
}

.site-section.site-section-sm {
  padding: 4em 0;
}

.site-section-heading {
  padding-bottom: 20px;
  margin-bottom: 0px;
  position: relative;
  font-size: 2.5rem;
}

@media (min-width: 768px) {
  .site-section-heading {
    font-size: 3rem;
  }
}

.border-top {
  border-top: 1px solid #edf0f5 !important;
}

.site-footer {
  padding: 4em 0;
  background: #333333;
}

@media (min-width: 768px) {
  .site-footer {
    padding: 8em 0;
  }
}

.site-footer .border-top {
  border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.site-footer p {
  color: #737373;
}

.site-footer h2, .site-footer h3, .site-footer h4, .site-footer h5 {
  color: #fff;
}

.site-footer a {
  color: #999999;
}

.site-footer a:hover {
  color: white;
}

.site-footer ul li {
  margin-bottom: 10px;
}

.site-footer .footer-heading {
  font-size: 16px;
  color: #fff;
}

.bg-text-line {
  display: inline;
  background: #000;
  -webkit-box-shadow: 20px 0 0 #000, -20px 0 0 #000;
  box-shadow: 20px 0 0 #000, -20px 0 0 #000;
}

.text-white-opacity-05 {
  color: rgba(255, 255, 255, 0.5);
}

.text-black-opacity-05 {
  color: rgba(0, 0, 0, 0.5);
}

.hover-bg-enlarge {
  overflow: hidden;
  position: relative;
}

@media (max-width: 991.98px) {
  .hover-bg-enlarge {
    height: auto !important;
  }
}

.hover-bg-enlarge>div {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .8s all ease-in-out;
  -o-transition: .8s all ease-in-out;
  transition: .8s all ease-in-out;
}

.hover-bg-enlarge:hover>div, .hover-bg-enlarge:focus>div, .hover-bg-enlarge:active>div {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

@media (max-width: 991.98px) {
  .hover-bg-enlarge .bg-image-md-height {
    height: 300px !important;
  }
}

.bg-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.bg-image.overlay {
  position: relative;
}

.bg-image.overlay:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
}

.bg-image>.container {
  position: relative;
  z-index: 1;
}

@media (max-width: 991.98px) {
  .img-md-fluid {
    max-width: 100%;
  }
}

@media (max-width: 991.98px) {
  .display-1, .display-3 {
    font-size: 3rem;
  }
}

.play-single-big {
  width: 90px;
  height: 90px;
  display: inline-block;
  border: 2px solid #fff;
  color: #fff !important;
  border-radius: 50%;
  position: relative;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}

.play-single-big>span {
  font-size: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-40%, -50%);
  -ms-transform: translate(-40%, -50%);
  transform: translate(-40%, -50%);
}

.play-single-big:hover {
  width: 120px;
  height: 120px;
}

.overlap-to-top {
  margin-top: -150px;
}

.ul-check {
  margin-bottom: 50px;
}

.ul-check li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 15px;
  line-height: 1.5;
}

.ul-check li:before {
  left: 0;
  font-size: 20px;
  top: -.3rem;
  font-family: "icomoon";
  content: "\e5ca";
  position: absolute;
}

.ul-check.white li:before {
  color: #fff;
}

.ul-check.success li:before {
  color: #8bc34a;
}

.ul-check.primary li:before {
  color: #4285f4;
}

.select-wrap, .wrap-icon {
  position: relative;
}

.select-wrap .icon, .wrap-icon .icon {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 22px;
}

.select-wrap select, .wrap-icon select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
}

/* Navbar */
.site-navbar {
  margin-bottom: 0px;
  z-index: 1999;
  /* position: absolute; */
  width: 100%;
  background: transparent;
}

.site-navbar .site-logo {
  position: relative;
  left: 0;
  top: -5px;
}

.site-navbar .site-navigation.border-bottom {
  border-bottom: 1px solid #f3f3f4 !important;
}

.site-navbar .site-navigation .site-menu {
  margin-bottom: 0;
}

.site-navbar .site-navigation .site-menu .active {
  color: #4285f4;
  display: inline-block;
  padding: 15px 20px;
}

.site-navbar .site-navigation .site-menu a {
  text-decoration: none !important;
  display: inline-block;
}

.site-navbar .site-navigation .site-menu>li {
  display: inline-block;
}

.site-navbar .site-navigation .site-menu>li>a {
  padding: 15px 20px;
  color: rgb(61, 61, 61);
  display: inline-block;
  text-transform: uppercase;
  font-weight: 520;
  text-decoration: none !important;
}

.site-navbar .site-navigation .site-menu>li>a:hover {
  color: #4285f4;
}

.site-navbar .site-navigation .site-menu .has-children {
  position: relative;
}

.site-navbar .site-navigation .site-menu .has-children>a {
  position: relative;
  padding-right: 20px;
}

.site-navbar .site-navigation .site-menu .has-children>a:before {
  position: absolute;
  content: "\e313";
  font-size: 16px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: 'icomoon';
}

.site-navbar .site-navigation .site-menu .has-children .dropdown {
  visibility: hidden;
  opacity: 0;
  top: 100%;
  position: absolute;
  text-align: left;
  border-top: 2px solid #4285f4;
  -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
  border-left: 1px solid #edf0f5;
  border-right: 1px solid #edf0f5;
  border-bottom: 1px solid #edf0f5;
  padding: 0px 0;
  margin-top: 20px;
  margin-left: 0px;
  background: #fff;
  -webkit-transition: 0.2s 0s;
  -o-transition: 0.2s 0s;
  transition: 0.2s 0s;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
  position: absolute;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
  bottom: 100%;
  display: none;
  left: 20%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown a {
  text-transform: none;
  letter-spacing: normal;
  -webkit-transition: 0s all;
  -o-transition: 0s all;
  transition: 0s all;
  color: #343a40;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown .active>a {
  color: #4285f4 !important;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li {
  list-style: none;
  padding: 0;
  margin: 0;
  min-width: 200px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li>a {
  padding: 9px 20px;
  display: block;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li>a:hover {
  background: #f4f5f9;
  color: #25262a;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>a:before {
  content: "\e315";
  right: 20px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>.dropdown, .site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>ul {
  left: 100%;
  top: 0;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children:hover>a, .site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children:active>a, .site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children:focus>a {
  background: #f4f5f9;
  color: #25262a;
}

.site-navbar .site-navigation .site-menu .has-children:hover>a, .site-navbar .site-navigation .site-menu .has-children:focus>a, .site-navbar .site-navigation .site-menu .has-children:active>a {
  color: #4285f4;
}

.site-navbar .site-navigation .site-menu .has-children:hover, .site-navbar .site-navigation .site-menu .has-children:focus, .site-navbar .site-navigation .site-menu .has-children:active {
  cursor: pointer;
}

.site-navbar .site-navigation .site-menu .has-children:hover>.dropdown, .site-navbar .site-navigation .site-menu .has-children:focus>.dropdown, .site-navbar .site-navigation .site-menu .has-children:active>.dropdown {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  margin-top: 0px;
  visibility: visible;
  opacity: 1;
}

.site-mobile-menu {
  width: 300px;
  position: fixed;
  right: 0;
  z-index: 2000;
  padding-top: 20px;
  background: #fff;
  height: calc(100vh);
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}

.offcanvas-menu .site-mobile-menu {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.site-mobile-menu .site-mobile-menu-header {
  width: 100%;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
  float: right;
  margin-top: 8px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
  font-size: 30px;
  display: inline-block;
  padding-left: 10px;
  padding-right: 0px;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
  color: #25262a;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
  float: left;
  margin-top: 10px;
  margin-left: 0px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
  display: inline-block;
  text-transform: uppercase;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
  max-width: 70px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
  text-decoration: none;
}

.site-mobile-menu .site-mobile-menu-body {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  position: relative;
  padding: 0 20px 20px 20px;
  height: calc(100vh - 52px);
  padding-bottom: 150px;
}

.site-mobile-menu .site-nav-wrap {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}

.site-mobile-menu .site-nav-wrap a {
  padding: 10px 20px;
  display: block;
  position: relative;
  color: #212529;
}

.site-mobile-menu .site-nav-wrap a:hover {
  color: #4285f4;
}

.site-mobile-menu .site-nav-wrap li {
  position: relative;
  display: block;
}

.site-mobile-menu .site-nav-wrap li .active {
  color: #4285f4;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse {
  position: absolute;
  right: 0px;
  top: 10px;
  z-index: 20;
  width: 36px;
  height: 36px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
  background: #f8f9fa;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
  font-size: 12px;
  z-index: 20;
  font-family: "icomoon";
  content: "\f078";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-180deg);
  -ms-transform: translate(-50%, -50%) rotate(-180deg);
  transform: translate(-50%, -50%) rotate(-180deg);
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.site-mobile-menu .site-nav-wrap>li {
  display: block;
  position: relative;
  float: left;
  width: 100%;
}

.site-mobile-menu .site-nav-wrap>li>a {
  padding-left: 20px;
  font-size: 20px;
}

.site-mobile-menu .site-nav-wrap>li>ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.site-mobile-menu .site-nav-wrap>li>ul>li {
  display: block;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>a {
  padding-left: 40px;
  font-size: 16px;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul {
  padding: 0;
  margin: 0;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul>li {
  display: block;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul>li>a {
  font-size: 16px;
  padding-left: 60px;
}

.site-mobile-menu .site-nav-wrap[data-class="social"] {
  float: left;
  width: 100%;
  margin-top: 30px;
  padding-bottom: 5em;
}

.site-mobile-menu .site-nav-wrap[data-class="social"]>li {
  width: auto;
}

.site-mobile-menu .site-nav-wrap[data-class="social"]>li:first-child a {
  padding-left: 15px !important;
}

.navbar-collapse .navbar-nav .nav-item .nav-link {
  color: rgb(26, 26, 26);
  font-size: 17px;
  cursor: pointer;
}

.sticky-wrapper {
  position: absolute;
  z-index: 100;
  width: 100%;
}

.sticky-wrapper .site-navbar {
  -webkit-transition: .5s all ease;
  -o-transition: .5s all ease;
  transition: .5s all ease;
}

.sticky-wrapper.is-sticky .site-navbar {
  -webkit-box-shadow: 4px 0 20px -10px rgba(0, 0, 0, 0.4);
  box-shadow: 4px 0 20px -10px rgba(0, 0, 0, 0.4);
  background-color: white;
}

.sticky-wrapper.is-sticky .site-navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  color: rgb(0, 0, 0);
  font-size: 17px;
}

.sticky-wrapper.is-sticky .site-navbar .img-responsive {
  height: 60px;
  width: auto;
  -webkit-transition: .5s all ease;
  -o-transition: .5s all ease;
  transition: .5s all ease;
}

.sticky-wrapper .shrink {
  padding-top: 2px !important;
  padding-bottom: 2px !important;
}

/* Blocks */
.primary-gradient, .bg-image2.overlay:before {
  background: #3b3d3fd8;
}

.site-blocks-cover {
  background-size: cover;
  background-size: 120% 200%;
  background-repeat: no-repeat;
  background-position: top;
  position: relative;
}

.site-blocks-cover:after {
  position: absolute;
  background-image: url("../images/svg_1.svg");
  content: "";
  right: 0;
}

.site-blocks-cover.overlay {
  position: relative;
}

.site-blocks-cover.overlay:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.2);
}

.site-blocks-cover .player {
  position: absolute;
  bottom: -250px;
  width: 100%;
}

.site-blocks-cover, .site-blocks-cover>.container>.row {
  min-height: 600px;
  height: calc(100vh);
}

.site-blocks-cover.inner-page-cover, .site-blocks-cover.inner-page-cover>.container>.row {
  min-height: 400px;
  height: calc(20vh);
}

.site-blocks-cover h1 {
  font-size: 3.5rem;
  font-weight: 400;
  color: #000;
  font-weight: 900;
}

@media (max-width: 991.98px) {
  .site-blocks-cover h1 {
    font-size: 2rem;
  }
}

.site-blocks-cover p {
  color: #6c757d;
  font-size: 1rem;
  font-weight: 300;
}

.site-blocks-cover .intro-text {
  font-size: 16px;
  line-height: 1.5;
}

@media (max-width: 991.98px) {
  .site-blocks-cover .display-1 {
    font-size: 3rem;
  }
}

.img-absolute {
  position: absolute;
  bottom: 0;
  right: 10px;
  top: 60%;
  opacity: 0.3;
  -webkit-transform: translateY(-50%) translateX(30%);
  -ms-transform: translateY(-50%) translateX(30%);
  transform: translateY(-50%) translateX(30%);
}

.img-absolute img {
  max-width: 100%;
}

@media (max-width: 991.98px) {
  .img-absolute {
    position: relative;
    top: auto;
    -webkit-transform: translateY(0%) translateX(0%);
    -ms-transform: translateY(0%) translateX(0%);
    transform: translateY(0%) translateX(0%);
    margin-bottom: 30px;
  }
}

.site-block-subscribe .btn {
  padding-left: 20px;
  padding-right: 20px;
}

.site-block-subscribe .form-control {
  font-weight: 300;
  border-color: #fff !important;
  height: 80px;
  font-size: 22px;
  color: #fff;
  padding-left: 30px;
  padding-right: 30px;
}

.site-block-subscribe .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(255, 255, 255, 0.5);
  font-weight: 200;
  font-style: italic;
}

.site-block-subscribe .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.5);
  font-weight: 200;
  font-style: italic;
}

.site-block-subscribe .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(255, 255, 255, 0.5);
  font-weight: 200;
  font-style: italic;
}

.site-block-subscribe .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(255, 255, 255, 0.5);
  font-weight: 200;
  font-style: italic;
}

.feature-blocks-1 {
  position: relative;
  margin-top: -70px;
  z-index: 2;
  color: #999999;
}

.feature-blocks-1.no-margin-top {
  margin-top: 0px;
}

.feature-blocks-1 .feature-block-1 {
  position: relative;
  top: 0;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  overflow: hidden;
  z-index: 1;
}

.feature-blocks-1 .feature-block-1.bg {
  position: relative;
  background-size: cover;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}

.feature-blocks-1 .feature-block-1 .text {
  z-index: 10;
  position: relative;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}

.feature-blocks-1 .feature-block-1:before {
  content: "";
  position: absolute;
  top: 0;
  z-index: 1;
  bottom: 0;
  left: 0;
  right: 0;
  background: transparent;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}

.feature-blocks-1 .feature-block-1 p {
  color: #cccccc;
}

.feature-blocks-1 .feature-block-1:hover, .feature-blocks-1 .feature-block-1:focus, .feature-blocks-1 .feature-block-1:active {
  top: -10px;
  -webkit-box-shadow: 0 10px 40px -5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 10px 40px -5px rgba(0, 0, 0, 0.4);
}

.feature-blocks-1 .feature-block-1:hover .text, .feature-blocks-1 .feature-block-1:focus .text, .feature-blocks-1 .feature-block-1:active .text {
  opacity: 1;
  visibility: visible;
}

.feature-blocks-1 .feature-block-1:hover.bg, .feature-blocks-1 .feature-block-1:focus.bg, .feature-blocks-1 .feature-block-1:active.bg {
  position: relative;
  background-size: cover;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  z-index: 2;
}

.feature-blocks-1 .feature-block-1:hover:before, .feature-blocks-1 .feature-block-1:focus:before, .feature-blocks-1 .feature-block-1:active:before {
  background: rgba(0, 0, 0, 0.9);
}

.site-blocks-vs .bg-image {
  padding-top: 3em;
  padding-bottom: 3em;
}

@media (min-width: 992px) {
  .site-blocks-vs .bg-image {
    padding-top: 5em;
    padding-bottom: 5em;
  }
}

.site-blocks-vs .image {
  width: 80px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80px;
  flex: 0 0 80px;
}

@media (max-width: 991.98px) {
  .site-blocks-vs .image {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

.site-blocks-vs .image img {
  border-radius: 50%;
}

.site-blocks-vs .image.image-small {
  width: 50px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
}

.site-blocks-vs .country {
  color: rgba(255, 255, 255, 0.7);
}

.match-entry {
  position: relative;
  -webkit-transition: .2s all ease-in-out;
  -o-transition: .2s all ease-in-out;
  transition: .2s all ease-in-out;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.match-entry .small {
  color: #ccc;
  font-weight: normal;
  letter-spacing: .15em;
}

.match-entry:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  z-index: 90;
  -webkit-box-shadow: 0 5px 40px -5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 40px -5px rgba(0, 0, 0, 0.1);
}

.post-entry {
  position: relative;
  overflow: hidden;
  border: 1px solid #e6e6e6;
}

.post-entry, .post-entry .text {
  border-radius: 4px;
  border-top: none !important;
}

.post-entry .date {
  color: #ccc;
  font-weight: normal;
  letter-spacing: .1em;
}

.post-entry .image {
  overflow: hidden;
  position: relative;
}

.post-entry .image img {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.post-entry:hover .image img, .post-entry:active .image img, .post-entry:focus .image img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.site-block-tab .nav-item {
  text-transform: uppercase;
  font-size: 0.8rem;
  margin: 0 20px;
}

.site-block-tab .nav-item:first-child {
  margin-left: 0 !important;
}

.site-block-tab .nav-item>a {
  padding-left: 0 !important;
  background: none !important;
  padding-right: 0 !important;
  border-bottom: 2px solid transparent;
  border-radius: 0 !important;
  font-weight: bold;
  color: #cccccc;
}

.site-block-tab .nav-item>a:hover, .site-block-tab .nav-item>a.active {
  border-bottom: 2px solid #4285f4;
  color: rgb(0, 0, 0);
}

.block-13, .slide-one-item {
  position: relative;
  z-index: 1;
}

.block-13 .owl-nav, .slide-one-item .owl-nav {
  position: relative;
  position: absolute;
  bottom: -90px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.block-13 .owl-nav .owl-prev, .block-13 .owl-nav .owl-next, .slide-one-item .owl-nav .owl-prev, .slide-one-item .owl-nav .owl-next {
  position: relative;
  display: inline-block;
  padding: 20px;
  font-size: 30px;
  color: #000;
}

.block-13 .owl-nav .owl-prev.disabled, .block-13 .owl-nav .owl-next.disabled, .slide-one-item .owl-nav .owl-prev.disabled, .slide-one-item .owl-nav .owl-next.disabled {
  opacity: .2;
}

.slide-one-item.home-slider .owl-nav {
  position: absolute !important;
  top: 50% !important;
  bottom: auto !important;
  width: 100%;
}

@media (max-width: 991.98px) {
  .slide-one-item.home-slider .owl-nav {
    display: none;
  }
}

.slide-one-item.home-slider .owl-prev {
  left: 10px !important;
}

.slide-one-item.home-slider .owl-next {
  right: 10px !important;
}

.slide-one-item.home-slider .owl-prev, .slide-one-item.home-slider .owl-next {
  color: #fff;
  position: absolute !important;
  top: 50%;
  padding: 0px;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  line-height: 0;
  text-align: center;
  font-size: 25px;
}

@media (min-width: 768px) {
  .slide-one-item.home-slider .owl-prev, .slide-one-item.home-slider .owl-next {
    font-size: 25px;
  }
}

.slide-one-item.home-slider .owl-prev>span, .slide-one-item.home-slider .owl-next>span {
  position: absolute;
  line-height: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.slide-one-item.home-slider .owl-prev:hover, .slide-one-item.home-slider .owl-prev:focus, .slide-one-item.home-slider .owl-next:hover, .slide-one-item.home-slider .owl-next:focus {
  background: black;
}

.slide-one-item.home-slider:hover .owl-nav, .slide-one-item.home-slider:focus .owl-nav, .slide-one-item.home-slider:active .owl-nav {
  opacity: 10;
  visibility: visible;
}

.slide-one-item .owl-dots {
  text-align: center;
}

.slide-one-item .owl-dots .owl-dot {
  display: inline-block;
  margin: 4px;
}

.slide-one-item .owl-dots .owl-dot span {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #dee2e6;
}

.slide-one-item .owl-dots .owl-dot.active span {
  background: #4285f4;
}

.block-12 {
  position: relative;
}

.block-12 figure {
  position: relative;
}

.block-12 figure:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -moz-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
  background: -webkit-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(18%, transparent), color-stop(99%, rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8)));
  background: -o-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(to bottom, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#cc000000', GradientType=0);
}

.block-12 .text-overlay {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  z-index: 10;
}

.block-12 .text-overlay h2 {
  color: #fff;
}

.block-12 .text {
  position: relative;
  top: -100px;
}

.block-12 .text .meta {
  text-transform: uppercase;
  padding-left: 40px;
  color: #fff;
  display: block;
  margin-bottom: 20px;
}

.block-12 .text .text-inner {
  -webkit-box-shadow: 0 0 20px -5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 20px -5px rgba(0, 0, 0, 0.3);
  background: #fff;
  padding: 10px;
  margin-right: 30px;
  position: relative;
}

@media (min-width: 576px) {
  .block-12 .text .text-inner {
    padding: 20px;
  }
}

@media (min-width: 768px) {
  .block-12 .text .text-inner {
    padding: 30px 40px;
  }
}

.block-12 .text .text-inner:before {
  position: absolute;
  content: "";
  width: 80px;
  height: 4px;
  margin-top: -4px;
  background: #4285f4;
  top: 0;
}

.block-12 .text .text-inner .heading {
  font-size: 20px;
  margin: 0;
  padding: 0;
}

.career_img {
  height: 200px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.center-career {
  margin: 0;
  position: absolute;
  top: 50%;
  padding-top: 3rem;
  left: 50%;
  transform: translate(-50%, -50%);
}

.block-16 figure {
  position: relative;
}

.block-16 figure .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 20px;
  width: 70px;
  height: 70px;
  background: #fff;
  display: block;
  border-radius: 50%;
  opacity: 1;
  color: #4285f4 !important;
}

.block-16 figure .play-button:hover {
  opacity: 1;
}

.block-16 figure .play-button>span {
  position: absolute;
  left: 55%;
  top: 50%;
  -webkit-transform: translate(-60%, -50%);
  -ms-transform: translate(-60%, -50%);
  transform: translate(-60%, -50%);
}

.block-25 ul, .block-25 ul li {
  padding: 0;
  margin: 0;
}

.block-25 ul li a .image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 90px;
  flex: 0 0 90px;
}

.block-25 ul li a .image img {
  border-radius: 4px;
  max-width: 100%;
  opacity: 1;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}

.block-25 ul li a .text .heading {
  font-size: 18px;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  color: #999999;
}

.block-25 ul li a .meta {
  color: #4285f4;
}

.block-25 ul li a:hover img {
  opacity: .5;
}

.block-25 ul li a:hover .text .heading {
  color: #fff;
}

#date-countdown .countdown-block {
  color: #b3b3b3;
}

#date-countdown .label {
  font-size: 40px;
  color: #000;
}

.next-match .image {
  width: 50px;
  border-radius: 50%;
}

.player {
  position: relative;
}

.player img {
  max-width: 100px;
  border-radius: 50%;
  margin-bottom: 20px;
}

.player .team-number {
  position: absolute;
  width: 30px;
  height: 30px;
  background: #4285f4;
  border-radius: 50%;
  color: #fff;
}

.player .team-number>span {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}

.player h2 {
  font-size: 20px;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.player .position {
  font-size: 14px;
  color: #b3b3b3;
  text-transform: uppercase;
}

.site-block-27 ul, .site-block-27 ul li {
  padding: 0;
  margin: 0;
}

.site-block-27 ul li {
  display: inline-block;
  margin-bottom: 4px;
}

.site-block-27 ul li a, .site-block-27 ul li span {
  text-align: center;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  border: 1px solid #ccc;
}

.site-block-27 ul li.active a, .site-block-27 ul li.active span {
  background: #4285f4;
  color: #fff;
  border: 1px solid transparent;
}

.site-block-feature-7 .icon {
  -webkit-transition: .2s all ease-in-out;
  -o-transition: .2s all ease-in-out;
  transition: .2s all ease-in-out;
  position: relative;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.site-block-feature-7:hover .icon, .site-block-feature-7:focus .icon, .site-block-feature-7:active .icon {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.unit-1 {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: block;
}

.unit-1:after {
  content: "";
  z-index: 1;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background: -moz-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
  background: -webkit-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(18%, transparent), color-stop(99%, rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8)));
  background: -o-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(to bottom, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#cc000000', GradientType=0);
}

.unit-1 img {
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.unit-1 img, .unit-1 .unit-1-text {
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}

.unit-1 .unit-1-text {
  z-index: 2;
  position: absolute;
  bottom: -90px;
  color: #fff;
  display: block;
  width: 100%;
}

.unit-1 .unit-1-text .unit-1-heading {
  font-size: 1.5rem;
  position: relative;
}

.unit-1 p {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  color: rgba(255, 255, 255, 0.5);
}

.unit-1:hover p {
  opacity: 1;
  visibility: visible;
}

.unit-1:hover .unit-1-text {
  bottom: 30px;
}

.unit-1:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.overlap-section {
  margin-top: -150px;
  position: relative;
  z-index: 9;
}

.unit-4 {
  padding: 30px;
  background: #f8f8f8;
  border-radius: 5px;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  position: relative;
  top: 0;
  margin-bottom: 4em;
  -webkit-box-shadow: 0 4px 20px -5px rgba(66, 133, 244, 0.4);
  box-shadow: 0 4px 20px -5px rgba(66, 133, 244, 0.4);
  text-align: center;
  padding-top: 50px;
}

.unit-4 .unit-4-icon {
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  top: -50px;
}

.unit-4 .unit-4-icon .icon-wrap {
  width: 80px;
  height: 80px;
  position: relative;
  border-radius: 50%;
  display: inline-block;
  background-color: #ffffff;
  -webkit-box-shadow: 0 4px 20px -5px rgba(66, 133, 244, 0.4);
  box-shadow: 0 4px 20px -5px rgba(66, 133, 244, 0.4);
}

.unit-4 .unit-4-icon .icon-wrap span {
  font-size: 2rem;
  position: absolute;
  top: 50%;
  color: #fff !important;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.unit-4 h3 {
  font-size: 18px;
  color: #000;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.unit-4 p {
  font-weight: 300;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.unit-4 *:last-child {
  margin-bottom: 0;
}

.unit-4:hover {
  /* background: #4285f4; */
  -webkit-box-shadow: 0 4px 20px -5px rgba(66, 133, 244, 0.7);
  box-shadow: 0 4px 20px -5px rgba(66, 133, 244, 0.7);
}

.unit-4:hover .icon-wrap {
  background-color: #fff;
}

.unit-4:hover .icon-wrap span {
  color: #4285f4 !important;
}

.unit-4:hover h3 {
  color: rgb(32, 32, 32);
}

.unit-4:hover p {
  font-weight: 300;
  color: rgb(29, 29, 29);
}

.unit-4:hover p a {
  color: rgb(14, 179, 255);
}

.map-icon {
  height: 50px;
  width: auto;
  /* opacity: 0.5; */
}

.text-light-gray {
  color: rgb(58, 58, 58);
  font-size: 16px;
  font-weight: 500;
}

.h-entry img {
  margin-bottom: 10px;
}

.h-entry .meta {
  color: #b3b3b3;
  font-size: 14px;
}

.h-entry h2 {
  font-size: 18px;
  text-align: left;
}

.overlap-left {
  margin-left: -100px;
}

@media (max-width: 991.98px) {
  .center-career {
    padding-top: 0px;
  }

  .overlap-left {
    margin-left: 0px;
  }
}

.overlap-section {
  margin-top: -100px;
}

.feature-1, .free-quote, .feature-3 {
  background: #4285f4;
  padding: 30px 50px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 15px;
}

.feature-1 .heading, .free-quote .heading, .feature-3 .heading {
  font-size: 22px;
  text-transform: uppercase;
  color: #fff;
}

.feature-1 .icon, .free-quote .icon, .feature-3 .icon {
  border: 2px solid rgba(255, 255, 255, 0.5);
  width: 80px;
  height: 80px;
  line-height: 80px;
  position: relative;
  border-radius: 50%;
  margin: 0 auto !important;
}

.feature-1 .icon>span, .free-quote .icon>span, .feature-3 .icon>span {
  font-size: 35px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.free-quote {
  background: #2a75f3;
}

.free-quote .form-control {
  border: 2px solid rgba(255, 255, 255, 0.5);
  background: none;
  color: #fff;
}

.free-quote .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #d1d1d1;
  font-size: 13px;
  font-style: italic;
}

.free-quote .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #d1d1d1;
  font-size: 13px;
  font-style: italic;
}

.free-quote .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #d1d1d1;

  font-size: 13px;
  font-style: italic;
}

.free-quote .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #d1d1d1;

  font-size: 13px;
  font-style: italic;
}

.feature-3 {
  background: #206ff2;
}

.border-primary {
  position: relative;
}

.border-primary h2 {
  font-weight: 700 !important;
}

.border-primary:after {
  position: absolute;
  content: "";
  bottom: 0;
  width: 80px;
  height: 3px;
  background: #4285f4;
}

.border-primary.text-center:after {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.border-primary.text-left:after {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.testimonial {
  max-width: auto;
  margin: 0 auto !important;
  text-align: center;
}

.testimonial blockquote {
  font-size: 1rem;
  font-style: italic;
}

.testimonial figure img {
  max-width: 100px;
  margin: 0 auto;
  border-radius: 50%;
}

.breadcrumb-custom {
  font-size: 1rem !important;
}

.text-muted {
  color: #ccc !important;
  font-size: 12px;
  text-transform: uppercase;
}

.how-it-work-item .number {
  width: 50px;
  height: 50px;
  background: #4285f4;
  color: #fff;
  line-height: 55px;
  font-weight: 300;
  display: inline-block;
  text-align: center;
  font-size: 30px;
  border-radius: 50%;
  margin-bottom: 40px;
}

.how-it-work-item h2 {
  font-size: 18px;
  margin-bottom: 30px;
  color: #fff;
}

.how-it-work-item p {
  color: white;
}

.person h3 {
  font-size: 18px;
}

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

.ul-social-circle li {
  display: inline-block;
  margin-left: 5px;
  margin-bottom: 5px;
}

.ul-social-circle li:first-child {
  margin-left: 0;
}

.ul-social-circle li span {
  width: 30px;
  height: 30px;
  background: #777;
  font-size: 13px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  display: inline-block;
}

.ul-social-circle li a span {
  color: #fff;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.ul-social-circle li a:hover span {
  background: #2b2b2b;
  color: #fff;
}

.custom-pagination a, .custom-pagination span {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  display: inline-block;
  background: #4285f4;
  color: #fff;
}

.custom-pagination span {
  background: #e6e6e6;
  color: #000;
}

.custom-pagination .more-page {
  background: none;
  letter-spacing: .1em;
}

.form-search-wrap {
  background: #fff;
  border-radius: 30px;
}

.form-search-wrap .form-control {
  border: none;
}

@media (max-width: 1199.98px) {
  .form-search-wrap .form-control {
    height: 55px;
  }
}

.form-search-wrap .btn {
  border-radius: 30px;
  padding: 10px 30px;
}

@media (max-width: 1199.98px) {
  .form-search-wrap .btn {
    width: 100% !important;
    display: block;
  }
}

.popular-category {
  background: #fff;
  display: block;
  text-align: center;
  padding: 30px 10px;
  border-radius: 7px;
  background: #f8f9fa;
  position: relative;
}

.popular-category .icon {
  display: block;
  -webkit-transition: .1s all ease;
  -o-transition: .1s all ease;
  transition: .1s all ease;
}

.popular-category .icon>span {
  line-height: 0;
  font-size: 40px;
}

.popular-category .caption {
  color: #666666;
  -webkit-transition: .1s all ease;
  -o-transition: .1s all ease;
  transition: .1s all ease;
}

.popular-category .number {
  padding: 2px 20px;
  border-radius: 30px;
  display: inline-block;
  background: #e9ecef;
  color: #000;
  font-size: 14px;
  -webkit-transition: .1s all ease;
  -o-transition: .1s all ease;
  transition: .1s all ease;
}

.popular-category:hover {
  background: #4285f4;
  -webkit-box-shadow: 0 5px 30px -5px rgba(66, 133, 244, 0.5);
  box-shadow: 0 5px 30px -5px rgba(66, 133, 244, 0.5);
}

.popular-category:hover .caption {
  color: #fff;
}

.popular-category:hover .icon {
  color: #fff;
}

.popular-category:hover .number {
  background: #2a75f3;
  color: #fff;
}

@media (max-width: 1199.98px) {
  .no-sm-border {
    border: none !important;
  }
}

.listing-item {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}

.listing-item:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.4);
}

.listing-item img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.listing-item:hover img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.listing-item .listing-item-content {
  position: absolute;
  bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  z-index: 2;
  width: 100%;
}

.listing-item .listing-item-content .category {
  font-size: 12px;
  display: inline-block;
  padding: 5px 30px;
  background: #4285f4;
  border-radius: 30px;
  color: #fff;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.listing-item .listing-item-content h2 {
  font-size: 22px;
}

.listing-item .listing-item-content h2, .listing-item .listing-item-content h2 a {
  color: #fff;
}

.listing-item .listing-item-content span {
  color: #fff;
}

.listing-item .listing-item-content .address {
  color: rgba(255, 255, 255, 0.8);
}

.listing-item .bookmark {
  position: absolute;
  right: 20px;
  bottom: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-block;
  background: rgba(255, 255, 255, 0.3);
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.listing-item .bookmark span {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.listing-item .bookmark:hover {
  background: #f23a2e;
}

.listing-item .bookmark:hover span {
  color: #fff;
}

.accordion-item[aria-expanded="true"] {
  color: #4285f4;
}

.social-media {
  display: inline-block;
  margin-bottom: 0px;
  padding: 0;
}

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

.ft-feature-1 {
  margin-bottom: 80px;
}

.ft-feature-1 .ft-feature-1-content {
  padding: 30px;
  position: relative;
  z-index: 10;
}

.ft-feature-1 h2, .ft-feature-1 h3 {
  font-size: 20px;
  color: #fff;
}

.ft-feature-1 h3 {
  font-size: 18px;
}

.ft-feature-1 h3 .icon {
  font-size: 30px;
}

.ft-feature-1 a {
  color: #fff;
  text-decoration: underline;
}

.ft-feature-1 a:hover {
  color: #fff;
  text-decoration: none;
}

.ft-feature-1 .play {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: #4285f4;
  margin-right: 1.5rem;
  border-radius: 50%;
  line-height: 50px;
  text-align: center;
  text-decoration: none !important;
}

.ft-feature-1 .play span {
  color: #fff;
  display: inline;
}

.ft-feature-1 .img-feature {
  position: relative;
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .ft-feature-1 .img-feature {
    margin-bottom: -80px;
  }
}

.ft-feature-1 p {
  color: #737373;
}

.box-with-humber {
  position: relative;
}

.box-with-humber .number-behind {
  font-size: 6rem;
  position: absolute;
  z-index: -1;
  top: -3rem;
  left: -3rem;
  font-weight: 900;
  color: #f2f4f5;
}

.box-with-humber h2 {
  font-size: 20px;
}

.media-1 {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 30px;
}

.media-1:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  content: "";
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  opacity: 0;
  visibility: hidden;
}

.media-1 img {
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.media-1 .media-1-content {
  z-index: 4;
  top: 50%;
  position: absolute;
  width: 100%;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.media-1 .media-1-content h2 {
  position: relative;
  color: #fff;
  font-size: 1.5rem;
  -webkit-transition: .4s all ease-in-out;
  -o-transition: .4s all ease-in-out;
  transition: .4s all ease-in-out;
  opacity: 0;
  visibility: hidden;
  bottom: -10px;
  margin-bottom: 0px;
}

.media-1 .media-1-content .category {
  position: relative;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  opacity: 0;
  bottom: -10px;
  visibility: hidden;
  color: #999999;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .2em;
}

.media-1:hover:after {
  opacity: 1;
  visibility: visible;
}

.media-1:hover h2 {
  bottom: 0px;
  opacity: 1;
  visibility: visible;
}

.media-1:hover .category {
  opacity: 1;
  visibility: visible;
  bottom: 0px;
  -webkit-transition-delay: 0.09s;
  -o-transition-delay: 0.09s;
  transition-delay: 0.09s;
}

.media-1:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.testimonial-wrap .owl-nav {
  display: none;
}

.section-sub-title {
  font-size: 13px;
  color: #4285f4;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.section-title {
  color: #000;
  font-size: 35px;
  font-weight: 900;
}

@media (max-width: 991.98px) {
  .center-career {
    padding-top: 0px;
  }

  .section-title {
    font-size: 30px;
  }
}

.position-relative {
  position: relative;
}

.experience {
  position: absolute;
  bottom: -10px;
  right: -10px;
  background: #007bff;
  padding: 20px;
}

@media (max-width: 991.98px) {
  .experience {
    bottom: 0px;
    right: 0px;
  }
}

.experience span {
  display: block;
}

.experience .year {
  font-weight: 900;
  color: #fff;
  font-size: 3rem;
  letter-spacing: normal;
  line-height: 1.2;
}

.experience span {
  letter-spacing: .2em;
}

.experience .caption {
  color: #fff;
  letter-spacing: .4em;
  text-transform: uppercase;
}

.footer-subscribe .btn {
  height: 43px;
}

.feature-big h2 {
  font-size: 35px;
  font-weight: 900;
  margin-bottom: 30px;
}

.author-box {
  -webkit-box-shadow: 0 5px 15px -2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 15px -2px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding: 20px;
  border: 1px solid #eee;
  cursor: pointer;
  transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  background-color: #f7f7f7;
  border-left: 5px solid #00BEDD;
}

.author-box *:last-child {
  margin-bottom: 0;
}

.author-box img {
  max-width: 50px;
}

.author-box blockquote {
  font-style: italic;
}

.shadow {
  -webkit-box-shadow: 0 5px 15px -2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 15px -2px rgba(0, 0, 0, 0.1);
  padding: 15px 10px;
}

.h-entry h2 a {
  color: #000;
  text-align: left;
  font-size: 18px;
}

@media (max-width: 991.98px) {
  .site-logo {
    top: 0;
  }
}

@media (max-width: 991.98px) {
  .main-menu {
    display: none !important;
  }
}

.overlap-image-wrap {
  position: relative;
}

.overlap-image-wrap .image-1 {
  position: relative;
}

.overlap-image-wrap .image-2 {
  max-width: 250px;
  position: absolute;
  bottom: -50px;
  right: -50px;
  z-index: 99;
}

.bg-image2 {
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  top: 35px;
  /* opacity: .2; */
  position: relative;
}

.bg-image2.overlay:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: .8;
}

.form-control::placeholder {
  color: #d1d1d1;
  font-size: 14px;
  font-weight: 400;
}

input[type="email"]::placeholder {
  color: #d1d1d1;
  font-size: 14px;
  font-weight: 400;
}


.person {
  position: relative;
}

.person figure {
  position: relative;
  margin-bottom: 0;
}

.person figure:before {
  display: none;
  position: absolute;
  content: "";
  z-index: 1;
  left: 10px;
  top: 10px;
  right: 10px;
  bottom: 10px;
  border: 2px solid #4285f4;
  opacity: 1;
  visibility: visible;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.person h2 {
  font-size: 18px;
}

.person .bio-img {
  position: relative;
  text-align: center;
  overflow: hidden;
  margin-bottom: 30px;
}

.person .bio-img img {
  position: relative;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.person .bio-img .social {
  z-index: 2;
  padding: 10px 0;
  width: 100%;
  position: absolute;
  bottom: 0%;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  left: 0;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  background: #01c2fd;
}

.person .bio-img .social a {
  display: inline-block;
  padding: 5px;
  font-size: 18px;
  font-weight: 550;
  color: rgb(29, 29, 29);
}

.person:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.person:hover .social {
  bottom: 0;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}

.person:hover figure:before {
  opacity: 0;
  visibility: hidden;
}

.sub-title {
  display: block;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: 12px;
  font-weight: 700;
  color: #4285f4;
  margin-bottom: 10px;
}

/*PRELOADING------------ */
#overlayer {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 7100;
  background: #fff;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.loader {
  z-index: 7700;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.form-subscribe .btn:hover, .form-subscribe .btn:active, .form-subscribe .btn:focus {
  background-color: #4285f4 !important;
  border-color: #4285f4 !important;
  color: #fff;
}

.top-header-area {
  padding: 10px 10px;
  height: 90px;
  width: 100%;
  background-color: rgb(240, 240, 240);
  vertical-align: middle;
}

.text-sm {
  font-size: 13.5px;
  /* line-height: 0.1px; */
}

@media (max-width: 991.98px) {

  .top-header-area {
    display: none !important;
  }

  .img-responsive {
    height: 40px;
    width: auto;
    vertical-align: middle;
  }

  .img-responsive1 {
    height: 35px;
    width: 100%;
    vertical-align: middle;
  }

  .img-responsive2 {
    height: auto;
    margin: auto 0px;
    width: 100%;
    /* border: 1px solid rgb(226, 226, 226); */
    margin-bottom: 10px;
    border-radius: 3px;
    padding: 5px;
  }
}
/* preloading */
#button{
  display:block;
  margin:20px auto;
  padding:10px 30px;
  background-color:#eee;
  border:solid #ccc 1px;
  cursor: pointer;
}
#overlay{	
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  height:100%;
  display: none;
  background: rgba(0,0,0,0.6);
}
.cv-spinner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;  
}
.spinner {
  width: 40px;
  height: 40px;
  border: 4px #ddd solid;
  border-top: 4px #2e93e6 solid;
  border-radius: 50%;
  animation: sp-anime 0.8s infinite linear;
}
@keyframes sp-anime {
  100% { 
    transform: rotate(360deg); 
  }
}
.is-hide{
  display:none;
}

/* additional css */
.footer {
  background: #142d5e
    /* background-color: #142d5e; */
}

section {
  padding-top: 50px;
  padding-bottom: 50px;
  margin: auto;
  display: block;
}

.section {
  padding-top: 100px;
  padding-bottom: 100px;
  margin: auto;
  display: block;
}

.scroll-container {
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0;
  padding: 0;
}

.bg-light-blue {
  background-color: #f1f9ff;
}

.bg-blue {
  background-color: #eff8ff;
}

.product-title {
  font-size: 30px;
}

.scroll-container section {
  width: 100%;
  height: 100%;
}

.dots {
  z-index: 1;
  list-style: none;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.dots li a {
  padding: 10px;
  width: 4px;
  height: 5px;
  display: block;
}

.dots li a:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  background: rgba(138, 138, 138, 0.945);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: -webkit-transform 0.3s ease, background-color 0.3s ease;
  -moz-transition: -moz-transform 0.3s ease, background-color 0.3s ease;
  -ms-transition: -ms-transform 0.3s ease, background-color 0.3s ease;
  -o-transition: -o-transform 0.3s ease, background-color 0.3s ease;
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.dots li a.active:before {
  content: '';
  background-color: #0f93eb;
  width: 14px;
  height: 14px;
  margin-top: -4px;
  left: 7px;
  background-color: #0f93eb;
  -webkit-transform: scale(1.0);
  -moz-transform: scale(1.0);
  -ms-transform: scale(1.0);
  -o-transform: scale(1.0);
  transform: scale(1.0);
}

.dots-right {
  right: 25px;
}

.dots-left {
  left: 10px;
}

p, span {
  font-size: 16px;
}

.p1 {
  font-size: 15.5px;
  color: rgb(74, 75, 78);
  text-align: left;
}

a {
  cursor: pointer;
}

.text-light-blue {
  color: rgb(47, 48, 52);
  font-weight: 800;
  line-height: 2.5em;
}

.text-sky-blue {
  color: rgb(47, 48, 52);
  font-weight: 600;
}

.text-dark-blue {
  color: rgb(47, 48, 52);
  font-weight: 600;
  line-height: 1.5em;
  /* margin-bottom:20px; */
}

#cf {
  position: relative;
}

#cf img {
  position: absolute;

  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}

#cf img.top:hover {
  opacity: 0;
}

/* blog css */
.img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.blog-wrap {
  width: 100%;
}

.blog-wrap .img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

@media (min-width: 768px) {
  .center-career {
    padding-top: 0px;
  }

  .blog-wrap .text .heading {
    margin-left: -150px;
    background: white;
    padding-top: 40px;
    padding-left: 50px;
    padding-bottom: 20px;
  }

}

.blog-wrap .text .meta-wrap {
  width: 100%;
  display: block;
}

.blog-wrap .text .meta-wrap .meta span {
  font-size: 13px;
  margin: 0 10px 0 0;
  color: #bfbfbf;
}

.blog-wrap .text .meta-wrap .meta span a {
  color: #0028ff;
}

.blog-wrap .text p {
  font-size: 16px;
}

.blog-wrap .text h2 {
  font-size: 44px;
  font-weight: 600;
  line-height: 1.3;
}

.blog-wrap .text h2 a {
  color: #000000;
}

@media (max-width: 991.98px) {
  .bg-image2 {
    top: 5px;
  }

  .product-title {
    font-size: 25px;
  }

  .blog-wrap .text h2 {
    font-size: 30px;
  }
}

.blog-wrap .text .icon .img {
  width: 60px;
  height: 60px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.blog-wrap .text .icon .position h4 {
  font-size: 20px;
  color: rgba(0, 0, 0, 0.7);
  font-weight: 600;
  font-family: "Poppins", Arial, sans-serif;
}

.blog-wrap .text .icon .position span {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
  color: #0028ff;
}

.blog-entry {
  width: 100%;
  margin-bottom: 0;
  background: #fff;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.blog-entry .img {
  display: block;
  width: 100%;
  height: 340px;
  position: relative;
  z-index: 0;
}

.blog-entry .img:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  background: #0088b9bb;
  z-index: -1;
  opacity: 0;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (max-width: 767.98px) {
  .center-career {
    padding-top: 0px;
  }

  .blog-entry .img {
    margin: 0 auto;
    margin-bottom: 20px;
  }

  section {
    padding-top: 20px;
    padding-bottom: 20px;
    margin: auto;
    display: block;
  }

  .section {
    padding-top: 30px;
    padding-bottom: 20px;
    margin: auto;
    display: block;
  }
}

.blog-entry .img .icon {
  width: 60px;
  height: 60px;
  background: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.blog-entry .img.img-2 {
  width: 50%;
}

@media (max-width: 767.98px) {
  .blog-entry .img.img-2 {
    width: 100%;
  }
}

.blog-entry .text {
  position: relative;
  z-index: 0;
  width: 100%;
}

.blog-entry .text.text-2 {
  width: 50%;
}

@media (max-width: 767.98px) {
  .blog-entry .text.text-2 {
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  .blog-entry .text {
    width: 100%;
    text-align: center;
  }
}

.blog-entry .text h3 {
  font-weight: 400;
  font-size: 20px;
  font-family: "Poppins", Arial, sans-serif;
}

.blog-entry .text h3 a {
  color: #000000;
}

.blog-entry .text .meta-wrap {
  width: 100%;
  display: block;
}

.blog-entry .text .meta-wrap .meta span {
  font-size: 13px;
  margin: 0 10px 0 0;
  color: #bfbfbf;
}

.blog-entry .text .meta-wrap .meta span a {
  color: #000000;
}

.blog-entry.active, .blog-entry:hover {
  background: #0099ff;
  color: rgba(255, 255, 255, 0.8);
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
}

.blog-entry.active .text h3 a, .blog-entry:hover .text h3 a {
  color: #fff;
}

.blog-entry.active .meta-wrap .meta span, .blog-entry:hover .meta-wrap .meta span {
  color: #fff;
}

.blog-entry.active .meta-wrap .meta span a, .blog-entry:hover .meta-wrap .meta span a {
  color: #fff;
}

.blog-entry.active .btn-custom, .blog-entry:hover .btn-custom {
  color: #fff;
}

.blog-entry:hover .img:after {
  opacity: .7;
}

/* team */
.blog-entry1 {
  width: 100%;
  margin-bottom: 0;
  background: #fff;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.blog-entry1 .img {
  display: block;
  width: 100%;
  height: 340px;
  position: relative;
  z-index: 0;
}

.blog-entry1 .img:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  /* background: rgba(0, 136, 185, 0.733); */
  z-index: -1;
  opacity: 0;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (max-width: 767.98px) {
  .blog-entry1 .img {
    margin: 0 auto;
    margin-bottom: 20px;
  }
}

.blog-entry1 .img .icon {
  width: 60px;
  height: 60px;
  background: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.blog-entry1 .img.img-2 {
  width: 50%;
}

@media (max-width: 767.98px) {
  .blog-entry1 .img.img-2 {
    width: 100%;
  }
}

.blog-entry1 .text {
  position: relative;
  z-index: 0;
  width: 100%;
}

.blog-entry1 .text.text-2 {
  width: 50%;
}

@media (max-width: 767.98px) {
  .center-career {
    padding-top: 0px;
  }

  .blog-entry1 .text.text-2 {
    width: 100%;
  }
}

.blog-entry1 .text h3 {
  font-weight: 400;
  font-size: 20px;
  font-family: "Poppins", Arial, sans-serif;
}

.blog-entry1 .text h3 a {
  color: #000000;
}

.blog-entry1 .text .meta-wrap {
  width: 100%;
  display: block;
}

/* team css */
.team-shadow {
  box-shadow: 0 8px 6px -6px rgb(116, 116, 116);
}

.hide-mob {
  display: block;
  visibility: visible;
}

.hide-pc {
  display: none;
  visibility: hidden;
  height: 0px;
  width: 0px;
}

.contact-btn {
  border-radius: 0px;
  color: white;
  font-size: 20px;
  font-weight: bold;
  padding: 15px 10px;
  cursor: pointer;
}

.hello {
  font-size: 30px;
  font-weight: 800;
  color: #000;
}

.what {
  font-size: 22px;
  padding-bottom: 15px;
}

.hov-mail {
  text-decoration: underline;
}

.nav-item {
  padding: 0px 18px;
  font-size: 18px;
  font-weight: 550;
  color: rgb(39, 39, 39);
}

.side-nav-bar {
  padding-left: 25px;
  padding-right: 25px;
}

.circle {
  height: 400px;
  width: 400px;
  background: rgba(0, 225, 255, 0.692);
  border-radius: 50%;
  position: absolute;
  z-index: -1;
  right: 0;
  margin-top: -55px;
}

.bg-about1 {
  position: absolute;
  height: 600px;
  width: 50%;
  background: #03c0de;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.bg-about2 {
  position: absolute;
  height: 600px;
  width: 50%;
  background: #006bb3;
  bottom: 0;
  left: 0;
  z-index: -1;
}

@media only screen and (max-width: 767px) {

  .hide-mob {
    display: none;
    visibility: hidden;
    height: 0px;
    width: 0px;
  }

  .bg-about1, .bg-about2 {
    display: none;
    visibility: hidden;
  }

  .circle {
    display: none;
    visibility: hidden;
  }

  .side-nav-bar {
    padding-left: 10px;
    padding-right: 10px;
  }

  .hide-pc {
    display: block;
    visibility: visible;
    height: auto;
    width: 100%;
  }

  .nav-item {
    padding: 0px 0px;
    font-size: 16px;
    color: rgb(39, 39, 39);
    font-weight: 500;
  }

  .nav-item a {
    color: rgb(39, 39, 39);
    font-weight: 500;
  }

  h3 {
    font-size: 18px;
  }

  .what {
    font-size: 20px;
  }

  .contact-btn {
    border-radius: 0px;
    color: white;
    font-size: 18px;
    font-weight: bold;
    padding: 15px 8px;
    cursor: pointer;
  }

  .hello {
    font-weight: 800;
    color: #000;
    font-size: 20px;
  }

  .p1 {
    font-size: 13px;
  }

  .feature-big h2 {
    font-size: 25px;
    margin-bottom: 10px;
  }

  .h2 {
    font-size: 20px;
  }

  .h3 {
    font-size: 18px;
  }
}

.paddingBottom {
  padding-bottom: 0px;
}

input[type="text"]:focus,
input[type="number"]:focus,
input[type="email"]:focus, .form-control:focus,
textarea:focus {
  border-color: rgba(64, 217, 255, 0.8);
  box-shadow: none;
  outline: 0 none;
}

.text-info1 {
  color: #03c0de;
}

.btn-primary {
  background-color: #005791;
  color: white;


}

.btn-secondary {
  background: #4267B2;
  border-color: #4267B2;
}

.btn-secondary:hover {
  background: #3660b6;
  border-color: #4267B2;
}

.btn-info {
  color: white;
}

.btn-info1:hover {
  background-color: #00b5d1;
}

.btn-primary:hover {
  background-color: #005791;
}

/* Slider */

.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 100%;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* .team */
.main-timeline:after {
  content: '';
  display: block;
  clear: both;
}

.main-timeline .timeline {
  width: 85%;
  padding: 0 0 0 50px;
  margin: 0 0 30px;
  float: left;
}

.main-timeline .timeline-content {
  color: #555;
  background-color: #fff;
  border-radius: 30px;
  display: block;
  position: relative;
}

.main-timeline .timeline-content:hover {
  text-decoration: none;
}

.main-timeline .timeline-content:before {
  content: '';
  background: linear-gradient(45deg, #3be5ff, #03c0de);
  height: 120px;
  width: 120px;
  border-radius: 50% 0 50% 50%;
  transform: translateY(-50%) rotate(45deg);
  position: absolute;
  left: -40px;
  top: 50%;
  bottom: -10px;
  z-index: 1;
}

.main-timeline .timeline-icon {
  color: #fff;
  background: linear-gradient(105deg, #03c0de, #3be5ff);
  font-size: 45px;
  text-align: center;
  line-height: 100px;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  box-shadow: 0 0 0 8px #fff inset, 0 0 5px #333;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: -30px;
  z-index: 1;
}

.team-img {
  height: 87px;
  width: 87px;
  border-radius: 50%;
  margin-top: -7px;
}

.main-timeline .inner-content {
  background-color: #fdfdfd;
  padding: 15px 30px 15px 130px;
  border-radius: 30px;
  box-shadow:
    inset 0 -2em 2em rgba(0, 208, 235, 0.048),
    0 0 0 2px rgb(255, 255, 255),
    0.3em 0.3em 1em rgba(0, 65, 102, 0.3);
  border: 1px solid #eeeeee2a
}

.main-timeline .title {
  color: #03c0de;
  font-size: 20px;
  font-weight: 700;
  /* letter-spacing: 1px; */
  text-transform: uppercase;
  margin: 0 0 5px;
}

.main-timeline .description {
  color: rgb(74, 75, 78);
  font-size: 15.5px;
  /* letter-spacing: 1px; */
  margin: 0;
  text-align: left;
}

.main-timeline .timeline:nth-child(even) {
  padding: 0 50px 0 0;
  margin: 0 0 30px;
  float: right;
}

.main-timeline .timeline:nth-child(even) .timeline-content:before {
  transform: translateY(-50%) rotate(225deg);
  left: auto;
  right: -40px;
}

.main-timeline .timeline:nth-child(even) .timeline-icon {
  left: auto;
  right: -30px;
}

.main-timeline .timeline:nth-child(even) .inner-content {
  padding: 15px 130px 15px 30px;
}

.main-timeline .timeline:nth-child(4n+2) .timeline-content:before {
  background: linear-gradient(45deg, #1c3360, #234fa5);
}

.main-timeline .timeline:nth-child(4n+2) .timeline-icon {
  background: linear-gradient(105deg, #234fa5, #1c3360);
}

.main-timeline .timeline:nth-child(4n+2) .title {
  color: #1c3360;
}

.main-timeline .timeline:nth-child(4n+3) .timeline-content:before {
  background: linear-gradient(45deg, #0082d8, #016cb3);
}

.main-timeline .timeline:nth-child(4n+3) .timeline-icon {
  background: linear-gradient(105deg, #016cb3, #0082d8);
}

.main-timeline .timeline:nth-child(4n+3) .title {
  color: #016cb3;
}

.main-timeline .timeline:nth-child(4n+4) .timeline-content:before {
  background: linear-gradient(45deg, #3be5ff, #03c0de);
}

.main-timeline .timeline:nth-child(4n+4) .timeline-icon {
  background: linear-gradient(105deg, #03c0de, #3be5ff);
}

.main-timeline .timeline:nth-child(4n+4) .title {
  color: #03c0de;
}

@media screen and (max-width:767px) {
  .main-timeline .description {
    font-size: 12px;
  }

  .pt-6 {
    padding-top: 0px;
  }

  .paddingBottom {
    padding-bottom: 3em;
  }

  .hero .slant {
    display: none;
    visibility: hidden;
  }

  .hello {
    font-weight: 800;
    color: #000;
    font-size: 20px;
  }

  .main-timeline .timeline,
  .main-timeline .timeline:nth-child(even) {
    width: 100%;
    padding: 60px 0 0 0;
    float: none;
  }

  .main-timeline .timeline-icon,
  .main-timeline .timeline:nth-child(even) .timeline-icon {
    transform: translateY(0) translateX(-50%);
    left: 50%;
    top: -40px;
  }

  .main-timeline .timeline-content:before,
  .main-timeline .timeline:nth-child(even) .timeline-content:before {
    transform: translateY(0) translateX(-50%) rotate(135deg);
    left: 50%;
    top: -50px;
  }

  .main-timeline .inner-content,
  .main-timeline .timeline:nth-child(even) .inner-content {
    text-align: center;
    padding: 115px 20px 20px;
  }
}

.shad {
  box-shadow:
    0 2.8px 2.2px #1ea6cf09,
    0 4.7px 5.3px rgba(39, 156, 202, 0.048),
    0 6.5px 5px rgba(33, 148, 202, 0.06),
    0 10.3px 17.9px rgba(24, 141, 177, 0.072),
    0 20.8px 33.4px rgba(28, 148, 179, 0.086),
    0 40px 80px rgba(53, 136, 184, 0.12);
  border-radius: 10px;
}

@media screen and (max-width:567px) {
  .center-career {
    padding-top: 0px;
  }

  .career_img {
    height: 150px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }

  .main-timeline .title {
    font-size: 18px;
  }

  .shad {
    box-shadow: none
  }

  .pt-6 {
    padding-top: 0px;
  }

  .hello {
    font-weight: 800;
    color: #000;
    font-size: 20px;
  }

  .paddingBottom {
    padding-bottom: 3em;
  }
}

/* close */
.client-img {
  width: auto;
  height: 95px;
  position: relative;
  margin: 0px auto;
  margin-bottom: 15px;
  display: block;
  border: 1px solid rgb(240, 240, 240);
  border-radius: 10px;
  transition: 0.5s;
}

.client-img:hover {
  box-shadow:
    0 2.8px 2.2px #1ea6cf09,
    0 4.7px 5.3px rgba(39, 156, 202, 0.048),
    0 6.5px 5px rgba(33, 148, 202, 0.06),
    0 10.3px 17.9px rgba(24, 141, 177, 0.072),
    0 20.8px 33.4px rgba(28, 148, 179, 0.086),
    0 40px 80px rgba(53, 136, 184, 0.12);
  border-radius: 10px;

}

.bg-svg1 {
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1600 900'%3E%3Cdefs%3E%3ClinearGradient id='a' x1='0' x2='0' y1='1' y2='0' gradientTransform='rotate(155,0.5,0.5)'%3E%3Cstop offset='0' stop-color='%2324d3ff'/%3E%3Cstop offset='1' stop-color='%2359a9ff'/%3E%3C/linearGradient%3E%3ClinearGradient id='b' x1='0' x2='0' y1='0' y2='1' gradientTransform='rotate(50,0.5,0.5)'%3E%3Cstop offset='0' stop-color='%238ff2ff'/%3E%3Cstop offset='1' stop-color='%23002e75'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cg fill='%23FFF' fill-opacity='0' stroke-miterlimit='10'%3E%3Cg stroke='url(%23a)' stroke-width='2'%3E%3Cpath transform='translate(-41.3 4.4) rotate(1.4 1409 581) scale(0.99246)' d='M1409 581 1450.35 511 1490 581z'/%3E%3Ccircle stroke-width='4' transform='translate(-42.5 29) rotate(4.2 800 450) scale(1.00596)' cx='500' cy='100' r='40'/%3E%3Cpath transform='translate(11.7 -46.5) rotate(37.5 401 736) scale(1.00596)' d='M400.86 735.5h-83.73c0-23.12 18.74-41.87 41.87-41.87S400.86 712.38 400.86 735.5z'/%3E%3C/g%3E%3Cg stroke='url(%23b)' stroke-width='4'%3E%3Cpath transform='translate(174 -2.5999999999999996) rotate(0.6499999999999999 150 345) scale(0.9888199999999999)' d='M149.8 345.2 118.4 389.8 149.8 434.4 181.2 389.8z'/%3E%3Crect stroke-width='8' transform='translate(-66.5 -77) rotate(39.6 1089 759)' x='1039' y='709' width='100' height='100'/%3E%3Cpath transform='translate(-123.6 36.4) rotate(6.6 1400 132) scale(0.955)' d='M1426.8 132.4 1405.7 168.8 1363.7 168.8 1342.7 132.4 1363.7 96 1405.7 96z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-attachment: fixed;
  background-size: cover;
}

.shad1 {
  -webkit-box-shadow: 0 10px 6px #77777718;
  -moz-box-shadow: 0 10px 6px #77777718;
  box-shadow: 0 10px 6px #77777718;
}

.title-border {
  border-top: 3.5px solid rgb(255, 102, 0);
  width: 120px;
  height: 3.5px;
  display: block;
  margin: 5px auto;
}

/* teams */
.our-team {
  padding: 10px 0 20px;
  background: #ffffff;
  text-align: center;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
  margin-bottom: 20px;
}

.our-team .pic {
  display: inline-block;
  width: 90px;
  height: 90px;
  margin-bottom: 25px;
  z-index: 1;
  position: relative;
}

.our-team .pic:before {
  content: "";
  width: 100%;
  height: 0;
  border-radius: 50%;
  background: #006bb3;
  position: absolute;
  bottom: 135%;
  right: 0;
  left: 0;
  opacity: 0.2;
  transform: scale(3);
  transition: all 0.3s linear 0s;
}

.our-team:hover .pic:before {
  height: 100%;
}

.our-team .pic:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #00bedd;
  position: absolute;
  top: 0px;
  left: 0;
  z-index: -1;
}

.our-team .pic img {
  width: 100%;
  height: auto;
  border-radius: 50%;
  transform: scale(1);
  transition: all 0.9s ease 0s;
}

.our-team:hover .pic img {
  box-shadow: 0 0 0 14px #f7f5ec;
  transform: scale(0.7);
}

.our-team .team-content {
  margin-bottom: 30px;
}

.our-team .title {
  font-size: 16px;
  font-weight: 700;
  color: #4e5052;
  letter-spacing: 1px;
  text-transform: capitalize;
  margin-bottom: 5px;
}

.our-team .post {
  display: block;
  font-size: 13px;
  color: #4e5052;
  text-transform: capitalize;
}

.our-team .social {
  width: 100%;
  padding: 0;
  margin: 0;
  background: #1d3260;
  position: absolute;
  bottom: -100px;
  left: 0;
  transition: all 0.5s ease 0s;
}

.our-team:hover .social {
  bottom: 0;
}

.our-team .social li {
  display: inline-block;
}

.our-team .social li a {
  display: block;
  padding: 10px 5px;
  font-size: 13px;
  color: #fff;
  transition: all 0.3s ease 0s;
}

.our-team .social li a:hover {
  color: #00bedd;
  background: #f7f5ec;
}

.scroll-accordion {
  height: 250px;
  overflow: auto;
}

.inner-header h2 {
  font-size: 35px;
}

.inner-header h4 {
  font-size: 25px;
}

@media only screen and (max-width: 990px) {
  .career_img {
    height: 150px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }

  .our-team {
    padding: 10px 0 0px;
    background: #ffffff;
    text-align: center;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    margin-bottom: 25px;
  }

  .paddingBottom {
    padding-bottom: 3em;
  }

  .inner-header h2 {
    font-size: 20px;
  }

  .inner-header h4 {
    font-size: 16px;
  }

  .scroll-accordion {
    height: auto;
    overflow: normal;
  }

  .our-team .pic {
    display: inline-block;
    width: 75px;
    height: 75px;
    margin-bottom: 10px;
    z-index: 1;
    position: relative;
  }

  .our-team .pic:before {
    content: "";
    width: 100%;
    height: 0;
    border-radius: 50%;
    background: #006bb3;
    position: absolute;
    bottom: 130%;
    right: 0;
    left: 0;
    opacity: 0.2;
    transform: scale(3);
    transition: all 0.3s linear 0s;
  }

  .our-team:hover .pic:before {
    height: 100%;
  }

  .our-team .pic:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #00bedd;
    position: absolute;
    top: 1px;
    left: 0;
    z-index: -1;
  }

  .our-team .pic img {
    width: 100%;
    height: auto;
    border-radius: 50%;
    transform: scale(1);
    transition: all 0.9s ease 0s;
  }

  .our-team:hover .pic img {
    box-shadow: 0 0 0 14px #f7f5ec;
    transform: scale(0.65);
  }

  .our-team .team-content {
    margin-bottom: 30px;
  }

  .our-team .title {
    font-size: 13px;
    font-weight: 550;
    color: #4e5052;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin-bottom: 4px;
  }

  .our-team .post {
    display: block;
    font-size: 10px;
    color: #4e5052;
    text-transform: capitalize;
  }

  .our-team .social {
    width: 100%;
    padding: 0;
    margin: 0;
    background: #1d3260;
    position: absolute;
    bottom: -100px;
    left: 0;
    transition: all 0.5s ease 0s;
  }

  .our-team:hover .social {
    bottom: 0;
  }

  .our-team .social li {
    display: inline-block;
  }

  .our-team .social li a {
    display: block;
    padding: 7px;
    font-size: 9px;
    color: #fff;
    transition: all 0.3s ease 0s;
  }

  .our-team .social li a:hover {
    color: #00bedd;
    background: #f7f5ec;
  }
}

/* accortion css */
a:hover, a:focus {
  text-decoration: none;
  outline: none;
}

/* #accordion:before{
  content: "";
  width: 1px;
  height: 50%;
  background: #1c3360;
  position: absolute;
  top: 285px;
  left: 24px;
  bottom: 0;
} */
#accordion .panel {
  border: none;
  border-radius: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  margin: 0 0 12px 8px;
  position: relative;
}

#accordion .panel:before {
  content: "";
  width: 2px;
  height: 100%;
  background: linear-gradient(to bottom, #03c0de 0%, #1c3360 50%, #016cb3 100%);
  position: absolute;
  top: 0;
  left: -2px;
}

#accordion .panel-heading {
  padding: 0;
  background: #fff;
  position: relative;
}

#accordion .panel-heading:before {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50px;
  background: #fff;
  border: 2px solid #016cb3;
  position: absolute;
  top: 50%;
  left: -9px;
  transform: translateY(-50%);
}

#accordion .panel-title a {
  display: block;
  padding: 15px 20px 15px 20px;
  font-size: 18px;
  font-weight: 600;
  color: #1c3360;
  border: none;
  margin: 0;
  position: relative;
  transition: outline 0.6s linear;
}

#accordion .panel-title a:hover {
  outline-width: 10px;

  border: none;
  margin: 0;
  position: relative;
}

#accordion .panel-body {
  padding: 15px;
  border: none;
  font-size: 14px;
  text-align: justify;
  color: #305275;
}

/* close */
.col-20 {
  width: 20%;
  display: inline-block;
  padding: 5px;
  border-right: 1px solid rgba(255, 255, 255, 0.4);
  text-align: center;
}

.mobile-navigation {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 90%;
  display: none;
  visibility: hidden;
  z-index: 2;
  border-radius: 10px 10px 10px 10px;
  background-color: white;
  border: 2px solid white;
}

.icon-mobiles {
  display: block;
  color: rgb(66, 66, 66);
  font-size: 17px;
  text-align: center;
}

.text-mobiles {
  display: block;
  color: rgb(66, 66, 66);
  font-size: 8.5px;
}

.act {
  background-color: #1a9ff841;
  border-radius: 5px;
}

/* logo hover */
.logo-images {
  position: relative;
}

.overlay {
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  width: 0;
  /* height:100%; */
  margin-right: 100px;
  transition: .8s ease;
}

.logo-images:hover .overlay {
  left: 100px;
  height: 100%;
  width: 200px;
}

.nav-link1 {
  border-radius: 25px;
  border: 1px solid rgb(184, 184, 184);
  padding: 7px 30px;
  color: rgb(71, 71, 71);
  background: rgb(255, 255, 255);
  margin-bottom: 7px;
}

/* close */
@media (max-width: 767.98px) {
  #accordion .panel-heading:before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50px;
    background: #fff;
    border: 1.5px solid #016cb3;
    position: absolute;
    top: 50%;
    left: -6px;
    transform: translateY(-50%);
  }

  .inner-header h4 {
    font-size: 16px;
  }

  .inner-header h2 {
    font-size: 20px;
  }

  .paddingBottom {
    padding-bottom: 3em;
  }

  #accordion .panel-title a {
    display: block;
    padding: 10px;
    font-size: 14px;
    font-weight: 600;
    color: #1c3360;
    border: none;
    margin: 0;
    position: relative;
  }

  .st0 {
    fill: #0C0C0C;
  }

  #accordion .panel-body {
    padding: 10px;
    border: none;
    font-size: 12px;
    text-align: justify;
    color: #305275;
  }

  .mobile-navigation {
    position: fixed;
    bottom: 2.5px;
    left: 0;
    right: 0;
    margin: 0px auto;
    width: 98%;
    display: block;
    visibility: visible;
    z-index: 2;
    border-radius: 10px;
    -webkit-box-shadow: 0 5px 15px -2px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px -2px rgba(0, 0, 0, 0.5);
    border: 2px solid white;
    background-color: white;
  }

  .nav-link1 {
    border-radius: 25px;
    border: 1px solid rgb(184, 184, 184);
    font-size: 14px;
    padding: 5px 10px;
    color: rgb(71, 71, 71);
    margin-bottom: 7px;
    margin-right: 5px;
  }

  .logo-images:hover .overlay {
    left: 50px;
    height: 100%;
    width: 200px;
  }

  .nav-pills .nav-link {
    padding: 1px 15px 1px 15px;
    font-size: 12px;
  }
}

.fa-plus-circle {
  font-size: 16px;
  color: #03c0de;
  padding-right: 7px;
}

.list-group-item {
  margin-bottom: 2px;
  border: none;
  color: #2b2b2b;
  font-size: 17x;
  font-weight: 575;
}

.fa-check-circle, .fa-file-text, .fa-usd, .fa-car {
  color: #03c0de;
  padding-right: 10px;
  font-size: 25px;
}

@media (max-width: 767.98px) {
  .career_img {
    height: 150px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }

  .list-group-item {
    font-size: 13px;
  }

  .inner-header h4 {
    font-size: 16px;
  }

  .inner-header h2 {
    font-size: 20px;
  }

  .paddingBottom {
    padding-bottom: 3em;
  }
}

/* index waves */
/* @import url(//fonts.googleapis.com/css?family=Lato:300:400); */

.header {
  position: relative;
  text-align: center;
  /* background: linear-gradient(60deg, rgb(255, 255, 255) 0%, #00acc1 100%); */
  background-image: linear-gradient(to top, #006BB3, #007fd3, #82cdff, #ffffff);

  color: white;
  /* top:50px; */
  margin-bottom: 65px;
}

.inner-header {
  height: 75vh;
  width: 100%;
  margin: 0;
  padding: 0;
}

.flex {
  /*Flexbox for containers*/
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.waves {
  position: relative;
  width: 100%;
  height: 15vh;
  margin-bottom: -7px;
  /*Fix for safari gap*/
  min-height: 100px;
  max-height: 150px;
}

.content {
  position: relative;
  height: 20vh;
  text-align: center;
  background-color: white;
}

/* Animation */
.parallax>use {
  animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite;
}

.parallax>use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}

.parallax>use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}

.parallax>use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}

.parallax>use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}

@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }

  100% {
    transform: translate3d(85px, 0, 0);
  }
}

.nasscom {
  height: auto;
  width: 100%;
  display: block;
  margin: -15px auto 0px;
  left: 0;
  right: 0;
}

/*Shrinking for mobile*/
@media (max-width: 768px) {
  .career_img {
    height: 150px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }

  .waves {
    height: 40px;
    min-height: 40px;
  }

  .nasscom {
    margin-top: auto;
  }

  .inner-header h2 {
    font-size: 20px;
  }

  .paddingBottom {
    padding-bottom: 3em;
  }

  .content {
    height: 20vh;
  }

  .inner-header {
    height: 30vh;
    width: 100%;
    margin: 0;
    padding: 0;
  }
}

/* close */
.btn-group .special {
  display: flex;
}

.special .btn {
  flex: 1
}

/* close */
.list-style-none {
  list-style-type: none;
}

.list-style-none li {
  color: white
}

.hero {
  background: linear-gradient(to bottom left, #33ccff 0%, #438dfd 100%);
  position: relative;
}

.hero .container {
  position: relative;
}

.hero, .hero>.container>.row {
  min-height: 325px;
}

.hero .intro {
  position: relative;
  z-index: 2;
}

.hero .intro h1 {
  color: white;
}

.hero .slant {
  position: absolute;
  width: 100%;
  height: 325px;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-size: cover;
  background-position: left bottom;
  background-repeat: no-repeat;
}

.hero .intro img {
  height: 55px;
  width: auto;
  display: block;
  margin: 0px auto;
}

.about-text {
  font-size: 17px;
  color: black;
  font-weight: 400;
}

@media (max-width: 991.98px) {
  .hero .slant {
    display: none;
    visibility: hidden;
  }

  .career_img {
    height: 150px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }

  .nasscom {
    margin-top: auto;
  }

  .inner-header h2 {
    font-size: 20px;
  }

  .paddingBottom {
    padding-bottom: 3em;
  }

  .inner-header h4 {
    font-size: 16px;
  }

  .hero, .hero>.container>.row {
    min-height: 100px;
    border-radius: 0px 0px 15px 15px;
  }

  .about-text {
    font-size: 13px;
    color: black;
    font-weight: 550;
  }

  p {
    font-size: 13px;
  }
}

.text-capitalize {
  text-align: center;
}

.who {
  font-weight: 600;
  text-align: center;
  display: block;
  width: 100%;
  color: black;
  padding-bottom: 20px;
  /* font-size: 20px; */
}

.info-wrap {
  background: transparent;
}

.info-wrap h3 {
  color: #1b1b1b;
  font-size: 20px;
  position: relative;
}

.info-wrap .dbox {
  width: 100%;
  margin-bottom: 25px;
}

.info-wrap .dbox:last-child {
  margin-bottom: 0;
}

.info-wrap .dbox p {
  margin-bottom: 0;
}

.info-wrap .dbox p span {
  font-weight: 400;
  color: #1b1b1b;
}

.info-wrap .dbox p a {
  color: rgba(255, 255, 255, 0.3);
}

.info-wrap .dbox .icon {
  width: 50px;
  height: 50px;
  background: rgb(230, 230, 230);
  border-radius: 50%;
}

.info-wrap .dbox .icon span {
  font-size: 20px;
  color: rgb(15, 15, 15);
  cursor: pointer;
}

.info-wrap .dbox .text {
  width: calc(100% - 50px);
  color: #1b1b1b;
}

.info-wrap .dbox .text p a {
  color: #1D3260
}

.info-wrap .dbox .text p {
  color: #1D3260
}

/* technologies code */
.pricingTable .title {
  color: #ffffff;
  background: #609bdf;
  font-size: 15px;
  /* font-weight: 600; */
  text-transform: capitalize;
  letter-spacing: 1px;
  padding: 7px 15px;
  margin: 0;
  border-radius: 15px 15px 0 0;
  box-shadow: 0 -3px 5px rgba(0, 0, 0, 0.1);
  display: inline-block;
}

.pricingTable .pricing-content {
  background-color: #fff;
  text-align: center;
  padding: 20px 0 25px;
  border-top: 10px solid #609bdf;
  border-radius: 0 20px 0 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.pricingTable .price-value {
  color: #fc8123;
  font-size: 60px;
  font-weight: 600;
  line-height: 45px;
  margin: 0 0 10px;
}

.pricingTable .price-value .duration {
  color: #111;
  font-size: 17px;
  font-weight: 500;
  text-transform: uppercase;
  display: block;
}

.pricingTable.green .pricingTable-signup a:hover {
  text-shadow: 3px 3px 3px #77c100;
}

.text-small {
  font-size: 15px;
  display: block;

}

ol li {
  font-size: 15px;
  color: #343a40;
}

.mov-top {
  margin-top: 0;
}

@media only screen and (max-width: 990px) {
  .pricingTable {
    margin-bottom: 40px;
  }

  .nasscom {
    margin-top: auto;
  }

  .text-small {
    display: block;
    font-size: 13px;
  }

  .mov-top {
    margin-top: -30px;
  }

  ol li {
    font-size: 13px;
    color: #343a40;
  }
}

.st0 {
  fill: url(#SVGID_1_);
}

.st1 {
  fill: #FFFFFF;
}

.st2 {
  font-family: 'Commissioner';
}

.st3 {
  font-size: 53.9908px;
}

.st4 {
  fill: #00BEDD;
}

.st5 {
  fill: #006BB3;
}

.st6 {
  fill: #1D3260;
}

.st7 {
  fill: none;
}

.fa {
  cursor: pointer;
}

.card {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  transition: 0.3s;
  /* border:1px solid rgb(148, 179, 187); */
}

.card:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  animation: shake 0.3s;
  animation-iteration-count: 1;
}

@keyframes shake {

  /* 0%{transform: translate(1px, 1px) rotate(0deg);}
10%{transform: translate(-1px, -2px) rotate(-1deg);}
20%{transform: translate(-3px, 0px) rotate(1deg);}
30%{transform: translate(3px, 2px) rotate(0deg);}
40%{transform: translate(1px, -1px) rotate(1deg);}
50%{transform: translate(-1px, 2px) rotate(-1deg);}
60%{transform: translate(-3px, 1px) rotate(0deg);}
70%{transform: translate(3px, 1px) rotate(-1deg);}
80%{transform: translate(-1px, -1px) rotate(1deg);}
90%{transform: translate(1px, 2px) rotate(0deg);}
90%{transform: translate(1px, -2px) rotate(-1deg);} */
  0% {
    transform: translate(1px, 1px) rotate(0deg);
  }

  50% {
    transform: translate(-1px, 2px) rotate(-1deg);
  }

  100% {
    transform: translate(1px, 2px) rotate(0deg);
  }
}

.modal-header {
  background: #e5e7e9;
}

.card-subtitle {
  text-transform: capitalize;
}

.tc, .modal-title {
  text-transform: capitalize;
  color: rgb(15, 15, 15);
  font-weight: 600;
}

.card-header {
  color: rgb(15, 15, 15);
  font-weight: bold;
  text-transform: capitalize;
}

#mySidenav a {
  position: fixed;
  right: -95px;
  transition: 0.3s;
  /* padding:15px; */
  width: 150px;
  /* height:40px; */
  text-decoration: none;
  font-size: 16px;
  z-index: 1000;
  color: white;
  border-radius: 5px 0 0 5px;
}

#mySidenav a:hover {
  right: -2px;
}

#career_btn {
  bottom: 12%;
  /* background:rgb(0, 138, 0); */
}

#career_btn1 {
  top: 11%;
  /* background:rgb(0, 138, 0); */
}

.card-title {
  text-transform: capitalize;
  color: rgb(41, 41, 41)
}

svg {
  cursor: pointer;
}

.nav-link span {
  cursor: pointer;
}

select:invalid {
  color: #d4d4d4;
  font-size: 14px;
  font-weight: 450;
}

.fa-upload {
  right: 10px;
  float: right;
  padding-top: 5px;
  vertical-align: middle;
}
#cover {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #141526;
  z-index: 9999;
  font-size: 65px;
  text-align: center;
  padding-top: 200px;
  color: #fff;
  font-family:tahoma;
}

/* service css */

/* timeline code */
.main-timeline1:after {
  content: '';
  display: block;
  clear: both;
}

.main-timeline1 .timeline {
  width: 100%;
  padding: 0 45px 0 0;
  margin: 20px 5px 25px 0;
  float: left;
}

.main-timeline1 .timeline-content {
  color: #fff;
  background: linear-gradient(to right, #ffffff 0%, #f5fcff 100%);
  text-align: left;
  min-height: 140px;
  padding: 20px 65px 20px 20px;
  border: 7px solid #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  display: block;
  position: relative;
}

.main-timeline1 .timeline-content:hover {
  text-decoration: none;
}

.main-timeline1 .timeline-icon {
  color: #026cd6;
  background: #fff;
  font-size: 35px;
  text-align: center;
  line-height: 70px;
  height: 80px;
  width: 90px;
  border-radius: 40px 30px 80px/40px 20px 50px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  transform: translateY(-50%);
  position: absolute;
  right: -45px;
  top: 50%;
  z-index: 1;
}

.main-timeline1 .timeline-icon img {
  height: 55px;
  width: auto;
}

.main-timeline1 .title {
  font-size: 22px;
  font-weight: 800;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  margin: 0 0 5px;
  color: rgb(47, 48, 52);
}

.main-timeline1 .description {
  color: rgb(74, 75, 78);
  font-size: 15px;
  font-weight: 500;
  margin: 0;
}

.main-timeline1 .timeline:nth-child(even) {
  width: 100%;
  padding: 0 0 0 45px;
  margin: 0 0 0 5px;
  float: right;
}

.main-timeline1 .timeline:nth-child(even) .timeline-content {
  padding: 20px 20px 20px 65px;
}

.main-timeline1 .timeline:nth-child(even) .timeline-icon {
  right: auto;
  left: -45px;
}

.main-timeline1 .timeline:nth-child(4n+2) .timeline-content {
  background: linear-gradient(to right, #e3f8ff 0%, #ffffff 100%);
}

.main-timeline1 .timeline:nth-child(4n+2) .timeline-icon {
  color: #0e0e0e;
}

.main-timeline1 .timeline:nth-child(4n+3) .timeline-content {
  background: #9231c6;
}

.main-timeline1 .timeline:nth-child(4n+3) .timeline-icon {
  color: #9231c6;
}

.main-timeline1 .timeline:nth-child(4n+4) .timeline-content {
  background: #31c45a;
}

.main-timeline1 .timeline:nth-child(4n+4) .timeline-icon {
  color: #31c45a;
}

@media screen and (max-width:576px) {

  .main-timeline1 .timeline,
  .main-timeline1 .timeline:nth-child(even) {
    width: 100%;
    padding: 0 45px 0 0;
    margin: 0 0 30px;
  }

  .main-timeline1 .description {
    font-size: 13px;
  }

  .main-timeline1 .timeline:nth-child(even) {
    padding: 0 0 0 45px;
  }
}

@media screen and (max-width:479px) {
  .main-timeline1 .timeline {
    padding: 35px 20px 0 0;
  }

  .main-timeline1 .timeline:nth-child(even) {
    padding: 35px 0 0 20px;
  }

  .main-timeline1 .timeline-content,
  .main-timeline1 .timeline:nth-child(even) .timeline-content {
    padding: 55px 15px 20px;
  }

  .main-timeline1 .description {
    font-size: 13px;
  }

  .main-timeline1 .timeline-icon {
    transform: translateY(0);
    top: -40px;
    right: -25px;
  }

  .main-timeline1 .timeline:nth-child(even) .timeline-icon {
    left: -25px;
  }
}

.form-group .form-control {
  border-radius: 0px;
  background: white;
  box-shadow: none;
  font-family: 'open sans';
  height: 45px;
}

.form-group label {
  font-weight: 600;
  color: rgb(19, 19, 19);
  font-size: 14px;
  box-shadow: none;
  text-shadow: none;
}

.header_img {
  position: relative;
}

.header_img img {
  width: 100%;
  height: 100%;
}

.header_img .centered {
  position: absolute;
  top: 50%;
  left: 50%;
  font-weight: 600;
  text-transform: capitalize;
  transform: translate(-50%, -50%);
}

/* validation css */

input .parsley-success,
select .parsley-success {
  color: #47b355;
  background-color: #d6eed9;
  border: 1px solid #47b355;
}

input .parsley-error,
select .parsley-error {
  color: #a71512;
  background-color: #eed4d4;
  border: 1px solid #be100d;
}

.parsley-errors-list {
  margin: 2px 0 3px;
  padding: 0;
  list-style-type: none;
  font-size: 0.9em;
  line-height: 0.9em;
  opacity: 0;
  transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
}

.parsley-errors-list.filled {
  opacity: 1;
}

.parsley-type, .parsley-required, .parsley-equalto, .parsley-length, .parsley-pattern {
  color: #ff0000;
  font-size: 13px;
  padding-top: 3.5px;
  position: absolute;
}

label{margin-left: 10px;}
#datepicker{width:247px;margin-left: 15px;}
#datepicker > span:hover{cursor: pointer;}

/* Preloder */

.pg-footer {
	line-height: normal;
	margin-bottom: 0;
	padding: 0;
}

