@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;1,300;1,400;1,600;1,700&display=swap");
body {
  font-family: "Open Sans", sans-serif;
  color: #ffffff;
  background-color: #26304e;
}

@keyframes blinking {
  0% {
    border: 2px solid #fff;
  }
  100% {
    border: 2px solid #26304e;
  }
}
p {
  line-height: 1.6;
  word-spacing: 3px;
  text-align: justify;
}
@media only screen and (max-width: 767px) {
  p {
    text-align: center;
  }
}

.main-btn {
  display: inline-block;
  background-color: #ff7700;
  padding: 10px 20px;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}
.main-btn:hover {
  color: #ffffff;
  background-color: #cc5f00;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  text-decoration: none !important;
}

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  background: #ff7700;
  color: #26304e;
  transition: all 0.4s;
}

.back-to-top i:hover {
  background: #151b2c;
  color: #fff;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
.spinner-wrapper {
  position: fixed;
  z-index: 999999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #26304e;
}

.spinner {
  position: absolute;
  top: 50%;
  /* centers the loading animation vertically one the screen */
  left: 50%;
  /* centers the loading animation horizontally one the screen */
  width: 3.75rem;
  height: 1.25rem;
  margin: -0.625rem 0 0 -1.875rem;
  /* is width and height divided by two */
  text-align: center;
}

.spinner > div {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
  background-color: #ff7700;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  animation-delay: -0.16s;
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
/* ANIMATED X */
.navbar-toggler.x {
  border: none;
}
.navbar-toggler.x:focus {
  outline: none;
  box-shadow: none;
}
.navbar-toggler.x[aria-expanded=true] .icon-bar:nth-of-type(1) {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}
.navbar-toggler.x[aria-expanded=true] .icon-bar:nth-of-type(2) {
  opacity: 0;
  filter: alpha(opacity=0);
}
.navbar-toggler.x[aria-expanded=true] .icon-bar:nth-of-type(3) {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}
.navbar-toggler.x .icon-bar {
  width: 22px;
  display: block;
  height: 2px;
  background-color: #fff;
  transition: all 0.2s;
}
.navbar-toggler.x .icon-bar + .icon-bar {
  margin-top: 4px;
}
.navbar-toggler.x .icon-bar:nth-of-type(1) {
  transform: rotate(0);
}
.navbar-toggler.x .icon-bar:nth-of-type(2) {
  opacity: 1;
  filter: alpha(opacity=100);
}
.navbar-toggler.x .icon-bar:nth-of-type(3) {
  transform: rotate(0);
}

.sub-heading {
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  text-align: center;
}

.custom-navbar {
  background-color: #ff7700;
  /** Large devices (desktops, 992px and up) **/
}
@media (min-width: 992px) {
  .custom-navbar {
    padding: 0;
  }
}
.custom-navbar .navbar-brand .logo-img {
  width: 200px;
  height: 29px;
  transition: all 0.3s ease-in-out;
}
.custom-navbar .navbar-brand .logo-img:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 991px) {
  .custom-navbar .navbar-collapse {
    background-color: #26304e;
  }
}
.custom-navbar .navbar-nav .nav-item .nav-link {
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  padding: 18px 20px;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 991px) {
  .custom-navbar .navbar-nav .nav-item .nav-link {
    padding: 10px 15px;
  }
}
.custom-navbar .navbar-nav .nav-item .nav-link.active {
  color: #ffffff;
  background-color: #3c3c3c;
}
.custom-navbar .navbar-nav .nav-item .nav-link:hover {
  background-color: #3c3c3c;
}

.main-section-logo {
  padding: 70px 0px;
  text-align: center;
}
.main-section-logo img {
  height: 162px;
}

.heading-section .primary-heading h1 {
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
.heading-section .primary-heading p {
  line-height: 1.6;
  word-spacing: 3px;
}
@media only screen and (max-width: 767px) {
  .heading-section .primary-heading p {
    text-align: center;
  }
}

.table-section .table-heading {
  padding: 35px 0px;
  text-align: center;
}
.table-section .table-heading .thumb-line {
  margin-bottom: 0;
}
.table-section .table-heading .thumb-line .emoji {
  height: 20px;
}
.table-section .search-box {
  position: relative;
  padding-bottom: 15px;
}
.table-section .search-box input {
  border-radius: 50px !important;
  text-indent: 15px;
}
.table-section .search-box input:focus {
  box-shadow: none;
  outline: none;
  border-color: #ff7700;
}
.table-section .search-box .input-group-addon {
  min-width: 35px;
  border: none;
  background: transparent;
  position: absolute;
  right: 0;
  z-index: 9;
  padding: 6px 0;
}
.table-section .search-box .input-group-addon i {
  color: #ff7700;
  font-size: 19px;
  position: relative;
  top: 2px;
}
.table-section table thead {
  background-color: #ff7700;
  color: #ffffff;
}
.table-section table tr {
  transition: all 0.2s;
}
.table-section table tr:hover {
  background-color: #ff7700;
}
.table-section table td {
  color: #ffffff;
}
.table-section table .table-btn {
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  background-color: #ff7700;
  color: #ffffff;
  padding: 2px 9px;
  border-radius: 10px;
  border: 1px solid #ffffff;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 0 15px #00bfff;
}
.table-section table .table-btn:hover {
  transform: translateY(-1.7px);
}

.passages {
  padding: 30px 0px;
}
.passages .sub-heading {
  font-weight: bold;
  font-size: 30px;
  text-align: center;
}
.passages .passage {
  margin: 20px 0px;
  text-align: justify;
}
@media only screen and (max-width: 767px) {
  .passages .passage {
    text-align: center;
    text-align: justify;
  }
}

.point-list {
  text-align: center;
}
.point-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.point-list ul li {
  display: inline-block;
  color: #ff7700;
  font-weight: 500;
  margin-bottom: 5px;
}
.point-list ul li:not(:last-child) {
  margin-right: 7px;
  padding-right: 7px;
  border-right: 1px solid #ff7700;
}

.stack-section {
  padding: 30px 0px;
}
.stack-section p {
  text-align: justify;
}
@media only screen and (max-width: 767px) {
  .stack-section p {
    text-align: center;
  }
}

.border-section {
  position: relative;
  width: 100%;
  padding: 30px 0px;
  text-align: center;
}
.border-section .dot-border-container {
  border-style: dotted;
  border-width: 2px 0px 2px 0px;
  border-color: #FF7700;
}
.border-section .dot-border-container .small-logo img {
  height: 120px;
  margin-top: -47px;
}
.border-section .dot-border-container h1 {
  font-weight: bold;
  color: #ff7700;
  margin: 15px 0px;
}
.border-section .main-btn {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%);
}

.faq-section {
  padding: 30px 0px;
}
.faq-section .faq-passage {
  text-align: justify;
}
@media only screen and (max-width: 767px) {
  .faq-section .faq-passage {
    text-align: center;
  }
}

.faq-box .accordion-button {
  background-color: #ff7700;
  color: #ffffff;
  box-shadow: none;
  text-align: left;
  border: none;
}
.faq-box .accordion-button::after {
  content: "+";
  font-family: "FontAwesome";
  background-image: none;
  font-size: 18px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  background-color: #26304e;
}
.faq-box .accordion-button:not(.collapsed)::after {
  content: "−";
}
.faq-box .accordion-item {
  background-color: #ffffff;
  color: #777;
}
.faq-box .accordion-item:not(:last-child) {
  margin-bottom: 10px;
}

.list-type-section {
  padding: 30px 0px;
}
.list-type-section p {
  text-align: justify;
  margin: 19px 0px;
}
@media only screen and (max-width: 767px) {
  .list-type-section p {
    text-align: center;
  }
}

.cta-section {
  padding: 30px 0px;
}
.cta-section .cta-bg {
  background-color: #202534;
  border: 1px solid #ffffff;
  padding: 50px 0px;
}
.cta-section .sub-heading {
  background-color: #ff7700;
  color: #202534;
  padding: 4px 3px;
  border-radius: 4px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .cta-section .sub-heading {
    font-size: 23px;
  }
}
@media only screen and (max-width: 480px) {
  .cta-section .sub-heading {
    font-size: 20px;
  }
}
.cta-section .inner-padding {
  padding: 0px 14px;
}
.cta-section .inner-padding .point-items {
  margin: 0;
  padding: 0;
  padding-left: 20px;
  list-style: none;
  margin-top: 30px;
}
.cta-section .inner-padding .point-items li {
  position: relative;
}
.cta-section .inner-padding .point-items li:not(:last-child) {
  margin-bottom: 10px;
}
.cta-section .inner-padding .point-items li::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  margin: 0 6px 0 -20px;
  color: #ff7700;
}

