body,
.text-body {
  color: #212529;
}
.btn:focus,
.btn.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0rem rgba(43, 99, 249, 0.25);
  box-shadow: 0 0 0 0rem rgba(43, 99, 249, 0.25);
}
.btn:not(.btn-lg) {
  font-size: 0.9rem;
}
.t-grey {
  color: #212529;
}
.form-check-input {
  margin-top: 0.25rem;
}
.cookie {
  position: fixed;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 99;
  margin-bottom: 0;
  -webkit-transform: translateY(150px);
  transform: translateY(150px);
}
@media only screen and (max-width: 575.98px) {
  .media-brand-padding {
    padding-bottom: 0px !important;
  }
  .cookie {
    font-size: 85%;
  }
}
.anim-up {
  -webkit-animation: fade-in-bottom 0.6s 3s forwards;
  animation: fade-in-bottom 0.6s 3s forwards;
}
@-webkit-keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(150px);
    transform: translateY(150px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.navbar {
  height: 75px;
  background: #fff !important;
  padding: 0 2.5rem;
  -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.15);
  -webkit-transition: 0.35s -webkit-box-shadow ease;
  transition: 0.35s -webkit-box-shadow ease;
  transition: 0.35s box-shadow ease;
  transition: 0.35s box-shadow ease, 0.35s -webkit-box-shadow ease;
  top: 0;
  z-index: 999;
}
.navbar .logo svg,
.navbar .logo img {
  max-width: 100px;
  -webkit-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
}
@media only screen and (max-width: 575.98px) {
  .navbar .logo svg,
  .navbar .logo img {
    max-width: 85px;
    padding-top: 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .navbar .logo svg,
  .navbar .logo img {
    max-width: 100px;
    padding-top: 10px;
  }
  .product .p-card {
    text-align: center;
  }
}
@media only screen and (max-width: 767.98px) {
  .navbar .logo {
    position: absolute;
    right: 50%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    margin: 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .navbar .search-toggle {
    position: absolute;
    right: 0.5rem;
    top: calc(50% - 10px);
  }
}
.navbar .search-cont {
  position: absolute;
  left: 0;
  width: 100%;
  background: #fff;
  height: 100%;
  padding: 1.5rem 0;
  z-index: 1;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transform: translateY(-150%);
  transform: translateY(-150%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.navbar .search-cont.active {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.navbar .search-cont svg {
  position: absolute;
  top: calc(50% - 11px);
  left: -0.5rem;
}
@media only screen and (max-width: 575.98px) {
  .navbar .search-cont svg {
    left: 0.5rem;
  }
}
.navbar .search-cont .search-input {
  height: 55px;
  outline: 0;
  border: 0;
  padding: 1.25rem 2.15rem;
  width: calc(100% - 1rem);
  font-size: 22px;
  letter-spacing: 2px;
}
.navbar .search-cont .search-input:focus {
  border-bottom: 1px solid #ededed;
}
@media only screen and (max-width: 767.98px) {
  .navbar .search-cont .search-input {
    font-size: 18px;
  }
}
@media only screen and (max-width: 575.98px) {
  .navbar .search-cont .search-input {
    font-size: 16px;
  }
}
.navbar .search-cont .search-close {
  display: inline-block;
  position: absolute;
  top: calc(50% - 11px - 0.5rem);
  right: 1rem;
  padding: 0.5rem;
}
.navbar .search-cont .search-close svg {
  position: static;
}
.navbar .navbar-nav .nav-item {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  position: relative;
}
.navbar .navbar-nav .nav-item.dropper {
  position: static;
}
@media only screen and (max-width: 767.98px) {
  .navbar .navbar-nav .nav-item.dropper {
    position: static;
  }
}
.navbar .navbar-nav .nav-item.dropper .arrow {
  position: relative;
}
.navbar .navbar-nav .nav-item.dropper .arrow:after {
  content: "\276F";
  color: inherit;
  position: absolute;
  font-size: 85%;
  margin-top: 0;
  -webkit-transition: 0.3s ease transform;
  transition: 0.3s ease transform;
  -webkit-transform: translate(10px, 3px) rotate(90deg);
  transform: translate(10px, 3px) rotate(90deg);
}
.navbar .navbar-nav .nav-item.dropper.show .arrow:after {
  -webkit-transform: translate(10px, 3px) rotate(-90deg);
  transform: translate(10px, 3px) rotate(-90deg);
}
.navbar .navbar-nav .nav-item:focus {
  outline: none;
}
.navbar .navbar-nav .nav-item .nav-link {
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  font-size: 16px;
  color: #212529;
}
.navbar .navbar-nav .nav-item .nav-link:focus {
  outline: none;
}
.navbar .navbar-nav .nav-item .nav-link:hover,
.navbar .navbar-nav .nav-item .nav-link[aria-expanded="true"] {
  color: #2b63f9;
}
@media only screen and (max-width: 767.98px) {
  .navbar .navbar-nav .nav-item .nav-link {
    padding: 1rem 1.5rem;
    border-top: 1px solid #dedefe;
  }
  .navbar .navbar-nav .nav-item .nav-link:not(:first-child) {
    border-top: 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .navbar .navbar-nav {
    max-height: 80vh;
    overflow-y: auto;
    position: relative;
    margin-top: 2.5rem;
  }
}
.navbar .dropdown-menu {
  padding: 0;
  margin-top: 7.5px;
  left: auto;
  right: 0;
  position: absolute;
}
.navbar .dropdown-menu.wider {
  margin: 0;
  right: 0;
  border: 0;
  left: 0;
}
@media only screen and (max-width: 767.98px) {
  .navbar .dropdown-menu.wider {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar .dropdown-menu.wider .menu-wrapper {
  background: #edf5ff;
}
@media only screen and (max-width: 767.98px) {
  .navbar .dropdown-menu.wider .menu-wrapper {
    background-color: #fff;
    border: 0;
  }
}
.navbar .dropdown-menu.wider .menu-wrapper .mega-dropdown {
  width: 100%;
}
.navbar
  .dropdown-menu.wider
  .menu-wrapper
  .mega-dropdown
  .nav-item
  .dropdown-mega:active {
  color: #2b63f9;
}
@media only screen and (max-width: 767.98px) {
  .navbar
    .dropdown-menu.wider
    .menu-wrapper
    .mega-dropdown
    .nav-item
    .dropdown-mega {
    position: relative;
  }
  .navbar
    .dropdown-menu.wider
    .menu-wrapper
    .mega-dropdown
    .nav-item
    .dropdown-mega:before {
    content: "";
    border: 6px solid transparent;
    border-top-color: #555;
    right: 1rem;
    position: absolute;
    top: calc(50% - 3px);
  }
}
.navbar
  .dropdown-menu.wider
  .menu-wrapper
  .mega-dropdown
  .nav-item
  .dropdown-menu {
  display: block;
  visibility: hidden;
  opacity: 0;
  left: 0;
  right: 0;
  top: 120%;
  -webkit-box-shadow: 0 5px 18px #12121215;
  box-shadow: 0 5px 18px #12121215;
  margin-top: 0;
  border: 1px solid #0000;
  border-top: 0;
  padding: 30px;
  -webkit-transition: 0.3s ease opacity, 0.4s ease top;
  transition: 0.3s ease opacity, 0.4s ease top;
}
@media only screen and (max-width: 767.98px) {
  .navbar
    .dropdown-menu.wider
    .menu-wrapper
    .mega-dropdown
    .nav-item
    .dropdown-menu {
    display: block;
    position: static;
    opacity: 1;
    visibility: visible;
    padding: 8px 1rem;
    border: 0;
  }
}
.navbar
  .dropdown-menu.wider
  .menu-wrapper
  .mega-dropdown
  .nav-item
  .dropdown-menu
  h6 {
  font-size: 15px;
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #dedefe;
}
.navbar
  .dropdown-menu.wider
  .menu-wrapper
  .mega-dropdown
  .nav-item
  .dropdown-menu
  .mega-link {
  padding: 0.35rem 0;
  color: #212529;
  font-size: 14px;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.navbar
  .dropdown-menu.wider
  .menu-wrapper
  .mega-dropdown
  .nav-item
  .dropdown-menu
  .mega-link:hover {
  color: #2b63f9;
  background: #fff;
}
@media only screen and (max-width: 767.98px) {
  .navbar
    .dropdown-menu.wider
    .menu-wrapper
    .mega-dropdown
    .nav-item
    .dropdown-menu
    .mega-link {
    padding: 0.75rem 0;
    padding-left: 1rem;
  }
}
.navbar .dropdown-menu.wider .menu-wrapper .mega-dropdown .nav-item.dropdown {
  position: static;
}
.navbar
  .dropdown-menu.wider
  .menu-wrapper
  .mega-dropdown
  .nav-item.dropdown.active
  .dropdown-menu {
  visibility: visible;
  opacity: 1;
  top: 100%;
}
@media only screen and (max-width: 991.98px) {
  .navbar
    .dropdown-menu.wider
    .menu-wrapper
    .mega-dropdown
    .nav-item.dropdown:hover
    .dropdown-menu,
  .navbar
    .dropdown-menu.wider
    .menu-wrapper
    .mega-dropdown
    .nav-item.dropdown.active
    .dropdown-menu {
    visibility: inherit;
    opacity: inherit;
    top: inherit;
  }
}
@media only screen and (max-width: 767.98px) {
  .navbar .dropdown-menu.wider .menu-wrapper .mega-dropdown .nav-item.dropdown {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
.navbar .dropdown-menu.wider .menu-wrapper .mega-dropdown .nav-item.active {
  border-bottom: 2px solid #2b63f9;
}
@media only screen and (max-width: 767.98px) {
  .navbar .dropdown-menu.wider .menu-wrapper .mega-dropdown .nav-item.active {
    border-bottom: 0;
  }
}
.navbar .dropdown-menu.wider .menu-wrapper .mega-dropdown .nav-item .nav-link {
  padding: 0.65rem 1.25rem;
  font-size: 14px;
  color: #212529;
}
@media only screen and (max-width: 1199.98px) {
  .navbar
    .dropdown-menu.wider
    .menu-wrapper
    .mega-dropdown
    .nav-item
    .nav-link {
    padding: 0.5rem 1rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .navbar
    .dropdown-menu.wider
    .menu-wrapper
    .mega-dropdown
    .nav-item
    .nav-link {
    text-align: left;
    padding: 0.5rem 1rem;
  }
}
@media only screen and (max-width: 991.98px) {
  .navbar
    .dropdown-menu.wider
    .menu-wrapper
    .mega-dropdown
    .nav-item
    .nav-link {
    padding: 0.75rem 1.5rem;
    border: 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .navbar .dropdown-menu {
    position: static;
  }
}
@media only screen and (max-width: 767.98px) {
  .navbar {
    padding: 0 1.5rem;
  }
}
@media only screen and (max-width: 575.98px) {
  .navbar {
    padding: 0 0.5rem;
  }
}
.navbar.scroll,
.mobilecontact.scroll {
  -webkit-box-shadow: 0px 4px 15px rgba(86, 85, 85, 0.12);
  box-shadow: 0px 4px 15px rgba(86, 85, 85, 0.12);
}
.navbar.scroll .logo svg,
.navbar.scroll .logo img {
  max-width: 90px;
  padding-top: 0;
}
@media only screen and (max-width: 767.98px) {
  .navbar .navbar-collapse {
    position: fixed;
    left: 100%;
    top: 0;
    bottom: 0;
    width: 100%;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    opacity: 0.5;
    visibility: hidden;
    -webkit-box-shadow: -4px 0 12px 8px #0002;
    box-shadow: -4px 0 12px 8px #0002;
    padding-top: 95px;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    z-index: -1;
  }
  .navbar .navbar-collapse.show {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@media only screen and (max-width: 1199.98px) {
  .service-section h2 {
    right: 5%;
    font-size: 1.75rem;
  }
}
.navbar .icon-bar {
  width: 24px;
  height: 2px;
  background-color: #5a5a5a;
  display: block;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  margin-top: 4px;
}
.navbar .navbar-toggler {
  outline: none;
  border: 0;
  padding: 8px;
}
.navbar .navbar-toggler:focus {
  outline: 0px;
}
.navbar .navbar-toggler .top-bar {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 20% 190%;
  transform-origin: 20% 190%;
  background-color: #303134;
}
.navbar .navbar-toggler .middle-bar {
  opacity: 0;
  width: 15px;
}
.navbar .navbar-toggler .bottom-bar {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 20% -80%;
  transform-origin: 20% -80%;
  background-color: #303134;
}
.navbar .navbar-toggler.collapsed .top-bar {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  background-color: #303134;
}
.navbar .navbar-toggler.collapsed .middle-bar {
  opacity: 1;
}
.navbar .navbar-toggler.collapsed .bottom-bar {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  background-color: #303134;
}
.service-section {
  margin-top: 100px;
}
.service-section h2 {
  font-size: 1.752rem;
  font-weight: 500;
  color: #414141;
  letter-spacing: 0.5px;
  position: absolute;
  top: 1.25rem;
  right: 7%;
}
@media only screen and (max-width: 1199.98px) {
  .service-section h2 {
    right: 5%;
    font-size: 1.75rem;
  }
}
@media only screen and (max-width: 991.98px) {
  .service-section h2 {
    position: static;
    right: unset;
    text-align: center;
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .service-section h2 {
    position: static;
    right: unset;
    text-align: center;
    margin-bottom: 2rem;
  }
}
.service-section .view-all {
  position: absolute;
  width: 150px;
  bottom: 1rem;
  right: 20%;
  font-size: 16px;
}
@media only screen and (max-width: 1199.98px) {
  .service-section .view-all {
    right: 15%;
  }
}
@media only screen and (max-width: 991.98px) {
  .service-section .view-all {
    position: static;
    right: unset;
    text-align: center;
    width: 100%;
    margin-top: 1rem;
  }
}
.service-section .service-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  position: relative;
  min-height: 500px;
  overflow: hidden;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.service-section .service-cont:hover {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
@media only screen and (max-width: 991.98px) {
  .service-section .service-cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 720px;
  }
}
.service-section .service-cont .s-close {
  position: absolute;
  right: 1rem;
  z-index: -5;
  top: 1.5rem;
  border: 0;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  background: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 2px 5px #0002;
  box-shadow: 0 2px 5px #0002;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.service-section .service-cont .s-close.show {
  visibility: visible;
  pointer-events: all;
  -webkit-transform: scale(1);
  transform: scale(1);
  z-index: 3;
}
.service-section .service-cont .s-close:hover {
  -webkit-box-shadow: 0 4px 8px #0002;
  box-shadow: 0 4px 8px #0002;
}
@media only screen and (max-width: 991.98px) {
  .service-section .service-cont .s-close {
    top: 2rem;
  }
}
.service-section .service-cont .service {
  padding: 4rem 3rem;
  border: 1px solid #dadce088;
  border-radius: 10px;
  background: #fff;
  position: relative;
  cursor: pointer;
  margin: 8px;
  -webkit-transition: 0.345s ease all;
  transition: 0.345s ease all;
  width: auto;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  position: relative;
}
.service-section .service-cont .service h4.t-primary {
  margin-bottom: 18px;
}
.service-section .service-cont .service p {
  margin-bottom: 0;
}
.service-section .service-cont .service:not(.active):before {
  content: "";
  position: absolute;
  width: 80px;
  height: 24px;
  background: rgba(0, 0, 0, 0);
  background-image: url(../svg/explore.svg);
  background-position: center;
  bottom: 2rem;
  right: 0;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  -webkit-filter: blur(20px);
  filter: blur(20px);
  opacity: 0;
}
.service-section .service-cont .service.service1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 55%;
  flex: 0 0 55%;
  margin-left: auto;
  -ms-flex-item-align: end;
  align-self: flex-end;
}
@media only screen and (max-width: 991.98px) {
  .service-section .service-cont .service.service1 {
    padding: 2.5rem 2rem;
    -webkit-transform: none;
    transform: none;
    margin-bottom: 8px;
    margin-left: 8px;
  }
}
@media only screen and (max-width: 767.98px) {
  .service-section .service-cont .service.service1 {
    padding: 2rem 1.5rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    margin-left: 0;
  }
}
@media only screen and (max-width: 575.98px) {
  .service-section .service-cont .service.service1 {
    padding: 2rem 1.5rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
.service-section .service-cont .service.service2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 38%;
  flex: 0 0 38%;
  padding: 2.15rem 3rem 1.5rem;
  -ms-flex-item-align: end;
  align-self: flex-end;
  margin-bottom: 16px;
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
@media only screen and (max-width: 991.98px) {
  .service-section .service-cont .service.service2 {
    padding: 2.5rem 2rem;
    -webkit-transform: none;
    transform: none;
    margin-bottom: 8px;
  }
}
@media only screen and (max-width: 767.98px) {
  .service-section .service-cont .service.service2 {
    padding: 2rem 1.5rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin-left: 0;
  }
}
@media only screen and (max-width: 575.98px) {
  .service-section .service-cont .service.service2 {
    padding: 2rem 1.5rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
.service-section .service-cont .service.service3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 31.333333%;
  flex: 0 0 31.333333%;
  padding: 3rem 1.5rem;
}
@media only screen and (max-width: 991.98px) {
  .service-section .service-cont .service.service3 {
    padding: 2.5rem 2rem 1.65rem;
    -webkit-transform: none;
    transform: none;
    margin-bottom: 8px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 44%;
    flex: 0 0 44%;
  }
}
@media only screen and (max-width: 767.98px) {
  .service-section .service-cont .service.service3 {
    padding: 2rem 1.5rem;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 1rem);
    flex: 0 0 calc(50% - 1rem);
    margin-left: 0;
  }
}
@media only screen and (max-width: 575.98px) {
  .service-section .service-cont .service.service3 {
    padding: 2rem 1.5rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
.service-section .service-cont .service.service4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 31.333333%;
  flex: 0 0 31.333333%;
  padding: 2.53rem 2rem;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
@media only screen and (max-width: 991.98px) {
  .service-section .service-cont .service.service4 {
    padding: 2.5rem 2rem 3rem;
    -webkit-transform: none;
    transform: none;
    margin-bottom: 8px;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}
@media only screen and (max-width: 767.98px) {
  .service-section .service-cont .service.service4 {
    padding: 2rem 1.5rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(45% - 1rem);
    flex: 0 0 calc(45% - 1rem);
    margin-left: 0;
  }
}
@media only screen and (max-width: 575.98px) {
  .service-section .service-cont .service.service4 {
    padding: 2rem 1.5rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
.service-section .service-cont .service.service5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 31.333333%;
  flex: 0 0 31.333333%;
  padding: 1.52rem 2.5rem;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-transform: translateY(-15px);
  transform: translateY(-15px);
}
@media only screen and (max-width: 991.98px) {
  .service-section .service-cont .service.service5 {
    padding: 2.5rem 2rem;
    -webkit-transform: none;
    transform: none;
    margin-bottom: 8px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 89%;
    flex: 0 0 89%;
  }
}
@media only screen and (max-width: 767.98px) {
  .service-section .service-cont .service.service5 {
    padding: 2rem 1.5rem;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 0;
  }
}
@media only screen and (max-width: 575.98px) {
  .service-section .service-cont .service.service5 {
    padding: 2rem 1.5rem;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
.service-section .service-cont .service:hover {
  -webkit-box-shadow: 0 4px 26px #292c2e21;
  box-shadow: 0 4px 26px #292c2e21;
}
.service-section .service-cont .service:hover:before {
  right: 2rem;
  -webkit-filter: blur(0px);
  filter: blur(0px);
  opacity: 1;
}
.service-section .service-cont .service.active {
  position: absolute;
  width: 100%;
  max-width: 100%;
  top: 16px;
  left: 0;
  height: auto;
  z-index: 2;
  padding: 2rem 2rem 1rem;
  margin: 0;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  cursor: default;
}
.service-section .service-cont .service.active p {
  font-size: 0;
  margin: 0;
}
@media only screen and (max-width: 767.98px) {
  .service-section .service-cont .service.active {
    padding: 1.5rem;
  }
}
@media only screen and (max-width: 575.98px) {
  .service-section .service-cont .service.active {
    padding: 1rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .service-section .service-cont .service {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 2.5rem 2rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 8px;
    margin-right: 8px;
  }
}
@media only screen and (max-width: 575.98px) {
  .service-section .service-cont .service {
    padding: 2rem 1.5rem;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0.5rem;
  }
}
.service-section .service-cont .service .service-menu {
  width: 100%;
  position: relative;
  opacity: 0;
  background: #fff;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  -webkit-transform: translateY(600px);
  transform: translateY(600px);
  -webkit-transform-origin: top;
  transform-origin: top;
  height: 0;
  padding: 1rem 0 !important;
}
.service-section .service-cont .service .service-menu .card {
  height: 21rem;
  max-width: 30rem;
  border: 1px solid #dadce0;
  border-radius: 8px;
  overflow: hidden;
  padding-top: 2rem;
  -webkit-transition: 0.5s ease all;
  transition: 0.5s ease all;
  opacity: 0;
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
.service-section .service-cont .service .service-menu .card .card-body p {
  font-size: 13px;
}
.service-section .service-cont .service .service-menu .card .card-footer {
  background: 0 0;
}
.service-section .service-cont .service .service-menu .card.blue {
  background: #4285f4;
}
.service-section .service-cont .service .service-menu .card.blue .card-body {
  color: #fff;
}
.service-section .service-cont .service .service-menu .card.blue .badge {
  position: absolute;
  right: 0;
  top: 1rem;
  letter-spacing: 1px;
  padding: 0.25rem 0.5rem;
  border: 1px solid #fff;
  border-right: 0;
  font-weight: 400;
  font-size: 14px;
}
.service-section .service-cont .service .service-menu .card:hover {
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.service-section .service-cont .service .service-menu.open {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  visibility: visible;
  opacity: 1;
  height: auto;
}
.service-section .service-cont .service .service-menu.open .card {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition-delay: 0ms;
  transition-delay: 0ms;
}
.service-section .service-cont .service .service-menu.open .service-slider {
  display: block;
}
.service-section .service-cont .service .service-menu .service-slider {
  max-width: 100%;
  display: none;
}
.service-section .service-cont .service .service-menu .service-slider .item {
  max-width: 275px;
  margin-right: 15px;
}
.service-section
  .service-cont
  .service
  .service-menu
  .service-slider
  .item
  .card {
  border-radius: 4px;
}
.service-section .service-cont .service-box {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid #dadce0;
  border-radius: 10px;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: 0% 10%;
  transform-origin: 0% 10%;
  -webkit-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}
@media only screen and (max-width: 767.98px) {
  .service-section .service-cont .service-box {
    height: auto;
    top: 0;
    padding-top: 2rem;
  }
}
.service-section .service-cont .service-box.open {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
}
html {
  scroll-behavior: smooth;
}
html ::-webkit-scrollbar-track {
  border-radius: 0;
  background-color: #f3f3f3;
}
html ::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  cursor: pointer;
  background-color: #f3f3f3;
}
html ::-webkit-scrollbar-thumb {
  border-radius: 8px;
  -webkit-box-shadow: inset 0 0 2px rgba(255, 255, 255, 0.3);
  box-shadow: inset 0 0 2px rgba(255, 255, 255, 0.3);
  border: 4px solid transparent !important;
  background-color: #2b63f9;
}
body {
  font-family: "roboto", sans-serif !important;
  padding-top: 75px;
  font-size: 0.9rem;
  line-height: 1.666;
  position: relative;
}
@media only screen and (max-width: 575.98px) {
  body {
    font-size: 0.875rem;
    line-height: 1.75;
  }
  #messageBar {
    left: 0 !important;
    bottom: 0 !important;
  }
  .career,
  .priv {
    margin-top: 1rem !important;
  }
  .business-registration {
    margin-top: 3rem;
  }
  .partner {
    margin-top: 3rem;
  }
  .cms-page {
    margin-top: 2rem;
  }
}
.partner .card-body {
  min-height: 11rem;
}
body.scroll-lock {
  overflow: hidden;
}
body #preloader {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  z-index: 555;
  height: 100vh;
  width: 100vw;
  top: 0;
  left: 0;
}
body #preloader .inner {
  position: relative;
  height: 100%;
  width: 100%;
}
body #preloader .inner svg {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  left: 50%;
  margin: -25px;
  -webkit-animation: grow 1s infinite linear alternate;
  animation: grow 1s infinite linear alternate;
}
body #preloader .inner .circle {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 80px;
  width: 80px;
  margin: -40px 0 0 -40px;
  border: 2px rgba(0, 0, 0, 0.1) solid;
  border-top: 4px #2b63f9 solid;
  border-radius: 50%;
  -webkit-animation: spin2 1s infinite linear;
  animation: spin2 1s infinite linear;
}
@-webkit-keyframes spin2 {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spin2 {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-webkit-keyframes grow {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
@keyframes grow {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  font-family: "roboto", sans-serif;
  letter-spacing: 0.25px;
}
.pt-10 {
  padding-top: 100px;
}
.t-primary {
  color: #2b63f9 !important;
}
a {
  color: #2b63f9;
}
*,
*:focus {
  outline: none !important;
}
p {
  line-height: 1.77;
}
.btn-primary {
  background-color: #2b63f9;
  color: #fff !important;
  border-radius: 655rem;
  -webkit-transition: 0.3s linear all;
  transition: 0.3s linear all;
}
.btn-primary:hover {
  background-color: #0745ea;
  border-color: transparent;
  -webkit-box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.15);
}
.btn-primary:focus,
.btn-primary:active {
  background-color: #0536b9;
  -webkit-box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.15);
  border-color: #0000;
}
.inp {
  position: relative;
  margin: auto;
  width: 100%;
  border-radius: 3px;
  overflow: hidden;
}
.inp .label {
  position: absolute;
  top: 20px;
  left: 12px;
  font-size: 14px;
  color: rgba(95, 99, 104, 0.6);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  pointer-events: none;
}
.inp .focus-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.03);
  z-index: -1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left;
  transform-origin: left;
}
.inp input,
.inp textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  border: 0;
  font-family: inherit;
  padding: 16px 12px 0;
  height: 56px;
  font-size: 16px;
  font-weight: 400;
  background: #fff;
  -webkit-box-shadow: inset 0 -1px 0 rgba(51, 51, 51, 0.3);
  box-shadow: inset 0 -1px 0 rgba(51, 51, 51, 0.3);
  color: #333;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.inp input:hover {
  background: rgba(51, 51, 51, 0.005);
  -webkit-box-shadow: inset 0 -1px 0 rgba(51, 51, 51, 0.65);
  box-shadow: inset 0 -1px 0 rgba(51, 51, 51, 0.65);
}
.inp input:not(:placeholder-shown) + .label {
  color: rgba(39, 45, 48, 0.5);
  -webkit-transform: translate3d(0, -14px, 0) scale(0.85);
  transform: translate3d(0, -14px, 0) scale(0.85);
}
.inp input:focus {
  background: #fff;
  outline: none;
  -webkit-box-shadow: inset 0 -2px 0 #2b63f9;
  box-shadow: inset 0 -2px 0 #2b63f9;
}
.inp input:focus + .label {
  color: #2b63f9;
  -webkit-transform: translate3d(0, -12px, 0) scale(0.75);
  transform: translate3d(0, -12px, 0) scale(0.75);
}
.inp input:focus + .label + .focus-bg {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.inp textarea {
  height: auto;
  min-height: 120px;
  text-align: left;
}
.inp textarea:not(:placeholder-shown) + .label {
  color: rgba(39, 45, 48, 0.5);
  -webkit-transform: translate3d(0, -18px, 0) scale(0.85);
  transform: translate3d(0, -18px, 0) scale(0.85);
}
.inp textarea:focus {
  background: #fff;
  outline: none;
  -webkit-box-shadow: inset 0 -2px 0 #2b63f9;
  box-shadow: inset 0 -2px 0 #2b63f9;
}
.inp textarea:focus + .label {
  color: #2b63f9;
  -webkit-transform: translate3d(0, -18px, 0) scale(0.75);
  transform: translate3d(0, -18px, 0) scale(0.75);
}
.inp textarea:focus + .label + .focus-bg {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
#home {
  padding: 0;
}
.home {
  padding: 8rem 0 4rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (max-width: 575.98px) {
  #home {
    padding: 4rem 0;
  }
}
@media only screen and (max-width: 991.98px) {
  .home {
    padding-top: 5rem;
  }
}
@media only screen and (max-width: 991.98px) {
  .go-right,
  .go-left {
    display: none;
  }
}
@media only screen and (max-width: 991.98px) {
  .overflow-hidden1 {
    background: #fff;
  }
}
@media only screen and (max-width: 1199.98px) {
  .home {
    min-height: calc(60vh - 60px);
  }
}
.home .hero-img .img-fluid {
  max-width: 105%;
}
@media only screen and (max-width: 991.98px) {
  .home .hero-img .img-fluid {
    display: none;
  }
}
.home .hero-text {
  margin-right: auto;
}
@media only screen and (max-width: 991.98px) {
  .home .hero-text {
    margin-right: 0;
  }
}
.home .hero-text .badge.blue {
  background: blue;
  padding: 0.3rem 2rem;
  color: #2a5eec;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0.5px;
  margin-bottom: 1rem;
  border-radius: 0.4rem;
}
@media only screen and (max-width: 767.98px) {
  .home .hero-text .badge.blue {
    display: none;
  }
  .astnc {
    display: none;
  }
}
.home .hero-text h1 {
  font-style: normal;
  font-weight: 600;
  font-size: 3rem;
  letter-spacing: 0.03em;
  color: #272d30;
}
.home .hero-text h1 .cut {
  text-decoration: line-through;
  position: relative;
}
@media only screen and (max-width: 575.98px) {
  .home .hero-text h1 .cut {
    position: static;
  }
}
@media only screen and (max-width: 575.98px) {
  .home .hero-text h1 {
    font-size: 2rem;
    padding: 0 1rem;
  }
}
@media only screen and (max-width: 1299.98px) {
  .home .hero-text h1 {
    font-size: 2.75rem;
    padding: 0;
  }
}
@media only screen and (max-width: 991.98px) {
  .home .hero-text h1 {
    font-size: 2.55rem;
    padding: 0;
  }
}
@media only screen and (max-width: 575.98px) {
  .home .hero-text h1 {
    font-size: 28px;
    padding: 0 1rem;
  }
}
.home .hero-text .lead {
  font-size: 16px;
  letter-spacing: 0.05rem;
  font-weight: 300;
}
@media only screen and (max-width: 767.98px) {
  .home .hero-text .lead {
    font-size: 15px;
    padding: 0 0.9rem;
  }
}
.home .hero-text .form-search .search-icon {
  position: relative;
}
.home .hero-text .form-search .search-icon .form-control {
  padding-left: 2.25rem;
  border: 1px solid #dadce0;
}
.home .hero-text .form-search .search-icon .form-control:focus {
  -webkit-box-shadow: 0 0 2px #2b63f966;
  box-shadow: 0 0 2px #2b63f966;
}
.home .hero-text .form-search .search-icon .form-control:hover {
  -webkit-box-shadow: 0 1px 6px rgba(32, 33, 36, 0.28);
  box-shadow: 0 1px 6px rgba(32, 33, 36, 0.28);
  border-color: rgba(223, 225, 229, 0);
}
.home .hero-text .form-search .search-icon svg {
  position: absolute;
  top: 0.5em;
  left: 0.65em;
  opacity: 0.5;
}
.home .hero-text .hot-tags {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.home .hero-text .hot-tags .tag {
  margin-bottom: 1rem;
}
.home .hero-text .hot-tags .tag a {
  padding: 0.35rem 1.25rem;
  background: #eee;
  border-radius: 22px;
  font-size: 14px;
  margin: 0 0.25rem;
  text-decoration: none;
  color: #272d30;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.home .hero-text .hot-tags .tag a:hover,
.home .hero-text .hot-tags .tag a .active {
  background: rgba(0, 0, 0, 0.64);
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  color: #fff;
}
.home .hero-text .star-rating {
  margin-top: 22px;
}
.home .hero-text .star-rating svg {
  margin-bottom: 6px;
  width: 22px;
  height: 22px;
}
.home .hero-text .star-rating small {
  color: #212529;
  font-size: 16px;
}
.home .brands {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 0 5rem;
}
@media only screen and (max-width: 767.98px) {
  .home .brands {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 1rem;
  }
}
.home .brands img {
  max-width: 80px;
  -webkit-box-shadow: 0 0 2px inset #fff;
  box-shadow: 0 0 2px inset #fff;
  -webkit-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  cursor: pointer;
}
.home .brands img:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1;
}
@media only screen and (max-width: 767.98px) {
  .home .brands img {
    margin-bottom: 1rem;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1;
  }
}
@media only screen and (max-width: 575.98px) {
  .home .brands img {
    margin-bottom: 1rem;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1;
  }
  .home .brands.ico img {
    margin-right: 0 !important;
  }
}
@media only screen and (max-width: 767.98px) {
  .home .brands {
    margin-bottom: 1rem;
    padding: 1rem;
  }
  .home .brands.ico {
    justify-content: space-around !important;
    padding: 0 1rem !important;
  }
}
.result {
  margin-top: 100px;
}
.result .stick-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: -webkit-sticky;
  position: sticky;
  top: 125px;
}
.result .stick-img img {
  max-width: 100%;
}
@media only screen and (max-width: 767.98px) {
  .result .stick-img img {
    max-width: 100%;
  }
}
@media only screen and (max-width: 767.98px) {
  .result .stick-img img {
    max-width: 100%;
  }
}
.result h2 {
  font-size: 1.7rem;
  font-weight: 500;
  color: #212121;
  margin-bottom: 1.5rem;
  letter-spacing: 0.5px;
  max-width: 60%;
}
@media only screen and (max-width: 1199.98px) {
  .result h2 {
    max-width: 90%;
  }
}
@media only screen and (max-width: 767.98px) {
  .result h2 {
    max-width: 100%;
    font-size: 1.6655rem;
  }
}
.result .result-text {
  padding: 0;
}
@media only screen and (max-width: 575.98px) {
  .result .result-text {
    padding: 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .result .result-text {
    text-align: center;
  }
}
.result .result-text .result-card {
  margin-top: 3rem;
}
@media only screen and (max-width: 767.98px) {
  .result .result-text .result-card {
    margin-top: 1.25rem;
  }
}
.result .result-text .result-card .icon {
  display: flex;
}
.result .result-text .result-card .icon h5 {
  padding: 0.7rem 0 0 1rem;
}
.result .result-text .result-card h5 {
  color: #414141;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 400;
}
.result .result-text .result-card p {
  font-size: 16px;
  line-height: 26px;
  color: #212529;
}
.service-steps {
  margin-top: 95px;
}
.service-steps .title {
  margin-bottom: 1.5rem;
}
.service-steps p {
  margin-bottom: 1.5rem;
  max-width: 75%;
}
@media only screen and (max-width: 991.98px) {
  .service-steps p {
    min-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.service-steps .steps {
  list-style: none;
  padding: 0;
  margin: 0;
}
.service-steps .steps li {
  position: relative;
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 16px;
  color: #263238;
}
.service-steps .steps li:before {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: #2b63f9;
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 16px;
  opacity: 0.5;
}
.service-steps .steps li.active {
  color: #2b63f9;
}
.service-steps .steps li.active:before {
  opacity: 1;
}
.service-steps .animated-contain {
  min-height: 360px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.service-steps .animated-contain .circle {
  position: absolute;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.service-steps .animated-contain .circle:before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 160px;
  height: 160px;
  border-radius: 160px;
  background: #c0d0fd;
}
.service-steps .animated-contain .circle svg {
  width: 60px;
  height: 60px;
  display: inline;
}
.service-steps .animated-contain .circle svg path {
  fill: none;
  stroke: #2b63f9;
}
.testimonial {
  margin-top: 125px;
  background: #edf5ff;
  padding: 4rem 0;
}
@media only screen and (max-width: 767.98px) {
  .testimonial h3.h1 {
    font-size: 2rem;
  }
  .testimonial {
    margin-top: 4.5rem;
  }
}
.testimonial .test-slider .item {
  margin-bottom: 15px;
  margin-left: 8px;
  height: calc(100% - 15px);
}
.testimonial .test-slider .item .card {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  height: 295px;
}
.testimonial .test-slider .item .card :hover {
  -webkit-box-shadow: 0 4px 26px #292c2e21;
  box-shadow: 0 4px 26px #292c2e21;
  background: #fff;
}
.testimonial .test-slider .item .card .card-body {
  padding: 16px;
}
.testimonial .test-slider .item .card .card-body p {
  font-size: 14px;
  line-height: 167%;
  color: #212529;
  letter-spacing: 0;
  min-height: 54%;
}
.testimonial .test-slider .item .card .card-body strong {
  display: block;
}
.testimonial .test-slider .item .card .thumb {
  max-width: 42px;
  margin-bottom: 16px;
}
.cta {
  background: rgba(66, 133, 244, 0.32);
  padding: 3rem 0;
  margin: 4rem 5rem 0;
  border-radius: 1rem;
}
@media only screen and (max-width: 767.98px) {
  .cta {
    margin: 3rem 1.4rem 0;
  }
}
.cta .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.cta .button-box a {
  padding: 12px 20px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: #fff;
  border-radius: 8px;
  font-size: 17px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  text-decoration: none;
}
.cta .button-box a strong {
  color: #202124;
  -webkit-transition: 0.3s ease color;
  transition: 0.3s ease color;
}
.cta .button-box a span {
  text-transform: capitalize;
  font-size: 15px;
  color: #212529;
}
.cta .button-box a:not(:last-child) {
  margin-bottom: 20px;
}
.cta .button-box a:hover {
  -webkit-box-shadow: 0 4px 26px #292c2e21;
  box-shadow: 0 4px 26px #292c2e21;
}
.cta .button-box a:hover strong {
  color: #2b63f9;
}
.cta .button-box a:active {
  -webkit-box-shadow: 4px 4px 0px #4475fa;
  box-shadow: 4px 4px 0px #4475fa;
}
.blogsss {
  margin-bottom: 75px !important;
}
.blogsss .blog-card {
  position: relative;
  -ms-flex-line-pack: center;
  align-content: center;
  margin-bottom: 2rem;
  height: calc(100% - 2rem);
  border: 1px solid #f2f2f2;
  border-radius: 4px;
}
.blogsss .blog-card:hover .thumb img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.blogsss .blog-card.flex-column .blog-card-inner {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  padding-left: 0;
  padding: 1rem;
}
@media only screen and (max-width: 767.98px) {
  .blogsss .blog-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.blogsss .blog-card .thumb {
  height: 240px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 200px;
  flex: 0 0 200px;
  overflow: hidden;
}
.blogsss .blog-card .thumb img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.45s ease;
  transition: 0.45s ease;
}
.blogsss .blog-card .blog-card-inner {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  padding-left: 1rem;
}
.blogsss .blog-card .blog-card-inner .title {
  text-decoration: none;
  margin-bottom: 1.25rem;
  display: inline-block;
}
.blogsss .blog-card .blog-card-inner .title:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
footer {
  padding-top: 0px;
  border-top: 1px solid #dadce088;
  background: #f8f8f9;
}
footer .footer-menu {
  margin-bottom: 2rem;
  padding: 0;
}
footer .footer-menu .menu-link {
  color: #202124;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 1rem;
}
footer .footer-menu .nav .nav-link {
  font-weight: 100 !important;
  padding: 0.35rem 0;
  color: #212529;
  font-size: 13px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
footer .footer-menu .nav .nav-link:hover {
  color: #2b63f9;
  padding-left: 2px;
}
@media only screen and (max-width: 1199.98px) {
  footer .footer-menu .nav .nav-link:hover {
    padding-left: 0;
  }
}
@media only screen and (max-width: 767.98px) {
  footer .footer-menu {
    padding: 0 1.5rem;
  }
}
footer .footer-lower {
  margin-top: 3rem;
  padding: 1.2rem 0;
  border-top: 1px solid #dadce0;
}
footer .footer-lower .logo-footer img {
  max-width: 140px;
  -webkit-filter: grayscale(0.9);
  filter: grayscale(0.9);
  -webkit-transition: ease 0.5s all;
  transition: ease 0.5s all;
}
footer .footer-lower .logo-footer img:hover {
  -webkit-filter: grayscale(0.1);
  filter: grayscale(0.1);
}
@media only screen and (max-width: 575.98px) {
  footer .footer-lower .logo-footer img {
    max-width: 0;
  }
}
footer .footer-lower .footer-links .nav-link {
  font-size: 12px;
  color: #6f7378;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
footer .footer-lower .footer-links .nav-link:hover {
  color: #2b63f9;
}
@media only screen and (max-width: 767.98px) {
  footer {
    margin-top: 60px;
  }
}
.bg-grey {
  background: #f8f9fa;
}
@media screen and (min-width: 1400px) {
  main .container,
  nav .container,
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    max-width: 1280px;
  }
}
.side-bar {
  position: -webkit-sticky;
  position: sticky;
  top: 75px;
}
.side-bar .form-search .search-icon {
  position: relative;
}
.side-bar .form-search .search-icon .form-control {
  padding-left: 2.25rem;
  border: 1px solid #dadce0;
}
.side-bar .form-search .search-icon .form-control:focus {
  -webkit-box-shadow: 0 0 2px #2b63f966;
  box-shadow: 0 0 2px #2b63f966;
}
.side-bar .form-search .search-icon .form-control:hover {
  -webkit-box-shadow: 0 1px 6px rgba(32, 33, 36, 0.28);
  box-shadow: 0 1px 6px rgba(32, 33, 36, 0.28);
  border-color: rgba(223, 225, 229, 0);
}
.side-bar .form-search .search-icon svg {
  position: absolute;
  top: 0.5em;
  left: 0.65em;
  opacity: 0.5;
}
.side-bar .service-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-height: 400px;
  overflow-x: hidden;
  overflow-y: auto;
}
.side-bar .service-menu .menu-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.5rem 1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  text-align: center;
}
.side-bar .service-menu .menu-item .icon {
  display: inline;
  margin: 0 auto 1rem;
  opacity: 0.5;
}
.side-bar .service-menu .menu-item .line {
  font-size: 15px;
  text-align: center;
}
.side-bar .service-menu .menu-item a {
  color: #90a4ae;
  text-decoration: none;
}
.side-bar .service-menu .menu-item a:hover .line span {
  color: #2b63f9;
}
.side-bar .service-menu .menu-item:hover,
.side-bar .service-menu .menu-item.active {
  background: #f3f3fa;
  border-radius: 8px;
}
.side-bar .service-menu .menu-item:hover .icon,
.side-bar .service-menu .menu-item.active .icon {
  opacity: 1;
}
.side-bar .service-menu .menu-item:hover a,
.side-bar .service-menu .menu-item.active a {
  color: #272d30;
}
.side-bar .service-menu .menu-item:hover {
  background: #f8f8fa;
}
.service-wrapper .header {
  margin: 0 0 2rem;
}
.service-wrapper .header h1 {
  font-size: 2rem;
  font-weight: 400;
}
.service-wrapper .inner .row .col {
  padding-left: 5px;
  padding-right: 5px;
}
.service-wrapper .inner .row .col .card {
  height: 21rem;
  max-width: 30rem;
  border: 1px solid #dadce0;
  border-radius: 8px;
  padding-top: 0.5rem;
  -webkit-transition: 0.5s ease all;
  transition: 0.5s ease all;
  overflow: hidden;
}
.service-wrapper .inner .row .col .card .card-body p {
  font-size: 14px;
}
.service-wrapper .inner .row .col .card .card-footer {
  background: 0 0;
}
.service-wrapper .inner .row .col .card.blue {
  background: #4285f4;
}
.service-wrapper .inner .row .col .card.blue .card-body {
  color: #fff;
}
.service-wrapper .inner .row .col .card.blue .badge {
  position: absolute;
  left: 0;
  top: 1rem;
  letter-spacing: 1px;
  padding: 0.25rem 0.5rem;
  border: 1px solid #fff;
  border-left: 0;
  font-weight: 400;
  font-size: 14px;
}
.service-wrapper .inner .row .col .card:hover {
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 767.98px) {
  .home-reg {
    margin-top: 2rem;
    min-height: -webkit-fit-content;
    min-height: -moz-fit-content;
    min-height: fit-content;
  }
  .icon {
    display: block !important;
  }
  .service-wrapper .inner .row .col {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .service-wrapper .row.justify-content-between.pad_04 {
    padding-left: 1rem;
    padding-right: 0.5rem;
  }
}
.reg-hero {
  position: relative;
}
.reg-hero .badge.blue {
  background: #2b63f9;
  padding: 0.5rem 0.75rem;
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.5px;
  margin-bottom: 1rem;
}
.reg-hero span.title_si {
  font-size: 48px;
  line-height: 58px;
  font-weight: 400;
  color: #202124;
  margin-bottom: 2rem;
  display: block;
}
.reg-hero h1 {
  font-size: 48px;
  line-height: 58px;
  display: contents;
  font-weight: 200;
}
@media only screen and (max-width: 991.98px) {
  .reg-hero span.title_si,
  .reg-hero h1 {
    font-size: 36px;
    line-height: 46px;
  }
}
@media only screen and (max-width: 767.98px) {
  .reg-hero span.title_si,
  .reg-hero h1 {
    font-size: 28px;
    line-height: 38px;
  }
}
@media only screen and (max-width: 575.98px) {
  .reg-hero span.title_si,
  .reg-hero h1 {
    font-size: 28px;
    line-height: 38px;
  }
}
.reg-hero p {
  font-size: 16px;
  line-height: 28px;
  color: #212529;
  padding-right: 2rem;
}
@media only screen and (max-width: 1199.98px) {
  .reg-hero p {
    padding-right: 1rem;
  }
}
@media only screen and (max-width: 991.98px) {
  .reg-hero p {
    padding-right: 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .reg-hero p {
    font-size: 15px;
    line-height: 25px;
  }
}
@media only screen and (max-width: 575.98px) {
  .reg-hero p {
    font-size: 14px;
    line-height: 22px;
  }
}
.reg-hero .star-rating {
  margin-top: 19px;
}
.reg-hero .star-rating svg {
  margin-right: 3px;
  margin-bottom: 6px;
  width: 22px;
  height: 22px;
}
.reg-hero .star-rating small {
  color: #212529;
  font-size: 16px;
}
.reg-hero .triangle {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: spin2 20s linear infinite;
  animation: spin2 20s linear infinite;
  z-index: -2;
  -webkit-transform-origin: center;
  transform-origin: center;
}
.call-back-sec {
  position: relative;
}
@media only screen and (max-width: 991.98px) {
  .call-back-sec {
    margin-top: 2.5rem;
  }
}
.call-back-sec .card.phone {
  padding: 1rem 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #f2f3ff;
  border: none;
  -webkit-box-shadow: 0px 4px 4px rgba(255, 255, 255, 0.47);
  box-shadow: 0px 4px 4px rgba(255, 255, 255, 0.47);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 2rem;
}
.call-back-sec .card.phone .head {
  font-size: 15px;
  margin-bottom: 1rem;
}
.call-back-sec .card.phone .head svg {
  margin-right: 0.5rem;
}
.call-back-sec .card.phone .c-body {
  -webkit-transform: translateX(-1rem);
  transform: translateX(-1rem);
  margin-bottom: 1rem;
}
.call-back-sec .card.phone .c-body svg {
  margin-right: 0.5rem;
}
.call-back-sec .card.phone p {
  margin-bottom: 0;
  padding-left: 12px;
}
@media only screen and (max-width: 991.98px) {
  .call-back-sec .card.phone {
    padding: 1rem 1.5rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .call-back-sec .card.phone {
    display: none;
  }
}
.call-back {
  border: none;
  padding: 1rem 1rem 1.5rem;
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
  max-width: 420px;
  position: relative;
  right: -3rem;
}
@media only screen and (max-width: 1199.98px) {
  .call-back {
    right: 1.5rem;
  }
}
@media only screen and (max-width: 991.98px) {
  .call-back {
    position: relative;
    right: 0;
    margin-top: 1.2rem;
    padding: 1.5rem 1rem 2rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .call-back {
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .call-back {
    margin-top: 2rem;
    margin-left: 1rem;
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 575.98px) {
  .call-back {
    margin-top: 3rem;
    margin-left: 0;
    margin-bottom: 2rem;
  }
}
.call-back:before {
  position: absolute;
  content: "";
  top: -12px;
  left: -12px;
  right: -12px;
  bottom: -12px;
  background: #f2f3ff;
  z-index: -1;
}
.call-back .bg-dots {
  position: absolute;
  bottom: -1rem;
  right: -2rem;
  left: 2rem;
  top: -2rem;
  background: url(../svg/bg-dots.svg) no-repeat 100% 75%;
  height: 300px;
  z-index: -1;
  -webkit-animation-delay: -3s;
  animation-delay: -3s;
  -webkit-animation: grow 2.5s linear infinite alternate;
  animation: grow 2.5s linear infinite alternate;
}
.call-back .bg-dots.top {
  -webkit-transform: scale(-1);
  transform: scale(-1);
}
@media only screen and (max-width: 991.98px) {
  .call-back .bg-dots {
    bottom: -1rem;
    right: -1.5rem;
    left: 2rem;
    top: -5rem;
  }
}
.call-back .form-head {
  margin-bottom: 1rem;
}
.call-back .form-head h3 {
  font-weight: 400;
  font-size: 21px;
  color: #202124;
}
.call-back .btn.submit {
  top: 12px;
  right: 1rem;
}
.description-service .top-nav {
  position: -webkit-sticky;
  position: sticky;
  top: 75px;
  z-index: 2;
  border-bottom: 1px solid #dadce0;
  white-space: nowrap;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  border-radius: 0 0 3px 3px;
}
.description-service .top-nav::-webkit-scrollbar {
  display: none;
}
.description-service .top-nav .list-group-item {
  background: #fff;
  font-size: 14px;
  color: #212529;
  border: none;
  text-align: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}
.description-service .top-nav .list-group-item:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: #2b63f9;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.description-service .top-nav .list-group-item.active {
  font-weight: 500;
}
.description-service .top-nav .list-group-item.active:before {
  width: 100%;
}
.description-service .top-nav .list-group-item:hover {
  color: #333;
}
.description-service .top-nav .list-group-item:hover:before {
  width: 100%;
}
@media only screen and (max-width: 575.98px) {
  .description-service .top-nav .list-group-item {
    padding: 0.5rem 0.25rem;
    font-size: 13px;
    margin-right: 1.2rem;
  }
}
.description-service .share-tool .nav-link {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.description-service .share-tool .nav-link:hover svg path {
  fill: #2b63f9;
}
.page-header {
  padding: 0.3rem 0;
}
.page-header h2 {
  font-weight: 400;
  color: #303134;
  font-size: 24px;
}
@media only screen and (max-width: 767.98px) {
  .page-header h2 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 575.98px) {
  .page-header h2 {
    font-size: 18px;
  }
  .m-width {
    margin-left: 1rem;
  }
}
.page-header h3 {
  font-weight: 400;
  font-size: 20px;
  color: #303134;
  margin-bottom: 1.25rem;
}
@media only screen and (max-width: 767.98px) {
  .page-header h3 {
    font-size: 18px;
    display: block;
  }
}
.page-header .card-table {
  padding: 1.5rem 0 1rem;
}
.page-header .card-table .card {
  height: 20rem;
  max-width: 30rem;
  border: 1px solid #dadce0;
  border-radius: 4px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  overflow: hidden;
}
.page-header .card-table .card .card-body .aero {
  position: absolute;
  right: 0;
  top: 16px;
  left: 0;
  background: #4285f4;
  width: 100%;
  height: 0.5rem;
  padding-left: 0.5rem;
  border: 0 solid #2b63f9;
  border-right: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.page-header .card-table .card .card-body .aero svg path {
  stroke: none;
}
.page-header .card-table .card .card-body p {
  font-size: 14px !important;
  text-align: left !important;
}
.page-header .card-table .card.blue {
  background: #4285f4;
}
.page-header .card-table .card.blue .card-body {
  color: #fff;
}
.page-header .card-table .card.blue .card-body .aero {
  background-color: #fff;
}
.page-header .card-table .card.blue .card-body .aero svg path {
  stroke: #2b63f9;
}
.page-header .card-table .card:hover {
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}
.page-header article {
  border-bottom: 1px solid #0001;
}
.page-header article p,
.page-header article span {
  margin-bottom: 1rem;
  font-size: 16px;
  line-height: 28px;
  color: #212529;
}
@media only screen and (max-width: 767.98px) {
  .page-header article p,
  .page-header article span {
    font-size: 15px;
    line-height: calc(1.5 * 15px);
  }
}
@media only screen and (max-width: 767.98px) {
  .page-header article p,
  .page-header article span {
    font-size: 14px;
    line-height: calc(1.5 * 14px);
  }
  .page-header article .checklist li:before,
  .page-header article ul li:before {
    margin-left: 0 !important;
  }
}
.page-header article .checklist,
.page-header article ul {
  list-style: none;
  padding-left: 0.5rem;
  margin-top: 0.5rem;
}
.page-header article .checklist li,
.page-header article ul li span {
  font-size: 14px;
}
.page-header article .checklist li,
.page-header article ul li {
  position: relative;
  padding: 0.1rem;
  font-size: 16px;
  color: #212529;
  display: block;
  line-height: 28px;
}
.page-header article ol {
  margin-bottom: 1rem;
  margin-top: 0.5rem;
}
.page-header article ol li {
  position: relative;
  padding: 0.1rem;
  font-size: 16px;
  color: #212529;
  line-height: 28px;
  list-style-type: auto;
}
.page-header article .checklist li p,
.page-header article ul li p {
  margin-bottom: 0;
}
.page-header article .checklist li:before,
.page-header article ul li:before {
  content: "";
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-right: 8px;
  vertical-align: bottom;
  background: url(../svg/info-circle.svg) no-repeat;
  background-size: cover;
  border-radius: 50%;
  margin-bottom: 0.46rem;
}
.page-header .blog-text .checklist,
.page-header .blog-text ul {
  list-style: none;
  padding-left: 0.5rem;
}
.page-header .blog-text .checklist li,
.page-header .blog-text ul > li {
  position: relative;
  padding: 0.2rem;
  font-size: 16px;
  color: #212529;
  display: block;
}
.page-header .blog-text .checklist li p,
.page-header .blog-text ul li p {
  margin-bottom: 0;
}
.page-header .blog-text ul > li:before {
  content: "";
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-right: 8px;
  vertical-align: bottom;
  background: url(../svg/info-circle.svg) no-repeat;
  background-size: cover;
  border-radius: 50%;
  margin-bottom: 0.2rem;
}
.page-header .blog-text .checklist li:hover,
.page-header .blog-text ul li:hover {
  background-color: #fbfbfc;
}
@media only screen and (max-width: 767.98px) {
  .page-header .blog-text .checklist,
  .page-header .blog-text ul {
    padding-left: 1rem;
  }
  .page-header .blog-text .checklist li:before,
  .page-header .blog-text ul li:before {
    margin-left: 0 !important;
  }
}
@media only screen and (max-width: 575.98px) {
  .page-header .blog-text .checklist,
  .page-header .blog-text ul {
    padding-left: 0;
  }
}
.page-header .blog-text img {
  margin: 0 auto;
  padding: 7px;
  max-width: 100%;
}
.page-header article .checklist li:hover,
.page-header article ul li:hover {
  background-color: #fbfbfc;
}
@media only screen and (max-width: 767.98px) {
  .page-header article .checklist,
  .page-header article ul {
    padding-left: 1rem;
  }
}
@media only screen and (max-width: 575.98px) {
  .page-header article .checklist,
  .page-header article ul {
    padding-left: 0;
  }
}
.page-header article img {
  margin: 0.4rem 1rem 0 0;
  padding: 0;
  max-width: 100%;
}
.timeline {
  list-style-type: none;
  position: relative;
  padding-left: 1.5rem;
}
.timeline:before {
  content: " ";
  background: #ccc;
  display: inline-block;
  position: absolute;
  left: 16px;
  width: 4px;
  top: 2rem;
  bottom: 6rem;
  z-index: 1;
  border-radius: 1rem;
}
.timeline .timeline-item {
  margin: 20px 0;
  border-right: 8px solid #f3f3f8;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border: 1px solid #e5e5e5;
}
.timeline .timeline-item h2.h5 {
  font-weight: 700;
  color: #2b63f9;
  margin-bottom: 1rem !important;
  letter-spacing: 3px;
}
.timeline .timeline-item h4.card-title {
  letter-spacing: 1px;
}
.timeline .timeline-item .timeline-arrow {
  border-top: 0.5rem solid transparent;
  border-right: 0.5rem solid #fff;
  border-bottom: 0.5rem solid transparent;
  display: block;
  position: absolute;
  left: 2rem;
}
.timeline .timeline-item:hover {
  border-color: #5d87fa;
}
.timeline .timeline-item:before {
  content: " ";
  background: #ddd;
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  border: 3px solid #fff;
  left: 11px;
  width: 14px;
  height: 14px;
  z-index: 1;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.accordion {
  padding: 0;
}
@media only screen and (max-width: 575.98px) {
  .accordion {
    padding: 0;
  }
}
.accordion .card-header {
  padding: 0.5rem;
  background-color: #fcfcfc;
  border-color: #dadce0;
  border-bottom: 1px solid #dadce0;
}
@media only screen and (max-width: 767.98px) {
  .accordion .card-header {
    padding: 0.5rem 0.25rem;
  }
}
.accordion .card-header .btn {
  color: #444;
  font-size: 15px;
  text-decoration: none;
  position: relative;
}
.accordion .card-header .btn:after {
  position: absolute;
  content: "";
  top: calc(50% - 1rem);
  right: 0.5rem;
  width: 2rem;
  height: 2rem;
  background: #fff
    url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxMCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAuMDUwMjEzOSAxNi4wNzFMMS40NjQ0MyAxNy40ODUyTDkuOTQ5NzEgOC45OTk5NUwxLjQ2NDQzIDAuNTE0NjY1TDAuMDUwMjEzMyAxLjkyODg4TDcuMTIxMjggOC45OTk5NUwwLjA1MDIxMzkgMTYuMDcxWiIgZmlsbD0iIzJFM0E1OSIvPgo8L3N2Zz4=)
    no-repeat center;
  background-size: 35% 35%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  opacity: 0.7;
  padding: 0.5rem;
  border: 1px solid #d3d3d3;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
}
.accordion .card-header .btn:not(.collapsed) {
  color: #000;
}
.accordion .card-header .btn:not(.collapsed):after {
  -webkit-transform: rotate(90deg) translateY(0);
  transform: rotate(90deg) translateY(0);
}
@media only screen and (max-width: 767.98px) {
  .accordion .card-header .btn {
    padding: 0.5rem 2rem 0.5rem 0.5rem;
    font-size: 14px;
  }
}
@media only screen and (max-width: 575.98px) {
  .accordion .card-header .btn {
    padding: 0.25rem 2rem 0.25rem 0.5rem;
  }
}
.accordion .card-body {
  color: #212529;
  line-height: 160%;
}
.sticky-top-form {
  position: -webkit-sticky;
  position: sticky;
  top: 125px;
  margin-top: 1rem;
}
.form-inqry {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.form-inqry .call-inq {
  position: static;
  right: 0;
  width: 100%;
  padding: 0.5rem 1.5rem 2rem;
  -webkit-box-shadow: 0 2px 4px #0003, 0 0 0 15px #f8f9fa;
  box-shadow: 0px 3px 8px #0003, 0 0 0 8px #f8f9fa;
}
@media only screen and (max-width: 991.98px) {
  .form-inqry .call-inq {
    margin: 0 auto;
  }
}
.form-inqry .call-inq:before {
  width: 0;
  height: 0;
}
.form-inqry .call-inq header h4 {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.75rem;
}
.form-inqry .call-inq .inp {
  max-width: 100%;
  margin: 0 auto 0.5rem;
}
.why-us-sec {
  margin-top: 70px;
  border-radius: 12px;
}
.why-us-sec .why-us {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.why-us-sec .why-us .header {
  max-width: 380px;
  padding-left: 2rem;
}
.why-us-sec .why-us .header h4 {
  font-weight: 400;
  font-size: 26px;
  line-height: 52px;
}
@media only screen and (max-width: 767.98px) {
  .why-us-sec .why-us .header {
    max-width: unset;
    padding-left: 0;
  }
  .why-us-sec .why-us .header h4 {
    font-size: 22px;
    line-height: 33px;
  }
}
.why-us-sec .why-us .call-back {
  background: #2b63f9;
  -webkit-box-shadow: 0px 4px 25px rgba(255, 255, 255, 0.47);
  box-shadow: 0px 4px 25px rgba(255, 255, 255, 0.47);
  border-radius: 20px;
  position: static;
  max-width: 410px;
  padding: 1.5rem 2rem 1.5rem 5rem;
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-right: 2rem;
}
.why-us-sec .why-us .call-back:before {
  display: none;
}
.why-us-sec .why-us .call-back .strong {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}
.why-us-sec .why-us .call-back p {
  padding: 0.5rem 0;
  color: #fffc !important;
}
@media only screen and (max-width: 767.98px) {
  .why-us-sec .why-us .call-back {
    margin-left: 0;
    margin-right: 0;
  }
}
.table-cont {
  margin: 1.5rem 0 2rem;
}
.table-cont .table thead th {
  border: 0;
  font-weight: 400;
  color: #303134;
}
.table-cont .table thead th:not(:first-child) {
  text-align: center;
}
.table-cont .table thead th .btn {
  border-radius: 8px;
  color: #2b63f9;
  font-size: 15px;
  padding: 0.5rem 1.5rem;
  background: #fff;
  border: 0;
  color: #303134;
  margin: 0 auto;
}
.table-cont .table thead th .btn:hover,
.table-cont .table thead th .btn:active,
.table-cont .table thead th .btn.active,
.table-cont .table thead th .btn:focus {
  background: rgba(66, 133, 244, 0.2);
  color: #2b63f9;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.table-cont .table tbody th {
  font-weight: 400;
  color: #212529;
}
.table-cont .table tbody td {
  text-align: center;
}
.table-cont .table tr {
  position: relative;
}
@media only screen and (max-width: 575.98px) {
  .table-cont .table tr {
    padding-top: 15rem;
  }
}
@media only screen and (max-width: 575.98px) {
  .table-cont .table tr th:first-child {
    display: none;
  }
} /* .blog-home .bg-image{margin-bottom:2.5rem} */
.blog-home .bg-image img {
  max-width: 100%;
  min-width: 100%;
}
@media only screen and (max-width: 767.98px) {
  .blog-home .bg-image {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
.blog-home .call-back {
  position: absolute;
  right: 1rem;
  bottom: 0.5rem;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 1rem;
  background-color: #eeeeeed1;
}
.blog-home .call-back:before {
  display: none;
}
@media only screen and (max-width: 767.98px) {
  .blog-home .call-back {
    display: none;
  }
}
.blog-desc .title {
  font-size: 28px;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 767.98px) {
  .blog-desc .title {
    margin-top: 3rem;
  }
}
.blog-desc .text {
  font-size: 16px;
  line-height: 25px;
  color: #212529;
  margin: 1.5rem 0px;
}
.blog-desc .blog-img {
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
}
.blog-desc h5,
.blog-desc h4,
.blog-desc h6 {
  margin-bottom: 1.5rem;
  font-weight: 500;
}
.blog-desc .checklist {
  list-style: none;
  padding-left: 0;
}
.blog-desc .checklist li {
  position: relative;
  padding: 1rem;
  padding-left: 2.5rem;
  font-size: 16px;
  color: #212529;
}
.blog-desc .checklist li:before {
  content: "";
  position: absolute;
  top: 16px;
  width: 25px;
  height: 25px;
  left: 4px;
  background: url(../svg/info-circle.svg) no-repeat;
  background-size: cover;
  border-radius: 50%;
}
.blog-desc .checklist li:hover {
  background-color: #fbfbfc;
}
@media only screen and (max-width: 767.98px) {
  .blog-desc .checklist {
    padding-left: 1rem;
  }
}
.blog-desc .list-group-cust {
  list-style: none;
  padding: 0;
}
.blog-desc .list-group-cust .list-group-item {
  background: #fff;
  color: #212529;
  padding: 0.5rem 0.75rem;
  margin-bottom: 0.5rem;
  position: relative;
  font-size: 15px;
}
.blog-desc .list-group-cust .list-group-item:hover {
  background: #fafafa;
}
.blog-desc .blog-post {
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
}
.blog-desc .blog-post .share-buttons {
  position: sticky;
  top: 100px;
  float: left;
  margin-left: -70px;
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media only screen and (max-width: 767.98px) {
  .blog-desc .blog-post .share-buttons {
    position: absolute;
    top: 99.3%;
    margin-left: 0;
    float: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 1.5rem;
  }
}
.blog-desc .blog-post .share-buttons .share.btn:not(:last-child) {
  margin-bottom: 0.5rem;
}
@media only screen and (max-width: 767.98px) {
  .blog-desc .blog-post .share-buttons .share.btn:not(:last-child) {
    margin-bottom: 0;
  }
}
.blog-desc .blog-post .share-buttons .share.btn:hover {
  opacity: 1;
}
.blog-desc .blog-post .share-buttons .share.btn:hover path {
  fill: #2b63f9;
}
.call-back-form {
  margin: 1rem 0 1rem !important;
  -webkit-box-shadow: 0 0 0 12px #f8f9fa !important;
  border: 1px solid #e5e5e5;
}
.call-back-form .form-inner input.form-control {
  border: 0 !important;
  border-bottom: 1px solid rgba(39, 45, 48, 0.5) !important;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.call-back-form .form-inner input.form-control:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-bottom: 2px solid #2b63f9 !important;
}
@media only screen and (max-width: 767.98px) {
  .call-back-form .form-inner input.form-control {
    margin-bottom: 1rem;
  }
}
.author {
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  padding: 20px 40px;
}
.author .img-author {
  margin-right: 2rem;
}
.author .img-author img {
  width: 100px;
  height: 100px;
  border-radius: 100%;
}
.author .author-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.author .author-post .author-name h6 {
  margin-bottom: 1rem;
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
}
.author .author-post .author-bio {
  max-width: 100%;
  line-height: 25px;
  font-size: 16px;
}
@media only screen and (max-width: 767.98px) {
  .author .author-post .author-bio {
    max-width: 100%;
  }
  .author {
    display: block !important;
  }
  .author .author-post .author-name h6 {
    margin-top: 1rem !important;
  }
}
.legal-cards {
  padding: 30px 0px;
}
@media only screen and (max-width: 767.98px) {
  .legal-cards {
    padding-top: 30px 0px;
  }
}
.legal-cards .card {
  border: 1px solid #dadce0;
  height: calc(100% - 1.5rem);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  border-radius: 16px;
  margin-bottom: 1.5rem;
}
.legal-cards .card .card-body {
  padding: 1rem;
  height: 265px;
}
.legal-cards .card .card-title a {
  text-decoration: none;
  font-size: 16px;
  line-height: 24px;
  color: #212529;
}
.legal-cards .card p.small {
  margin: 0;
}
.legal-cards .card .badge {
  position: absolute;
  bottom: 5px;
  left: 13px;
  border-radius: 7px 0 5px;
}
.legal-cards .card:hover {
  -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
}
.legal-cards .card:hover .card-title {
  color: #202124;
}
.priv .page-header {
  padding: 3.25rem 0.5rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #dadce0;
}
.priv .page-details {
  margin-bottom: 2rem;
}
.priv .blockquote {
  margin-bottom: 2.5rem;
}
.priv .blockquote .blockquote-footer {
  text-align: right;
}
.priv .header {
  padding: 1.5rem 0;
  margin-top: 1rem;
}
.priv p {
  color: #212529;
  line-height: 24px;
}
.priv .page-footer {
  margin-top: 4.5rem;
  padding: 2rem 0.5rem;
  border-top: 1px solid #dadce0;
  border-bottom: 1px solid #dadce0;
}
.contact .contact-form {
  padding: 1rem 3rem 3rem;
  -webkit-box-shadow: 0 2px 4px #0003, 0 0 0 15px #f8f9fa;
  box-shadow: 0 2px 4px #0003, 0 0 0 15px #f8f9fa;
}
@media only screen and (max-width: 1199.98px) {
  .contact .contact-form {
    padding: 1rem 2rem 3rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .contact .contact-form {
    padding: 1rem 1rem 2rem;
  }
}
.contact .contact-form .inp {
  max-width: 100%;
}
.career .display-4 {
  font-size: 3.5rem;
}
@media only screen and (max-width: 991.98px) {
  .career .display-4 {
    font-size: 2.75rem;
  }
}
@media only screen and (max-width: 575.98px) {
  .career .display-4 {
    font-size: 2rem;
  }
}
.career .job-cat .card {
  height: calc(100% - 30px);
  margin-bottom: 30px;
  border-radius: 12px !important;
  border-color: #ededed;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 0px 2px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 2px 0px rgba(0, 0, 0, 0);
}
.career .job-cat .card .text-dark {
  letter-spacing: 2px;
}
.career .job-cat .card:hover {
  -webkit-box-shadow: 0px 4px 16px rgba(15, 26, 34, 0.085);
  box-shadow: 0px 4px 16px rgba(15, 26, 34, 0.085);
}
.career .job-card {
  border-color: #dadce0;
  margin-bottom: 30px;
  border-radius: 12px !important;
  -webkit-box-shadow: 0px 2px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 2px 0px rgba(0, 0, 0, 0);
}
.career .job-card .card-footer {
  border-radius: 1.3rem !important;
}
.cart .list-group-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 0.25rem 1.25rem;
  padding-right: 0;
  background-color: #fff;
}
@media only screen and (max-width: 575.98px) {
  .cart .list-group-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.cart .list-group-item .price-detail {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  max-width: 60%;
}
@media only screen and (max-width: 575.98px) {
  .cart .list-group-item .price-detail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 0.25rem;
  }
}
.cart .list-group-item span.price {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  max-width: 30%;
  text-align: right;
}
@media only screen and (max-width: 575.98px) {
  .cart .list-group-item span.price {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 575.98px) {
  .cart .card-order .card-body {
    padding: 1rem;
    font-size: 93.3333%;
  }
  .cart .card-order .card-body strong.price {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
    font-size: 14px;
    text-align: right;
  }
}
.about .blockquote p {
  line-height: 1.6;
}
.about p {
  font-size: 1rem;
  color: #212529;
}
.all-blog .blog-cont .card {
  border-color: #dadce0;
  margin-bottom: 30px;
  height: calc(100% - 30px);
  -webkit-transition: 0.3s ease box-shadow;
  transition: 0.3s ease box-shadow;
}
.all-blog .blog-cont .card:hover {
  -webkit-box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.15);
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.15);
}
.all-blog .blog-cont .card .card-body {
  padding: 1rem;
}
.all-blog .blog-cont .card .card-body .card-title a {
  text-decoration: none;
  color: inherit;
}
.all-blog .blog-cont .card .card-body .card-title a:before {
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  position: absolute;
}
.all-blog .blog-cont .card .card-footer {
  padding: 0.5rem 1rem;
  background: #fff;
}
.all-blog .blog-cont .card .card-footer .tag:not(:last-child) {
  margin-right: 0.35rem;
}
.all-blog .blog-cont .card .detail {
  margin-bottom: 0;
  color: #7d7d7d;
  font-size: 14px;
  line-height: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.all-blog .blog-cont .pagination .page-item.active .page-link {
  color: #fff;
}
.all-blog .blog-cont .pagination .page-link {
  color: #555;
  padding: 0.5rem 0.85rem;
}
.all-blog .sidebar .form-search .form-control {
  height: 48px;
  border: 0;
}
.all-blog .sidebar .form-search .btn {
  height: 48px;
  border: 0;
  background: #f0f0f0;
  padding: 0.5rem 1rem;
}
.all-blog .sidebar .categories .text-dark {
  letter-spacing: 1px;
}
.all-blog .sidebar .categories .nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 16px;
  letter-spacing: 1px;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0.15rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #8d8d8d;
}
.all-blog .sidebar .categories .nav-link:not(:last-child) {
  border-bottom: 1px solid #e3e3e3;
}
.all-blog .sidebar .categories .nav-link.active {
  color: #2b63f9;
}
.all-blog .sidebar .categories .nav-link.active span {
  background: #333;
  color: #fff;
}
.all-blog .sidebar .categories .nav-link:hover div {
  color: #2b63f9;
}
.all-blog .sidebar .categories .nav-link:hover span {
  background: #333;
  color: #fff;
}
.all-blog .sidebar .categories .nav-link span {
  padding: 0.25rem 0.75rem;
  font-size: 14px;
  background: #f3f3f3;
  border-radius: 50px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.all-blog .sidebar .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.all-blog .sidebar .tags .tag a {
  padding: 0.5rem 0.75rem;
  background: #f0f0f0;
  border-radius: 5px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-right: 7px;
  margin-bottom: 7px;
  color: #8d8d8d;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.all-blog .sidebar .tags .tag a:hover {
  background: #2b63f9;
  color: #fff;
}
.all-blog .sidebar .social-media {
  margin: 22px 0 50px;
}
.all-blog .sidebar .social-media .nav-link {
  background: #f0f0f0;
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0.35rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.all-blog .sidebar .social-media .nav-link svg {
  width: 22px;
  height: 22px;
  opacity: 0.5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.all-blog .sidebar .social-media .nav-link:not(:last-child) {
  margin-right: 0.5rem;
}
.all-blog .sidebar .social-media .nav-link:hover {
  background: #f7f7f7;
  -webkit-box-shadow: 0 0.5rem 1.5rem #00000030;
  box-shadow: 0 0.5rem 1.5rem #00000030;
}
.all-blog .sidebar .social-media .nav-link:hover svg {
  opacity: 1;
}
.all-blog .sidebar .subscribe {
  -webkit-box-shadow: 0 2px 4px #0003, 0 0 0 15px #f8f9fa;
  box-shadow: 0 2px 4px #0003, 0 0 0 15px #f8f9fa;
}
@media only screen and (max-width: 767.98px) {
  .calculator .display-4 {
    font-size: 2.5rem;
  }
}
.calculator .list-group-flush .list-group-item {
  margin-top: 8px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #fff;
  color: #212529;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 8px;
}
.calculator .list-group-flush .list-group-item label {
  margin-bottom: 0;
}
.calculator .list-group-flush .list-group-item .custom-select {
  max-width: 18rem;
}
@media only screen and (max-width: 767.98px) {
  .calculator .list-group-flush .list-group-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
    min-width: 75%;
  }
  .calculator .list-group-flush .list-group-item label {
    margin-bottom: 0.75rem;
    text-align: left;
    margin-right: auto;
  }
}
@media only screen and (max-width: 575.98px) {
  .calculator .list-group-flush .list-group-item {
    min-width: 95%;
  }
}
.calculator .stamp-duties .card-title {
  letter-spacing: 1px;
}
.calculator .stamp-duties li {
  font-weight: 500;
  font-size: 14px;
  color: #898989;
  margin-bottom: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.calculator .stamp-duties li .badge {
  font-size: 0.85rem;
}
.calculator .stamp-duties li .badge .text-primary {
  font-weight: 400;
  font-family: "roboto";
}
.calculator .how-works .num {
  width: 1.75rem;
  height: 1.75rem;
  background-color: #4285f4;
  border-radius: 50%;
  color: #fff;
  display: inline;
  margin-right: 1rem;
  padding: 0 10px;
  line-height: 1.75rem;
  text-align: center;
}
.online-pay {
  -webkit-box-shadow: 0 2px 4px #0003, 0 0 0 15px #f8f9fa;
  box-shadow: 0 2px 4px #0003, 0 0 0 15px #f8f9fa;
  padding: 1rem 2rem 0;
}
@media only screen and (max-width: 767.98px) {
  .online-pay {
    padding: 1rem 1rem 0;
  }
}
@media only screen and (max-width: 575.98px) {
  .online-pay {
    padding: 1rem 0 0;
  }
}
.online-pay .inp {
  max-width: 100%;
}
.law-update .list-group-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #dadce088;
  margin-bottom: 1rem;
}
.law-update .list-group-item .h5.text-dark {
  letter-spacing: 0px;
  margin-bottom: 1.15rem !important;
}
.law-update .list-group-item .h5.text-dark a {
  color: #343438;
  text-decoration: none;
}
.law-update .list-group-item .h5.text-dark a:hover {
  color: #2b63f9;
}
.law-update .list-group-item .summary {
  color: #333;
}
.law-update .list-group-item .details {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
@media only screen and (max-width: 767.98px) {
  .law-update .list-group-item .details {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.law-update .list-group-item .department {
  font-size: 90%;
  color: #777;
  font-weight: 500;
}
@media only screen and (max-width: 767.98px) {
  .law-update .list-group-item .department {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 0.351rem !important;
  }
}
.law-update .list-group-item .badge {
  background-color: #e7e7e8;
  font-size: 12px;
  color: #336;
  font-weight: 500;
}
@media only screen and (max-width: 575.98px) {
  .law-update .list-group-item {
    padding: 1rem 0;
  }
}
.law-update .search-form .input-group {
  max-width: 15rem;
}
.change-ca .tab-content .tab-pane.fade {
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  -webkit-transform: translateY(3rem);
  transform: translateY(3rem);
}
.change-ca .tab-content .tab-pane.fade.show {
  -webkit-transform: translateY(0rem);
  transform: translateY(0rem);
}
.change-ca .table .check,
.change-ca .table .cross {
  margin: auto;
  position: relative;
  left: calc(50% - 15px);
}
.change-ca .table td:not(:first-child) > small {
  text-align: center;
  display: block;
  margin-top: 8px;
}
.change-ca .table thead tr th:first-child,
.change-ca .table tbody tr td:first-child {
  position: -webkit-sticky;
  position: sticky;
  left: -1px;
  background-color: #fff;
  z-index: 5;
  border-right: 1px solid #dadce0;
}
.change-ca .ca-tabs .nav-item .nav-link {
  border: 2px solid #2b63f9;
  letter-spacing: 1.5px;
  font-size: 1rem;
  font-weight: 500;
  padding-left: 2rem;
  padding-right: 2rem;
}
.change-ca .ca-tabs .nav-item .nav-link.active {
  color: #fff;
  background-color: #2b63f9;
}
.change-ca .ca-tabs .nav-item:first-child .nav-link {
  border-top-left-radius: 3rem;
  border-bottom-left-radius: 3rem;
  border-right: 0;
}
.change-ca .ca-tabs .nav-item:nth-child(2) .nav-link {
  border-top-right-radius: 3rem;
  border-bottom-right-radius: 3rem;
}
.change-ca .text-small {
  font-size: 0.9rem !important;
}
.change-ca .pricing {
  color: #fff;
}
.change-ca .custom-separator {
  width: 5rem;
  height: 6px;
  border-radius: 1rem;
}
.change-ca .text-uppercase {
  letter-spacing: 0.2em;
}
.change-ca .btn-warning {
  color: #fff;
}
.change-ca .btn-warning:hover {
  color: #fff;
}
.life .img-slider .item {
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  max-height: calc(100vh - 120px);
}
.life .img-slider .item img {
  max-width: 100%;
  padding-bottom: 3rem;
}
@media only screen and (max-width: 575.98px) {
  .life .img-slider .item img {
    padding: 0 0 1rem;
  }
}
.life .img-slider .item .caption {
  max-width: 60%;
  position: absolute;
  bottom: 1rem;
  left: 3rem;
  z-index: 5;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  -webkit-transform: translateX(100px);
  transform: translateX(100px);
  opacity: 0;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
@media only screen and (max-width: 575.98px) {
  .life .img-slider .item .caption {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    left: 0;
    right: 0;
    max-width: 100%;
    opacity: 0.7;
    position: relative;
    -webkit-transform: translateY(-52px);
    transform: translateY(-52px);
  }
}
.life .img-slider .item .border-blue {
  position: absolute;
  bottom: 2.5rem;
  left: 3rem;
  right: 0;
  height: 1rem;
  z-index: 1;
  background-color: #2b63f9;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  opacity: 0;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.life .img-slider .active .item .caption {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  opacity: 1;
}
.life .img-slider .active .item .border-blue {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  opacity: 1;
}
.life .brands {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 3rem auto;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.life .brands img {
  max-width: 140px;
  opacity: 0.7;
  margin-bottom: 1rem;
}
.life .brands img:not(:last-child) {
  margin-right: 2.5rem;
}
@media only screen and (max-width: 767.98px) {
  .life .brands img:not(:last-child) {
    margin-right: 1rem;
  }
}
.life .brands img:hover {
  opacity: 1;
}
.life .explore {
  position: relative;
  margin: 0 0 2rem;
}
.life .explore .d-flex {
  position: absolute;
  background: #fff;
  width: 246px;
  top: 5rem;
  right: 13rem;
  z-index: 5;
}
@media only screen and (max-width: 1199.98px) {
  .life .explore .d-flex {
    right: 3rem;
  }
}
@media only screen and (max-width: 991.98px) {
  .life .explore .d-flex {
    top: 6rem;
    right: 1rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .life .explore .d-flex {
    top: 6rem;
    right: 0;
  }
}
.life .explore .d-flex .play {
  margin-top: 1rem;
  margin-left: -3rem;
}
@media only screen and (max-width: 575.98px) {
  .life .explore .d-flex .play {
    margin-top: 0;
    margin-left: 0;
  }
}
.life .explore .bg-dots {
  position: absolute;
  bottom: -1rem;
  right: -2rem;
  left: 7rem;
  top: 1rem;
  background: url(../svg/bg-dots.svg) no-repeat 100% 75%;
  height: 300px;
  width: 300px;
  z-index: 0;
  -webkit-animation-delay: -3s;
  animation-delay: -3s;
  -webkit-animation: grow 2.5s linear infinite alternate;
  animation: grow 2.5s linear infinite alternate;
}
@media only screen and (max-width: 991.98px) {
  .life .explore .bg-dots {
    left: 2rem;
    top: 1rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .life .explore .bg-dots {
    display: none;
  }
}
.life .making-changes .card {
  margin-bottom: 2rem;
}
.life .making-changes .card-jobs {
  overflow: hidden;
}
.life .making-changes .card-jobs:hover span {
  opacity: 1;
  -webkit-filter: blur(0px);
  filter: blur(0px);
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}
.life .making-changes .card-jobs span {
  position: absolute;
  background-color: #2b63f9;
  display: block;
  text-align: center;
  padding: 0.5rem 0.75rem;
  color: #fff;
  font-size: 1rem;
  letter-spacing: 1px;
  bottom: 0;
  left: 2px;
  right: 2px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.1;
  -webkit-filter: blur(5px);
  filter: blur(5px);
  -webkit-transform: translateY(90%);
  transform: translateY(90%);
}
@media only screen and (max-width: 767.98px) {
  .life .making-changes .card {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.life .commitment {
  margin-top: 5rem;
}
@media only screen and (max-width: 575.98px) {
  .life .commitment h1 {
    display: none;
  }
}
.life .commit-slider .s-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #dadce0;
  border-left: 0;
  border-radius: 10px;
}
.life .commit-slider .s-item .thumb {
  max-width: 50%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}
@media only screen and (max-width: 991.98px) {
  .life .commit-slider .s-item .thumb {
    max-width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}
.life .commit-slider .s-item .caption {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: calc(50% - 1px);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 1rem 2rem;
}
@media only screen and (max-width: 991.98px) {
  .life .commit-slider .s-item .caption {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: calc(50% - 1px);
  }
  .life .commit-slider .s-item .caption h4 {
    font-size: 1.05rem;
  }
  .life .commit-slider .s-item .caption .h1 {
    font-size: 1.5rem;
  }
  .life .commit-slider .s-item .caption .lead {
    font-size: 0.9rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .life .commit-slider .s-item .caption {
    border-left: 1px solid #dadce0;
    padding: 2.5rem 2rem;
  }
}
.life .owl-nav {
  position: absolute;
  top: calc(50% - 1.125rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  right: -1rem;
  left: -1rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.life .owl-nav .owl-prev,
.life .owl-nav .owl-next {
  width: 2.5rem;
  height: 2.5rem;
  background: #e9e9e9 !important;
  font-size: 2rem !important;
  line-height: 100% !important;
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.life .owl-nav .owl-prev:hover,
.life .owl-nav .owl-next:hover {
  -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.15);
  opacity: 1;
}
@media only screen and (max-width: 575.98px) {
  .life h1,
  .life .h1 {
    font-size: 1.5rem;
  }
}
.form-search {
  position: relative;
}
#homesearch {
  position: absolute;
  top: 36px;
  left: 0;
  right: 0;
  padding: 0 0 8px;
  border-radius: 8px;
  background: #fff;
  -webkit-box-shadow: 0 3px 16px #3331;
  box-shadow: 0 3px 16px #3331;
  z-index: 1;
}
#homeServiceBlogSearch {
  position: absolute;
  top: 2.8rem;
  padding-left: 1.3rem;
  background: #fff;
  -webkit-box-shadow: 0 3px 16px #3331;
  box-shadow: 0 3px 16px #3331;
  z-index: 999;
}
#homesearch ul {
  padding: 0;
  max-height: 260px;
  overflow-y: auto;
}
#homeServiceBlogSearch ul {
  padding: 0;
  max-height: 12rem;
  overflow-y: auto;
}
#homesearch ul li {
  list-style: none;
  color: #565656;
}
#homeServiceBlogSearch ul li {
  list-style: none;
  color: #565656;
}
#homesearch ul li a {
  display: block;
  padding: 6px 16px;
  color: #444;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#homeServiceBlogSearch ul li a {
  display: block;
  padding: 6px 16px;
  color: #444;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#homesearch ul li a:hover {
  background: #2b63f9;
  color: #fff;
}
#homeServiceBlogSearch ul li a:hover {
  background: #2b63f9;
  color: #fff;
}
.career-details p:first-child {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.career-details p:not(:first-child) {
  display: none;
}
.career-details ul {
  display: none;
}
.h5-limit {
  line-height: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
article.blog-post img {
  max-width: 100% !important;
}
.mobile-num {
  width: 100%;
  margin-bottom: 1rem;
}
.call-back h3 {
  padding: 0 7px;
}
.mobile-num input[type="tel"] {
  width: 100%;
  font-family: inherit;
  height: 56px;
  font-size: 14px;
  font-weight: 400;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
  padding: 0.5rem;
  outline: none;
  border: 0;
  -webkit-box-shadow: inset 0 -1px 0 rgba(51, 51, 51, 0.3);
  box-shadow: inset 0 -1px 0 rgba(51, 51, 51, 0.3);
}
.mobile-num .iti {
  position: relative;
  display: inline-block;
  width: 100%;
}
.mobile-num input[type="tel"]:focus {
  -webkit-box-shadow: inset 0 -2px 0 #2b63f9;
  box-shadow: inset 0 -2px 0 #2b63f9;
  font-size: 16px;
}
#messageBar {
  display: none;
  min-width: 250px;
  background-color: #63c4f3;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  padding: 15px;
  position: fixed;
  z-index: 99999;
  left: 25%;
  bottom: 30px;
  font-size: 17px;
}
.social-media-links a,
.social-media-links a svg path {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.social-media-links a:hover path,
.social-media-links a svg path:hover path {
  fill: #2b63f9;
}
.intl-tel-input {
  position: relative;
}
.intl-tel-input * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.intl-tel-input .hide {
  display: none;
}
.intl-tel-input .v-hide {
  visibility: hidden;
}
.intl-tel-input input,
.intl-tel-input input[type="text"],
.intl-tel-input input[type="tel"] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}
.intl-tel-input .flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px;
}
.intl-tel-input .selected-flag {
  z-index: 1;
  position: relative;
  width: 36px;
  height: 100%;
  padding: 0 0 0 8px;
}
.intl-tel-input .selected-flag .iti-flag {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.intl-tel-input .selected-flag .iti-arrow {
  position: absolute;
  top: 50%;
  margin-top: -2px;
  right: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555;
}
.intl-tel-input .selected-flag .iti-arrow.up {
  border-top: none;
  border-bottom: 4px solid #555;
}
.intl-tel-input .country-list {
  position: absolute;
  z-index: 2;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 0 -1px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  border: 1px solid #ccc;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll;
}
.intl-tel-input .country-list.dropup {
  bottom: 100%;
  margin-bottom: -1px;
}
.intl-tel-input .country-list .flag-box {
  display: inline-block;
  width: 20px;
}
@media (max-width: 500px) {
  .intl-tel-input .country-list {
    white-space: normal;
  }
}
.intl-tel-input .country-list .divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ccc;
}
.intl-tel-input .country-list .country {
  padding: 5px 10px;
}
.intl-tel-input .country-list .country .dial-code {
  color: #999;
}
.intl-tel-input .country-list .country.highlight {
  background-color: rgba(0, 0, 0, 0.05);
}
.intl-tel-input .country-list .country-name,
.intl-tel-input .country-list .dial-code,
.intl-tel-input .country-list .flag-box {
  vertical-align: middle;
}
.intl-tel-input .country-list .country-name,
.intl-tel-input .country-list .flag-box {
  margin-right: 6px;
}
.intl-tel-input.allow-dropdown input,
.intl-tel-input.allow-dropdown input[type="text"],
.intl-tel-input.allow-dropdown input[type="tel"],
.intl-tel-input.separate-dial-code input,
.intl-tel-input.separate-dial-code input[type="text"],
.intl-tel-input.separate-dial-code input[type="tel"] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}
.intl-tel-input.allow-dropdown .flag-container,
.intl-tel-input.separate-dial-code .flag-container {
  right: auto;
  left: 0;
}
.intl-tel-input.allow-dropdown .selected-flag,
.intl-tel-input.separate-dial-code .selected-flag {
  width: 46px;
}
.intl-tel-input.allow-dropdown .flag-container:hover {
  cursor: pointer;
}
.intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}
.intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover,
.intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover {
  cursor: default;
}
.intl-tel-input.allow-dropdown
  input[disabled]
  + .flag-container:hover
  .selected-flag,
.intl-tel-input.allow-dropdown
  input[readonly]
  + .flag-container:hover
  .selected-flag {
  background-color: transparent;
}
.intl-tel-input.separate-dial-code .selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
  display: table;
}
.intl-tel-input.separate-dial-code .selected-dial-code {
  display: table-cell;
  vertical-align: middle;
  padding-left: 28px;
}
.intl-tel-input.separate-dial-code.iti-sdc-2 input,
.intl-tel-input.separate-dial-code.iti-sdc-2 input[type="text"],
.intl-tel-input.separate-dial-code.iti-sdc-2 input[type="tel"] {
  padding-left: 66px;
}
.intl-tel-input.separate-dial-code.iti-sdc-2 .selected-flag {
  width: 60px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type="text"],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type="tel"] {
  padding-left: 76px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 .selected-flag {
  width: 70px;
}
.intl-tel-input.separate-dial-code.iti-sdc-3 input,
.intl-tel-input.separate-dial-code.iti-sdc-3 input[type="text"],
.intl-tel-input.separate-dial-code.iti-sdc-3 input[type="tel"] {
  padding-left: 74px;
}
.intl-tel-input.separate-dial-code.iti-sdc-3 .selected-flag {
  width: 68px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type="text"],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type="tel"] {
  padding-left: 84px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 .selected-flag {
  width: 78px;
}
.intl-tel-input.separate-dial-code.iti-sdc-4 input,
.intl-tel-input.separate-dial-code.iti-sdc-4 input[type="text"],
.intl-tel-input.separate-dial-code.iti-sdc-4 input[type="tel"] {
  padding-left: 82px;
}
.intl-tel-input.separate-dial-code.iti-sdc-4 .selected-flag {
  width: 76px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type="text"],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type="tel"] {
  padding-left: 92px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 .selected-flag {
  width: 86px;
}
.intl-tel-input.separate-dial-code.iti-sdc-5 input,
.intl-tel-input.separate-dial-code.iti-sdc-5 input[type="text"],
.intl-tel-input.separate-dial-code.iti-sdc-5 input[type="tel"] {
  padding-left: 90px;
}
.intl-tel-input.separate-dial-code.iti-sdc-5 .selected-flag {
  width: 84px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type="text"],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type="tel"] {
  padding-left: 100px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 .selected-flag {
  width: 94px;
}
.intl-tel-input.iti-container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px;
}
.intl-tel-input.iti-container:hover {
  cursor: pointer;
}
.iti-mobile .intl-tel-input.iti-container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed;
}
.iti-mobile .intl-tel-input .country-list {
  max-height: 100%;
  width: 100%;
}
.iti-mobile .intl-tel-input .country-list .country {
  padding: 10px;
  line-height: 1.5em;
}
.iti-flag {
  width: 20px;
}
.iti-flag.be {
  width: 18px;
}
.iti-flag.ch {
  width: 15px;
}
.iti-flag.mc {
  width: 19px;
}
.iti-flag.ne {
  width: 18px;
}
.iti-flag.np {
  width: 13px;
}
.iti-flag.va {
  width: 15px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (-o-min-device-pixel-ratio: 2/1),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx) {
  .iti-flag {
    background-size: 5630px 15px;
  }
}
.iti-flag.ac {
  height: 10px;
  background-position: 0 0;
}
.iti-flag.ad {
  height: 14px;
  background-position: -22px 0;
}
.iti-flag.ae {
  height: 10px;
  background-position: -44px 0;
}
.iti-flag.af {
  height: 14px;
  background-position: -66px 0;
}
.iti-flag.ag {
  height: 14px;
  background-position: -88px 0;
}
.iti-flag.ai {
  height: 10px;
  background-position: -110px 0;
}
.iti-flag.al {
  height: 15px;
  background-position: -132px 0;
}
.iti-flag.am {
  height: 10px;
  background-position: -154px 0;
}
.iti-flag.ao {
  height: 14px;
  background-position: -176px 0;
}
.iti-flag.aq {
  height: 14px;
  background-position: -198px 0;
}
.iti-flag.ar {
  height: 13px;
  background-position: -220px 0;
}
.iti-flag.as {
  height: 10px;
  background-position: -242px 0;
}
.iti-flag.at {
  height: 14px;
  background-position: -264px 0;
}
.iti-flag.au {
  height: 10px;
  background-position: -286px 0;
}
.iti-flag.aw {
  height: 14px;
  background-position: -308px 0;
}
.iti-flag.ax {
  height: 13px;
  background-position: -330px 0;
}
.iti-flag.az {
  height: 10px;
  background-position: -352px 0;
}
.iti-flag.ba {
  height: 10px;
  background-position: -374px 0;
}
.iti-flag.bb {
  height: 14px;
  background-position: -396px 0;
}
.iti-flag.bd {
  height: 12px;
  background-position: -418px 0;
}
.iti-flag.be {
  height: 15px;
  background-position: -440px 0;
}
.iti-flag.bf {
  height: 14px;
  background-position: -460px 0;
}
.iti-flag.bg {
  height: 12px;
  background-position: -482px 0;
}
.iti-flag.bh {
  height: 12px;
  background-position: -504px 0;
}
.iti-flag.bi {
  height: 12px;
  background-position: -526px 0;
}
.iti-flag.bj {
  height: 14px;
  background-position: -548px 0;
}
.iti-flag.bl {
  height: 14px;
  background-position: -570px 0;
}
.iti-flag.bm {
  height: 10px;
  background-position: -592px 0;
}
.iti-flag.bn {
  height: 10px;
  background-position: -614px 0;
}
.iti-flag.bo {
  height: 14px;
  background-position: -636px 0;
}
.iti-flag.bq {
  height: 14px;
  background-position: -658px 0;
}
.iti-flag.br {
  height: 14px;
  background-position: -680px 0;
}
.iti-flag.bs {
  height: 10px;
  background-position: -702px 0;
}
.iti-flag.bt {
  height: 14px;
  background-position: -724px 0;
}
.iti-flag.bv {
  height: 15px;
  background-position: -746px 0;
}
.iti-flag.bw {
  height: 14px;
  background-position: -768px 0;
}
.iti-flag.by {
  height: 10px;
  background-position: -790px 0;
}
.iti-flag.bz {
  height: 14px;
  background-position: -812px 0;
}
.iti-flag.ca {
  height: 10px;
  background-position: -834px 0;
}
.iti-flag.cc {
  height: 10px;
  background-position: -856px 0;
}
.iti-flag.cd {
  height: 15px;
  background-position: -878px 0;
}
.iti-flag.cf {
  height: 14px;
  background-position: -900px 0;
}
.iti-flag.cg {
  height: 14px;
  background-position: -922px 0;
}
.iti-flag.ch {
  height: 15px;
  background-position: -944px 0;
}
.iti-flag.ci {
  height: 14px;
  background-position: -961px 0;
}
.iti-flag.ck {
  height: 10px;
  background-position: -983px 0;
}
.iti-flag.cl {
  height: 14px;
  background-position: -1005px 0;
}
.iti-flag.cm {
  height: 14px;
  background-position: -1027px 0;
}
.iti-flag.cn {
  height: 14px;
  background-position: -1049px 0;
}
.iti-flag.co {
  height: 14px;
  background-position: -1071px 0;
}
.iti-flag.cp {
  height: 14px;
  background-position: -1093px 0;
}
.iti-flag.cr {
  height: 12px;
  background-position: -1115px 0;
}
.iti-flag.cu {
  height: 10px;
  background-position: -1137px 0;
}
.iti-flag.cv {
  height: 12px;
  background-position: -1159px 0;
}
.iti-flag.cw {
  height: 14px;
  background-position: -1181px 0;
}
.iti-flag.cx {
  height: 10px;
  background-position: -1203px 0;
}
.iti-flag.cy {
  height: 13px;
  background-position: -1225px 0;
}
.iti-flag.cz {
  height: 14px;
  background-position: -1247px 0;
}
.iti-flag.de {
  height: 12px;
  background-position: -1269px 0;
}
.iti-flag.dg {
  height: 10px;
  background-position: -1291px 0;
}
.iti-flag.dj {
  height: 14px;
  background-position: -1313px 0;
}
.iti-flag.dk {
  height: 15px;
  background-position: -1335px 0;
}
.iti-flag.dm {
  height: 10px;
  background-position: -1357px 0;
}
.iti-flag.do {
  height: 13px;
  background-position: -1379px 0;
}
.iti-flag.dz {
  height: 14px;
  background-position: -1401px 0;
}
.iti-flag.ea {
  height: 14px;
  background-position: -1423px 0;
}
.iti-flag.ec {
  height: 14px;
  background-position: -1445px 0;
}
.iti-flag.ee {
  height: 13px;
  background-position: -1467px 0;
}
.iti-flag.eg {
  height: 14px;
  background-position: -1489px 0;
}
.iti-flag.eh {
  height: 10px;
  background-position: -1511px 0;
}
.iti-flag.er {
  height: 10px;
  background-position: -1533px 0;
}
.iti-flag.es {
  height: 14px;
  background-position: -1555px 0;
}
.iti-flag.et {
  height: 10px;
  background-position: -1577px 0;
}
.iti-flag.eu {
  height: 14px;
  background-position: -1599px 0;
}
.iti-flag.fi {
  height: 12px;
  background-position: -1621px 0;
}
.iti-flag.fj {
  height: 10px;
  background-position: -1643px 0;
}
.iti-flag.fk {
  height: 10px;
  background-position: -1665px 0;
}
.iti-flag.fm {
  height: 11px;
  background-position: -1687px 0;
}
.iti-flag.fo {
  height: 15px;
  background-position: -1709px 0;
}
.iti-flag.fr {
  height: 14px;
  background-position: -1731px 0;
}
.iti-flag.ga {
  height: 15px;
  background-position: -1753px 0;
}
.iti-flag.gb {
  height: 10px;
  background-position: -1775px 0;
}
.iti-flag.gd {
  height: 12px;
  background-position: -1797px 0;
}
.iti-flag.ge {
  height: 14px;
  background-position: -1819px 0;
}
.iti-flag.gf {
  height: 14px;
  background-position: -1841px 0;
}
.iti-flag.gg {
  height: 14px;
  background-position: -1863px 0;
}
.iti-flag.gh {
  height: 14px;
  background-position: -1885px 0;
}
.iti-flag.gi {
  height: 10px;
  background-position: -1907px 0;
}
.iti-flag.gl {
  height: 14px;
  background-position: -1929px 0;
}
.iti-flag.gm {
  height: 14px;
  background-position: -1951px 0;
}
.iti-flag.gn {
  height: 14px;
  background-position: -1973px 0;
}
.iti-flag.gp {
  height: 14px;
  background-position: -1995px 0;
}
.iti-flag.gq {
  height: 14px;
  background-position: -2017px 0;
}
.iti-flag.gr {
  height: 14px;
  background-position: -2039px 0;
}
.iti-flag.gs {
  height: 10px;
  background-position: -2061px 0;
}
.iti-flag.gt {
  height: 13px;
  background-position: -2083px 0;
}
.iti-flag.gu {
  height: 11px;
  background-position: -2105px 0;
}
.iti-flag.gw {
  height: 10px;
  background-position: -2127px 0;
}
.iti-flag.gy {
  height: 12px;
  background-position: -2149px 0;
}
.iti-flag.hk {
  height: 14px;
  background-position: -2171px 0;
}
.iti-flag.hm {
  height: 10px;
  background-position: -2193px 0;
}
.iti-flag.hn {
  height: 10px;
  background-position: -2215px 0;
}
.iti-flag.hr {
  height: 10px;
  background-position: -2237px 0;
}
.iti-flag.ht {
  height: 12px;
  background-position: -2259px 0;
}
.iti-flag.hu {
  height: 10px;
  background-position: -2281px 0;
}
.iti-flag.ic {
  height: 14px;
  background-position: -2303px 0;
}
.iti-flag.id {
  height: 14px;
  background-position: -2325px 0;
}
.iti-flag.ie {
  height: 10px;
  background-position: -2347px 0;
}
.iti-flag.il {
  height: 15px;
  background-position: -2369px 0;
}
.iti-flag.im {
  height: 10px;
  background-position: -2391px 0;
}
.iti-flag.in {
  height: 14px;
  background-position: -2413px 0;
}
.iti-flag.io {
  height: 10px;
  background-position: -2435px 0;
}
.iti-flag.iq {
  height: 14px;
  background-position: -2457px 0;
}
.iti-flag.ir {
  height: 12px;
  background-position: -2479px 0;
}
.iti-flag.is {
  height: 15px;
  background-position: -2501px 0;
}
.iti-flag.it {
  height: 14px;
  background-position: -2523px 0;
}
.iti-flag.je {
  height: 12px;
  background-position: -2545px 0;
}
.iti-flag.jm {
  height: 10px;
  background-position: -2567px 0;
}
.iti-flag.jo {
  height: 10px;
  background-position: -2589px 0;
}
.iti-flag.jp {
  height: 14px;
  background-position: -2611px 0;
}
.iti-flag.ke {
  height: 14px;
  background-position: -2633px 0;
}
.iti-flag.kg {
  height: 12px;
  background-position: -2655px 0;
}
.iti-flag.kh {
  height: 13px;
  background-position: -2677px 0;
}
.iti-flag.ki {
  height: 10px;
  background-position: -2699px 0;
}
.iti-flag.km {
  height: 12px;
  background-position: -2721px 0;
}
.iti-flag.kn {
  height: 14px;
  background-position: -2743px 0;
}
.iti-flag.kp {
  height: 10px;
  background-position: -2765px 0;
}
.iti-flag.kr {
  height: 14px;
  background-position: -2787px 0;
}
.iti-flag.kw {
  height: 10px;
  background-position: -2809px 0;
}
.iti-flag.ky {
  height: 10px;
  background-position: -2831px 0;
}
.iti-flag.kz {
  height: 10px;
  background-position: -2853px 0;
}
.iti-flag.la {
  height: 14px;
  background-position: -2875px 0;
}
.iti-flag.lb {
  height: 14px;
  background-position: -2897px 0;
}
.iti-flag.lc {
  height: 10px;
  background-position: -2919px 0;
}
.iti-flag.li {
  height: 12px;
  background-position: -2941px 0;
}
.iti-flag.lk {
  height: 10px;
  background-position: -2963px 0;
}
.iti-flag.lr {
  height: 11px;
  background-position: -2985px 0;
}
.iti-flag.ls {
  height: 14px;
  background-position: -3007px 0;
}
.iti-flag.lt {
  height: 12px;
  background-position: -3029px 0;
}
.iti-flag.lu {
  height: 12px;
  background-position: -3051px 0;
}
.iti-flag.lv {
  height: 10px;
  background-position: -3073px 0;
}
.iti-flag.ly {
  height: 10px;
  background-position: -3095px 0;
}
.iti-flag.ma {
  height: 14px;
  background-position: -3117px 0;
}
.iti-flag.mc {
  height: 15px;
  background-position: -3139px 0;
}
.iti-flag.md {
  height: 10px;
  background-position: -3160px 0;
}
.iti-flag.me {
  height: 10px;
  background-position: -3182px 0;
}
.iti-flag.mf {
  height: 14px;
  background-position: -3204px 0;
}
.iti-flag.mg {
  height: 14px;
  background-position: -3226px 0;
}
.iti-flag.mh {
  height: 11px;
  background-position: -3248px 0;
}
.iti-flag.mk {
  height: 10px;
  background-position: -3270px 0;
}
.iti-flag.ml {
  height: 14px;
  background-position: -3292px 0;
}
.iti-flag.mm {
  height: 14px;
  background-position: -3314px 0;
}
.iti-flag.mn {
  height: 10px;
  background-position: -3336px 0;
}
.iti-flag.mo {
  height: 14px;
  background-position: -3358px 0;
}
.iti-flag.mp {
  height: 10px;
  background-position: -3380px 0;
}
.iti-flag.mq {
  height: 14px;
  background-position: -3402px 0;
}
.iti-flag.mr {
  height: 14px;
  background-position: -3424px 0;
}
.iti-flag.ms {
  height: 10px;
  background-position: -3446px 0;
}
.iti-flag.mt {
  height: 14px;
  background-position: -3468px 0;
}
.iti-flag.mu {
  height: 14px;
  background-position: -3490px 0;
}
.iti-flag.mv {
  height: 14px;
  background-position: -3512px 0;
}
.iti-flag.mw {
  height: 14px;
  background-position: -3534px 0;
}
.iti-flag.mx {
  height: 12px;
  background-position: -3556px 0;
}
.iti-flag.my {
  height: 10px;
  background-position: -3578px 0;
}
.iti-flag.mz {
  height: 14px;
  background-position: -3600px 0;
}
.iti-flag.na {
  height: 14px;
  background-position: -3622px 0;
}
.iti-flag.nc {
  height: 10px;
  background-position: -3644px 0;
}
.iti-flag.ne {
  height: 15px;
  background-position: -3666px 0;
}
.iti-flag.nf {
  height: 10px;
  background-position: -3686px 0;
}
.iti-flag.ng {
  height: 10px;
  background-position: -3708px 0;
}
.iti-flag.ni {
  height: 12px;
  background-position: -3730px 0;
}
.iti-flag.nl {
  height: 14px;
  background-position: -3752px 0;
}
.iti-flag.no {
  height: 15px;
  background-position: -3774px 0;
}
.iti-flag.np {
  height: 15px;
  background-position: -3796px 0;
}
.iti-flag.nr {
  height: 10px;
  background-position: -3811px 0;
}
.iti-flag.nu {
  height: 10px;
  background-position: -3833px 0;
}
.iti-flag.nz {
  height: 10px;
  background-position: -3855px 0;
}
.iti-flag.om {
  height: 10px;
  background-position: -3877px 0;
}
.iti-flag.pa {
  height: 14px;
  background-position: -3899px 0;
}
.iti-flag.pe {
  height: 14px;
  background-position: -3921px 0;
}
.iti-flag.pf {
  height: 14px;
  background-position: -3943px 0;
}
.iti-flag.pg {
  height: 15px;
  background-position: -3965px 0;
}
.iti-flag.ph {
  height: 10px;
  background-position: -3987px 0;
}
.iti-flag.pk {
  height: 14px;
  background-position: -4009px 0;
}
.iti-flag.pl {
  height: 13px;
  background-position: -4031px 0;
}
.iti-flag.pm {
  height: 14px;
  background-position: -4053px 0;
}
.iti-flag.pn {
  height: 10px;
  background-position: -4075px 0;
}
.iti-flag.pr {
  height: 14px;
  background-position: -4097px 0;
}
.iti-flag.ps {
  height: 10px;
  background-position: -4119px 0;
}
.iti-flag.pt {
  height: 14px;
  background-position: -4141px 0;
}
.iti-flag.pw {
  height: 13px;
  background-position: -4163px 0;
}
.iti-flag.py {
  height: 11px;
  background-position: -4185px 0;
}
.iti-flag.qa {
  height: 8px;
  background-position: -4207px 0;
}
.iti-flag.re {
  height: 14px;
  background-position: -4229px 0;
}
.iti-flag.ro {
  height: 14px;
  background-position: -4251px 0;
}
.iti-flag.rs {
  height: 14px;
  background-position: -4273px 0;
}
.iti-flag.ru {
  height: 14px;
  background-position: -4295px 0;
}
.iti-flag.rw {
  height: 14px;
  background-position: -4317px 0;
}
.iti-flag.sa {
  height: 14px;
  background-position: -4339px 0;
}
.iti-flag.sb {
  height: 10px;
  background-position: -4361px 0;
}
.iti-flag.sc {
  height: 10px;
  background-position: -4383px 0;
}
.iti-flag.sd {
  height: 10px;
  background-position: -4405px 0;
}
.iti-flag.se {
  height: 13px;
  background-position: -4427px 0;
}
.iti-flag.sg {
  height: 14px;
  background-position: -4449px 0;
}
.iti-flag.sh {
  height: 10px;
  background-position: -4471px 0;
}
.iti-flag.si {
  height: 10px;
  background-position: -4493px 0;
}
.iti-flag.sj {
  height: 15px;
  background-position: -4515px 0;
}
.iti-flag.sk {
  height: 14px;
  background-position: -4537px 0;
}
.iti-flag.sl {
  height: 14px;
  background-position: -4559px 0;
}
.iti-flag.sm {
  height: 15px;
  background-position: -4581px 0;
}
.iti-flag.sn {
  height: 14px;
  background-position: -4603px 0;
}
.iti-flag.so {
  height: 14px;
  background-position: -4625px 0;
}
.iti-flag.sr {
  height: 14px;
  background-position: -4647px 0;
}
.iti-flag.ss {
  height: 10px;
  background-position: -4669px 0;
}
.iti-flag.st {
  height: 10px;
  background-position: -4691px 0;
}
.iti-flag.sv {
  height: 12px;
  background-position: -4713px 0;
}
.iti-flag.sx {
  height: 14px;
  background-position: -4735px 0;
}
.iti-flag.sy {
  height: 14px;
  background-position: -4757px 0;
}
.iti-flag.sz {
  height: 14px;
  background-position: -4779px 0;
}
.iti-flag.ta {
  height: 10px;
  background-position: -4801px 0;
}
.iti-flag.tc {
  height: 10px;
  background-position: -4823px 0;
}
.iti-flag.td {
  height: 14px;
  background-position: -4845px 0;
}
.iti-flag.tf {
  height: 14px;
  background-position: -4867px 0;
}
.iti-flag.tg {
  height: 13px;
  background-position: -4889px 0;
}
.iti-flag.th {
  height: 14px;
  background-position: -4911px 0;
}
.iti-flag.tj {
  height: 10px;
  background-position: -4933px 0;
}
.iti-flag.tk {
  height: 10px;
  background-position: -4955px 0;
}
.iti-flag.tl {
  height: 10px;
  background-position: -4977px 0;
}
.iti-flag.tm {
  height: 14px;
  background-position: -4999px 0;
}
.iti-flag.tn {
  height: 14px;
  background-position: -5021px 0;
}
.iti-flag.to {
  height: 10px;
  background-position: -5043px 0;
}
.iti-flag.tr {
  height: 14px;
  background-position: -5065px 0;
}
.iti-flag.tt {
  height: 12px;
  background-position: -5087px 0;
}
.iti-flag.tv {
  height: 10px;
  background-position: -5109px 0;
}
.iti-flag.tw {
  height: 14px;
  background-position: -5131px 0;
}
.iti-flag.tz {
  height: 14px;
  background-position: -5153px 0;
}
.iti-flag.ua {
  height: 14px;
  background-position: -5175px 0;
}
.iti-flag.ug {
  height: 14px;
  background-position: -5197px 0;
}
.iti-flag.um {
  height: 11px;
  background-position: -5219px 0;
}
.iti-flag.us {
  height: 11px;
  background-position: -5241px 0;
}
.iti-flag.uy {
  height: 14px;
  background-position: -5263px 0;
}
.iti-flag.uz {
  height: 10px;
  background-position: -5285px 0;
}
.iti-flag.va {
  height: 15px;
  background-position: -5307px 0;
}
.iti-flag.vc {
  height: 14px;
  background-position: -5324px 0;
}
.iti-flag.ve {
  height: 14px;
  background-position: -5346px 0;
}
.iti-flag.vg {
  height: 10px;
  background-position: -5368px 0;
}
.iti-flag.vi {
  height: 14px;
  background-position: -5390px 0;
}
.iti-flag.vn {
  height: 14px;
  background-position: -5412px 0;
}
.iti-flag.vu {
  height: 12px;
  background-position: -5434px 0;
}
.iti-flag.wf {
  height: 14px;
  background-position: -5456px 0;
}
.iti-flag.ws {
  height: 10px;
  background-position: -5478px 0;
}
.iti-flag.xk {
  height: 15px;
  background-position: -5500px 0;
}
.iti-flag.ye {
  height: 14px;
  background-position: -5522px 0;
}
.iti-flag.yt {
  height: 14px;
  background-position: -5544px 0;
}
.iti-flag.za {
  height: 14px;
  background-position: -5566px 0;
}
.iti-flag.zm {
  height: 14px;
  background-position: -5588px 0;
}
.iti-flag.zw {
  height: 10px;
  background-position: -5610px 0;
}
.iti-flag {
  width: 20px;
  height: 15px;
  box-shadow: 0 0 1px 0 #888;
  background-image: url("../png/flags-2.png");
  background-repeat: no-repeat;
  background-color: #dbdbdb;
  background-position: 20px 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (-o-min-device-pixel-ratio: 2/1),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx) {
  .iti-flag {
    background-image: url("../png/flags%402x.png");
  }
}
.country-list {
  z-index: 999;
  max-width: 21rem;
}
.none {
  display: none;
}
#homeServiceBlogSearch {
  margin-top: 2%;
}
.card-text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}
.card-text1 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.card_text1 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.card-text4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  max-height: 7rem;
  min-height: 7rem;
}
.display-flex {
  display: flex;
}
.apply-coupon {
  position: absolute;
  bottom: 11px;
  right: 5px;
}
.disp-none {
  display: none !important;
}
.service-text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.myImg {
  max-height: 200px;
}
.op04 {
  opacity: 0.4;
}
.slide-text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}
.text-black {
  color: #000;
}
.card-bodyImg {
  height: 163px;
}
.blog-title2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.contact-details {
  overflow: scroll;
  height: 576px;
}
.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.dropdown-content a {
  color: #000;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.dropdown-content a:hover {
  color: #2b63f9;
}
.dropdown:hover .dropdown-content {
  display: block;
}
.blog-text img {
  display: block !important;
}
#homeServiceBlogSearch h5 {
  margin-left: 15px;
  font-weight: 600;
  border-bottom: 1px solid #000000ad;
  padding-bottom: 5px;
}
#homeServiceBlogSearch h5:first-child {
  padding-top: 10px;
}
.page img {
  max-width: 729px;
}
.blog-text table {
  max-width: 100%;
  overflow: scroll;
}
.table-width {
  max-width: 100%;
  overflow-y: hidden;
  overflow-x: auto;
  margin-bottom: 1rem;
}
.chevron-left {
  position: absolute;
  top: 0.6rem;
  left: 0;
  z-index: 22;
  background: #fff;
  padding: 0 3px;
}
.chevron-left img {
  width: 0.6rem;
}
.chevron-right {
  position: absolute;
  top: 0.6rem;
  right: 0;
  background: #fff;
  padding: 0 3px;
  z-index: 22;
}
.description-service .arrow {
  position: sticky !important;
  top: 75px;
  z-index: 22;
}
.chevron-right img {
  width: 0.6rem;
}
.astnc a {
  background: #2b63f9;
  color: #fff;
  padding: 10px 50px 10px 30px;
  text-transform: uppercase;
  display: inline-block;
  line-height: 1;
  font-size: 14px;
  position: relative;
  border-radius: 8px;
  text-decoration: none;
}
.astnc a:before {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  border-radius: 50%;
}
.font18 {
  font-size: 18px;
}
iframe {
  max-width: 100%;
}
@media only screen and (max-width: 575.98px) {
  .placeholder .btn-primary {
    background-color: #fff !important;
    color: #1a73e8 !important;
  }
  #CallBackSubmit input {
    background: #1a73e8;
    border-bottom: 1px solid #fff;
    color: #fff;
  }
  #CallBackSubmit input::placeholder {
    color: #fff;
    opacity: 1;
  }
  .btn-primary {
    display: block;
    width: 100%;
  }
  .call-back-form .form-container {
    background-color: #1a73e8;
    border-radius: 0.3rem;
  }
  .call-back-form .form-inner .head h4 {
    color: #fff !important;
  }
  .call-back-form .form-inner p {
    display: none;
  }
  .call-back-form .form-inner .placeholder input::placeholder {
    color: #fff;
    opacity: 1;
  }
  .call-back-form .form-inner .placeholder input {
    background-color: #1a73e8;
    color: #fff;
  }
  .call-back-form .form-inner .form-row .col-md-auto {
    text-align: center;
  }
  .call-back-form .form-inner .placeholder input.form-control {
    border-bottom: 1px solid #fff !important;
  }
  .call-back-sec .call-back {
    background: #1a73e8;
  }
  .call-back h3 {
    color: #fff;
  }
  #CallBackSubmit .iti__selected-dial-code {
    color: #fff;
  }
  a.whatsapupdate {
    color: #fff !important;
  }
  a.whatsapupdate svg path {
    fill: #fff;
  }
  .call-back-sec .call-back .intl-tel-input {
    border-bottom: 1px solid #fff;
  }
  .call-back-sec .call-back .intl-tel-input input {
    background: #1a73e8;
    color: #fff;
  }
  .call-back-sec .call-back .form-head h3 {
    color: #fff;
  }
}
.card-title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.review-text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.card-table .card-body {
  min-height: 14.8rem;
}
.blog_btn {
  right: 1rem;
  margin-top: -2.7rem;
}
.blog_btn_email {
  right: 1rem;
  margin-top: 1rem;
}
#blogsearch ul,
#newssearch ul,
#presssearch ul {
  margin-left: -2.5rem;
  max-height: 20rem;
  overflow: auto;
}
#blogsearch li,
#newssearch li,
#presssearch li {
  list-style: none;
  padding: 4px 0;
  color: #565656;
}
#blogsearch li a,
#newssearch li a,
#presssearch li a {
  display: block;
  padding: 6px 16px;
  color: #444;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#blogsearch li a:hover,
#newssearch li a:hover,
#presssearch li a:hover {
  background: #2b63f9;
  color: #fff;
}
#servicesec {
  background: #edf5ff;
  margin-bottom: 20px;
  padding: 50px 0 20px;
}
#servicesec h2 {
  color: #393939;
  font-size: 28px;
  line-height: 32px;
}
.commonSec .tab {
  overflow: hidden;
}
.commonSec .tab button {
  background-color: inherit;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 0;
  margin: 20px 25px;
  transition: 0s;
  font-size: 17px;
}
.commonSec .tab button:hover {
  border-bottom: 1px solid #2b63f9;
  color: #2b63f9;
}
.commonSec .tab button.active {
  border-bottom: 2px solid #2b63f9;
  color: #2b63f9;
  font-weight: 500;
}
.commonSec .tabcontent {
  display: none;
  padding: 6px 12px;
  border-top: none;
}
.commonSec .owl-carousel .owl-nav button.owl-next span {
  display: none;
}
.commonSec .owl-carousel .owl-nav button.owl-next,
.commonSec .owl-carousel .owl-nav button.owl-next:hover {
  background: #fff url("../png/rightarrow.png") no-repeat center center !important;
  background-repeat: no-repeat;
  width: 35px;
  height: 35px;
  position: absolute;
  top: 155px;
  right: -54px;
  border-radius: 50px;
  background-size: 25px 17px !important;
  box-shadow: 0 0 10px #ccc;
}
.commonSec .owl-carousel .owl-nav button.owl-prev span {
  display: none;
}
.commonSec .owl-carousel .owl-nav button.owl-prev,
.commonSec .owl-carousel .owl-nav button.owl-prev:hover {
  background: #fff url("../png/leftarrow.png") no-repeat center center !important;
  background-repeat: no-repeat;
  width: 35px;
  height: 35px;
  position: absolute;
  top: 155px;
  left: -54px;
  border-radius: 50px;
  background-size: 25px 17px !important;
  box-shadow: 0 0 10px #ccc;
}
.commonSec .owl-carousel .owl-dots.disabled,
.commonSec .owl-carousel .owl-nav.disabled {
  display: block;
}
.mobilecontact {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 10px 15px;
  text-align: right;
  position: fixed;
  right: 0;
  left: 0;
  z-index: 99;
  background: #fff;
}
.mobilecontact a {
  text-decoration: none;
  font-size: 14px;
  line-height: 16px;
  border: 1px solid #ccc;
  padding: 8px 25px;
  border-radius: 5px;
}
.mobilecontact a img {
  width: 24px;
  padding-left: 10px;
  vertical-align: middle;
}
.commonSec .all-service a {
  background: #2b62f9;
  color: #fff;
  text-decoration: none;
  padding: 6px 20px;
  border-radius: 3px;
  text-transform: uppercase;
}
.accordion .item .item-header h2 button.btn.btn-link {
  color: #2b62f9;
  font-size: 16px;
  line-height: 18px;
  text-decoration: underline;
}
.accordion .item .item-header h2 button.btn.btn-link.collapsed {
  color: #000;
  font-size: 16px;
  text-decoration: none;
}
.accordion .item .item-header h2 button {
  color: #fff;
  font-size: 16px;
  padding: 10px;
  display: block;
  width: 100%;
  text-align: left;
}
.accordion .item .item-header h2 img {
  float: right;
  width: 25px;
}
.commonSec button.btn.btn-link.collapsed img {
  visibility: visible;
}
.commonSec button.btn.btn-link img {
  visibility: hidden;
}
#mobileservice {
  background: #edf5ff;
  margin-bottom: 20px;
  padding: 50px 0 20px;
}
@media only screen and (max-width: 767.98px) {
  .owl-nav {
    display: none !important;
  }
  #mobileservice {
    display: block !important;
  }
  .mobilecontact {
    display: block !important;
  }
  #servicesec {
    display: none;
  }
}
.mobilecontact {
  display: none;
}
#mobileservice {
  display: none;
}
@media only screen and (max-width: 1024px) {
  #mobileservice {
    display: none;
  }
  .commonSec .tab button {
    margin: 8px 17px !important;
  }
  .commonSec .owl-nav {
    display: none !important;
  }
}
.commonSec .col {
  padding-left: 5px;
  padding-right: 5px;
}
.commonSec .card {
  height: 21rem;
  max-width: 30rem;
  min-width: 12.5rem;
  border: 1px solid #dadce0;
  border-radius: 16px;
  padding-top: 0.5rem;
  -webkit-transition: 0.5s ease all;
  transition: 0.5s ease all;
  overflow: hidden;
}
.commonSec .card:hover {
  -webkit-box-shadow: 0 4px 15px rgb(0 0 0/15%);
  box-shadow: 0 4px 15px rgb(0 0 0/15%);
}
.svg-plus {
  float: right;
  fill: #000;
  display: none;
}
.svg-minus {
  float: right;
  fill: #000;
}
.accordion .collapsed .svg-plus {
  display: block;
}
.accordion .collapsed .svg-minus {
  display: none;
}
.svg-phone {
  position: absolute;
  margin-left: 1rem;
  margin-top: -0.2rem;
}
.industry-drop a,
.mega-dropdown-service a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  max-height: 2.5rem;
}
.card .card-footer {
  text-align: right;
}
.card .card-footer a {
  color: #2b63f9;
}
.owl-carousel.test-slider .thumb img {
  border-radius: 2rem;
}
.share-hidden {
  display: none;
}
.share-dialog svg {
  width: 20px;
  height: 20px;
  margin-right: 7px;
}
.share-dialog button,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  color: #2b63f9;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 2px;
  text-transform: capitalize;
  text-decoration: none;
  white-space: nowrap;
  border-radius: 4px;
  border: 1px solid #c5bcbc;
  cursor: pointer;
}
.share-dialog button:hover,
.button:hover {
  border-color: #cdd;
}
.share-dialog .copy-link {
  padding-left: 30px;
  padding-right: 30px;
}
.share-button .share-dialog {
  border: 1px solid #ddd;
  padding: 20px;
  border-radius: 4px;
  background-color: #fff;
  max-width: 30rem;
}
.share-dialog .share-dialog.is-open {
  display: block;
}
.share-dialog header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.share-dialog .targets {
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  margin-bottom: 20px;
}
.share-dialog .close-button {
  background-color: transparent;
  border: none;
  padding: 0;
}
.share-dialog .close-button svg {
  margin-right: 0;
}
.share-dialog .link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  border-radius: 4px;
  background-color: #eee;
}
.share-dialog .pen-url {
  margin-right: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#shareModal {
  margin-top: 7rem;
}
.all-service-footer a {
  background: #2b62f9;
  color: #fff;
  text-decoration: none;
  padding: 6px 20px;
  border-radius: 3px;
  text-transform: uppercase;
}
#citysearch li {
  list-style: none;
  margin-left: -1.7rem;
}
#citysearch li a {
  text-decoration: none;
}
#citysearch li a:hover {
  background: #2b63f9;
  color: #fff;
}
.bg-none {
  background: none !important;
}
@media only screen and (max-width: 767.98px) {
  .iti-flag.in {
    background-position: -2403px 0;
  }
  .prognroll-bar {
    display: block !important;
  }
  .description-service #side-nav {
    display: none;
  }
}
.prognroll-bar {
  display: none;
}
.dropdown-menu.dropdown-mega-nav.active {
  display: block;
}
@media only screen and (max-width: 800px) {
  .blog-desc .blog-post .share-buttonsmobile {
    position: absolute;
    bottom: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    display: block !important;
  }
  .blog-desc .blog-post .share-buttons {
    display: none;
  }
  .blog-desc .blog-post .blog-post.page-header {
    padding-bottom: 2rem;
  }
}
.blog-desc .blog-post .share-buttonsmobile {
  display: none;
  width: 100%;
  text-align: center;
}
#accordionfaq .item .item-header h2 button.btn.btn-link,
#accordionfaq1 .item .item-header h2 button.btn.btn-link {
  padding: 15px;
  border: 1px solid #e5e5e5;
  color: #000;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
  background: #fcfcfc;
  padding-right: 50px;
}
#accordionfaq .item .item-header h2 button.btn.btn-link.collapsed,
#accordionfaq1 .item .item-header h2 button.btn.btn-link.collapsed {
  padding: 15px;
  border: 1px solid #e5e5e5;
  color: #000;
  font-size: 14px;
  text-decoration: none;
  line-height: 16px;
  background: #fcfcfc;
  padding-right: 50px;
}
#accordionfaq .content,
#accordionfaq1 .content {
  border: 1px solid #e5e5e5;
  padding: 20px;
}
#accordionfaq .item .item-header h2 button.btn.btn-link.collapsed img,
#accordionfaq1 .item .item-header h2 button.btn.btn-link.collapsed img {
  transform: rotate(0deg) translateY(0);
}
#accordionfaq .item .item-header h2 button.btn.btn-link img,
#accordionfaq1 .item .item-header h2 button.btn.btn-link img {
  transform: rotate(90deg) translateY(0);
}
#accordionfaq .item,
#accordionfaq1 .item {
  position: relative;
}
#accordionfaq .item .item-header h2 img,
#accordionfaq1 .item .item-header h2 img {
  position: absolute;
  right: 5px;
  top: 15px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #e5e5e5;
  padding: 8px;
  margin: -5px 5px;
}
@media (max-width: 500px) {
  .iti__country-list {
    white-space: normal;
    width: 312px !important;
  }
}
@media screen and (max-width: 1024px) {
  .navbar .logo {
    position: absolute;
    right: 50%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    margin: 0;
  }
  .navbar-expand-md .navbar-toggler {
    display: block !important;
  }
  .navbar .navbar-collapse {
    position: fixed;
    left: 100%;
    top: 0;
    bottom: 0;
    width: 100%;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    opacity: 0.5;
    visibility: hidden;
    -webkit-box-shadow: -4px 0 12px 8px #0002;
    box-shadow: -4px 0 12px 8px #0002;
    padding-top: 95px;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    z-index: -1;
    display: block !important;
  }
  .navbar .navbar-collapse.show {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .navbar .navbar-nav {
    max-height: 80vh;
    overflow-y: auto;
    position: relative;
    margin-top: 2.5rem;
  }
  .d-block {
    display: block !important;
  }
  .navbar .navbar-nav .nav-item .nav-link {
    padding: 1rem 1.5rem;
    border-top: 1px solid #dedefe;
  }
  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: column;
  }
  .navbar .navbar-nav .nav-item .nav-link {
    padding: 1rem 1.5rem;
    border-top: 1px solid #dedefe;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: static;
  }
  .navbar .dropdown-menu.wider .menu-wrapper .mega-dropdown .nav-item.active {
    border-bottom: 0;
  }
  .navbar .dropdown-menu.wider .menu-wrapper .mega-dropdown .nav-item.dropdown {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .navbar
    .dropdown-menu.wider
    .menu-wrapper
    .mega-dropdown
    .nav-item
    .nav-link {
    text-align: left;
    padding: 0.5rem 1rem;
  }
  .navbar
    .dropdown-menu.wider
    .menu-wrapper
    .mega-dropdown
    .nav-item
    .dropdown-mega {
    position: relative;
  }
  .navbar
    .dropdown-menu.wider
    .menu-wrapper
    .mega-dropdown
    .nav-item
    .dropdown-menu {
    display: block;
    position: static;
    opacity: 1;
    visibility: visible;
    padding: 8px 1rem;
    border: 0;
  }
  .navbar
    .dropdown-menu.wider
    .menu-wrapper
    .mega-dropdown
    .nav-item
    .dropdown-mega:before {
    content: "";
    border: 6px solid transparent;
    border-top-color: #555;
    right: 1rem;
    position: absolute;
    top: calc(50% - 3px);
  }
  .navbar .dropdown-menu.wider .menu-wrapper {
    background: #fff;
    padding: 0 5px;
  }
  .d_block {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 575.98px) {
  #CallBackSubmit .mobile-num input[type="tel"] {
    background: #1a73e8;
    color: #fff;
  }
  #CallBackSubmit .inp.email input[type="email"] {
    background: #1a73e8;
    color: #fff;
  }
  .c-white .iti--separate-dial-code .iti__selected-dial-code {
    margin-left: 6px;
    color: #fff;
  }
  .mobile-num input[type="tel"]::placeholder {
    color: #fff;
  }
  .inp.email input[type="email"]::placeholder {
    color: #fff;
  }
  .inp.email input[type="email"] {
    width: 100%;
    border-bottom: 1px solid #fff;
  }
  .mobile-num input[type="tel"] {
    width: 100%;
    border-bottom: 1px solid #fff;
  }
  #CallBackSubmit label.error {
    color: #fff;
  }
  .submitbtn {
    color: #1a73e8 !important;
    background: #fff !important;
  }
}
.iti--separate-dial-code .iti__selected-flag {
  background-color: transparent !important;
}
#Change_Your_CA .iti.iti--allow-dropdown.iti--separate-dial-code {
  width: 100%;
}
.call-back.call-inq .py-3 {
  padding-top: 0.5rem !important;
  padding-bottom: 0 !important;
}
.form-inqry .call-inq .inp {
  max-width: 100%;
  margin: 0 auto 0.1rem !important;
}
.nav.share-tool {
  position: sticky;
  top: 67px;
}
.form-inqry .call-inq .submit.mt-1.mb-4 {
  margin-bottom: 0.5rem !important;
}
.blog-cont .small.tag.text-uppercase.text-muted {
  color: #2b63f9 !important;
  font-weight: 600;
  letter-spacing: 0.5px;
}
#vedioshow .modal-header {
  border: 0;
  padding: 0;
}
#vedioshow .modal-header .close {
  padding: 0.5rem 3rem;
  margin: 0 -1rem -1rem auto;
  font-size: 28px;
}
.mobile-num input[type="tel"]:focus {
  padding: 0.5rem 0.5rem 0.5rem !important;
  font-size: 14px !important;
  line-height: 16px;
  padding-left: 85px !important;
}
#Change_Your_CA .iti__flag-container {
  top: 5px;
}
@media only screen and (max-width: 575.98px) {
  .home {
    padding: 100px 0 0;
  }
  #raiseSupport .btn-primary {
    width: 50%;
  }
}
.mobile-blog .iti__flag-container {
  position: absolute;
  top: 4px;
}
.nav-item.dropper:hover .dropdown-menu.wider {
  display: block;
}
.navbar-nav .nav-item .nav-link {
  display: block;
  padding: 22px 16px;
}
.mb-2_7 {
  margin-bottom: 2.7rem;
}
.dropdown-menu.wider.show {
  display: none;
}
.nav-item.dropper:hover .nav-link.arrow:after {
  transform: translate(10px, 3px) rotate(273deg);
}
.submitbtn {
  background: #1b55e2;
  color: #fff;
  width: 100%;
  border: 0;
  padding: 5px 25px;
  margin-top: 15px;
  border-radius: 5px;
  text-transform: uppercase;
}
#CallBackSubmit .call-back {
  padding: 0.5rem 1.5rem 1.5rem;
}
@media only screen and (max-width: 767.98px) {
  .nav-item.dropper.show .nav-link.arrow.drop-downtoggle {
    color: #2b63f9 !important;
  }
  .nav-item.dropper.show .nav-link.arrow.drop-downtoggle:after {
    transform: translate(10px, 3px) rotate(273deg) !important;
    color: #2b63f9 !important;
  }
  .nav-item.dropper .nav-link.arrow.drop-downtoggle {
    color: #000 !important;
  }
  .nav-item.dropper .nav-link.arrow.drop-downtoggle:after {
    transform: translate(10px, 3px) rotate(90deg);
    color: #000;
  }
  .nav-item.dropper:hover .nav-link.arrow:after {
    transform: translate(10px, 3px) rotate(90deg) !important;
  }
}
.vediosec {
  background: #fff;
  padding: 10px;
  text-align: center;
  width: 100%;
  max-width: 640px;
  max-height: 360px;
  border: 1px solid #2b63f9;
  cursor: pointer;
  display: inline-block;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}
