@import url("//fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&family=Ubuntu:wght@300;400;500;700&display=swap");
.default-button {
  display: inline-block;
  margin-top: 1em;
  border: 1px solid #2b49e3;
  padding: 7px 35px;
  color: #2b49e3;
  font-size: 0.9em;
  transition: all 0.2s ease-in-out;
  font-weight: 600;
}

.default-button.fill-button {
  background: #2b49e3;
  color: #fff;
}

.default-button:hover {
  background: #2b49e3;
  color: #fff;
}

html {
  font-size: 16px;
}

@media (max-width: 479.98px) {
  html {
    font-size: 14px;
  }
}

@media (min-width: 2000px) {
  html {
    font-size: 22px;
  }
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 1em;
  line-height: calc(25 / 15);
  color: #555555;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}

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

body::-webkit-scrollbar-track {
  background-color: #ebebeb;
  border-radius: 5px;
}

body::-webkit-scrollbar-thumb {
  border-radius: 0px;
  background: #6d6d6d;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  font-family: "Ubuntu", sans-serif;
}

p {
  line-height: 1.75;
}

p:last-child {
  margin-bottom: 0;
}

a {
  text-decoration: none;
}

a:visited,
a:focus,
a:active,
a:hover {
  text-decoration: none;
  outline: none;
}

a,
button {
  transition: all 0.3s ease !important;
}

a:hover,
button:hover {
  transition: all 0.3s ease !important;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  appearance: none;
  margin: 0;
}

.affix {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  transition: 0.5s ease-in-out;
  animation: affix_animation 0.6s ease-in-out;
  -webkit-animation: affix_animation 0.6s ease-in-out;
  box-shadow: 0 0 0.1875rem #fff;
  z-index: 99999999;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
}

@keyframes affix_animation {
  0% {
    margin-top: -7.5rem;
    opacity: 0;
  }
  50% {
    margin-top: -4rem;
    opacity: 0;
  }
  100% {
    margin-top: 0;
    opacity: 1;
  }
}

@media (min-width: 2000px) {
  .container {
    max-width: 1600px;
    margin: 0 auto;
  }
}

@media (max-width: 575.98px) {
  .container {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
}

@media (min-width: 480px) and (max-width: 1199.98px) {
  .container {
    max-width: 90%;
  }
}

#main-navbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  background: #2b49e3;
  z-index: 999;
}

#main-navbar .navbar {
  padding: 10px 0;
}

#main-navbar .navbar .navbar-brand img {
  width: 220px;
}

@media (max-width: 575.98px) {
  #main-navbar .navbar .navbar-brand img {
    width: 180px;
  }
}

@media screen and (max-width: 319.98px) {
  #main-navbar .navbar .navbar-brand img {
    width: 160px;
  }
}

@media screen and (max-width: 279.98px) {
  #main-navbar .navbar .navbar-brand img {
    width: 140px;
  }
}

@media screen and (max-width: 239.98px) {
  #main-navbar .navbar .navbar-brand img {
    width: 120px;
  }
}

#main-navbar .navbar .navbar-nav {
  margin: 0 auto;
}

#main-navbar .navbar .navbar-nav li:not(:last-child) {
  margin-right: 12px;
}

@media (min-width: 1200px) and (max-width: 1300px) {
  #main-navbar .navbar .navbar-nav li:not(:last-child) {
    margin-right: 0;
  }
}

#main-navbar .navbar .navbar-nav .nav-item .nav-link {
  color: #f2f2f2;
  font-size: 0.95em;
  font-weight: 500;
  letter-spacing: 0.1px;
  transition: all 0.2s ease-in-out;
}

@media (max-width: 575.98px) {
  #main-navbar .navbar .nav-action-button {
    margin-top: 1em;
  }
}

#main-navbar .navbar .nav-action-button a {
  border: 1px solid #f2f2f2;
  color: #f2f2f2;
  font-size: 0.9em;
  padding: 5px 15px;
  font-weight: 500;
  transition: all 0.2s ease-in !important;
}

#main-navbar .navbar .nav-action-button a:hover {
  background: #2b49e3;
  color: #fff;
}

#main-navbar .navbar-toggler {
  padding-right: 0;
}

#main-navbar .navbar-toggler:focus {
  border: none;
  box-shadow: none;
}

#main-navbar .navbar-toggler .animated-icon2 {
  width: 30px;
  height: 20px;
  position: relative;
  margin: 0px;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

#main-navbar .navbar-toggler .animated-icon2:focus {
  border: none;
  box-shadow: none;
}

#main-navbar .navbar-toggler .animated-icon2 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
  background: #fff;
}

