@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
body {
  font-family: "Poppins", sans-serif;
}
a,
a:hover {
  text-decoration: none;
}
.styled-link {
  position: relative;
  padding-bottom: 3px;
  flex-shrink: 0;
}
.styled-link:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: auto;
  right: 0px;
  width: 0%;
  height: 1px;
  transition: 0.5s all;
}
.styled-link:hover:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: auto;
  width: 100%;
  height: 1px;
  background-color: #fff;
}

/* navbar Above */
#navbarAbove {
  font-size: 15px;
  color: #ffffff;
  padding: 10px 0px;
  background-color: #100c0b;
  font-family: "Lato", sans-serif;
}
#navbarAbove a {
  color: #ffffff;
  letter-spacing: 1px;
}
#navbarAbove .styled-link:hover:after {
  background-color: #000 !important;
}

/* navbar Below */
/* #navbarBelow{
  background: url(img/ban_bg.webp) no-repeat center center/cover,
  linear-gradient(49deg, rgb(0 0 0 / 91%) 0, rgb(0 0 0 / 65%) 95%);
background-blend-mode: overlay;
} */
.useful-sec{
  background: linear-gradient(5deg, #0bc1c3, #004863) !important;
  padding: 110px 0 !important;
}
.useful-sec h5, .useful-sec{
  color: #fff;  
}
#navbarBelow .navbar-toggler i {
  color: #fff;
}
.header {
  width: 100%;
  padding: 0;
  position: absolute;
  background: transparent;
  top: 0;
  z-index: 999;
  color: #ffffff; 
}
.darkHeader {
  top: 0%;
  position: fixed;
  z-index: 99999;
  transition: 0.7s;
  padding: 7px 0;
  background: #0bc1c3;
}
#navbarBelow.fixed-top {
  background: #ffffff59;
  color: #000;
  animation: navbarBelow 500mslinear;
  position: fixed;
}
#navbarBelow a {
  color: #fff;
  font-size: 14px;
}
#navbarBelow .navbar-toggler {
  border: none;
  box-shadow: none;
}
#navbarBelow.fixed-top {
  background-color: #000;
  animation: navbarBelow 500ms linear;
}
@keyframes navbarBelow {
  0% {
    opacity: 0%;
    transform: translateY(-50%);
  }
  100% {
    opacity: 100%;
    transform: translateY(0);
  }
}
#navbarNavDropdown {
  font-size: 1.1rem;
  font-weight: 600;
}
.navbar-brand img {
  max-height: 60px;
}
.dropdown-menu {
  background-color: #ffffff;
}
.dropdown-item {
  color: #004863 !important;
  font-weight: 400;
}
.dropdown-item.active,
.dropdown-item:active,
.dropdown-item.active,
.dropdown-item:hover {
  background-color: #004863;
  color: #fff !important;
}
/* .navbar-right-button {
  background-color: #25d366;
  border: none;
  box-shadow: 1px 1px 5px #000;
  color: #fff !important;
  font-weight: 400;
  padding: 9px 14px;
  border-radius: 10px;
  transition: transform 200ms;
} */
.navbar-right-button:hover {
  transform: scale(1.05);
}
#navbarBelow .navbar-collapse.show,
#navbarBelow .navbar-collapse.collapsing {
  margin-top: 10px;

}

/* FOOTER  */

footer {
  width: 100%;
  background: #004863;
  overflow: hidden;
}
.foot_top {
  width: 100%;
  overflow: hidden;
  padding: 60px 0 40px;
}
.foot_box {
  width: 100%;
  color: #fff;
}
.foot_box h3 {
  margin: 0 0 20px;
  color: #fff;
  font-weight: 400;
  padding-bottom: 15px;
  position: relative;
  font-size: 22px;
}
.foot_box ul {
  padding: 0 0 0 18px;
  list-style: none;
}
.foot_box ul li {
  position: relative;
}
.foot_box ul li::before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  left: -20px;
  background: #747679;
  top: 9px;
  border-radius: 0 10px 10px 0;
  transition: linear 0.5s;
}
.foot_box ul li a {
  color: #fff;
  transition: linear 0.2s;
}
.foot_box h3::before {
  content: "";
  bottom: -2px;
  right: 50%;
  left: 0;
  position: absolute;
  z-index: 1;
  height: 2px;
  width: 20%;
  background: #747679;
}
.foot_bot p {
  text-align: center;
  color: #fff;
}

.float{
  vertical-align: middle;
  padding: 10px 20px;
  position: fixed;
  bottom: 20px;
  left: 5px;
  background-color: #1b4b32;
  color: #fff;
  border-radius: 50px;
  font-weight: 600;
  z-index: 100;
  box-shadow: 5px 5px 20px #00000059;
  animation: 2s linear infinite bounce;
}
.float:hover{
  color: #ffffff;
}
@keyframes bounce {
  0%, 100%, 20%, 50%, 80% {
    transform: translateY(0);
}
40% {
    transform: translateY(-25px);
}

60% {
    transform: translateY(-15px);
}
}

