/* =========== GOOGLE FONTS ========= */
@import url("lineIcons.css");
/* ============================= 
    COMMON CSS
================================ */
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Cambria";
  color: #585978;
}

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

a {
  text-decoration: none;
  transition: all 0.3s ease-out 0s;
}

a:hover {
  text-decoration: none;
}

button {
  transition: all 0.3s ease-out 0s;
}

@media (max-width: 767px) {
  .container {
    padding: 0 30px;
  }
}
@media (min-width: 1199px) {
  .container {
    max-width: 1080px;
  }
}
/* ============ scroll-top =============== */
.scroll-top {
  width: 45px;
  height: 45px;
  background: #2F80ED;
  display: none;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #ffffff;
  border-radius: 5px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 9;
  cursor: pointer;
  transition: all 0.3s ease-out 0s;
}
.scroll-top img{
  width: 20px;
}

.scroll-top:hover {
  color: #ffffff;
  background: rgba(47, 128, 237, 0.8);
}

/* ============================= 
    PRELOADER CSS
================================ */
.preloader {
  /* Body Overlay */
  position: fixed;
  top: 0;
  left: 0;
  display: table;
  height: 100%;
  width: 100%;
  /* Change Background Color */
  background: #ffffff;
  z-index: 99999;
}

.preloader .loader {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.preloader .loader .spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 64px;
  margin-left: -32px;
  z-index: 18;
  pointer-events: none;
}

.preloader .loader .spinner .spinner-container {
  pointer-events: none;
  position: absolute;
  width: 100%;
  padding-bottom: 100%;
  top: 50%;
  left: 50%;
  margin-top: -50%;
  margin-left: -50%;
  animation: spinner-linspin 1568.2353ms linear infinite;
}

.preloader .loader .spinner .spinner-container .spinner-rotator {
  position: absolute;
  width: 100%;
  height: 100%;
  animation: spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.preloader .loader .spinner .spinner-container .spinner-rotator .spinner-left {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
  right: 50%;
}

.preloader .loader .spinner .spinner-container .spinner-rotator .spinner-right {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  left: 50%;
}

.preloader .loader .spinner-circle {
  box-sizing: border-box;
  position: absolute;
  width: 200%;
  height: 100%;
  border-style: solid;
  /* Spinner Color */
  border-color: #2F80ED #2F80ED #E9E9E9;
  border-radius: 50%;
  border-width: 6px;
}

.preloader .loader .spinner-left .spinner-circle {
  left: 0;
  right: -100%;
  border-right-color: #E9E9E9;
  animation: spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.preloader .loader .spinner-right .spinner-circle {
  left: -100%;
  right: 0;
  border-left-color: #E9E9E9;
  animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

/* Preloader Animations */

@keyframes spinner-linspin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes spinner-easespin {
  12.5% {
    transform: rotate(135deg);
  }
  25% {
    transform: rotate(270deg);
  }
  37.5% {
    transform: rotate(405deg);
  }
  50% {
    transform: rotate(540deg);
  }
  62.5% {
    transform: rotate(675deg);
  }
  75% {
    transform: rotate(810deg);
  }
  87.5% {
    transform: rotate(945deg);
  }
  to {
    transform: rotate(1080deg);
  }
}

@keyframes spinner-left-spin {
  0% {
    transform: rotate(130deg);
  }
  50% {
    transform: rotate(-5deg);
  }
  to {
    transform: rotate(130deg);
  }
}

@keyframes right-spin {
  0% {
    transform: rotate(-130deg);
  }
  50% {
    transform: rotate(5deg);
  }
  to {
    transform: rotate(-130deg);
  }
}

/* ============================= 
    TYPOGRAPHY CSS
================================ */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 700;
  color: #323450;
  margin-bottom: 0;
  font-family: "Fira Sans", sans-serif;
}

h1, .h1 {
  font-size: 82px;
  letter-spacing: .7px;
}

h2, .h2 {
  font-size: 62px;
  letter-spacing: .7px;
}

h3, .h3 {
  font-size: 42px;
  letter-spacing: .4px;
}

h4, .h4 {
  font-size: 32px;
  letter-spacing: .35px;
}

h5, .h5 {
  font-size: 26px;
}

h6, .h6 {
  font-size: 22px;
}

.font-weight-bold {
  font-weight: 700;
}

.font-weight-semi-bold {
  font-weight: 600;
}

.font-weight-medium {
  font-weight: 500;
}

.font-weight-regular {
  font-weight: 400;
}

.font-weight-light {
  font-weight: 300;
}

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

.font-size-sm {
  font-size: 16px;
}

.font-size-xs {
  font-size: 14px;
}

.caption-font-size {
  font-size: 16px;
}

p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0px;
}

/* ============================= 
    BUTTONS CSS
================================ */
.button {
  height: 44px;
  font-size: 18px;
  font-weight: 500;
  box-sizing: border-box;
  line-height: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #2F80ED;
  color: #ffffff;
  border: 1px solid transparent;
  position: relative;
  z-index: 1;
  padding: 0 25px;
  overflow: hidden;
}

.button i {
  padding-left: 20px;
}


.button::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  padding: 50%;
  border-radius: 50%;
  margin: auto;
  background: rgba(0, 0, 0, 0.1);
  z-index: -1;
  transition: all .4s linear;
  transform: translate3d(-50%, -50%, 0) scale(0);
}

.button:hover {
  color: #ffffff;
}

.button:hover::before {
  transform: translate3d(-50%, -50%, 0) scale(1.5);
}

.button.border-button {
  background: transparent;
  color: #2F80ED;
  border-color: #2F80ED;
}

.button.border-button::before {
  background: rgba(47, 128, 237, 0.16);
}

.button-lg {
  height: 40px;
}

.button-sm {
  height: 34px;
  font-size: 16px;
  font-weight: 400;
}

/* ============================= 
    HEADER-4 CSS
================================ */
.header {
  background: #ffffff;
}

.header.header-4 .header-search {
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header.header-4 .header-search {
    position: absolute;
    right: 60px;
  }
}

@media (max-width: 767px) {
  .header.header-4 .header-search {
    position: absolute;
    right: 60px;
  }
}

