/*::selection {*/
/*  background: #0b174b;*/
/*  color: #fff;*/
/*}*/
/*img {*/
/*  -khtml-user-select: none;*/
/*  -o-user-select: none;*/
/*  user-select: none;*/
/*}*/

/*::-webkit-scrollbar {*/
/*  width: 10px;*/
/*}*/

/*::-webkit-scrollbar-track {*/
/*  background-color: #ebebeb;*/
/*  -webkit-border-radius: 10px;*/
/*  border-radius: 10px;*/
/*}*/

/*::-webkit-scrollbar-thumb {*/
/*  -webkit-border-radius: 10px;*/
/*  border-radius: 10px;*/
/*  background: #0b174b;*/
/*}*/

/*::-webkit-scrollbar-thumb:hover {*/
/*  background: #555;*/
/*}*/

/*::-webkit-scrollbar-thumb:active {*/
/*  background: #000;*/
/*}*/

.mainHeaderClr {
  /* background-color: #0b174b; */
  background-color: #058084;
}

.customeBtnSize {
  line-height: 30px !important;
  height: 30px !important;
}

.sliderItem {
  height: auto;
}

.headerImage {
  max-width: 150px;
}

.headingUpTop {
  /* color: #39ef00; */
  color: #b9dde4;
}

.headingUp {
  color: #b9dde4;
}

