@import url('https://fonts.googleapis.com/css2?family=Merienda+One&display=swap');



body {
  font-size: .875rem;
  font-family: 'Nunito', sans-serif;
  overflow-x: hidden;
}


/*.feather {
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
}
*/
.feather {
  width: 25px;
  height: 25px;
  vertical-align: text-bottom;
}

.b_r{
  border-radius: 12px !important;
}
.navbar-brand img {
  width: 100px;
}
.btn-ripple {
  display: inline-block;
  position: relative;
  overflow: hidden;
  transition: all ease-in-out .5s;
}
.banner_img{
  transform: translateX(-50px);
}
.btn-ripple::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 25%;
  height: 100%;
  width: 50%;
  background-color: #000;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  transition: all ease-in-out 1s;
  transform: scale(5, 5);
}

.btn-ripple:active::after {
  padding: 0;
  margin: 0;
  opacity: .2;
  transition: 0s;
  transform: scale(0, 0);
}
/*
 * Sidebar
 */

.sidebar {
  position: fixed;
  top: 0;
  /* rtl:raw:
  right: 0;
  */
  bottom: 0;
  /* rtl:remove */
  left: 0;
  z-index: 100; /* Behind the navbar */
  padding: 48px 0 0; /* Height of navbar */
  /*box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);*/
}

@media (max-width: 767.98px) {
  .sidebar {
    top: 5rem;
  }
}

.sidebar-sticky {
  position: relative;
  top: 0;
  height: calc(100vh - 48px);
  padding-top: .5rem;
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

.sidebar .nav-link {
  font-weight: 500;
  color: #333;
}

.sidebar .nav-link .feather {
  margin-right: 4px;
  color: #727272;
}

.sidebar .nav-link.active {
  color: #2470dc;
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
  color: inherit;
}

.sidebar-heading {
  font-size: .75rem;
  text-transform: uppercase;
}

/*
 * Navbar
 */

.navbar-brand {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: 1rem;
  /*background-color: rgba(0, 0, 0, .25);
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);*/
}

.navbar .navbar-toggler {
  top: .25rem;
  right: 1rem;
}

.navbar .form-control {
  padding: .75rem 1rem;
  border-width: 0;
  border-radius: 0;
}
.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: none;
  outline: 0;
  box-shadow: none !important;
}

.form-control-dark {
  color: #fff;
  background-color: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .1);
}

.form-control-dark:focus {
  border-color: transparent;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}


.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: auto;
}
.btn.btn-outline-light i {
  color: #000;
}
.card_new{
  cursor: pointer;
}
/*.card.card_new:hover img {
  scale: 1.09;
  transform: translatey(-10px);
  transition: all ease-in-out 0.3s;
}*/
.card.card_new:hover img {
  /* scale: 1.09; */
  transform: scale(1.1);
  transition: all ease-in-out 0.3s;
}
.card.card_new img {
  transform: translateY(0);
  transition: all ease-in-out 0.3s;
}
.card.card_new.shadow {
  border: none;
  border-radius: 20px;
  overflow: hidden;
}
.avatar.img-fluid.rounded-circle.me-1 {
  width: 30px;
}
.dropdown-menu-lg {
  min-width: 20rem;
  transform: translateY(10px);
  transition: all ease-in-out 0.7s;
}
.dropdown-menu-header {
  border-bottom: 1px solid #dee6ed;
  font-weight: 500;
  padding: .75rem;
  text-align: center;
}
.dropdown-menu-header {
  font-weight: 500;
  text-align: center;
}
.nav-item .indicator {
  background: #0a2654;
  border-radius: 50%;
  box-shadow: 0 .1rem .2rem rgba(0,0,0,.05);
  color: #fff;
  display: block;
  font-size: .675rem;
  height: 18px;
  padding: 1px;
  position: absolute;
  right: -8px;
  text-align: center;
  top: 0;
  transition: top .1s ease-out;
  width: 18px;
}
#messagesDropdown.dropdown-toggle::after, #alertsDropdown.dropdown-toggle::after {
  display: none;
}
.nav-item.dropdown i {
  font-size: 22px;
  color: #000;
}
.dropdown-menu-footer {
  display: block;
  font-size: .75rem;
  padding: .5rem;
  text-align: center;
}
.dropdown .dropdown-menu.show {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-name: dropdownAnimation;
  animation-name: dropdownAnimation;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  opacity: 1;
  visibility: visible;
  
}
.right_menu .dropdown-menu, .right_menu .dropdown-menu{
  background-clip: padding-box;
  background-color: #fff;
  border: none;
  border-radius: 20px;
  color: #6c757d;
  display: block;
  font-size: .825rem;
  list-style: none;
  margin: 0;
  padding: .5rem 0;
  opacity: 0;
  visibility: hidden;
  left: auto;
  right: 0;
  
}
.card_main a {
  text-decoration: none;
  color: #000;
}