@media only screen and (max-width: 767.98px) {
  .vediosec h1 {
    font-size: 20px;
    line-height: 27px;
  }
}
.no-display {
  display: none;
  text-align: center;
}
.toogleSlider {
  display: inline-block;
  padding: 0 10px;
}
.toogleSlider .switch {
  position: relative;
  display: inline-block;
  width: 39px;
  height: 15px;
  top: 5px;
}
.toogleSlider .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.toogleSlider .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.toogleSlider .slider:before {
  position: absolute;
  content: "";
  height: 13px;
  width: 13px;
  left: 0;
  bottom: 1px;
  background-color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.toogleSlider input:checked + .slider {
  background-color: #5c87fa;
}
.toogleSlider input:focus + .slider {
  box-shadow: 0 0 1px #1b55e2;
}
.toogleSlider input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.toogleSlider .slider.round {
  border-radius: 34px;
}
.toogleSlider .slider.round:before {
  border-radius: 50%;
}
a.whatsapupdate {
  color: #212529;
  text-decoration: none;
  padding: 0 7px;
}
.home .brands.ico {
  justify-content: flex-start;
  padding: 0;
}
.page-header .blog-text ul li ul li:before {
  content: "";
  width: 6px;
  height: 6px;
  vertical-align: middle;
  background-color: #98785c;
}
.blog-text h1 {
  font-size: 28px;
}
.blog-desc .blog-text h2 {
  font-size: 24px;
}
.blog-desc .blog-text h3 {
  font-size: 21px;
  display: inline-block;
}
.blog-desc .blog-text h4 {
  font-size: 18px;
  line-height: 22px;
}
.blog-desc .call-back-form {
  margin: 2rem 0 2rem !important;
}
.blog-desc h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0.2px !important;
  margin-bottom: 0.5rem !important;
  margin-top: 1rem !important;
  font-weight: 500 !important;
}
.blog-desc .blog-text h5 {
  font-size: 16px;
}
.blog-text h6 {
  font-size: 14px;
}
.page-header table {
  width: 100%;
  overflow: auto;
  min-width: 700px;
}
.page-header table th,
td {
  border: 1px solid #dadce0 !important;
  padding: 5px 10px;
}
.page-header article p,
.page-header article span {
  font-size: 16px;
  line-height: 28px;
  color: #212529;
  margin-bottom: 1rem;
  text-align: left;
}
.page-header .blog-text .ruppe-line img {
  margin: 0 1rem 0 0;
  padding: 0;
  max-width: 100%;
}
.a3k5 {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
figcaption {
  text-align: center;
}
.home .brands.ico img {
  margin-right: 20px;
}
#newsEmail-error {
  position: absolute;
  top: 35px;
  left: 12px;
}
.inp input::placeholder {
  font-size: 14px;
  color: rgba(95, 99, 104, 0.6);
}
.servicecp.call-back-form label input {
  padding: 1.375rem 0.75rem;
}
.loader {
  border: 5px solid #f3f3f3;
  border-radius: 50%;
  border-top: 5px solid #3498db;
  width: 50px;
  height: 50px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  position: absolute;
  left: 50%;
  top: 50%;
}
#servicesec {
  position: relative;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.responsive_table {
  overflow: auto;
  min-width: 200px;
}
.align_center {
  margin: 0 auto;
  display: block;
}
.card.blue .card-body p,
.card.blue .card-body h5 {
  color: #fff !important;
}
.life_bannersec {
  width: 100%;
  display: inline-block;
  position: relative;
}
.life_bannersec img {
  width: 100%;
  max-width: 100%;
  height: 100%;
}
.blog-desc .call-back-form h4 {
  font-weight: 600 !important;
  margin-bottom: 1.5rem !important;
}
#CallBackSubmit .btn.btn-primary {
  width: 70%;
  margin-left: 15%;
}
@media only screen and (max-width: 575.98px) {
  .annual-meet video {
    width: 100%;
    height: auto !important;
  }
  .annual-meet .playbtn {
    position: absolute;
    top: 37% !important;
    left: 42% !important;
  }
  #CallBackSubmit .btn.btn-primary {
    background: #fff;
    color: black !important;
  }
}
.blog-desc h3 {
  margin-top: 0rem !important;
}
.life_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.life_content h1 {
  font-size: 32px;
  line-height: 40px;
  color: #fff;
}
.life_content p {
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 30px;
}
.life_content a {
  background: #3268f8;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  padding: 8px 24px;
  border-radius: 25px;
}
.life_vision {
  background: #2c64f9;
  padding: 20px 10px 10px;
}
.vision_title {
  text-align: center;
  color: #fff;
}
.vision_title h2 {
  color: #fff;
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 0;
}
.vision_content {
  color: #fff;
  line-height: 7rem;
}
.life_bannersec {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
  vertical-align: top;
}
.life_bannersec video {
  width: 100vw;
  height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
  min-height: 100vh;
  min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.right_review ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.right_review ul li {
  display: inline-block;
  width: 50%;
  vertical-align: top;
  color: #fff;
  margin-bottom: 15px;
}
.right_review ul li.bg_blue {
  background: #2c64f9;
  padding: 15px;
  height: 215px;
  min-height: 215px;
  position: relative;
}
.right_review ul li span {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.right_review ul li img {
  width: 100%;
  max-width: 100%;
  vertical-align: top;
}
.life_culture {
  border-top: 1px solid #3062e9;
  border-bottom: 1px solid #3062e9;
  margin: 1rem 1rem;
}
.life_culture .title {
  margin: 1rem 0;
  color: #3062e9;
  padding: 0px 1rem;
}
.life_culture p {
  padding: 0px 1rem;
}
.life_team {
  background: #ffefef;
  padding: 20px;
  border-radius: 15px;
}
.life_team a {
  color: #fff;
  background: #d72e68;
  padding: 7px 10px;
}
.gallery > div {
  position: relative;
  float: left;
  background: #000;
}
.gallery div:last-of-type img {
  opacity: 1;
}
.gallery > div > img {
  width: 205px;
  min-height: 297px;
  height: 297px;
  opacity: 0.8;
}
.gallery > div > img:hover {
  opacity: 1;
}
.gallery > div:hover {
  z-index: 1;
}
.banner_opacity {
  background: rgb(125 145 125 / 18%);
}
.cf:before,
.cf:after {
  display: table;
  content: "";
  line-height: 0;
}
.cf:after {
  clear: both;
}
.leftgo {
  margin-left: -100px;
}
.left_review img {
  width: 100%;
  max-width: 100%;
}
.leftmargin {
  margin-left: -15px;
  margin-right: 10px;
}
.awardsec {
  background: #3967e0;
  color: #fff;
  padding: 45px 35px;
  min-height: 297px;
  height: 369px;
}
.awardsec img {
  width: 45px;
}
.awardsec h2 {
  font-size: 24px;
  line-height: 28px;
  color: #fff;
  padding: 10px 0;
}
.life_leader {
  height: 210px;
  min-height: 210px;
}
.life_leader h3 {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 10px;
}
.life_leader p {
  font-size: 14px;
  line-height: 22px;
}
.blue_background {
  width: 100%;
  display: inline-block;
  padding: 50px 0 30px;
}
.people_meet {
  font-size: 1.2rem;
  line-height: 1.6rem;
} /* .life_fun{padding:40px 0 30px} */
.border_bottom {
  border-bottom: 3px solid #3364e6;
}
.border_bottom.white {
  border-bottom: 3px solid #fff;
}
.life_blog .card .card-body {
  padding: 1rem;
  height: 370px;
}
.life_blog .card-title {
  margin-top: 15px;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}
.life_blog .card:hover {
  -webkit-box-shadow: 0px 4px 8px rgb(0 0 0 / 15%);
  box-shadow: 0px 4px 8px rgb(0 0 0 / 15%);
}
.life_blog .life_summary {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.mobilelife_award {
  display: none;
}
@media only screen and (max-width: 575.98px) {
  .life_content {
    top: 30%;
    left: 0%;
    transform: initial;
    margin: 0 1rem;
  } /* .mobilelife_award .owl-carousel .owl-item img {height: 357px;min-height: 357px;} */
  .mobilelife_award .caption {
    position: absolute;
    background-color: #2b63f9;
    display: block;
    padding: 0.5rem 0.75rem;
    color: #fff;
    font-size: 15px;
    letter-spacing: 1px;
    bottom: 5px;
    left: 0px;
    right: 5px;
  }
  .my-5 {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important;
  }
  .awardsec {
    min-height: auto;
    height: auto;
    margin-bottom: 15px;
    padding: 30px 25px;
  }
  .life_blogmobile {
    display: block !important;
  }
  .life_blog {
    display: none;
  }
  .life .commit-slider .s-item {
    border: 0;
  }
  #main-toc {
    display: none;
  }
  .right_review ul li {
    width: 100%;
    height: auto;
    min-height: auto;
  }
  .leftmargin {
    margin-left: 0px;
    margin-right: 0px;
  }
  .awardsec {
    min-height: 250px;
    height: 250px;
    margin-bottom: 15px;
  }
  .order {
    display: flex;
    order: 2;
  }
  .life_culture {
    margin: 0;
  }
  .life_award {
    display: none;
  }
  .mobilelife_award {
    display: block;
  }
  .vision_content {
    width: 100%;
    text-align: center;
  }
  .right_review ul li.bg_blue {
    margin: 15px 0;
  } /* .life_bannersec {height: 57vh;} */
  .byadmin {
    position: static !important;
    width: 100% !important;
  }
  .news #main-toc {
    display: block !important;
  }
  .news .main-toclist {
    display: none;
  }
}
@media only screen and (max-width: 767.98px) {
  .life_award {
    display: none;
  }
  .mobilelife_award {
    display: block;
  }
  .d-btns {
    width: 92% !important;
    display: block !important;
  }
  .d-btns a:first-child input {
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 1199.98px) {
  .life_award {
    display: none;
  }
  .mobilelife_award {
    display: block;
  }
}
.blog_tablecontent {
  border: 1px solid #e5e5e5;
  padding: 1rem;
  margin: 1.5rem 0rem;
}
.table_list {
  margin: 1.5rem 0;
}
.table_list ol {
  padding: 0px 18px;
}
.table_list ol li {
  font-size: 17px;
  line-height: 30px;
}
.table_list ol li ul li {
  font-size: 15px;
  line-height: 30px;
}
.blue_background:nth-child(even) {
  background: #bdcee040;
}
@media (min-width: 1520px) and (max-width: 2560px) {
  .right_review ul li.bg_blue {
    height: 242px;
    min-height: 242px;
  }
  .life_leader {
    height: 237px;
    min-height: 237px;
  }
  .leftgo {
    margin-left: -79px;
  }
  .d-btns {
    width: 92% !important;
    display: block !important;
  }
  .d-btns a:first-child input {
    margin-bottom: 1rem;
  }
}
#main-toc {
  background: #f3f3f391;
  border: 0;
  border-left: 5px solid #2b63f9;
  padding: 15px 10px 5px;
  margin: 2rem 0;
  position: relative;
}
#main-toc ul,
#main-toc ol {
  font-weight: 400;
}
#main-toc ul li,
#main-toc ol li {
  padding: 3px;
}
#main-toc ul li a,
#main-toc ol li a {
  color: #444;
  font-size: 14px;
  line-height: 24px;
}
#main-toc ul li ul li,
#main-toc ol li ul li {
  margin-left: 13px !important;
  list-style-type: none !important;
  background: transparent;
}
p.toc_title {
  margin-bottom: 10px;
  cursor: pointer;
}
.main-toclist div:last-child {
  margin-bottom: 15px;
}
.main-toclist li {
  margin-left: 0 !important;
  list-style-type: unset !important;
}
.legal-cards .card .card-body .card-title {
  margin: 10px 0;
  /* font-size: 16px; */
  font-size: 14px;
  line-height: 18px;
}
.byadmin {
  border-top: 1px solid #dadeca;
  padding: 10px 0;
  bottom: 20px;
  position: absolute;
  width: 44%;
}
.life_blogmobile {
  display: none;
}
.gallery .caption {
  position: absolute;
  background-color: #2b63f9;
  display: block;
  padding: 0.5rem 0.75rem;
  color: #fff;
  font-size: 15px;
  letter-spacing: 1px;
  bottom: 5px;
  left: 0px;
  right: 5px;
  opacity: 0;
}
.gallery div:hover span {
  opacity: 1;
}
.gallery div:last-of-type span {
  opacity: 1;
}
.life_blog .lead {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 16px;
}
.life_blog .owl-nav {
  top: calc(38% - 1.125rem);
}
.life_blog .caption h4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.blog-post.page-header span,
.blog-post.page-header p {
  text-align: justify;
  letter-spacing: 0.2px;
  font-family: "roboto", sans-serif !important;
  font-size: 16px !important;
}
.doc_download {
  background: #2b63f9;
  padding: 30px 20px;
  border-radius: 5px;
}
.doc_download h3 {
  text-align: center;
  color: #fff;
  font-weight: normal;
  margin-bottom: 1.25rem;
}
.doc_download button {
  background: #2b63f9;
  border: 1px solid #fff;
  padding: 3px;
  margin: 7px;
}
.doc_download button:hover {
  background: #fff;
}
.doc_download a {
  color: #fff;
  padding: 3px 20px;
}
.doc_download a:hover {
  color: #2b63f9;
  padding: 3px 20px;
}
.iti {
  width: 100%;
}
.call-bcak {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}
.blog-home h1 {
  font-size: 28px;
  line-height: 38px;
}
.navbar
  .dropdown-menu.wider
  .menu-wrapper
  .mega-dropdown
  .nav-item
  .nav-link:hover {
  color: #2b63f9;
}
.iti--separate-dial-code .iti__flag-container ul li:before {
  content: none;
}
.weblife_award .owl-carousel .owl-item img {
  height: 369px;
  width: 554px;
}
.weblife_award .caption {
  position: absolute;
  background-color: #2b63f9;
  display: block;
  padding: 0.5rem 0.75rem;
  color: #fff;
  font-size: 15px;
  letter-spacing: 1px;
  bottom: 5px;
  left: 0px;
  right: 5px;
}
.page-header article .text-center + div {
  text-align: center;
}
.pad-h5 h5 {
  padding: 0 0 0 1rem !important;
}
.form-input {
  display: inline-block;
  width: 50px;
  height: 50px;
  text-align: center;
}
#success_tic,
#success_feedback {
  padding: 0 !important;
}
#success_tic .page-body,
#success_feedback .page-body {
  max-width: 300px;
  background-color: #ffffff;
  margin: 10% auto;
}
#success_tic .page-body .head,
#success_feedback .page-body .head {
  text-align: center;
} /* #success_tic .tic{font-size:186px;} */
#success_tic .close,
#success_feedback .close {
  opacity: 1;
  position: absolute;
  right: 0px;
  font-size: 30px;
  padding: 3px 15px;
  margin-bottom: 10px;
}
#success_tic .checkmark-circle,
#success_feedback .checkmark-circle {
  width: 100px;
  height: 100px;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.checkmark-circle .background {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #2b63f9;
  position: absolute;
}
#success_tic .checkmark-circle .checkmark,
#success_feedback .checkmark-circle .checkmark {
  border-radius: 5px;
}
#success_tic .checkmark-circle .checkmark.draw:after,
#success_feedback .checkmark-circle .checkmark.draw:after {
  -webkit-animation-delay: 300ms;
  -moz-animation-delay: 300ms;
  animation-delay: 300ms;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-name: checkmark;
  -moz-animation-name: checkmark;
  animation-name: checkmark;
  -webkit-transform: scaleX(-1) rotate(135deg);
  -moz-transform: scaleX(-1) rotate(135deg);
  -ms-transform: scaleX(-1) rotate(135deg);
  -o-transform: scaleX(-1) rotate(135deg);
  transform: scaleX(-1) rotate(135deg);
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
#success_tic .checkmark-circle .checkmark:after,
#success_feedback .checkmark-circle .checkmark:after {
  opacity: 1;
  height: 55px;
  width: 30.5px;
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
  border-right: 15px solid #fff;
  border-top: 15px solid #fff;
  border-radius: 2.5px !important;
  content: "";
  left: 22px;
  top: 53px;
  position: absolute;
}
@-webkit-keyframes checkmark {
  0% {
    height: 0;
    width: 0;
    opacity: 1;
  }
  20% {
    height: 0;
    width: 30.5px;
    opacity: 1;
  }
  40% {
    height: 55px;
    width: 30.5px;
    opacity: 1;
  }
  100% {
    height: 55px;
    width: 30.5px;
    opacity: 1;
  }
}
@-moz-keyframes checkmark {
  0% {
    height: 0;
    width: 0;
    opacity: 1;
  }
  20% {
    height: 0;
    width: 30.5px;
    opacity: 1;
  }
  40% {
    height: 55px;
    width: 30.5px;
    opacity: 1;
  }
  100% {
    height: 55px;
    width: 30.5px;
    opacity: 1;
  }
}
@keyframes checkmark {
  0% {
    height: 0;
    width: 0;
    opacity: 1;
  }
  20% {
    height: 0;
    width: 30.5px;
    opacity: 1;
  }
  40% {
    height: 55px;
    width: 30.5px;
    opacity: 1;
  }
  100% {
    height: 55px;
    width: 30.5px;
    opacity: 1;
  }
}
.testimonials-clean {
  color: #313437;
  background-color: #edf5ff;
  padding-bottom: 1rem;
  margin-top: 4rem;
}
.testimonials-clean .authors img {
  width: 50px;
  height: 50px;
  border-radius: 50px;
}
.testimonials-clean p {
  color: #7d8285;
}
.testimonials-clean h2 {
  font-weight: bold;
  margin-bottom: 40px;
  padding-top: 40px;
  color: inherit;
}
@media (max-width: 767px) {
  .testimonials-clean h2 {
    margin-bottom: 25px;
    padding-top: 2rem;
    font-size: 24px;
  }
  .side_news .nav .label {
    -webkit-line-clamp: 4 !important;
  }
}
.testimonials-clean .intro {
  font-size: 16px;
  max-width: 500px;
  margin: 0 auto;
}
.testimonials-clean .intro p {
  margin-bottom: 0;
}
.testimonials-clean .people {
  padding: 50px 0 20px;
}
.testimonials-clean .item {
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .testimonials-clean .item {
    height: 220px;
  }
}
.testimonials-clean .item .box {
  padding: 30px;
  background-color: #fff;
  position: relative;
  border-radius: 7px;
}
.testimonials-clean .item .box:after {
  content: "";
  position: absolute;
  left: 48%;
  bottom: -24px;
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-width: 12px 15px;
  border-top-color: #fff;
}
.testimonials-clean .item .authors {
  margin-top: 28px;
  padding-left: 40%;
}
.testimonials-clean .item .name {
  font-weight: bold;
  margin-bottom: 2px;
  color: inherit;
}
.testimonials-clean .item .title {
  font-size: 13px;
  color: #9da9ae;
}
.testimonials-clean .item .description {
  font-size: 15px;
  margin-bottom: 0;
}
.testimonials-clean .item img {
  float: left;
  margin-right: 12px;
  margin-top: -5px;
} /* .testimonials-clean {font-size: 14px;line-height: 1.5;} */
.testimonials-clean .box p.collapse:not(.show) {
  height: 58px !important;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.testimonials-clean .box p.collapsing {
  min-height: 58px !important;
}
.testimonials-clean .box a.collapsed:after {
  content: "+ Read More";
}
.testimonials-clean .box a:not(.collapsed):after {
  content: "- Read Less";
}
.carousel-control-prev-icon {
  background-image: url(../png/leftarrow.png);
  background-repeat: no-repeat;
  background-size: 19px;
  background-position-y: center;
  background-position-x: center;
}
.carousel-control-next-icon {
  background-image: url(../png/rightarrow.png);
  background-repeat: no-repeat;
  background-size: 19px;
  background-position-y: center;
  background-position-x: center;
}
.testimonials-clean .carousel-control-prev,
.testimonials-clean .carousel-control-next {
  top: 5rem !important;
  width: 2% !important;
}
.toc_title:after {
  content: "";
  width: 30px;
  height: 30px;
  background: url(../png/list.png) no-repeat;
  top: 1.1rem;
  right: 1.4rem;
  position: absolute;
  display: inline-block;
  z-index: 9;
}
.blog-text .toc_title:after {
  top: 1.2rem;
  right: 1rem;
}
#main-toc .toc_title b {
  font-size: 18px;
  font-weight: 500;
}
#main-toc ol li ol,
#main-toc ol li ul,
#main-toc ul li ol,
#main-toc ul li ul {
  margin-left: -1.8rem !important;
}
.news #main-toc {
  display: none;
}
.news_review .reactions .reaction,
.news_review .reactions .feedback {
  position: relative;
  display: inline-block;
  width: 50px;
  text-align: center;
  cursor: pointer;
  z-index: 1;
}
.news_review .reactions .reaction:hover .reaction__label,
.news_review .reactions .feedback:hover .reaction__label {
  opacity: 1;
}
.news_review .reactions .reaction .reaction__label,
.news_review .reactions .feedback .reaction__label {
  position: absolute;
  top: 1rem;
  left: 52%;
  width: auto;
  -ms-transform: translate(-50%, 30px) scale(0.6);
  transform: translate(-50%, 30px) scale(0.6);
  transition: all 0.2s;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.85);
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  padding: 3px 10px;
  border-radius: 20px;
  text-transform: capitalize;
}
.news_review .reactions .reaction .reaction__icon img,
.news_review .reactions .feedback .reaction__icon img {
  width: 70%;
} /* .news_review .reactions .reaction .reaction__icon img:hover{width: 75%} */
.news_review .reaction__button.cancel {
  top: -4px;
  width: 44px;
  height: 44px;
  padding: 6px;
  border-width: 5px;
  border-radius: 44px;
  border: none;
  position: absolute;
  background-color: #f35754;
  cursor: pointer;
  display: none;
  opacity: 1;
  z-index: 99;
}
.news_review .reaction__button.cancel svg {
  fill: #fff;
  position: relative;
} /* .news_review .reaction.active:hover ~ .reaction__button.cancel{	display: block!important;}.news_review .reaction.active:hover ~ .reaction{display: none!important;} */
.side_news {
  margin-bottom: 3rem;
}
.flex-column {
  padding: 0.8rem !important;
}
.side_news .nav {
  background-color: #f3f3f391;
}
.side_news .nav div {
  padding: 0;
  width: 100%;
}
.side_news .nav > div {
  border-top: 1px solid #e3e3e3;
  padding: 0 !important;
}
.side_news .nav > div:last-child {
  border-bottom: 1px solid #e3e3e3;
}
.side_news .nav .label {
  color: black;
  font-size: 13px;
  font-weight: 500;
  margin: 0 5px 4px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.side_news .nav img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#ratingModal .modal-title {
  font-weight: 400 !important;
  text-align: center;
}
#ratingModal .modal-header {
  border-bottom: none;
}
#ratingModal .modal-footer button {
  border-radius: 5px !important;
}
#ratingModal .modal-body textarea {
  border: none;
  box-shadow: none;
}
.w-95 {
  width: 95%;
}
.d-btns {
  width: 100%;
  display: inline-flex;
}
.d-btns a input {
  width: 100%;
  height: 100%;
  overflow-x: auto;
}
.chat-info {
  text-align: center;
  width: 75%;
  position: fixed;
  display: block;
  right: 5rem;
  z-index: 9;
  bottom: 3rem;
  border-radius: 4px;
  padding: 30px 10px 10px 10px;
  box-shadow: 0 4px 15px rgb(0 0 0 / 15%);
}
.chat-info .image img {
  width: 50px;
  height: auto;
  position: absolute;
  top: -26px;
  background: #ffff;
  border-radius: 50%;
}
.chat-info .image {
  width: 75%;
}
.chat-info .image span {
  position: absolute;
  right: 0;
  top: -11px;
  font-size: 25px;
  padding: 6px;
  color: #c1c1c1;
  cursor: pointer;
}
.chat-info .image span:hover {
  color: #2b63f9;
}
.page-header article p:last-child {
  margin-bottom: 1.5rem !important;
}
.vision_content a {
  background: #fff;
  color: #2b63f9;
  font-weight: 600;
  text-decoration: none;
  padding: 14px 52px 14px 15px;
  border-radius: 5px;
  position: relative;
}
.vision_content a img {
  width: 23px;
  position: absolute;
  right: 11px;
  top: 10px;
}
.annual-meet .playbtn {
  position: absolute;
  top: 40%;
  left: 46%;
}
.annual-meet .vediosec {
  border: none !important;
  max-width: 59rem !important;
  max-height: 519px !important;
}
.page-header article ul li ol {
  margin-bottom: 0rem !important;
  margin-left: -1.5rem !important;
}
.page-header article ul li ul {
  margin-bottom: 0rem !important;
  margin-left: 0.5rem !important;
}
#otpModal {
  z-index: 999999 !important;
}
.video_banner {
  left: 0;
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 60%;
}
.service-card {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 0.5rem;
  background-color: #2b63f9a1;
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #fff;
}
.about-us .first h1 {
  font-size: 3rem;
  color: black;
  font-weight: 900;
}
.about-us {
  font-size: 18px;
}
.border-top-bottom {
  border-top: 2px solid blue;
  border-bottom: 2px solid blue;
  padding: 1.5rem 0 1.5rem 0;
  margin-top: 1.5rem;
}
.about-us {
  padding: 27px 0;
  width: 100%;
}
.about-us .about-img img {
  height: 711px;
  width: 100%;
}
.about-us .about-sub-heading h5 {
  font-style: normal;
  font-weight: 900;
  font-size: 46px;
  line-height: 54px;
  text-align: center;
  color: #120101;
}
.about-us .about-content p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 33px;
  text-align: justify;
  color: #202124;
}
.about-us .bg-info {
  background-color: #2b63f9 !important;
}
.about-us .contain {
  border: 1px solid #1a73e8 !important;
  margin-top: 20px;
  padding: 1.5rem;
  margin-bottom: 2rem;
}
.about-us .contain p {
  text-align: justify;
  padding-top: 2.5rem;
}
.about-us .over {
  margin-top: 75px;
  margin-left: 40%;
}
.about-us .head {
  border-bottom: 3px solid #1a73e8;
  margin-top: 0;
  width: 80px;
  margin-bottom: 2rem;
}
.about-us .who p {
  text-align: justify;
  margin-bottom: 2rem;
}
.about-us .child h1 {
  font-weight: 900;
  font-size: 100px;
}
@media screen and (max-width: 585px) {
  .about-us .over {
    margin-left: 34% !important;
  }
  .about-us .carousel-control-prev,
  .about-us .carousel-control-next {
    display: none !important;
  }
  .about-us .contain p {
    padding-top: 0rem !important;
  }
  .about-us .about-img img {
    height: auto !important;
  }
  .about-us .top {
    margin-top: 2.3rem !important;
  }
  .about-us .left {
    margin-left: 0rem !important;
  }
  .about-us .contain .mob {
    margin-bottom: 1.5rem;
  }
  .about-us .contain {
    border: none !important;
    padding: 0 !important;
  }
}
@media (max-width: 415px) {
  .about-us .over {
    margin-left: 34% !important;
  }
  .about-us .contain p {
    padding-top: 0rem !important;
  }
  .about-us .about-img img {
    height: auto !important;
  }
  .about-us .top {
    margin-top: 2.3rem !important;
  }
  .about-us .left {
    margin-left: 0rem !important;
  }
  .about-us .contain .mob {
    margin-bottom: 1.5rem;
  }
  .about-img {
    margin-top: 1rem !important;
  }
  .about-us .about-sub-heading h5 {
    margin-left: 0px;
    height: 210px;
  }
  .about-us .about-content p {
    margin-left: 0px;
  }
}
@media only screen and (max-width: 912px) and (min-width: 600px) {
  .carousel .begin img {
    height: auto !important;
  }
  .about-us .about-img img {
    height: 74.28rem !important;
  }
  .about-us .over {
    margin-left: 130px;
    margin-top: 150px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 925px) {
  .about-img {
    margin-top: 1rem !important;
  }
  .about-us .about-img img {
    height: 865px;
  }
  .about-us .over {
    margin-top: 120px;
  }
}
@media (min-width: 1025px) {
  .about-us .about-img img {
    height: 711px;
  }
}
.about-us .quot {
  background-color: #2b63f9;
  color: #fff;
  padding: 1rem 0rem 1rem 1.5rem;
  height: 100%;
}
.about-us .quot h2 {
  color: #fff;
}
.mb-6 {
  margin-bottom: 4rem !important;
}
.mt-6 {
  margin-top: 4rem;
}
.mt-8 {
  margin-top: 6rem;
}
.mt-2-6 {
  margin-top: 2.6rem !important;
}
.about-us .separate {
  margin-bottom: 2.5rem;
  text-align: justify;
}
.ceo_desk {
  background: #edf5ff;
  padding-top: 2.5rem;
  padding-bottom: 1rem;
}
.about-us .left {
  margin-left: 3.5rem;
}
.about-us .top {
  margin-top: 0rem;
}
.about-us .side img {
  width: 100%;
  height: auto;
}
.service-type-card .img-full-width {
  width: 100%;
  height: auto;
}
.service-type-card .caption {
  position: relative;
  margin-bottom: 2%;
  box-shadow: 0px 1px 4px #0003, 0px 0px 0px 4px #f8f9fa;
}
.service-type-card .caption .first-txt {
  line-height: 24px;
  margin: 0;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 7px;
  background: rgb(0 4 8 / 49%);
  font-size: 18px;
  font-weight: bold;
}
@media (max-width: 576px) {
  .service-type-card .caption .first-txt {
    font-size: 28px !important;
    line-height: 35px !important;
  }
  .service-type-card .caption {
    margin-bottom: 2rem !important;
  }
}
.contact-detail {
  border-top: 4px solid #1b55e2;
  border-bottom: 4px solid #1b55e2;
  padding: 0px 0px 20px 0px;
}
.contact-detail a {
  text-decoration: none;
  color: #000000;
}
.service-contact .content {
  padding-bottom: 40px;
}
.text-component a {
  font-weight: bold;
  color: #000000;
}
@media (min-width: 992px) {
  .service-contact .content {
    padding-bottom: 0;
  }
  .service-contact .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
}
.service-contact {
  font-size: 16px;
}
.f-16 {
  font-size: 16px;
}
.service-contact .side_news nav a {
  display: flex;
}
.chat-mail .iti__flag-container {
  margin-top: -7px;
}
.sub-service h2 {
  text-align: center;
  padding: 4rem 0rem 2rem 0px;
}
.sub-service .row .col-sm-4 {
  padding: 9px;
}
.sub-service .row .col-sm-4 a {
  text-decoration: none;
  display: inline-flex;
}
.sub-service .row .col-sm-4 a:before {
  content: "";
  background: url(../svg/info-circle.svg) no-repeat;
  width: 24px;
  height: 17px;
  background-size: 17px 17px;
  display: inline-block;
  margin-top: 3px;
}
.sub-service {
  text-align: center;
}
.sub-service .s-hide,
.sub-service .c-hide {
  display: none;
}
.sub-service .show {
  display: block !important;
}
.show_hide {
  padding: 10px 48px 10px 40px;
  border-radius: 3px;
}
.show_hide .angle-down:before {
  content: "\276F";
  color: inherit;
  position: absolute;
  transform: translate(8px, 1px) rotate(90deg);
  font-style: normal;
  font-size: 85%;
  font-weight: 600;
}
.show_hide .angle-up:before {
  content: "\276F";
  color: inherit;
  position: absolute;
  transform: translate(8px, 1px) rotate(271deg);
  font-style: normal;
  font-size: 85%;
  font-weight: 600;
}
.our-value {
  margin-top: 2rem;
}
.our-value .right-border {
  border-right: 2px solid #d9d5d5;
}
.our-value .v-group p:first-child {
  margin-bottom: 6px;
  font-weight: 600;
  color: #2b63f9;
  font-size: 20px;
}
.our-value .v-group p:last-child {
  color: #4f4f4f;
}
.our-value .v-group p {
  padding: 0 !important;
}
.our-value .v-group {
  margin: 10px 0px 10px 0px;
}
@media only screen and (max-width: 575px) {
  .our-value .right-border {
    border-right: none !important;
  }
}
.service-guide {
  padding: 10px 0 5px 0px;
  position: relative;
}
.service-guide span {
  font-size: 16px;
  color: #212529;
  position: absolute;
  margin: 7px 0px 0px 3px;
}
.brand-icon {
  text-align: center;
  padding-bottom: 3rem;
  padding-top: 1rem;
}
.brand-icon .brands img {
  margin-right: 20px;
}
.service-video .modal-header {
  background: #2b63f9;
}
.service-video .modal-header h4 {
  font-weight: 600 !important;
  padding-left: 1rem;
  color: #fff;
}
.service-video .modal-header button span {
  color: #ffffff;
}
.service-video .modal-body {
  background: black;
}
.bg-yellow {
  background: yellow;
}
.padding-5-10 {
  padding: 5px 10px 5px 10px;
  border-radius: 3px;
}
.our-supporters,
.press-release-section {
  margin-top: 4rem;
  background: #f1f4f7;
  padding: 4rem 0 4rem 0;
  min-height: 25.6rem;
}
.press-release-section {
  background: #fff;
  margin-top: 0rem;
}
.our-supporters h2 {
  text-align: center;
  font-weight: 600 !important;
  padding-bottom: 1rem;
}
.our-supporters .nav.nav-pills {
  display: block;
}
.our-supporters ul li {
  padding: 5px 0px 4px 0px;
}
.our-supporters ul li a {
  color: black;
  font-size: 16px;
}
.our-supporters .nav li:hover {
  background-color: #eee;
  padding-left: 8px;
}
@media (min-width: 768px) {
  .aside--left {
    -ms-flex-order: 0;
    order: 0;
  }
}
.our-supporters .list-group {
  border-color: #f7f7f7;
  border-radius: 0;
  padding: 0;
}
.our-supporters .list-group-item.active {
  color: #fff;
  background-color: #2b63f9;
  border-color: #2b63f9;
}
.our-supporters .list-group-item {
  padding: 8px 15px;
  color: black;
  background-color: transparent;
  border-radius: 0 !important;
  font-weight: 600;
}
.our-supporters .list-group-item.active:hover {
  color: #ffffff;
}
.our-supporters .list-group-item:hover {
  color: #2b63f9;
  text-decoration: none;
}
.our-supporters .brands {
  text-align: center;
  padding: 2rem;
}
.nav_partner .item img {
  width: auto;
  margin-bottom: 9px;
  height: auto;
}
.nav_advisor .item img {
  width: 100px;
  margin-bottom: 9px;
  height: 100px;
  border-radius: 50%;
}
.our-supporters .owl-dots button.owl-dot {
  border-radius: 50%;
  width: 12px;
  height: 12px;
  margin-right: 10px;
  border: none;
  background: #d3d3d3;
}
.our-supporters .owl-dots button.owl-dot.active {
  background: #2b63f9;
}
.our-supporters .owl-dots button.owl-dot:hover {
  background: #2b63f9;
}
.post-meta {
  margin-top: 15px;
  margin-bottom: 15px;
}
.post-meta .post-category.cat-2 {
  background-color: #ff8700 !important;
  font-size: 13px;
  text-transform: uppercase;
  padding: 3px 10px;
  font-weight: 600;
  border-radius: 2px;
  margin-right: 15px;
  color: #fff;
  background-color: #212631;
  -webkit-transition: 0.2s opacity;
  transition: 0.2s opacity;
}
.post-meta .post-date {
  padding: 3px 10px 3px 10px;
  font-size: 13px;
  font-weight: 600;
  background: #eee;
  border-radius: 3px;
}
.home_blog .card .card-body {
  /* height: 296px; */
  height: 320px;
}
.index-blog {
  background: #edf5ff;
}
.index-blog a {
  text-decoration: none;
}
.index-blog a:hover,
.index-blog a span:hover {
  color: #2b63f9 !important;
}
.service-view .card {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.service-view .card .card-body h5 {
  font-weight: 600 !important;
  font-size: 20px !important;
  color: #212529;
}
.service-view .card .card-body h5 span {
  font-size: 20px !important;
}
.service-view .card .card-body .card-text {
  -webkit-line-clamp: 3 !important;
}
.service-view .card .card-body .card-text p {
  color: #212529;
  font-size: 15px !important;
  letter-spacing: 0px !important;
}
.service-view .card-footer .first {
  display: flex;
  text-decoration: none;
  border-radius: 4px;
  padding: 5px 5px 5px 0px;
}
.service-view .card-footer a img {
  margin: 0 3px 0px 0px;
  padding: 0px !important;
}
.service-view .card-footer a span {
  margin: 1px;
  color: #2b63f9;
  font-size: 15px !important;
}
.service-view .card {
  height: 14.3rem !important;
}
.service-view .card-footer .col-sm-6 {
  width: 50%;
}
.service-view .card-footer .col-sm-6:last-child {
  padding: 0;
}
.press-banner .breadcrumbs {
  padding: 23px 0;
  list-style: none;
}
.press-banner .breadcrumbs li {
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  color: #ffff;
}
.press-banner .breadcrumbs li a {
  color: #ffff;
  margin-right: 5px;
  text-decoration: none;
}
.press-banner h1 {
  color: #ffff;
  font-size: 70px;
  font-weight: 500;
  line-height: 70px;
}
.line-2 {
  -webkit-line-clamp: 2 !important;
}
.press-release h4 a {
  font-size: 22px;
  color: #212529;
  text-decoration: none;
}
.press-release .details {
  font-size: 16px;
  margin-bottom: 0;
}
.press-release h4 a:hover {
  color: #2b63f9 !important;
}
.press-release .card {
  box-shadow: 1px 1px 6px 2px #eee;
  border-radius: 3px;
  border: none;
}
.press-release .col-md-12 {
  margin-bottom: 1rem;
}
.press-cat p {
  background-color: #2b63f9;
  color: #ffffff;
  padding: 4px 8px;
  display: inline-block;
  position: relative;
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0;
  height: 27px;
}
.press-cat p:after {
  border-left: 0 solid transparent;
  border-right: 20px solid transparent;
  border-top: 27px solid #2b63f9;
  clear: both;
  content: "";
  height: 0;
  position: absolute;
  top: 0;
  margin-left: 7px;
}
.press-bottom .share {
  cursor: pointer;
}
.press-bottom span {
  padding-top: 6px;
}
.press-bottom .share.btn {
  padding: 5px;
}
.press-banner {
  padding: 3rem 0rem 3rem 0rem;
  background-image: url("../webp/press-release.webp");
  background-position: center;
  background-size: cover;
  height: auto;
  position: relative;
}
.press-side a {
  height: 4.9rem;
}
.bg-green {
  background: #4caf50;
  color: #ffff;
}
.product .p-card {
  position: relative;
  padding: 0px 1.25rem;
}
.product .p-card a img {
  width: 160px;
  height: 145px;
}
.product .p-card a + h6 {
  font-weight: 600 !important;
  font-size: 14px;
  margin-top: 0.5rem !important;
}
.sitemap .head {
  padding: 5rem 0px 3rem;
  background: #ffff0014;
}
.sitemap .head .row input {
  border-radius: 4px;
  height: 3rem;
  font-size: 20px;
}
.sitemap .head .row button {
  height: 3rem;
  font-size: 20px;
}
.sitemap-service {
  margin-top: 2rem;
}
.sitemap-service ul {
  padding-left: 0;
}
.sitemap-service ul li {
  list-style: none;
  padding: 2px 0px;
  margin-left: 2rem;
}
.sitemap-service .title {
  position: relative;
  text-transform: uppercase;
  margin: 5px 0;
}
.sitemap-service .title img {
  width: 25px !important;
}
.sitemap-service ul li a {
  color: #212529;
  text-decoration: none;
}
.sitemap-service ul li a:hover {
  color: #2b63f9;
}
.sitemap-category {
  display: inline-block;
  background: yellow;
  border-radius: 4px;
  padding: 9px 12px;
  margin-bottom: 25px;
  margin-top: 10px;
}
.sitemap-category p {
  margin: 0;
  font-size: 18px;
  line-height: 1.5;
  font-size: 16px;
  text-transform: uppercase;
}
.middle-item .owl-stage {
  display: flex;
  align-items: center;
}
.brand-box {
  height: 50px;
}
.brand-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.padding-xy {
  padding-top: 60px;
  padding-bottom: 60px;
}
a:hover {
  text-decoration: none;
}

html {
  scroll-behavior: smooth;
}
.align-center-xy {
  display: flex;
  justify-content: center;
  align-items: center;
}
.font-black-color {
  color: #262626;
}
.corpseed-life {
  padding-right: 20px;
  border-right: 2px solid black;
  font-weight: 600;
}
.nav-bgh {
  background: #f5f5f573 !important;
}
.single-video-area {
  background-image: url("../webp/corpseed-banner.webp");
  background-size: cover;
  background-repeat: no-repeat;
  height: 56vh;
  display: flex;
  align-items: center;
  position: relative;
}
.video-area-box {
  padding: 20px 20px 20px 40px;
  background-color: #ffffffc2;
  width: 48%;
}

.video-area-box .video-area {
  display: flex;
  gap: 20px;
  align-items: center;
}

.video-area-box .video-area h2 {
  font-family: "Roboto Condensed", Sans-serif;
  font-weight: 600;
  margin-bottom: 0px;
}

.play-circle {
  font-size: 50px;
  margin-bottom: 10px;
}
/* meet-people-section */

.meet-people-section h2 {
  font-weight: 100;
  color: #303134;
  font-size: 32px;
  text-align: center;
  margin-bottom: 40px;
}

.meet-people-section h2 span {
  font-weight: 600;
}

.meet-people-section p {
  font-weight: 100;
  font-size: 20px;
  color: #303134;
  text-align: center;
  width: 60%;
  margin: auto;
}
.meet-people-section p span {
  font-weight: 600;
}
.meet-people-section .copy-link-btn {
  padding: 10px 20px;
  color: white;
  background: black;
  border: none;
  text-transform: uppercase;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.owl-carousel.owl-theme.blog-slider.home_blog .owl-prev {
  position: absolute;
  font-size: 22px;
  top: -100px;
  bottom: 0;
  margin: auto;
  left: -25px;
}

.owl-carousel.owl-theme.blog-slider.home_blog .owl-next {
  position: absolute;
  font-size: 22px;
  top: -100px;
  bottom: 0;
  margin: auto;
  right: -25px;
}

.owl-carousel.productSlider .owl-prev {
  position: absolute;
  top: -100px;
  bottom: 0;
  margin: auto;
  left: -20px;
}

.owl-carousel.productSlider .owl-prev span,
.owl-carousel.productSlider .owl-next span {
  font-size: 25px;
}

.owl-carousel.productSlider .owl-next {
  position: absolute;
  top: -100px;
  bottom: 0;
  margin: auto;
  right: -20px;
}

/* end  meet-people-section */

/* video section */

.video-main-box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}

.video-main-box p {
  color: white;
  position: absolute;
  top: 20px;
  right: 20px;
}

.show-video {
  display: flex;
}

.hide-video {
  display: none;
}

/* video secion end  */

/* culture box */
.culture-image-box {
  width: 90%;
  height: 430px;
  margin: auto;
}

.card-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.culture-image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.culture-area .culture-text {
  padding: 20px 60px;
}

.culture-area .culture-text h2 {
  color: #48aced;
  font-size: 35px;
  margin-top: 0rem !important;
}

.culture-area .culture-text p {
  font-size: 16px;
  color: white;
}

.learn-more-btn {
  color: white;
  font-weight: 500;
  font-size: 18px;
}

.culture-area .culture-text .culture-tags {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.culture-area .culture-text .culture-tags a {
  font-weight: 200;
  color: #ffff;
  font-size: 14px;
  padding: 6px 20px;
  border: 1px solid #fff;
  border-radius: 30px;
}

.culture-area .culture-text .culture-tags a:hover {
  background-color: #ffff;
  color: #000;
}

.load-btn-center {
  display: flex;
  justify-content: center;
}

.load-btn-center .load-more-button {
  padding: 8px 32px;
  border: 1px solid black;
  font-weight: 600;
  background: white;
  font-size: 20px;
  cursor: pointer;
}

.vediosec .playbtn .video-heading {
  font-size: 35px;
  font-weight: 700;
}

/* culture box */

.circle-indicater {
  height: 20px !important;
  width: 20px !important;
  border-radius: 50% !important;
}

.communities-box {
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 0px;
}

.communities-box h2 {
  font-weight: 600;
  font-size: 25px;
}

.communiti-image {
  height: 200px;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
}

.communiti-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.communiti-text {
  padding-top: 20px;
}

.communiti-text h3 {
  font-size: 18px;
  font-weight: 600;
}

.communiti-text p {
  font-size: 14px;
  color: gray;
}

.communiti-text a {
  display: flex;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 30px;
  color: #03a9f4 !important;
  border: 1px solid white;
  cursor: pointer;
}

.communiti-text a:hover {
  border: 1px solid #03a9f4;
  width: fit-content;
  border-radius: 10px;
}

.life-review {
  width: 100%;
  height: 60vh;
  overflow: hidden;
  position: relative;
}

.back-image {
  height: 60vh;
  width: 100%;
}

.back-image img {
  height: 100%;
  width: 100%;
}

.above-video-text {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  max-height: 120px;
  z-index: 10;
  width: 70vw;
  padding: 20px 20px 20px 40px;
  background-color: #ffffffc2;
  width: 70vw;
}

.video-area-carousel {
  display: flex;
  align-items: center;
}

.play-btn a svg {
  height: 50px;
  width: 50px;
}

/* enquiry  */

.person-enquiry {
  position: fixed;
  z-index: 30;
}

.enquiry-form {
  padding: 20px;
  border: 1px solid gray;
  border-radius: 3px;
  position: relative;
  right: -100vw;
  transition: all 1s ease;
  width: 400px;
  background: #1a73e8;
}

.enquiry-form h2 {
  font-size: 25px;
  text-transform: capitalize;
  margin-bottom: 10px;
  font-weight: 600;
  color: #ffff;
}
.enquiry-desc {
  margin-bottom: 0;
}

.enquiry-form .enquire-field {
  padding: 5px 10px;
  margin-bottom: 30px;
  border: none;
  border-bottom: 1px solid #ffff;
  background: #1a73e8;
  color: #ffff;
}
.enquiry-form .enquire-field::placeholder {
  color: #e0e0e0;
}
.enquiry-form .enquire-field:focus-visible {
  outline: none;
}

.enquiry-message {
  min-height: 120px;
}

.fixed-box {
  position: absolute;
  left: -45px;
  top: 40%;
}

.enquiry-form .fixed-box .enq-text {
  background: #ffd000;
  color: black;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  width: 35px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 10px 0px;
  cursor: pointer;
}
.enquiry-form .fixed-box .enq-text p {
  margin-bottom: 0;
  line-height: 18px;
}

.person-enquiry .enquire-icon {
  height: 50px;
  width: 50px;
  color: white;
  background: #ffd000;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.show-enquiry {
  right: calc(400px - 100vw);
}

/* press release css */

.press-release {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  position: relative;
}

.press-release-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: relative;
}

.in-news {
  position: absolute;
  box-shadow: 0 6px 9px 0 rgba(0, 0, 0, 0.2);
  display: inline-block;
  padding: 12px 24px;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: #ffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.in-news h2 {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
}

.press-side-box {
  border: 1px solid red;
}

.press-content {
  padding: 40px;
  position: relative;
  background: #edf5ff;
}

.press-content .side-square {
  position: absolute;
  height: 30px;
  width: 30px;
  rotate: 225deg;
  top: 30px;
  left: -16px;
  background: #edf5ff;
}

.press-content .press-release-text {
  text-transform: uppercase;
  color: #2b63f9;
  font-size: 14px;
}

.press-content .press-heading {
  font-weight: 700;
  font-style: normal;
  color: #464646;
  font-size: 18px;
  line-height: 24px;
  margin-top: 40px;
}

.press-release .press-content .press-inner-content {
  border-left: 1px solid goldenrod;
  padding-left: 15px;
  margin-left: 20px;
}

.press-release .press-content .press-inner-content p {
  font-size: 14px;
  margin-top: 15px;
  font-weight: 500;
}

.press-release .press-indiacter {
  position: absolute;
  width: fit-content;
  height: fit-content;
  margin-left: 22%;
}

.press-release .press-indiacter li {
  width: 10px;
  height: 10px;
  border-radius: 2px;
  border: 1px solid #00000096;
}

#main-toc ol li ul li {
  list-style-type: none !important;
}

#sideTableOfContents ul li {
  list-style-type: none !important;
}

