.navbar-brand {
  max-width: 180px;
}
.bottom-form-right {
  display: flex;
  align-items: center;
  justify-content: center;
}
.bottom-form-right .number {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.2em;
}
.bottom-form-right span {
  display: block;
  color: #004080;
}
.bottom-form-right img {
  margin-right: 10px;
}
.blink {
  animation: blinker 3s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.f-newletter {
  background: #1b1d29;
}
.footer-social {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.foo-bot-heading {
  margin-bottom: 10px;
}
.foo-bot-heading h3 {
  padding-bottom: 15px;
  margin-bottom: 35px;
  border-bottom: 1px solid #59430e;
  color: var(--white-color);
}
.foo-bot-heading h3::before {
  content: "";
  width: 80px;
  border: 1px solid #fff;
  position: absolute;
  top: 20px;
}
.social-link {
  display: -webkit-inline-box;
  padding: 5.5px 0;
}
a:link {
  text-decoration: none;
}
.fa.fa-facebook,
.fa.fa-twitter {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}
.social-link i {
  padding: -15px;
  border-radius: 11%;
  text-align: center;
  margin-right: 11px;
  font-size: 22px;
  color: #ffffff;
  background: var(--main-color);
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fa.fa-adn,
.fa.fa-bitbucket,
.fa.fa-bitbucket-square,
.fa.fa-dropbox,
.fa.fa-flickr,
.fa.fa-instagram,
.fa.fa-stack-overflow {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}
.foo-bot-heading {
  margin-bottom: 10px;
}
.newsletter form {
  display: flex;
  height: 30px;
  position: relative;
}
.newsletter form input {
  border-radius: 5px;
  border: none;
  width: 195px;
  padding-left: 10px;
  outline: none;
  padding-right: 35px;
}
.form-control,
input {
  font-size: 14px;
  color: #495057;
}

.newsletter form {
  display: flex;
  height: 30px;
  position: relative;
}

.newsletter-form .help-block {
  margin-top: 30px;
  position: absolute;
}

.newsletter form input {
  border-radius: 5px;
  border: none;
  width: 195px;
  padding-left: 10px;
  outline: none;
  padding-right: 35px;
}

.newsletter form input::placeholder {
  font-size: 10px;
}

.newsletter form button {
  margin-left: -19px;
  width: 39px;
  border-radius: 6px;
  border: none;
  background: var(--main-color);
}

.newsletter form button img {
  color: #fff;
  font-size: 14px;
  padding: 5px;
}
.online-payment {
  display: flex;
}
.online-payment .onlpay {
  margin-right: 13px;
}
.online-payment .onlpay img {
  width: 100%;
}

.whatup-iocn {
  position: fixed;
  left: 100px;
  bottom: -8px;
  z-index: 9;
}
.whatsappme {
  position: fixed;
  z-index: 400;
  right: 20px;
  bottom: 20px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: #262626;
  transform: scale3d(0, 0, 0);
  transition: transform 0.3s ease-in-out;
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
}

.whatsappme--show {
  transform: scale3d(1, 1, 1);
  transition: transform 0.5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
}

.whatsappme__button {
  position: absolute;
  z-index: 2;
  bottom: 20px;
  right: 8px;
  height: 60px;
  min-width: 60px;
  max-width: 95vw;
  background-color: #25d366;
  color: #fff;
  border-radius: 30px;
  box-shadow: 1px 6px 24px 0 rgba(7, 94, 84, 0.24);
  cursor: pointer;
  transition: background-color 0.2s linear;
}

.whatsappme__button:hover {
  background-color: #128c7e;
  transition: background-color 1.5s linear;
}

.whatsappme--dialog .whatsappme__button {
  transition: background-color 0.2s linear;
}

.whatsappme__button:active {
  background-color: #075e54;
  transition: none;
}

.whatsappme__button svg {
  width: 36px;
  height: 60px;
  margin: 0 12px;
  color: #fff;
}

.whatsappme__badge {
  position: absolute;
  top: -4px;
  right: -4px;
  width: 20px;
  height: 20px;
  border: none;
  border-radius: 50%;
  background: #e82c0c;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
  box-shadow: none;
  opacity: 0;
  pointer-events: none;
}

.whatsappme__badge.whatsappme__badge--in {
  animation: badge--in 500ms cubic-bezier(0.27, 0.9, 0.41, 1.28) 1 both;
}

.whatsappme__badge.whatsappme__badge--out {
  animation: badge--out 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 1 both;
}

.whatsappme--dialog .whatsappme__button {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
}

.whatsappme__box {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  width: calc(100vw - 40px);
  max-width: 400px;
  min-height: 280px;
  padding-bottom: 60px;
  border-radius: 32px;
  background-size: 100% auto;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.5);
  transform: scale3d(0, 0, 0);
  opacity: 0;
  transition: opacity 400ms ease-out, transform 0 linear 300ms;
}

.whatsappme--dialog .whatsappme__box {
  opacity: 1;
  transform: scale3d(1, 1, 1);
  transition: opacity 200ms ease-out, transform 0 linear;
}

.whatsappme__header {
  display: block;
  position: static;
  width: 100%;
  height: 70px;
  padding: 0 26px;
  margin: 0;
  background-color: #2e8c7d;
  color: rgba(255, 255, 255, 0.5);
}

.whatsappme__header svg {
  height: 100%;
}

.whatsappme__close {
  position: absolute;
  top: 18px;
  right: 24px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #000;
  color: #fff;
  line-height: 34px;
  font-size: 25px;
  text-align: center;
  opacity: 0.4;
  cursor: pointer;
  transition: opacity 300ms ease-out;
}

.whatsappme__close:hover {
  opacity: 0.6;
}

.whatsappme__message {
  position: relative;
  min-height: 80px;
  padding: 20px 22px;
  margin: 34px 26px;
  border-radius: 32px;
  background-color: #fff;
  color: #4a4a4a;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
}

.whatsappme__message:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 30px;
  left: -18px;
  width: 18px;
  height: 18px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADcAAAA1CAYAAADlE3NNAAAEr0lEQVRo3t2aT0gjVxzHf++9mcn8zWhW6bpELWzcogFNaRar7a4tBNy2WATbHpacpdZ6redeZE+9CL02B1ktXsRD/xwsilhoSwsqag/xYK09hCQlmCiTf28vGRnGmZhE183MFx5vmGQy7zO/P/P7PYLAHUIAQCqDAwDPxMREG3IpHL+zs/MZcgkYAgAMAIwOl8lkYm6xGgYAFgAEAGgZHx9/vVwun7nJJTkAEAGgdW9v73NKKXWLSzIA4AEAGQDazs/P/3ALnNEl1a2trY9oRW6wmu6SEgC0ZrPZn9wCp2dIHgCU1dXVtymlZafDIatEksvlfqYGueG9xgOAcnBw8JSa5GR3vIi1aDTaUSwWj5wOZ3RHPUN6U6nUN9RCTnZHDwDI+/v745TSkpPhrOpHcWlpqbdcLieojZwGpseZMDo66svn87/RKnIaGAsAfCAQ8J6dnX1Pr5DjwABAzmazMVqDHAd2enr6La1RjgGLRCJqLpeL0TrUjFDGrMgCAD8/P38vn8//QutUs1pLT/fC5ubmQKFQOKANqNmspbuhBwDEZDL5BaX0lDaoZoK62NxZXFzs1DRthV5TrxrKGFue/v5+KZ1Of1kul5P0BtQUUAAgxOPx9wuFwl/0BvWq3O8C6vDw8F1N036gL0G3ZaVLUEdHRxFN036kL1E3DWMHxAEAPzc3dyedTk+XSqUdegu6CRijy5mBPLOzs2oikfhU07RFSmmG3qKuaxkdxuhy/MzMjDeRSHyiadrz2wYyClUBMh9bzRfAu7u7PX6//z1RFB9zHBcBALUZKoRqUMgEgyvHeHt7+353d/cjQRBGWJZ9jBDqaMYKHKpYBAEAXltbawsGg2FFUd7iOO4hIeQhQuiOEzpdOzCSTCaftLS0fEUIGXbiHiBjU5njVCr1sc/nW6wkDcduS1u1HKRUKv2KMR4ABwvbAWKMA+BwYbsasFgs/uMWuEtxd3x8/J3b4C4Ag8Hg83g8/iyfz//n5IRi1eZzla00HgA8oijyDMNwlFJCCGH0axiGQQAAXq+XyLLMeL1eRlEURpZlRpIkhud5oigK297eLvl8Prm1tVVSFEWSJEkWRVESBMGrqupriqLcFQThLsaYu612n6vUip4KMFv5HJssjhooEi5laoZh0NjYWNvw8PC9np6ejkAg8MDv9w+oqnrfxsNqhgNTh2wE1MGYChyyWGA9RYJVFWTM3MhwjMPhsDw9PT0QDocHOjs731RV9Y1rv+cMlb4Oiy3garWW1b2sPMfceZgHmZqa6pycnPywr6/vA47jfPXAWbU0xOCOqE44u2K8Wl9oBUfMa+rq6hIWFhbGBwcHn9pBohogcRWwRiCRTUiACQ6ZYpxY9JAkFAopy8vLM4FAYKyRrgA1GGf1JperLGgEM4cNG4vF3olGo18TQkT9JsRmAdQw66NsGlbn7Ibdd0um2XzOblz6/ZWVlX8JIb8PDQ090gFJDU+e2sBeZ1hBU9NcqvIQzDMFALq+vp7GGP85MjLyBCHE1tPO1LP4eq4FG/hqnlGyeSiwsbHxfygUOu7t7Y00059JUY3ZHFm8k1lT0cGfnJw8c0ojepWFzd6CMpnM3y8AJPEkZ9khO4IAAAAASUVORK5CYII=);
  background-size: 100%;
}

.whatsappme--left {
  right: auto;
  left: 20px;
}

.whatsappme--left .whatsappme__button {
  right: auto;
  left: 8px;
}

.whatsappme--left .whatsappme__box {
  right: auto;
  left: 0;
}

@media (max-width: 480px) {
  .btn2 {
    display: inline-block !important;
    width: 50%;
  }

  .whatsappme {
    bottom: -12px;
    right: 6px;
  }

  .whatsappme--left {
    right: auto;
    left: 6px;
  }

  .whatsappme__box {
    width: calc(100vw - 12px);
    min-height: 0;
  }

  .whatsappme__header {
    height: 55px;
  }

  .whatsappme__close {
    top: 13px;
    width: 28px;
    height: 28px;
    line-height: 28px;
  }

  .whatsappme__message {
    padding: 14px 20px;
    margin: 15px 21px 20px;
    line-height: 24px;
  }

  .whatsappme__button {
    bottom: 70px;
  }
}

@keyframes badge--in {
  from {
    opacity: 0;
    transform: translateY(50px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes badge--out {
  0% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}
.switch-box {
  display: none;
}
.copyright-wrap {
  margin-bottom: 60px;
}
.bottom-brijesh {
  background: #3a3a3a;
  z-index: 9;
  width: 100%;
  position: fixed;
  bottom: 0;
}

.bottom-fixed-links {
  display: flex;
  align-items: center;
}
.bottom-fixed-links .fixed {
  margin-right: 5px;
}
.bottom-fixed-links .fixed:nth-child(1) span {
  background: var(--main-color);
  color: #fff;
}

.bottom-fixed-links .fixed:nth-child(1) span {
  background: var(--main-color);
  color: #fff;
}
.bottom-fixed-links .fixed span,
.bottom-fixed-links a {
  background-color: rgb(13, 13, 13);
  font-size: 16px;
  color: rgb(255, 255, 255) !important;
  font-size: 16px;
  padding: 8px 11px 9px;
  text-decoration: none;
}
.fixed span {
  font-weight: 400;
}
.card-header > .heading-equiry-pop > i {
  cursor: pointer;
  -webkit-transition: 0.9s;
  -moz-transition: 0.9s;
  -ms-transition: 0.9s;
  -o-transition: 0.9s;
  transition: 0.9s;
}
.card-header > .heading-equiry-pop.intro > i {
  -webkit-transform: rotate(177deg);
  -moz-transform: rotate(177deg);
  -ms-transform: rotate(177deg);
  -o-transform: rotate(177deg);
  transform: rotate(177deg);
  -webkit-transition: 0.9s;
  -moz-transition: 0.9s;
  -ms-transition: 0.9s;
  -o-transition: 0.9s;
  transition: 0.9s;
}

/*---------------------------ALL SERVICES SECTION START----------------------------------------*/
.service-banner {
  background: #f1f3ff;
  height: auto;
}
.service-banner-heading h3 {
  color: #002a4e;
  font-weight: 700;
  font-size: 34px;
  position: relative;
  line-height: 1.5;
}
.service-banner-heading h3:before {
  content: "";
  background: #fb8f29;
  width: 155px;
  height: 4px;
  position: absolute;
  bottom: -44px;
}
.service-banner-img {
  margin-top: 15px;
}
.service-heading {
  margin: 80px 0 0;
}
.service-heading-list h3 {
  font-size: 23px;
  font-weight: 700;
  color: #0f2c39;
  text-transform: uppercase;
  text-align: center;
  border-bottom: 5px solid #fb8f29;
  margin: auto;
  width: fit-content;
}
.service-section {
  padding: 55px 0;
}
.service-section-list {
  display: flex;
  align-items: center;
}
.service-section-list-desc strong {
  color: #012553;
  font-size: 20px;
  position: relative;
  line-height: 4;
}
.service-section-list-desc p {
  line-height: 1.9;
  color: #4a4a4a;
}
.grey {
  background: #f4f5f9;
}
.service-section.grey .service-section-list-desc {
  text-align: right;
}
/*---------------------------ALL SERVICES SECTION END----------------------------------------*/

/*---------------------------Footer Fixed Form Start----------------------------------------*/
#fix-rig2 {
  bottom: 0;
  right: 1px;
  z-index: 999;
  font-size: 17px;
  color: #fff;
  letter-spacing: 0;
  font-weight: 500;
  width: 320px;
  box-shadow: rgb(112 112 112 / 40%) 0 0 5px 3px;
  -webkit-box-shadow: rgb(112 112 112 / 40%) 0 0 5px 0;
}

#fix-rig2 .card {
  background-color: #f8981d;
  border: none;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-header {
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
}
.bottom-enquiry .card-header {
  padding: 8px 20px;
  border-bottom: 0;
}
.career-heading,
.heading-equiry-pop {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.heading-equiry-pop picture img {
  -webkit-animation: blinking 2s infinite;
  animation: blinking 2s infinite;
  position: relative;
  top: 3px;
  left: 2px;
}
.card-header > .heading-equiry-pop > i {
  cursor: pointer;
  -webkit-transition: 0.9s;
  -moz-transition: 0.9s;
  -ms-transition: 0.9s;
  -o-transition: 0.9s;
  transition: 0.9s;
}
.bottom-enquiry .card-body {
  background-color: #fff;
}
.card-body {
  padding: 1.25rem;
  font-weight: 400;
  font-size: 13px !important;
  margin-bottom: 0;
  line-height: 1.7;
  padding-left: 1.5em;
  color: #212529 !important;
}
.all-course-listing-desc,
.right-side-form-popup input {
  padding: 18px 15px;
}
.btn-eq-yellow {
  background-color: var(--main-color);;
  color: #fff;
  font-size: 15px;
  padding: 6px 15px;
  width: 100%;
}
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.right-side-form-popup .courseclass1 .select2-container {
  display: block;
  margin-top: 16px !important;
  font-size: 13px !important;
  border: 1px solid #ddd !important;
  border-radius: 4px;
  width: 100% !important;
}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.bottom-form-right {
  display: flex;
  align-items: center;
  justify-content: center;
}
.form-group {
  margin-bottom: 1rem;
}
.right-side-form-popup .right-side-form-control {
  border: 1px solid rgba(185, 185, 185, 0.41);
  font-size: 13px;
  color: #888;
}
textarea.text-message {
  height: 60px;
}
.all-course-listing-desc,
.right-side-form-popup input {
  padding: 18px 15px;
}
#fix-rig2 {
  font-size: 17px;
  color: #fff;
  letter-spacing: 0;
  font-weight: 500;
}
#fix-rig2 {
  bottom: 0;
  right: 1px;
  z-index: 999;
  font-size: 17px;
  color: #fff;
  letter-spacing: 0;
  font-weight: 500;
  width: 320px;
  border-top-right-radius: 6px;
  cursor: pointer;
  position: fixed;
}
.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

#fix-rig2 .card {
  background-color: var(--main-color);;
  border: none;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.bottom-form-right {
  display: flex;
  align-items: center;
  justify-content: center;
}
.right-side-form-popup .help-block {
  line-height: 1.4em;
}
.right-side-form-popup .courseclass1 .select2-container {
  display: block;
  margin-top: 16px !important;
  font-size: 13px !important;
  border: 1px solid #ddd !important;
  border-radius: 4px;
  width: 100% !important;
}
.right-side-form-popup
  .select2-container
  .select2-selection--single
  .select2-selection__rendered {
  padding-left: 15px;
  font-size: 13px;
  color: #888;
  font-weight: 400;
}
.right-side-form-popup .select2-selection__placeholder {
  font-weight: 400;
}
.right-side-form-popup .select2-container .select2-selection--single {
  height: 34px;
  line-height: 34px;
}
.courseclass1 .help-block {
  display: block;
  margin-top: 34px;
  color: #ff0000;
  font-size: 12px;
}
.btn.disabled,
.btn:disabled {
  opacity: 1;
}
.mobile_view_hero_slider{
  display: none;
}
.owl-prev {
  left: 0;
}
.owl-next{
  right: 0;
}
.owl-prev, .owl-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex
;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: .5;
  transition: opacity .15s ease;
  font-size: 20px;
}
.owl-next span{
  font-size: 20px;
}
/**********************Course banner-heading-start*******************/
.course-banner-heading-wrapper {
  background: linear-gradient(45deg, #003f7f, #dc3545);
  color: var(--white-color);
  padding-top: 15px;
  padding-bottom: 15px;
}

.course-banner-heading-wrapper p,
.course-banner-heading-wrapper span {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-weight: 300;
}

.banner-heading h1 {
  color: var(--white-color);
}

.breadcrumbs p a {
  color: var(--white-color);
  text-decoration: none;
  font-size: 10px;
  letter-spacing: 1px;
}

.course-banner-heading-wrapper-sections-left .banner-heading {
  margin-top: 15px;
  margin-bottom: 15px;
}

.course-banner-heading-wrapper-sections-left .sub-heading {
  letter-spacing: 1px;
  margin-bottom: 40px;
}

.course-banner-heading-wrapper-sections-left .sub-heading p {
  font-size: 15px;
  font-weight: 400;
}

.course-banner-heading-wrapper-sections-left .singel-course-ratings {
  display: flex;
  margin-top: 13px;
  align-items: center;
}

.singel-course-ratings .singel-course-ratings-stars {
  width: 100%;
}

.course-google-rating {
  margin-right: 15px;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
}

.singel-course-ratings div strong {
  font-weight: 600;
  font-size: 15px;
}

.singel-course-ratings .singel-course-ratings-stars i {
  color: #ffcb33;
  font-size: 15px;
  margin-right: 3px;
}

.course-google-rating img,
.course-facebook-rating img,
.course-sulekha-rating img,
.course-justdial-rating img {
  width: 15px;
}

.singel-rating-img .course-google-rating img {
  margin-right: 3px;
}

.singel-course-video p {
  /* width: 290px; */
  background: #000;
  padding: 7px;
  margin: auto;
  font-weight: 500;
  font-size: 14px;
  cursor: pointer;
}

.singel-course-ratings .singel-course-ratings div a {
  text-decoration: none;
  display: flex;
}

.singel-course-ratings div span {
  font-size: 12px;
  color: var(--white-color);
}

.singel-course-ratings .singel-rating-img {
  display: flex;
}

.course-banner-heading-wrapper-line {
  margin-top: 17px;
  margin-bottom: 22px;
  width: 625px;
  background: #ffffff38;
  height: 1px;
}

.singel-course-desc {
  display: flex;
  margin-bottom: 23px;
}

.singel-course-desc div p {
  font-size: 12px;
  font-weight: 500;
}

.singel-course-desc div strong {
  font-size: 11px;
  font-weight: 200;
  letter-spacing: 1px;
}

.singel-course-video {
  text-align: center;
  position: relative;
}

.singel-course-video img {
  max-width: 290px;
  height: 196px;
  min-width: 285px;
}

.singel-course-video .singel-videowatch {
  position: absolute;
  top: 42%;
  left: 26%;
  width: 175px;
  cursor: pointer;
}

.singel-speciality {
  margin-top: 15px;
}

.singel-speciality .singel-speciality-heading h2 {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #ffc000;

  position: relative;
}

.singel-speciality-list {
  display: flex;
   gap: 30px;
}

.singel-speciality-list .singel-speciality-items {
  width: 247px;
  display: flex;
  margin-top: 10px;
  border: 1px solid #ffffff38;
  justify-content: space-evenly;
  padding: 8px 10px;
  border-radius: 6px;
  align-items: center;
}
.fullstackimg {
  height: 187px;
  background-color: #ffffff;
  text-align: center;
  margin: auto;
  display: grid
;
  place-content: center;
  font-size: 20px;
  color: #ffaa00;
  padding-top: 70px;
}

.singel-speciality-items-img img {
  width: 36px;
}

.singel-speciality-items-desc {
  width: 143px;
}

.singel-speciality-items-desc p {
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
}

.singel-speciality-items-desc span {
  font-size: 13px;
  font-weight: 300;
}

.singel-placement-training {
  padding: 0;
  flex-wrap: nowrap;
  display: flex;
  height: 46px;
  justify-content: space-between;
}

.button4 {
  color: var(--white-color);
  margin: auto;
  display: block;
  width: 224px;
  height: 50px;
  border: none;
  background: linear-gradient(45deg, #3876f1, #1c19b0);
  border-radius: 4px;
}

.button3 {
  color: var(--white-color);
  font-size: 17px;
  background: var(--main-color);
  border: none;
  font-weight: 400;
  padding: 10px 18px;
  width: 220px;
  border-radius: 4px;
}

.button3 a {
  color: var(--white-color);
}

.button2 {
  border: 1px solid var(--main-color);
  color: var(--main-color);
  background: transparent;
  width: 221px;
  border-radius: 4px;
  height: 46px;
}

.button-intro {
  border: 1px solid var(--main-color);
  color: var(--main-color);
  background: transparent;
  width: 221px;
  border-radius: 4px;
  height: 46px;
}

.demo-video-btn {
  width: 50px;
  height: 50px;
  background: var(--white-color);
  margin: auto;
  padding: 11px 9px;
  border-radius: 50%;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.5);
  text-align: center;
  color: var(--main-color);
}
.bx-play-circle:before {
  content: "\ebbe";
  font-size: 30px;
}

.demo-video-btn .ripple {
  position: absolute;
  width: 60px;
  height: 60px;
  z-index: -1;
  left: 50%;
  top: 50%;
  opacity: 0;
  margin: -30px 0 0 -30px;
  border-radius: 100px;
  -webkit-animation: ripple 1.8s infinite;
  animation: ripple 1.8s infinite;
}

.orangebg {
  background: rgba(255, 255, 255, 0.25);
}

.demo-video-btn .ripple:nth-child(3) {
  animation-delay: 0.7s;
  -webkit-animation-delay: 0.7s;
}

.demo-video-btn .ripple:nth-child(2) {
  animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
}

@-webkit-keyframes ripple {
  100% {
      opacity: 1;
      -webkit-transform: scale(1.5);
      -moz-transform: scale(1.5);
      -ms-transform: scale(1.5);
      -o-transform: scale(1.5);
      transform: scale(1.5);
  }
}

@-moz-keyframes ripple {
  100% {
      opacity: 1;
      -moz-transform: scale(1.5);
      -ms-transform: scale(1.5);
      -o-transform: scale(1.5);
      -webkit-transform: scale(1.5);
      transform: scale(1.5);
  }
}

@-ms-keyframes ripple {
  100% {
      opacity: 1;
      -ms-transform: scale(1.5);
      transform: scale(1.5);
  }
}

@-o-keyframes ripple {
  100% {
      opacity: 0;
      -o-transform: scale(1.5);
      -moz-transform: scale(1.5);
      -ms-transform: scale(1.5);
      -webkit-transform: scale(1.5);
      transform: scale(1.5);
  }
}

.singel-videowatch-inner {
  z-index: 1;
  position: relative;
}

.course-guide-whatsapp {
  text-align: center;
  background: #25d366;
  border-radius: 5px;
  /* width: 290px; */
  margin: auto;
  background: #25d366;
  margin-top: 16px;
}

.singel-course-desc {
  display: flex;
  margin-bottom: 23px;
}

.singel-course-desc div p {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 0px;
}

.course-guide-whatsapp a {
  padding: 0px;
}

@media only screen and (max-width: 767px) {
}

/**********************Course banner-heading-End*******************/



@media (min-width: 320px) and (max-width: 767px) {
  .bottom-enquiry {
    display: none !important;
  }
  .hidden-sm{
      display: none;
  }
  .mainBanner{
    margin-top: 74px;
  }
  .mobile_view_hero_slider{
    display: block;
  }
}


/*---------------------------Footer Fixed Form End----------------------------------------*/
.nice-select .list {
  width: 100%;
  height: 200px;
  overflow: auto;
}
.nice-select {
  display: flex;
}
.nice-select .current {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

/************************************************For marquee-start**************/
.fixed-center-text-box {
  width: 48%;
  color: #fff;
}

.parentmar {
  width: 100%;
  display: flex;
  align-items: center;
}

.childmar {
  padding: 10px 20px;
  line-height: 18px;
  background: var(--main-color);;

  .blink {
    animation: blinker 1s linear infinite;
  }

  @keyframes blinker {
    50% {
      opacity: 0.6;
    }
  }
}

/************************************************For marquee-End**************/

#contactForm {
  -webkit-box-shadow: var(--box-shadow);
  box-shadow: var(--box-shadow);
  background-color: var(--white-color);
  padding: 20px;
  position: relative;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  border: 2px solid #f0931c21;
  border-radius: 10px;
}

#fix-rig2 .select2-container {
  width: 288px !important;
}

#fix-rig2
  .select2-container--default
  .select2-selection--single
  .select2-selection__clear {
  display: none;
}
#fix-rig2 .nice-select .list {
  bottom: 100% !important;
  top: initial !important;
}
#fix-rig2 .downloadForm .nice-select {
  display: flex;
  margin-bottom: 15px;
}