#main-navbar .navbar-toggler .animated-icon2 span:nth-child(1) {
  top: 0px;
}

#main-navbar .navbar-toggler .animated-icon2 span:nth-child(2) {
  top: 10px;
}

#main-navbar .navbar-toggler .animated-icon2 span:nth-child(3) {
  top: 10px;
}

#main-navbar .navbar-toggler .animated-icon2 span:nth-child(4) {
  top: 20px;
}

#main-navbar .navbar-toggler .animated-icon2.open span:nth-child(1) {
  top: 11px;
  width: 0%;
  left: 50%;
}

#main-navbar .navbar-toggler .animated-icon2.open span:nth-child(2) {
  transform: rotate(45deg);
}

#main-navbar .navbar-toggler .animated-icon2.open span:nth-child(3) {
  transform: rotate(-45deg);
}

#main-navbar .navbar-toggler .animated-icon2.open span:nth-child(4) {
  top: 11px;
  width: 0%;
  left: 50%;
}

@media (min-width: 992px) {
  #main-navbar .dropdown:hover .dropdown-menu {
    display: block !important;
  }
}

#main-navbar .dropdown-menu {
  padding: 0;
}

#main-navbar .dropdown-menu li {
  margin-right: 0 !important;
}

#main-navbar .dropdown-menu li:not(:last-child) a {
  border-bottom: 1px solid #dedede;
}

#main-navbar .dropdown-menu li a {
  position: relative;
  display: block;
  padding: 10px 20px !important;
  font-size: 0.9em !important;
  font-weight: 500;
  color: #2b49e3 !important;
}

#main-navbar .dropdown-menu li a:hover {
  color: #fff;
}

#main-navbar .dropdown-menu li a.active {
  background-color: #2b49e3 !important;
  color: #fff !important;
}

#main-navbar .dropdown-menu li a.active:hover {
  color: #fff !important;
}

#main-navbar .dropdown-menu li a:active {
  background-color: #2b49e3;
  color: #fff !important;
}

@media (max-width: 1199.98px) {
  #main-navbar .navbar-collapse {
    margin-top: 10px;
    border-radius: 3px;
    padding-bottom: 20px;
  }
}

#main-navbar.home-page-navbar {
  position: relative;
  border: none;
  background: #fff;
}

#main-navbar.home-page-navbar .navbar .nav-item .nav-link {
  color: #333;
}

#main-navbar.home-page-navbar .navbar .nav-action-button a {
  color: #2b49e3;
  border-color: #2b49e3;
}

#main-navbar.home-page-navbar .navbar .nav-action-button a:hover {
  color: #fff;
}

.home-page-navbar#main-navbar .navbar-toggler .animated-icon2 span {
  background: #2b49e3;
}

#footer {
  background: #2b49e3;
  padding-top: 4em;
  z-index: 2;
  color: #f2f2f2;
}

@media (max-width: 479.98px) {
  #footer {
    padding-top: 2em;
  }
}

@media (max-width: 767.98px) {
  #footer {
    padding-top: 3em;
  }
}

#footer .footer-heading {
  font-size: 1.2em;
  margin-bottom: 1.5em;
  position: relative;
  font-weight: 600;
}

#footer .footer-heading:after {
  content: "";
  background: #fff;
  width: 60px;
  height: 2px;
  position: absolute;
  bottom: -10px;
  left: 0;
}

@media (max-width: 479.98px) {
  #footer .footer-heading {
    font-size: 1em;
  }
}

#footer .each-footer-block .logo {
  margin-bottom: 20px;
}

#footer .each-footer-block .logo img {
  width: 270px;
}

@media (max-width: 479.98px) {
  #footer .each-footer-block .logo img {
    max-width: 200px;
  }
}

#footer .each-footer-block .description {
  padding-right: 3em;
}

#footer .each-footer-block .description p {
  line-height: 1.75;
  font-size: 0.9em;
}

#footer .each-footer-block .mail {
  margin-top: 2em;
}

#footer .each-footer-block .mail span {
  display: inline-block;
  background: rgba(255, 255, 255, 0.8);
  padding: 4px 10px;
  border-radius: 4px;
  font-size: 0.9em;
  line-height: 15px;
  font-weight: 600;
  color: #2b49e3;
  margin-bottom: 5px;
}

#footer .each-footer-block .mail a {
  color: #fff;
  display: block;
}

#footer .each-footer-block .list li:not(:last-child) {
  margin-bottom: 3px;
}

#footer .each-footer-block .list li a {
  color: #fff;
}

#footer .each-footer-block.address-block p {
  font-size: 0.95em;
  line-height: 1.7;
  margin-bottom: 0;
}

