@charset "utf-8";
ul,
ol {
  margin: 0px;
  padding: 0;
  list-style: none;
}

*,
*:before,
*:after {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

a,
img {
  border: 0px;
  outline: 0px;
  text-decoration: none;
  vertical-align: top;
}

a:hover,
a:focus {
  text-decoration: none;
}
.location {
  padding: 6px 20px;
  margin-bottom: 10px !important;
  margin: auto;
  width: 25%;
  background: #02547f;
  border: 3px solid transparent;
  border-radius: 30px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  box-shadow: 0px 5px 15px 0px rgb(197 225 240);
  cursor: pointer;
  transition: all 0.25s ease;
}
body {
  font-size: 14px;
  line-height: 1.6;
  width: 100%;
  overflow-x: hidden;
  font-weight: 400;
  position: relative;
  background: #fff;
  color: #333;
  font-family: "Poppins", sans-serif;
  /* background-color: #f5f7fa; */
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
}

.container {
  position: relative;
  max-width: 1170px;
  width: 1170px;
  min-width: 240px;
  margin-left: auto;
  margin-right: auto;
}

.topimg {
  position: absolute;
  top: 0px;
  right: 0px;
}

.topleftimg {
  position: absolute;
  top: 0px;
  left: -100px;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  transition: all ease-in-out 0.1s;
  -webkit-transition: all ease-in-out 0.1s;
  width: 100%;
}

.header.fix {
  box-shadow: rgba(210, 210, 210, 0.3) 0px 2px 4px 0px;
  background: #fff;
}

.logo {
  float: left;
  /* padding: 15px 0; */
  position: relative;
  transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
}

.logo a {
  vertical-align: middle;
  display: table;
  background-image: url(../images/logo1.png);
  background-repeat: no-repeat;
  background-position: left center;
  width: 225px;
  height: 100px;
  background-size: 100%;
  transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
}

.header.fix .logo a {
  background-image: url("../images/logo.png");
  height: 75px;
  /* background-position: left 10px; */
}

.main_menu {
  float: right;
}

ul.menu {
  float: right;
}

ul.menu li {
  float: left;
  margin-left: 40px;
  position: relative;
}

ul.menu li:first-child {
  margin-left: 0;
}

ul.menu li a {
  float: left;
  line-height: 100px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
}

.header.fix ul.menu > li > a {
  line-height: 75px;
}

ul.menu li a i {
  font-size: 12px;
  font-weight: 600;
  position: relative;
  top: 0px;
  margin-left: 5px;
}

.header.fix ul.menu li a {
  color: #000;
}

ul.menu li.last a {
  padding: 13px 20px;
  border-radius: 5px;
  background: #fff;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  margin-top: 16px;
  /* border: 1px solid #fff; */
  background-color: #2a2a72;
  background-image: linear-gradient(315deg, #2a2a72 0%, #009ffd 74%);
  box-shadow: 6px 6px 15px rgba(0, 0, 0, 0.3);
  border-radius: 30px;
}

.fix ul.menu li.last a {
  /* border: 1px solid #009cbc; */
}

ul.menu li:hover a,
ul.menu li a.active {
  color: #0ac9bb;
}

.header.fix ul.menu > li:hover > a,
.header.fix ul.menu > li > a.active {
  color: #0ac9bb;
}

ul.menu li.last:hover a {
  background-color: #009ffd;
  color: #fff;
  background-image: linear-gradient(315deg, #009ffd 0%, #2a2a72 74%);
}

ul.menu ul {
  position: absolute;
  top: 100%;
  left: calc(50% - 130px);
  width: 260px;
  padding: 8px 0;
  background: #fff;
  backface-visibility: hidden;
  visibility: hidden;
  transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
  -webkit-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: transform 0.15s cubic-bezier(0.3, 0, 0, 1.5);
  -o-transition: transform 0.15s cubic-bezier(0.3, 0, 0, 1.5);
  transition: transform 0.15s cubic-bezier(0.3, 0, 0, 1.5);
  opacity: 0;
  filter: alpha(opacity=0);
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

ul.menu li ul:before {
  position: absolute;
  top: -15px;
  left: calc(50% - 15px);
  content: "";
  border-bottom: 15px solid rgba(0, 0, 0, 0.2);
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
}

ul.menu li ul:after {
  position: absolute;
  top: -13px;
  left: calc(50% - 13px);
  content: "";
  border-bottom: 13px solid #fff;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
}

ul.menu li:hover ul {
  visibility: visible;
  backface-visibility: visible;
  opacity: 1;
  filter: alpha(opacity=1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

ul.menu ul li {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
}

ul.menu ul li a {
  width: 100%;
  float: left;
  color: #333;
  text-align: center;
  text-transform: capitalize;
  line-height: 1.4;
  padding: 10px;
  font-size: 13px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

ul.menu ul li:last-child a {
  border-bottom: 0px;
}

ul.menu li:hover li a {
  color: #333;
}

ul.menu li li:hover a {
  background: #eee;
  color: #243a85;
}

.bannerbox {
  width: 100%;
  position: relative;
  min-height: 100vh;
  display: block;
  background-color: #09243f;
}
.bannerbox.mainBanner-50 {
  min-height: 45vh;
}
.bannerbox.mainBanner-50 p {
  color: #fff;
  text-align: center;
}
.bannerbox.about-page img {
  transform: translateY(-15%);
}

.bannerbox.about-page p {
  text-align: justify;
}

.bannerbox img {
  width: 100%;
  display: block;
}

/*bannerpart*/

.bannerpart {
  clear: both;
  width: 100%;
  display: table;
  padding-top: 125px;
  position: absolute;
  left: 0;
  top: 0;
  /* background-image: url('../images/banner.jpg');
background-size: cover; */
  /* height: 100vh;
overflow: hidden; */
}

.dotanim {
  width: 80px;
  animation: NewsletterAnimated1 8s infinite linear alternate;
  margin-top: 50px;
}

@-ms-keyframes moveUp {
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes moveUp {
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    opacity: 1;
  }
}

@keyframes moveUp {
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes spin-rotate-left {
  to {
    transform: rotate(30deg);
  }
  from {
    transform: rotate(175deg);
  }
}

@-webkit-keyframes spin-rotate-left {
  to {
    transform: rotate(30deg);
  }
  from {
    transform: rotate(175deg);
  }
}

@keyframes spin-rotate-right {
  from {
    transform: rotate(-175deg);
  }
  to {
    transform: rotate(-30deg);
  }
}

@-webkit-keyframes spin-rotate-right {
  from {
    transform: rotate(-175deg);
  }
  to {
    transform: rotate(-30deg);
  }
}

@keyframes spin-rotate-all {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(-360deg);
  }
}

@-webkit-keyframes spin-rotate-all {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(-360deg);
  }
}

@keyframes spin-fade-in-first {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@-webkit-keyframes spin-fade-in-first {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes spin-fade-in-second {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes spin-fade-in-second {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-ms-keyframes ctspin {
  from {
    -ms-transform: rotate(0);
  }
  to {
    -ms-transform: rotate(360deg);
  }
}

@-moz-keyframes ctspin {
  from {
    -moz-transform: rotate(0);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}

@-webkit-keyframes ctspin {
  from {
    -webkit-transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes ctspin {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes myPulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 rgba(255, 255, 255, 0.2);
  }
  70% {
    -webkit-box-shadow: 0 0 0 60px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 60px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 rgba(255, 255, 255, 0);
  }
}

@keyframes myPulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 rgba(255, 255, 255, 0.2);
  }
  70% {
    -webkit-box-shadow: 0 0 0 60px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 60px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 rgba(255, 255, 255, 0);
  }
}

@-webkit-keyframes myPulsePrimary {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 83, 208, 0.2);
    box-shadow: 0 0 rgba(0, 83, 208, 0.2);
  }
  70% {
    -webkit-box-shadow: 0 0 0 60px rgba(0, 83, 208, 0);
    box-shadow: 0 0 0 60px rgba(0, 83, 208, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 83, 208, 0);
    box-shadow: 0 0 rgba(0, 83, 208, 0);
  }
}

@keyframes myPulsePrimary {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 83, 208, 0.2);
    box-shadow: 0 0 rgba(0, 83, 208, 0.2);
  }
  70% {
    -webkit-box-shadow: 0 0 0 60px rgba(0, 83, 208, 0);
    box-shadow: 0 0 0 60px rgba(0, 83, 208, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 83, 208, 0);
    box-shadow: 0 0 rgba(0, 83, 208, 0);
  }
}

@-webkit-keyframes markerWave {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.8;
  }
  20% {
    opacity: 0.8;
  }
  100% {
    -webkit-transform: scale(5.5);
    transform: scale(5.5);
    opacity: 0;
  }
}

@keyframes markerWave {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.8;
  }
  20% {
    opacity: 0.8;
  }
  100% {
    -webkit-transform: scale(5.5);
    transform: scale(5.5);
    opacity: 0;
  }
}

@-webkit-keyframes rotateplane {
  0% {
    -webkit-transform: perspective(120px);
  }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
  }
}

@keyframes rotateplane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0) rotateY(0);
    transform: perspective(120px) rotateX(0) rotateY(0);
  }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
  }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

@-webkit-keyframes ct-bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}

@keyframes ct-bounce {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

@-webkit-keyframes ct-bounce2 {
  0%,
  100% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.08);
  }
}

@keyframes ct-bounce2 {
  0%,
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  50% {
    transform: scale(1.08);
    -webkit-transform: scale(1.08);
  }
}

@-webkit-keyframes ct-stretchdelay {
  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}

@keyframes ct-stretchdelay {
  0%,
  40%,
  100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}