.mob-header-top {
  display: block;
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 99;
  border-radius: 0px;
  margin: auto;
  background: #c40c0c;

  text-align: center;
  display: none
}
.mob-student a {
  width: 100%;

  display: flex;
  align-items: center;
  justify-content: center;
}

.text-primary {
  color: #f7fbff!important;
}
.topbar ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  color: #ffffff;
}
.topbar ul li {
  padding: 0 12px;
}

.topbar a {
  color: #f7fbff;
  font-size: 13px;
  font-weight: 600;
}

.topbar .list-unstyled {
  margin: 0px;
}
.topbar {
  padding: 10px;
}

.hide_on_desktop {
  display: none;
}

.custom-slider-nav-btn .owl-theme .owl-dots .owl-dot.active span,
.custom-slider-nav-btn .owl-theme .owl-dots .owl-dot:hover span {
  background-color: transparent;
}

.custom-slider-nav-btn .owl-dots {
  margin-top: 20px !important;
  display: block;
  position: unset;
  line-height: 1;
}

.custom-slider-nav-btn .owl-dots .owl-dot span {
  width: 16px;
  height: 16px;
  margin: 0 4px;
  background: transparent;
  border: 1px solid var(--body-color);
  border-radius: 50%;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  position: relative;
}

.custom-slider-nav-btn .owl-dots .owl-dot span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: var(--body-color);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  border-radius: 50%;
  margin: 4px;
}