#footer .each-footer-block.address-block p span {
  padding-bottom: 5px;
  font-size: 17px;
  font-weight: 600;
  display: inline-block;
}

#footer .copyright {
  margin-top: 4em;
  padding: 1.2em 0;
  text-align: center;
  border-top: 1px solid #fff;
}

@media (max-width: 479.98px) {
  #footer .copyright {
    margin-top: 2em;
    padding: 0.75em 0;
  }
}

@media (min-width: 768px) {
  #footer .copyright {
    margin-top: 3em;
  }
}

#footer .copyright p {
  font-size: 13px;
  letter-spacing: 0.3px;
  color: #f2f2f2;
}

#footer .copyright p .sp {
  font-weight: 500;
  color: #fff;
}

#footer .social-links li {
  width: 30px;
  height: 30px;
  background: #fff;
  display: flex;
  justify-content: center;
  border-radius: 8px;
  box-shadow: 0 0 2px 0px #f2f2f2;
}

#footer .social-links li a {
  display: block;
}

#footer .social-links li:not(:last-child) {
  margin-right: 15px;
}

#footer .social-links li img {
  width: 20px;
}

.section-heading.heading-b-gap {
  margin-bottom: 4em;
}

.section-heading .line {
  display: block;
  width: 60px;
  height: 4px;
  background: #2b49e3;
  border-radius: 30px;
  margin-bottom: 1em;
}

.section-heading .primary-heading {
  font-size: 1.75em;
  color: #000;
  font-weight: 500;
}

@media (max-width: 575.98px) {
  .section-heading .primary-heading {
    font-size: 1.5em;
  }
}

@media (max-width: 479.98px) {
  .section-heading .primary-heading {
    font-size: 1.3em;
  }
}

.section-heading .description {
  color: #333;
  font-weight: 500;
  line-height: 1.75;
}

#hero-slider {
  position: relative;
}

#hero-slider .carousel-control-prev,
#hero-slider .carousel-control-next {
  margin: 0;
  width: 30px;
  height: 40px;
  background: #2b49e3;
  top: 50%;
  padding: 5px;
}

#hero-slider .carousel-inner .carousel-item > img {
  height: calc(100vh - 72px);
  object-fit: cover;
  object-position: top;
}

#hero-slider .carousel-inner .carousel-item .carousel-caption {
  bottom: auto;
  left: 7%;
  top: 50%;
  right: auto;
  transform: translateY(-50%);
  text-align: left;
}

#hero-slider .carousel-inner .carousel-item .carousel-caption h1 {
  font-size: 2.75em;
  color: #000;
  font-weight: 500;
  margin-bottom: 0.5em;
}

#hero-slider .carousel-inner .carousel-item .carousel-caption h1 span {
  color: #fff;
}

#hero-slider .carousel-inner .carousel-item .carousel-caption p {
  font-size: 1em;
  color: #333;
  font-weight: 500;
  line-height: 1.6;
}

#hero-slider .carousel-indicators {
  bottom: 10px;
  display: none;
}

#hero-slider .carousel-indicators button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #2b49e3;
  line-height: 10px;
  margin: 0;
  border: none;
  margin: 0 10px;
}

#about-short {
  padding: 4em 0;
  position: relative;
}

@media (max-width: 479.98px) {
  #about-short {
    padding: 2em 0;
  }
}

@media (min-width: 1200px) {
  #about-short .content-block.content-space-right {
    margin-right: 3em;
  }
}

@media (min-width: 992px) {
  #about-short .content-block.content-space-right {
    margin-right: 2em;
  }
}

@media (min-width: 1200px) {
  #about-short .content-block.content-space-left {
    margin-left: 3em;
  }
}

@media (min-width: 992px) {
  #about-short .content-block.content-space-left {
    margin-left: 2em;
  }
}

#about-short .content-block .section-heading {
  margin-bottom: 2em;
}

#about-short .image-block .image img {
  border-radius: 80px 0 80px 0;
}

@media (min-width: 992px) {
  #about-short.about-page .left-block {
    margin-left: 3em;
  }
}

#join-us-strip {
  background: #2b49e3;
  margin: 5em 8em;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 20px;
  padding: 3em 2em;
  color: #fff;
}

@media (max-width: 991.98px) {
  #join-us-strip {
    padding: 2em 1em;
    margin: 3em 2em;
  }
}

#join-us-strip a {
  color: #2b49e3;
  background: #fff;
  padding: 10px 30px;
  font-weight: 500;
  font-size: 0.9em;
}