.mainHeading {
  /* font-family: "Roboto", sans-serif; */
  font-weight: 700;
  font-style: normal;
  color: #fff;
  /* background: -webkit-linear-gradient(0deg, #00f9ff, #ffff00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
  position: relative;
}

/* .mainHeading::after{
       
    position: absolute;
    content: "";
    top: -7px;
    right: -25px;
    background-image:url(../images/logo/tmwhite.png);
    height: 20px;
     background-size: 100% 100%;
    width: 20px;
} */

.headingDown {
  /* animation: colorchange 10s infinite alternate-reverse; */
  color: #b9dde4;
}

/* @keyframes colorchange {
  0% {
    color: blue;
  }

  10% {
    color: #8e44ad;
  }

  20% {
    color: #1abc9c;
  }

  30% {
    color: #d35400;
  }

  40% {
    color: blue;
  }

  50% {
    color: #34495e;
  }

  60% {
    color: blue;
  }

  70% {
    color: #2980b9;
  }
  80% {
    color: #f1c40f;
  }

  90% {
    color: #2980b9;
  }

  100% {
    color: pink;
  }
} */

.detailsText {
  color: #b9dde4 !important;
}

.rbt-sticky .firstLogo {
  visibility: visible;
}
.rbt-header-wrapper.rbt-sticky .firstLogo {
  visibility: hidden;
}
.rbt-header-wrapper .secondLogo {
  visibility: hidden;
}
.rbt-header-wrapper.rbt-sticky .secondLogo {
  visibility: visible;
}

@media only screen and (max-width: 768px) {
  .rbt-header-wrapper.rbt-sticky .firstLogo {
    display: none;
  }
  .rbt-header-wrapper .secondLogo {
    display: none;
  }
  .rbt-header-wrapper.rbt-sticky .secondLogo {
    display: block;
  }
  .wh-api {
    display: none;
  }
}
@media only screen and (max-width: 1199px) {
  .rbt-header-wrapper .firstLogo {
    display: none;
  }
  .rbt-header-wrapper .secondLogo {
    display: block;
    visibility: visible;
  }
}

/* marqueee section  */

.marQ {
  min-height: 300px;
}
.mrqMain {
  position: relative;
}

.mrqMain::after {
  position: absolute;
  background-image: linear-gradient(
    to right,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  content: "";
  height: 100%;
  width: 25%;
  z-index: 2;
  pointer-events: none;
  left: 0;
}
.mrqMain::before {
  position: absolute;
  background-image: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  content: "";
  height: 100%;
  width: 25%;
  z-index: 2;
  pointer-events: none;
  right: 0;
}
.scroll-animation .single-column-20 {
  width: auto !important;
}
.scroll-animation .single-column-20 .clint-info-wrapper .thumb img {
  transition: all 0.3s ease-in-out;
}
.scroll-animation .single-column-20:hover .clint-info-wrapper .thumb {
  transform: scale(1.2);
  transition: all 0.3s ease-in-out;
}
.scroll-animation
  .single-column-20:hover
  .clint-info-wrapper
  .client-info
  .title {
  color: #d35400;
  transition: all 0.3s ease-in-out;
}

.scroll-animation .single-column-20:hover .inner {
  cursor: pointer;
  box-shadow: 5px 5px 5px #d6d6d6;
}

.rbt-testimonial-box .inner {
  padding: 20px 15px !important;
}
.rbt-testimonial-box .inner::before {
  content: none !important;
}

/* form */
.uploadBox {
  border: none !important;
  line-height: normal !important;
  height: 40px !important;
  background-color: #f0f0f1 !important;
}
.cusInputClr {
  background-color: #f0f0f1 !important;
}

.formClr {
  background-color: #e4eaff;
}

.cusDropHt .dropdown-menu {
  max-height: 200px !important;
}

.rgLowPd {
  padding: 0 !important;
}

.inpFind {
  color: #2980b9 !important;
  border-color: #2980b9 !important;
}
.inpFindBtn {
  background-color: #2980b9;
}

/* .lightClr {
  background-color: #dfeaf1;
} */

.cerImg {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
}
.certificateImage {
  max-width: 150px;
}

.resultSec {
  background-color: #daebee;
  border-radius: 15px;
}
.tableCntnt {
  background-color: #f4f9fa;
  border-radius: 15px;
}

.resRegNo {
  position: relative;
}

/* whtasapp button  */

button.wh-ap-btn {
  outline: none;
  width: 60px;
  height: 60px;
  border: 0;
  background-color: #2ecc71;
  padding: 0;
  border-radius: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  cursor: pointer;
  transition: opacity 0.3s, background 0.3s, box-shadow 0.3s;
}

button.wh-ap-btn::after {
  content: "";
  background-image: url("../images/icons/whatsapp.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 60%;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 1;
}

button.wh-ap-btn:hover {
  opacity: 1;
  background-color: #20bf6b;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.wh-api {
  position: fixed;
  bottom: 0;
  left: 10px;
  z-index: 100;
}

.wh-fixed {
  margin-left: 15px;
  margin-bottom: 15px;
}

.wh-fixed > a {
  display: block;
  text-decoration: none;
}

button.wh-ap-btn::before {
  content: "Chat with me";
  display: block;
  position: absolute;
  margin-top: 14px;
  height: auto;
  background: #108848;
  color: #fff;
  font-weight: 400;
  font-size: 15px;
  border-radius: 3px;
  width: 0;
  z-index: 1999;
  height: 34px;
  opacity: 0;
  padding: 0;
  transition: opacity 0.1s, width 0.1s;
  padding-top: 7px;
  border-radius: 30px;
  box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
}

.wh-fixed > a:hover button.wh-ap-btn::before {
  opacity: 1;
  width: 140px;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 70px;
}

/* animacion pulse */

.whatsapp-pulse {
  width: 60px;
  height: 60px;
  left: 10px;
  bottom: 10px;
  background: #10b418;
  position: fixed;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
  border-radius: 50%;
  z-index: 99;
  display: inline-block;
  line-height: 65px;
}

.whatsapp-pulse:before {
  position: absolute;
  content: " ";
  z-index: -1;
  bottom: -15px;
  right: -15px;
  background-color: #10b418;
  width: 90px;
  height: 90px;
  border-radius: 100%;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  opacity: 0.6;
  -webkit-animation: pulse 1s ease-out;
  animation: pulse 1.8s ease-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0);
    opacity: 0;
  }
  25% {
    -webkit-transform: scale(0.3);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.6);
    opacity: 0.6;
  }
  75% {
    -webkit-transform: scale(0.9);
    opacity: 0.3;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}

@keyframes pulse {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  25% {
    transform: scale(0.3);
    opacity: 1;
  }
  50% {
    transform: scale(0.6);
    opacity: 0.6;
  }
  75% {
    transform: scale(0.9);
    opacity: 0.3;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}

.cusBtnHt {
  height: 30px !important;
  line-height: 30px !important;
}

.preloader {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 99999;
  background-color: #fff;
}
.preloader .loading {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font: 14px arial;
}

/* cursor animation  */
/* 
.cursor {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%);
  border-radius: 50%;
  background: transparent;
  pointer-events: none;
  z-index: 111;
  border: 1px solid #000;
  transition: all 0.2s ease-out;
  animation: moveCursor1 01s infinite;
  overflow: hidden;
}

.expand {
  background: transparent;
  animation: moveCursor2 0.5s;
  border: 1px solid #590dbd;
}

@keyframes moveCursor1 {
  0% {
    transform: scale(0.5);
    opacity: 1;
  }

  100% {
    transform: scale(1.4);
    opacity: 0;
  }
}

@keyframes moveCursor2 {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(5);
    opacity: 0;
  }
} */

.callingTxt {
  /* animation: htClr 1.5s infinite; */
  color: #058084;
}

/* @keyframes htClr {
  0% {
    color: #000000;
  }

  25% {
    color: #ff0000;
  }

  50% {
    color: #000000;
    margin-left: 10px;
  }
  75% {
    color: #ff0000;
  }
} */

.ht250 {
  height: 250px;
}

.rbt-header-top-2.color-white p {
  opacity: 1 !important;
}
.rbt-header-top-2.color-white .social-default li {
  opacity: 1 !important;
}
.rbt-btn.btn-border-gradient {
  background: linear-gradient(90deg, #96e3e5, #058084);
}
.service-card-5.variation-2 .inner .icon a::before {
  background: linear-gradient(90deg, #96e3e5, #058084);
}
.rbt-btn.btn-gradient {
  background-image: linear-gradient(
    to right,
    #96e3e5,
    #058084,
    #058084,
    #96e3e5
  );
}
.form-group {
  margin-bottom: 0px !important;
}
.rbt-contact-form.contact-form-style-1 {
  padding: 35px;
}
.form-group textarea {
  min-height: 100px;
}
.pb100 {
  padding-bottom: 100px;
}
.rbt-course-grid-column.list-column-half.active-list-view .course-grid-4 {
  width: 100%;
}
.rbt-page-banner-wrapper .rbt-banner-image,
.bg-gradient-9 {
  background: linear-gradient(90deg, #96e3e5, #058084) !important;
}
.gallery {
  /*	display: inline-block;*/
  text-align: center;
  margin: 0 auto;
  padding: 0;
  padding: 20px;
  /* background-color: #ccc; */
  border-radius: 5px;
}

.gallery img {
  /* thumbnails */
  width: 300px;
  height: 250px;
  margin: 10px;
}
.rbt-search-style input {
  border-radius: 8px;
}
.cust-btn {
  z-index: 1;
  border: 0 none;
  transition: all 0.5s ease-in-out;
  border-radius: 8px;
  color: #fff;
  background-color: #058084;
  padding: 15px 20px 15px 20px;
  height: 50px !important;
}
.cust-btn:hover {
  background-color: #fff;
  transition: all 0.5s ease-in-out;
  border: solid 2px #058084;
  color: #058084;
}
.inpFind {
  color: #058084 !important;
  border-color: #058084 !important;
}
.top__btn {
  font-size: 14px;
  transition: all 0.5s ease-in-out;
}
.top__btn:hover {
  color: #058084;
  transition: all 0.5s ease-in-out;
  margin-left: 10px;
}
.top__btn:hover i {
  color: #058084;
  margin-left: 15px !important;
  transition: all 0.5s ease-in-out;
}
.course__pic {
  width: 200px !important;
}
.course__content {
  flex-basis: 20% !important;
}