.custom-slider-nav-btn .owl-dots .owl-dot:hover span {
  border-color: var(--main-color);
}

.custom-slider-nav-btn .owl-dots .owl-dot:hover span::before {
  background-color: var(--main-color);
  margin: 3px;
}

.custom-slider-nav-btn .owl-dots .owl-dot.active span {
  border-color: var(--main-color) !important;
  position: relative;
}

.custom-slider-nav-btn .owl-dots .owl-dot.active span::before {
  margin: 3px;
  background-color: var(--main-color) !important;
}

.custom-slider-nav-btn.owl-dots .owl-dot .active span,
.custom-slider-nav-btn
  .owl-dots
  .owl-dot
  .owl-theme
  .owl-dots
  .owl-dot:hover
  span {
  
}

.Upcoming-event-slider .single-event {
  border: 1px solid #ffaa00;
  border-radius: 10px;
}
.Upcoming-event-slider .single-event img{

width: 190px;
}

.Upcoming-event-slider-wrapper {
  display: none;
}
 

marquee {
  width: 80%;
  margin: auto;
}

img.main-logo {
  width: 45px;
  contain-intrinsic-block-size: auto 100px;
}
.others-option-for-responsive{
  display: none !important
}
.section-title img{
  display: none;
}

ul.list-with-ticks {
  line-height: 27px;
  font-size: 16px;
  color: #332424d9;
 
}