@media (max-width: 991.98px) {
  #join-us-strip {
    text-align: center;
  }
  #join-us-strip a {
    margin-top: 2em;
    display: inline-block;
  }
}

#team {
  padding: 4em 0;
  overflow: hidden;
}

@media (max-width: 479.98px) {
  #team {
    padding: 2em 0;
  }
}

@media (min-width: 1200px) {
  #team {
    padding-bottom: 8em;
  }
}

#team .slick-slide {
  padding: 0 5px;
}

#team .each-custom-grid {
  display: grid;
  grid-template-columns: 400px auto;
  column-gap: 40px;
}

@media (max-width: 991.98px) {
  #team .each-custom-grid {
    grid-template-columns: 300px auto;
  }
}

@media (max-width: 767.98px) {
  #team .each-custom-grid {
    grid-template-columns: auto;
  }
}

#team .each-custom-grid .team-image img {
  height: 450px;
  object-fit: cover;
  border-radius: 8px;
}

@media (max-width: 767.98px) {
  #team .each-custom-grid .team-image img {
    height: auto;
  }
}

@media (max-width: 767.98px) {
  #team .each-custom-grid .content {
    margin-top: 2em;
  }
}

#team .each-custom-grid .content h6 {
  color: #2b49e3;
  font-size: 0.9em;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
}

#team .each-custom-grid .content .name {
  font-size: 1.5em;
  font-weight: 400;
  margin-bottom: 5px;
}

#team .each-custom-grid .content .designation {
  font-size: 0.9em;
  color: #6a6a6a;
  margin-bottom: 15px;
}

#team .each-custom-grid .content p {
  line-height: 1.5;
  margin-bottom: 0;
}

#team .each-custom-grid .content .social-links {
  margin-top: 10px;
}

@media (max-width: 1199.98px) {
  #team .custom-pagination {
    margin-top: 2em;
  }
}

@media (min-width: 1200px) {
  #team .custom-pagination {
    margin-left: 440px;
    margin-top: -180px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1399.98px) {
  #team .custom-pagination {
    margin-top: -170px;
  }
}

#team .custom-pagination .team-image img {
  border-radius: 5px;
}

#team .slick-prev {
  position: absolute;
  width: 35px;
  height: 35px;
  background-color: #2b49e3;
  border: none;
  text-indent: -9999px;
  border-radius: 7px;
  background-image: url("https://secureservercdn.net/wp-content/uploads/2022/01/left-arrow.png");
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center center;
}

@media (min-width: 1200px) {
  #team .slick-prev {
    left: -430px;
    top: calc(10px + 200px);
  }
}

@media (max-width: 1199.98px) {
  #team .slick-prev {
    left: 440px;
    top: -100px;
  }
}

@media (max-width: 991.98px) {
  #team .slick-prev {
    left: 350px;
  }
}

@media (max-width: 575.98px) {
  #team .slick-prev {
    display: none !important;
  }
}

@media (max-width: 767.98px) {
  #team .slick-prev {
    top: -300px;
  }
}

#team .slick-next {
  position: absolute;
  width: 35px;
  height: 35px;
  background-color: #2b49e3;
  border: none;
  text-indent: -9999px;
  border-radius: 7px;
  background-image: url("https://secureservercdn.net/wp-content/uploads/2022/01/right-arrow.png");
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center center;
}

@media (min-width: 1200px) {
  #team .slick-next {
    left: -75px;
    top: calc(10px + 200px);
  }
}

@media (max-width: 1199.98px) {
  #team .slick-next {
    left: 500px;
    top: -100px;
  }
}

@media (max-width: 991.98px) {
  #team .slick-next {
    left: 400px;
  }
}

@media (max-width: 575.98px) {
  #team .slick-next {
    display: none !important;
  }
}

@media (max-width: 767.98px) {
  #team .slick-next {
    top: -300px;
  }
}

#team .slick-dots {
  display: flex;
  align-items: center;
  position: absolute;
  left: -320px;
  top: calc(30px + 200px);
}

@media (max-width: 1199.98px) {
  #team .slick-dots {
    visibility: hidden;
  }
}

#team .slick-dots button {
  text-indent: -9999px;
  background: #ddd;
  width: 30px;
  border: none;
  height: 3px;
  border-radius: 5px;
}

#team .slick-dots .slick-active button {
  background: #2b49e3;
}

#mission-vision {
  background: #f2f2f2;
  padding: 4em 0 1em 0;
}

@media (max-width: 479.98px) {
  #mission-vision {
    padding: 2em 0;
  }
}

@media (min-width: 1200px) {
  #mission-vision .content-block.content-space-right {
    margin-right: 3em;
  }
}

