@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800&display=swap");
@import url("https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap");
@import url("https://fonts.googleapis.com/css?family=Dosis:200,300,400,500,600,700,800&display=swap");
body {
  font-family: "Montserrat", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 12px;
  line-height: 1.3;
  color: #333; }

p,
.paragraph {
  font-weight: 400;
  color: #333;
  font-size: 12px;
  line-height: 26px;
  font-family: "Montserrat", sans-serif; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1d252d;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1.2; }

h1,
.h1 {
  font-size: 24px;
  font-weight: 800; }
  @media (max-width: 575px) {
    h1,
    .h1 {
      font-size: 22px;
      font-weight: 600; } }
h2,
.h2 {
  font-size: 22px;
  font-weight: 800; }
  @media (max-width: 575px) {
    h2,
    .h2 {
      font-size: 20px;
      font-weight: 600; } }
h3,
.h3 {
  font-size: 20px; }
  @media (max-width: 575px) {
    h3,
    .h3 {
      font-size: 18px; } }
h4,
.h4 {
  font-size: 18px; }

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

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

.logo {
  width: 170px;
  height: 80.104px; }

.title {
  color: white; }

.subtitle {
  color: #d8d7d7; }

.btn {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  text-transform: capitalize;
  padding: 13px 30px;
  border-radius: 6px;
  border: 1px solid;
  position: relative;
  z-index: 1;
  transition: .2s ease;
  font-weight: 600; }
  .btn:hover, .btn:active, .btn:focus {
    outline: 0;
    box-shadow: none !important; }
  .btn-sm {
    font-size: 14px;
    padding: 10px 25px; }

.btn-primary {
  background: #ff375e;
  color: #fff;
  border-color: #ff375e; }
  .btn-primary:active, .btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary.active {
    background: #ff0435 !important;
    border-color: #ff0435 !important; }

.btn-outline-primary {
  background: transparent;
  color: #ff375e;
  border-color: #ff375e; }
  .btn-outline-primary:active, .btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary.focus, .btn-outline-primary.active {
    background: #ff0435 !important;
    border-color: #ff0435 !important;
    color: #fff; }

body {
  background-color: #fff;
  overflow-x: hidden; }

::selection {
  background: #ff6a87;
  color: #fff; }

/* preloader */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center; }

img {
  vertical-align: middle;
  border: 0;
  max-width: 100%;
  height: auto; }

ul {
  list-style: none; }

a {
  color: inherit; }

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

a,
button,
select {
  cursor: pointer;
  transition: .2s ease; }
  a:focus,
  button:focus,
  select:focus {
    outline: 0; }

a:hover {
  color: #ff375e; }

.slick-slide {
  outline: 0; }

.section {
  padding-top: 80px;
  padding-bottom: 80px; }
  .section-sm {
    padding-top: 50px;
    padding-bottom: 50px; }
  .section-title {
    margin-bottom: 40px; }

.purple {
  background-color: #4F008C; }

.bg-cover {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.border-default {
  border-color: #e2e2e2 !important; }

/* overlay */
.overlay {
  position: relative; }
  .overlay::before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: .5; }

.outline-0 {
  outline: 0 !important; }

.rounded, .card-icon, .card {
  border-radius: 12px !important; }

.shadow, .card, .search-wrapper .form-control, .navigation.nav-bg {
  box-shadow: 0px 15px 60px rgba(62, 62, 62, 0.102) !important; }

.d-unset {
  display: unset !important; }

.bg-primary {
  background: #ff375e !important; }

.text-primary {
  color: #ff375e !important; }

.text-light {
  color: #999 !important; }

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

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

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

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

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

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

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

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

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

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

.zindex-1 {
  z-index: 1; }

.overflow-hidden {
  overflow: hidden; }

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

.top-0 {
  top: 0 !important; }

body {
  font-family: "Poppins", sans-serif; }

a {
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s; }

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

p {
  font-size: 14px; }

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

.d-table {
  width: 100%;
  height: 100%; }

.d-table-cell {
  vertical-align: middle; }

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #2f1336; }

img {
  max-width: 100%; }

.header {
  height: 90vh;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-image: url(../../assets/img/bg.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }

.search-content {
  max-width: 1000px; }

.search-content .logo {
  margin-bottom: 25px; }

.search-content .logo a {
  display: inline-block; }

.search-content h1 {
  line-height: 1.3;
  display: inline;
  color: white;
  -webkit-transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  padding: 0.1% 0px;
  color: inherit;
  background-image: -webkit-gradient(linear, left top, right top, from(#692f8f), to(#692f8f));
  background-image: linear-gradient(to right, #692f8f 0%, #692f8f 100%);
  background-size: 100% 13px;
  background-position: 0px 91%;
  background-repeat: no-repeat;
  font-size: 50px;
  font-weight: 700; }

.search-content h1 span {
  color: #ff375e; }

.search-content p {
  line-height: 1.8;
  color: #777777;
  display: block;
  max-width: 600px;
  font-size: 15px;
  margin-top: 25px;
  margin-bottom: 0; }

.search-content form {
  max-width: 500px;
  position: relative;
  margin-top: 35px; }

.search-content form input[type="text"],
.search-content form input[type="s"] {
  display: block;
  width: 100%;
  height: 55px;
  -webkit-box-shadow: 0 5px 28.5px 1.5px rgba(149, 152, 200, 0.15);
  box-shadow: 0 5px 28.5px 1.5px rgba(149, 152, 200, 0.15);
  border: none;
  border-radius: 30px;
  font-size: 14px;
  color: #000000;
  padding-left: 20px;
  outline: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s; }

.search-content form button {
  position: absolute;
  right: 0;
  top: 0;
  height: 55px;
  line-height: 55px;
  padding: 0 30px;
  background-color: #ff375e;
  border-radius: 0 30px 30px 0;
  border: none;
  color: #ffffff;
  outline: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-transform: uppercase;
  font-family: "Dosis", sans-serif;
  font-weight: 700;
  font-size: 14.5px; }

.search-content form button:hover {
  color: #ffffff;
  background-color: #da183f; }

.search-content form #validator-newsletter {
  position: absolute;
  left: 0;
  bottom: -32px;
  right: 0;
  font-size: 14px;
  color: #ffffff;
  margin: 0 auto; }

.search-content form #validator-newsletter.validation-danger {
  color: red; }

.search-content .social {
  margin-top: 45px;
  text-align: center;
  max-width: 495px; }

.search-content .social h3 {
  position: relative;
  text-transform: uppercase;
  margin-bottom: 25px;
  position: relative;
  z-index: 1;
  font-size: 14px;
  font-family: "Dosis", sans-serif;
  font-weight: 700; }

.search-content .social h3 span {
  display: inline-block;
  padding: 0 15px;
  background-color: #ffffff; }

.search-content .social h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 100%;
  height: 1px;
  background-color: #eeeeee;
  z-index: -1; }

.search-content .social ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none; }

.search-content .social ul li {
  display: inline-block;
  margin: 0 1px; }

.search-content .social ul li a {
  width: 35px;
  height: 35px;
  line-height: 37px;
  display: block;
  border-radius: 50%;
  background-color: #dddddd;
  color: #ffffff;
  font-size: 14px; }

.search-content .social ul li a.twitter {
  background-color: #1da1f2;
  color: #ffffff; }

.search-content .social ul li a.youtube {
  background-color: #ff0000;
  color: #ffffff; }

.search-content .social ul li a.facebook {
  background-color: #3b5998;
  color: #ffffff; }

.search-content .social ul li a.linkedin {
  background-color: #0077b5;
  color: #ffffff; }

.search-content .social ul li a.instagram {
  background-color: #c13584;
  color: #ffffff; }

.search-content .social ul li a:hover {
  background-color: #ff375e;
  color: #ffffff; }

.shape1 {
  position: absolute;
  left: 5%;
  top: 5%;
  z-index: -1; }

.shape2 {
  position: absolute;
  z-index: -1;
  left: 3%;
  top: 25%;
  -webkit-animation-name: rotateMe;
  animation-name: rotateMe;
  -webkit-animation-duration: 40s;
  animation-duration: 40s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear; }

.shape3 {
  position: absolute;
  left: 2%;
  bottom: 20%;
  z-index: -1;
  -webkit-animation: moveScale 10s linear infinite;
  animation: moveScale 10s linear infinite; }

.shape4 {
  position: absolute;
  left: 30%;
  top: 8%;
  z-index: -1;
  -webkit-animation: rotate3d 4s linear infinite;
  animation: rotate3d 4s linear infinite; }

.shape5 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1; }

.shape6 {
  position: absolute;
  left: 56%;
  top: 4%;
  z-index: -1;
  -webkit-animation: animationFramesOne 20s infinite linear;
  animation: animationFramesOne 20s infinite linear; }

.shape7 {
  position: absolute;
  left: 20%;
  bottom: 10%;
  z-index: -1;
  -webkit-animation: animationFramesOne 20s infinite linear;
  animation: animationFramesOne 20s infinite linear; }

.shape8 {
  position: absolute;
  left: 45%;
  bottom: 10%;
  z-index: -1;
  -webkit-animation-name: rotateMe;
  animation-name: rotateMe;
  -webkit-animation-duration: 30s;
  animation-duration: 30s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear; }

.shape9 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1; }

.shape10 {
  position: absolute;
  right: 6%;
  bottom: 8%;
  z-index: -1;
  -webkit-animation: moveScale 5s linear infinite;
  animation: moveScale 5s linear infinite; }

.shape11 {
  position: absolute;
  top: 30%;
  -webkit-transform: translateY(-30%);
  transform: translateY(-30%);
  right: 0;
  z-index: -1;
  -webkit-animation: moveBounce 5s linear infinite;
  animation: moveBounce 5s linear infinite; }

.shape12 {
  position: absolute;
  right: 0;
  top: 0;
  text-align: right;
  z-index: -1; }

.shape12 img {
  max-width: 65%; }

.shape13 {
  position: absolute;
  left: 37%;
  top: 28%;
  z-index: -1;
  -webkit-animation: moveLeftBounce 5s linear infinite;
  animation: moveLeftBounce 5s linear infinite; }

@-webkit-keyframes rotateMe {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes rotateMe {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes moveBounce {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }

@keyframes moveBounce {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }

@-webkit-keyframes moveLeftBounce {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px); }
  50% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px); } }

@keyframes moveLeftBounce {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px); }
  50% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px); } }

@-webkit-keyframes moveScale {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6); }
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8); }
  100% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6); } }

@keyframes moveScale {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6); }
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8); }
  100% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6); } }

@-webkit-keyframes rotate3d {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg); }
  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg); } }