/* Popular online courses Start */
.single-course-box {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 30px;
  background-color: var(--white-color);
  transition: transform 0.4s ease, box-shadow 0.4s ease, background-color 0.4s ease;
  position: relative;
  cursor: pointer;
}

.single-course-box a {
  width: 100%;
}

.single-course-box .course-content-box {
  text-align: center;
  padding: 0px 20px 5px 20px;
  transition: color 0.4s ease, transform 0.4s ease;
}

.single-course-box .course-icon img {
  margin-top: -28px;
  border-radius: 50%;
  border: 3px solid #fff;
  position: relative;
  z-index: 3;
  transition: transform 0.3s ease;
}

.single-course-img-box {
  position: relative;
  overflow: hidden;
}

.single-course-img-box .course-readmore {
  background: #0041af;
  color: #ffffff;
  line-height: 30px;
  padding: 5px 25px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: grid;
  background-color: #0006;
  place-items: center;
  color: white;
  font-weight: 300;
  opacity: 0;
  transition: opacity 500ms ease;
}

.single-course-img-box img {
  width: 100%;
  transition: transform 0.5s ease;
}

/* Card Hover Effects */
.single-course-box:hover {
  transform: translateY(-8px) scale(1.03);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
  background: #142b6e;
}

.single-course-box:hover .course-content-box {
  color: #ffffff;
  transform: translateY(-5px);
}