@-webkit-keyframes ct-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}

@keyframes ct-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes ct-cubeGridScaleDelay {
  0%,
  70%,
  100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}

@keyframes ct-cubeGridScaleDelay {
  0%,
  70%,
  100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}

@-webkit-keyframes ct-foldCubeAngle {
  0%,
  10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
  75% {
    -webkit-transform: perspective(140px) rotateX(0);
    transform: perspective(140px) rotateX(0);
    opacity: 1;
  }
  90%,
  100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

@keyframes ct-foldCubeAngle {
  0%,
  10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
  75% {
    -webkit-transform: perspective(140px) rotateX(0);
    transform: perspective(140px) rotateX(0);
    opacity: 1;
  }
  90%,
  100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

@keyframes ball {
  0% {
    transform: translate(0, 0);
  }
  5% {
    transform: translate(8px, -14px);
  }
  10% {
    transform: translate(15px, -10px);
  }
  17% {
    transform: translate(23px, -24px);
  }
  20% {
    transform: translate(30px, -20px);
  }
  27% {
    transform: translate(38px, -34px);
  }
  30% {
    transform: translate(45px, -30px);
  }
  37% {
    transform: translate(53px, -44px);
  }
  40% {
    transform: translate(60px, -40px);
  }
  50% {
    transform: translate(60px, 0);
  }
  57% {
    transform: translate(53px, -14px);
  }
  60% {
    transform: translate(45px, -10px);
  }
  67% {
    transform: translate(37px, -24px);
  }
  70% {
    transform: translate(30px, -20px);
  }
  77% {
    transform: translate(22px, -34px);
  }
  80% {
    transform: translate(15px, -30px);
  }
  87% {
    transform: translate(7px, -44px);
  }
  90% {
    transform: translate(0, -40px);
  }
  100% {
    transform: translate(0, 0);
  }
}

@keyframes barUp1 {
  0% {
    transform: scale(1, 0.2);
  }
  40% {
    transform: scale(1, 0.2);
  }
  50% {
    transform: scale(1, 1);
  }
  90% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 0.2);
  }
}

@keyframes barUp2 {
  0% {
    transform: scale(1, 0.4);
  }
  40% {
    transform: scale(1, 0.4);
  }
  50% {
    transform: scale(1, 0.8);
  }
  90% {
    transform: scale(1, 0.8);
  }
  100% {
    transform: scale(1, 0.4);
  }
}

@keyframes barUp3 {
  0% {
    transform: scale(1, 0.6);
  }
  100% {
    transform: scale(1, 0.6);
  }
}

@keyframes barUp4 {
  0% {
    transform: scale(1, 0.8);
  }
  40% {
    transform: scale(1, 0.8);
  }
  50% {
    transform: scale(1, 0.4);
  }
  90% {
    transform: scale(1, 0.4);
  }
  100% {
    transform: scale(1, 0.8);
  }
}

@keyframes barUp5 {
  0% {
    transform: scale(1, 1);
  }
  40% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1, 0.2);
  }
  90% {
    transform: scale(1, 0.2);
  }
  100% {
    transform: scale(1, 1);
  }
}

@-moz-keyframes headerSlideDown {
  0% {
    margin-top: -250px;
  }
  100% {
    margin-top: 0;
  }
}

@-ms-keyframes headerSlideDown {
  0% {
    margin-top: -250px;
  }
  100% {
    margin-top: 0;
  }
}

@-webkit-keyframes headerSlideDown {
  0% {
    margin-top: -250px;
  }
  100% {
    margin-top: 0;
  }
}

@keyframes headerSlideDown {
  0% {
    margin-top: -250px;
  }
  100% {
    margin-top: 0;
  }
}

@-webkit-keyframes ct-rotate {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes ct-rotate {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}

@-webkit-keyframes ct-bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}

@keyframes pointerscale {
  from {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(3.35, 3.35);
    transform: scale(3.35, 3.35);
  }
}

@-webkit-keyframes video-icon-animation {
  from {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(2, 2);
    transform: scale(2, 2);
    opacity: 0;
  }
}

@keyframes video-icon-animation {
  from {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(2, 2);
    transform: scale(2, 2);
    opacity: 0;
  }
}