.header.header-4 .header-search:hover form {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.header.header-4 .header-search a {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #ffffff;
  font-size: 16px;
  color: #585978;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 5px 25px rgba(218, 211, 211, 0.3);
}

.header.header-4 .header-search form {
  position: absolute;
  top: 120%;
  right: 0;
  width: 290px;
  background: #ffffff;
  box-shadow: 0px 5px 25px rgba(218, 211, 211, 0.3);
  padding: 30px 20px;
  border-radius: 10px;
  transition: all 0.3s ease-out 0s;
  opacity: 0;
  visibility: hidden;
  z-index: 9;
}

.header.header-4 .header-search form input {
  width: 100%;
  border: 1px solid #E9E9E9;
  padding: 5px 10px;
}

.header.header-4 .navbar {
  padding: 0px;
  border-radius: 0px;
  position: relative;
  transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header.header-4 .navbar {
    padding: 17px 0;
  }
}

@media (max-width: 767px) {
  .header.header-4 .navbar {
    padding: 17px 0;
  }
}
@media (min-width: 1200px) {
  .header.header-4 .nav-item.navMarginR,
  .header.header-4 .nav-item.navSchedule,
  .header.header-4 .nav-item.navSchedule,
  .header.header-4 .nav-item.navLearn,
  .header.header-4 .nav-item.navSolutions,
  .header.header-4 .nav-item.navCareers {
    margin: 0 22px;
  }
}

.header.header-4 .navbar-brand {
  padding: 0;
}

.header.header-4 .navbar-brand img {
  max-width: 160px;
}
@media (max-width: 574px) {
  .header.header-4 .navbar-brand img {
    max-width: 140px;
  }
}
.header.header-4 .navbar-toggler {
  padding: 0;
}

.header.header-4 .navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

.header.header-4 .navbar-toggler .toggler-icon {
  width: 30px;
  height: 2px;
  background-color: #323450;
  display: block;
  margin: 5px 0;
  position: relative;
  transition: all 0.3s ease-out 0s;
}

.header.header-4 .navbar-toggler.active .toggler-icon:nth-of-type(1) {
  transform: rotate(45deg);
  top: 7px;
}

.header.header-4 .navbar-toggler.active .toggler-icon:nth-of-type(2) {
  opacity: 0;
}

.header.header-4 .navbar-toggler.active .toggler-icon:nth-of-type(3) {
  transform: rotate(135deg);
  top: -7px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .header.header-4 .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    z-index: 9;
    box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 5px 12px;
    max-height: 350px;
    overflow-y: scroll;
  }
}
.header.header-4 .navbar-nav{
  align-items: center;
}
.header.header-4 .navbar-nav .nav-item {
  position: relative;
  padding: 15px 0px;
}
.header.header-4 .navbar-nav .nav-item:last-child {
  margin-right: 0;
}
@media (max-width: 1200px) {
  .header.header-4 .navbar-nav .nav-item {
    margin-right: 5px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .header.header-4 .navbar-nav .nav-item {
    margin-right: 0px;
  }
}
@media (max-width: 991px) {
  .header.header-4 .navbar-nav .nav-item {
    width: 100%;
    text-align: center;
  }
}

.header.header-4 .navbar-nav .nav-item > a {
  font-size: 17px;
  line-height: 18px;
  color: #0c0c0c;
  padding: 17px 28px;
  transition: all 0.3s ease-out 0s;
  position: relative;
  display: inline-block;
  z-index: 1;
  padding: 5px 20px;
  background-color: transparent;
  border-radius: 20px;
}
.header.header-4 .navbar-nav .nav-item > a::before {
  display: block;
  content: '';
  font-weight: bold;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  color: #666;
}
.header.header-4 .navbar-nav .nav-item > a.operationsBtn{
  padding: 9px 17px;
  border-radius: 17px;
  background: linear-gradient(264.68deg, #1E7CFF 0%, #0B9FFF 99.98%);
}
@media (max-width: 991px){
  .header.header-4 .navbar-nav .nav-item > a.operationsBtn{
    background: transparent;
  }
}
@media (min-width: 992px){
  .header.header-4 .navbar-nav .nav-item > a.operationsBtn{
    color: #fff;
  }
}
.header.header-4 .navbar-nav .nav-item.hover > a{
  color: #1f6bf1;
}
.header.header-4 .navbar-nav .nav-item > a > ::after,
.header.header-4 .navbar-nav .nav-item > a > ::before {
  content: '';
  position: absolute;
  width: 0px;
  height: 2px;
  background: #2F80ED;
  transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header.header-4 .navbar-nav .nav-item > a > ::after,
  .header.header-4 .navbar-nav .nav-item > a > ::before {
    top: auto;
    bottom: 5px;
  }
}

@media (max-width: 767px) {
  .header.header-4 .navbar-nav .nav-item > a > ::after,
  .header.header-4 .navbar-nav .nav-item > a > ::before {
    top: auto;
    bottom: 5px;
  }
}

.header.header-4 .navbar-nav .nav-item > a::after {
  top: 0;
  left: 0;
}

.header.header-4 .navbar-nav .nav-item > a::before {
  right: 0;
  bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .header.header-4 .navbar-nav .nav-item > a {
    display: block;
    padding: 10px 0px;
    color: #323450;
  }
}

.header.header-4 .navbar-nav .nav-item > a:hover, .header.header-4 .navbar-nav .nav-item > a.active {
  color: #1f6bf1;
  /* font-weight: bold; */
}
.header.header-4 .navbar-nav .nav-item > a.operationsBtn:hover, 
.header.header-4 .navbar-nav .nav-item > a.operationsBtn.active {
  opacity: 0.7;
  transition: all 0.4s ease-in-out;
  color: #fff;
}

.header.header-4 .navbar-nav .nav-item > a:hover::before, .header.header-4 .navbar-nav .nav-item > a:hover::after, .header.header-4 .navbar-nav .nav-item > a.active::before, .header.header-4 .navbar-nav .nav-item > a.active::after {
  width: 30%;
}

.header.header-4 .navbar-nav .nav-item:hover .sub-menu {
  top: 100%;
  opacity: 1;
  visibility: visible;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header.header-4 .navbar-nav .nav-item:hover .sub-menu {
    top: 0;
    opacity: 0;
  }
}

@media (max-width: 767px) {
  .header.header-4 .navbar-nav .nav-item:hover .sub-menu {
    top: 0;
    opacity: 0;
  }
}

.header.header-4 .navbar-nav .nav-item .sub-menu {
  width: 250px;
  background-color: #ffffff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 110%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-out 0s;
}

.header.header-4 .navbar-nav .nav-item .sub-menu.collapse:not(.show) {
  display: block;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header.header-4 .navbar-nav .nav-item .sub-menu.collapse:not(.show) {
    display: none;
  }
}

@media (max-width: 767px) {
  .header.header-4 .navbar-nav .nav-item .sub-menu.collapse:not(.show) {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .header.header-4 .navbar-nav .nav-item .sub-menu {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    height: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header.header-4 .navbar-nav .nav-item .sub-menu.show {
    height: auto;
    visibility: visible;
  }
}

@media (max-width: 767px) {
  .header.header-4 .navbar-nav .nav-item .sub-menu.show {
    height: auto;
    visibility: visible;
  }
}

.header.header-4 .navbar-nav .nav-item .sub-menu li {
  display: block;
}

.header.header-4 .navbar-nav .nav-item .sub-menu li a {
  display: block;
  padding: 8px 20px;
  color: #585978;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header.header-4 .navbar-nav .nav-item .sub-menu li a {
    padding: 8px 0;
  }
}

@media (max-width: 767px) {
  .header.header-4 .navbar-nav .nav-item .sub-menu li a {
    padding: 8px 0;
  }
}

.header.header-4 .navbar-nav .nav-item .sub-menu li a.active, .header.header-4 .navbar-nav .nav-item .sub-menu li a:hover {
  padding-left: 25px;
  color: #2F80ED;
}

.header.header-4 .navbar-nav .nav-item .sub-menu li a.active::after, .header.header-4 .navbar-nav .nav-item .sub-menu li a:hover::after {
  width: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header.header-4 .navbar-nav .nav-item .sub-menu li a.active, .header.header-4 .navbar-nav .nav-item .sub-menu li a:hover {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .header.header-4 .navbar-nav .nav-item .sub-menu li a.active, .header.header-4 .navbar-nav .nav-item .sub-menu li a:hover {
    padding-left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header.header-4 .navbar-nav .nav-item .sub-menu.show {
    display: block;
    height: auto;
    opacity: 1;
    box-shadow: none;
  }
}

@media (max-width: 767px) {
  .header.header-4 .navbar-nav .nav-item .sub-menu.show {
    display: block;
    height: auto;
    opacity: 1;
    box-shadow: none;
  }
}

.header.header-4 .navbar-nav .sub-nav-toggler {
  display: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .header.header-4 .navbar-nav .sub-nav-toggler {
    display: block;
    position: absolute;
    right: 15px;
    top: 10px;
    background: none;
    color: #000000;
    font-weight: 700;
    font-size: 20px;
    border: 0;
    width: 30px;
    height: 30px;
  }
}

/* .header.header-4 .navbar-nav .sub-nav-toggler span {
  width: 8px;
  height: 8px;
  position: relative;
  position: absolute;
  top: -3px;
  right: -35px;
} */

/* ============================= 
    HERO-1 CSS
================================ */
.hero-section-wrapper-1 {
  position: relative;
}

.hero-section-wrapper-1 .header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  background: #fff;
}

.hero-section-wrapper-1 .header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  background: #ffffff;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}

.hero-section-wrapper-1 .hero-style-1 {
  position: relative;
  z-index: 1;
  padding-top: 130px;
}

.hero-section-wrapper-1 .hero-style-1 .hero-content-wrapper-about {
  padding: 50px 0;
}
.hero-section-wrapper-1 .hero-style-1 .hero-content-wrapper h2{
  font-weight: 700;
}
@media (max-width: 1200px) {
  .hero-section-wrapper-1 .hero-style-1 .hero-content-wrapper-about {
    padding: 41px 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero-section-wrapper-1 .hero-style-1 .hero-content-wrapper-about {
    padding: 41px 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-section-wrapper-1 .hero-style-1 .hero-content-wrapper-about {
    padding: 33px 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-section-wrapper-1 .hero-style-1 .hero-content-wrapper-about {
    padding: 33px 0 17px;
  }
}

@media (max-width: 767px) {
  .hero-section-wrapper-1 .hero-style-1{
    padding-top: 95px;
  }
  .hero-section-wrapper-1 .hero-style-1 .hero-content-wrapper {
    padding: 25px 0 17px;
  }
  .hero-section-wrapper-1 .hero-style-1 .hero-content-wrapper-about {
    padding: 25px 0 17px;
  }
}
@media (max-width: 574px){
  .hero-section-wrapper-1 .hero-style-1{
    padding-top: 85px;
  }
}
.hero-section-wrapper-1 .hero-style-1 .hero-content-wrapper h2 {
  margin-bottom: 23px;
}
.hero-section-wrapper-1 .hero-style-1 .hero-content-wrapper-about h2 {
  font-weight: normal;
  font-size: 2rem;
  margin-bottom: 40px;
}
.hero-section-wrapper-1 .hero-style-1 .hero-content-wrapper-about  p{
  font-weight: inherit !important;
  line-height: 1.8;
}

.hero-section-wrapper-1 .hero-style-1 .hero-content-wrapper p {
  font-weight: 400;
  /* margin-bottom: 74px; */
  color: #666;
}
.hero-section-wrapper-1 .hero-style-1 .hero-content-wrapper .ScheduleBtn{
  background: linear-gradient(264.68deg, #1E7CFF 0%, #0B9FFF 99.98%);
  font-weight: 400;
  font-size: 34px;
  width: 360px;
  height: 82px;
}

.hero-section-wrapper-1 .hero-style-1 .hero-image {
  margin-bottom: 60px;
}
.hero-section-wrapper-1 .hero-style-1 .hero-image img {
  max-width: 100%;
  border-radius: 20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero-section-wrapper-1 .hero-style-1 .hero-image img {
    max-width: 100%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-section-wrapper-1 .hero-style-1 .hero-image img {
    max-width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-section-wrapper-1 .hero-style-1 .hero-image img {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .hero-section-wrapper-1 .hero-style-1 .hero-image img {
    max-width: 100%;
  }
}

.hero-section-wrapper-1 .hero-style-1 .shapes .shape {
  position: absolute;
  z-index: -1;
}

.hero-section-wrapper-1 .hero-style-1 .shapes .shape.shape-1 {
  right: 0;
  bottom: 0;
  height: 100%;
}

.hero-section-wrapper-1 .hero-style-1 .shapes .shape.shape-2 {
  top: 200px;
  left: 49%;
}

.hero-section-wrapper-1 .hero-style-1 .shapes .shape.shape-3 {
  left: 15%;
  bottom: 120px;
}

.hero-section-wrapper-1 .hero-style-1 .shapes .shape.shape-4 {
  left: 0;
  bottom: 5%;
}

/* ============================= 
    HERO-4 CSS
================================ */
.hero-section-wrapper-4 {
  background: #ffffff;
  position: relative;
}

.hero-section-wrapper-4 .header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  background: transparent;
}

.hero-section-wrapper-4 .header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  background: #ffffff;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}

.hero-section-wrapper-4 .hero-style-4 {
  position: relative;
  z-index: 1;
  padding: 250px 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero-section-wrapper-4 .hero-style-4 {
    padding: 150px 0 100px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-section-wrapper-4 .hero-style-4 {
    padding: 100px 0 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-section-wrapper-4 .hero-style-4 {
    padding: 70px 0 30px;
  }
}

@media (max-width: 767px) {
  .hero-section-wrapper-4 .hero-style-4 {
    padding: 50px 0 0px;
  }
}

.hero-section-wrapper-4 .hero-style-4 .hero-content-wrapper {
  padding: 100px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-section-wrapper-4 .hero-style-4 .hero-content-wrapper {
    padding-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .hero-section-wrapper-4 .hero-style-4 .hero-content-wrapper {
    padding-bottom: 50px;
  }
}

.hero-section-wrapper-4 .hero-style-4 .hero-content-wrapper h2 {
  margin-bottom: 30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero-section-wrapper-4 .hero-style-4 .hero-content-wrapper h2 {
    font-size: 57px;
    line-height: 65px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-section-wrapper-4 .hero-style-4 .hero-content-wrapper h2 {
    font-size: 49px;
    line-height: 58px;
  }
}

@media (max-width: 767px) {
  .hero-section-wrapper-4 .hero-style-4 .hero-content-wrapper h2 {
    font-size: 42px;
    line-height: 50px;
  }
}

@media only screen and (min-width: 575px) and (max-width: 767px) {
  .hero-section-wrapper-4 .hero-style-4 .hero-content-wrapper h2 {
    font-size: 49px;
    line-height: 58px;
  }
}

@media only screen and (min-width: 1400px) {
  .hero-section-wrapper-4 .hero-style-4 .hero-content-wrapper p {
    padding-right: 100px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero-section-wrapper-4 .hero-style-4 .hero-content-wrapper p {
    padding-right: 100px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-section-wrapper-4 .hero-style-4 .hero-content-wrapper p {
    padding-right: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-section-wrapper-4 .hero-style-4 .hero-content-wrapper p {
    padding-right: 100px;
  }
}

.hero-section-wrapper-4 .hero-style-4 .hero-image {
  margin-bottom: 100px;
  position: relative;
}

@media only screen and (min-width: 1400px) {
  .hero-section-wrapper-4 .hero-style-4 .hero-image img {
    max-width: 100%;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero-section-wrapper-4 .hero-style-4 .hero-image img {
    max-width: 100%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-section-wrapper-4 .hero-style-4 .hero-image img {
    max-width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-section-wrapper-4 .hero-style-4 .hero-image img {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .hero-section-wrapper-4 .hero-style-4 .hero-image img {
    max-width: 100%;
  }
}

.hero-section-wrapper-4 .hero-style-4 .shapes .shape {
  position: absolute;
  z-index: -1;
}

.hero-section-wrapper-4 .hero-style-4 .shapes .shape.shape-1 {
  top: 0;
  right: 0;
  height: 95%;
}

.hero-section-wrapper-4 .hero-style-4 .shapes .shape.shape-2 {
  top: 25%;
  left: 10%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-section-wrapper-4 .hero-style-4 .shapes .shape.shape-2 {
    left: 0%;
    transform: scale(0.5);
  }
}

@media (max-width: 767px) {
  .hero-section-wrapper-4 .hero-style-4 .shapes .shape.shape-2 {
    display: none;
  }
}

.hero-section-wrapper-4 .hero-style-4 .shapes .shape.shape-3 {
  left: 0;
  bottom: 0;
}

/* ============================= 
    HERO-5 CSS
================================ */
.hero-section-wrapper-5 {
  background: #ffffff;
  position: relative;
}

.hero-section-wrapper-5 .header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  background: transparent;
}

.hero-section-wrapper-5 .header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  background: #ffffff;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}

.hero-section-wrapper-5 .hero-style-5 {
  position: relative;
  z-index: 1;
  padding: 270px 0 140px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero-section-wrapper-5 .hero-style-5 {
    padding: 120px 0 50px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-section-wrapper-5 .hero-style-5 {
    padding: 120px 0 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-section-wrapper-5 .hero-style-5 {
    padding: 70px 0 30px;
  }
}

@media (max-width: 767px) {
  .hero-section-wrapper-5 .hero-style-5 {
    padding: 50px 0 0px;
  }
}

.hero-section-wrapper-5 .hero-style-5 .hero-content-wrapper {
  padding: 100px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-section-wrapper-5 .hero-style-5 .hero-content-wrapper {
    padding-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .hero-section-wrapper-5 .hero-style-5 .hero-content-wrapper {
    padding-bottom: 50px;
  }
}

.hero-section-wrapper-5 .hero-style-5 .hero-content-wrapper h2 {
  margin-bottom: 30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero-section-wrapper-5 .hero-style-5 .hero-content-wrapper h2 {
    font-size: 57px;
    line-height: 65px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-section-wrapper-5 .hero-style-5 .hero-content-wrapper h2 {
    font-size: 49px;
    line-height: 58px;
  }
}

@media (max-width: 767px) {
  .hero-section-wrapper-5 .hero-style-5 .hero-content-wrapper h2 {
    font-size: 42px;
    line-height: 50px;
  }
}

@media only screen and (min-width: 575px) and (max-width: 767px) {
  .hero-section-wrapper-5 .hero-style-5 .hero-content-wrapper h2 {
    font-size: 49px;
    line-height: 58px;
  }
}

@media only screen and (min-width: 1400px) {
  .hero-section-wrapper-5 .hero-style-5 .hero-content-wrapper p {
    padding-right: 100px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero-section-wrapper-5 .hero-style-5 .hero-content-wrapper p {
    padding-right: 100px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-section-wrapper-5 .hero-style-5 .hero-content-wrapper p {
    padding-right: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-section-wrapper-5 .hero-style-5 .hero-content-wrapper p {
    padding-right: 100px;
  }
}

.hero-section-wrapper-5 .hero-style-5 .hero-image {
  margin-bottom: 100px;
  position: relative;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero-section-wrapper-5 .hero-style-5 .hero-image img {
    max-width: 100%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-section-wrapper-5 .hero-style-5 .hero-image img {
    max-width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-section-wrapper-5 .hero-style-5 .hero-image img {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .hero-section-wrapper-5 .hero-style-5 .hero-image img {
    max-width: 100%;
  }
}

/* .page-view-wrapper-solutions.solutions .page-item .page-content > h5{
  margin-bottom: 52px;
}
.page-view-wrapper .page-item .page-content > h5{
  margin-bottom: 52px;
  color: #333;
} 
.page-view-wrapper .page-item .page-content > h5{
  margin-bottom: 25px;
}*/
.downloadType{
  background: #fff;
  text-align: center;
  width: 100%;
  padding: 42px;
}
.downloadType .downloadType_title{
  margin-bottom: 30px;
}

.downloadType .exportType .exportType_item{
  padding: 8px 20px;
  border: 1px solid #015FFF;
  border-radius: 41px;
  color: #015FFF;
  margin: 0 10px;
}
.downloadType .exportType .exportType_item img{
  margin-right: 5px;
}
@media (max-width: 575px){
  .downloadType{
    padding: 42px 0;
  }
}
@media screen and (max-width:1199px) {
  .downloadType .exportType .exportType_item{
    margin: 10px;
  }
}
@media screen and (min-width:1200px) {
  .downloadType .exportType{
    display: flex;
    justify-content: center;
  }
  .downloadType .exportType .exportType_wra{
    width: auto;
  }
  .downloadType .exportType .exportType_item{
    margin: 0px;
  }
}
@media screen and (min-width:992px) {
  .page-view-wrapper-solutions.solutions .page-item .page-content h5{
    margin-bottom: 52px;
  }
  .childrenOne{
    margin-bottom: 35px;
  }
  .childrenTwo{
    margin-bottom: 30px;
  }
  .childrenThree{
    margin-bottom: 30px;
  }
  .childrenFour{
    margin-bottom: 90px;
  }
  .row-solutions{
    margin: 82px 0 25px;
  }
  .Solutions-page-com{
    width: 100%;
    margin-top: 140px;
  }
  .content-carees-mb{
    margin-bottom: 62px;
  }
  .children-careers-mb{
    margin-bottom: 120px;
  }
  .careers-section .company-wrapper-mid{
    text-align: center;
    padding: 82px 0;
  }
  .careers-section .company-wrapper-mid .company-top p{
    margin-bottom: 115px;
  }
  .blog-pt-bd{
    padding-bottom: 100px;
    padding-top: 90px;
  }
  .blog-learn-pt{
    padding-top: 90px;
  }
  .single-blog-wrapper .left-wrapper .comment-wrapper .comment-form-wrapper.learnMoreJob .captionTitle{
    margin: 0 0 52px;
    font-weight: 700;
    color: #333;
  }
  .learnMore-mb{
    margin-bottom: 80px;
  }
  .single-blog-wrapper .left-wrapper .comment-wrapper .comment-form-wrapper {
    border-radius: 10px;
    padding: 90px 0px 40px;
  }
  .platform-ft h5{
    font-size: 26px;
  }
  .row-platform{
    margin: 70px auto;
  }
  .page-view-wrapper .blog-content_mid{
    margin: 90px auto;
  }
  .about-platform{
    padding: 104px 0 105px;
  }
  .blog-platform{
    padding-top: 90px;
  }
  .page-view-wrapper_plartorm .page-item_top, .page-view-wrapper .page-item_top{
    margin: 0px auto 40px;
    text-align: center;
  }
  .page-view-wrapper_plartorm .page-item.platform-children{
    margin-bottom: 90px;
  }
  .page-view-wrapper_plartorm .page-item .page-content{
    padding: 10px;
    line-height: 1.5;
    color: #333333;
  }
  .blog-platform-pt-mb{
    padding-top: 95px;
    margin-bottom: 82px;
  }
  .space-platform{
    padding-bottom: 90px;
  }
  .page-view-wrapper .page-item_top.platform{
    margin: 0px auto 92px;
  }
  .children-platform-pb{
    padding-bottom: 90px;
  }
  .content-platform-ml{
    margin-left: 40px;
  }
  .platform-pb-last{
    padding-bottom: 100px;
  }
  .left-mr-platform{
      width:60%;
  }
  .hero-section-wrapper-1 .hero-style-1 .hero-content-wrapper h2 {
    line-height: 46px;
    margin-bottom: 23px;
  }
  .hero-section-wrapper-1 .hero-style-1 .hero-content-wrapper p {
    margin-bottom: 54px;
  }
  .mb-ft-index{
    margin-bottom: 72px;
  }
  .feature-index-pt{
    padding-top: 90px;
  }
}

@media screen and (max-width:991px) {
  .page-view-wrapper-solutions.solutions .page-item .page-content > h5{
    margin-bottom: 26px;
  }
  .childrenOne{
    margin-bottom:55px;
  }
  .childrenTwo{
    margin-bottom: 46px;
  }
  .childrenThree{
    margin-bottom: 46px;
  }
  .childrenFour{
    margin-bottom: 70px;
  }
  .row-solutions{
    margin: 41px 0 25px;
  }
  .Solutions-page-com{
    width: 100%;
    margin-top: 70px;
  }
  .content-carees-mb{
    margin-bottom: 31px;
  }
  .children-careers-mb{
    margin-bottom: 60px;
  }
  .careers-section .company-wrapper-mid{
    text-align: center;
    padding: 41px 0;
  }
  .careers-section .company-wrapper-mid .company-top p{
    margin-bottom: 65px;
  }
  .blog-pt-bd{
    padding-bottom: 50px;
    padding-top: 45px;
  }
  .blog-learn-pt{
    padding-top: 70px;
  }
  .single-blog-wrapper .left-wrapper .comment-wrapper .comment-form-wrapper.learnMoreJob .captionTitle{
    margin: 0 0 36px;
    font-weight: 700;
    color: #333;
  }
  .learnMore-mb{
    margin-bottom: 40px;
  }
  .single-blog-wrapper .left-wrapper .comment-wrapper .comment-form-wrapper {
    border-radius: 10px;
    padding: 80px 0px 30px;
  }
  .platform-ft h5{
    font-size: 24px;
    line-height: 36px;
  }
  .row-platform{
    /* margin:70px auto; */
    margin-top: 70px; 
    margin-bottom: 70px;
  }
  .page-view-wrapper .blog-content_mid{
    margin: 70px auto;
  }
  .about-platform{
    padding: 52px 0 45px;
  }
  .blog-platform{
    padding-top: 70px;
  }
  .page-view-wrapper_plartorm .page-item_top,.page-view-wrapper .page-item_top{
    margin: 0px 0px 41px 0px;
    text-align: center;
  }
  .page-view-wrapper_plartorm .page-item.platform-children{
    margin-bottom: 70px;
  }
  .page-view-wrapper_plartorm .page-item .page-content{
    padding:10px 10px;
    line-height: 1.5;
    color: #333333;
  }
  .blog-platform-pt-mb{
    padding-top: 75px;
    margin-bottom: 41px;
  }
  .space-platform{
    padding-bottom: 70px;
  }
  .page-view-wrapper .page-item_top.platform{
    margin: 0px 0px 46px 0px;
  }
  .children-platform-pb{
    padding-bottom: 45px;
  }
  .content-platform-ml{
    margin-left: 0px;
  }
  .platform-pb-last{
    padding-bottom: 90px;
  }
  .left-mr-platform{
    width:100%;
  }
  .hero-section-wrapper-1 .hero-style-1 .hero-content-wrapper{
    margin-bottom: 20px;
  }
  .hero-section-wrapper-1 .hero-style-1 .hero-content-wrapper h2 {
    line-height: 40px;
    margin-bottom: 15px;
  }
  .hero-section-wrapper-1 .hero-style-1 .hero-content-wrapper p {
    margin-bottom: 37px;
  }
  .mb-ft-index{
    margin-bottom: 36px;
  }
  .feature-index-pt{
    padding-top: 50px;
  }
}
@media (max-width: 574px){
  .page-view-wrapper .page-item_top.platform{
    text-align: inherit;
  }
}
.hero-section-wrapper-5 .hero-style-5 .shapes .shape {
  position: absolute;
  z-index: -1;
}

.hero-section-wrapper-5 .hero-style-5 .shapes .shape.shape-1 {
  top: 0;
  right: 0;
}

.hero-section-wrapper-5 .hero-style-5 .shapes .shape.shape-2 {
  top: 25%;
  left: 10%;
}

.hero-section-wrapper-5 .hero-style-5 .shapes .shape.shape-3 {
  left: 0;
  bottom: 0;
}

/* ============================= 
    FEATURE-1 CSS
================================ */
.feature-style-1 {
  background: #ffffff;
  padding: 100px 0;
}

.feature-style-1 .single-feature {
  padding: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .feature-style-1 .single-feature {
    padding: 30px 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .feature-style-1 .single-feature {
    padding: 30px 20px;
  }
}

.feature-style-1 .single-feature .feature-top {
  display: flex;
  align-items: flex-end;
}

.feature-style-1 .single-feature .feature-top .icon {
  width: 75px;
  font-size: 52px;
  color: #323450;
  line-height: 1;
  border-bottom: 3px solid #323450;
  margin-bottom: 25px;
  margin-right: 12px;
}

.feature-style-1 .single-feature .feature-top .heading h5 {
  margin-bottom: 25px;
  font-weight: 600;
}

/* ============================= 
    FEATURE-3 CSS
================================ */
.feature-style-3 {
  padding: 0px 0 100px;
}
.feature-style-3 .pages_con{
  width: 90%;
  margin: auto;

}
.feature-style-3 .pages_con img{
  width: 100%;
}
.feature-style-3 .single-feature {
  background-color: transparent;
  /* box-shadow: 0px 5px 25px rgba(218, 211, 211, 0.3); */
  /* display: flex; */
  padding: 54px 56px 40px;
  text-align: center;
}
.feature-style-3 .nopadding{
  padding: 0px;
  border-bottom:1px solid #D9D9D9;
  border-right:1px solid #D9D9D9;

}
.feature-style-3 .nopadding:nth-of-type(3){
  border-right: none;
}
.feature-style-3 .nopadding:nth-of-type(6){
  border-right: none;
  border-bottom: none;
}

@media (min-width: 992px){
  .feature-style-3 .nopadding:nth-of-type(4){
    border-bottom: none;
  }
  .feature-style-3 .nopadding:nth-of-type(5){
    border-bottom: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 991px){
  .feature-style-3 .nopadding:nth-child(2n){
    border-right: none;
  }
  .feature-style-3 .nopadding:nth-of-type(3){
    border-right:1px solid #D9D9D9;
  }
  .feature-style-3 .nopadding:nth-of-type(5){
    border-bottom: none;
  }
  .feature-style-3 .nopadding:nth-of-type(6){
    border-right: none;
    border-bottom: none;
  }
}
@media (max-width: 768px){
  .feature-style-3 .nopadding{
    border-right: none;
  }
}
@media (max-width: 574px){
  .feature-style-3 {
    padding: 0px 0 60px;
  }
  .feature-style-3 .nopadding .single-feature{
    padding: 30px 0;
  }
}
.feature-style-3 .single-feature .single-left{
 /* padding: 4px 32px 0 0; */
}
.feature-style-3 .single-feature .icon {
  height: auto;
  margin: 0 auto 41px;
  /* background: #fff; */
  color: #ffffff;
  font-size: 37px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* box-shadow: 0px 5px 25px rgba(218, 211, 211, 0.3); */
  padding: 15px;
  border-radius: 5px;
  width: 50px;
}

.feature-style-3 .single-feature .icon img{
  height: 39px;
}

.feature-style-3 .single-feature .content h5 {
  margin-bottom: 25px;
  font-weight: 600;
}
.feature-style-3 .single-feature .content p{
  font-weight: 400;
  color: #666;
}

/* ============================= 
    FEATURE-6 CSS
================================ */
.feature-style-6 {
  background: #F1F4FF;
  padding: 100px 0 50px;
}

.feature-style-6 .single-feature {
  background: #ffffff;
  padding: 40px 35px;
  border-radius: 10px;
  margin-bottom: 50px;
  box-shadow: 0px 5px 25px rgba(218, 211, 211, 0.3);
  text-align: center;
  transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 1400px) {
  .feature-style-6 .single-feature {
    padding: 40px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .feature-style-6 .single-feature {
    padding: 40px 19px;
  }
}

.feature-style-6 .single-feature:hover {
  box-shadow: 0px 5px 25px rgba(47, 128, 237, 0.3);
}

.feature-style-6 .single-feature .image {
  text-align: center;
  margin-bottom: 30px;
}

.feature-style-6 .single-feature .image img {
  max-width: 100%;
}

.feature-style-6 .single-feature .content h5 {
  font-weight: 600;
  margin-bottom: 25px;
}
/* ============================= 
    TEAM-6 CSS
================================ */
.team-style-6 {
  padding: 100px 0 70px;
}

.team-style-6 .single-team {
  text-align: center;
  margin-bottom: 30px;
  transition: all 0.3s ease-out 0s;
}

.team-style-6 .single-team:hover .info {
  box-shadow: 0px 5px 25px rgba(47, 128, 237, 0.3);
}

.team-style-6 .single-team .image {
  max-width: 300px;
  width: 100%;
  border-radius: 50%;
  overflow: hidden;
  margin: auto;
  padding: 0 30px;
}

.team-style-6 .single-team .image img {
  width: 100%;
}

.team-style-6 .single-team .info {
  background: #ffffff;
  border-radius: 10px;
  padding: 145px 30px 30px;
  margin-top: -115px;
  transition: all 0.3s ease-out 0s;
  border-bottom: 5px solid transparent;
}

.team-style-6 .single-team .info h6 {
  font-weight: 600;
  margin-bottom: 10px;
}

.team-style-6 .single-team .info p {
  margin-bottom: 20px;
}

/* ============================= 
    PRICING-2 CSS
================================ */
.pricing-style-2 {
  padding: 100px 0 60px;
  background: #F3F3F3;
}

.pricing-style-2 .single-pricing {
  background: transparent;
  border-radius: 40px;
  margin-bottom: 40px;
  padding: 45px 40px;
  border: 1px solid transparent;
  transition: all 0.3s ease-out 0s;
  position: relative;
  text-align: center;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pricing-style-2 .single-pricing {
    padding: 45px 25px;
  }
}

.pricing-style-2 .single-pricing.active, .pricing-style-2 .single-pricing:hover {
  background: #ffffff;
  box-shadow: 0px 5px 25px rgba(218, 211, 211, 0.3);
}

.pricing-style-2 .single-pricing .image {
  width: 120px;
  height: 120px;
  background: #EBF4FF;
  border-radius: 50%;
  margin: auto;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pricing-style-2 .single-pricing .image img {
  max-width: 100%;
}

.pricing-style-2 .single-pricing h6 {
  color: #585978;
  margin-bottom: 15px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pricing-style-2 .single-pricing h6 {
    font-size: 18px;
  }
}

.pricing-style-2 .single-pricing h4 {
  margin-bottom: 20px;
  font-weight: 500;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pricing-style-2 .single-pricing h4 {
    font-size: 26px;
  }
}

.pricing-style-2 .single-pricing h3 {
  margin-bottom: 18px;
  color: #2F80ED;
}

.pricing-style-2 .single-pricing ul {
  margin-bottom: 30px;
}

.pricing-style-2 .single-pricing ul li {
  font-size: 18px;
  line-height: 34px;
  margin-bottom: 12px;
}

/* ============================= 
    PRICING-5 CSS
================================ */
.pricing-style-5 {
  padding: 100px 0;
  background: #F3F3F3;
}

.pricing-style-5 .single-pricing {
  background: #ffffff;
  border-radius: 5px;
  margin-bottom: 40px;
  padding: 45px 40px;
  border: 1px solid transparent;
  transition: all 0.3s ease-out 0s;
  position: relative;
  text-align: center;
  box-shadow: 0px 0px 30px rgba(218, 211, 211, 0.42);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pricing-style-5 .single-pricing {
    padding: 45px 25px;
  }
}

.pricing-style-5 .single-pricing.active {
  transform: scale(1.15);
  z-index: 9;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pricing-style-5 .single-pricing.active {
    transform: scale(1);
  }
}

.pricing-style-5 .single-pricing .image {
  width: 120px;
  height: 120px;
  background: #EBF4FF;
  border-radius: 50%;
  margin: auto;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pricing-style-5 .single-pricing .image img {
  max-width: 100%;
}

.pricing-style-5 .single-pricing h6 {
  color: #585978;
  margin-bottom: 15px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pricing-style-5 .single-pricing h6 {
    font-size: 18px;
  }
}

.pricing-style-5 .single-pricing h4 {
  margin-bottom: 20px;
  font-weight: 500;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pricing-style-5 .single-pricing h4 {
    font-size: 26px;
  }
}

.pricing-style-5 .single-pricing h3 {
  margin-bottom: 18px;
  color: #2F80ED;
}

.pricing-style-5 .single-pricing ul {
  margin-bottom: 30px;
}

.pricing-style-5 .single-pricing ul li {
  font-size: 18px;
  line-height: 34px;
  margin-bottom: 12px;
}

/* ============================= 
    ABOUT-5 CSS
================================ */
.about-style-5 {
  position: relative;
  z-index: 1;
  /* padding: 104px 0 105px; */
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.about-style-5::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /* background: linear-gradient(0deg, #4B4848, #4B4848), #F3F3F3; */
  opacity: 0.4;
  z-index: -1;
} 
.about-style-5 .about-content .platform-left img{
  width: 100%;
}

@media screen and (min-width:1400px){
  .about-style-5 .about-left{
    /* flex: 3; */
    background-color: #8BB6FF;
    position: relative;
    margin-right: 104px;
    width: 25%;
  }
  .about-style-5 .about-left img{
    position: absolute;
    /* width: 100%; */
    height: 100%;
    top: 10px;
    left: 10px;
  }
}

@media screen and (min-width:1200px) and (max-width:1399px) {
  .about-style-5 .about-left{
    /* flex: 3; */
    background-color: #8BB6FF;
    position: relative;
    margin-right: 104px;
    width: 30%;
    height: 380px;
  }
  .about-style-5 .about-left img{
    position: absolute;
    /* width: 100%; */
    height: 100%;
    top: 10px;
    left: 10px;
  }
}

@media screen and (min-width:992px) and (max-width:1199px) {
  .about-row{
    padding-bottom: 20px;
  }
  .about-style-5 .about-left{
    /* flex: 3; */
    background-color: #8BB6FF;
    position: relative;
    margin-right: 104px;
    width: 40%;
    height: 500px;
  }
  .about-style-5 .about-left img{
    position: absolute;
    /* width: 100%; */
    height: 100%;
    top: 10px;
    left: 10px;
  }
}

@media screen and (max-width:991px){
  .about-row{
    padding-bottom: 20px;
    text-align: center;
  }
  .about-style-5 .about-left{
    /* flex: 3; */
    background-color: #8BB6FF;
    position: relative;
    margin-right: 104px;
    width: 40%;
  }
  .about-style-5 .about-left img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 10px;
    left: 10px;
  }
}

@media screen and (max-width:768px){
  .about-style-5 .about-left{
    /* flex: 3; */
    background-color: #8BB6FF;
    position: relative;
    margin-right: 104px;
    width: 60%;
  }
  .about-style-5 .about-left img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 10px;
    left: 10px;
  }
}

@media screen and (max-width:575px){
  .about-style-5 .about-left{
    /* flex: 3; */
    background-color: #8BB6FF;
    position: relative;
    margin-right: 104px;
    width: 80%;
    display: none;
  }
}

@media (max-width: 991px) {
  .about-row{
    flex-direction: column;
  }
  .about-style-5 .about-left{
    margin: 20px auto;
    /* margin-right: 0; */
    height: 350px;
    /* margin-bottom: 30px;
    margin-top: 20px; */
  }
  .about-style-5 .about-left img{
    left: 50%;
    transform: translateX(-45%);
    right: 10px;
  }
  .about-style-5 .about-content-wrapper {
    margin-top: 20px;
  }
}
.about-style-5 .about-content-wrapper {
  flex: 1;
  /* padding: 50px; */
  background: #ffffff;
}
@media (min-width: 992px){
  .about-style-5 .about-content{
    display: flex;
    margin: auto;
  }
  .about-style-5 .about-content .platform-left{
    width: 500px;
    margin-right: 42px;
  }
}

@media (max-width: 767px) {
  .about-style-5 .about-content-wrapper {
    padding: 20px 0px 0;
  }
}

@media (max-width: 575px) {
  .about-platform .about-content-wrapper {
    padding: 25px 10px;
  }
  .about-platform .about-content-wrapper .section-title h3 {
    font-size: 29px;
  }
}

.about-style-5 {
  position: relative;
}
.about-style-5 .about-content{
  position: relative;
}
.about-style-5 .about-content .con_img{
  width: 100%;
}
.about-style-5 .about-content .con_img img{
  width: 100%;
}

@media screen and (min-width:992px) {
  .about-style-5 .about-content .wallper_img{
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
  }
  .about-style-5 .about-content .wallper_img h3{
    text-align: center;
    width: 98%;
    margin: 0 auto 100px;
    font-size: 36px;
  } 
}

@media screen and (max-width:991px){
  .about-style-5 .about-content .wallper_img{
    position: absolute;
    top:63%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
  }
  .about-style-5 .about-content .wallper_img h3{
    text-align: center;
    width: 92%;
    margin: 0 auto 90px;
  } 
}

@media screen and (max-width:768px){
  .about-style-5 .about-content .wallper_img{
    position: absolute;
    top:80%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
  }
  .about-style-5 .about-content .wallper_img h3{
    text-align: center;
    width: 100%;
    margin: 0 auto 50px;
    font-size: 20px;
  }
}

@media screen and (max-width:575px){
  .about-style-5 .about-content .wallper_img{
    position: absolute;
    top:100%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
  }
  .about-style-5 .about-content .wallper_img h3{
    text-align: center;
    width: 100%;
    margin: 0 auto 35px;
    font-size: 20px;
    line-height: 25px;
  }
}

/* .about-style-5 .about-content .wallper_img{
  position: absolute;
  top:50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
}
.about-style-5 .about-content .wallper_img h3{
  text-align: center;
  width: 80%;
  margin: 0 auto 110px;
} */
.about-style-5 .about-content .wallper_img #container {
  width: 85%;
  height: 100px;
  margin: auto;
  overflow: hidden;
  position: relative;
 }
 .about-style-5 .about-content .wallper_img #wrap {
  width: 400%;
  height: 100px;
  display: flex;
  position: relative;
 }
 .about-style-5 .about-content .wallper_img .item {
  flex: 1;
  width: 100%;
  height: 100px;
  display: flex;
  flex-wrap: nowrap;
 }
 .about-style-5 .about-content .wallper_img .item .swiper-item{
  width: 20%;
  margin: 0 1.2%;
 }
 .about-style-5 .about-content .wallper_img .item img{
  width: 100%;
 }
 .about-style-5 .about-content .wallper_img .item img:last-of-type{
  margin-right: 0;
 }
 .about-style-5   #key {
  position: absolute;
  width: 75%;
  top:69%;
  left: 50%;
  transform: translate(-50%,-50%);
 }
 .about-style-5  #btn {
  width: 100%;
  display: flex;
  justify-content: space-between;
 }
 .about-style-5  #btn img{
  width: 30px;
  cursor: pointer;
 }
/* ============================= 
    GALLERY-5 CSS
================================ */
.gallery-style-5 {
  padding: 100px 0 70px;
  background: #f3f3f3;
}

.gallery-style-5 .portfolio-button-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 52px;
}

.gallery-style-5 .portfolio-button-wrapper button {
  border: 1px solid #2F80ED;
  background: transparent;
  color: #2F80ED;
  padding: 5px 25px;
  border-radius: 30px;
  margin: 8px;
}

.gallery-style-5 .portfolio-button-wrapper button.active {
  background: #2F80ED;
  color: #ffffff;
}

.gallery-style-5 .single-gallery {
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin-bottom: 30px;
}

.gallery-style-5 .single-gallery:hover .overlay {
  opacity: 1;
  visibility: visible;
}

.gallery-style-5 .single-gallery:hover .overlay .overlay-content .info {
  transform: translateX(0px);
}

.gallery-style-5 .single-gallery:hover .overlay .overlay-content .action {
  transform: translateY(0px);
}

.gallery-style-5 .single-gallery .image {
  overflow: hidden;
}

.gallery-style-5 .single-gallery .image img {
  width: 100%;
}

.gallery-style-5 .single-gallery .overlay {
  position: absolute;
  width: calc(100% - 60px);
  height: calc(100% - 70px);
  top: 35px;
  left: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.9);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-out 0s;
  text-align: center;
  padding: 15px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .gallery-style-5 .single-gallery .overlay {
    width: calc(100% - 40px);
    height: calc(100% - 50px);
    top: 25px;
    left: 20px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .gallery-style-5 .single-gallery .overlay {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
}

.gallery-style-5 .single-gallery .overlay .overlay-content .info {
  transition: all 0.3s ease-out 0s;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
  transform: translateX(-30px);
}

.gallery-style-5 .single-gallery .overlay .overlay-content .info h5 {
  margin-bottom: 15px;
}

.gallery-style-5 .single-gallery .overlay .overlay-content .action {
  transform: translateY(20px);
  transition: all 0.3s ease-out 0s;
  display: flex;
  justify-content: center;
  align-items: center;
}

.gallery-style-5 .single-gallery .overlay .overlay-content .action a {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #2F80ED;
  color: #ffffff;
  font-size: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* ============================= 
    CONTACT-1 CSS
================================ */
.contact-style-1 {
  background: #F3F3F3;
  padding: 100px 0 70px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.contact-style-1 .contact-form-wrapper form .single-input {
  position: relative;
  margin-bottom: 20px;
}

.contact-style-1 .contact-form-wrapper form .single-input label {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  color: #666;
}

.contact-style-1 .contact-form-wrapper form .single-input textarea,
.contact-style-1 .contact-form-wrapper form .single-input input {
  background: #ffffff;
  border-radius: 10px;
  position: relative;
  padding-left: 20px;
  padding-right: 50px;
  width: 100%;
  border: 1px solid transparent;
  box-shadow: 0px 5px 25px rgba(218, 211, 211, 0.3);
  transition: all 0.3s ease-out 0s;
}

.contact-style-1 .contact-form-wrapper form .single-input textarea::placeholder,
.contact-style-1 .contact-form-wrapper form .single-input input::placeholder {
  font-weight: 300;
  opacity: 1;
  color: 585978;
}

.contact-style-1 .contact-form-wrapper form .single-input textarea:focus,
.contact-style-1 .contact-form-wrapper form .single-input input:focus {
  border-color: #2F80ED;
}

.contact-style-1 .contact-form-wrapper form .single-input input {
  height: 56px;
}

.contact-style-1 .contact-form-wrapper form .single-input textarea {
  padding: 15px 20px;
  padding-right: 50px;
  resize: none;
}

.contact-style-1 .contact-form-wrapper form .single-input i {
  position: absolute;
  right: 21px;
  top: 53.5px;
}

.contact-style-1 .contact-form-wrapper form .form-button {
  padding-top: 10px;
}

.contact-style-1 .contact-form-wrapper form .form-button button {
  height: 56px;
  background: #ffffff;
  color: #585978;
}

.contact-style-1 .contact-form-wrapper form .form-button button:hover {
  color: #ffffff;
}

.contact-style-1 .contact-form-wrapper form .form-button button:hover::before {
  background: #2F80ED;
}

.contact-style-1 .contact-image {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
  width: 30%;
}

.contact-style-1 .contact-image::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 60px;
  z-index: -1;
  right: -400px;
  width: 800px;
  height: 800px;
  border-radius: 50%;
  background: #ffffff;
}

.contact-style-1 .contact-image img {
  width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .contact-style-1 .contact-image img {
    display: none;
  }
}

/* ============================= 
    CONTACT-2 CSS
================================ */
.contact-style-2 {
  background: #F3F3F3;
  padding: 100px 0 70px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.contact-style-2 .contact-form-wrapper form .single-input {
  position: relative;
  margin-bottom: 20px;
}

.contact-style-2 .contact-form-wrapper form .single-input label {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}

.contact-style-2 .contact-form-wrapper form .single-input textarea,
.contact-style-2 .contact-form-wrapper form .single-input input {
  background: transparent;
  border-radius: 10px;
  position: relative;
  padding-left: 20px;
  padding-right: 50px;
  width: 100%;
  border: 1px solid #585978;
  box-shadow: 0px 5px 25px rgba(218, 211, 211, 0.3);
  transition: all 0.3s ease-out 0s;
}

.contact-style-2 .contact-form-wrapper form .single-input textarea::placeholder,
.contact-style-2 .contact-form-wrapper form .single-input input::placeholder {
  font-weight: 300;
  opacity: 1;
  color: 585978;
}

.contact-style-2 .contact-form-wrapper form .single-input textarea:focus,
.contact-style-2 .contact-form-wrapper form .single-input input:focus {
  border-color: #2F80ED;
}

.contact-style-2 .contact-form-wrapper form .single-input input {
  height: 56px;
}

.contact-style-2 .contact-form-wrapper form .single-input textarea {
  padding: 15px 20px;
  padding-right: 50px;
  resize: none;
}

.contact-style-2 .contact-form-wrapper form .single-input i {
  position: absolute;
  right: 21px;
  top: 53.5px;
}

.contact-style-2 .contact-form-wrapper form .form-button {
  padding-top: 10px;
}

.contact-style-2 .contact-form-wrapper form .form-button button {
  height: 56px;
}

.contact-style-2 .contact-map {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 35%;
  height: 80%;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .contact-style-2 .contact-map {
    width: 40%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-style-2 .contact-map {
    width: 40%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .contact-style-2 .contact-map {
    position: static;
    width: 100%;
    height: 300px;
    margin-top: 60px;
  }
}

.contact-style-2 .contact-map .map-canvas {
  height: 100%;
  border-radius: 30px 0 0 30px;
}

/* ============================= 
    CONTACT-3 CSS
================================ */
.contact-style-3 {
  background: #F3F3F3;
  padding: 100px 0 70px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.contact-style-3 .contact-form-wrapper form .single-input {
  position: relative;
  margin-bottom: 20px;
}

.contact-style-3 .contact-form-wrapper form .single-input label {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}

.contact-style-3 .contact-form-wrapper form .single-input textarea,
.contact-style-3 .contact-form-wrapper form .single-input input {
  background: #ffffff;
  border-radius: 5px;
  position: relative;
  padding-right: 20px;
  padding-left: 50px;
  width: 100%;
  border: 1px solid transparent;
  box-shadow: 0px 5px 25px rgba(218, 211, 211, 0.3);
  transition: all 0.3s ease-out 0s;
}

.contact-style-3 .contact-form-wrapper form .single-input textarea::placeholder,
.contact-style-3 .contact-form-wrapper form .single-input input::placeholder {
  font-weight: 300;
  opacity: 1;
  color: 585978;
}

.contact-style-3 .contact-form-wrapper form .single-input textarea:focus,
.contact-style-3 .contact-form-wrapper form .single-input input:focus {
  border-color: #2F80ED;
}

.contact-style-3 .contact-form-wrapper form .single-input input {
  height: 56px;
}

.contact-style-3 .contact-form-wrapper form .single-input textarea {
  padding: 15px 20px;
  padding-left: 50px;
  resize: none;
}

.contact-style-3 .contact-form-wrapper form .single-input i {
  position: absolute;
  left: 21px;
  top: 20px;
}

.contact-style-3 .contact-form-wrapper form .form-button {
  padding-top: 10px;
}

.contact-style-3 .contact-form-wrapper form .form-button button {
  height: 56px;
  border-radius: 5px;
}

.contact-style-3 .contact-form-wrapper form .form-button button i {
  padding-left: 0;
  padding-right: 20px;
}

@media only screen and (min-width: 1400px) {
  .contact-style-3 .left-wrapper {
    margin-left: 60px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .contact-style-3 .left-wrapper {
    margin-left: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .contact-style-3 .left-wrapper {
    margin-top: 50px;
  }
}

.contact-style-3 .left-wrapper .single-item {
  padding: 25px 20px;
  border-radius: 5px;
  background: #ffffff;
  box-shadow: 0px 5px 25px rgba(218, 211, 211, 0.3);
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  transition: all 0.3s ease-out 0s;
}

.contact-style-3 .left-wrapper .single-item:hover {
  box-shadow: 0px 5px 25px rgba(47, 128, 237, 0.3);
}

.contact-style-3 .left-wrapper .single-item .icon {
  max-width: 54px;
  width: 100%;
  height: 54px;
  border-radius: 50%;
  background: #2F80ED;
  color: #ffffff;
  margin-right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 26px;
}

/* ============================= 
    CONTACT-4 CSS
================================ */
.contact-style-4 {
  background: #F3F3F3;
  padding: 100px 0 70px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.contact-style-4 .contact-form-wrapper form .single-input {
  position: relative;
  margin-bottom: 20px;
}

.contact-style-4 .contact-form-wrapper form .single-input label {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}

.contact-style-4 .contact-form-wrapper form .single-input textarea,
.contact-style-4 .contact-form-wrapper form .single-input input {
  background: #ffffff;
  border-radius: 5px;
  position: relative;
  padding-right: 20px;
  padding-left: 50px;
  width: 100%;
  border: 1px solid transparent;
  box-shadow: 0px 5px 25px rgba(218, 211, 211, 0.3);
  transition: all 0.3s ease-out 0s;
}

.contact-style-4 .contact-form-wrapper form .single-input textarea::placeholder,
.contact-style-4 .contact-form-wrapper form .single-input input::placeholder {
  font-weight: 300;
  opacity: 1;
  color: 585978;
}

.contact-style-4 .contact-form-wrapper form .single-input textarea:focus,
.contact-style-4 .contact-form-wrapper form .single-input input:focus {
  border-color: #2F80ED;
}

.contact-style-4 .contact-form-wrapper form .single-input input {
  height: 56px;
}

.contact-style-4 .contact-form-wrapper form .single-input textarea {
  padding: 15px 20px;
  padding-left: 50px;
  resize: none;
}

.contact-style-4 .contact-form-wrapper form .single-input i {
  position: absolute;
  left: 21px;
  top: 20px;
}

.contact-style-4 .contact-form-wrapper form .form-button {
  padding-top: 10px;
}

.contact-style-4 .contact-form-wrapper form .form-button button {
  height: 56px;
  border-radius: 5px;
}

.contact-style-4 .contact-form-wrapper form .form-button button i {
  padding-left: 0;
  padding-right: 20px;
}

.contact-style-4 .single-item {
  padding: 25px 20px;
  border-radius: 5px;
  background: #ffffff;
  box-shadow: 0px 5px 25px rgba(218, 211, 211, 0.3);
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  transition: all 0.3s ease-out 0s;
}

.contact-style-4 .single-item:hover {
  box-shadow: 0px 5px 25px rgba(47, 128, 237, 0.3);
}

.contact-style-4 .single-item .icon {
  max-width: 54px;
  width: 100%;
  height: 54px;
  border-radius: 50%;
  background: #2F80ED;
  color: #ffffff;
  margin-right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 26px;
}
/* ============================= 
    FONTSIZE CSS
================================ */
.font-16{
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.font-18{
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
}
.font-20{
  font-size: 20px;
}
.font-22{
  font-size: 22px;
  line-height: 29px;
}
.font-28{
  font-size: 28px;
}
.font-30{
  font-size: 30px;
  line-height: 42px;
}
.font-32{
  font-size: 32px;
  line-height: 42px;
}
.font-34{
  font-weight: 600;
  font-size: 34px;
  line-height: 42px;
}
.font-37{
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 37px;
  line-height: 38px;
}
.font-42{
  font-weight: 600;
  font-size: 42px;
  line-height: 52px;
}
.font-44{
  font-weight: 600;
  font-size: 44px;
  line-height: 58px;
}
.font-48{
  font-size: 48px;
  line-height: 62px;
}
.font-61{
  font-weight: 700;
  font-size: 61px;
  line-height: 68px;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Cambria';
}
@media (max-width: 991px){
  .font-30{
    font-size: 24px;
    line-height: 36px;
  }
  .font-32{
    font-size: 26px;
    line-height: 35px;
  }
  .font-34{
    font-size: 26px;
    line-height: 35px;
  }
  .font-37{
    font-size: 26px;
    line-height: 35px;
  }
  .font-42{
    font-size: 32px;
    line-height: 35px;
  }
  .font-48{
    font-size: 38px;
    line-height: 48px;
  }
  .font-61{
    font-size: 49px;
    line-height: 52px;
  }
}
@media screen and (min-width: 575px) and (max-width: 767px){
  .font-44{
    font-size: 26px;
    line-height: 37px;
  }
}
@media (max-width: 574px){
  .font-44{
    font-size: 20px;
    line-height: 28px;
  }
}
/* ============================= 
    CONTACT-5 CSS
================================ */
.contact-style-5 {
  background: #F3F3F3;
  padding: 100px 0 70px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.contact-style-5::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: -1;
  width: 42%;
  background: #EBF4FF;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .contact-style-5::before {
    width: 100%;
  }
}

.contact-style-5 .contact-form-wrapper form .single-input {
  position: relative;
  margin-bottom: 20px;
}

.contact-style-5 .contact-form-wrapper form .single-input label {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}

.contact-style-5 .contact-form-wrapper form .single-input textarea,
.contact-style-5 .contact-form-wrapper form .single-input input {
  background: transparent;
  border-radius: 0px;
  position: relative;
  padding-right: 0px;
  padding-left: 30px;
  width: 100%;
  border: none;
  border-bottom: 1px solid #585978;
  transition: all 0.3s ease-out 0s;
}

.contact-style-5 .contact-form-wrapper form .single-input textarea::placeholder,
.contact-style-5 .contact-form-wrapper form .single-input input::placeholder {
  font-weight: 300;
  opacity: 1;
  color: 585978;
}

.contact-style-5 .contact-form-wrapper form .single-input textarea:focus,
.contact-style-5 .contact-form-wrapper form .single-input input:focus {
  border-color: #2F80ED;
}

.contact-style-5 .contact-form-wrapper form .single-input input {
  height: 56px;
}

.contact-style-5 .contact-form-wrapper form .single-input textarea {
  padding: 15px 0px;
  padding-left: 30px;
  resize: none;
}

.contact-style-5 .contact-form-wrapper form .single-input i {
  position: absolute;
  left: 0px;
  top: 20px;
}

.contact-style-5 .contact-form-wrapper form .form-button {
  padding-top: 10px;
}

.contact-style-5 .contact-form-wrapper form .form-button button {
  height: 56px;
  border-radius: 5px;
}

.contact-style-5 .contact-form-wrapper form .form-button button i {
  padding-left: 0;
  padding-right: 20px;
}

@media only screen and (min-width: 1400px) {
  .contact-style-5 .right-wrapper {
    margin-right: 50px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .contact-style-5 .right-wrapper {
    margin-right: 40px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-style-5 .right-wrapper {
    margin-right: 20px;
  }
}

.contact-style-5 .right-wrapper .single-item {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  transition: all 0.3s ease-out 0s;
}

.contact-style-5 .right-wrapper .single-item .icon {
  max-width: 54px;
  width: 100%;
  height: 54px;
  border-radius: 50%;
  background: #2F80ED;
  color: #ffffff;
  margin-right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 26px;
}

/* ============================= 
    CONTACT-6 CSS
================================ */
.contact-style-6 {
  background: #F3F3F3;
  padding: 100px 0 70px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.contact-style-6 .contact-form-wrapper form .single-input {
  position: relative;
  margin-bottom: 20px;
}

.contact-style-6 .contact-form-wrapper form .single-input label {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}

.contact-style-6 .contact-form-wrapper form .single-input textarea,
.contact-style-6 .contact-form-wrapper form .single-input input {
  background: transparent;
  border-radius: 10px;
  position: relative;
  padding-left: 20px;
  padding-right: 50px;
  width: 100%;
  border: 1px solid #585978;
  box-shadow: 0px 5px 25px rgba(218, 211, 211, 0.3);
  transition: all 0.3s ease-out 0s;
}

.contact-style-6 .contact-form-wrapper form .single-input textarea::placeholder,
.contact-style-6 .contact-form-wrapper form .single-input input::placeholder {
  font-weight: 300;
  opacity: 1;
  color: 585978;
}

.contact-style-6 .contact-form-wrapper form .single-input textarea:focus,
.contact-style-6 .contact-form-wrapper form .single-input input:focus {
  border-color: #2F80ED;
}

.contact-style-6 .contact-form-wrapper form .single-input input {
  height: 56px;
}

.contact-style-6 .contact-form-wrapper form .single-input textarea {
  padding: 15px 20px;
  padding-right: 50px;
  resize: none;
}

.contact-style-6 .contact-form-wrapper form .single-input i {
  position: absolute;
  right: 21px;
  top: 53.5px;
}

.contact-style-6 .contact-form-wrapper form .form-button {
  padding-top: 10px;
}

.contact-style-6 .contact-form-wrapper form .form-button button {
  height: 56px;
}

@media only screen and (min-width: 1400px) {
  .contact-style-6 .left-wrapper {
    margin-left: 50px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .contact-style-6 .left-wrapper {
    margin-left: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .contact-style-6 .left-wrapper {
    margin-bottom: 50px;
  }
}

.contact-style-6 .left-wrapper .single-item {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  transition: all 0.3s ease-out 0s;
}

.contact-style-6 .left-wrapper .single-item .icon {
  max-width: 54px;
  width: 100%;
  height: 54px;
  border-radius: 50%;
  background: #2F80ED;
  color: #ffffff;
  margin-right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 26px;
}

/* ============================= 
    TESTIMONIAL-4 CSS
================================ */
.testimonial-style-4 {
  padding: 100px 0;
}
.testimonial-style-4 .section-title{
  margin: 90px 0 50px;
}
.testimonial-style-4 .single-testimonial:hover .content-wrapper {
  box-shadow: 0px 5px 25px rgba(218, 211, 211, 0.3);
}
.testimonial-style-4 .single-testimonial .content-wrapper {
  background: #ffffff;
  border: 1px solid #F5F4F4;
  border-radius: 10px;
  padding: 32px 32px 52px;
  height: 100%;
  transition: all 0.3s ease-out 0s;
  /* text-align: center; */
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.testimonial-style-4 .single-testimonial{
  height: 100%;
}
.testimonial-style-4 .single-testimonial .content-wrapper .content {
  position: relative;
  z-index: 1;
  font-weight: 400;
  color: #666;
  margin-bottom: 32px;
}
@media (max-width: 767px){
  .testimonial-style-4 {
    padding: 80px 0;
  }
  .testimonial-style-4 .section-title{
    margin-top: 90px;
  }
  .sayDom{
    margin-bottom: 24px;
  }
}
@media (min-width: 768px){
  .lastSayDom{
    margin-top: 24px;
  }
}
@media (min-width: 1200px){
  .lastSayDom{
    margin-top: 0;
  }
}
.secondQuickLink{
  color: #323450 !important;
  user-select:none;
}
@media (max-width: 574px){
  .secondQuickLink{
    margin: 0 !important;
  }
}
.swiper-wrapper{
  padding: 40px 0 60px;
}
.testimonial-style-4 .single-testimonial .content-wrapper .content p {
  font-weight: 500;
  color: #333;
}

.testimonial-style-4 .single-testimonial .content-wrapper .content .quote {
  position: absolute;
  width: 120px;
  height: 120px;
  top: -35px;
  right: 0;
  left: 0;
  margin: auto;
  font-size: 120px;
  line-height: 1;
  color: rgba(88, 89, 120, 0.05);
  z-index: -1;
}


.testimonial-style-4 .single-testimonial .content-wrapper .info .image {
  max-width: 48px;
  width: 100%;
  height: 48px;
  border-radius: 50%;
  margin: auto;
  margin-bottom: 15px;
  overflow: hidden;
}

.testimonial-style-4 .single-testimonial .content-wrapper .info .image img {
  width: 100%;
}

.testimonial-style-4 .single-testimonial .content-wrapper .info .text h6{
  color: #0091cd;
} 

.testimonial-style-4 .single-testimonial .content-wrapper .info .text p {
  /* font-size: 14px;
  font-weight: 500; */
  color: #333;
}

/* ============================= 
    FOOTER-4 CSS
================================ */
.footer-style-4 {
  background: #F3F3F3;
  padding-top: 30px;
}

.footer-style-4 .widget-wrapper .footer-widget {
  margin-bottom: 20px;
}

.footer-style-4 .widget-wrapper .footer-widget .logo {
  margin-bottom: 30px;
}

.footer-style-4 .widget-wrapper .footer-widget .logo img{
  max-width: 200px;
}

.footer-style-4 .widget-wrapper .footer-widget p.desc {
  margin-bottom: 30px;
}

.footer-style-4 .widget-wrapper .footer-widget .socials {
  justify-content: flex-start;
}

.footer-style-4 .widget-wrapper .footer-widget .socials li a {
  background: rgba(47, 128, 237, 0.4);
  margin: 0;
  margin-right: 10px;
  width: 44px;
  height: 44px;
  font-size: 22px;
}

.footer-style-4 .widget-wrapper .footer-widget .socials li a:hover {
  background: #2F80ED;
}

.footer-style-4 .widget-wrapper .footer-widget h6 {
  font-weight: 600;
  color: #585978;
  margin-bottom: 35px;
  margin-top: 10px;
}

.footer-style-4 .widget-wrapper .footer-widget .links li a {
  font-size: 18px;
  line-height: 32px;
  color: #585978;
}

.footer-style-4 .widget-wrapper .footer-widget .links li a:hover {
  color: #2F80ED;
}

.footer-style-4 .widget-wrapper .footer-widget .download-app li a {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 5px;
  background: #ffffff;
  max-width: 185px;
  width: 100%;
  margin-bottom: 12px;
}
.footer-style-4 .footer-logo{
  display: flex;
  align-items: center;
}
.footer-style-4 .widget-wrapper .footer-widget .download-app li a img {
  width: 35px;
  margin-right: 5px;
}

.footer-style-4 .widget-wrapper .footer-widget .download-app li a .text {
  font-size: 16px;
  font-weight: 500;
  color: #585978;
}

.footer-style-4 .widget-wrapper .footer-widget .download-app li a .text b {
  display: block;
  font-size: 22px;
  font-weight: 700;
  font-family: "Fira Sans", sans-serif;
  color: #323450;
}

.footer-style-4 .copyright-wrapper {
  border-top: 1px solid rgba(88, 89, 120, 0.4);
  padding: 20px 0;
}

.footer-style-4 .copyright-wrapper p {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  color: rgba(88, 89, 120, 0.6);
}

.footer-style-4 .copyright-wrapper p a {
  color: inherit;
}

.footer-style-4 .copyright-wrapper p a:hover {
  color: #2F80ED;
}

.footer-style-4.footer-dark {
  background: #323450;
}

.footer-style-4.footer-dark .widget-wrapper .footer-widget p {
  color: #ffffff;
}

.footer-style-4.footer-dark .widget-wrapper .footer-widget h6 {
  color: #ffffff;
}

.footer-style-4.footer-dark .widget-wrapper .footer-widget .socials li a {
  background: rgba(255, 255, 255, 0.1);
}

.footer-style-4.footer-dark .widget-wrapper .footer-widget .socials li a:hover {
  background: #2F80ED;
}

.footer-style-4.footer-dark .widget-wrapper .footer-widget .links li a {
  color: #ffffff;
}

.footer-style-4.footer-dark .widget-wrapper .footer-widget .links li a:hover {
  color: #2F80ED;
}

.footer-style-4.footer-dark .copyright-wrapper p {
  color: rgba(255, 255, 255, 0.8);
}

/* ============================= 
    Platform CSS
================================ */
@media (min-width: 992px) {
  .page-view-wrapper .page-item{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .page-view-wrapper .page-item.spaceBetween{
    justify-content: space-between;
  }
  .page-view-wrapper_plartorm .page-item{
    display: flex;
    justify-content: center;
    align-items:flex-start;
  }
  .page-view-wrapper .page-item.childrenDouble{
    flex-direction: row-reverse;
  }
}
@media (max-width: 768px) {
  .page-view-wrapper .page-item{
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .page-view-wrapper .page-item:last-child{
    border: 0;
    padding: 0;
  }
}

.page-view-wrapper-index .page-item .page-content{
  flex: 6;
}
.page-view-wrapper-index .page-item .page-content >h5{
  margin-bottom: 15px;
}

.page-view-wrapper-index .page-item .page-img{
  flex: 4;
  position: relative;
  margin-left: 80px;
}
.page-view-wrapper-index .page-item .page-img .img1{
  position: absolute;
  width: 40px;
  top: 60px;
  left: 140px;
}
.page-view-wrapper-index .page-item .page-img .img2{
  position: absolute;
  width: 50px;
  top: 126px;
  left: 148px;
}
.page-view-wrapper-index .page-item .page-img img{
  width: 100%;
}
.page-view-wrapper-index .page-item .page-img .img3{
  position: absolute;
  top:0;
  right: 8%;
  width: 80%;

}
.page-view-wrapper-index .page-item .page-img:nth-of-type(2){
  margin-left: 0;
  margin-right: 80px;
}
@media (max-width: 991px){
  .page-view-wrapper-index .page-item .page-img:nth-of-type(2){
    margin-right: 0px;
  }
}
/* .page-view-wrapper_plartorm .page-item_top,.page-view-wrapper .page-item_top{
  margin: 0px auto 82px;
  text-align: center;
} */
/* .page-view-wrapper .page-item_top.platform{
  margin: 0px auto 92px;
} */
.page-view-wrapper .page-item_bottom{
  padding-top: 20px;
}
.page-view-wrapper .page-item_bottom .page-item_top{
  /* max-width: 80%; */
  margin: 0px auto;
  text-align: center;
}
.page-view-wrapper .page-item_bottom .page-item_top.supportServices,
.page-view-wrapper .page-item_top.reporting{
  text-align: inherit;
}
.page-view-wrapper .page-item_bottom img{
  position: relative;
  /* top: -120px; */
  width: 100%;
}
.page-view-wrapper .page_bottom{
  width: 100%;
  position: relative;
}
.page-view-wrapper .page_bottom h5{
  color: #333;
  /* position: absolute;
  top: -150px; */
}
.page-view-wrapper .page_bottom .letStartbtn{
  width: 360px;
  height: 82px;
  font-weight: 400;
  font-size: 34px;
  background: linear-gradient(264.68deg, #1E7CFF 0%, #0B9FFF 99.98%);
}

.page-view-wrapper_plartorm .page-item_top h5,.page-view-wrapper .page-item_top h5{
  font-weight: 700;
  margin-bottom: 8px;
  color: #333;
}
.page-view-wrapper_plartorm .page-item_top p,.page-view-wrapper .page-item_top p{
  color: #666;
}
.page-view-wrapper .page-item_top.platform h5{
  margin-bottom: 24px;
  text-align: center;
}
.page-view-wrapper_plartorm .page-item{
  margin-bottom: 140px;
}
/* .page-view-wrapper_plartorm .page-item .page-content{
  padding:10px 50px;
  line-height: 1.5;
  color: #333333;
} */
.page-view-wrapper .page-item .page-img > img{
  width: 100%;
}
@media (min-width: 992px){
  .page-view-wrapper-solutions .page-item .page-img > img{
    width: 410px;
  }
}
@media (max-width: 574px){
  .page-view-wrapper .page-item_bottom .page-item_top{
    max-width: 100%;
    text-align: inherit;
  }
}
.page-view-wrapper .row{
  --bs-gutter-x:3.5rem
}
.page-view-wrapper .single-testimonial{
  background-color: #fff;
  padding: 62px 32px;
  text-align: center;
  height: 100%;
  box-shadow: 4px 4px 32px rgba(34, 21, 114, 0.12);
}
.page-view-wrapper .single-testimonial h5{
  margin: 52px 0 32px;
  color: #333;
} 
.page-view-wrapper .single-testimonial p{
  font-weight: 400;
  color: #666;
  text-align: left;
}
.page-view-wrapper .single-testimonial .platform_icon1{
  width: 92px;
  height: 92px;
  background-color: #1E7CFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  }
.page-view-wrapper .single-testimonial .platform_icon1 img{
  max-width: 32px;
}
/* ============================= 
    Solutions CSS Solutions-view-com
================================ */
.solutions-section .single-feature{
  text-align: center;
  margin-bottom: 75px;
}
.solutions-section .single-feature .icon{
  margin-bottom: 25px;
}
.solutions-section .single-feature .icon > img{
  width: 50px;
}
@media screen and (min-width:992px) {
  .page-view-wrapper-solutions .page-item .content-careers{
    margin-left: 52px;
  }
  .page-view-wrapper-solutions .page-item .content-careers h5{
    margin-bottom: 52px;
  }
  .page-view-wrapper-solutions .page-item .img-careers img{
    width: 480px;
  }
}

@media screen and (min-width:768px) and (max-width:991px) {
  .page-view-wrapper-solutions .page-item .content-careers{
    margin-left: 0px;
  }
  .page-view-wrapper-solutions .page-item .content-careers h5{
    margin-bottom: 26px;
  }
  .page-view-wrapper-solutions .page-item .img-careers{
    text-align: center;
    margin-top: 20px;
  }
  .page-view-wrapper-solutions .page-item .img-careers img{
    width: 480px;
  }
}

@media screen and (max-width:767px){
  .page-view-wrapper-solutions .page-item .content-careers{
    margin-left: 0px;
  }
  .page-view-wrapper-solutions .page-item .content-careers h5{
    margin-bottom: 26px;
  }
  .page-view-wrapper-solutions .page-item .img-careers{
    text-align: center;
    margin-top: 20px;
  }
  .page-view-wrapper-solutions .page-item .img-careers img{
    width: 350px;
  }
}

.page-view-wrapper-solutions .page-item{
  width: 100%;
  justify-content: space-between;
}
@media screen and (min-width:992px) {
  .page-view-wrapper-solutions.solutions .page-item .page-content{
    padding: 0 40px;
  }
  .page-view-wrapper-solutions.solutions .page-item .content-seek{
    margin-left: 53px;
  }
}
@media screen and (max-width:991px) {
  .page-view-wrapper-solutions.solutions .page-item .page-content{
    padding: 0;
  }
  .page-view-wrapper-solutions.solutions .page-item .content-seek{
    margin-left: 0;
  }
}

@media screen and (max-width:575px) {
  .page-view-wrapper-solutions.solutions .page-item .img-solutions img{
    /* width: 80%; */
  }
  .page-view-wrapper-careers .page-item .img-careers img{
    width: 100%;
  }
}

.page-view-wrapper-solutions.solutions .page-item .img-solutions{
  text-align: center;
  margin-top: 20px;
}

.page-view-wrapper .page-item{
  
}

@media screen and (min-width: 1400px) {
  .page-view-wrapper .page-item .page-img .img{
    /* width: 100%; */
    position: relative;
    height:400px ;
  }
  .page-view-wrapper .page-item .page-img .img img{
    position: absolute;
    height: 60%;
  }
  .page-view-wrapper .page-item .page-img .img .firstImg::after{
    content: ' ';
    background: #015FFF;
  }
  .page-view-wrapper .page-item .page-img .img img:first-of-type{
    left: 90px;
    bottom: 9px;
    z-index: 3;
  }
  .page-view-wrapper .page-item .page-img .img img:last-of-type{
    right: 50px;
    top: 30px;
    z-index: 2;
  }
}
@media screen and (min-width: 1200px) and (max-width:1399px) {
  .page-view-wrapper .page-item .page-img .img{
    /* width: 100%; */
    position: relative;
    height:400px ;
  }
  .page-view-wrapper .page-item .page-img .img img{
    position: absolute;
    height: 60%;
  }
  .page-view-wrapper .page-item .page-img .img .firstImg::after{
    content: ' ';
    background: #015FFF;
  }
  .page-view-wrapper .page-item .page-img .img img:first-of-type{
    left: 60px;
    bottom: 50px;
    z-index: 3;
  }
  .page-view-wrapper .page-item .page-img .img img:last-of-type{
    right: 50px;
    top: 30px;
    z-index: 2;
  }
}
@media screen and (min-width: 992px) and (max-width:1199px) {
  .page-view-wrapper .page-item .page-img .img{
    /* width: 100%; */
    position: relative;
    height:400px ;
    left: 40px;
  }
  .page-view-wrapper .page-item .page-img .img img{
    position: absolute;
    height: 60%;
  }
  .page-view-wrapper .page-item .page-img .img .firstImg::after{
    content: ' ';
    background: #015FFF;
  }
  .page-view-wrapper .page-item .page-img .img img:first-of-type{
    left: -34px;
    bottom: 50px;
    z-index: 3;
  }
  .page-view-wrapper .page-item .page-img .img img:last-of-type{
    right: 50px;
    top: 30px;
    z-index: 2;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px){
  .page-view-wrapper .page-item .img-solutions img{
    width: 80%; 
  }
  .page-view-wrapper .page-item .page-img .img{
    width: 64%;
    position: relative;
    height:400px ;
    left: 290px;
  }
  .page-view-wrapper .page-item .page-img .img img{
    position: absolute;
    height: 60%;
  }
  .page-view-wrapper .page-item .page-img .img .firstImg::after{
    content: ' ';
    background: #015FFF;
  }
  .page-view-wrapper .page-item .page-img .img img:first-of-type{
    left: -129px;
    bottom: 30px;
    z-index: 3;
  }
  .page-view-wrapper .page-item .page-img .img img:last-of-type{
    top: 30px;
    z-index: 2;
  }
}

@media screen and (min-width: 575px) and (max-width: 767px){
  .page-view-wrapper .page-item .page-img .img{
    /* width: 100%; */
    position: relative;
    height:350px ;
    margin-left: 215px;
  }
  .page-view-wrapper .page-item .page-img .img img{
    position: absolute;
    height: 45%;
  }
  .page-view-wrapper .page-item .page-img .img .firstImg::after{
    content: ' ';
    background: #015FFF;
  }
  .page-view-wrapper .page-item .page-img .img img:first-of-type{
    left: -130px;
    bottom: 82px;
    z-index: 3;
  }
  .page-view-wrapper .page-item .page-img .img img:last-of-type{
    left: -25px;
    top: 30px;
    z-index: 2;
  }
}
@media screen and (max-width: 574px){
  .page-view-wrapper .page-item .page-img .img{
    /* width: 100%; */
    position: relative;
    height:300px ;
    margin-left: 140px;
  }
  .page-view-wrapper .page-item .page-img .img img{
    position: absolute;
    height: 45%;
  }
  .page-view-wrapper .page-item .page-img .img .firstImg::after{
    content: ' ';
    background: #015FFF;
  }
  .page-view-wrapper .page-item .page-img .img img:first-of-type{
    left: -68px;
    bottom: 70px;
    z-index: 3;
  }
  .page-view-wrapper .page-item .page-img .img img:last-of-type{
    top: 30px;
    z-index: 2;
  }
}
/* .page-view-wrapper .page-item .page-img .img{
  width: 100%;
  position: relative;
  height:400px ;
} 
.page-view-wrapper .page-item .page-img .img img{
  position: absolute;
  height: 60%;
}
.page-view-wrapper .page-item .page-img .img .firstImg::after{
  content: ' ';
  background: #015FFF;
}
.page-view-wrapper .page-item .page-img .img img:first-of-type{
  left: 80px;
  bottom: 50px;
  z-index: 3;
}
.page-view-wrapper .page-item .page-img .img img:last-of-type{
  right: 50px;
  top: 30px;
  z-index: 2;
}
*/
@media (max-width: 991px){
  .page-view-wrapper .page-item .page-content{
    margin-bottom: 50px;
  }
}

.page-view-wrapper .page-item .page-content > p{
  color: #666;
}
/* .page-view-wrapper .blog-content_mid{
  margin: 140px auto;
} */
.page-view-wrapper .blog-content_mid .blog-content_top{
  width: 100%;
  text-align: center;
}
.page-view-wrapper .blog-content_mid .blog-content_top h5{
  font-weight: 700;
  color: #333;
  margin-bottom: 8px;
}
.page-view-wrapper .blog-content_mid .blog-content_top p{
  font-weight: 400;
  color: #666;

}
.page-view-wrapper .blog-content_mid .blog-content_box{
  position: relative;
}
.page-view-wrapper .blog-content_mid .blog-content_box .img{
  position: absolute;
  top: -6px;
  right: 0;
}
.page-view-wrapper .blog-content_mid .blog-content_box .blog-content_box_line{
  height: 2px;
  width: 100%;
  background-color: #D7DCE5;
}
.page-view-wrapper .blog-content_mid .blog-content_box .blog-content_box_con{
  padding-left: 50px;
  display: flex;
}
.page-view-wrapper .blog-content_mid .blog-content_box .blog-content_box_con .blog-content_box_item{
  border-left: 1px dashed #D7DCE5;
  position: relative;
  padding: 32px 45px 0 12px;
  width: 20%;
  color: #666666;
}
@media (max-width: 991px){
  .page-view-wrapper .blog-content_mid .blog-content_box .blog-content_box_line{
    position: relative;
    top: 10px;
  }
  .page-view-wrapper .blog-content_mid .blog-content_box .img{
    top: 4px;
  }
  .page-view-wrapper .blog-content_mid .blog-content_box .blog-content_box_con{
    overflow: auto;
    padding-top: 10px;
  }
  .page-view-wrapper .blog-content_mid .blog-content_box .blog-content_box_con .blog-content_box_item{
    width: auto;
  }
}
.blog-content_box_item .blog-content_box_item_text h5{
  font-weight: 500;
  color: #333;
  margin-bottom: 8px;
}
.blog-content_box_item .blog-content_box_item_text p{
  font-weight: 400;
  color: #666;
}
.page-view-wrapper .blog-content_mid .blog-content_box .blog-content_box_con .blog-content_box_item .blog-content_box_item_icon{
  position: absolute;
  left: -8px;
  top: -10px;
}
.blog-content_box_item .blog-content_box_item_icon .icon_outside{
  width: 16px;
  height: 16px;
  padding: 4px;
  background-color: rgba(47, 89, 255, 0.32);
  border-radius: 50%;
}
.blog-content_box_item .blog-content_box_item_icon .icon_inside{
  width: 100%;
  height: 100%;
  background-color: rgba(47, 89, 255, 1);
  border-radius: 50%;

}
.solutions-section .solutions-title{
  width: 100%;
  margin: auto;
  text-align: center;
}
.solutions-section .solutions-title h5{
  /* font-size: 30px; */
}

@media screen and (max-width:767px){
  .Solutions-view-com .row{
    --bs-gutter-x:0rem
  }
}


.Solutions-view-com .single-testimonial{
  background-color: #fff;
  padding: 36px 32px;
  text-align: center;
  height: 100%;
  box-shadow: 4px 4px 32px rgba(34, 21, 114, 0.12);
  border-radius: 10px;
}
.Solutions-view-com .single-testimonial h5{
  margin: 32px 0 24px;
  font-weight: 500;
  color: #333;
}
.Solutions-view-com .single-testimonial p{
  color: #666;
}
.Solutions-view-com .single-testimonial .platform_icon1{
  width: 100px;
  height: 100px;
  background-color: #F3F5FA;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  }
.Solutions-view-com .single-testimonial .platform_icon1 img{
  max-width: 43px;
}

.col-xl-mb{
  margin-bottom: 52px;
}

@media screen and (min-width:992px) and (max-width:1200px) {
  .col-xl-md{
    width: 25%;
  }
  .col-xl-mb{
    margin-bottom: 82px;
  }
}

@media screen and (min-width:768px) and (max-width:991px) {
  .col-xl-md{
    width: 32%;
  }
  .col-xl-mb{
    margin-bottom: 41px;
  }
  .col-xl-md-t{
    margin-bottom: 41px;
  }
}

@media screen and (max-width:767px) {
  .col-xl-md{
    width: 50%;
  }
  .col-xl-mb{
    margin-bottom: 41px;
  }
  .col-xl-md-t{
    margin-bottom: 41px;
  }
}

.Solutions-view-com .content-wrapper-solutions {
  max-width: 142px;
  text-align: center;
  margin: auto;
}
.Solutions-view-com .content-wrapper-solutions .content{
  color: #333333;
  margin-top: 12px;
  font-weight: 500;
  margin-top: 14px;
}
.Solutions-view-com .content-wrapper-solutions .solutions_icon1{
  width: 100%;
  min-height: 142px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}
.Solutions-view-com .content-wrapper-solutions .solutions_icon1 img{
  width: 39px;
}

/* .Solutions-page-com{
  width: 100%;
  margin-top: 140px;
} */
.Solutions-page-com .view-title{
  margin: auto;
  text-align: center;
}
.Solutions-page-com .row{
  --bs-gutter-x:2.5rem
}
@media (max-width: 574px){
  .Solutions-page-com .rowServices>div{
    padding: 0;
  }
}
@media (min-width: 992px){
  .indexFeatures{
    margin-top: 40px;
  }
}
.transform_wrapper{
  position: relative;
}
.transform_wrapper .transform_after{
  position: absolute;
  opacity: 0;
  transform: rotateY(180deg);
  top: 0;
  width: 100%;
  background: #fff;
  height: 100%;
  padding: 32px;
  transition: all .5s;
}
.transform_wrapper.active .transform_before{
  transform: rotateY(180deg);
}
.transform_wrapper.active .transform_after{
  opacity: 1;
  transform: rotateY(0deg);
}
.Solutions-page-com .transform_after .wrapper-content h5{
  color: #1E7CFF;
  font-weight: 500;
  margin-bottom: 24px;
  font-size: 22px;
  line-height: 32px;
}
.Solutions-page-com .transform_after .wrapper-content .content-main{
  list-style: disc;
  padding: 0 12px;
}
.Solutions-page-com .transform_after .wrapper-content .content-main li{
  color: #666;
}
.Solutions-page-com .solutions-wrapper{
  width: 100%;
  min-height: 440px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  transition: all .5s;
}
.Solutions-page-com .solutions-wrapper .solutions-wrapper-top{
  position: absolute;
  perspective: 1000px;
  transition: 0.5s ease-in-out;
}
.Solutions-page-com .solutions-wrapper .solutions-wrapper-top:hover {
  transform: rotateY(-180deg);
}
.Solutions-page-com .solutions-wrapper .solutions-wrapper-top h5{
  font-weight: 600;
  font-size: 22px;
  line-height: 32px;
}
.Solutions-page-com .solutions-wrapper .solutions_img{
  width: 92px;
  height: 92px;
  background-color: #1E7CFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin:0 auto 32px;
}
.Solutions-page-com .solutions-wrapper .solutions_img img{
  width: 30px;
}
.Solutions-page-com .solutions-wrapper .wrapper-content:hover {
  transform: rotateY(-360deg);
}

.StartNowBtn{
  width: 360px;
  height: 82px;
  padding: 10px 24px;
  background: linear-gradient(264.68deg, #1E7CFF 0%, #0B9FFF 99.98%);
  border-radius: 24px;
  color: #fff;
  cursor: pointer;
}
.StartNowBtn img{
  width: 12px;
}
/* ============================= 
    SINGLE BLOG CSS
================================ */
@media only screen and (min-width: 1400px) {
  .single-blog-wrapper .left-wrapper {
    /* margin-right: 40px; */
  }
}
.single-blog-wrapper  .careers-content-wrapper .content h2{
  font-size: 2rem;
  font-weight: normal;
  letter-spacing: .1px;
}
.single-blog-wrapper  .careers-content-wrapper .content p{
  line-height: 1.7;
  font-weight:inherit;
}

@media screen and (max-width:992px) {
  .single-blog-wrapper .left-wrapper .content-solutions{
    margin-bottom: 0px;
  }
}

@media screen and (min-width:991px) {
  .single-blog-wrapper .left-wrapper .content-solutions{
    margin-bottom: 140px;
  }
}

.CW-bottom_item .item-btn img{
  width: 20px;
  margin-left: 15px;
}

@media screen and (min-width:992px) {
  .single-blog-wrapper .left-wrapper .font-careers-38 {
    margin-bottom: 60px;
  }
  .CW-bottom_item .item-btn{
    background-color: rgba(255, 255, 255, 0.16);
    width: 237px;
    height: 56px;
    border-radius: 40px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
  }
}
@media screen and (max-width:991px) {
  .single-blog-wrapper .left-wrapper .font-careers-38 {
    margin-bottom: 20px;
  }
}
@media screen and (min-width:768px) and (max-width:992px) {
  .CW-bottom_item .item-btn{
    background-color: rgba(255, 255, 255, 0.16);
    width: 280px;
    height: 66px;
    border-radius: 40px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 30px;
  }
  
}

@media screen and (min-width:575px) and (max-width:767px){
  .CW-bottom_item .item-btn{
    background-color: rgba(255, 255, 255, 0.16);
    width: 260px;
    height: 56px;
    border-radius: 40px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 26px;
  }
}

@media screen and (max-width:574px){
  .single-blog-wrapper .left-wrapper .company-wrapper-bottom .CW-bottom_item .font-careers-40{
    margin-bottom: 24px;
  }
  .CW-bottom_item .item-btn{
    background-color: rgba(255, 255, 255, 0.16);
    width: 240px;
    height: 46px;
    border-radius: 40px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 22px;
  }
}


/* .single-blog-wrapper .left-wrapper .blog-content-wrapper {
  margin-bottom: 140px;
} */

.single-blog-wrapper .left-wrapper .blog-content-wrapper .image {
  border-radius: 15px;
  overflow: hidden;
  display: flex;
  position: relative;
}

@media screen and (min-width:768px) {
  .single-blog-wrapper .left-wrapper .blog-content-wrapper .image .title{
    position: absolute;
    left: 6rem;
    bottom: 100px;
    color: #fff;
  }
}

@media screen and  (min-width:575px) and (max-width:767px) {
  .single-blog-wrapper .left-wrapper .blog-content-wrapper .image .title{
    position: absolute;
    left: 6rem;
    top: 50px;
    /* bottom: 100px; */
    color: #fff;
  }
}

@media screen and (max-width:574px) {
  .single-blog-wrapper .left-wrapper .blog-content-wrapper .image .title{
    position: absolute;
    left: 8rem;
    top: 50px;
    /* bottom: 100px; */
    color: #fff;
  }
}

.single-blog-wrapper .left-wrapper .blog-content-wrapper .image .title p{
  margin-top: 42px;
 }

 @media (min-width: 1401px){
  .single-blog-wrapper .left-wrapper .blog-content-wrapper .image .font-title{
    bottom: 40px;
    width: 80%;
  }
  .single-blog-wrapper .left-wrapper .blog-content-wrapper .image .font-title p{
    margin-top: 42px;
   }
}

@media screen and (min-width: 1200px) and (max-width: 1400px){
  .single-blog-wrapper .left-wrapper .blog-content-wrapper .image .font-title{
    width: 80%;
    bottom: 40px;
  }
  .single-blog-wrapper .left-wrapper .blog-content-wrapper .image .font-title p{
    margin-top: 42px;
   }
}
@media (max-width: 1199px){
  .single-blog-wrapper .left-wrapper .blog-content-wrapper .image .font-title{
    bottom: 0px;
    width: 80%;
  }
  .single-blog-wrapper .left-wrapper .blog-content-wrapper .image .font-title p{
   margin-top: 42px;
  }
}
@media (max-width: 992px){
  .single-blog-wrapper .left-wrapper .blog-content-wrapper .image .font-title{
    bottom: -40px;
    width: 80%;
  }
  .single-blog-wrapper .left-wrapper .blog-content-wrapper .image .font-title p{
    margin-top: 22px;
   }
}

@media (max-width: 767px){
  .single-blog-wrapper .left-wrapper .blog-content-wrapper .image .font-title{
    bottom: -5px;
    font-size: 18px;
    line-height: 14px;
    width: 90%;
    margin: 0 auto;
  }
  .single-blog-wrapper .left-wrapper .blog-content-wrapper .image .title p{
    margin-top: 22px;
    font-size: 14px;
    line-height: 16px;
   }
}

@media (max-width: 575px){
  .single-blog-wrapper .left-wrapper .blog-content-wrapper .image .font-title{
    margin-top: 5%;
  }
  .single-blog-wrapper .left-wrapper .blog-content-wrapper .image .title p,
  .single-blog-wrapper .left-wrapper .blog-content-wrapper .image .title_ p{
    display: none;
   }
}

@media screen and (min-width: 768px) {
  .single-blog-wrapper .left-wrapper .blog-content-wrapper .image .title_{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    font-weight: 700;
    text-align: center;
    width: 70%;
  }
  .single-blog-wrapper .left-wrapper .blog-content-wrapper .image .title_ p{
    margin-top: 42px;
  }
}
@media screen and (max-width: 767px) {
  .single-blog-wrapper .left-wrapper .blog-content-wrapper .image .title_{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    font-weight: 700;
    text-align: center;
    width: 80%;
    font-size: 22px;
  }
  .single-blog-wrapper .left-wrapper .blog-content-wrapper .image .title_ p{
    margin-top: 0px;
    line-height: 12px;
    font-size: 14px;
  }
}

.single-blog-wrapper .left-wrapper .blog-content-wrapper .image img {
  width: 100%;
}

.single-blog-wrapper .left-wrapper .blog-content-wrapper .content h4 {
  font-weight: 600;
}

.single-blog-wrapper .left-wrapper .blog-content-wrapper .content p {
  font-size: 18px;
  line-height: 26px;
}

.single-blog-wrapper .left-wrapper .blog-content-wrapper .content .quotation {
  background: #F6FAFF;
  border-radius: 15px;
  padding: 30px 25px;
  border-left: 5px solid #2F80ED;
  border-right: 5px solid #2F80ED;
  text-align: center;
  margin-bottom: 25px;
}

.single-blog-wrapper .left-wrapper .blog-content-wrapper .content .quotation i {
  color: #2F80ED;
  font-size: 32px;
  line-height: 1;
}

.single-blog-wrapper .left-wrapper .blog-content-wrapper .content .quotation p {
  font-weight: 500;
}

.single-blog-wrapper .left-wrapper .comment-wrapper .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 12px 30px;
  border-radius: 15px;
  border: 2px dashed #2F80ED;
  margin-bottom: 40px;
}

.single-blog-wrapper .left-wrapper .comment-wrapper .title h6 {
  font-weight: 600;
  margin-right: 20px;
}

.single-blog-wrapper .left-wrapper .comment-wrapper .title .share .socials li:last-child a {
  margin-right: 0px;
}

.single-blog-wrapper .left-wrapper .comment-wrapper .comment-item-wrapper {
  padding-bottom: 30px;
}

.single-blog-wrapper .left-wrapper .comment-wrapper .comment-item-wrapper .comment-item {
  display: flex;
  margin-bottom: 35px;
}

.single-blog-wrapper .left-wrapper .comment-wrapper .comment-item-wrapper .comment-item.reply-comment {
  margin-left: 105px;
}

@media (max-width: 767px) {
  .single-blog-wrapper .left-wrapper .comment-wrapper .comment-item-wrapper .comment-item.reply-comment {
    margin-left: 85px;
  }
}

.single-blog-wrapper .left-wrapper .comment-wrapper .comment-item-wrapper .comment-item .image {
  max-width: 70px;
  width: 100%;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 25px;
}

@media (max-width: 767px) {
  .single-blog-wrapper .left-wrapper .comment-wrapper .comment-item-wrapper .comment-item .image {
    max-width: 60px;
    height: 60px;
    margin-right: 15px;
  }
  .single-blog-wrapper .sidebar-box{
    width: 20rem;
    margin-bottom: 0;
  }
}

@media screen and (min-width:575px) {
  .content-schedule{
    margin-bottom: 62px;
  }
}

@media screen and (max-width:574px) {
  .content-schedule{
    margin-bottom: 40px;
  }
}


.single-blog-wrapper .left-wrapper .comment-wrapper .comment-item-wrapper .comment-item .image img {
  width: 100%;
}

.single-blog-wrapper .left-wrapper .comment-wrapper .comment-item-wrapper .comment-item .content .info {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 10px 0 20px;
}

.single-blog-wrapper .left-wrapper .comment-wrapper .comment-item-wrapper .comment-item .content .info .left h6 {
  font-weight: 500;
  margin-bottom: 5px;
}

.single-blog-wrapper .left-wrapper .comment-wrapper .comment-item-wrapper .comment-item .content .info .right .replay-button {
  color: #2F80ED;
}

.single-blog-wrapper .left-wrapper .comment-wrapper .comment-item-wrapper .comment-item .content .info .right .replay-button i {
  padding-right: 20px;
}

.single-blog-wrapper .left-wrapper .comment-wrapper .comment-item-wrapper .comment-item .content .text p {
  font-size: 18px;
  line-height: 26px;
}

  /* border: 1px solid #f5f4f4; */
  /* background: #ffffff; */
  /* box-shadow: 0px 5px 25px rgba(218, 211, 211, 0.3); */
/* .single-blog-wrapper .left-wrapper .comment-wrapper .comment-form-wrapper {
  border-radius: 10px;
  padding: 140px 0px 70px;
} */

.single-blog-wrapper .left-wrapper .comment-wrapper .comment-form-wrapper.learnMoreJob,
.single-blog-wrapper .left-wrapper .comment-wrapper .comment-form-wrapper.learnMoreJob .col-xl-6,
.single-blog-wrapper .left-wrapper .comment-wrapper .comment-form-wrapper.learnMoreJob form .col-xl-12.all{
  padding: 0;
}

/* solutions页面宽度 */
.single-blog-wrapper .col-xl-lg{
  width: 100%;
}

/* .single-blog-wrapper .left-wrapper .comment-wrapper .comment-form-wrapper.learnMoreJob .captionTitle{
  margin: 0 0 92px;
  font-weight: 700;
  color: #333;
} */

@media screen and (min-width:1200px) {
  .single-blog-wrapper .left-wrapper .comment-wrapper .comment-form-wrapper.learnMoreJob .col-xl-6.end{
    display: flex;
    justify-content: flex-end;
  }
  .single-blog-wrapper .left-wrapper .comment-wrapper .comment-form-wrapper.learnMoreJob .col-xl-12.all{
    width: 100%;
  }
}

@media screen and (max-width:1199px) {
  .single-blog-wrapper .left-wrapper .comment-wrapper .comment-form-wrapper.learnMoreJob .col-xl-6.end{
    display: flex;
  }
  .single-blog-wrapper .left-wrapper .comment-wrapper .comment-form-wrapper.learnMoreJob .col-xl-12.all{
    width: 95%;
  }
}

.single-blog-wrapper .left-wrapper .comment-wrapper .comment-form-wrapper h4 {
  font-weight: 600;
}
.single-blog-wrapper .left-wrapper .comment-wrapper .comment-form-wrapper.learnMoreJob form .single-input{
  width: 95%;
}
.single-blog-wrapper .left-wrapper .comment-wrapper .comment-form-wrapper.learnMoreJob form .col-xl-12.all .single-input{
  width: 100%;
}
.single-blog-wrapper .left-wrapper .comment-wrapper .comment-form-wrapper form .single-input {
  margin-bottom: 20px;
  position: relative;
}

.single-blog-wrapper .left-wrapper .comment-wrapper .comment-form-wrapper form .single-input label {
  display: block;
  margin-bottom: 10px;
  color: #666;
}

.single-blog-wrapper .left-wrapper .comment-wrapper .comment-form-wrapper form .single-input input, 
.single-blog-wrapper .left-wrapper .comment-wrapper .comment-form-wrapper form .single-input textarea{
  box-shadow: 0px 0px 4px rgba(34, 21, 114, 0.08);
  border: 1px solid transparent;
  border-radius: 8px;
  padding-right: 20px;
  padding-left: 48px;
  border-radius: 10px;
  font-weight: 300;
  width: 100%;
}
.single-blog-wrapper .left-wrapper .comment-wrapper .comment-form-wrapper form .single-input input::placeholder, 
.single-blog-wrapper .left-wrapper .comment-wrapper .comment-form-wrapper form .single-input textarea::placeholder{
  color: #D7DCE5;
} 
.single-blog-wrapper .left-wrapper .comment-wrapper .comment-form-wrapper form .single-input select{
  padding-right: 20px;
  padding-left: 48px;
  border-radius: 10px;
  font-weight: 300;
  width: 100%;
  border: none;
  outline: none;
  -webkit-appearance: none;
}
.single-blog-wrapper .left-wrapper .comment-wrapper .comment-form-wrapper form .single-input select:focus-visible{
  border-color: #fff;
}
.single-blog-wrapper .left-wrapper .comment-wrapper .comment-form-wrapper form .single-input input::placeholder, .single-blog-wrapper .left-wrapper .comment-wrapper .comment-form-wrapper form .single-input textarea::placeholder {
  opacity: 1;
}

.single-blog-wrapper .left-wrapper .comment-wrapper .comment-form-wrapper form .single-input input:focus, .single-blog-wrapper .left-wrapper .comment-wrapper .comment-form-wrapper form .single-input textarea:focus {
  border-color: #2F80ED;
}

.single-blog-wrapper .left-wrapper .comment-wrapper .comment-form-wrapper form .single-input input {
  height: 56px;
}
.single-blog-wrapper .left-wrapper .comment-wrapper .comment-form-wrapper form .single-input select {
  height: 56px;
  box-shadow: none;
}
.single-blog-wrapper .left-wrapper .comment-wrapper .comment-form-wrapper form .single-input select:hover {
  border: 1px solid transparent;
}
.single-blog-wrapper .left-wrapper .comment-wrapper .comment-form-wrapper form .single-input textarea {
  padding-top: 15px;
  padding-bottom: 15px;
  resize: none;
}
.single-blog-wrapper .left-wrapper .comment-wrapper .comment-form-wrapper form .single-input i{
  position: absolute;
  left: 20px;
  top: 54px;
}
.single-blog-wrapper .left-wrapper .comment-wrapper .comment-form-wrapper form .single-input img {
  position: absolute;
  left: 17px;
  top: 50px;
  width: 24px;
}

.single-blog-wrapper .left-wrapper .comment-wrapper .comment-form-wrapper form .button {
  /* width: 246px;
height: 82px;

background: linear-gradient(264.68deg, #1E7CFF 0%, #0B9FFF 99.98%);
border-radius: 41px;
font-family: 'Inter';
font-weight: 400;
font-size: 32px; */
}
.submitButton{
  font-weight: 400;
  height: auto;
  background: linear-gradient(264.68deg, #1E7CFF 0%, #0B9FFF 99.98%);
  border-radius: 41px;
  cursor: pointer;
}
.submitButton img{
  width: 20px;
  margin-left: 8px;
}
@media screen and (min-width:575px) {
  .submitButton {
    padding: 12px 28px;
    margin-top: 40px;
  }
}

@media screen and (max-width:574px) {
  .submitButton {
    padding: 10px 17px;
    margin-top: 20px;
  }
}

/* .submitButton {
  font-weight: 400;
  padding: 15px 46px;
  margin-top: 40px;
  height: auto;
  background: linear-gradient(264.68deg, #1E7CFF 0%, #0B9FFF 99.98%);
  border-radius: 41px;
  cursor: pointer;
} */
.single-blog-wrapper .left-wrapper .comment-wrapper .comment-form-wrapper form .button:hover {
  box-shadow: 0px 5px 25px rgba(47, 128, 237, 0.3);
}

.single-blog-wrapper .sidebar-box {
  padding: 15px;
  border-radius: 50px;
  background: #ffffff;
  box-shadow: 0px 5px 25px rgba(218, 211, 211, 0.3);
  margin-bottom: 30px;
  border: 1px solid #F5F4F4;
  width: 35rem;
}

.single-blog-wrapper .sidebar-box h4 {
  font-weight: 500;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .single-blog-wrapper .sidebar-box{
    width: 20rem;
    margin-bottom: 0;
  }
}
.single-blog-wrapper .help-center{
  color: #fff;
  margin-bottom: 2rem;
  margin-left: 2rem;
}
.single-blog-wrapper .help-center h2{
  color: #fff;
}
.single-blog-wrapper .help-center p{
  margin-left: 2rem;
}

.single-blog-wrapper  .search-box form {
  position: relative;
}

.single-blog-wrapper  .search-box form input {
  width: 100%;
  border: none;
  background: transparent;
}

.single-blog-wrapper .search-box form button {
  background: transparent;
  border: none;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.single-blog-wrapper .right-wrapper .category-box ul li {
  padding-left: 25px;
  position: relative;
  margin-bottom: 20px;
}

.single-blog-wrapper .right-wrapper .category-box ul li:last-child {
  margin-bottom: 0;
}

.single-blog-wrapper .right-wrapper .category-box ul li:hover::before {
  background: #2F80ED;
}

.single-blog-wrapper .right-wrapper .category-box ul li:hover a {
  color: #2F80ED;
}

.single-blog-wrapper .right-wrapper .category-box ul li::before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #585978;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease-out 0s;
}

.single-blog-wrapper .right-wrapper .category-box ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #585978;
}

.single-blog-wrapper .right-wrapper .recent-blog-box ul li {
  display: flex;
  margin-bottom: 30px;
}

.single-blog-wrapper .right-wrapper .recent-blog-box ul li:last-child {
  margin-bottom: 0;
}

.single-blog-wrapper .right-wrapper .recent-blog-box ul li .image {
  max-width: 90px;
  width: 100%;
  height: 90px;
  border-radius: 10px;
  overflow: hidden;
  margin-right: 20px;
}

.single-blog-wrapper .right-wrapper .recent-blog-box ul li .image a img {
  width: 100%;
}

.single-blog-wrapper .right-wrapper .recent-blog-box ul li .content h6 a {
  font-weight: 500;
  margin-bottom: 10px;
  display: block;
  color: #323450;
}

.single-blog-wrapper .right-wrapper .recent-blog-box ul li .content h6 a:hover {
  color: #2F80ED;
}

.single-blog-wrapper .right-wrapper .tags-box ul {
  display: flex;
  flex-wrap: wrap;
}

.single-blog-wrapper .right-wrapper .tags-box ul li {
  margin-right: 8px;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .single-blog-wrapper .right-wrapper .tags-box ul li a {
    padding: 0 15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-blog-wrapper .right-wrapper .tags-box ul li a {
    padding: 0 20px;
  }
}

.company-content-wrapper{
  position: relative;
}
.company-content-wrapper img{
  width: 100%;
}
.company-wrapper .company-content{
  /* width: 1102px; */
  margin: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 96px;
}
.company-wrapper .company-content.careers, .company-wrapper .company-content.schedule{
  bottom: 101px;
  top: auto;
  transform: inherit;
}

@media screen and (min-width:1200px) and (max-width:1400px) {
  .company-wrapper .company-content.careers, .company-wrapper .company-content.schedule{
    bottom: 50px;
  }
}

@media screen and (min-width:992px) and (max-width:1199px) {
  .company-wrapper .company-content.careers, .company-wrapper .company-content.schedule{
    bottom: 30px;
  }
  .col-lg-schedule{
    width: 100%;
  }
  .company-wrapper .company-content{
    left: 45px;
  }
}

@media screen and (min-width:768px) and (max-width:991px) {
  .company-wrapper .company-content.careers, .company-wrapper .company-content.schedule{
    bottom: 30px;
  }
  .company-wrapper .company-content{
    left: 45px;
  }
}

@media screen and (min-width:575px) and (max-width:767px){
  .company-wrapper .company-content.careers, .company-wrapper .company-content.schedule{
    bottom: 20px;
  }
  .company-wrapper .company-content{
    left: 35px;
  }
}

@media screen and (max-width:575px){
  .company-wrapper .company-content.careers, .company-wrapper .company-content.schedule{
    bottom: 20px;
  }
  .company-wrapper .company-content{
    left: 22px;
  }
}

.col-xl-lg-careers{
  width: 100%;
}

.company-wrapper .company-content h5{
  color: #fff;
  font-weight: 700;
}
/* .careers-section .company-wrapper-mid{
  text-align: center;
  padding: 82px 0;
} */
.careers-section .company-wrapper-mid h5{
  font-weight: 700;
  margin-bottom: 8px;
  color: #333;
}
/* .careers-section .company-wrapper-mid .company-top p{
  margin-bottom: 115px;
} */
.careers-section .company-wrapper-mid img{
  width: 50%;
}
.careers-section .company-wrapper-mid .company-main{
  text-align:left;
}
.careers-section .company-wrapper-mid .company-main h5{
  font-weight: 700;
  color: #333;
  margin-bottom: 8px;
}
.careers-section .company-wrapper-mid .company-main p{
  margin-bottom: 24px;
  color: #666;
}
.careers-section .company-wrapper-mid .company-main span{
  color: #333;
  font-weight: 500;
  display: block;
}
.careers-section .company-wrapper-bottom{
  width: 80%;
  margin:5rem auto;
}
.CW-bottom_item{
  padding: 12px 0;
  position: relative;
}
.CW-bottom_item img{
  width: 100%;
}
.CW-bottom_item .item_main{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background-color: transparent;
  width: 90%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
/* .CW-bottom_item .item-btn{
  background-color: rgba(255, 255, 255, 0.16);
  width: 300px;
  height: 76px;
  border-radius: 40px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
}
.CW-bottom_item .item-btn img{
  width: 20px;
  margin-left: 15px;
} */
.CW-bottom_item .item-top h5{
  color: #fff;
  font-weight: 600;
  margin-bottom: 52px;
  text-align: center;
}
.CW-bottom_item .item-top p{
  color: #333333;
}
.CW-bottom_item .item-main{
  padding:40px 0 24px;
  color: #666;
  border-bottom: 1px solid #D9D9D9;
}

@media screen and (min-width: 768px) and (max-width: 991px){
  .CW-bottom_item .item-top h5{
    font-size: 34px;
    line-height: 42px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px){
  .CW-bottom_item .item-top h5{
    font-size: 47px;
    line-height: 52px;
  }
}
.more_job{
  margin: auto;
}

.more_job .job_item{
  background-color: #fff;
  padding: 52px 32px;
  margin-top: 35px;
  display: none;
}
.more_job .job_item h5{
  font-weight: 600;
  margin-bottom: 16px;
}
.more_job .job_item .item_content{
  background-color: #F2F4FA;
  padding: 32px;
  margin-bottom: 24px;
}
.more_job .job_item .item_content h6{
  color: #333;
  font-weight: 500;
  margin-bottom: 24px;
}
.more_job .job_item .item_content p{
  color: #666;
}
@media (max-width: 991px){
  .more_job .job_item{
    padding: 32px 20px;
  }
  .more_job .job_item .item_content{
    padding: 18px;
  }
}

.single-input-file .file_btn{
    width: 100%;
    background-color: #fff;
    padding: 14px 0;
    border: 1px dashed #1E7CFF;
    border-radius: 7px;
    color: #1E7CFF;
    text-align: center;
    cursor: pointer;
}
.single-input-file .haveFile{
  width: 30%;
  position: relative;
  height: auto;
  background-color: #fff;
  padding: 14px 20px;
  border: 1px solid #ccc;
  border-radius: 7px;
  color: #333;
  text-align: center;
  cursor: pointer;
  display: none;
}
.single-input-file .haveFile .haveFileImg{
  margin:0 auto 10px;
}
.single-input-file .haveFile .haveFileText{
  line-height: 25px;
  font-size: 16px;
  word-break: break-all;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 这里是超出几行省略 */
  overflow: hidden;
}

@media screen and (min-width:1200px) and (max-width:1400px) {
  .single-input-file .haveFile{
    width:30% ;
  }
  .single-input-file .haveFile .haveFileImg{
    margin:0 auto 15px;
  }
  .single-input-file .haveFile .haveFileText{
    line-height: 20px;
    font-size: 16px;
    word-break: break-all;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* 这里是超出几行省略 */
    overflow: hidden;
  }
}

@media screen and (min-width:992px) and (max-width:1199px) {
  .single-input-file .haveFile{
    width:40% ;
  }
  .single-input-file .haveFile .haveFileImg{
    margin:0 auto 5px;
  }
  .single-input-file .haveFile .haveFileText{
    line-height: 20px;
    font-size: 16px;
    word-break: break-all;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* 这里是超出几行省略 */
    overflow: hidden;
  }
}

@media screen and (min-width:768px) and (max-width:991px) {
  .single-input-file .haveFile{
    width:25% ;
  }
  .single-input-file .haveFile .haveFileImg{
    margin:0 auto 5px;
  }
  .single-input-file .haveFile .haveFileText{
    line-height: 20px;
    font-size: 14px;
    word-break: break-all;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* 这里是超出几行省略 */
    overflow: hidden;
  }
}



@media screen and (max-width:767){
  .single-input-file .haveFile{
    width:40% ;
  }
  .single-input-file .haveFile .haveFileImg{
    margin:0 auto 5px;
  }
  .single-input-file .haveFile .haveFileText{
    line-height: 20px;
    font-size: 14px;
    word-break: break-all;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* 这里是超出几行省略 */
    overflow: hidden;
  }
}









.single-input-file #comment-file{
  display: none;
  }
/* ============================= 
    DEFAULT CSS
================================ */
.img-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.socials {
  display: flex;
  justify-content: center;
  align-items: center;
}

.socials li a {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #2F80ED;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 3px 8px;
}

input, textarea, button {
  transition: all 0.3s ease-out 0s;
}

input:focus, textarea:focus, button:focus {
  outline: none;
  box-shadow: none;
}

.radius-3 {
  border-radius: 3px;
}

.radius-10 {
  border-radius: 10px;
}

.radius-30 {
  border-radius: 30px;
}

.radius-50 {
  border-radius: 50px;
}

.radius-full {
  border-radius: 50%;
}

.radius-10-0 {
  border-radius: 10px 0px;
}

/* ====== MARGIN PADDING ======= */
.mt-6 {
  margin-top: 6px;
}

.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

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

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-85 {
  margin-top: 85px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-95 {
  margin-top: 95px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-105 {
  margin-top: 105px;
}

.mt-110 {
  margin-top: 110px;
}

.mt-115 {
  margin-top: 115px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-125 {
  margin-top: 125px;
}

.mt-130 {
  margin-top: 130px;
}

.mt-135 {
  margin-top: 135px;
}

.mt-140 {
  margin-top: 140px;
}

.mt-145 {
  margin-top: 145px;
}

.mt-150 {
  margin-top: 150px;
}

.mt-155 {
  margin-top: 155px;
}

.mt-160 {
  margin-top: 160px;
}

.mt-165 {
  margin-top: 165px;
}

.mt-170 {
  margin-top: 170px;
}

.mt-175 {
  margin-top: 175px;
}

.mt-180 {
  margin-top: 180px;
}

.mt-185 {
  margin-top: 185px;
}

.mt-190 {
  margin-top: 190px;
}

.mt-195 {
  margin-top: 195px;
}

.mt-200 {
  margin-top: 200px;
}

.mt-205 {
  margin-top: 205px;
}

.mt-210 {
  margin-top: 210px;
}

.mt-215 {
  margin-top: 215px;
}

.mt-220 {
  margin-top: 220px;
}

.mt-225 {
  margin-top: 225px;
}

.mb-6 {
  margin-bottom: 6px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-85 {
  margin-bottom: 85px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-95 {
  margin-bottom: 95px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-105 {
  margin-bottom: 105px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mb-115 {
  margin-bottom: 115px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-125 {
  margin-bottom: 125px;
}

.mb-130 {
  margin-bottom: 130px;
}

.mb-135 {
  margin-bottom: 135px;
}

.mb-140 {
  margin-bottom: 140px;
}

.mb-145 {
  margin-bottom: 145px;
}

.mb-150 {
  margin-bottom: 150px;
}

.mb-155 {
  margin-bottom: 155px;
}

.mb-160 {
  margin-bottom: 160px;
}

.mb-165 {
  margin-bottom: 165px;
}

.mb-170 {
  margin-bottom: 170px;
}

.mb-175 {
  margin-bottom: 175px;
}

.mb-180 {
  margin-bottom: 180px;
}

.mb-185 {
  margin-bottom: 185px;
}

.mb-190 {
  margin-bottom: 190px;
}

.mb-195 {
  margin-bottom: 195px;
}

.mb-200 {
  margin-bottom: 200px;
}

.mb-205 {
  margin-bottom: 205px;
}

.mb-210 {
  margin-bottom: 210px;
}

.mb-215 {
  margin-bottom: 215px;
}

.mb-220 {
  margin-bottom: 220px;
}

.mb-225 {
  margin-bottom: 225px;
}

.ml-6 {
  margin-left: 6px;
}

.ml-5 {
  margin-left: 5px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-25 {
  margin-left: 25px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-35 {
  margin-left: 35px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-45 {
  margin-left: 45px;
}

.ml-50 {
  margin-left: 50px;
}

.ml-55 {
  margin-left: 55px;
}

.ml-60 {
  margin-left: 60px;
}

.ml-65 {
  margin-left: 65px;
}

.ml-70 {
  margin-left: 70px;
}

.ml-75 {
  margin-left: 75px;
}

.ml-80 {
  margin-left: 80px;
}

.ml-85 {
  margin-left: 85px;
}

.ml-90 {
  margin-left: 90px;
}

.ml-95 {
  margin-left: 95px;
}

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

.mr-6 {
  margin-right: 6px;
}

.mr-5 {
  margin-right: 5px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-25 {
  margin-right: 25px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-35 {
  margin-right: 35px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-45 {
  margin-right: 45px;
}

.mr-50 {
  margin-right: 50px;
}

.mr-55 {
  margin-right: 55px;
}

.mr-60 {
  margin-right: 60px;
}

.mr-65 {
  margin-right: 65px;
}

.mr-70 {
  margin-right: 70px;
}

.mr-75 {
  margin-right: 75px;
}

.mr-80 {
  margin-right: 80px;
}

.mr-85 {
  margin-right: 85px;
}

.mr-90 {
  margin-right: 90px;
}

.mr-95 {
  margin-right: 95px;
}

.mr-100 {
  margin-right: 100px;
}

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

.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-55 {
  padding-top: 55px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-65 {
  padding-top: 65px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-75 {
  padding-top: 75px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-85 {
  padding-top: 85px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-95 {
  padding-top: 95px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-105 {
  padding-top: 105px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-115 {
  padding-top: 115px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-125 {
  padding-top: 125px;
}

.pt-130 {
  padding-top: 130px;
}

.pt-135 {
  padding-top: 135px;
}

.pt-140 {
  padding-top: 140px;
}

.pt-145 {
  padding-top: 145px;
}

.pt-150 {
  padding-top: 150px;
}

.pt-155 {
  padding-top: 155px;
}

.pt-160 {
  padding-top: 160px;
}

.pt-165 {
  padding-top: 165px;
}

.pt-170 {
  padding-top: 170px;
}

.pt-175 {
  padding-top: 175px;
}

.pt-180 {
  padding-top: 180px;
}

.pt-185 {
  padding-top: 185px;
}

.pt-190 {
  padding-top: 190px;
}

.pt-195 {
  padding-top: 195px;
}

.pt-200 {
  padding-top: 200px;
}

.pt-205 {
  padding-top: 205px;
}

.pt-210 {
  padding-top: 210px;
}

.pt-215 {
  padding-top: 215px;
}

.pt-220 {
  padding-top: 220px;
}

.pt-225 {
  padding-top: 225px;
}

.pb-6 {
  padding-bottom: 6px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-95 {
  padding-bottom: 95px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-105 {
  padding-bottom: 105px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-115 {
  padding-bottom: 115px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-125 {
  padding-bottom: 125px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pb-135 {
  padding-bottom: 135px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-145 {
  padding-bottom: 145px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pb-155 {
  padding-bottom: 155px;
}

.pb-160 {
  padding-bottom: 160px;
}

.pb-165 {
  padding-bottom: 165px;
}

.pb-170 {
  padding-bottom: 170px;
}

.pb-175 {
  padding-bottom: 175px;
}

.pb-180 {
  padding-bottom: 180px;
}

.pb-185 {
  padding-bottom: 185px;
}

.pb-190 {
  padding-bottom: 190px;
}

.pb-195 {
  padding-bottom: 195px;
}

.pb-200 {
  padding-bottom: 200px;
}

.pb-205 {
  padding-bottom: 205px;
}

.pb-210 {
  padding-bottom: 210px;
}

.pb-215 {
  padding-bottom: 215px;
}

.pb-220 {
  padding-bottom: 220px;
}

.pb-225 {
  padding-bottom: 225px;
}

.pl-6 {
  padding-left: 6px;
}

.pl-5 {
  padding-left: 5px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-25 {
  padding-left: 25px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-35 {
  padding-left: 35px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-45 {
  padding-left: 45px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-55 {
  padding-left: 55px;
}

.pl-60 {
  padding-left: 60px;
}

.pl-65 {
  padding-left: 65px;
}

.pl-70 {
  padding-left: 70px;
}

.pl-75 {
  padding-left: 75px;
}

.pl-80 {
  padding-left: 80px;
}

.pl-85 {
  padding-left: 85px;
}

.pl-90 {
  padding-left: 90px;
}

.pl-95 {
  padding-left: 95px;
}

.pl-100 {
  padding-left: 100px;
}

.pr-6 {
  padding-right: 6px;
}

.pr-5 {
  padding-right: 5px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-25 {
  padding-right: 25px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-35 {
  padding-right: 35px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-45 {
  padding-right: 45px;
}

.pr-50 {
  padding-right: 50px;
}

.pr-55 {
  padding-right: 55px;
}

.pr-60 {
  padding-right: 60px;
}

.pr-65 {
  padding-right: 65px;
}

.pr-70 {
  padding-right: 70px;
}

.pr-75 {
  padding-right: 75px;
}

.pr-80 {
  padding-right: 80px;
}

.pr-85 {
  padding-right: 85px;
}

.pr-90 {
  padding-right: 90px;
}

.pr-95 {
  padding-right: 95px;
}

.pr-100 {
  padding-right: 100px;
}
.errorTip{
  margin-top: 5px;
  display: none;
  color: red;
}
.error input, .error select, .error textarea{
  border: 1px solid red !important;
}
.formRequire{
  color: red;
}
.error .errorTip{
  display: inline-block;
}
.showAlertSuscess, .showAlertError{
  display: none;
}
#diologWrapper{
  position: fixed;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
#diologWrapper .close{
  position: absolute;
  right: 15px;
  background-color: transparent;
  border: 0;
  top: 50%;
  transform: translateY(-50%);
}
#diologWrapper.showAlertSuscessStatus .showAlertSuscess{
  display: block;
}
#diologWrapper.showAlertErrorStatus .showAlertError{
  display: block;
}