.single-course-box:hover .registerBtn {
  background-color: #fff;
  color: #142b6e;
}

.single-course-box:hover .course-icon img {
  transform: scale(1.1) rotate(5deg);
}

.single-course-img-box:hover .course-readmore {
  opacity: 1;
}

.single-course-box:hover .course-thumb {
  transform: scale(1.15);
}

.single-course-img-box::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.4);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.single-course-box:hover .single-course-img-box::after {
  opacity: 1;
}

.course-rating {
  overflow: hidden;
  position: relative;
  padding: 15px 0 10px;
  display: block;
  margin-top: 14px !important;
}

.course-rating:before {
  content: "";
  width: 30px;
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #000;
  z-index: 10;
}

.course-rating:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 1px;
  height: 1px;
  width: 100%;
  background: #eee;
}

.registerBtn {
  background: #0041af;
  border: none;
  padding: 5px 15px;
  color: #fff;
  border-radius: 4px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.registerBtn:hover {
  background-color: #002b72;
  color: #fff;
}

.rating {
  padding: 10px 0px;
}

.container-fluid {
  max-width: 1470px;
}

/* Popular online courses End */






















.single-event img {
  position: relative;
  z-index: 1;
  width: 190px;
  height: 190x;
 
  border-radius: 10px;
  
  padding: 20px;
}


.partner-area .owl-carousel .owl-item img {
  width: auto;
  margin: auto;
  min-height: 27px !important;
  aspect-ratio: 3 / 2;
  mix-blend-mode: color-burn;
  object-fit: contain;
  background: #ffffff;
  border-radius: 10px;
  padding: 22px;
}
.footer-widget h3 {
  padding-bottom: 15px;
  margin-bottom: 35px;
  border-bottom: 1px solid #59430e;
  color: var(--white-color);
  font-size: 16px;
}
.footer-widget .link li a {
  color: var(--white-color);
  font-size: 13px;
}
.mainbanner-slider {
  position: relative;
}
.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: var(--main-color) !important;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
  width: 20px;
  height: 20px;
  display: flex;

  position: absolute;
  top:30%;
;
  align-items: center;
  justify-content: center;
}