#sideTableOfContents ul li::before {
  content: "";
  width: 15px !important;
  height: 15px !important;
  display: inline-block !important;
  margin-right: 8px !important;
  vertical-align: bottom !important;
  background: url(../svg/info-circle.svg) no-repeat !important;
  background-size: cover !important;
  border-radius: 50% !important;
  margin-bottom: 0.2rem !important;
}

/* media query */

@media only screen and (max-width: 992px) {
  .culture-image-box {
    height: auto;
  }
  .navbar .navbar-collapse.show {
    background: #fff;
  }
  .video-main-box video {
    width: 90%;
    height: auto;
  }
  .corpseed-life {
    border-right: none;
  }
}

@media only screen and (min-width: 768px) {
  .contact-option {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .whaps {
    display: none;
  }
  footer {
    margin-bottom: 7rem;
  }
  .video-area-box .video-area h2 {
    font-size: 25px;
  }
  #homeServiceBlogSearch {
    margin-top: 0%;
  }
  .video-area-box .video-area p {
    font-size: 14px;
  }
  .display-n {
    display: none;
  }
  .life-review {
    height: 30vh;
  }
  .back-image {
    height: 30vh;
  }

  .padding-xy {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .meet-people-section p {
    font-size: 15px;
    width: 95%;
  }
  .meet-people-section h2 {
    font-size: 23px;
    margin-bottom: 30px;
  }
  .meet-people-section .copy-link-btn {
    font-size: 12px;
  }
  .change-flex-dir {
    display: flex;
    flex-direction: column-reverse;
  }
  .culture-area .culture-text {
    padding: 20px 20px;
  }
  .culture-area .culture-text h2 {
    color: #48aced;
    font-size: 24px;
  }

  .card-grid {
    grid-template-columns: 1fr;
  }
  .culture-image-box {
    height: 400px;
  }
  .communities-box {
    padding-bottom: 0px;
  }
  .contact-option {
    background: #ffff;
    padding: 10px;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 140;
    gap: 20px;
    display: flex;
    justify-content: space-around;
  }

  .contact-option .mobile-contact,
  .contact-option .chat-contact {
    display: flex;
    gap: 5px;
    padding: 8px;
    border-radius: 50%;
    border: none;
    outline: none;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }

  .chat-contact,
  .mobile-contact {
    border-radius: 20px;
    padding: 10px 0px;
    font-weight: 400;
    background-color: white;
    color: white;
    width: 100%;
  }

  .chat-contact {
    background-color: #2b63f9;
  }
  .mobile-contact {
    background-color: #47c758;
  }

  .chat-contact p,
  .mobile-contact p {
    margin-bottom: 0px;
    text-transform: uppercase;
    color: #ffff;
  }

  /* enquiry css */

  .person-enquiry {
    position: fixed;
    z-index: 30;
  }

  .enquiry-form {
    /* padding: 20px;
        background-color: white;
        color: white;
        border: 1px solid gray;
        border-radius: 10px;
        position: relative;
        transition: all 1s ease; */
    width: 80%;
    right: -100%;
  }

  /* .enquiry-form h2{
        font-size: 25px;
        text-transform: capitalize;
        margin-bottom: 10px;
        font-weight: 600;
        color: #3b3f5c;
    } */
  /* .enquiry-form .enquiry-desc{
        font-size: 14px;
        text-transform: capitalize;
        margin-bottom: 10px;
        font-weight: 300;
        color: #5c5c5c;
    } */

  .enquiry-form .enquire-field {
    padding: 5px 10px;
    margin-bottom: 30px;
    border: none;
    border-bottom: 1px solid gray;
  }
  .enquiry-form .enquire-field:focus-visible {
    outline: none;
  }

  .enquiry-form .enq-button {
    width: 48%;
    text-transform: uppercase;
  }

  .enquiry-message {
    min-height: 90px;
  }

  .fixed-box {
    position: absolute;
    left: -35px;
    top: 40%;
  }

  .enquiry-form .fixed-box .enq-text {
    background: #ffd000;
    color: black;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    width: 35px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 10px 0px;
  }
  .enquiry-form .fixed-box .enq-text p {
    margin-bottom: 0;
    line-height: 18px;
  }

  .person-enquiry .enquire-icon {
    height: 50px;
    width: 50px;
    color: white;
    background: #ffd000;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .show-enquiry {
    right: -20%;
  }
  .press-release {
    grid-template-columns: 1fr;
  }
  .press-release .press-release-content {
    grid-template-columns: 1fr;
  }
}

@media only screen and (max-width: 600px) {
  .load-btn-center .load-more-button {
    font-size: 16px;
  }
  .video-area-box .video-area h2 {
    font-size: 20px;
  }
  .carousel-heading h2 {
    font-size: 20px;
  }
  .carousel-heading p {
    font-size: 14px;
  }
  .above-video-text {
    max-height: 160px;
  }
}
.show-enquiry .fixed-box {
  left: -36px !important;
}

.culture-area:nth-child(4n + 1) {
  background: #102e4a;
}
.culture-area:nth-child(4n + 2) {
  background: purple;
}

.culture-area:nth-child(4n + 3) {
  background: #432534;
}

.culture-area:nth-child(4n + 4) {
  background: #012622;
}

.sidebar-contact {
  position: fixed;
  display: flex;
  flex-direction: column;
  top: 50%;
  right: -350px;
  transform: translateY(-50%);
  width: 350px;
  height: auto;
  padding: 12px 18px;
  box-sizing: border-box;
  transition: 0.5s;
  z-index: 1000;
  background-color: #2b62f9;
  color: white;
  max-height: 75%;
  overflow: auto;
}
.sidebar-contact.active {
  right: 0;
}
.sidebar-contact input,
.sidebar-contact textarea {
  width: 100%;
  height: 36px;
  padding: 5px;
  margin-bottom: 10px;
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.5);
  outline: none;
}
.sidebar-contact h2 {
  margin: 0 0 20px;
  padding: 0;
  font-size: 24px;
  margin-bottom: 5px;
}
.sidebar-contact textarea {
  height: 60px;
  resize: none;
}
/* .sidebar-contact input[type="submit"]{
  background:#00bcd4;
  color:#fff;
  cursor:pointer;
  border:none;
  font-size:18px;
} */