/*Homepage css*/
.mid_section {
  min-height: 600px;
}
.mid_section.mid_section_2 {
  background-image: none;
}
.mid_section .owl-nav {
  position: absolute !important;
}
/*.mid_section {
    min-height: 600px;
    display: flex;
    height: 100%;
    position: relative;
    padding-top: 50px;
    align-items: center;
}*/
.mid_section {
  min-height: 100vh;
  display: flex;
  height: 100%;
  position: relative;
  padding-top: 50px;
  align-items: center;
  background-image: url(../../../assets/img/home2.png);
  background-position: top left;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: cover;
}
.top_section h1 {
  font-size: 46px;
  margin-bottom: 20px;
  color: #fff;
}
.top_section p{
 color: #fff;
}
.shadow.icon_ser {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  margin: 0 auto 10px;
  background: #f7f7f7;
  font-size: 20px;
  color: #0a2654;
}
.media.block-6.services.d-block.text-center {
  margin: 25px;
  border-radius: 30px;
  padding: 20px 20px 0;
   transition: all ease-in-out 0.3s;
   cursor: pointer;
}
.media.block-6.services.d-block.text-center.active {
  background-image: linear-gradient(#2d2dc4, #0c0c84);
  border-radius: 30px;
  padding: 20px 20px 0;
  color: #fff;
  transition: all ease-in-out 0.3s;
}
.mid_2{
  padding: 50px 0;
}
.media-body.py-2 p {
  font-size: 12px;
}
.media.block-6.services.d-block.text-center.active .shadow.icon_ser {
  background: #fff;
  color: #fff;
}
.media.block-6.services.d-block.text-center:hover {
  color: #fff !important;
    background-image: linear-gradient(#2d2dc4, #0c0c84);
  transition: all ease-in-out 0.3s;
  transform: translatey(-10px);
  box-shadow: 0 0 10px rgba(0,0,0,0.2)
}
.media.block-6.services.d-block.text-center:hover .text-muted{
  color: #fff !important;
}
.media.block-6.services.d-block.text-center:hover .shadow.icon_ser {
  background: #fff;
  color: #fff;
}
.subheading.fw-bold {
  font-size: 42px;
  margin-bottom: 10px;
  line-height: 50px;
  color: #000;
}
.nonloop .owl-stage {
  padding-bottom: 20px;
}
.owl-theme.nonloop  .owl-next, .owl-theme.nonloop  .owl-prev {
  background: #0a2654 !important;
  width: 30px;
  line-height: 40px;
  height: 30px;
  margin-top: -20px;
  position: absolute;
  text-align: center;
  top: 50%;
  border-radius: 50px;
  color: #fff !important;
  font-size: 20px !important;
}
.owl-theme .owl-nav {
    /*position: absolute;*/
    top: -30px;
    right: 0px;
    width: 88px;
}
.owl-theme.nonloop .owl-next {
    right: 10px;
}
.owl-theme.nonloop .owl-prev{
  left: 10px
}
.item a {
    text-decoration: none;
}
.owl-theme.nonloop .owl-item img {
    display: block;
    width: 100%;
    padding: 10px;
    border-radius: 20px;
}
/*testimonial*/

 .gtco-testimonials {
   position: relative;
   margin-top: 30px;
}
 .gtco-testimonials h2 {
   font-size: 30px;
   text-align: center;
   color: #333;
   margin-bottom: 50px;
}
 .gtco-testimonials .owl-stage-outer {
   padding: 30px 0;
}
 .gtco-testimonials .owl-nav {
   display: none;
}
 .gtco-testimonials .owl-dots {
   text-align: center;
}
 .gtco-testimonials .owl-dots span {
   position: relative;
   height: 10px;
   width: 10px;
   border-radius: 50%;
   display: block;
   background: #fff;
   border: 2px solid #0a2654;
   margin: 0 5px;
}
 .gtco-testimonials .owl-dots .active {
   box-shadow: none;
}
 .gtco-testimonials .owl-dots .active span {
   background: #0a2654;
   box-shadow: none;
   height: 12px;
   width: 12px;
   margin-bottom: -1px;
}
.gtco-testimonials .card {
  background: #fff;
  box-shadow: 0 8px 30px -7px #0a265442;
  margin: 0 20px;
  padding: 0 10px;
  border-radius: 20px;
  border: 0;
}
 .gtco-testimonials .card .card-img-top {
  max-width: 100px;
  border-radius: 50%;
  margin: 15px auto 0;
  box-shadow: 0 8px 10px -4px #7b7b7b45;
  width: 100px;
  height: 100px;
}
 .gtco-testimonials .card h5 {
  color: #0a2654;
  font-size: 15px;
  line-height: 1;
  font-weight: bold;
}
.gtco-testimonials .card h5 span {
  font-size: 12px;
  color: #666;
  font-weight: normal;
}
 .gtco-testimonials .card p {
  font-size: 15px;
  color: #555;
  padding-bottom: 0;
}
 .gtco-testimonials .active {
   opacity: 0.5;
   transition: all 0.3s;
}
 .gtco-testimonials .center {
   opacity: 1;
}
.gtco-testimonials .center h5 {
  font-size: 16px;
}
 .gtco-testimonials .center h5 span {
   font-size: 14px;
}
 .gtco-testimonials .center .card-img-top {
   max-width: 100%;
   height: 120px;
   width: 120px;
}
 @media (max-width: 767px) {
   .gtco-testimonials {
     margin-top: 20px;
  }
}
 .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
   outline: 0;
}
 .owl-carousel button.owl-dot {
   outline: 0;
}
/*testimonial*/

.testimonial {
  padding: 65px 0;
}
.help_sec{
padding: 65px 0;
}
.help_sec .search_area {
  height: 55px;
  padding: 4px !important;
  padding-left: 15px !important;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.12) !important;
}
.btn.btn-primary.btn_help {
  height: 100%;
  width: 150px;
  border-radius: 80px !important;
}
.search_area .form-select {
  border: 0;
  border-radius: 30px !important;
  margin: 0 8px;
}