.owl-nav button{
  width: 35px !important;
    height: 35px !important;
   
}
.owl-nav button:hover{
  opacity: inherit !important;
}
.owl-nav span{
  color: #ffffff;
  font-size: 20px !important;
}
.mainbanner-slider {
  
}
.owl-theme .owl-nav{
  margin-top: -7px !important;
}
.account-wrap {
  position: sticky !important;
  top: 100px;
}


.batch-box-main {
  display: flex;
  justify-content: center;
  flex-flow: wrap;
  gap: 20px;
  margin-bottom: 20px;
}

.Credentials-slider .owl-dots {
  margin-bottom: 20px !important;
}

.Credentials-slider .owl-item img {
  margin: auto !important;
  width: auto !important;
}

.batch-box {
  border-radius: 8px;
  border-top: 4px solid transparent;
  padding: 25px 10px;
  width: 250px;
  height: 200px;
  transition: all 0.2s ease-out;
  will-change: transform;
  border-radius: 15px;
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.1);

  border-top: 8px solid #004080;
  border-bottom: 8px solid #ffaa00;
}

.batch-box img {
  max-height: 45px;
}

.batch-box p {
  font-size: 17px;
  color: #252c2d;
  margin-top: 15px;
  font-weight: 400;
}

.batch-box h4 {
  font-size: 17px;
  color: #252c2d;
}