/* modal */
.modal.show .modal-content {
  border: none !important;
  animation: modalAnim 3s linear;
}
@keyframes modalAnim {
  0% {
    transform: translateY(50%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 100%;
  }
}
.modal-dialog {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  margin: 0px auto;
  padding: 0px 6px;
  max-width: 500px !important;
}
.modal-content {
  background-color: transparent;
  overflow: hidden;
}
.modal-content .close {
  position: absolute;
  z-index: 99999;
  right: 2px;
  top: 1px;
  border: 1px solid #fff;
  border-radius: 50px;
  color: #0bc1c3;
  border: 1px solid #0bc1c3;
  padding: 8px 15px;
  background: #fff !important;
}
.nav_btn{
  position: relative;
  top: -57px;
}

/* CAPTCHA */
#captcha {
  background: #fff;
  color: #00252d;
  margin: 8px 9px;
  padding: 2px 30px;
  font-weight: 700;
  text-transform: uppercase;
  border: 1px solid #c2c2c2;
  font-family: initial;
}
.refresh {
  background: #acacac;
  border: 0;
  border-radius: 50%;
  padding: 0px 14px;
  font-size: 16px;
  margin: 0 9px;
  display: flex;
  align-items: center;
  color: #fff;
}


/* ModalCSS */

h2 {
  font-size: 30px;
  color: #004863;
}
h5 {
  color: #004863;
  font-size: 22px;
}

.h_banner {
  padding: 120px 0 60px;
  background: url(img/ban_bg.webp) no-repeat center center/cover,
    linear-gradient(49deg, rgb(0 0 0 / 91%) 0, rgb(0 0 0 / 65%) 95%);
  background-blend-mode: overlay;
}

.theme_clr {
  color: #0bc1c3;
}

.theme_btn {
  background-color: #0bc1c3;
  text-align: center;
  font-size: 17px;
  padding: 10px 15px;
  font-weight: 500;
  color: #fff !important;
  border-radius: 5px;
}
.whatsapp_btn {
  background-color: #51b27e;
}

.ban_form {
  background-color: #fff;
  padding: 10px 0 0;
}
.form_text h3 span {
  font-weight: 900;
  font-size: 25px;
  color: #bb2528;
}
.form_text h3 {
  display: flex;
  padding: 17px;
  position: relative;
  width: 110%;
  align-items: center;
  margin-left: -18px;
  justify-content: center;
  background: linear-gradient(5deg, #0bc1c3, #004863);
  animation: headShake 1s infinite ease-in-out;
}
@keyframes headShake {
  0%,
  50% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
}
.form_text .coupons {
  background: #fff;
  padding: 20px 20px 10px;
}
.form_text h5 {
  padding: 8px;
  font-size: 22px;
  font-weight: 800;
  border: 1px dashed #004863;
  border-radius: 50px;
  box-shadow: 0 1px 10px rgb(194 1 1 / 28%);
  text-align: center;
}
.banform {
  padding: 10px 20px 0 12px;
}
.form-belt {
  background-color: #004863;
}

.sec_1 {
  margin: 0 auto;
  max-width: 1920px;
  padding: 60px 0;
}
.sec_1 .box {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.22);
  padding: 20px;
}
.sec_1 .box .h4 {
  margin: 20px 0;
  display: block;
  font-size: 25px;
  font-weight: 600;
}
.sec_1 .circle-box {
  background: url(img/bg-circle.webp) top/360px no-repeat;
  height: 100%;
  text-align: center;
}
.sec_1 .circle-box .gradient-sq {
  background: linear-gradient(5deg, #0bc1c3, #004863);
  border-radius: 20px;
  padding: 10px 0;
  transform: translateY(50px);
  width: 230px;
}
.sec_1 .circle-box .gradient-sq span {
  color: #fff;
  display: block;
}
.sec_1 .circle-box .degree-hold {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.18);
  display: block;
  padding: 10px;
  transform: translate(210px, -170px);
  width: 200px;
}
.sec_1 .circle-box .questionaire {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.18);
  padding: 10px;
  transform: translate(250px, -150px);
  width: 210px;
}
.sec_1 .circle-box .questionaire .questionaire-box {
  background: #e6faff;
  border-radius: 10px;
  display: flex;
  font-weight: 600;
  justify-content: space-around;
  margin-bottom: 10px;
  padding: 7px 0;
}