@keyframes rotate3d {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg); }
  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg); } }

@-webkit-keyframes animationFramesOne {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg); }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
    transform: translate(73px, -1px) rotate(36deg); }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
    transform: translate(141px, 72px) rotate(72deg); }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
    transform: translate(83px, 122px) rotate(108deg); }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
    transform: translate(-40px, 72px) rotate(144deg); }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg); } }

@keyframes animationFramesOne {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg); }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
    transform: translate(73px, -1px) rotate(36deg); }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
    transform: translate(141px, 72px) rotate(72deg); }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
    transform: translate(83px, 122px) rotate(108deg); }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
    transform: translate(-40px, 72px) rotate(144deg); }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg); } }

@media only screen and (max-width: 767px) {
  .navbar-area {
    padding-top: 20px; }
  .navbar-menu .logo {
    display: block; }
  .landing-area {
    height: 100%;
    padding-top: 190px;
    padding-bottom: 130px; }
  .landing-area .col-lg-5 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .landing-area .col-lg-7 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .landing-content {
    text-align: center;
    max-width: 100%; }
  .landing-content .logo {
    display: none; }
  .landing-content h1 {
    font-size: 33px;
    line-height: 1.5; }
  .landing-content p {
    font-size: 14px;
    margin-top: 15px; }
  .landing-content form {
    max-width: 100%;
    margin-top: 25px; }
  .landing-content form button {
    position: relative;
    height: auto;
    line-height: initial;
    padding: 15px 30px;
    border-radius: 30px;
    font-size: 14px;
    margin-top: 15px; }
  .landing-content .social {
    max-width: 100%;
    margin-top: 40px; }
  .landing-content .social h3 {
    margin-bottom: 20px;
    font-size: 13px; }
  .countdown-timer {
    padding-left: 0;
    margin-top: 40px; }
  .countdown-timer #timer {
    width: 290px;
    height: 290px;
    margin: 0 auto; }
  .countdown-timer #timer div {
    font-size: 95px;
    padding-top: 65px; }
  .countdown-timer #timer div span {
    font-size: 20px;
    margin-top: -25px; }
  .countdown-timer #timer::before {
    margin: 15px; }
  .shape1, .shape2, .shape3, .shape4, .shape5, .shape6, .shape7, .shape8, .shape9, .shape10, .shape11, .shape12, .shape13 {
    display: none; }
  .sidebar-modal .sidebar-modal-inner {
    width: 100%;
    padding: 30px; }
  .sidebar-modal .sidebar-modal-inner .close-btn {
    right: 20px;
    top: 14px;
    font-size: 20px; }
  .sidebar-modal .about-area {
    margin-bottom: 30px; }
  .sidebar-modal .about-area .title h2 {
    font-size: 20px; }
  .sidebar-modal .about-area .title p {
    font-size: 13px;
    margin-top: 10px;
    line-height: 1.8; }
  .sidebar-modal .contact-area .title {
    margin-bottom: 20px; }
  .sidebar-modal .contact-area .title h2 {
    font-size: 20px; }
  .sidebar-modal .contact-area .contact-form {
    max-width: 100%; }
  .sidebar-modal .contact-area .contact-info {
    margin-top: 35px; }
  .sidebar-modal .contact-area .contact-info .contact-info-content h3 {
    font-size: 17px;
    line-height: 1.4; }
  .sidebar-modal .contact-area .contact-info .contact-info-content h2 {
    font-size: 22px; }
  .sidebar-modal .contact-area .contact-info .contact-info-content h2 span {
    font-size: 13px; } }

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .landing-area .container-fluid {
    max-width: 540px; }
  .landing-content form {
    max-width: 100%;
    margin-top: 25px; }
  .landing-content form button {
    position: absolute;
    height: 55px;
    line-height: 55px;
    padding: 0 30px;
    border-radius: 0 30px 30px 0;
    margin-top: 0; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-menu .logo {
    display: block; }
  .sidebar-modal .sidebar-modal-inner {
    width: 85%;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px; }
  .sidebar-modal .about-area .title h2 {
    font-size: 24px; }
  .sidebar-modal .contact-area .title h2 {
    font-size: 24px; }
  .landing-area {
    height: 100%;
    padding-top: 190px;
    padding-bottom: 100px; }
  .landing-area .col-lg-5 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .landing-area .col-lg-7 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .landing-area .container-fluid {
    max-width: 720px; }
  .landing-content {
    text-align: center;
    max-width: 100%; }
  .landing-content .logo {
    display: none; }
  .landing-content p {
    max-width: 100%; }
  .landing-content form {
    margin-left: auto;
    margin-right: auto; }
  .landing-content .social {
    margin-left: auto;
    margin-right: auto; }
  .landing-content h1 {
    line-height: 1.4;
    font-size: 42px; }
  .countdown-timer {
    padding-left: 0;
    margin-top: 45px; }
  .countdown-timer #timer {
    width: 400px;
    height: 400px;
    margin: 0 auto; }
  .countdown-timer #timer div {
    padding-top: 76px;
    font-size: 140px; }
  .countdown-timer #timer div span {
    font-size: 25px;
    margin-top: -30px; }
  .shape1, .shape9, .shape12, .shape13 {
    display: none; } }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .navbar-menu .logo {
    display: block; }
  .landing-content {
    margin-top: 60px; }
  .landing-content .logo {
    display: none; }
  .landing-content h1 {
    font-size: 45px; }
  .landing-content p {
    margin-top: 20px; }
  .landing-content form {
    margin-top: 30px; }
  .landing-content .social {
    margin-top: 40px; }
  .countdown-timer {
    padding-left: 0;
    margin-top: 60px; }
  .countdown-timer #timer {
    width: 400px;
    height: 400px; }
  .countdown-timer #timer div {
    padding-top: 70px;
    font-size: 160px; }
  .countdown-timer #timer div span {
    font-size: 25px;
    margin-top: -35px; }
  .shape1, .shape9, .shape12, .shape13 {
    display: none; }
  .sidebar-modal .sidebar-modal-inner {
    width: 60%; } }