@media (min-width: 992px) {
  #mission-vision .content-block.content-space-right {
    margin-right: 2em;
  }
}

@media (min-width: 1200px) {
  #mission-vision .content-block.content-space-left {
    margin-left: 3em;
  }
}

@media (min-width: 992px) {
  #mission-vision .content-block.content-space-left {
    margin-left: 2em;
  }
}

#mission-vision .mission {
  margin-bottom: 3em;
}

#mission-vision .section-heading {
  margin-bottom: 1.5em;
}

#mission-vision .image img {
  border-radius: 40px 0 40px 0;
}

#products-short {
  padding: 4em 0;
}

@media (max-width: 479.98px) {
  #products-short {
    padding: 2em 0;
  }
}

#each-product-details {
  padding: 4em 0;
  padding-bottom: 0;
}

@media (max-width: 479.98px) {
  #each-product-details {
    padding: 2em 0;
  }
}

@media (min-width: 992px) {
  #each-product-details .content-block {
    padding-left: 3em;
  }
}

#products-key-featues {
  padding: 4em 0;
  padding-bottom: 2em;
}

@media (max-width: 479.98px) {
  #products-key-featues {
    padding: 2em 0;
  }
}

#products-key-featues .each-feature {
  margin-bottom: 2em;
  border: 1px solid rgba(0, 0, 0, 0.05);
  padding: 20px 20px 0 20px;
  border-radius: 8px;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.02);
  transition: all 0.2s ease-in-out;
  min-height: 100%;
}

#products-key-featues .each-feature .icon {
  background: rgba(0, 0, 0, 0.05);
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  margin-bottom: 1.5em;
  transition: all 0.2s ease-in-out;
}

#products-key-featues .each-feature .icon img {
  width: 30px;
}

#products-key-featues .each-feature .content h4 {
  font-size: 1.1em;
  margin-bottom: 0.5em;
}

#products-key-featues .each-feature .content p {
  font-size: 0.9em;
  line-height: 1.75;
}

#products-key-featues .each-feature:hover {
  border-color: #2b49e3;
}

#why-sterdian {
  padding: 4em 0;
}

@media (max-width: 479.98px) {
  #why-sterdian {
    padding: 2em 0;
  }
}

#why-sterdian .image-block img {
  border-radius: 80px 0 80px 0;
}

@media (min-width: 1200px) {
  #why-sterdian .content-block.content-space-left {
    margin-left: 3em;
  }
}

@media (min-width: 992px) {
  #why-sterdian .content-block.content-space-left {
    margin-left: 2em;
  }
}

#why-sterdian .content-block .section-heading {
  margin-bottom: 2em;
}

#why-sterdian .content p {
  color: #6a6a6a;
}

#applications-short {
  padding: 4em 0;
  min-height: 500px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

@media (max-width: 479.98px) {
  #applications-short {
    padding: 2em 0;
  }
}

@media (max-width: 575.98px) {
  #applications-short {
    background: #2b49e3;
  }
}

#applications-short .section-heading .description {
  margin: 0 auto;
  line-height: 1.6;
}

@media (min-width: 992px) {
  #applications-short .section-heading .description {
    max-width: 60%;
  }
}

#applications-short .cover {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #2b49e3;
  z-index: -1;
  overflow: hidden;
}

#applications-short .cover.left-side {
  left: 3%;
  border-radius: 80px 0 0 0;
}

@media (max-width: 991.98px) {
  #applications-short .cover.left-side {
    left: 0;
    border-radius: 0;
  }
}

#applications-short .cover.right-side {
  right: 3%;
  border-radius: 0 80px 0 0;
}

@media (max-width: 991.98px) {
  #applications-short .cover.right-side {
    right: 0;
    border-radius: 0;
  }
}

#applications-short .cover .shapes {
  overflow: hidden;
}

#applications-short .cover .shapes .shape-1 {
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0.5;
}

#applications-short .cover .shapes .shape-1 img {
  max-width: 320px;
}

#applications-short .cover .shapes .shape-2 {
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0.5;
}

#applications-short .cover .shapes .shape-2 img {
  max-width: 320px;
}

#applications-short .col-12 {
  position: relative;
}

#applications-short .col-12 .dot-shape {
  position: absolute;
  right: 0;
  top: -70px;
  right: -30px;
  z-index: -1;
}

#applications-short .col-12 .dot-shape img {
  width: 220px;
}

#applications-short .each-application {
  background: #fff;
  padding: 0;
  border-radius: 15px;
  height: 100%;
	transition: all 0.2s ease-in-out;
}