.nav-list-box .nav-listing {
  list-style-type: none;
}

/* .toggle-box {
  position: absolute;
  width: 30px;
  text-align: center;
  cursor: pointer;
  background: #2b63f9;
  left: -30px;
  line-height: 30px;
  padding: 10px 0px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  top: 35%;
} */

.toggle-box p {
  margin: 0;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffff;
}

.toggle-chat-box {
  position: absolute;
  width: 30px;
  text-align: center;
  cursor: pointer;
  background: #2b63f9;
  left: -30px;
  line-height: 30px;
  padding: 10px 0px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  top: 35%;
}

.toggle-chat-box p {
  margin: 0;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffff;
}

.sidebar-contact .enquire-field {
  padding: 5px 10px;
  margin-top: 20px;
  border: none;
  border-bottom: 1px solid white;
  background-color: #2b62f9 !important;
  color: #ffff !important;
}
.sidebar-contact .enquire-field:focus-visible {
  outline: none;
}

.sidebar-contact .enquire-field::placeholder {
  color: white;
}

.sidebar-contact .enq-button {
  text-transform: uppercase;
  color: black;
  background: white;
}

@media only screen and (max-width: 400px) {
  .sidebar-contact {
    width: 275px;
    right: -275px;
  }
  .sidebar-contact.active {
    right: 0;
  }
}
.side-cross {
  position: relative;
  left: -38px;
  width: 22px;
  top: -80px;
  height: 100px;
}
.invalid-box {
  border: 1px solid #eb9797 !important;
}
.sm-nav {
  display: flex;
  align-items: center;
  padding: 8px 16px;
  position: relative;
  height: 0;
  min-height: 50px;
  transition: height 1s ease-in-out;
}