@-webkit-keyframes in-top {
  from {
    -webkit-transform: perspective(500px) rotateX(-90deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(500px) rotateX(0);
  }
}

@keyframes in-top {
  from {
    transform: perspective(500px) rotateX(-90deg);
    opacity: 1;
  }
  to {
    transform: perspective(500px) rotateX(0);
  }
}

@-webkit-keyframes out-top {
  from {
    -webkit-transform: perspective(500px) rotateX(0);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(500px) rotateX(-90deg);
    opacity: 1;
  }
}

@keyframes out-top {
  from {
    transform: perspective(500px) rotateX(0);
    opacity: 1;
  }
  to {
    transform: perspective(500px) rotateX(-90deg);
    opacity: 1;
  }
}

@-webkit-keyframes in-bottom {
  from {
    -webkit-transform: perspective(500px) rotateX(90deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(500px) rotateX(0);
  }
}

@keyframes in-bottom {
  from {
    transform: perspective(500px) rotateX(90deg);
    opacity: 1;
  }
  to {
    transform: perspective(500px) rotateX(0);
  }
}

@-webkit-keyframes out-bottom {
  from {
    -webkit-transform: perspective(500px) rotateX(0);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(500px) rotateX(90deg);
    opacity: 1;
  }
}

@keyframes out-bottom {
  from {
    transform: perspective(500px) rotateX(0);
    opacity: 1;
  }
  to {
    transform: perspective(500px) rotateX(90deg);
    opacity: 1;
  }
}

@-webkit-keyframes in-left {
  from {
    -webkit-transform: perspective(500px) rotateY(90deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(500px) rotateY(0);
  }
}

@keyframes in-left {
  from {
    transform: perspective(500px) rotateY(90deg);
    opacity: 1;
  }
  to {
    transform: perspective(500px) rotateY(0);
  }
}

@-webkit-keyframes out-left {
  from {
    -webkit-transform: perspective(500px) rotateY(0);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(500px) rotateY(90deg);
    opacity: 1;
  }
}

@keyframes out-left {
  from {
    transform: perspective(500px) rotateY(0);
    opacity: 1;
  }
  to {
    transform: perspective(500px) rotateY(90deg);
    opacity: 1;
  }
}

@-webkit-keyframes in-right {
  from {
    -webkit-transform: perspective(500px) rotateY(-90deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(500px) rotateY(0);
  }
}

@keyframes in-right {
  from {
    transform: perspective(500px) rotateY(-90deg);
    opacity: 1;
  }
  to {
    transform: perspective(500px) rotateY(0);
  }
}

@-webkit-keyframes out-right {
  from {
    -webkit-transform: perspective(500px) rotateY(0);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(500px) rotateY(-90deg);
    opacity: 1;
  }
}

@keyframes out-right {
  from {
    transform: perspective(500px) rotateY(0);
    opacity: 1;
  }
  to {
    transform: perspective(500px) rotateY(-90deg);
    opacity: 1;
  }
}

@-webkit-keyframes in-top-fade {
  from {
    -webkit-transform: translateY(-120%);
  }
  to {
    -webkit-transform: translateY(0%);
  }
}

@keyframes in-top-fade {
  from {
    transform: translateY(-120%);
  }
  to {
    transform: translateY(0%);
  }
}

@-webkit-keyframes out-top-fade {
  from {
    -webkit-transform: translateY(0%);
  }
  to {
    -webkit-transform: translateY(-120%);
  }
}

@keyframes out-top-fade {
  from {
    transform: translateY(0%);
  }
  to {
    transform: translateY(-120%);
  }
}

@-webkit-keyframes in-bottom-fade {
  from {
    -webkit-transform: translateY(120%);
  }
  to {
    -webkit-transform: translateY(0%);
  }
}

@keyframes in-bottom-fade {
  from {
    transform: translateY(120%);
  }
  to {
    transform: translateY(0%);
  }
}

@-webkit-keyframes out-bottom-fade {
  from {
    -webkit-transform: translateY(0%);
  }
  to {
    -webkit-transform: translateY(120%);
  }
}

@keyframes out-bottom-fade {
  from {
    transform: translateY(0%);
  }
  to {
    transform: translateY(120%);
  }
}

@-webkit-keyframes in-left-fade {
  from {
    -webkit-transform: translateX(-120%);
  }
  to {
    -webkit-transform: translateX(0%);
  }
}

@keyframes in-left-fade {
  from {
    transform: translateX(-120%);
  }
  to {
    transform: translateX(0%);
  }
}

@-webkit-keyframes out-left-fade {
  from {
    -webkit-transform: translateX(0%);
  }
  to {
    -webkit-transform: translateX(-120%);
  }
}

@keyframes out-left-fade {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-120%);
  }
}

@-webkit-keyframes in-right-fade {
  from {
    -webkit-transform: translateX(120%);
  }
  to {
    -webkit-transform: translateX(0%);
  }
}

@keyframes in-right-fade {
  from {
    transform: translateX(120%);
  }
  to {
    transform: translateX(0%);
  }
}

@-webkit-keyframes out-right-fade {
  from {
    -webkit-transform: translateX(0%);
  }
  to {
    -webkit-transform: translateX(120%);
  }
}

@keyframes out-right-fade {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(120%);
  }
}

@-webkit-keyframes video-icon-animation {
  from {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(2, 2);
    transform: scale(2, 2);
    opacity: 0;
  }
}

@keyframes video-icon-animation {
  from {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(2, 2);
    transform: scale(2, 2);
    opacity: 0;
  }
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

@-webkit-keyframes anim-moema-1 {
  60% {
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
  }
  85% {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes anim-moema-1 {
  60% {
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
  }
  85% {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@-webkit-keyframes anim-moema-2 {
  to {
    opacity: 0;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes anim-moema-2 {
  to {
    opacity: 0;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@-webkit-keyframes CTPulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 60px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 60px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 rgba(255, 255, 255, 0);
  }
}

@keyframes CTPulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 60px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 60px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 rgba(255, 255, 255, 0);
  }
}

@-webkit-keyframes CTPulse_Primary {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 83, 208, 0.4);
    box-shadow: 0 0 rgba(0, 83, 208, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 60px rgba(0, 83, 208, 0);
    box-shadow: 0 0 0 60px rgba(0, 83, 208, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 83, 208, 0);
    box-shadow: 0 0 rgba(0, 83, 208, 0);
  }
}

@keyframes CTPulse_Primary {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 83, 208, 0.4);
    box-shadow: 0 0 rgba(0, 83, 208, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 60px #000;
    box-shadow: 0 0 0 60px rgba(0, 83, 208, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 83, 208, 0);
    box-shadow: 0 0 rgba(0, 83, 208, 0);
  }
}

@-webkit-keyframes toRightFromLeft {
  49% {
    -webkit-transform: translate(100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}

@-moz-keyframes toRightFromLeft {
  49% {
    -moz-transform: translate(100%);
  }
  50% {
    opacity: 0;
    -moz-transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}

@keyframes toRightFromLeft {
  49% {
    transform: translate(100%);
  }
  50% {
    opacity: 0;
    transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}

@keyframes toLeftFromRight {
  49% {
    transform: translate(-100%);
  }
  50% {
    opacity: 0;
    transform: translate(100%);
  }
  51% {
    opacity: 1;
  }
}

@-webkit-keyframes toBottomFromTop {
  49% {
    -webkit-transform: translateY(100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }
  51% {
    opacity: 1;
  }
}

@-moz-keyframes toBottomFromTop {
  49% {
    -moz-transform: translateY(100%);
  }
  50% {
    opacity: 0;
    -moz-transform: translateY(-100%);
  }
  51% {
    opacity: 1;
  }
}

@keyframes toBottomFromTop {
  49% {
    transform: translateY(100%);
  }
  50% {
    opacity: 0;
    transform: translateY(-100%);
  }
  51% {
    opacity: 1;
  }
}

@-webkit-keyframes toTopFromBottom {
  49% {
    -webkit-transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}

@-moz-keyframes toTopFromBottom {
  49% {
    -moz-transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    -moz-transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}

@keyframes toTopFromBottom {
  49% {
    transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}

@-webkit-keyframes squares {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  20% {
    -webkit-transform: scale(1.24);
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2.1);
    transform: scale(2.1);
    opacity: 0;
  }
}

@-moz-keyframes squares {
  0% {
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  20% {
    -moz-transform: scale(1.24);
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    -moz-transform: scale(2.1);
    transform: scale(2.1);
    opacity: 0;
  }
}

@-o-keyframes squares {
  0% {
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  20% {
    -o-transform: scale(1.24);
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    -o-transform: scale(2.1);
    transform: scale(2.1);
    opacity: 0;
  }
}

@keyframes squares {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  20% {
    -webkit-transform: scale(1.24);
    -moz-transform: scale(1.24);
    -o-transform: scale(1.24);
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2.1);
    -moz-transform: scale(2.1);
    -o-transform: scale(2.1);
    transform: scale(2.1);
    opacity: 0;
  }
}

@keyframes ct_dual_ring {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes ct_dual_ring {
  0% {
    -webkit-transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@-webkit-keyframes service_hexagon {
  0% {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes service_hexagon {
  0% {
    -moz-transform: rotate(30deg);
    transform: rotate(30deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-o-keyframes service_hexagon {
  0% {
    -o-transform: rotate(30deg);
    transform: rotate(30deg);
  }
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes service_hexagon {
  0% {
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    transform: rotate(30deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes dotAnimatedBottomToTop1 {
  0% {
    bottom: 14%;
  }
  50% {
    bottom: 100%;
  }
  100% {
    bottom: 14%;
  }
}

@keyframes dotAnimatedBottomToTop2 {
  0% {
    bottom: 64%;
  }
  50% {
    bottom: 0%;
  }
  100% {
    bottom: 100%;
  }
}

@keyframes dotAnimatedBottomToTop3 {
  0% {
    bottom: 5%;
  }
  50% {
    bottom: 100%;
  }
  100% {
    bottom: 5%;
  }
}

@keyframes dotAnimatedBottomToTop4 {
  0% {
    bottom: 78%;
  }
  50% {
    bottom: 0%;
  }
  100% {
    bottom: 78%;
  }
}

@keyframes dotAnimatedBottomToTop5 {
  0% {
    bottom: 46%;
  }
  50% {
    bottom: 0%;
  }
  100% {
    bottom: 46%;
  }
}

@keyframes dotAnimatedBottomToTop6 {
  0% {
    bottom: 27%;
  }
  50% {
    bottom: 100%;
  }
  100% {
    bottom: 27%;
  }
}

@keyframes NewsletterAnimated1 {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-20px);
  }
  50% {
    transform: translateX(0);
  }
  75% {
    transform: translateX(20px);
  }
  100% {
    transform: translateX(0);
  }
}

@keyframes NewsletterAnimated2 {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(40px);
  }
  50% {
    transform: translateX(0);
  }
  75% {
    transform: translateX(-40px);
  }
  100% {
    transform: translateX(0);
  }
}

@keyframes particleToptoBottom {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(40px);
  }
  50% {
    transform: translateY(0);
  }
  75% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0);
  }
}

@-webkit-keyframes btn_shine {
  100% {
    left: 200%;
  }
}

@keyframes btn_shine {
  100% {
    left: 200%;
  }
}

@keyframes animationFramesOne {
  0% {
    transform: translate(0, 0) rotate(0);
  }
  20% {
    transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    transform: translate(111px, 72px) rotate(72deg);
  }
  60% {
    transform: translate(93px, 122px) rotate(108deg);
  }
  80% {
    transform: translate(-70px, 72px) rotate(124deg);
  }
  100% {
    transform: translate(0, 0) rotate(0);
  }
}

@-webkit-keyframes animationFramesOne {
  0% {
    -webkit-transform: translate(0, 0) rotate(0);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(111px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(124deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
  }
}

@keyframes animationFramesTwo {
  0% {
    transform: translate(0, 0) rotate(0) scale(1);
  }
  20% {
    transform: translate(73px, -1px) rotate(36deg) scale(0.9);
  }
  40% {
    transform: translate(141px, 72px) rotate(72deg) scale(1);
  }
  60% {
    transform: translate(83px, 122px) rotate(108deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 72px) rotate(104deg) scale(1.1);
  }
  100% {
    transform: translate(0, 0) rotate(0) scale(1);
  }
}

@-webkit-keyframes animationFramesTwo {
  0% {
    -webkit-transform: translate(0, 0) rotate(0) scale(1);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg) scale(0.9);
  }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg) scale(1);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg) scale(1.2);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(104deg) scale(1.1);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0) scale(1);
  }
}

@keyframes animationFramesThree {
  0% {
    transform: translate(165px, -179px);
  }
  100% {
    transform: translate(-346px, 617px);
  }
}

@-webkit-keyframes animationFramesThree {
  0% {
    -webkit-transform: translate(165px, -179px);
  }
  100% {
    -webkit-transform: translate(-346px, 617px);
  }
}

@keyframes animationFramesFour {
  0% {
    transform: translate(-300px, 151px) rotate(0);
  }
  100% {
    transform: translate(251px, -200px) rotate(180deg);
  }
}

@-webkit-keyframes animationFramesFour {
  0% {
    -webkit-transform: translate(-300px, 151px) rotate(0);
  }
  100% {
    -webkit-transform: translate(251px, -200px) rotate(180deg);
  }
}

@keyframes animationFramesFive {
  0% {
    transform: translate(61px, -99px) rotate(0);
  }
  21% {
    transform: translate(4px, -190px) rotate(38deg);
  }
  41% {
    transform: translate(-139px, -200px) rotate(74deg);
  }
  60% {
    transform: translate(-263px, -164px) rotate(108deg);
  }
  80% {
    transform: translate(-195px, -49px) rotate(144deg);
  }
  100% {
    transform: translate(-1px, 0) rotate(180deg);
  }
}

@-webkit-keyframes animationFramesFive {
  0% {
    -webkit-transform: translate(61px, -99px) rotate(0);
  }
  21% {
    -webkit-transform: translate(4px, -190px) rotate(38deg);
  }
  41% {
    -webkit-transform: translate(-139px, -200px) rotate(74deg);
  }
  60% {
    -webkit-transform: translate(-263px, -164px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-195px, -49px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(-1px, 0) rotate(180deg);
  }
}

@keyframes animationFramesSix {
  0% {
    transform: translate(31px, -45px) rotate(0);
  }
  21% {
    transform: translate(4px, -80px) rotate(19deg);
  }
  41% {
    transform: translate(-70px, -100px) rotate(36deg);
  }
  60% {
    transform: translate(-133px, -84px) rotate(54deg);
  }
  80% {
    transform: translate(-98px, -24px) rotate(72deg);
  }
  100% {
    transform: translate(-1px, 0) rotate(180deg);
  }
}

@keyframes pulse-border {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}

@-webkit-keyframes pulse-border {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}

@keyframes pulse-border2 {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}

@-webkit-keyframes pulse-border2 {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes pulse-border3 {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(3);
    opacity: 0;
  }
}

@-webkit-keyframes pulse-border3 {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(3);
    opacity: 0;
  }
}

@-webkit-keyframes background-animate {
  0% {
    -webkit-transform: translateX(1e3px);
    transform: translateX(1e3px);
  }
  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(1e3px);
    transform: translateX(1e3px);
  }
}

@keyframes background-animate {
  0% {
    -webkit-transform: translateX(1e3px);
    transform: translateX(1e3px);
  }
  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(1e3px);
    transform: translateX(1e3px);
  }
}

@keyframes load_zoom {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  20% {
    opacity: 1;
    transform: scale(0.7);
  }
  40% {
    opacity: 1;
    transform: scale(0.5);
  }
  60% {
    opacity: 1;
    transform: scale(0.3);
  }
  80% {
    opacity: 1;
    transform: scale(0.1);
  }
  100% {
    opacity: 1;
    transform: scale(0);
  }
}

@-webkit-keyframes load_zoom {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
  20% {
    opacity: 1;
    -webkit-transform: scale(0.7);
  }
  40% {
    opacity: 1;
    -webkit-transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.3);
  }
  80% {
    opacity: 1;
    -webkit-transform: scale(0.1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(0);
  }
}

@-webkit-keyframes sk-rotate {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes sk-rotate {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}

@-webkit-keyframes sk-bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bounce {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

@-webkit-keyframes loading-run {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
      0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
      0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em,
      -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em,
      -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em,
      -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em,
      -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em,
      -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em,
      -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
      0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}

@keyframes loading-run {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
      0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
      0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em,
      -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em,
      -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em,
      -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em,
      -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em,
      -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em,
      -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
      0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}

@-webkit-keyframes loading-round {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loading-round {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes stevloader {
  0%,
  100% {
    box-shadow: -7px -7px 0 5px #0053d0, 7px -7px 0 5px, 7px 7px 0 5px,
      -7px 7px 0 5px;
  }
  8.3333% {
    box-shadow: -7px -7px 0 5px transparent, 7px -7px 0 5px #0053d0,
      7px 7px 0 5px, -7px 7px 0 5px;
  }
  16.6667% {
    box-shadow: -7px -7px 0 5px transparent, 7px -7px 0 5px transparent,
      7px 7px 0 5px #0053d0, -7px 7px 0 5px;
  }
  25% {
    box-shadow: -7px -7px 0 5px transparent, 7px -7px 0 5px transparent,
      7px 7px 0 5px transparent, -7px 7px 0 5px #0053d0;
  }
  33.3333% {
    box-shadow: -7px -7px 0 5px #0053d0, 7px -7px 0 5px transparent,
      7px 7px 0 5px transparent, -7px 7px 0 5px;
  }
  41.6667% {
    box-shadow: -7px -7px 0 5px, 7px -7px 0 5px #0053d0,
      7px 7px 0 5px transparent, -7px 7px 0 5px;
  }
  50% {
    box-shadow: -7px -7px 0 5px, 7px -7px 0 5px, 7px 7px 0 5px #0053d0,
      -7px 7px 0 5px;
  }
  58.3333% {
    box-shadow: -7px -7px 0 5px, 7px -7px 0 5px, 7px 7px 0 5px transparent,
      -7px 7px 0 5px #0053d0;
  }
  66.6667% {
    box-shadow: -7px -7px 0 5px #0053d0, 7px -7px 0 5px,
      7px 7px 0 5px transparent, -7px 7px 0 5px transparent;
  }
  75% {
    box-shadow: -7px -7px 0 5px transparent, 7px -7px 0 5px #0053d0,
      7px 7px 0 5px transparent, -7px 7px 0 5px transparent;
  }
  83.3333% {
    box-shadow: -7px -7px 0 5px transparent, 7px -7px 0 5px,
      7px 7px 0 5px #0053d0, -7px 7px 0 5px transparent;
  }
  91.6667% {
    box-shadow: -7px -7px 0 5px transparent, 7px -7px 0 5px, 7px 7px 0 5px,
      -7px 7px 0 5px #0053d0;
  }
}

@-webkit-keyframes stevloader {
  0%,
  100% {
    -webkit-box-shadow: -7px -7px 0 5px #0053d0, 7px -7px 0 5px, 7px 7px 0 5px,
      -7px 7px 0 5px;
  }
  8.3333% {
    -webkit-box-shadow: -7px -7px 0 5px transparent, 7px -7px 0 5px #0053d0,
      7px 7px 0 5px, -7px 7px 0 5px;
  }
  16.6667% {
    -webkit-box-shadow: -7px -7px 0 5px transparent, 7px -7px 0 5px transparent,
      7px 7px 0 5px #0053d0, -7px 7px 0 5px;
  }
  25% {
    -webkit-box-shadow: -7px -7px 0 5px transparent, 7px -7px 0 5px transparent,
      7px 7px 0 5px transparent, -7px 7px 0 5px #0053d0;
  }
  33.3333% {
    -webkit-box-shadow: -7px -7px 0 5px #0053d0, 7px -7px 0 5px transparent,
      7px 7px 0 5px transparent, -7px 7px 0 5px;
  }
  41.6667% {
    -webkit-box-shadow: -7px -7px 0 5px, 7px -7px 0 5px #0053d0,
      7px 7px 0 5px transparent, -7px 7px 0 5px;
  }
  50% {
    -webkit-box-shadow: -7px -7px 0 5px, 7px -7px 0 5px, 7px 7px 0 5px #0053d0,
      -7px 7px 0 5px;
  }
  58.3333% {
    -webkit-box-shadow: -7px -7px 0 5px, 7px -7px 0 5px,
      7px 7px 0 5px transparent, -7px 7px 0 5px #0053d0;
  }
  66.6667% {
    -webkit-box-shadow: -7px -7px 0 5px #0053d0, 7px -7px 0 5px,
      7px 7px 0 5px transparent, -7px 7px 0 5px transparent;
  }
  75% {
    -webkit-box-shadow: -7px -7px 0 5px transparent, 7px -7px 0 5px #0053d0,
      7px 7px 0 5px transparent, -7px 7px 0 5px transparent;
  }
  83.3333% {
    -webkit-box-shadow: -7px -7px 0 5px transparent, 7px -7px 0 5px,
      7px 7px 0 5px #0053d0, -7px 7px 0 5px transparent;
  }
  91.6667% {
    -webkit-box-shadow: -7px -7px 0 5px transparent, 7px -7px 0 5px,
      7px 7px 0 5px, -7px 7px 0 5px #0053d0;
  }
}

@keyframes icon-bounce {
  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}

@keyframes icon-bounce-right {
  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateX(8px);
    -ms-transform: translateX(8px);
    transform: translateX(8px);
  }
  60% {
    -webkit-transform: translateX(4px);
    -ms-transform: translateX(4px);
    transform: translateX(4px);
  }
}

.demoBtn {
  font-family: "Poppins", sans-serif;
  line-height: 30px !important;
  font-size: 15px;
  color: #1a4655;
  background-color: #0ac9bb;
  font-weight: 600;
  border: none !important;
  border-radius: 30px;
  outline: none;
  letter-spacing: 1px;
  transition: all 0.3s;
  text-transform: uppercase;
  padding: 0 10px !important;
}

.demoBtn:hover {
  background-color: #1a4655;
  color: #0ac9bb;
}

/* .dotanim img{width: auto;} */

.bannerpart h3 {
  color: #0841c6;
  font-size: 18px;
  margin-bottom: 10px;
  margin-top: 30px;
  display: inline-block;
}

.bannerpart h2 {
  line-height: 60px;
  color: #fff;
  line-height: 55px;
  font-size: 42px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 20px;
  font-family: "Poppins", sans-serif;
}

.bannerpart h2 span {
  color: #0ac9bb;
  font-weight: 600;
}

.bannerpart p {
  font-size: 15px;
  color: #454f5b;
  line-height: 26px;
  margin-top: 15px;
  margin-bottom: 50px;
  font-family: "Poppins", sans-serif;
}

.bannerpart a.btn {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  text-transform: capitalize;
  color: #1a4655;
  background-color: #0ac9bb;
  font-weight: bold;
  border: none !important;
  padding: 10px 50px !important;
  border-radius: 30px;
  outline: none;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: auto;
  display: table;
  transition: all 0.3s;
}

.bannerpart a:hover {
  background-color: #1a4655;
  color: #0ac9bb;
}

.bannerpart img {
  width: 100%;
  display: block;
  float: right;
  margin-right: -20%;
}

/*bannerpart*/

.aboutcontbox {
  padding: 50px 0;
  background-color: #fff;
  display: table;
  width: 100%;
}

.aboutcontbox h3 {
  color: #005781;
  margin-top: 25px;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 30px;
}

.aboutcontbox h3 span {
  color: #0ac9bb;
}

.aboutcontbox p {
  font-size: 19px;
  line-height: 34px;
  color: #a79c9c;
}

.aboutcontbox img {
  /* width: 100%;  */
  display: table;
  margin: auto;
}

/*section1*/

.section1 {
  width: 100%;
  display: table;
  padding: 0 0 40px;
  position: relative;
}

img.s1shape {
  position: absolute;
  left: 0px;
  top: 50px;
  z-index: -1;
  width: 340px;
}

.section1 h2 {
  color: #005781;
  margin-top: 25px;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 30px;
  text-align: center;
}

.section1 h2 span {
  color: #0ac9bb;
}

.section1 h2 .dotanim {
  position: absolute;
  right: 0px;
  top: 0;
}

a.sec1bx {
  /* box-shadow: 10px 30px 50px rgba(6,31,60,.09); */
  text-align: center;
  /* background-color: #f9fbfe; */
  /* border-radius: 6px; */
  padding: 26px !important;
  box-shadow: 10px 10px 30px rgba(6, 31, 60, 0.09);
  transition: box-shadow 0.3s ease-out, transform 0.3s ease-out,
    opacity 0.2s ease-out;
  text-decoration: none;
  width: 100%;
  display: block;
  overflow: hidden;
  margin-bottom: 30px;
  background-color: #f3f9fd;
  position: relative;
  border-bottom: 3px solid #a7eae7;
  transition: all 0.3s;
  min-height: 320px;
}

a.sec1bx:hover {
  background-color: #ddf3ff;
  border-color: #00c1b2;
  transition: all 0.3s;
}

a.sec1bx img,
a.sec1bx svg {
  height: 90px;
  position: relative;
  margin-top: 20px;
  transition: all 0.3s;
}

a.sec1bx h4 {
  font-size: 24px;
  color: #005781;
  padding-top: 17px;
  padding-bottom: 0px;
  /* font-weight: 800; */
  line-height: 32px;
  transition: all 0.3s;
}

a.sec1bx p {
  font-size: 14px;
  color: #6b6565;
  font-weight: 400;
  line-height: 24px;
  margin: 0 !important;
  display: none;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  height: 72px;
  overflow: hidden;
  position: absolute;
  bottom: 30px;
  left: 0;
  padding: 0 20px;
}

a.sec1bx:hover svg {
  height: 80px;
  margin-top: 0;
}

a.sec1bx:hover h4 {
  font-size: 21px;
  line-height: 28px;
  margin-top: 0;
}

a.sec1bx:hover p {
  display: block;
  opacity: 1;
  visibility: visible;
}

/*section1*/

/*section2*/

.section2 {
  width: 100%;
  display: table;
  padding: 40px 0 100px;
  background-color: #fff;
  position: relative;
  background-image: url("../images/bottomshape.png");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 400px;
}

.section2 svg {
  position: absolute;
  left: -300px;
  top: 0;
}

.multi_tabs {
  clear: both;
  width: 100%;
  display: inline-block;
  margin-top: 20px;
  position: relative;
  z-index: 1;
}

ul.tabs {
  margin: 0;
  padding: 30px;
  float: left;
  list-style: none;
  position: relative;
  width: 490px;
  text-align: left;
  position: absolute;
  left: 0px;
  z-index: 9;
  top: 0px;
  padding-left: 70px;
  /* background-color: #015580; */
  background: rgb(0, 86, 128);
  background: linear-gradient(
    180deg,
    rgba(0, 86, 128, 1) 0%,
    rgba(19, 63, 121, 1) 100%
  );
}

ul.tabs li {
  width: 100%;
  display: block;
  margin: 0;
  cursor: pointer;
  padding: 30px 25px 30px 0;
  border-left: none;
  font-size: 18px;
  font-weight: 400;
  /* overflow: hidden; */
  position: relative;
  color: #fff;
  position: relative;
  display: block;
  /* background-color: #d0eeff; */
  border-bottom: 1px solid #fff;
}

ul.tabs li:before {
  width: 7px;
  height: 7px;
  position: absolute;
  left: -30px;
  border-radius: 7px;
  background-color: #fff;
  content: "";
  top: 43px;
}

ul.tabs li.active:before {
  background-color: #0ac9bb;
}

ul.tabs li:last-child {
  border-bottom: 0px;
}

ul.tabs li:hover {
}

ul.tabs li.active {
  /* background: #9fdcff; */
  color: #0ac9bb;
}

.tab_container {
  border: 0px;
  border-top: none;
  clear: both;
  float: right;
  width: 100%;
}

.tab_content {
  width: 70%;
  float: right;
  margin-top: 100px;
  padding: 40px;
  padding-left: 175px;
  padding-right: 30px;
  height: 360px;
  background-color: #f3f9fd;
  background-size: cover;
  position: relative;
}

.tab_content h3 {
  font-size: 26px;
  font-weight: 600;
  line-height: 38px;
  color: #1a4655;
  position: absolute;
  right: 0;
  top: -120px;
  padding-left: 175px;
}

.tab_content h3 span {
  color: #0ac9bb;
}

.tab_content p {
  font-size: 16px;
  line-height: 28px;
  color: #333;
}

.tab_content img {
  margin: auto auto 30px;
  display: table;
}

.tab_content a {
  color: #fff;
  padding: 10px 30px;
  transition: all 0.3s;
  background-color: transparent;
  text-decoration: none;
  display: table;
  margin-top: 20px;
  border: 2px solid #fff;
  clear: both;
  font-weight: 700;
  font-size: 16px;
  border-radius: 30px;
}

.tab_content a:hover {
  background-color: rgba(255, 255, 255, 0.5);
}

/*section2*/

/*section3*/

.section3 {
  background: url(../images/curve-clients.png) center top no-repeat;
  background-size: auto;
  background-size: 100% 100%;
  padding-top: 20rem;
  margin-top: -12rem;
  /* background-color: #f5f7fa; */
  z-index: 1;
  width: 100%;
  display: table;
}

.section3 svg {
  margin-left: -100px;
}

.section3 h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 32px;
  color: #454f5b;
  margin-bottom: 15px;
}

.section3 a.viewall {
  text-decoration: none;
  color: #454f5b;
  font-size: 14px;
  padding: 7px 30px;
  border: 2px solid #454f5b;
  border-radius: 3px;
  margin-bottom: 30px;
  display: inline-block;
  transition: all 0.3s;
}

.section3 a.viewall:hover {
  background-color: #454f5b;
  color: #fff;
}

.section3 ul {
  list-style: none;
  width: 100%;
  clear: both;
  display: table;
}

.section3 ul li {
  float: left;
  display: inline-block;
  width: 33.33%;
}

.section3 ul li a {
  padding: 1.5rem 3rem;
  display: table;
}

#clients ul li:first-of-type,
#clients ul li:nth-of-type(2),
#clients ul li:nth-of-type(4),
#clients ul li:nth-of-type(5) {
  border-right: 1px solid rgba(216, 216, 216, 0.3);
}

#clients ul li:first-of-type,
#clients ul li:nth-of-type(2),
#clients ul li:nth-of-type(3) {
  border-bottom: 1px solid rgba(216, 216, 216, 0.3);
}

#clients ul li img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.3;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  width: 100%;
  height: auto;
}

#clients ul li:hover img {
  opacity: 1;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

/*section3*/

/*blogsec*/

.blogsec {
  padding: 60px 0;
  background-color: #fff;
  width: 100%;
  display: inline-block;
  margin-top: -100px;
}

.blogsec h2 {
  color: #005781;
  margin-top: 25px;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 30px;
  text-align: center;
}

.blogsec h2 span {
  color: #0ac9bb;
}

.blogsec h2 .dotanim {
  position: absolute;
  right: 0px;
  top: 0;
}

.blogbx {
  transition: all 0.3s;
}

.blogbx a {
  text-decoration: none;
  color: #000;
  display: block;
  transition: all 0.3s;
}

.blogbx a img {
  width: 100%;
  display: block;
}

.entry-body {
  position: relative;
  z-index: 1;
  margin-top: -50px;
  padding: 0 40px 0 0;
}

.entry-holder {
  background-color: #f3f9fd;
  position: relative;
  top: 0;
  padding: 20px 20px 22px 30px;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  position: relative;
  transition: all 0.3s;
}

.entry-meta {
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  line-height: 24px;
  color: #939393;
  transition: all 0.3s;
}

.entry-meta li {
  margin-right: 20px;
  float: left;
  display: inline-block;
  color: #000;
  transition: all 0.3s;
}

.entry-meta i {
  color: #fd4f03;
  margin-right: 10px;
}

.entry-title {
  color: #002831;
  font-size: 16px;
  margin-top: 10px;
  line-height: 24px;
  transition: all 0.3s;
  text-transform: uppercase;
}

.blogbx a:hover .entry-holder {
  background-color: #d1e9f6;
  top: -20px;
}

.blogbx a p {
  font-size: 12px;
  color: #000;
  opacity: 0.5;
  margin-bottom: 15px;
}

.blogbx a span {
  position: relative;
  text-transform: uppercase;
  font-size: 12px;
  z-index: 1;
  padding-bottom: 5px;
}

.blogbx a span:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  height: 14px;
  z-index: -1;
  width: 100%;
  background-color: #0ac9bb;
}

.blogsec .owl-theme .owl-nav {
  display: none;
}

.blogsec .owl-theme .owl-dots {
  display: block;
}

/*blogsec*/

.mainfooter {
  clear: both;
  width: 100%;
  display: table;
  padding: 45px 0;
  background-color: #f3f9fd;
  background-image: url("../images/ft.png");
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: right top;
}

.mfooterbox {
  margin: auto;
  display: table;
  width: 900px;
}

.ftleft1 {
  float: left;
  display: inline-block;
  width: 40%;
  padding-right: 30px;
}

a.ftlogo img {
  width: 245px;
  display: table;
  margin: auto;
}

.ftsocial {
  clear: both;
  width: 100%;
  text-align: center;
  display: block;
  margin: 20px 0;
}

.ftsocial a {
  display: inline-block;
  margin: 0 10px;
}

.ftsocial a svg {
  width: 23px;
}

.copyrights,
.mobshow {
  clear: both;
  width: 100%;
  text-align: center;
  color: #005781;
  opacity: 0.5;
}

.mobshow {
  display: none;
}

.ftleft2 {
  float: left;
  display: inline-block;
  width: 20%;
  padding-right: 30px;
}

.ftleft2 h3 {
  color: #005781;
  margin-top: 0;
  font-weight: 600;
  font-size: 18px;
}

.ftleft2 a {
  color: #005781;
  text-decoration: none;
  transition: all 0.3s;
  clear: both;
  display: block;
  padding: 4px 0;
}

.ftleft2 a:hover {
  color: #0ac9bb;
}

.menu2 {
  position: fixed;
  right: 30px;
  top: 50px;
  z-index: 9;
  display: none;
}

.menu2 .menuicon1 {
  position: relative;
  z-index: 999;
  padding: 0 15px;
  height: 42px;
  line-height: 42px;
  border-radius: 20px 0 0 20px;
  text-decoration: none;
  color: #2b2a29;
  display: block;
  font-size: 16px;
  display: block;
  outline: 0px;
  transition: all 0.3s;
}

.sidemenu span {
  float: left;
}

.bars-wrap {
  display: inline-block;
  margin-left: 15px;
  position: relative;
  overflow: visible;
  top: 3px;
}

.icon-bar {
  transition: all 0.4s ease;
  width: 26px;
  background: #0ac9bb;
  height: 2px;
  position: relative;
  top: 8px;
  transition: width 0.2s ease-out;
  clear: both;
  margin-bottom: 7px;
}

#header.cloned .icon-bar {
  background: #000;
}

/* .icon-bar:first-child {width:65%;}
.icon-bar:last-child {width:85%;} */

.menu2 .menuicon1:hover .icon-bar:first-child,
.menu2 .menuicon1:hover .icon-bar:last-child {
  width: 100%;
}

.cart_open {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999999999;
  display: none;
}

.cartbg1 {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.cart_bx1 {
  width: 90%;
  background-color: #005781;
  height: 100%;
  right: -100%;
  transition: ease all 0.4s;
  top: 0px;
  position: fixed;
  display: block;
  box-shadow: 0 10px 50px rgba(1, 2, 2, 0.15);
  z-index: 99999;
  overflow-y: auto;
  /* background-image: url('../images/CCM-Grid-2.png');
    background-size: 100%; */
}

.left1 {
  right: 280px;
  z-index: 9999999;
  transition: ease all 0.8s;
}

.menu2 {
  right: 280px;
  position: fixed;
  transition: ease all 0.6s;
  top: 0px;
  z-index: 999999;
}

.menu2:before {
  border-top: 100px solid rgba(255, 255, 255, 1);
}

.cart_bx1 ul {
  list-style: none;
  width: 100%;
  margin: 0px;
  padding: 0px;
  height: 100%;
  vertical-align: middle;
  padding-top: 10px;
  text-align: right;
}

.cart_bx1 ul li {
  float: none;
  width: 100%;
  display: block;
  clear: both;
}

.cart_bx1 ul li a {
  text-decoration: none;
  color: #2b2a29;
  font-weight: 400;
  font-size: 16px;
  display: block;
  padding: 10px 15px;
  text-transform: capitalize;
  transition: all 0.3s ease 0s;
  text-align: center;
  outline: none;
}

.cart_bx1 ul li a:hover,
.cart_bx1 ul li a.active {
  color: #2e3192;
}

a.closebtn {
  display: block;
  height: 42px;
  float: right;
  text-decoration: none;
  line-height: 42px;
  color: #fff;
  font-size: 16px;
  padding: 10px 25px;
  margin-bottom: 20px;
  /* background-image: url('../images/hpat.png'); */
}

a.closebtn img {
  width: 26px;
}

a.mobilecont {
  padding: 12px 28px 10px;
  margin-left: 20px;
  border: 1px solid #fff;
  background-color: #fff;
  color: #2e8bba;
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 35px;
  text-decoration: none;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 400;
  display: inline-block;
}

body {
  --primary: 25, 91, 255;
  --color: 44, 62, 80;
  --bg: 255, 255, 255;
  --red: 255, 0, 78;
}

.con-items {
  /* display: flex;
  align-items: center;
  justify-content: center; */
  background-color: #ffffff;
  padding: 110px 40px 40px;
  display: table;
  width: 100%;
}

.con-items h4 {
  font-size: 19px;
  line-height: 34px;
  text-align: center;
  color: #a79c9c;
  margin-top: 0;
}

.con-items h2 {
  color: #005781;
  margin-top: 25px;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 15px;
  text-align: center;
}

.con-items h2 span {
  color: #0ac9bb;
}

.con-items .item {
  width: 23%;
  float: left;
  display: inline-block;
  margin: 1%;
  background: #fff;
  box-shadow: 0 0 30px 0 rgba(118, 126, 173, 0.5);
  border-radius: 10px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: all 0.25s ease;
  position: relative;
  border-top: 4px solid #58cac2;
  border-bottom: 4px solid #58cac2;
}

.con-items .item:not(.color):hover {
  transform: scale(1.05);
}

.con-items .item:hover .con-img {
  transform: scale(1.15);
}

.con-items .item.color:hover {
  transform: scale(1.15);
}

.con-img {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease;
}

.con-img img {
  width: 130px;
}

.item1 {
  padding-right: 45px;
}

.item2 {
  z-index: 100;
}

.item3 {
  padding-left: 45px;
}

.con-items .item.color {
  background: #3dcbab;
  color: #fff;
  transform: scale(1.1);
}

.con-items .item.color li {
  color: rgba(255, 255, 255, 0.75);
}

.con-items .item.color li b {
  color: rgba(255, 255, 255, 1);
}

.con-items .item.color li i {
  color: rgba(255, 255, 255, 1);
}

.con-items .item header {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  width: 100%;
}

.con-items .item header h3 {
  font-size: 21px;
  color: #005781;
}

.con-items .item header p {
  font-size: 32px;
}

.con-items .item header p span {
  font-size: 16px;
  color: #0ac9bb;
}

.con-items .item header p b.first {
  font-size: 21px;
}

.badge {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #fff;
  padding: 5px 10px;
  border-radius: 12px;
  color: rgb(61, 203, 171);
  font-weight: bold;
  font-size: 0.85rem;
}

.con-items .item ul {
  padding: 20px 0px;
  flex: 1;
  width: 100%;
}

.con-items .item ul li {
  width: 100%;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  color: #000;
  border-bottom: 1px solid #f2f2f2;
  font-size: 14px;
}

.con-items .item ul li b {
  color: rgb(var(--color), 1);
  margin-right: 5px;
}

.con-items .item ul li i {
  font-size: 14px;
  margin-right: 15px;
  color: rgb(var(--color), 1);
  opacity: 0.5;
}

.con-items .item a {
  padding: 8px 20px;
  width: 100%;
  background: #02547f;
  border: 3px solid transparent;
  border-radius: 30px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  box-shadow: 0px 5px 15px 0px rgb(197, 225, 240);
  cursor: pointer;
  transition: all 0.25s ease;
}

.con-items .item a:not(.border):hover {
  transform: translate(0, 5px);
  box-shadow: 0px 0px 0px 0px rgba(61, 203, 171, 0.35);
}

.con-items .item a.border {
  border: 3px solid #fff;
}

.con-items .item a.border:hover {
  background: #fff;
  color: rgb(61, 203, 171);
}

/*contact-section*/

#contact-section {
  padding: 50px 0 0;
  background-color: #fafdff;
  width: 100%;
  display: table;
  position: relative;
}

/* #contact-section:before{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    content: "";
    background-image: url('../images/banner.png');
    background-repeat: no-repeat;
    background-size: 30%;
    background-position: -50px 125%;
    opacity: 0.3
} */

#contact-section .section-title {
  margin-bottom: 30px;
}

#contact-section .contact-form {
  position: relative;
}

#contact-section .contact-form button {
  width: 100%;
}

#contact-section .contact-form .form-group {
  position: relative;
}

#contact-section .contact-form .form-group .invalid-tooltip,
#contact-section .contact-form .form-group .valid-tooltip {
  right: 0;
}

#contact-section .contacts-info {
  background-position-x: left;
  width: fit-content;
  width: -moz-fit-content;
  padding: 0 0 30px 0;
  overflow: visible;
}

#contact-section .contacts-info .info li {
  margin: 15px 0;
  color: #000;
  font-size: 16px;
}

#contact-section .contacts-info .info li i {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 5px 20px 1px rgba(80, 193, 233, 0.25);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}

#contact-section .contacts-info .info li span {
  padding: 0 12px;
  font-weight: 500;
}

#contact-section .contacts-info .socialMediaLinks {
  margin: 30px 0;
  display: table;
  width: 100%;
}

#contact-section .contacts-info .socialMediaLinks li {
  /* margin:0 3px */
}