@media (max-width: 1199.98px) {
  #applications-short .each-application {
    padding: 0;
    height: 100%;
  }
}

#applications-short .each-application .icon {
	position: relative;
}

#applications-short .each-application .icon .cover{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0,0,0,0.2);
	display:flex;
	align-items:center;
	justify-content:center;
	z-index: 1;
	opacity: 0;
}
#applications-short .each-application:hover .cover{
	opacity:1;
}
#applications-short .each-application .view-button{
color: #fff!important;
	font-weight: 600;
}

.application-short  .each-application .icon img {
	height: 250px;
	object-fit: cover;
	width: 100%;
	border-radius: 8px 8px 0 0;
}
#applications-short .each-application .content {
	padding: 40px;
}
#applications-short .each-application .content .name {
  font-size: 1em;
  margin-bottom: 1em;
  color: #000;
}

#applications-short .each-application .content p {
  display: block;
  display: -webkit-box;
  max-width: 100%;
  height: 80px;
  margin: 0 auto;
  font-size: 0.9em;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 575.98px) {
  #applications-short .each-application .content p {
    height: 100px;
  }
}

@media (max-width: 479.98px) {
  #applications-short .each-application .content p {
    height: 90px;
  }
}

#applications-short .each-application .content .default-button {
  margin-top: 2em;
}

#applications-short .slick-dots {
  display: flex;
  align-items: center;
  margin-top: 3em;
  justify-content: center;
}

#applications-short .slick-dots li:not(:last-child) {
  margin-right: 10px;
}

#applications-short .slick-dots li button {
  width: 15px !important;
  height: 15px !important;
  background: #fff;
  border-radius: 50%;
  text-indent: -9999px;
  border: none;
  box-shadow: 0 0 2px 1px #fff;
}

#applications-short .slick-dots li.slick-active button {
  background: #2b49e3;
}

#each-application-group {
  padding-top: 5em;
}

@media (max-width: 479.98px) {
  #each-application-group {
    padding-top: 3em;
  }
}

#each-application-group .each-application {
  margin-bottom: 5em;
}

@media (max-width: 479.98px) {
  #each-application-group .each-application {
    margin-bottom: 3em;
  }
}

@media (min-width: 992px) {
  #each-application-group .each-application .content-block.content-space-right {
    padding-right: 2em;
  }
  #each-application-group .each-application .content-block.content-space-left {
    padding-left: 2em;
  }
}

#each-application-group .each-application .content-block .section-heading {
  margin-bottom: 1.5em;
}

@media (max-width: 479.98px) {
  #each-application-group .each-application .content-block .section-heading {
    margin-bottom: 1em;
  }
}

#awards {
  padding: 4em 0;
  background: #f2f2f2;
}

@media (max-width: 479.98px) {
  #awards {
    padding: 2em 0;
  }
}

#awards .each-award {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#awards .each-award img {
  filter: grayscale(100%);
  max-width: 220px;
  margin: 0 auto;
  display: table;
  transition: all 0.2s ease-in-out;
}

#awards .each-award img:hover {
  filter: grayscale(0);
}

#awards .accomplishments {
  margin-top: 5em;
}

#awards .accomplishments .content ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
}

@media (max-width: 767.98px) {
  #awards .accomplishments .content ul {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 575.98px) {
  #awards .accomplishments .content ul {
    grid-template-columns: 1fr;
  }
}

#awards .accomplishments .content ul li {
  background: #fff;
  padding: 20px;
  border-radius: 0 4px 4px 0;
  border-left: 4px solid #2b49e3;
}

#awards .accomplishments .content ul li p {
  line-height: 20px;
  color: #000;
}

#awards .slick-dots {
  display: flex;
  align-items: center;
  margin-top: 3em;
  justify-content: center;
}

#awards .slick-dots li:not(:last-child) {
  margin-right: 10px;
}

#awards .slick-dots li button {
  width: 15px !important;
  height: 15px !important;
  background: #fff;
  border-radius: 50%;
  text-indent: -9999px;
  border: none;
  box-shadow: 0 0 2px 1px #fff;
}

#awards .slick-dots li.slick-active button {
  background: #2b49e3;
}

#blogs_short {
  padding: 4em 0;
}

@media (max-width: 479.98px) {
  #blogs_short {
    padding: 2em 0;
  }
}

#blogs_short .section-heading {
  margin-bottom: 3em;
}

@media (max-width: 575.98px) {
  #blogs_short .section-heading {
    margin-bottom: 0;
  }
}

#blogs-page {
  padding: 4em 0;
  padding-bottom: 3em;
}