.batch-box-main h4 {
  color: #272727;
  font-size: 22px;
  font-weight: 700;
  margin: 0 auto;
  padding-bottom: 0;
}

.single-affordable-box {
  width: 160px;
  margin: auto;
  border-radius: 50%;
  height: 160px;
  display: grid;
  place-content: center;
  border: 1px solid #ffaa00;
  background: #ffaa0012;
  box-shadow: 11px 11px 23px -7px rgb(0 0 0 / 8%);
  border: 2px dashed #ffaa00;
  margin-top: 10px;
}

.single-affordable-box:hover {
  background: #ffffff;
}

.palcement_wrapper .box {
  position: relative;
  border-radius: 10px;
  background: #fff;
  position: relative;
  overflow: hidden;
  text-align: left;
  border-top: 8px solid #004080;
  border-bottom: 8px solid #ffaa00;
}

.palcement_wrapper .box:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 0px;
  height: 100%;
  border-radius: 10px;
  box-shadow: inset 0 0 25px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
  background-image: linear-gradient(to right, #f7a500e6 0%, #ffaa00eb 100%);
}

.page-title-area.bg-26 {
  background-image: url(../../assets/img/page-bg/page-bg-1.jpg);
}
.page-title-area.bg-3{
  background-image: url(../../assets/img/page-bg/page-bg-1.jpg);
}
 
 
/* Why whycodeerbasket Start*/
.whycodeerbasket {
  background: linear-gradient(-45deg, #0f0c29, #302b63, #24243e, #1a1a40);
  background-size: 400% 400%;
  animation: gradient 10s ease infinite;
 
}

@keyframes gradient {
  0% {background-position: 0% 50%;}
  50% {background-position: 100% 50%;}
  100% {background-position: 0% 50%;}
}

 
.whycodeerbasket .card-box {
 
 
  padding: 20px;
  transition: all 0.3s ease;
  height: 100%;
  min-height: 200px;
}

.whycodeerbasket .card-box:hover {
  background-color: rgba(255, 255, 255, 0.1);
  transform: translateY(-8px);
  box-shadow: 0 8px 20px rgba(255, 255, 255, 0.1);
}

.whycodeerbasket h6 {
  color: #fff;
  font-size: 1rem;
  margin-bottom: 10px;
}

.whycodeerbasket .card-box p {
  color: #ccc;
  font-size: 0.85rem;
  line-height: 1.4;
  margin-bottom: 0;
}

 
.whycodeerbasket .icon {
  color: #fff;
  font-size: 28px;
}
/* Why whycodeerbasket End*/


  .section-heading{
    text-align: center;
    color: #000;
    margin-bottom: 3rem;
  }

  .section-heading h2{
    text-align: center;
    padding-bottom: 0;
    font-weight: 500;
    color: #000;
    font-size: 36px;
  }
  .section-heading p{
    font-size: 18px;
    color: #000;
  }
    .benefit-slider-wrapper {
text-align: center;
 
    border-radius: 50px;
    background: #fff;
    padding: 50px 30px;
}
.benefit-slider-wrapper h4 {
    font-size: 1.3rem;
    font-weight: 500;
    color: #000;
    padding: 2rem 0 0.6rem;
}
.benefit-slider-wrapper p {
    font-size: 1rem;
    color: #000;
    text-align: center;
}
.benefit-slider-wrapper img{
    width: auto !important;
    margin: auto;
}

.affordable-areacourses-two-area{
      background: #d9f0ff59;
}

/* Upcoming-event-slider start */

.events-section-new {
  position: relative;
  background-image: url("https://images.unsplash.com/photo-1418479631014-8cbf89db3431?fit=crop&fm=jpg&h=700&ixlib=rb-0.3.5&q=80&w=1550");
  background-size: cover;
  background-attachment: fixed; /* ✅ PARALLAX EFFECT */
  background-position: center;
  z-index: 1;
  overflow: hidden;
}

.events-section-new .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
    background: rgb(20 43 110 / 52%);
  z-index: 1;
}

.section-content {
  position: relative;
  z-index: 2; /* ✅ Keep content above the overlay */
}

 
.events-table {
  background-color: #fff;
  border: none;
  border-spacing: 0;
}