/*footer*/
/*.footer {
  background: #f6f9ff;
  padding: 0 0 30px 0;
  font-size: 14px;
}*/
.footer .footer-newsletter {
  padding: 50px 0;
  background: #f6f9ff;
  border-top: 1px solid #e1ecff;
}
.footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  color: #012970;
}
.footer .footer-newsletter form {
  margin-top: 20px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
  border: 1px solid #e1ecff;
}
.footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 8px;
  width: calc(100% - 140px);
}
.footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 30px;
  margin: 3px;
  background: #4154f1;
  color: #fff;
  transition: 0.3s;
  border-radius: 4px;
}
.footer .footer-newsletter form input[type=submit]:hover {
  background: #5969f3;
}
.footer .footer-top {
  /*background: white url(../img/footer-bg.png) no-repeat right top;*/
  /*background-size: contain;*/
  /*border-top: 1px solid #e1ecff;*/
  /*border-bottom: 1px solid #e1ecff;*/
  padding: 60px 0 30px 0;
}
@media (max-width: 992px) {
  .footer .footer-top {
    background-position: center bottom;
  }
}
.footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.footer .footer-top .footer-info .logo {
  line-height: 0;
  margin-bottom: 15px;
}
.footer .footer-top .footer-info .logo img {
  max-height: 40px;
  margin-right: 6px;
  width: 160px;
}
.footer .footer-top .footer-info .logo span {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #012970;
  font-family: "Nunito", sans-serif;
  margin-top: 3px;
}
.footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Nunito", sans-serif;
  color: #fff;
}
.footer .footer-top .social-links a {
  font-size: 20px;
  display: inline-block;
  color: #fff;
  line-height: 0;
  margin-right: 10px;
  transition: 0.3s;

}
.footer .footer-top .social-links a:hover {
  color: red;
}
.footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
}
.footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #d0d4fc;
  font-size: 12px;
  line-height: 0;
}
.footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
.footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
  text-decoration: none;
}
.footer .footer-top .footer-links ul a:hover {
  color: #4154f1;
}
.footer .footer-top .footer-contact p {
  line-height: 26px;
  color: #fff;
}
.footer .copyright {
  text-align: center;
  padding-top: 30px;
  color: #fff;
}
.footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #012970;
}
.col-lg-2.col-6.footer-links li i {
  display: none;
}
.footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
  text-decoration: none;
  font-size: 13px;
}
/*footer*/