@media (max-width: 479.98px) {
  #blogs-page {
    padding: 2em 0;
  }
}

#blogs-page .blog-card {
  margin-bottom: 1.5em;
}

.blog-card {
  position: relative;
}

.blog-card .content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  padding: 20px;
}

.blog-card .content .details {
  margin-bottom: 20px;
}

.blog-card .content .details .name {
  font-size: 1em;
  margin-bottom: 5px;
  line-height: 20px;
}

.blog-card .content .details p {
  font-size: 0.9em;
  line-height: 1.5;
}

.blog-card .content .person ul {
  display: grid;
  grid-template-columns: auto 60px;
  align-items: center;
}

.blog-card .content .person ul li:nth-child(1) {
  display: grid;
  grid-template-columns: 30px auto;
  column-gap: 10px;
  align-items: center;
}

.blog-card .content .person ul li:nth-child(1) .image img {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  object-fit: cover;
}

.blog-card .content .person ul li:nth-child(1) h5 {
  font-size: 0.9em;
}

.blog-card .content .person ul li:nth-child(1) p {
  line-height: 1.5;
  font-size: 0.75em;
}

.blog-card .content .person ul li:nth-child(1) p span {
  line-height: 1.5;
  padding-right: 2px;
}

.blog-card .content .person ul li:nth-child(1) p span img {
  margin-top: -2px;
}

.blog-card .content .person ul li .date {
  text-align: right;
  font-size: 0.9em;
}

#contact-form-block {
  max-width: 95%;
  margin: 0 auto;
  background: #fff;
  padding: 3em 2em;
  box-shadow: 0 0.25rem 1.75rem rgba(30, 34, 40, 0.07);
  z-index: 1;
  margin-top: 2em;
  border-radius: 8px;
  border: 1px solid rgba(30, 34, 40, 0.07);
}

@media (max-width: 575.98px) {
  #contact-form-block {
    padding: 2em 1em;
  }
}

@media (max-width: 479.98px) {
  #contact-form-block {
    padding: 2em 0.75em;
    margin: 2em 1em 1em 1em;
  }
}

@media (min-width: 992px) {
  #contact-form-block {
    max-width: 60%;
    margin: 0 auto;
    margin-top: -10em;
  }
}

#contact-form-block .form-group {
  margin-bottom: 2em;
}

@media (max-width: 479.98px) {
  #contact-form-block .form-group {
    margin-bottom: 1em;
  }
}

#contact-form-block .form-group label {
  color: #000000;
  font-size: 0.8em;
  padding-bottom: 3px;
  font-weight: 500;
  opacity: 0.7;
}

#contact-form-block .form-group label .imp {
  color: red;
}

#contact-form-block .form-group .form-control {
  height: 50px;
  border: 1px solid rgba(30, 34, 40, 0.1);
}

@media (max-width: 479.98px) {
  #contact-form-block .form-group .form-control {
    height: 40px;
  }
}

#contact-form-block .form-group .submit-btn {
  background: #2b49e3;
  color: #fff;
  padding: 8px 20px;
  border-radius: 8px;
  font-weight: 600;
  margin-top: 1em;
}

#contact-form-block .form-group textarea {
  height: auto !important;
}

#address-information {
  padding: 4em 0;
  background: #fcfdfe;
}

@media (max-width: 479.98px) {
  #address-information {
    padding: 2em 0;
  }
}

#address-information .each-information {
  padding: 2em 1em;
  background: #f9f9f9;
  border-radius: 8px;
}

@media (max-width: 575.98px) {
  #address-information .each-information {
    padding-left: 2em;
    padding-right: 2em;
  }
}

@media (min-width: 768px) {
  #address-information .each-information {
    min-height: 285px;
  }
}

#address-information .each-information .icon {
  margin: 0 auto;
  margin-bottom: 20px;
}

#address-information .each-information .icon img {
  width: 55px;
}

#address-information .each-information .content h4 {
  font-size: 1.2em;
  margin-bottom: 10px;
  color: #000;
}

#address-information .each-information .content p {
  line-height: 1.5;
  font-size: 0.9em;
}

#address-information .each-information .content a {
  color: #2b49e3;
  font-weight: 600;
}

#address-information .each-information .content address {
  font-size: 0.9em;
  line-height: 1.6;
}

#careers-intro {
  padding: 4em 0;
  background: #f2f2f2;
}

#careers-intro .each-item {
  min-height: 220px;
}

@media (max-width: 479.98px) {
  #careers-intro {
    padding: 2em 0;
  }
}

@media (min-width: 992px) {
  #careers-intro .right-block {
    padding-left: 3em;
  }
}