.sec_2 {
  background-color: #f0fbff;
}
.reviews_card_white {
  position: relative;
  display: inline-block;
  padding: 30px 20px 20px;
  border: 1px solid #b8d9ff;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 5px 20px 0 rgb(0 0 0 / 8%);
  color: #101723;
  text-decoration: none;
  width: 97% !important;
}

.reviews_quotes {
  position: absolute;
  top: -14px;
  width: 31px;
  height: 26px;
}

.reviews_name,
.reviews_id {
  font-weight: 700;
  color: #101723;
}
.reviews_stars img {
  width: 100px;
}
.reviews__date {
  font-size: 12px;
  line-height: 160%;
}
.reviews_customer,
.reviews_id {
  display: inline-block;
  font-size: 14px;
  line-height: 140%;
}
.reviews_date {
  font-size: 12px;
}
.sec_2 .slick-slide {
  padding: 15px 0;
}

.sec_2 .slick-prev:before,
.sec_2 .slick-next:before {
  color: linear-gradient(5deg, #0bc1c3, #004863) !important;
  color: #0bc1c3;
  font-size: 50px !important;
  opacity: 1 !important;
}
.sec_2 .slick-prev {
  left: -55px;
}
.slick-dots {
  bottom: -40px !important;
}
.slick-dots li.slick-active button:before {
  color: #af161c !important;
}
.slick-dots li button:before {
  font-size: 10px !important;
}
.slick-prev,
.slick-next {
  top: 100% !important;
}
.sec_2 .slick-prev {
  left: 42%;
}
.sec_2 .slick-next {
  right: 50%;
}

.sec_3,
.sec_4,
.sec_5,
.sec_6,
.sec_7,
.sec_8,
.sec_9,
.sec_10{
  padding: 70px 0;
}
p.para_box {
  padding: 15px;
  background: #0bc1c338;
  border-radius: 15px;
  font-weight: 500;
}
.sec_4 .theme_btn {
  min-width: auto;
  border-radius: 25px;
  font-size: 16px;
}

.s4_box {
  border-radius: 7px;
  background: #f1f1f1;
  padding: 40px 25px 20px;
}
.s4_img {
  height: 70px;
  width: 70px;
  background-color: #004863;
  border-radius: 10%;
}

#counter {
  background: linear-gradient(5deg, #0bc1c3, #004863) !important;
  padding: 40px 50px;
  border-radius: 10px;
  width: 100%;
}
#counter .item {
  border-radius: 20px !important;
  padding: 10px;
  margin-top: 10px;
  background: #004863;
}
#counter .item .count {
  margin-bottom: 5px;
  font-weight: 700;
}
#counter .item h3 {
  color: #4f4e28;
  text-transform: capitalize;
}
.s5_img {
  width: 60px;
}
.botomBordr {
  background: url(img/line.webp) center bottom/100% no-repeat;
}

.s6_box {
  color: #474747;
  padding: 8px 20px 12px;
  margin: 0 5px 20px;
  background: #fff;
  box-shadow: 0 3px 20px 0 rgb(0 0 0 / 12%);
  border-radius: 0.5rem;
}

.s6_box p {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 0;
}
.s6_box p span {
  font-size: 32px;
  margin: 0 10px 0 0;
  color: #004863;
}