#contact-section.style-2 .contact-form {
  width: 920px;
  margin: auto;
  border-radius: 20px;
  background: linear-gradient(45deg, #f6f6f6, transparent);
  padding: 40px 60px;
  z-index: 5;
  box-shadow: 0 5px 20px 1px rgba(61, 61, 61, 0.2);
}

.form .input-group > .custom-select:not(:last-child),
.form .input-group > .form-control:not(:last-child),
form .input-group > .custom-select:not(:last-child),
form .input-group > .form-control:not(:last-child) {
  /*  border-radius:50px;
 border-top-right-radius:50px;
 border-bottom-right-radius:50px; */
  padding: 15px 30px;
  width: 100%;
  height: 56px;
  box-shadow: 0 5px 15px 0px rgb(34 48 116 / 15%);
  border: 1px solid #ddebf4;
}

.input-group {
  width: 100%;
}

.form .input-group .input-group-append,
form .input-group .input-group-append {
  position: absolute;
  right: 20px;
  border: 0;
  border-radius: 0;
  height: 100%;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 56px;
  top: 0;
  display: none;
}

.form .input-group .input-group-append .input-group-text,
form .input-group .input-group-append .input-group-text {
  background: 0 0;
  color: #637282;
  border: 0;
}

.form-group .invalid-tooltip,
.form-group .valid-tooltip {
  right: 0;
}