li {
  list-style-type: inherit;
}

.sm-nav .nav-list-box {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 0px;
  padding-left: 20px;
}

.sm-nav .sm-nav-logo {
  border-right: 2px solid #000;
  padding-right: 20px;
}

.sm-nav .sm-nav-logo .logo-name {
  margin: 0px !important;
  font-weight: 600;
  font-size: 22px;
  width: max-content;
}

.sm-nav .nav-list-box .nav-listing .sm-link {
  color: #262626;
  text-transform: capitalize;
  font-size: 14px;
}

.sm-toggle-btn,
.sm-cross-btn {
  position: absolute;
  right: 20px;
  top: 10px;
  display: none;
}

.sm-height {
  height: auto;
}

.sm-none {
  display: none !important;
}

.sm-block {
  display: block;
}

@media only screen and (max-width: 768px) {
  .sm-height .nav-list-box {
    display: block !important;
  }
  .nav-bgh .nav-list-box {
    display: none;
  }
  .sm-toggle-btn {
    display: block;
  }
  .sm-nav {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 0px !important;
  }
  .sm-nav .nav-list-box {
    flex-direction: column;
    margin-top: 15px;
    align-items: flex-start;
    margin-left: 0px;
    padding: 0;
    gap: 0px;
  }
  .sm-nav .sm-nav-logo {
    margin-top: 5px;
    border-right: none;
  }
  .sm-nav .nav-list-box .nav-listing {
    border-top: 1px solid #e0e0e0;
    width: 100%;
    padding: 10px 0px;
  }
  .sm-nav .nav-list-box .nav-listing:last-child {
    border-bottom: 1px solid #e0e0e0;
  }
}
.sm-link.active {
  font-weight: 600;
}
.life-about .person-image {
  height: 350px;
  width: 100%;
}