/*.search {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 100px;
}*/

.search .input-group{
    background: #fff;
    padding: 10px;
    height: 60px;
}
.form-select:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: none;
}
.desc{
  display: none;
}
.open_desc{
  display: block;
}
.become {
  /*background-image: url('../../../assets/img/become.png');*/
  /*background-position: top left;*/
  padding: 100px 0;
  /*background-size: cover;*/
  /*min-height: 440px;*/
  display: flex;
  align-items: center;
  position: relative;
}
.floating {
  position: absolute;
  top: -80px;
  width: 300px;
  right: -150px;
  opacity: 0.9;
  animation: 4s infinite linear jumpa;
}
@keyframes jumpa{
  0%,100%{
    transform: translateY(-15px);
  }
  40%{
    transform: translateY(15px);
  }
  70%{
    transform: translateY(-10px);
  }
}
.img-fluid.w-75.m-auto.img_1.none {
  display: none;
}
.img-fluid.w-75.m-auto.img_2.none.open_desc{
  display: block;
}
.img-fluid.w-75.m-auto.img_2.none {
  display: none;
}
.w-100.img_left {
  border-radius: 15px;
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.11);
  width: 85% !important;
}
.shadow.icon_ser img {
  width: 40px;
  height: 40px;
}
.gtco-testimonials .center .profile_text .card-img-top {
  width: 90px;
  height: 90px;
  margin-bottom: 15px;
}
.gtco-testimonials .center .profile_text h5 {
  font-size: 18px;
}
.gtco-testimonials .center .profile_text h5 span {
  font-size: 15px;
  margin-top: 5px;
}

.gtco-testimonials .profile_text .card-img-top {
  width: 90px;
  height: 90px;
  margin-bottom: 15px;
}
.gtco-testimonials .profile_text h5 {
  font-size: 18px;
}
.gtco-testimonials .profile_text h5 span {
  font-size: 15px;
  margin-top: 5px;
}
.profile_text {
  position: relative;
  z-index: 1;
}
.profile_text::after {
  position: absolute;
  left: 25%;
  bottom: 10%;
  content: "";
  background: url(../../../assets/img/dot-3.png);
  width: 60px;
  height: 60px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
  z-index: -1;
}
.Download_apk img {
  width: 170px;
  margin: 0 3px;
}
.apk_dowbnload {
  padding: 65px 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: #fdfdfd
}
.apk_dowbnload::after {
  position: absolute;
  left: -10%;
  height: 100%;
  width: 60%;
  background: #00008b;
  content: "";
  z-index: -1;
  top: 0;
  transform: skewX(-10deg);
  border-radius: 0 60px 120px 0;
}
.apk_dowbnload .subheading.fw-bold{
  color: #fff
}
.apk_dowbnload p{
  color: #fff
}
.img_r{
  max-width: 100%;
  max-height: 100%
}
.mobile img {
  width: 65%;
}
.mobile{
  text-align: right;
}
.mobo{
  padding-right: 40px;
}
.bramdd_sec a {
  display: inline-block;
  width: 100%;
  text-align: center;
  border: 1px solid #e1e1e145;
  padding: 10px 15px;
  border-radius: 12px;
}
.bramdd_sec a img {
  height: 35px;
  object-fit: contain;
  max-width: 100%;
  max-height: 100%;
}
.bramdd_sec {
  padding: 95px 130px 30px;
}
.bramdd_sec .row{
  margin: 0 -7px;
}
.bramdd_sec .row [class*="col-"]{
  padding: 0 7px;
}
/*Homepage css*/