::-webkit-input-placeholder {
  color: #99a5b2 !important;
  text-transform: capitalize;
  font-size: 14px !important;
}

::-moz-placeholder {
  color: #99a5b2 !important;
  text-transform: capitalize;
  font-size: 14px !important;
}

:-ms-input-placeholder {
  color: #99a5b2 !important;
  text-transform: capitalize;
  font-size: 14px !important;
}

:-moz-placeholder {
  color: #99a5b2 !important;
  text-transform: capitalize;
  font-size: 14px !important;
}

form textarea.form-control {
  border-radius: 0px;
  padding: 25px 30px;
  height: 100px;
  box-shadow: 0 5px 15px 0px rgb(34 48 116 / 15%);
  border: 1px solid #ddebf4;
}

.socialMediaLinks li {
  float: left;
  display: inline-block;
  margin: 0;
}

.socialMediaLinks a {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  text-align: center;
  display: flex;
  flex-flow: column;
  justify-content: center;
  background-color: #333;
  align-items: center;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
}

.socialMediaLinks a i {
  margin: 0;
  vertical-align: middle;
}

.socialMediaLinks a:focus,
.socialMediaLinks a:hover {
  text-decoration: none;
  background-color: #000;
}

.section-title h3 {
  color: #333;
  font-size: 42px;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 700;
}