.events-table__cell--date span {
  color: #142b6e;
  font-weight: 500;
}
.member-event__heading{
  color: #142b6e;
  font-size: 24px;
}
@media screen and (min-width: 600px) {
  .events-table {
    margin: 0;
    padding: 0;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
  }
}
.events-table__headings {
  display: none;
  color: #fff;
  background-color: #142b6e;
}
@media screen and (min-width: 600px) {
  .events-table__headings {
    display: table-header-group;
    background-color: color(navBlue);
  }
}
.events-table__row {
  display: block;
  padding: 20px 0 10px;
  border: 0;
  border-bottom: 1px solid #bdc3c7;
}
@media screen and (min-width: 600px) {
  .events-table__row {
    display: table-row;
    padding: 5px;
  }
}
.events-table__row:after {
  content: "";
  clear: both;
  display: table;
}
.events-table__row:before {
  display: block;
}
.events-table__cell {
  clear: left;
  display: block;
  float: left;
  padding: 20px 10px;
  border: 0;
}
@media screen and (min-width: 600px) {
  .events-table__cell {
    text-align: center;
  }
}
.events-table__cell:before {
  content: attr(data-label) ":";
  display: block;
  float: left;
  margin-right: 15px;
  font-weight: bold;
  text-transform: uppercase;
}
@media screen and (min-width: 600px) {
  .events-table__cell:before {
    display: none;
  }
}
@media screen and (min-width: 600px) {
  .events-table__cell--date {
    width: 14%;
  }
  .events-table__cell--date span {
    margin-bottom: 3px;
    font-size: 2.1rem;
    display: block;
  }
}
.events-table__cell--description:before {
  float: none;
  margin-bottom: 20px;
}
@media screen and (min-width: 600px) {
  .events-table__cell--description {
    text-align: left;
  }
}
@media screen and (min-width: 600px) {
  .events-table__heading, .events-table__cell {
    display: table-cell;
    float: none;
    clear: none;
  }
}
@media screen and (min-width: 600px) {
  .events-table__heading {
    padding: 20px;
    text-align: center;
    text-transform: uppercase;
    background-color: color(navBlue);
    border: 0;
  }
  .events-table__heading--description {
    padding-left: 10px;
    text-align: left;
  }
}

.event__cta {
  position: relative;
  bottom: 10px;
  display: block;
  padding: 10px;
  width: 120px;
  overflow: hidden;
  color: #34495e;
  text-align: center;
  text-decoration: none;
  border: 1px solid #34495e;
  border-radius: 6px;
  transition: all 0.3s ease;
}
.event__cta:hover {
  color: #fff;
  background-color: #34495e;
}
@media screen and (min-width: 600px) {
  .event__cta {
    bottom: 0;
  }
}
 

 
 /* Upcoming-event-slider End */

 /* Home page service section start */
.section-services {
    background: #d9f0ff59;
}

.section-services .header-section {
	margin-bottom: 34px;
}

.section-services .header-section .description {
	font-size: 14px;
    color: #282828;
}

.section-services .single-service {
    position: relative;
    margin-top: 30px;
    background-color: #fff;
    border-radius: 10px;
    padding: 40px 30px;
    overflow: hidden;
      transition: all 0.4s ease;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}
.section-services .single-service:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2);
}
.section-services .single-service:hover .icon {
  transform: rotate(10deg) scale(1.1);
}
.section-services .single-service a:after {
  height: 2px;
  width: 0;
  transition: all 0.4s ease;
}

.section-services .single-service:hover a:after {
  width: 100%;
}
.section-services .single-service::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom right, #142b6e, #2a55c7);
  opacity: 0;
  z-index: 15;
  transition: opacity 0.6s ease;
  border-radius: 10px;
}

.section-services .single-service:hover::before {
  opacity: 0.4;
}
.section-services .single-service .title,
.section-services .single-service .description {
  transform: translateY(0);
  transition: all 0.4s ease;
}

.section-services .single-service:hover .title,
.section-services .single-service:hover .description {
  transform: translateY(-5px);
}
.section-services .single-service .title {
  transition-delay: 0.1s;
}

.section-services .single-service .description {
  transition-delay: 0.2s;
}

.section-services .single-service .learn-more {
  transition-delay: 0.3s;
}

.section-services .single-service .content {
	position: relative;
	z-index: 20;
}

.section-services .single-service .circle-before {
    position: absolute;
    top: 0;
    right: 0px;
    transform: translate(40%, -40%);
    width: 150px;
    height: 150px;
    background-color: #142b6e;
  
    border-radius: 50%;
    opacity: 0.5;
    z-index: 10;
    transition: all .6s;
}

.section-services .single-service:hover .circle-before {
	width: 100%;
	height: 100%;
	transform: none;
	border: 0;
	border-radius: 0;
	opacity: 1;
}

.section-services .single-service .icon {
	display: inline-block;
	margin-bottom: 26px;
    width: 70px;
    height: 70px;
    background-color: #142b6e;
    border-radius: 5px;
    line-height: 70px;
    text-align: center;
    color: #fff;
    font-size: 30px;
    transition: all .3s;
}

.section-services .single-service:hover .icon {
	background-color: #fff;
	color: #142b6e;
}

.section-services .single-service .title {
    margin-bottom: 18px;
	font-weight: 500;
    font-size: 23px;
    transition: color .3s;
}

.section-services .single-service:hover .title {
	color: #fff;
}

.section-services .single-service .description {
    margin-bottom: 20px;
    font-size: 14px;
    transition: color .3s;
    font-size: 18px;
}

.section-services .single-service:hover .description {
	color: #fff;
}

.section-services .single-service a {
	position: relative;
	font-size: 18px;
    color: #202020;
    text-decoration: none;
 
    transition: color .3s;
}

.section-services .single-service:hover a {
	color: #fff;
}

.section-services .single-service a:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 1px;
	background-color: #142b6e;
	transition: background-color .3s;
}

.section-services .single-service:hover a:after {
	background-color: #fff;
}
 /* Home page services section End */