#careers-intro .right-block .each-item .icon {
  width: 50px;
  height: 50px;
  background: #e6e8f1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  margin-bottom: 1em;
}

#careers-intro .right-block .each-item .icon img {
  width: 30px;
}

#careers-intro .right-block .each-item .text h4 {
  font-size: 1.2em;
  margin-bottom: 0.5em;
  font-weight: 400;
}

#careers-intro .right-block .each-item .text p {
  font-size: 0.9em;
}
.awsm-job-form-inner {
  background: #fff;
  border: 1px solid #2b48e3;
  padding: 30px;
  border-radius: 10px;
}
.awsm-job-form-inner h2 {
	color:#2b48e3;
	font-size: 20px;
	margin-bottom: 20px;
}
.awsm-job-form-group {
	margin-bottom: 30px;
}
.awsm-job-form-group label{
	font-size: 15px;	
	color: #6a6a6a;
	margin-bottom: 5px;
}

#awsm-application-submit-btn{
background: #2b48e3;
  border: none;
  color: #fff;
  padding: 6px 25px;
  font-weight: 600;
}

#who-we-are {
  padding: 4em 0;
}

@media (max-width: 479.98px) {
  #who-we-are {
    padding: 2em 0;
  }
}

#who-we-are .right-block ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 30px;
  align-items: center;
}

#who-we-are .right-block ul li img {
  border-radius: 10px;
}

#who-we-are .right-block ul li .item-two {
  margin-bottom: 30px;
}

#who-we-are .right-block ul li .item-four {
  margin-top: -150px;
}

#job-postions {
  padding: 4em 0;
}

@media (max-width: 479.98px) {
  #job-postions {
    padding: 2em 0;
  }
}

#job-postions .nav-pills {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 3em !important;
}

#job-postions .nav-pills .nav-item {
  border: 1px solid #2b48e3;
  width: 22%;
  text-align: center;
}

#job-postions .nav-pills .nav-item button {
  width: 100%;
  text-align: center;
  border-radius: 0;
  color: #2b48e3;
}

#job-postions .nav-pills .nav-item button.active {
  background: #2b48e3;
  color: #fff !important;
}

#job-postions .jobs-list .each-job {
  margin-bottom: 20px;
  padding: 15px 20px;
  box-shadow: 0 0.25rem 1.75rem rgba(30, 34, 40, 0.07);
  border: 1px solid rgba(30, 34, 40, 0.07);
}

#job-postions .jobs-list .each-job .title {
  font-size: 1.1em;
  margin-bottom: 5px;
  font-weight: 400;
  color: #2b48e3;
}

#job-postions .jobs-list .each-job .location {
  font-size: 1em;
}

.awsm-job-single-wrap.awsm-col-2 .awsm-job-content {
	width: 60%!important;
}
.awsm-job-single-wrap.awsm-col-2 .awsm-job-form {
	width: 38%!important;
	margin-left: 2%!important;
}
.awsm-jobs-single-title {
	  font-size: 1.75em;
  margin-bottom: 19px;
  color: #2b48e3;
}
.slick-slide {
  padding: 0 20px;
}

#page-banner {
  background: #2b49e3;
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
/*   padding-top: 3em; */
}

@media (max-width: 479.98px) {
  #page-banner {
    min-height: 250px;
  }
}

#page-banner .title {
  font-size: 2.5em;
  font-weight: 600;
}

@media (max-width: 479.98px) {
  #page-banner .title {
    font-size: 1.75em;
  }
}

#page-banner .shape img {
  max-width: 190px;
  opacity: 0.5;
}

#page-banner.contact-banner {
  min-height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0 2em;
}

@media (max-width: 767.98px) {
  #page-banner.contact-banner {
    min-height: 400px;
  }
}

@media (max-width: 479.98px) {
  #page-banner.contact-banner {
    min-height: 200px;
  }
}

#page-banner.contact-banner .title {
  font-weight: 500;
  font-size: 3em;
  margin-bottom: 10px;
}

@media (max-width: 479.98px) {
  #page-banner.contact-banner .title {
    font-size: 1.75em;
    padding-top: 2em;
  }
}

#page-banner.contact-banner p {
  color: #fff;
  line-height: 1.65;
}

@media (max-width: 479.98px) {
  #page-banner.contact-banner p {
    display: none;
  }
}
#blogs-details .blog-title{
	margin-bottom: 30px;
}
#blogs-details .blog-title h3{
	  font-size: 1.3em;
  color: #2b48e3;
}
#blogs-details .blog-image{
	margin-bottom: 30px
}

.awsm-job-form-control{
	color: #2b48e3 !important;
}