.section-title h3 strong {
  color: #12bdbd;
}

.section-title p {
  font-size: 18px;
  color: #757575;
}

.btn-gradient {
  background-color: #005781;
  padding: 15px 10px;
  color: #fff;
  text-align: center;
  font-size: 15px;
  border-radius: 0px;
  width: 40% !important;
  text-align: center;
  border: 0;
  font-weight: 700;
  text-transform: capitalize;
  transition: all 0.3s;
}

.btn-gradient:hover {
  background-color: #0ac9bb;
}

#contact-section h2 {
  color: #005781;
  margin-top: 25px;
  font-size: 32px;
  margin-top: 0;
  font-weight: 600;
  margin-bottom: 30px;
}

#contact-section h2 span {
  color: #0ac9bb;
}

#contact-section a {
  color: #000;
  font-size: 24px;
  text-decoration: none;
  display: block;
  margin-bottom: 35px;
}

#contact-section a img {
  width: 48px;
  margin-right: 15px;
}

#contact-section p {
  color: #000;
  font-size: 18px;
  margin-bottom: 30px;
}

/*contact-section*/

/* ===========================
   ====== Media Queries ====== 
   =========================== */

/*------smallphones----------------*/

@media only screen and (min-width: 240px) and (max-width: 960px) {
  body {
    overflow-x: hidden;
  }
  .container {
    width: 100%;
    display: block;
    max-width: 100%;
    min-width: 100%;
  }
  .header {
    padding: 0 5px;
  }
  .menubar {
    display: none;
  }
  .top_social,
  .top_social ul {
    display: none;
  }
  .menu2 {
    display: block;
    top: 10px;
    right: 10px;
    z-index: 9999;
  }
  .menu {
    display: none;
  }
  .logo {
    /* padding: 10px 0 10px 10px; */
  }
  .logo a,
  .header.fix .logo a {
    height: 60px;
    width: 220px;
  }
  .bannerbox img {
    width: 150%;
    position: relative;
    left: -25%;
  }
  /* .carousel-inner > .item > img, .inner_banner img{
        width: 100%;
        height: calc(100vh - 100px) !important;
        object-position: center;
        object-fit: cover;
    }   */
  .bannercu,
  .inner_banner {
    margin-top: 110px;
  }
  .hdright {
    margin-right: 100px;
  }
  .banner_txt {
    width: 100%;
    left: 0px;
    top: 35% !important;
  }
  .banner_hd {
    font-size: 24px;
    line-height: 32px;
    /* padding-left: 62px; */
  }
  .banner_hd::before {
    width: 55px;
    left: -10px;
  }
  .banner_hd::after {
    left: 50px;
  }
  .carousel-control.right {
    right: 5px !important;
  }
  .carousel-control.left {
    left: 5px !important;
  }
  .banner_r_more a {
    height: 42px;
    line-height: 42px;
    font-size: 16px;
    padding: 0 10px;
  }
  .icon--large {
    max-width: 85px;
  }
  .ban_but,
	/* .pavcontentslider .carousel-indicators {
        width: 100%;
        right: auto;
        text-align: center;
        bottom: 10px;
    }
    .pavcontentslider .carousel-indicators li {
        display: inline-block;
        margin: 0 5px;
    } */
	.bannerpart .col-sm-12 {
    padding: 0;
  }
  .bannerbox {
    padding-top: 100px;
    background-color: #0a2540;
    display: block;
    width: 100%;
    overflow: hidden;
    min-height: auto;
  }
  .bannerpart {
    padding-top: 125px;
  }
  .bannerpart h2 {
    margin-top: 0;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 10px;
  }
  .bannerpart a {
    font-size: 12px;
    letter-spacing: 0;
    padding: 5px 20px !important;
  }
  .box3 h2,
  .box4 h2 {
    line-height: 32px;
    font-size: 28px;
    text-align: center;
  }
  .box3 p,
  .box4 p {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
  }
  .bp-solutions-boxes a {
    width: 98%;
    margin-bottom: 20px;
  }
  .bp-solutions-boxes {
    padding: 0px;
  }
  .section21 h2 {
    font-size: 24px;
    line-height: 36px;
    text-align: center;
  }
  .home_solutions ul li {
    width: 100%;
    margin: auto;
    margin-bottom: 20px;
  }
  .box2 h2,
  .sec-title h1 {
    font-size: 32px;
  }
  .box2 ul li a {
    width: 48%;
    padding: 10px;
  }
  .news-block .inner-box .lower-content h4 {
    font-size: 18px;
    line-height: 26px;
  }
  .allBtn a {
    font-size: 12px;
  }
  .box6 h4 {
    line-height: 24px;
    font-size: 18px;
  }
  .box6 a {
    font-size: 18px;
    display: block;
  }
  .news-block {
    margin-bottom: 20px;
  }
  .box6 {
    padding-bottom: 20px;
  }
  .footer {
    padding: 30px;
  }
  .ftleft1 {
    width: 100%;
    margin-bottom: 20px;
    padding: 0;
  }
  .ftleft1 .fthd1 {
    text-align: left !important;
  }
  .ftaddress {
    text-align: left !important;
  }
  .mFooter {
    height: auto;
    line-height: normal;
    padding-top: 15px;
    line-height: 28px;
    text-align: center;
  }
  .ftleft2 {
    width: 100%;
    clear: both;
    text-align: center;
    margin-bottom: 30px;
  }
  .ftleft2:last-child {
    margin-bottom: 0;
  }
  .mFooter .col-sm-6 {
    text-align: center !important;
  }
  .innertxt1 {
    top: 15%;
  }
  .inner_banner h1 {
    margin-top: 0px;
    font-size: 18px;
  }
  .innertxt1 ul li {
    font-size: 12px;
  }
  .innertxt1 ul li::after {
    top: 0;
  }
  .innerbx1 h2 {
    width: 100%;
    text-align: center;
    font-size: 21px;
    line-height: 28px;
    padding: 0px;
  }
  .innerbx1 p {
    padding: 0px;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
  }
  .innerbx2 li {
    font-size: 14px;
  }
  .innerbx2 li p {
    font-size: 32px;
  }
  .innerbx2 li p span {
    font-size: 32px;
  }
  .aboutVision .link .txt,
  .aboutVision .link .img,
  .pageLinks .link .txt,
  .pageLinks .link .img {
    float: none;
    width: 100%;
    clear: both;
  }
  .aboutVision .link .txt h3,
  .pageLinks .link .txt h3 {
    margin-top: 0px;
    font-size: 28px;
  }
  .aboutVision .link .txt,
  .pageLinks .link .txt {
    padding: 20px;
  }
  .aboutVision .link .txt,
  .pageLinks .link .txt {
    font-size: 16px;
    line-height: 24px;
  }
  .page_content,
  .page_nav {
    width: 100%;
    clear: both;
  }
  .stickme {
    position: relative;
    top: auto;
  }
  .trainingpg h3 {
    font-size: 21px;
  }
  .trainingpg h2 {
    width: 100%;
    text-align: center;
    font-size: 24px;
    height: auto;
    line-height: normal;
  }
  .trainingpg h2 span {
    height: auto;
  }
  .trainingpg h2 span br {
    display: none;
  }
  .trainingpg ul li {
    font-size: 16px;
  }
  a.backbtn {
    font-size: 16px;
    padding: 6px 10px;
  }
  .searchbox {
    margin-top: 0px;
  }
  .searchbox .col-md-12 {
    padding: 0px;
  }
  .banner_fields {
    height: 36px;
    padding: 5px;
    width: 37%;
  }
  .formsubmit {
    padding: 0px;
    height: 36px;
    background-position: center center;
    font-size: 0px;
  }
  .formsubmit:hover {
    background-position: center center;
  }
  .searchbox h3 {
    display: none;
  }
  .companyimage {
    width: 50px;
    padding: 5px;
  }
  .job_des {
    width: 78%;
  }
  .mainjobsbox {
    margin-bottom: 30px;
  }
  .searchbxtxt {
    top: 20px;
    padding: 0px;
  }
  .innerserv h1,
  .contactpg h2 {
    font-size: 28px;
  }
  .contactpg h3 {
    font-size: 18px;
    line-height: 26px;
  }
  .innerserv {
    padding: 35px 0;
  }
  .footer_address ul li {
    border-right: 0px;
    width: 100%;
    clear: both;
  }
  .sec1inner h1 {
    font-size: 32px;
  }
  .sec1inner h1 span {
    font-size: 40px;
  }
  .section1 h2 {
    font-size: 21px;
    margin-top: 0;
  }
  .text-75 {
    font-size: 40px;
    line-height: 46px;
  }
  .text-30 {
    font-size: 16px;
  }
  .allBtn {
    margin-bottom: 20px;
  }
  .text-40-1 {
    font-size: 28px;
    line-height: 36px;
  }
  .locationbx {
    width: 65%;
  }
  .phnum a {
    width: 100%;
  }
  .footer_menu,
  .footer_social {
    width: 100%;
    clear: both;
  }
  .innerleft img {
    width: 90px;
    height: 90px;
    padding: 20px;
  }
  .innersec1,
  .servidpg p {
    font-size: 16px;
    line-height: 28px;
  }
  .innerleft ul li,
  .servidpg ul li {
    font-size: 16px;
  }
  .careerspg p,
  .jobdesc1 p,
  .jobdesc1 ul li {
    font-size: 16px !important;
  }
  .jobsbx1 {
    padding-left: 40px;
  }
  .servidpg h3,
  .careerspg h4 {
    font-size: 24px !important;
    line-height: 32px;
  }
  .sub {
    float: right;
  }
  .leaverep h1 {
    font-size: 32px;
  }
  .contact-section {
    display: block;
    padding: 20px;
    overflow: hidden;
  }
  .contact-section .form-column .inner-column {
    margin: 0;
    padding: 20px;
  }
  .sec-title h2 {
    font-size: 18px;
    line-height: 32px;
  }
  .default-form .form-group {
    width: 100%;
  }
  .default-form .form-group input[type="text"],
  .default-form .form-group input[type="email"],
  .default-form .form-group select {
    font-size: 14px;
  }
  .banner_txt {
    padding: 0px !important;
    top: 15% !important;
  }
  .banner_txtin {
    width: 100%;
    padding: 0;
  }
  .banner_hd {
    font-size: 24px;
    line-height: 32px;
    width: 100%;
    padding: 0 20px;
  }
  .banner_cont {
    font-size: 12px;
    line-height: 18px;
    margin: 5px 0;
    width: 100%;
    padding: 0 20px;
  }
  .banner_r_more {
    padding: 0 20px;
  }
  .banner_r_more a {
    font-size: 12px;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    margin: 0 5px;
  }
  .bannercu .carousel-inner > .item > img {
    width: 150%;
    left: -25%;
    position: relative;
    max-width: 150%;
  }
  .shape::after {
    width: 100%;
    height: 40px;
    top: auto;
    bottom: 0;
  }
  .shape::before {
    width: 100%;
    top: auto;
    bottom: 0;
  }
  .section1 a h3 {
    font-size: 18px;
  }
  .box6 h2 {
    font-size: 24px;
  }
  .mFooter,
  .mFooter span,
  .mFooter a {
    font-size: 11px;
  }
  .innertxt1 {
    padding: 10px;
  }
  .servicesbox1 p {
    font-size: 14px;
    line-height: 24px;
  }
  .servicesbox1 .accordion .link {
    font-size: 18px;
    padding: 14px 5px 14px 80px;
  }
  .servicesbox1 .accordion .link::before {
    width: 80px;
  }
  .servicesbox1 .accordion li i {
    top: 18px;
    left: 10px;
  }
  .servicesbox1 .submenu li {
    padding: 20px 20px 20px 0;
    font-size: 14px;
    line-height: 24px;
  }
  .servicesbox1 #accordion .submenu li {
    padding: 15px;
  }
  .servicesbox1 .submenu li .conte {
    padding: 0 20px;
  }
  .contact-section .info-column h5 {
    font-size: 28px;
  }
  .contact-section .info-column p {
    font-size: 16px;
  }
  .pop_content {
    width: 90%;
  }
  .aboutcontbox {
    display: block;
    padding: 30px 0 50px;
  }
  .aboutcontbox h3 {
    font-size: 24px;
    line-height: 32px;
    margin: 0 0 15px;
  }
  .aboutcontbox p {
    font-size: 16px;
    line-height: 28px;
  }
  .aboutcontbox img {
    width: 100%;
    display: block;
  }
  a.sec1bx h4 {
    font-size: 18px;
    line-height: 28px;
  }
  .blogsec h2 {
    font-size: 21px;
  }
  .section2 {
    display: block;
    padding-top: 0;
  }
  ul.tabs {
    width: 100%;
    clear: both;
    padding: 20px 20px 20px 50px;
    position: relative;
  }
  ul.tabs li {
    padding: 10px 0 10px 0;
    font-size: 16px;
  }
  ul.tabs li::before {
    top: 21px;
  }
  .tab_content {
    width: 100%;
    padding: 20px;
  }
  .tab_content h3 {
    position: relative;
    top: auto;
    left: auto;
    padding: 0;
  }
  .tab_content {
    margin-top: 0;
  }
  .tab_content h3 {
    font-size: 18px;
    line-height: 28px;
  }
  .tab_content p {
    font-size: 14px;
    line-height: 21px;
  }
  .multi_tabs {
    margin-top: 0;
  }
  .owl-theme .owl-dots .owl-dot span {
    width: 10px !important;
  }
  .mainfooter {
    display: block;
  }
  .mfooterbox {
    display: block;
    width: 100%;
  }
  .mobshow {
    display: block;
  }
  .mobhide {
    display: none;
  }
  .bannerpart {
    display: block;
  }
  a.sec1bx svg {
    height: 80px;
    margin-top: 0;
  }
  a.sec1bx h4 {
    font-size: 21px;
    line-height: 28px;
    margin-top: 0;
  }
  a.sec1bx p {
    display: block;
    opacity: 1;
    visibility: visible;
  }

  #contact-section {
    display: block;
  }
  #contact-section h2 {
    font-size: 24px;
    line-height: 32px;
  }
  #contact-section img {
    width: 80%;
    display: table;
    margin: 20px auto !important;
  }
  .con-items h2 {
    font-size: 21px;
    line-height: 32px;
  }
  .con-items h4 {
    font-size: 16px;
  }
  .con-items .item {
    width: 98%;
    clear: both;
    margin: 0 1% 30px;
  }
}