.inner_cont {
  padding: 70px 0;
  background: url(../../../assets/img/bnr1.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  position: relative;
  z-index: 1;
}
.inner_cont::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #00008b;
  opacity: 0.7;
  z-index: -1;
}
.inner_cont h4{
  font-size: 34px;
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.inner_cont p {
  font-size: 17px;
  margin-bottom: 0;
}
.inner_cont span {
  color: #fff;
  font-size: 17px;
  font-weight: 600;
}
.inner_cont a {
  color: #fff;
  font-size: 17px;
  text-decoration:none;
}
.inner_cont span + span {
  position: relative;
  padding-left: 25px;
}
.inner_cont span + span::after {
  position: absolute;
  left: 6px;
  top: 4px;
  background: url(../../../assets/img/left.png);
  content: "";
  height: 17px;
  width: 8px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.inner_bg {
  margin-top: 65px;
}
.pad_t{
  padding-top: 65px;
}
.pad_b{
  padding-bottom: 65px;
}
.sec_p{
  padding-top: 65px;
  padding-bottom: 65px;
}
.list_about li {
  position: relative;
  font-size: 16px;
  color: #444;
  margin-bottom: 10px;
}
.About_s1 p{
  color: #444;
  margin-bottom: 0;
}
.img_us1 {
  text-align: center;
}
.abbourt h4 {
  font-size: 18px;
  color: #000;
  font-weight: 700;
}
.abbourt p, .abbourt ul {
  color: #666;
  margin-bottom: 15px;
  font-size: 15px;
  line-height: 24px;
}
.About_s1 .subheading.fw-bold {
  font-size: 30px;
  line-height: 1.3;
}
.form-group {
  margin-bottom: 20px;
}
.form-group label{
  margin-bottom: 5px;
}
.form-control {
  height: 45px;
  border-radius: 20px;
  padding: 8px 15px;
  border:1px solid #fff;
}
textarea.form-control{
  height: 100px;
}
.form-control:focus{
  box-shadow: 0px 4px 15px rgba(41, 48, 66, 0.16) !important;
  border:1px solid #00008b;
}
.btn_r{
  border-radius: 40px;
}

.price_box1 {
  text-align: left;
  background: #fff;
  box-shadow: 0 0 10px rgba(31,66,135,.3);
  padding: 20px;
  border-radius: 15px;
  transition: all ease-in-out 0.5s;
}
.price_box1:hover{
  transform: translateY(-30px);
}
.price_box1 h1 {
  font-size: 30px;
  font-weight: 700;
  color: #333;
  margin-bottom: 0;
}
.icon_3 {
  width: 80px;
  height: 80px;
  margin: 30px 0 30px 20px;
  background: #0061ff08;
  border-radius: 100%;
  color: #00008b;
  font-size: 45px;
  line-height: 80px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.icon_3:after{
  position: absolute;
  left: -20px;
  right: 0;
  top: -20px;
  bottom: 0;
  content: "";
  background: url(../../../assets/img/img14.png);
  background-size: cover;
  width: 120px;
  height: 120px;
  opacity: 0.3;
}
.price_box1.active .icon_3:after{
  background: url(../../../assets/img/img16.png);
  background-size: cover;
}
.price_box1 h2 {
  font-size: 40px;
  font-weight: 700;
  color: #333;
  margin-bottom: 15px;
}
.price_box1 h2 span{
  font-size: 18px;
}
.benefits_list li i {
  font-size: 16px;
  color: #00008b;
}

.price_box1.active {
  background: #00008b;
  color: #fff;
  transform: translateY(-35px);
}
.price_box1.active .plan_btn .btn {
  background: #fff;
  color: #00008b;
}
.price_box1.active h1,
.price_box1.active h2{
  color: #fff;
}
.price_box1.active .icon_3{
  background: rgba(250,250,250,0.9);
}
.price_box1 {
  margin-top: 50px;
}
.btn-primary2 {
  margin-right: 5px;
  border: 1px solid #00008b;
  color: #00008b;
}
#mainNav .btn{
  width: 110px;
}
.remnper {
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
}
.logi_des {
  padding: 20px;
  box-shadow: 0px 4px 15px rgba(41, 48, 66, 0.16);
}
.donit {
  text-align: center;
  margin: 0 auto;
  margin-top: 15px;
}
.logi_des .form-group.text-center .btn {
  width: 100%;
  border-radius: 40px;
  font-weight: 700;
}
/*newsletter*/
.subscription.bg-white {
     background: none
 }

 .bg-white {
     background-color: #fff !important
 }

 .subscription.bg-white .subscription-wrapper {
     background: #fff;
     position: relative;
     overflow: hidden;
 }

 .subscription-wrapper {
  border-radius: 0% 5% 10% 3%/10% 20% 0% 17%;
  -webkit-transform: perspective(1800px) rotateY(20deg) skewY(1deg) translateX(50px);
  transform: perspective(1800px) rotateY(20deg) skewY(1deg) translateX(50px);
  padding: 70px 50px;
  z-index: 1;
  width: 100%;
  background: linear-gradient(80deg, #0030cc 0%, #00a4db 100%);
  /* position: absolute; */
  /* top: 100px; */
  margin-top: 80px;
}

 .subscription-wrapper {
     box-shadow: 0px 15px 39px 0px rgba(8, 18, 109, 0.1) !important
 }

 .subscription-content {
     -webkit-transform: skewY(-1deg);
     transform: skewY(-1deg)
 }

 h3,
 .h3 {
     font-size: 30px;
     margin-right: 50px;
     color: #fff;
 }

 .flex-fill {
     -ms-flex: 1 1 auto !important;
     flex: 1 1 auto !important
 }

 .subscription.bg-white .form-control {
     /*border: 1px solid #ebebeb !important*/
 }

 .subscription-wrapper .form-control {
     height: 45px;
     background: #fff;
     border-radius: 10px
 }

 .subscription-wrapper .form-control:focus {
     background: rgba(255, 255, 255, 0.1);
     outline: 0;
     box-shadow: none
 }
 .subscription-wrapper::after {
  background-image: url('../../../assets/img/home2.png');
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  z-index: -1;
  background-size: 50%;
}
/*newsletter*/

.career_card {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 20px;
  transition: 0.3s all ease-in-out;
  border: 1px solid #fff;
}

.career_card .card-body a h5 {
  color: #00008b !important;
}

.career_card:hover {
  box-shadow: rgb(100 100 111 / 30%) 0px 7px 29px 0px;
  border: 1px solid #ddd;
}

.career_card .card-body {
  z-index: 1;
}

.career_card h5 {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}

.career_card .position {
  font-size: 12px;
  color: #7a7a7a;
  font-weight: 600;
  text-transform: capitalize;
  position: relative;
}

.career_card .position:after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 90px;
  height: 1px;
  background: #7a7a7a;
  border-radius: 50px;
}

.career_card:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 50px;
  background: url(../../../assets/img/become.png) no-repeat top/cover;
  z-index: 0;
  transition: 0.3s all ease-in-out;
}

.career_card:hover:after {
  height: 85px;
}

.career_card:hover .card-body a {
  color: #fff;
}

.inner_jobdetail .job-spec {
  border: 1px solid #ddd;
  border-radius: 10px 10px 0 0;
}

.inner_jobdetail h2 {
  font-size: 26px;
  color: #00008b;
}

.inner_jobdetail .description {
  border: 1px solid #ddd;
  border-top: none;
  border-radius: 0 0 10px 10px;
  max-height: 450px;
  overflow: auto;
}

.inner_jobdetail .specification li strong i,
.inner_jobdetail .specification li strong {
  color: #000;
}
.inner_jobdetail .specification li {
  color: #7a7a7a;
  margin-bottom: 6px;
}

.benefitModal .modal-dialog {
    width: 100% !important;
    margin: 0 !important;
    max-width: 100%;
    bottom: 0;
    position: absolute;
}
.benefitModal h1.benefit_title {
    font-weight: bold;
    font-size: 34px;
}
.benefitModal .mt-2.description ul li {
    padding: 10px;
    list-style: disc;
}
.benefitModal .col-md-6.img_dv {
    display: flex;
    align-items: center;
    justify-content: center;
}
.benefitModal .modal-header {
  border-bottom: 0;
  border-top: 8px solid #0f0f8f;
  padding-left: 45px;
}
.benefitModal .col-md-6.modal_detail {
  padding: 15px 40px;
}

.benefitModal.modal.fade .modal-dialog {
  transform: translate(0, 50px);
}

.benefitModal.modal.show .modal-dialog {
  transform: none;
}

.service_page h4 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.service_page ul {
  padding-left: 20px;
  list-style: none;
}

.service_page ul li {
  position: relative;
}

.service_page ul li:before {
  content: '\f00c';
  position: absolute;
  left: -20px;
  top: 0px;
  font-family: 'Font Awesome 5 Pro';
  font-size: 14px;
  color: #00008b;
}

.service_page .grid-item {
  column-count: 2;
}

.service_page .inner_item {
  box-shadow: 0 8px 30px -7px #0a265442;
  padding: 35px 30px;
  width: 97%;
  margin: 0 auto;
  border-radius: 30px;
  margin-bottom: 25px;
  transition: 0.3s all ease-in-out;
}

.service_page .inner_item:hover {
  box-shadow: 0 8px 30px -9px #0a265473;
}

.specification  {
  column-count: 2;
}

.similarjob-box h2 {
  margin: 0 0 0px !important;
  text-align: center;
  background: #00008b;
  color: #fff;
  padding: 8px 0;
  border-radius: 8px 8px 0 0;
  font-size: 20px;
}

.similarjob-box span.text-muted {
  font-size: 12px;
}

#newsModal h3 {
  color: #00008b;
  font-size: 28px;
}