.footer-main .footer-inner {
  border-style: solid;
  border-width: 2px 0px 2px 0px;
  border-color: #FF7700;
  padding: 30px 0px;
}
@media only screen and (max-width: 767px) {
  .footer-main .footer-inner {
    text-align: center;
  }
}
.footer-main .footer-inner .footer-content {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .footer-main .footer-inner .footer-content {
    flex-direction: column;
  }
}
.footer-main .footer-inner .one-col h5 {
  font-weight: 600;
}
.footer-main .footer-inner .one-col .one-logo {
  height: 47px;
  margin-right: 5px;
}
.footer-main .footer-inner .one-col .two-logo {
  height: 40px;
}
.footer-main .footer-inner .two-col h5 {
  font-weight: 600;
}
.footer-main .footer-inner .two-col .footer-list {
  margin-top: 10px;
}
.footer-main .footer-inner .two-col .footer-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
  float: right;
}
@media only screen and (max-width: 767px) {
  .footer-main .footer-inner .two-col .footer-list ul {
    float: none;
  }
}
.footer-main .footer-inner .two-col .footer-list ul li {
  display: inline-block;
}
.footer-main .footer-inner .two-col .footer-list ul li:not(:last-child) {
  margin-right: 13px;
}
.footer-main .footer-inner .two-col .footer-list ul li i {
  display: inline-block;
  font-size: 30px;
}