/*------iphone----------------*/

@media only screen and (min-width: 320px) and (max-width: 480px) {
}

/*------smalltablet----------------*/

@media only screen and (min-width: 480px) and (max-width: 768px) {
}

/*--------iPad - Portrait--------------*/

@media only screen and (min-width: 768px) and (max-width: 960px) {
  .bannerbox {
    padding-top: 0;
  }
  .bannerpart h2 {
    font-size: 32px;
    line-height: 46px;
  }
  .bannerpart a.btn {
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    text-transform: capitalize;
    color: #1a4655;
    font-weight: bold;
    background-color: #0ac9bb;
    border: none !important;
    padding: 10px 50px !important;
    border-radius: 30px;
    outline: none;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: auto;
    display: table;
    transition: all 0.3s;
  }
  a.sec1bx:hover h4 {
    font-size: 16px;
    line-height: 21px;
  }
}

@media only screen and (min-width: 960px) and (max-width: 1200px) {
  .container {
    width: 100%;
    display: block;
    max-width: 100%;
    min-width: 100%;
  }
  .bannerpart h2 {
    font-size: 36px;
    margin-top: 0;
    line-height: 42px;
  }
  .aboutcontbox img {
    width: 100%;
  }
  ul.tabs {
    width: 420px;
  }
}