@media only screen and (min-width: 1650px) {
  .countdown-timer {
    padding-left: 50px; }
  .countdown-timer #timer {
    width: 600px;
    height: 600px; }
  .countdown-timer #timer div {
    padding-top: 110px;
    font-size: 220px; }
  .countdown-timer #timer div span {
    margin-top: -60px;
    font-size: 35px; }
  .shape12 img {
    max-width: 100%; } }

.navigation {
  transition: 0.2s ease; }
  .navigation.nav-bg {
    background: #4f008c; }
    @media (max-width: 991px) {
      .navigation.nav-bg {
        top: -50px; } }
  @media (max-width: 991px) {
    .navigation .form-inline {
      width: 100%; }
      .navigation .form-inline input {
        width: 100%; } }
.nav-item {
  margin: 0; }
  .nav-item x .nav-link {
    text-transform: capitalize; }

.navbar-light .navbar-nav .nav-link {
  color: white; }
  .navbar-light .navbar-nav .nav-link:hover {
    color: #ff375e; }

.navbar-expand-lg .navbar-nav .nav-link {
  padding: 20px;
  font-size: 15px; }
  @media (max-width: 991px) {
    .navbar-expand-lg .navbar-nav .nav-link {
      padding: 10px; } }
.white-bars {
  color: white; }

html,
body {
  margin: 0;
  padding: 0; }

.full-screen {
  display: block;
  height: 750px;
  padding: 60px;
  box-sizing: border-box; }

.search-wrapper {
  position: relative; }
  .search-wrapper .form-control {
    height: 46px;
    border: 0;
    outline: 0; }
    .search-wrapper .form-control::placeholder {
      color: #999;
      font-size: 15px; }
    .search-wrapper .form-control-lg {
      height: 70px; }
    .search-wrapper .form-control.active.focus-visible {
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0; }
  .search-wrapper button {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%); }
    .search-wrapper button i {
      color: #ff375e; }

.card {
  transition: 0.2s ease;
  border: 0; }
  .card-lg .card-body {
    padding: 35px; }
  .card-icon {
    background: #ff375e;
    color: #fff;
    height: 55px;
    width: 60px;
    line-height: 55px;
    text-align: center;
    font-size: 27px;
    margin-top: 40px;
    display: block; }
  .card-text {
    margin-bottom: 0; }
  .card-title {
    font-weight: 700; }
  .card-body {
    padding: 25px; }
  .card:hover {
    box-shadow: 0px 15px 60px rgba(148, 13, 13, 0.2) !important; }

.social-icons {
  margin-bottom: 0; }
  .social-icons a {
    display: block;
    height: 42px;
    width: 42px;
    line-height: 42px;
    text-align: center;
    color: #fff;
    background: #ff375e;
    border-radius: 6px; }

.footer-menu {
  margin-bottom: 0; }
  .footer-menu a {
    display: block;
    padding: 10px;
    color: #333;
    transition: 0.2s ease; }
    .footer-menu a:hover {
      color: #ff375e; }

/* sidenav */
.sidenav {
  border-right: 1px solid #e2e2e2;
  padding-right: 20px; }
  .sidenav ul {
    padding-left: 10px; }
  .sidenav > li a {
    padding: 20px 0;
    color: #1d252d;
    display: block;
    font-size: 18px;
    font-weight: 500; }
  .sidenav > li:not(:last-child) {
    border-bottom: 1px solid #e2e2e2; }
  .sidenav .sidelist ul {
    display: none; }
  .sidenav .parent > a {
    color: #4f008c !important;
    position: relative;
    margin-left: 10px; }
    .sidenav .parent > a::before {
      position: absolute;
      content: "";
      left: -10px;
      top: 25%;
      height: 50%;
      width: 1px;
      background: #ff375e; }
  .sidenav .parent ul {
    display: block;
    margin-bottom: 10px; }
    .sidenav .parent ul a {
      padding: 5px 0;
      font-size: 14px;
      font-weight: 400;
      color: #1d252d; }
    .sidenav .parent ul li.active > a {
      margin-left: 10px; }
      .sidenav .parent ul li.active > a::before {
        height: 5px;
        width: 5px;
        border-radius: 50%;
        display: block;
        top: 13px; }

/* /sidenav */
.page-list {
  list-style-type: none; }
  .page-list a {
    display: none; }
  .page-list ul {
    padding: 0; }
    .page-list ul a {
      display: inline-block;
      padding: 7px 0;
      font-size: 20px;
      color: #1d252d; }

.pagination {
  margin-top: 50px;
  justify-content: space-between; }
  .pagination a {
    color: #ff375e;
    font-size: 14px; }
  .pagination i {
    line-height: 1.6; }

.code-tabs {
  border: 1px solid #e2e2e2;
  overflow: hidden;
  margin-bottom: 20px; }
  .code-tabs .nav-tabs {
    margin-bottom: 0;
    font-size: 16px; }
    .code-tabs .nav-tabs .nav-item {
      padding-left: 0;
      border-right: 1px solid #e2e2e2; }
      .code-tabs .nav-tabs .nav-item .nav-link {
        text-decoration: none;
        font-weight: 500;
        border: 0; }
      .code-tabs .nav-tabs .nav-item::before {
        display: none; }
      .code-tabs .nav-tabs .nav-item.active {
        background: #ff375e; }
        .code-tabs .nav-tabs .nav-item.active .nav-link {
          color: #fff; }
  .code-tabs .tab-content {
    padding: 20px 15px; }

pre {
  position: relative; }
  pre .copy-to-clipboard {
    background: #ff375e;
    color: #fff;
    cursor: pointer;
    padding: 4px 5px;
    line-height: 1;
    font-size: 12px;
    font-weight: 500;
    border-radius: 4px;
    position: absolute;
    right: 10px;
    top: 10px; }

:not(pre) > code + span.copy-to-clipboard {
  display: none; }

.search-item a {
  color: #1d252d;
  display: block; }
  .search-item a:hover {
    color: #ff375e !important; }

.search-item:not(:last-child) {
  border-bottom: 1px solid #e2e2e2; }

.autocomplete-suggestions {
  border: 0;
  border-radius: 0 0 6px 6px;
  box-shadow: 0px 50px 60px rgba(62, 62, 62, 0.102) !important;
  background: #fff; }
  .autocomplete-suggestions::-webkit-scrollbar {
    width: 5px; }
    .autocomplete-suggestions::-webkit-scrollbar-track {
      background: #fbfbfb; }
    .autocomplete-suggestions::-webkit-scrollbar-thumb {
      background: #e2e2e2; }
  .autocomplete-suggestions .autocomplete-suggestion {
    transition: 0.2s ease;
    padding: 10px;
    font-weight: 500; }
    .autocomplete-suggestions .autocomplete-suggestion.selected {
      background: #ff375e; }

.search-item a {
  color: #1d252d;
  display: block; }
  .search-item a:hover {
    color: #ff375e; }

.search-item:not(:last-child) {
  border-bottom: 1px solid #e2e2e2; }

.form-group label {
  font-size: 15px;
  font-weight: 500; }

.form-group .form-control {
  height: 40px;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
  padding: 10px 0; }
  .form-group .form-control::placeholder {
    font-size: 13px;
    color: #999; }
  .form-group .form-control:focus {
    outline: 0;
    border-color: #ff375e;
    box-shadow: none; }

.form-group .custom-select {
  font-size: 13px;
  color: #999; }

.form-group textarea.form-control {
  height: 100px;
  width: 100%; }

.collapse-wrapper {
  padding: 5px 15px; }
  .collapse-wrapper .collapse-head {
    text-decoration: none;
    color: #333;
    font-size: 18px;
    font-weight: 500;
    align-items: center; }

:not(.highlight) pre {
  background: #fbfbfb; }

.content * {
  overflow-wrap: break-word; }

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  font-weight: 500; }

.content strong {
  font-weight: 600; }

.content a {
  text-decoration: underline;
  color: #ff375e; }

.content ol,
.content ul {
  padding-left: 20px; }
  .content ol li,
  .content ul li {
    margin-bottom: 10px; }

.content ul {
  padding-left: 0;
  margin-bottom: 20px; }
  .content ul li {
    padding-left: 20px;
    position: relative; }
    .content ul li::before {
      position: absolute;
      content: "";
      height: 8px;
      width: 8px;
      border-radius: 50%;
      background: #ff375e;
      left: 3px;
      top: 8px; }

.content table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  border: 1px solid #eeeeee; }

.content table td,
.content table th {
  padding: 0.75rem;
  vertical-align: top;
  margin-bottom: 0; }

.content tr:not(:last-child) {
  border-bottom: 1px solid #eeeeee; }

.content th {
  font-weight: 500; }

.content thead {
  background: #fbfbfb;
  margin-bottom: 0; }
  .content thead tr {
    border-bottom: 1px solid #eeeeee; }

.content tbody {
  background: #fff;
  margin-bottom: 0; }

.content .notices {
  margin: 2rem 0;
  position: relative;
  overflow: hidden; }

.content .notices p {
  padding: 10px;
  margin-bottom: 0; }

.content .notices p::before {
  position: absolute;
  top: 2px;
  color: #fff;
  font-family: "themify";
  font-weight: 900;
  content: "\e717";
  left: 10px; }

.content .notices.note p {
  border-top: 30px solid #6ab0de;
  background: #e7f2fa; }

.content .notices.note p::after {
  content: "Note";
  position: absolute;
  top: 2px;
  color: #fff;
  left: 2rem; }

.content .notices.tip p {
  border-top: 30px solid #78c578;
  background: #e6f9e6; }

.content .notices.tip p::after {
  content: "Tip";
  position: absolute;
  top: 2px;
  color: #fff;
  left: 2rem; }

.content .notices.info p {
  border-top: 30px solid #f0b37e;
  background: #fff2db; }

.content .notices.info p::after {
  content: "Info";
  position: absolute;
  top: 2px;
  color: #fff;
  left: 2rem; }

.content .notices.warning p {
  border-top: 30px solid #e06f6c;
  background: #fae2e2; }

.content .notices.warning p::after {
  content: "Warning";
  position: absolute;
  top: 2px;
  color: #fff;
  left: 2rem; }

.content blockquote {
  font-size: 20px !important;
  color: #1d252d;
  padding: 20px 40px;
  border-left: 2px solid #ff375e;
  margin: 40px 0;
  font-weight: bold;
  background: #fbfbfb; }
  .content blockquote p {
    margin-bottom: 0 !important; }

.content pre {
  display: block;
  padding: 9.5px;
  margin: 10px 0px 10px;
  white-space: pre-wrap; }

.content code {
  margin-bottom: 0 !important;
  font-size: 100%; }

.pl {
  padding-right: 30px !important; }

.pl-2 {
  padding-left: 30px !important; }

.sidenav .first-child a {
  padding: 5px 0;
  font-size: 14px;
  font-weight: 400;
  color: #4f008c; }

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

.test-nav {
  align-items: center;
  display: flex;
  width: 100%;
  justify-content: space-between; }