.life-about .person-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.life-about .person-life {
  padding: 50px 0px;
}

.life-about .person-life .person-heading {
  font-size: 30px;
  margin-bottom: 35px;
}

.life-about .user-profile {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 40px;
  margin-bottom: 40px;
}
.life-about .user-profile .user-image {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  overflow: hidden;
}
.life-about .user-profile .user-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.life-about .tags-box {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.life-about .tags-box .tags {
  font-weight: 200;
  color: #9b8e8e;
  font-size: 14px;
  padding: 8px 16px;
  border: 1px solid #2b63f9;
  border-radius: 30px;
}

.life-about .tags-box .tags:hover {
  background-color: #2b63f9;
  color: white;
}

@media only screen and (max-width: 768px) {
  .life-about .person-life .person-heading {
    font-size: 26px;
    margin-bottom: 25px;
  }
  .single-video-area {
    background-position: center;
    height: 51vh;
  }
  .video-area-box {
    width: 75%;
  }
}
.person-life img {
  margin: 0 10px 10px 0;
}
#enquiryForm .iti__country-list {
  background-color: #2b62f9 !important;
}
#enquiryForm .iti__flag-container {
  top: 5px !important;
}
#enquiryForm .iti.iti--allow-dropdown.iti--separate-dial-code {
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .press-banner {
    background-image: url(../webp/press-release-mob.webp);
    background-position: inherit;
    min-height: 225px;
    background-origin: content-box;
    background-repeat: no-repeat;
    paddding: 2rem 0px;
  }
  .blog-top-margin {
    margin-top: 15px !important;
  }
}

