*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  outline: none !important;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  color: #6b7385;
  line-height: 1.4;
}

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

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

body {
  margin: 0;
  font: 18px "mulishmedium", Arial, sans-serif;
  text-rendering: optimizeSpeed;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

html.scroll-visible {
  overflow: hidden;
}

body.scroll-visible {
  overflow: hidden;
}

@font-face {
  font-family: 'mulishbold';
  src: url("../fonts/mulish-bold-webfont.eot");
  src: url("../fonts/mulish-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/mulish-bold-webfont.woff2") format("woff2"), url("../fonts/mulish-bold-webfont.woff") format("woff"), url("../fonts/mulish-bold-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'mulishmedium';
  src: url("../fonts/mulish-medium-webfont.eot");
  src: url("../fonts/mulish-medium-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/mulish-medium-webfont.woff2") format("woff2"), url("../fonts/mulish-medium-webfont.woff") format("woff"), url("../fonts/mulish-medium-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'mulishregular';
  src: url("../fonts/mulish-regular-webfont.eot");
  src: url("../fonts/mulish-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/mulish-regular-webfont.woff2") format("woff2"), url("../fonts/mulish-regular-webfont.woff") format("woff"), url("../fonts/mulish-regular-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'mulishsemibold';
  src: url("../fonts/mulish-semibold-webfont.eot");
  src: url("../fonts/mulish-semibold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/mulish-semibold-webfont.woff2") format("woff2"), url("../fonts/mulish-semibold-webfont.woff") format("woff"), url("../fonts/mulish-semibold-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

/*=================== Title =====================*/
@media (max-width: 767px) {
  .title {
    margin-top: 15px;
  }
}

.title h2 {
  font-size: 40px;
  color: #330a97;
  font-family: "mulishbold", Arial, sans-serif;
  text-transform: uppercase;
  line-height: 1.1;
  margin-bottom: 25px;
  text-align: center;
}

@media (max-width: 767px) {
  .title h2 {
    font-size: 28px;
    margin-bottom: 15px;
  }
}

.title h4 {
  font-size: 20px;
  color: #c6a87d;
  font-family: "Varsity", Arial, sans-serif;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .title h4 {
    font-size: 16px;
  }
}

.title.align-right h4 {
  position: relative;
  display: inline-block;
}

.title.align-right h4:before {
  content: "";
  height: 1px;
  width: 50px;
  background: #c6a87d;
  display: block;
  position: absolute;
  right: -70px;
  top: 10px;
}

@media (max-width: 767px) {
  .title.align-right h4:before {
    display: none;
  }
}

.title.align-left h4 {
  position: relative;
  display: inline-block;
  padding-left: 70px;
}

@media (max-width: 767px) {
  .title.align-left h4 {
    padding-left: 0px;
  }
}

.title.align-left h4:before {
  content: "";
  height: 1px;
  width: 50px;
  background: #c6a87d;
  display: block;
  position: absolute;
  left: 0px;
  top: 10px;
}

@media (max-width: 767px) {
  .title.align-left h4:before {
    display: none;
  }
}

.title.title-plus h2 {
  font-size: 65px;
}

@media screen and (max-width: 767px) {
  .title.title-plus h2 {
    font-size: 36px;
  }
}

.title h4 {
  background: #ffffff21;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 15px;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 100px;
  margin-bottom: 20px;
  text-transform: uppercase;
  display: inline-block;
}

.title h4.color-blue {
  background: rgba(47, 87, 239, 0.2);
  color: #2f57ef;
}

.apply-btn {
  display: none;
}

@media screen and (max-width: 767px) {
  .apply-btn {
    display: block;
  }
}

.apply-btn a {
  background: #330a97;
  color: #ffffff;
  padding: 3px 10px 8px;
  margin-right: 5px;
  margin-bottom: 10px;
  display: inline-block;
  font-size: 15px;
}

.button-btn {
  padding: 0 25px;
  font-size: 16px;
  height: 50px;
  line-height: 48px;
  font-family: "mulishsemibold", Arial, sans-serif;
  color: #ffffff;
  background-size: 300% 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(#330a97), color-stop(#2f57ef), color-stop(#2f57ef), to(#330a97));
  background-image: linear-gradient(to right, #330a97, #2f57ef, #2f57ef, #330a97);
  letter-spacing: 1px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 6px;
  border: 0 none;
  outline: none;
  -webkit-box-shadow: 0px 15px 30px -2px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 15px 30px -2px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 767px) {
  .button-btn {
    height: 45px;
  }
}

.button-btn span {
  letter-spacing: 1.5px;
}

.button-btn:hover {
  background-image: -webkit-gradient(linear, left top, right top, from(#2f57ef), color-stop(#330a97), color-stop(#330a97), to(#2f57ef));
  background-image: linear-gradient(to right, #2f57ef, #330a97, #330a97, #2f57ef);
}

.button-btn.default-btn {
  border: 0;
  background: #2f57ef;
  color: #ffffff;
  font-size: 14px;
}

.button-btn.default-btn:hover {
  background: #330a97;
  color: #ffffff;
}

/*======================= Header ========================*/
header {
  position: relative;
  z-index: 11;
  left: 0;
  top: 0;
  width: 100%;
}

header.sticky {
  position: fixed;
  background: #192335;
  -webkit-animation: slideInDown 0.5s;
          animation: slideInDown 0.5s;
}

header.sticky .header-social {
  display: none;
}

@media screen and (max-width: 1200px) {
  header.sticky .header-social {
    display: block;
  }
}

header .mobile__hamburger {
  width: 24px;
  height: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  z-index: 4;
  position: relative;
  display: none;
}

@media screen and (max-width: 767px) {
  header .mobile__hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

header .hamburger-menu {
  position: relative;
  background: #101418;
  -webkit-transition: all 0ms 200ms;
  transition: all 0ms 200ms;
  display: block;
  cursor: pointer;
}

header .hamburger-menu, header .hamburger-menu:after, header .hamburger-menu:before {
  width: 24px;
  height: 2px;
  border-radius: 2px;
}

header .hamburger-menu:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 7px;
  background: #101418;
  -webkit-transition: bottom 200ms 200ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 200ms 200ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 200ms 200ms cubic-bezier(0.23, 1, 0.32, 1), transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 200ms 200ms cubic-bezier(0.23, 1, 0.32, 1), transform 200ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
}

header .hamburger-menu:after {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  background: #101418;
  -webkit-transition: top 200ms 200ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 200ms 200ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 200ms 200ms cubic-bezier(0.23, 1, 0.32, 1), transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 200ms 200ms cubic-bezier(0.23, 1, 0.32, 1), transform 200ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
}

header .hamburger-menu.animate {
  background: transparent;
}

header .hamburger-menu.animate:before {
  bottom: 0;
  background: #ffffff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: bottom 200ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms 200ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 200ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms 200ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 200ms cubic-bezier(0.23, 1, 0.32, 1), transform 200ms 200ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 200ms cubic-bezier(0.23, 1, 0.32, 1), transform 200ms 200ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms 200ms cubic-bezier(0.23, 1, 0.32, 1);
}

header .hamburger-menu.animate:after {
  top: 0;
  background: #ffffff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: top 200ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms 200ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 200ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms 200ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 200ms cubic-bezier(0.23, 1, 0.32, 1), transform 200ms 200ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 200ms cubic-bezier(0.23, 1, 0.32, 1), transform 200ms 200ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 200ms 200ms cubic-bezier(0.23, 1, 0.32, 1);
}

@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-200px);
            transform: translateY(-200px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-200px);
            transform: translateY(-200px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.header {
  background: #ffffff;
  padding: 30px 0;
  position: relative;
  -webkit-box-shadow: 0px 20px 34px #0000000d;
          box-shadow: 0px 20px 34px #0000000d;
}

@media screen and (max-width: 767px) {
  .header {
    padding: 10px 0;
  }
}

.header img {
  width: 140px;
  position: absolute;
  top: 10px;
}

@media screen and (max-width: 767px) {
  .header img {
    width: 70px;
    top: -14px;
  }
}

.header ul {
  padding: 0;
  list-style: none;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (max-width: 767px) {
  .header ul {
    background: rgba(51, 10, 151, 0.8);
    display: block;
    position: fixed;
    width: 90%;
    height: 100%;
    right: 0;
    top: 0;
    padding: 30px;
    z-index: 3;
    display: none;
  }
}

.header ul li {
  padding: 0 10px;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
}

@media screen and (max-width: 767px) {
  .header ul li {
    padding: 10px 15px;
  }
}

.header ul li a {
  color: #192335;
  font-size: 16px;
  text-transform: uppercase;
  font-family: "mulishbold", Arial, sans-serif;
}

@media screen and (max-width: 991px) {
  .header ul li a {
    color: #ffffff;
  }
}

.header ul li a:hover {
  color: #330a97;
}

@media screen and (max-width: 767px) {
  .header ul li a:hover {
    color: #ffffff;
  }
}

.header ul li a svg {
  margin-left: 3px;
  margin-top: -5px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.header ul li a.active {
  color: #2f57ef;
}

.header ul li a.active svg {
  fill: #2f57ef;
}

.header ul li .submenu {
  min-width: 245px;
  height: auto;
  z-index: 90;
  text-align: left;
  padding: 12px 0;
  border-radius: 0 0 10px 10px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 6px 34px rgba(215, 216, 222, 0.41);
          box-shadow: 0px 6px 34px rgba(215, 216, 222, 0.41);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-top: 1px solid #e6e3f14f;
  position: absolute;
  top: 100%;
  left: -30px;
  visibility: hidden;
  clip: rect(0px, 200vw, 0, 0px);
  opacity: 0;
  -webkit-transition: opacity 0.4s linear, clip 0.6s linear, visibility 0s 0.4s;
  transition: opacity 0.4s linear, clip 0.6s linear, visibility 0s 0.4s;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

@media screen and (max-width: 991px) {
  .header ul li .submenu {
    position: relative;
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 0;
    visibility: visible;
    opacity: 1;
    left: 0;
    padding-bottom: 0;
  }
}

.header ul li .submenu li {
  padding: 0;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .header ul li .submenu li {
    padding-bottom: 0;
  }
}

.header ul li .submenu li a {
  padding: 15px 20px;
  display: block;
  color: #192335;
  margin: 0 10px;
  border-radius: 3px;
}

@media screen and (max-width: 991px) {
  .header ul li .submenu li a {
    color: #ffffff;
    padding: 10px 0px;
    margin: 0;
  }
}

.header ul li .submenu li a:hover {
  color: #2f57ef;
  background: rgba(0, 0, 0, 0.04);
}

.header ul li .submenu li a.active {
  color: #2f57ef;
}

.header ul li:hover a {
  color: #330a97;
}

@media screen and (max-width: 991px) {
  .header ul li:hover a {
    color: #ffffff;
  }
}

.header ul li:hover svg {
  fill: #330a97;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.header ul li:hover .submenu {
  top: 100%;
  visibility: visible;
  opacity: 1;
  clip: rect(0px, 100vw, 200vh, -30px);
  -webkit-transition: clip 0.6s linear, opacity 0.4s linear;
  transition: clip 0.6s linear, opacity 0.4s linear;
}

.header.active ul {
  display: block;
}

.header-social {
  padding: 15px 0;
  background: #192335;
}

@media (max-width: 767px) {
  .header-social {
    padding: 5px 0;
  }
}

.header-social ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.header-social ul li {
  padding: 0 10px;
}

.header-social ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.header-social ul li a svg {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

@media (max-width: 767px) {
  .header-social ul li a svg {
    width: 15px;
    height: 15px;
  }
}

.header-social ul li a svg g {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.header-social ul li a:hover svg, .header-social ul li a:hover g {
  fill: #2f57ef;
}

/*=================== Breadcrumbs =====================*/
.breadcrumbs {
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#eff1ff));
  background: linear-gradient(white 0%, #eff1ff 100%);
  padding: 100px 0 100px;
  overflow: hidden;
  position: relative;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .breadcrumbs {
    padding: 20px 0 15px;
  }
}

.breadcrumbs h1 {
  color: #101418;
  font-size: 64px;
  margin-bottom: 0;
  text-transform: capitalize;
  position: relative;
  font-family: "mulishbold", Arial, sans-serif;
}

@media screen and (max-width: 991px) {
  .breadcrumbs h1 {
    font-size: 28px;
    line-height: 1;
    margin-bottom: 5px;
  }
}

.breadcrumbs .page-list {
  padding: 0;
  list-style: none;
}

.breadcrumbs .page-list li {
  display: inline-block;
  color: #2f57ef;
}

@media screen and (max-width: 1200px) {
  .breadcrumbs .page-list li {
    font-size: 16px;
  }
}

.breadcrumbs .page-list li a {
  color: #101418;
}

.breadcrumbs .page-list li a:hover {
  color: #2f57ef;
}

.breadcrumbs .page-list li .icon-right {
  font-size: 22px;
  margin: 0 5px;
}

/*=================== Spotlight =====================*/
.spotlight {
  height: auto;
  position: relative;
}

@media screen and (max-width: 1200px) {
  .spotlight {
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .spotlight {
    height: auto;
    background-size: 100% 100% !important;
  }
}

.spotlight .swiper {
  z-index: auto;
}

.spotlight .swiper .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background: #2f57ef;
  opacity: 1;
  margin: 0 12px;
}

@media screen and (max-width: 767px) {
  .spotlight .swiper .swiper-pagination-bullet {
    display: none;
  }
}

.spotlight .swiper .swiper-pagination-bullet:before {
  content: "";
  width: 26px;
  height: 26px;
  display: block;
  background: transparent;
  border: 1px solid #2f57ef;
  border-radius: 50%;
  position: relative;
  top: -6px;
  left: -6px;
}

.spotlight .swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #330a97;
}

.spotlight .swiper .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  border: 1px solid #330a97;
}

.spotlight .swiper .swiper-pagination {
  left: 2%;
  text-align: left;
  bottom: 15%;
}

.spotlight__content {
  position: absolute;
  top: 20%;
  z-index: 3;
  left: 2%;
}

@media screen and (max-width: 767px) {
  .spotlight__content {
    top: 40%;
  }
}

.spotlight__content h1 {
  font-size: 70px;
  color: #c6a87d;
  font-family: "Varsity", Arial, sans-serif;
  padding: 10px 20px;
  background: rgba(0, 0, 0, 0.8);
  text-transform: uppercase;
  margin-bottom: 15px;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .spotlight__content h1 {
    font-size: 17px;
    margin-bottom: 0px;
    padding: 5px 10px;
  }
}

.spotlight__content h5 {
  font-weight: normal;
  font-size: 18px;
  color: #d1d2d4;
  margin-bottom: 30px;
  text-transform: uppercase;
  position: relative;
  padding-left: 70px;
}

@media screen and (max-width: 767px) {
  .spotlight__content h5 {
    font-size: 14px;
    margin-bottom: 10px;
  }
}

.spotlight__content h5:before {
  content: "";
  height: 1px;
  width: 50px;
  background: #d1d2d4;
  display: block;
  position: absolute;
  left: 0px;
  top: 10px;
}

.spotlight__content p {
  font-size: 36px;
  color: #6b7385;
}

@media screen and (max-width: 767px) {
  .spotlight__content p {
    font-size: 20px;
    display: none;
  }
}

.spotlight__content .spotlight__content-1 {
  background: rgba(0, 0, 0, 0.8);
  color: #330a97;
  font-weight: normal;
  font-size: 22px;
  padding: 10px 20px;
  margin-bottom: 25px;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .spotlight__content .spotlight__content-1 {
    margin-bottom: 0px;
    display: none;
  }
}

.spotlight__content .spotlight__content-1 h4 {
  margin-bottom: 0;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .spotlight__content .spotlight__content-1 h4 {
    line-height: 1.2;
    font-size: 16px;
  }
}

.spotlight .banner-content {
  top: 30%;
  position: absolute;
  z-index: 2;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .spotlight .banner-content {
    top: 25%;
  }
}

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

@media screen and (max-width: 1200px) {
  .spotlight img {
    max-width: 100%;
  }
}

.spotlight .container-fluid {
  padding: 0;
}

.spotlight:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  background: url(../images/banner-bg-shape-1.svg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100vw;
  height: 145px;
  z-index: 2;
}

@media screen and (max-width: 1200px) {
  .spotlight:after {
    display: none;
  }
}

/*===================Welcome =====================*/
.welcome {
  padding: 0 0 40px;
}

@media screen and (max-width: 1200px) {
  .welcome {
    padding-top: 40px;
    padding-bottom: 0;
  }
}

.welcome-sub img {
  width: auto;
  margin: 0 auto;
  position: absolute;
  right: 2%;
  top: -25px;
}

@media screen and (max-width: 1200px) {
  .welcome-sub img {
    position: relative;
    right: 0;
    top: 0;
  }
}

.welcome-sub .welcome-sub-img {
  position: relative;
}

.welcome-sub p {
  line-height: 1.8;
}

/*=================== Microchip Registry Lookup =====================*/
.registry-sec {
  padding: 50px 0;
}

@media screen and (max-width: 767px) {
  .registry-sec {
    padding: 40px 0 20px;
  }
}

.registry-sec .title {
  text-align: left;
}

.registry-sec .title h2 {
  text-align: left;
}

.registry-sec__steps {
  -webkit-box-shadow: 0 0.25rem 1.75rem rgba(30, 34, 40, 0.07);
          box-shadow: 0 0.25rem 1.75rem rgba(30, 34, 40, 0.07);
  padding: 20px;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}

.registry-sec__steps:nth-child(2n+1) {
  margin-left: 25px;
}

@media screen and (max-width: 1200px) {
  .registry-sec__steps:nth-child(2n+1) {
    margin-left: 0;
  }
}

.registry-sec__steps span {
  background: rgba(47, 87, 239, 0.2);
  color: #2f57ef;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 15px;
  font-size: 22px;
  font-family: "mulishbold", Arial, sans-serif;
}

.registry-sec__steps p {
  margin-bottom: 0;
}

@media screen and (max-width: 1200px) {
  .registry-sec__steps p {
    font-size: 16px;
  }
}

/*=================== Affiliates =====================*/
.affiliates {
  padding: 70px 0;
  background: #F9F9FF;
}

@media screen and (max-width: 767px) {
  .affiliates {
    padding: 0px 0 20px;
  }
}

.affiliates__image {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: #ffffff;
  padding: 15px;
  margin: 30px auto 0;
  -webkit-box-shadow: 0px 6px 34px rgba(215, 216, 222, 0.41);
          box-shadow: 0px 6px 34px rgba(215, 216, 222, 0.41);
}

.affiliates__image img {
  border-radius: 50%;
}

/*=================== lookup =====================*/
.lookup {
  background: url(../images/backgrounds/pattern-01.png) no-repeat #330a97;
  background-size: cover;
  background-position: left top;
  padding: 80px 0;
}

@media screen and (max-width: 1200px) {
  .lookup {
    padding: 20px 0 20px;
  }
}

.lookup .title h2 {
  color: #ffffff;
}

.lookup .form-1 {
  position: relative;
  max-width: 600px;
  margin: 40px auto 0;
  z-index: 1;
}

.lookup .form-1 input {
  width: 100%;
  background: #ffffff;
  border: 0 none;
  height: 70px;
  line-height: 70px;
  padding: 0 20px;
  padding-right: 172px;
  border-radius: 6px;
  -webkit-box-shadow: 0 13px 14px 0 rgba(129, 104, 145, 0.05);
          box-shadow: 0 13px 14px 0 rgba(129, 104, 145, 0.05);
  color: #101418;
}

@media screen and (max-width: 1200px) {
  .lookup .form-1 input {
    height: 55px;
    padding-right: 145px;
  }
}

.lookup .form-1 .button-btn {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-transform: uppercase;
}

.lookup form {
  margin-top: 50px;
}

@media screen and (max-width: 1200px) {
  .lookup form {
    margin-top: 20px !important;
  }
}

/*==================== Footer =====================*/
.footer {
  border-top: 8px solid #2f57ef;
}

.footer__top {
  background: #ffffff;
  padding: 80px 0;
}

@media screen and (max-width: 767px) {
  .footer__top {
    padding: 30px 0;
  }
}

.footer__top .footer-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .footer__top .footer-logo {
    margin-bottom: 20px;
  }
}

.footer__top .footer-logo img {
  width: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer__top .footer-logo h6 {
  font-size: 22px;
  margin-bottom: 0;
  margin-left: 30px;
}

@media screen and (max-width: 767px) {
  .footer__top .footer-logo h6 {
    font-size: 19px;
    margin-left: 15px;
  }
}

.footer__top h4 {
  font-size: 22px;
  text-transform: uppercase;
  color: #080b0e;
  margin-bottom: 30px;
  font-family: "mulishbold", Arial, sans-serif;
}

@media screen and (max-width: 767px) {
  .footer__top h4 {
    font-size: 18px;
    margin-bottom: 15px;
    margin-top: 15px;
  }
}

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

.footer__top ul li {
  margin-right: 15px;
  margin-bottom: 15px;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .footer__top ul li {
    margin-right: 10px;
    margin-bottom: 5px;
  }
}

.footer__top ul li a {
  text-transform: uppercase;
  white-space: nowrap;
  color: #330a97;
}

@media screen and (max-width: 767px) {
  .footer__top ul li a {
    font-size: 16px;
  }
}

.footer__top ul li a svg, .footer__top ul li a g {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.footer__top ul li a:hover {
  color: #080b0e;
}

.footer__top ul li a:hover svg, .footer__top ul li a:hover g {
  fill: #080b0e;
}

.footer__bottom {
  background: #330a97;
  padding: 15px 0;
}

.footer__bottom ul {
  list-style: none;
  padding: 0;
  margin-bottom: 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;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .footer__bottom ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.footer__bottom ul li {
  display: inline-block;
  padding: 0 10px;
}

.footer__bottom ul li a {
  font-size: 14px;
  font-family: "OswaldLight", Arial, sans-serif;
  color: #ffffff;
  color: #6b7385;
}

.footer__bottom ul li a:hover {
  color: #1c2126;
}

.footer__bottom p {
  font-size: 14px;
  color: #ffffff;
  height: 100%;
  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;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .footer__bottom p {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/*==================== Contact =====================*/
.contact {
  padding: 50px 0;
}

@media screen and (max-width: 767px) {
  .contact {
    padding: 40px 0;
  }
}

.contact__card {
  background: #ffffff;
  border: 1px solid #F0F0F0;
  border-radius: 15px;
  height: 100%;
}

.contact__card .thumbnail {
  border-radius: 8px;
  overflow: hidden;
  padding: 15px;
  -webkit-box-shadow: 0px 6px 34px rgba(215, 216, 222, 0.41);
          box-shadow: 0px 6px 34px rgba(215, 216, 222, 0.41);
}

.contact__card .thumbnail img {
  border-radius: 8px;
}

.contact__content {
  padding: 40px;
  background: #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 8px;
  overflow: hidden;
  -webkit-box-shadow: 0px 6px 34px rgba(215, 216, 222, 0.41);
          box-shadow: 0px 6px 34px rgba(215, 216, 222, 0.41);
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .contact__content {
    padding: 15px 20px;
  }
}

.contact__content h2 {
  font-family: "mulishbold", Arial, sans-serif;
}

.contact__content h3 {
  color: #330a97;
  margin-bottom: 20px;
  font-size: 24px;
  font-family: "mulishbold", Arial, sans-serif;
  text-align: center;
}

@media screen and (max-width: 1200px) {
  .contact__content h3 {
    margin-bottom: 5px;
    font-size: 22px;
  }
}

.contact__content h5 {
  margin-bottom: 15px;
  text-align: center;
}

.contact__content svg {
  margin-right: 15px;
}

@media screen and (max-width: 767px) {
  .contact__content svg {
    margin-bottom: 10px;
  }
}

.contact__content a {
  color: #080b0e;
}

@media screen and (max-width: 767px) {
  .contact__content a {
    word-break: break-word;
    font-size: 16px;
  }
}

.contact__content a:hover {
  color: #330a97;
}

@media screen and (max-width: 991px) {
  .contact .mobile-img {
    display: none;
  }
}

.contact.contact-sec-form {
  padding-top: 0;
}

@media screen and (max-width: 1200px) {
  iframe {
    height: 400px;
  }
}

/*==================== contact form  =====================*/
.contact-form {
  padding: 50px;
  position: relative;
  z-index: 1;
  background: #ffffff;
  -webkit-box-shadow: 0px 6px 34px rgba(215, 216, 222, 0.41);
          box-shadow: 0px 6px 34px rgba(215, 216, 222, 0.41);
  border-radius: 8px;
}

@media screen and (max-width: 1200px) {
  .contact-form {
    padding: 10px;
  }
}

.contact-form textarea {
  resize: none;
}

.contact-form .form-control,
.form-text-area {
  height: 50px;
  padding-left: 16px;
  -webkit-box-shadow: 0 13px 14px 0 rgba(129, 104, 145, 0.05);
          box-shadow: 0 13px 14px 0 rgba(129, 104, 145, 0.05);
}

@media screen and (max-width: 991px) {
  .contact-form .form-control,
  .form-text-area {
    height: 40px;
  }
}

.contact-form label {
  cursor: pointer;
}

@media screen and (max-width: 991px) {
  .contact-form label {
    font-size: 16px;
  }
}

.contact-form label span {
  color: #ff0000;
}

.contact-form .form-text-area {
  height: auto;
  padding-left: 16px;
  -webkit-box-shadow: 0 13px 14px 0 rgba(129, 104, 145, 0.05);
          box-shadow: 0 13px 14px 0 rgba(129, 104, 145, 0.05);
}

.contact-form .form-control::-webkit-input-placeholder {
  color: #aeb4b9;
  font-weight: 500;
  opacity: 1;
}

.contact-form .form-control:-ms-input-placeholder {
  color: #aeb4b9;
  font-weight: 500;
  opacity: 1;
}

.contact-form .form-control::-ms-input-placeholder {
  color: #aeb4b9;
  font-weight: 500;
  opacity: 1;
}

.contact-form .form-control::placeholder {
  color: #aeb4b9;
  font-weight: 500;
  opacity: 1;
}

.contact-form .form-control:-ms-input-placeholder {
  color: #aeb4b9;
  font-weight: 500;
}

.contact-form .form-control::-ms-input-placeholder {
  color: #aeb4b9;
  font-weight: 500;
}

.contact-form .form-control:focus {
  border-color: #330a97;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.07), 0 0 8px #330a97;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.07), 0 0 8px #330a97;
}

.contact-form .title {
  text-align: left;
  font-size: 34px;
  font-family: "mulishbold", Arial, sans-serif;
  display: block;
  height: auto;
  margin-bottom: 30px;
}

@media screen and (max-width: 991px) {
  .contact-form .title {
    font-size: 22px;
    margin-bottom: 20px;
  }
}

.contact-form .description {
  color: #aeb4b9;
  font-size: 14px;
  text-align: center;
}

.contact-form .submit-button-wrapper {
  text-align: center;
}

.contact-form .submit-button-wrapper {
  border: none;
  border-radius: 4px;
  background-color: #330a97;
  color: #ffffff;
  text-transform: uppercase;
  padding: 15px 60px;
  font-weight: 500;
  letter-spacing: 2px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

@media screen and (max-width: 767px) {
  .contact-form .submit-button-wrapper {
    padding: 10px 30px;
  }
}

.contact-form .submit-button-wrapper:hover {
  opacity: 0.8;
}

.form-details {
  border: 1px solid #330a97;
  padding: 0 15px 20px;
  margin-bottom: 15px;
  border-radius: 6px;
}

.form-details h4.title {
  background: #330a97;
  color: #ffffff;
  font-size: 24px;
  padding: 10px 15px;
  border-radius: 6px 6px 0 0;
  margin: 0 -15px 30px;
}

@media screen and (max-width: 991px) {
  .form-details h4.title {
    font-size: 18px;
  }
}

.form-summary {
  background-color: #ffffff;
  padding: 45px 50px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0px 6px 34px rgba(215, 216, 222, 0.41);
          box-shadow: 0px 6px 34px rgba(215, 216, 222, 0.41);
  border-radius: 6px;
}

@media screen and (max-width: 991px) {
  .form-summary {
    padding: 28px 20px;
    margin-bottom: 15px;
  }
}

.form-summary h4 {
  font-family: "mulishbold", Arial, sans-serif;
  font-size: 28px;
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  .form-summary h4 {
    font-size: 22px;
  }
}

.form-summary h4 span {
  color: #2f57ef;
}

.scrollToTop {
  position: fixed;
  right: 50px;
  bottom: 0px;
  opacity: 0;
  visibility: hidden;
  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;
  background-color: #330a97;
  text-align: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.4);
  -webkit-transition: all ease 0.8s;
  transition: all ease 0.8s;
}

@media screen and (max-width: 767px) {
  .scrollToTop {
    right: 10px;
    display: none;
  }
}

.scrollToTop.show {
  bottom: 100px;
  opacity: 1;
  visibility: visible;
}

/*==================== Faq =====================*/
.faq-sec {
  padding: 80px 0;
}

@media screen and (max-width: 1200px) {
  .faq-sec {
    padding: 40px 0 40px;
  }
}

.faq-sec .accordion .accordion-item {
  border: 2px solid #e6e3f1;
  background: transparent;
  border-radius: 6px;
}

.faq-sec .accordion .accordion-item h2 {
  padding: 15px 20px;
  padding-right: 38px;
  border-radius: 6px !important;
  font-size: 24px;
  font-family: "mulishbold", Arial, sans-serif;
  border-bottom: 0 none;
}

@media screen and (max-width: 1200px) {
  .faq-sec .accordion .accordion-item h2 {
    font-size: 20px;
    padding: 15px 15px;
    padding-right: 18px;
  }
}

.faq-sec .accordion .accordion-item .accordion-button {
  background: none;
  padding: 0;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 22px;
}

@media screen and (max-width: 1200px) {
  .faq-sec .accordion .accordion-item .accordion-button {
    font-size: 18px;
  }
}

.faq-sec .accordion .accordion-item .accordion-body {
  border-top: 2px solid #e6e3f1;
  padding: 20px 30px 25px;
  font-size: 18px;
  color: #6b7385;
  line-height: 1.6;
}

@media screen and (max-width: 1200px) {
  .faq-sec .accordion .accordion-item .accordion-body {
    padding: 20px 20px 25px;
    font-size: 16px;
    color: #6b7385;
    line-height: 1.5;
  }
}

.faq-sec .accordion .accordion-item + .accordion-item {
  margin-top: 20px;
}

/*==================== Pricing =====================*/
.pricing-sec {
  padding: 80px 0;
}

@media screen and (max-width: 1200px) {
  .pricing-sec {
    padding: 20px 0 20px;
  }
}

.pricing-sec .pricing-tag {
  padding: 25px 30px;
  -webkit-box-shadow: 0px 6px 34px rgba(215, 216, 222, 0.41);
          box-shadow: 0px 6px 34px rgba(215, 216, 222, 0.41);
  border-radius: 10px;
  background: #ffffff;
  margin-bottom: 15px;
  border-left: 3px solid #2f57ef;
}

@media screen and (max-width: 991px) {
  .pricing-sec .pricing-tag {
    padding: 15px;
    border: 0;
    margin-left: 0 !important;
  }
}

.pricing-sec .pricing-tag p {
  margin-bottom: 0;
  line-height: 1.7;
}

@media screen and (max-width: 991px) {
  .pricing-sec .pricing-tag p {
    font-size: 16px;
    line-height: 1.5;
  }
}

.pricing-sec-center {
  padding: 60px 60px;
  background: -webkit-gradient(linear, left top, left bottom, from(#eff1ff), to(#eff1ff));
  background: linear-gradient(#eff1ff 0%, #eff1ff 100%);
  text-align: center;
}

@media screen and (max-width: 991px) {
  .pricing-sec-center {
    padding: 20px 15px;
  }
}

.pricing-sec-center p {
  line-height: 1.8;
}

@media screen and (max-width: 991px) {
  .pricing-sec-center p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 0;
  }
}

.pricing-sec-center .default-btn {
  margin-top: 20px;
  font-size: 18px;
}

@media screen and (max-width: 991px) {
  .pricing-sec-center .default-btn {
    font-size: 16px;
  }
}

.swiper-button-next::after, .swiper-button-prev::after {
  display: none;
}

@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1320px;
  }
}
/*# sourceMappingURL=style.css.map */