@media only screen and (min-width: 960px) and (max-width: 1200px) {
}

@media only screen and (min-width: 1024px) and (max-width: 1300px) {
}

a.sec1bx .card__icon__right {
  display: none;
}
a.sec1bx:hover .card__icon__right {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  color: #005781;
  display: block;
}
.bannerpart a.play-button {
  display: block;
  margin: 30px auto 40px;
  width: 78px;
  height: 78px;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  transition: all ease 0.3s;
}
.bannerpart a.play-button:hover {
  background: none;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.bannerpart a.play-button svg {
  width: 100%;
  height: 100%;
}
.bannerpart a.play-button img {
  margin: 0;
}
.bannerpart a.play-button img {
  background: #09243fad;
  border-radius: 50%;
}

.video-container {
  overflow: hidden;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #080808;
  z-index: 99999;
  text-align: center;
  display: flex;
  justify-content: center;
  align-content: center;
}
.video-container div.close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  opacity: 1;
  z-index: 99;
}
.video-container iframe {
  width: 100%;
  height: 100%;
}
.fd-video {
  max-width: 90%;
}

.bg-video-container {
  max-width: 60%;
  margin: 0 auto;
  background: #a7eae7;
  padding: 8px;
}

.bg-video-container video {
  width: 100%;
}
.scale-both {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  transition: all ease 0.3s;
}
.scale-both:hover {
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: all ease 0.3s;
}

.videoBG__overlay {
  position: absolute;
  top: 0;
  bottom: 40px;
  padding: 0 25px;
  left: 0;
  right: 0;
  background: linear-gradient(
    180deg,
    rgb(0 86 128 / 35%) 0%,
    rgb(19 63 121 / 45%) 100%
  );
  z-index: 8;
  max-width: 60%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.priceList {
  display: inline-block;
}
.pointerNone {
  pointer-events: none;
}