.modal-backdrop {
  background-color: #8786a1;
}

.modal-backdrop.show {
  opacity: 0.7;
}

#newsModal .modal-content{
  border: none;
  border-radius: 0;
  padding-bottom: 15px;
}

.benefits_list {
  max-height: 470px;
  overflow-y: auto;
}

/* width */
.benefits_list::-webkit-scrollbar {
  width: 8px;
}

/* Track */
.benefits_list::-webkit-scrollbar-track {
  background: #fff;
}

/* Handle */
.benefits_list::-webkit-scrollbar-thumb {
  background: #00008b;
  border-radius: 100px;
}

/* Handle on hover */
.benefits_list::-webkit-scrollbar-thumb:hover {
  background: #00008b;
}

.subs-wrap label {
  font-size: 20px;
  font-weight: 600;
}

.subs-wrap .form-switch .form-check-input {
  width: 4em;
  height: 2rem;
}

.subs-wrap {
  column-gap: 15px;
  background: #f7f7f7;
  border-radius: 100px;
  padding: 10px 0;
}

.make-digital-sign-page .ShowData iframe {
  height: 615px !important;
}



#signatureparent #nameShow #typed_name {
  font-family: 'Merienda One', cursive;
}







@media only screen and (max-width: 450px) {
  .floating {
    width: 150px;
    right: 0px;
  }

  .top_section h1 {
    font-size: 35px;
  }

  .top_section p {
    font-size: 18px;
    width: 100% !important;
  }
}