.box-card {
  background: #eff2f0;
  padding: 20px 20px 40px;
  border-radius: 10px;
  box-shadow: rgba(50, 50, 93, 0.25) 0 6px 22px -3px,
    rgba(0, 0, 0, 0.3) 0 3px 14px -8px;
  transition: 0.4s ease-in-out;
  margin: 10px;
}
.box-card:hover {
  transform: scale(1.05);
  background: linear-gradient(5deg, #0bc1c3, #004863);
  color: #fff;
}
.box-card i {
  background: #fff;
  padding: 17px;
  font-size: 30px;
  border-radius: 24px 17px 17px 21px;
  border: 1px solid;
  margin-bottom: 15px;
  color: #004863;
}
.box-card h3 {
  font-size: 26px;
  font-weight: 600;
}
.box-card p {
  color: #004863;
}
.box-card:hover p {
  color: #fff;
}

.s8_main {
  box-shadow: 0 0 22px 2px #c9c9c9;
  border-radius: 4px 10px 10px 4px;
  max-height: 288px;
}
.s8_left {
  margin-bottom: 0;
  background: url(img/cta-bg.webp) 0 0 / cover no-repeat;
  padding: 54px 30px;
  height: 288px;
}
.img-box img {
  max-width: 85%;
}
.img-box {
  position: relative;
  top: -32px;
  float: right;
}
.s8_left .theme_btn1{
  color: #333 !important;
  background-color: #fff;
}

.sec_9{
  background-color: #f5f5f5;
}
.s9_box {
  width: 85%;
  background: url(img//qud.webp) -1px -1px no-repeat #0bc1c3;
  padding: 20px 0;
  border-radius: 40px;
  display: block;
  margin: 5px auto;
}
.s9_box:hover{
  background: url(img//qud.webp) -1px -1px no-repeat #004863;
}

.ocheTag {
  position: relative;
  padding: 10px 2rem;
  background: #fff;
  box-shadow: 0 0 20px #0005;
  border-radius: 50px;
  bottom: 10%;
  left: -10%;
  display: flex;
  align-items: center;
  gap: 1rem;
  width: 370px;
  margin: 10px 0;
}
.accordion-item {
  background-color: #fff;
  margin-bottom: 24px;
  border: 1px solid #06b2fc;
  border-top: 0;
  border: #ffdead;
}
.accordion-body {
  background-color: #fff;
  box-shadow: 0 0 15px rgb(0 0 0 / 20%);
  margin-top: -15px;
}
.accordion-button {
  margin: 1rem 0;
  font-size: 1.25rem;
  font-weight: 500;
  color: #000;
  box-shadow: 0 0 15px rgb(0 0 0 / 20%);
  background: #fff;
}
.accordion-button:not(.collapsed){
  background: linear-gradient(5deg, #0bc1c3, #004863);
  color: #fff;
  box-shadow: none;
}
.faqImg {
  margin-left: 6rem;
}
.chat {
  border-radius: 10px;
  padding: 2rem 2rem 1rem;
  left: 1rem;
  top: 25%;
  width: 38%;
  box-shadow: 0 0 20px #0005;
  z-index: 9;
  background: #fff;
  position: absolute;
}
.chat h4 {
  font-size: 1.125rem;
  font-weight: 700;
  margin: 0;
  width: 100%;
}
.themeBtn {
  display: inline-block;
  padding: 12px 30px;
  background: linear-gradient(5deg, #0bc1c3, #004863);
  color: #fff;
  border: 0;
  border-radius: 100px;
  font-size: 14px;
  font-weight: 500;
}
.net {
  position: absolute;
  right: 3rem;
  top: -3rem;
}

/* REVIEW CSS */

.review_banner{
  padding: 100px 0 60px;
  background-color: #000;
}

.user-rating {
  background: #fff;
  border-radius: 5px;
  margin-bottom: 20px;
  display: inline-block;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .1607843137);
  padding: 18px;
  height: 300px;
}
.name-date .subject {
  color: #1d1d1d;
  font-weight: 600;
}
.name-date .date {
  font-size: 13px;
  color: #616161;
}
.str_rating i {
  font-size: 20px;
  color: #ffbf00;
}
.more-text {
  border-top: 1px solid #ddd;
  font-size: 14px;
  color: #616161;
}
.username {
  font-size: 14px;
  color: #000;
}








@media (max-width: 1300px) {
  .sec_1 .circle-box .degree-hold {
    transform: translate(15px, 50px);
  }
  .sec_1 .circle-box .questionaire {
    transform: translate(65px, 51px);
  }
  .chat{
    width: 40%;
  }
  .faqImg{
    margin-left: 4rem;
  }
}

@media (max-width: 991px) {
  #navbarBelow .navbar-collapse {
    order: 3;
    padding: 0px 10px;
    background-color: #0bc1c3;
  }
  #navbarBelow .navbar-toggler {
    order: 1;
  }
  .sec_1 .circle-box .degree-hold {
    transform: translate(210px, -170px);
  }
  .sec_1 .circle-box .questionaire {
    transform: translate(250px, -150px);
  }
  .img-box{
    display:  none;
  }
  .sec_2 .slick-prev {
    left: 40%;
  }
  .sec_2 .slick-next {
    right: 47%;
  }
  .user-rating{
    height: 320px;
  }
}
@media (max-width: 768px) {
  .faqImg{
    margin-left: 0rem;
  }
  .form_text h3{
    width: 100%;
    margin-left: 0;
  }
  .ocheTag{
    bottom: 0;
    left: 0;
    gap: 0rem;
    width: 291px;
    padding: 10px 1rem
  }
  .s8_left{
    height: auto;
  }
}
@media (max-width: 575px) {
  .navbar-brand img {
    max-height: 30px;
  }
  #navbarAbove {
    padding: 5px 0px;
    font-size: 12px;
    text-align: center;
  }
  .ban_left, .s3_left, .sec_7, .s8_left {
    text-align: center;
  }
  .slick-arrow{
    display: none !important;
  }
  #counter{
    padding: 40px 20px;
  }
  .chat{
    width: 60%;
  }
  .questionaire, .degree-hold, .gradient-sq{
    transform: none !important;
    margin: auto;
  }
  .btn_container{
    justify-content: center;
  }
  .theme_btn{
    font-size: 15px !important;
    padding: 10px 10px;
  }
  .sec{
    padding: 40px 0;
  }
}