@media only screen and (max-width: 576px) {
  .press-banner {
    min-height: 180px;
  }
}

.our-supporters .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.our-supporters .item > div {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  overflow: hidden;
}

.our-supporters .item > div img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.our-supporters .item p {
  font-size: 13px;
}

@media only screen and (max-width: 768px) {
  .our-supporters .list-group {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    text-align: center;
    /*border: 1px solid #2b63f9;*/
  }
  .our-supporters .list-group-item {
    border: 1px solid #2b63f9;
    margin: 0px !important;
  }
  .container,
  .container-fluid,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    padding-right: 36px !important;
    padding-left: 36px !important;
  }
}
.gap-zero {
  gap: 0px !important;
}
.brand-icon .brands.owl-carousel .owl-nav button {
  position: absolute;
  font-size: 22px;
  top: 0;
  bottom: 0;
}
.brand-icon .brands.owl-carousel .owl-nav .owl-prev {
  left: -15px;
}
.brand-icon .brands.owl-carousel .owl-nav .owl-next {
  right: -15px;
}

.service-image-box {
  height: 100px;
  width: auto;
  margin-bottom: 10px;
}

.service-image-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.min-195 {
  min-height: 195px;
}
.productSlider .card {
  margin-bottom: 15px;
}
.productSlider .card .card-title {
  margin-bottom: 0px !important;
}