/*--------------------------------------------------------------
# page 2 css
--------------------------------------------------------------*/
.page_2 {
  background-color: #26304e;
  padding: 30px 0;
}

.bg-container {
  background-color: #313b57;
  padding: 70px 15px;
  border-radius: 15px;
  box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.12);
}
@media only screen and (max-width: 767px) {
  .bg-container {
    padding: 60px 1px;
  }
}

/*--------------------------------------------------------------
# counter section
--------------------------------------------------------------*/
.counter-section .p-logo {
  text-align: center;
}
.counter-section .p-logo img {
  width: 210px;
}
.counter-section .btn-part {
  display: flex;
  justify-content: space-evenly;
  margin-top: 40px;
}
.counter-section .btn-part .btn-d:link, .counter-section .btn-part .btn-d:visited {
  display: inline-block;
  text-decoration: none;
  background-color: #ff7700;
  text-transform: uppercase;
  color: #ffffff;
  padding: 10px 15px;
  font-weight: bold;
  font-size: 18px;
  min-width: 120px;
  text-align: center;
  border-radius: 5px;
  box-shadow: 0px 0px 10px 0px #FF7E00;
  transition: 0.2s ease-in;
  animation-name: blinking;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.counter-section .btn-part .btn-d:hover {
  background-color: #cc5f00;
  transform: translateY(-1.3px);
}
.counter-section .btn-part .btn-d:focus, .counter-section .btn-part .btn-d:active {
  transform: translateY(0px);
}

/*--------------------------------------------------------------
# Para-section
--------------------------------------------------------------*/
.para-section {
  margin-top: 40px;
}
.para-section .para-box {
  margin-bottom: 20px;
}
.para-section .para-box h1 {
  text-align: center;
  color: #ff7700;
  font-weight: 600;
  font-size: 28px;
  margin-bottom: 14px;
}

/*--------------------------------------------------------------
# info-part
--------------------------------------------------------------*/
.info-part .info-conatiner {
  background-color: #22283C;
  padding: 20px;
  border-radius: 10px;
  margin: 20px 0px;
}
.info-part .info-conatiner h1 {
  text-align: center;
  color: #ff7700;
  font-weight: 600;
  font-size: 28px;
  margin-bottom: 12px;
}
.info-part .d-flex-container .flex-col {
  display: flex;
  border-bottom: 1.4px dashed #ff7700;
  align-items: center;
  flex-direction: row;
}
@media only screen and (max-width: 767px) {
  .info-part .d-flex-container .flex-col {
    flex-direction: column;
    align-items: unset;
  }
}
.info-part .d-flex-container .flex-col:not(:last-child) {
  margin-bottom: 20px;
}
.info-part .d-flex-container .flex-col-1 {
  flex-basis: 30%;
  color: #CD93D7;
}
.info-part .d-flex-container .flex-col-2 {
  flex: 1;
  background-color: #3F4352;
  padding: 8px 8px 8px 25px;
}
@media only screen and (max-width: 767px) {
  .info-part .d-flex-container .flex-col-2 {
    padding: 8px 8px 8px 16px;
  }
}
.info-part .d-flex-container .flex-col p {
  font-size: 15px;
  text-align: left;
  margin-bottom: 5px;
}