.font-blogs {
  font-size: 28px;
}

.w-max {
  width: max-content;
}

.top-news-img {
  height: 65px;
  width: 100%;
}

.side_news .nav div .sidenews-box {
  height: 75px;
  width: 100%;
}

.side_news .nav div .sidenews-box img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.background-white {
  background: #fff;
}
.product-t {
  color: black;
  font-size: 18px;
}
.hide-image {
  height: 5px;
  width: 5px;
  overflow: hidden;
}

.hide-image img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.brand-text-box {
  height: 50px;
}

.test-image-meta {
  height: 4px;
  width: 4px;
  position: relative;
  top: -55px;
  left: 178px;
}

.test-image-meta img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

/*industry page css start*/

.industry-hero-img {
  height: 500px;
  position: relative;
  /*background-image: url("../images/industry.webp");*/
  /*background-color: #0a58ca;*/
  /*background-size: cover;*/
  /*background-repeat: no-repeat;*/
  /*background-position: center;*/
  width: 100%;
}

.hero-img-box {
  width: 100%;
  position: absolute;
  height: 500px;
  left: 0;
  right: 0;
  margin: auto;
}

.hero-imges {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.industry-section {
  display: flex;
  justify-content: left;
  align-items: center;
  height: 100%;
  position: relative;
}

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

.industry-section .call-card-section {
  position: absolute;
  bottom: -32px;
  right: 0;
}

.industry-section .hero-text-box {
  width: 450px;
}

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

.industry-section .hero-text-box .support-text {
  font-size: 12px;
  background: #2b63f9;
  width: fit-content;
  padding: 5px 10px;
  border-radius: 4px;
  text-transform: uppercase;
}

.end-item {
  display: flex;
  justify-content: flex-end;
}

/* end */

.in-big-heading {
  color: #303134;
  font-size: 40px;
  font-weight: 600;
  font-family: "roboto", sans-serif;
}

/* common classes */
.in-heading {
  color: #303134;
  font-size: 26px;
  font-weight: 600 !important;
  font-family: "roboto", sans-serif;
  margin-top: 0px;
}

.cm-paddings {
  padding-top: 30px;
  padding-bottom: 30px;
}
/* end */

/* carosel section */

.industry-banners .item {
  background: transparent;
  height: auto;
  width: 60px;
  padding: 20px 0px;
}
.industry-banners .item img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.in-description {
  font-size: 16px;
  color: #212529;
}

.industry-banners .owl-nav .owl-prev {
  position: absolute;
  top: 25px;
  left: -40px;
}
.industry-banners .owl-nav .owl-prev span {
  font-size: 30px;
}

.industry-banners .owl-nav .owl-next {
  position: absolute;
  top: 25px;
  right: -10px;
}
.industry-banners .owl-nav .owl-next span {
  font-size: 30px;
}

.industry-banners .owl-theme .owl-nav [class*="owl-"]:hover {
  background-color: transparent;
  color: #212529;
  border: none;
}

.industry-banners .owl-theme .owl-nav [class*="owl-"]:focus {
  outline: none;
}

.owl-carousel .owl-nav.disabled {
  display: block !important;
}

/* end */

/* industry card */

.ind-cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  padding: 20px 0px;
}

.ind-cards .card {
  border-radius: 8px;
  padding: 20px;
  background-color: #25366e;
  color: var(--white);
}

.ind-cards .card .ind-heading {
  font-size: 18px;
  font-weight: 600 !important;
  margin-bottom: 0px !important;
  margin-top: 0px !important;
}

.ind-cards .card .ind-data {
  font-size: 14px;
  margin-bottom: 0px;
  padding: 10px 0px;
}

.ind-cards .card .ind-link {
  font-size: 14px;
  color: #fff;
}

.ind-cards .card .ind-link:hover {
  color: #2b63f9;
  text-decoration: none;
}

.ind-cards .card .ind-link:hover svg path {
  stroke: #2b63f9;
}

/* industry we care section */

.ind-we-care {
  position: relative;
  height: 500px;
  background-color: #edf5ff;
}

.ind-we-care .ind-cat-new {
  height: 380px;
  width: 100%;
  margin: 20px 0px;
  overflow-y: auto;
}

.ind-we-care .ind-cat-new::-webkit-scrollbar {
  width: 5px;
  height: 8px;
  background-color: #25366e;
  color: #fff;
}

.ind-we-care .ind-cat-new a {
  display: block;
  font-size: 18px;
  padding: 10px 10px;
  color: #303134;
  font-weight: 600;
  border-bottom: 1px solid #dddddd;
}

.ind-we-care .ind-cat-new a:hover {
  text-decoration: none;
}

.ind-we-care .ind-cat-new a.active {
  color: #25366e;
  border-left: 5px solid #25366e;
  background-color: rgba(37, 54, 110, 0.1);
}

.ind-we-care .ind-img-box {
  position: absolute;
  height: 500px;
  width: 50%;
  left: 50%;
  top: 0px;
}

.industry-section .call-card-section.btm-dan {
  bottom: -53px;
}

.home-new {
  padding-top: 90px !important;
  padding-bottom: 10px !important;
}

.ind-we-care .ind-img-box .we-image {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.ind-we-care .we-industry {
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: relative;
  z-index: 100;
}

.parent-box {
  border: 3px solid red;
}

.center-items-box {
  display: grid;
  align-items: center;
  height: 440px;
}

.all-ind-card {
  width: 75%;
  background-color: rgba(37, 54, 110, 0.8);
  padding: 20px;
}

.all-ind-card .all-ind-heading {
  font-size: 22px;
  font-weight: 600 !important;
  margin-bottom: 0px;
  color: var(--white);
}

.all-ind-card .all-ind-data {
  font-size: 16px;
  margin-bottom: 0px;
  line-height: 24px;
  padding: 10px 0px;
  color: var(--white);
  width: 90%;
}

.all-ind-card .all-ind-link {
  font-size: 14px;
  color: #25366e;
  background-color: #fff;
  border: 1px solid #fff;
  padding-left: 6px;
  border-radius: 4px;
  text-align: center;
  font-weight: 700;
  display: block;
}

.all-ind-card .all-ind-link:hover {
  text-decoration: none;
}

/* end */

.populer-ads {
  /*background: #dddddd;*/
  width: 100%;
  height: 125px;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.populer-ads .ads-card {
  width: 100%;
}

.populer-ads .ads-card img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.dots-fal .owl-carousel .owl-nav.disabled {
  display: none !important;
}

.populer-ads p {
  font-size: 40px;
}

.it-center {
  display: flex;
  justify-content: center;
  align-content: center;
  gap: 4px;
}

/* latest News  */

.latest-text .news-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  border-radius: 8px;
  min-height: 250px;
  padding: 20px;
  border: 1px solid #e5e5e5;
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.2);
}

.latest-text .news-card .ind-heading {
  font-size: 21px;
  font-weight: 600 !important;
  margin-bottom: 0px !important;
  margin-top: 0px !important;
  margin-bottom: 10px !important;
}

.latest-text .news-card p {
  margin-bottom: 0px !important;
}

.latest-text .news-card .ind-data {
  font-size: 14px;
  margin-bottom: 0px;
  padding: 10px 0px;
  text-align: justify;
  height: 81px;
  overflow: hidden;
}

.latest-text .news-card .ind-data#light-new {
  font-weight: 100 !important;
  margin-bottom: 0px !important;
  margin-top: 0px !important;
}

.latest-text .news-card .ind-sm-head {
  font-weight: 200;
  font-size: 20px;
  margin-bottom: 0px;
  margin: 0px !important;
  padding: 0px 0px;
  margin-bottom: 10px !important;
}

.latest-text .news-card .ind-link {
  font-size: 14px;
  text-align: justify;
}

.latest-text .news-card .ind-link:hover {
  text-decoration: none;
}

.f-light {
  font-weight: lighter !important;
}

.grid-four-col {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5px;
}

/*Start of Front Page Clickable*/

.industry-click {
  padding: 10px;
}

.above-cards {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 0px;
  gap: 30px;
}

.middle-cards {
  position: relative;
  padding-top: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.below-card {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 25px;
}

.import-card {
  position: relative;
  top: 20px;
}

.ab-left {
  border: 1px solid #fff;
  border-radius: 5px;
  box-shadow: 3px 3px 9px 0px rgba(0, 0, 0, 0.2);
  padding: 8px 4px;
  width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 2px;
  transition: all 0.4s ease-in-out;
}

.ab-left.ab-long {
  width: 140px;
}

.ab-img {
  height: 60px;
  width: 90px;
}

.ab-height {
  height: 90px;
  width: 140px;
}

.ab-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.mid-image {
  position: absolute;
  height: 200px;
  width: 50px;
}

.mid-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.cl-head {
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 0px;
  color: #3d3d3d;
  line-height: 1;
}

.cl-link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2px;
  color: #8c8c8c;
  line-height: 0px;
}

.cl-link a {
  color: #8c8c8c;
  font-size: 11px;
  line-height: 13px;
}

.cl-link a:hover {
  scale: 1.1;
}

.ab-right {
  border: 1px solid blue;
  padding: 5px;
  width: 200px;
}

.mid-image-left {
  position: absolute;
  width: 72px;
  top: -10px;
  left: -59px;
}

.middle-contain {
  position: relative;
  top: -5px;
}

.below-img-box {
  height: 70px;
  width: 180px;
}

.left-card-pos {
  position: relative;
  top: 20px;
}

.mid-image-right {
  position: absolute;
  width: 72px;
  top: -9px;
  right: -58px;
}

.h-170 {
  height: 180px;
}

.light-shadow {
  bx-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.2);
}

/*.ab-left:hover{*/
/*    scale: 1.1;*/
/*}*/

.mid-card-pos {
  background: #fff;
}

/*End Of Front page clickable */

@media only screen and (max-width: 578px) {
  .home-reg {
    margin-top: 0px;
  }
}

@media only screen and (max-width: 992px) {
  .grid-four-col {
    grid-template-columns: 1fr;
  }
}

@media only screen and (max-width: 768px) {
  .ind-cards {
    grid-template-columns: 1fr 1fr;
  }
  .ind-we-care {
    height: auto;
  }
  .ind-we-care .we-industry {
    grid-template-columns: 1fr;
  }
  .center-items-box {
    height: auto;
    display: flex;
  }
  .ind-we-care .ind-img-box {
    display: none;
  }
  .ind-we-care .ind-cat-new {
    height: 170px;
    padding: 5px;
  }
  .latest-text .news-card {
    height: auto;
    margin-bottom: 20px;
  }
}

.industries-hidden {
  display: none !important;
}

@media only screen and (max-width: 768px) {
  .industries-show {
    display: none !important;
  }
  .industries-hidden {
    display: inline-block !important;
  }
}

@media only screen and (max-width: 600px) {
  .ind-cards {
    grid-template-columns: 1fr;
  }
  .all-ind-card {
    width: 80%;
    margin-top: 22px;
  }
}

@media only screen and (max-width: 576px) {
  .in-big-heading {
    font-size: 28px;
  }
  .f-six {
    font-size: 16px;
  }
}

@media only screen and (min-width: 2000px) {
  .hero-img-box {
    width: 80%;
  }
  .ind-we-care .ind-img-box {
    width: 40%;
  }
}

@media only screen and (max-width: 1200px) {
  .mid-image-left,
  .mid-image-right {
    display: none;
  }
}

@media only screen and (max-width: 992px) {
  .industry-click {
    display: none;
  }
}

/*industry page section end*/
