:root {
  --primary: #1c262f;
  --primary-light: #212d37;
  --secondary: #0ee951;
  --tertiary: #00dabf;
  --gradient: linear-gradient(to right, #0ee951, #00dabf);
}

body{
  font-family: "math";
  font-size: 17px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "math";
}

h1 {
  font-size: 60px;
  font-weight: 500;
}

button {
  font-family: 'math';
}

p,
ul,
h3,
h4 {
  padding: 0.2rem;
  margin-bottom: 0.5rem;
  text-align: justify;
}

.para-light {
  text-align: center;
}

ul {
  margin: 0 8px;
}

a {
  color: white;
  text-decoration: none;
}

a:hover {
  color: #bfbfbf;
}

li {
  margin-bottom: 0.5rem;
  list-style-type: none;
}

ul.top-university-ul {
  list-style: none;
  display: flex;
  justify-content: center;
}

li.top-university-li {
  list-style: none;
}

li.top-university-li img {
  list-style: none;
  display: flex;
  width: 150px;
}

.col-offer-img {
  position: sticky;
  top: 100px;
}

#excerpt li,
#services li {
  list-style-type: circle;
}

/* Section Background */

.home,
.about,
.services,
.plans,
.work,
.contact {
  position: relative;
}

.work,
.contact,
.plans,
.footer {
  background-color: #1862a1;
}

.services,
.about,
.testimonial,
.company,
.newsletter,
.location {
  background-color: #1c517e;
}

.bottom {
  background-color: #4a7ca7;
}

/* Gradient Border And Background On Icons */

.home_text,
.home .fas,
.services .fab,
.plans .far,
.information .fas,
.work .fas,
.services .fas,
.location .far,
.location .fas {
  padding: 15px 0;
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#0ee951),
      to(#00dabf));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.navbar-nav a:hover,
.footer a:hover,
.footer .fab:hover {
  cursor: pointer;
  background: var(--gradient);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/**********************/

/*     Navigation     */

/**********************/

.navbar {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 0.875rem;
  background-color: var(--primary);
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.025);
}

.navbar .navbar-brand {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.navbar .logo-image img {
  width: 250px;
}

.navbar .logo-text {
  color: #fff;
  font-weight: 500;
  line-height: 1rem;
  font-size: 1.575rem;
  text-decoration: none;
}

.offcanvas-collapse {
  position: fixed;
  top: 4.75rem;
  /* adjusts the height between the top of the page and the offcanvas menu */

  bottom: 0;
  left: 100%;
  width: 100%;
  overflow-y: auto;
  visibility: hidden;
  padding-right: 1rem;
  padding-left: 1rem;
  background-color: var(--primary);
  transition: transform 0.2s ease-in-out, visibility 0.2s ease-in-out;
}

.offcanvas-collapse.open {
  visibility: visible;
  transform: translateX(-100%);
}

.navbar .navbar-nav {
  margin-top: 0.75rem;
  margin-bottom: 0.5rem;
}

.navbar .dropdown-menu {
  border: none;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  background-color: var(--primary);
}

.navbar .dropdown-item {
  color: #eee;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 0.875rem;
  padding: 0.625rem auto;
  text-decoration: none;
}

.navbar .dropdown-item:hover {
  background-color: var(--primary);
}

.navbar .dropdown-divider {
  width: 100%;
  height: 1px;
  border: none;
  margin: 0.5rem auto 0.5rem auto;
  background-color: var(--primary-light);
}

.navbar .nav-item .nav-link {
  /* line-height: 20px; */

  color: #eee;
  text-decoration: none;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  transition: all 0.2s ease;
  font-size: 14px;
}

.navbar .fa-stack {
  width: 2em;
  font-size: 0.75rem;
  margin-right: 0.25rem;
}

.navbar .fa-stack-2x {
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#0ee951),
      to(#00dabf));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.2s ease;
}

.navbar .fa-stack-1x {
  color: #ffffff;
  transition: all 0.2s ease;
}

.navbar .fa-stack:hover .fa-stack-2x {
  color: var(--primary);
}

.navbar .fa-stack:hover .fa-stack-1x {
  color: var(--primary);
}

.navbar .navbar-toggler {
  padding: 0;
  border: none;
  font-size: 1.25rem;
}

/* nav sub menu */

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu>.dropdown-menu {
  top: 0;
  left: -15rem;
  /* 10rem is the min-width of dropdown-menu */

  margin-top: -6px;
}

.dropdown-submenu>.new_id {
  background: #1862a1;
  position: relative !important;
  top: 7px;
  left: 0px !important;
  margin-top: -6px;
  max-height: 400px;
  overflow-y: auto;
}

.dropdown-submenu>.child-sub-menu {
  background: var(--primary);
  height: 500px !important;
  overflow-y: scroll !important;
}


/* rotate caret on hover */

.dropdown-menu>li>a:hover:after {
  text-decoration: underline;
  transform: rotate(-90deg);
}

/*.dropdown-submenu .dropdown-menu{*/

/*   column-count: 2;*/

/*}*/

.dropdown-submenu .dropdown-menu::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

.dropdown-submenu .dropdown-menu::-webkit-scrollbar {
  width: 10px;
  background-color: #f5f5f5;
}

.dropdown-submenu .dropdown-menu::-webkit-scrollbar-thumb {
  background-color: #000000;
  border: 2px solid #555555;
}

.dropdown-menu {
  padding: 0px;
  border-radius: 0px;
  border: none;
}

.dropdown-item {
  padding: 13px 15px;
  font-weight: 700;
  color: #000;
  min-width: 200px;
  border-radius: 10px;
}

.new_id .dropdown-item {
  /* padding: 2px; */
}

.child-sub-menu {
  padding-bottom: 5px !important;
}

/****************/

/*     Home     */

/****************/

.home {
  background: #1c517e;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.para {
  width: 100%;
}

/***********************/

/*     Information     */

/***********************/

.information .container-fluid .row div:first-child {
  background-color: #1862a1;
}

.information .container-fluid .row div:last-child {
  background-color: #1862a1;
}

.information .container-fluid .row div:nth-child(2) {
  background-color: #1c517e;
}

/******************/

/*     Button     */

/******************/

.btn {
  color: white;
  border-radius: 0;
  border-width: 2px;
  padding: 10px 30px;
  border-image-slice: 1;
  background-image: none;
  background: transparent;
  border-image-source: var(--gradient);
  box-shadow: 5px 5px 0px 0px var(--secondary);
}

.btn:hover {
  color: white;
  box-shadow: none;
  border-radius: 0;
  padding: 10px 30px;
  transform: translate(5px, 5px);
}

/* Email - Newsletter Button */

.btn-secondary {
  color: black;
  border-width: 2px;
  padding: 5px 30px;
  border-image-slice: 1;
  background-image: none;
  background: transparent;
  border-image-source: var(--gradient);
}

.btn-secondary:hover {
  color: black;
  padding: 5px 30px;
  background-image: var(--gradient);
}

.para-light a {
  border: 1px solid;
  border-radius: 0;
  border-width: 2px;
  padding: 10px 30px;
  border-image-slice: 1;
  border-image-source: var(--gradient);
  box-shadow: 5px 5px 0px 0px var(--secondary);
}

.text-success {
  color: #0ee951 !important;
}

/* Other Pages Button */

.btn-tertiary {
  color: #fbf8f8;
  border-radius: 0;
  border-width: 2px;
  padding: 10px 30px;
  border-image-slice: 1;
  background-image: none;
  background: transparent;
  border-image-source: var(--gradient);
  box-shadow: 5px 5px 0px 0px var(--secondary);
}

.btn-tertiary:hover {
  color: black;
  box-shadow: none;
  border-radius: 0;
  padding: 10px 30px;
  transform: translate(5px, 5px);
}

/********************/

/*     Services     */

/********************/

.services .card {
  padding: 20px;
  border-radius: 0;
  border: 2px solid white;
}

.services .card:hover {
  border: 10px solid;
  transform: scale(1.01);
  border-image-slice: 1;
  border-width: 2px;
  border-image-source: var(--gradient);
  box-shadow: 5px 5px 0px 0px #0ee951;
}

/*****************/

/*     Plans     */

/*****************/

.plans .card {
  padding: 20px;
  border: 2px solid white;
}

/************************/

/*     Testimonials     */

/************************/

.slider-1 .section-title {
  text-align: center;
}

.slider-1 .h2-heading {
  text-align: center;
  margin-bottom: 3rem;
}

.testimonial-card {
  border: 10px solid;
  border-image-slice: 1;
  border-width: 3px;
  border-image-source: var(--gradient);
}

.slider-1 .slider-container {
  position: relative;
}

.slider-1 .swiper-container {
  width: 86%;
  position: static;
}

.slider-1 .swiper-button-prev,
.slider-1 .swiper-button-next {
  color: var(--primary);
}

.slider-1 .swiper-button-prev:focus,
.slider-1 .swiper-button-next:focus {
  /* even if you can't see it chrome you can see it on mobile device */

  outline: none;
}

.slider-1 .swiper-button-prev {
  left: -14px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2028%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23707375'%2F%3E%3C%2Fsvg%3E");
  background-size: 18px 28px;
}

.slider-1 .swiper-button-next {
  right: -14px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2028%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23707375'%2F%3E%3C%2Fsvg%3E");
  background-size: 18px 28px;
}

.slider-1 .card {
  border: none;
  position: relative;
  background-color: transparent;
}

.slider-1 .card-image {
  width: 80px;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  margin-bottom: 1.25rem;
}

.slider-1 .card-body {
  padding: 0;
}

.slider-1 .testimonial-text {
  margin-bottom: 0.75rem;
}

.slider-1 .testimonial-author {
  margin-bottom: 0;
  color: #252c38;
}

.slider-1 .avatar {
  width: 70px;
  height: 70px;
  border-radius: 50%;
}

/* .writers-slider p:nth-of-type(3), .reviews-slider p:nth-of-type(3){
   
	   min-height:140px;
   
	   overflow:hidden;
   
   } */

/* Dropdown Menu */

.navbar .dropdown .dropdown-menu {
  animation: fadeDropdown 0.2s;
  /* required for the fade animation */

  left: -75px;
}

@-webkit-keyframes fadeDropdown {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeDropdown {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/**********************/

/*     Newsletter     */

/**********************/

.form-control-input,
.form-control-textarea {
  width: 100%;
  appearance: none;
  border-radius: 4px;
  font-size: 0.875rem;
  line-height: 1.5rem;
  padding-left: 1.5rem;
  padding-top: 0.775rem;
  padding-bottom: 0.775rem;
}

/******************************/

/*     Back To Top Button     */

/******************************/

#myBtn {
  z-index: 99;
  background: #05e096;
  left: 10px;
  width: 52px;
  height: 52px;
  bottom: 20px;
  border: none;
  outline: none;
  display: none;
  position: fixed;
  cursor: pointer;
  border-radius: 50%;
  /*background-color: #1862a1;*/
}

#myBtn:hover {
  background-color: #0f0f11;
}

#myBtn img {
  width: 18px;
  margin-left: 0.125rem;
  margin-bottom: 0.25rem;
}

/***********************/

/*     Extra Pages     */

/***********************/

.ex-header {
  margin-top: 6rem;
  padding: 1rem;
  background-color: #1a4c76;
}

.ex-header h1 {
  color: #fff;
}

.ex-basic-1 .list-unstyled .fas {
  font-size: 0.375rem;
  line-height: 1.625rem;
}

.ex-basic-1 .list-unstyled .flex-grow-1 {
  margin-left: 0.5rem;
}

.ex-basic-1 .text-box {
  padding: 1.25rem 1.25rem 0.5rem 1.25rem;
  background-color: #4a7ca7;
}

.ex-cards-1 .card {
  border: none;
  background-color: transparent;
}

.ex-cards-1 .card .fa-stack {
  width: 2em;
  font-size: 1.125rem;
}

.ex-cards-1 .card .fa-stack-2x {
  color: var(--secondary);
}

.ex-cards-1 .card .fa-stack-1x {
  width: 2em;
  color: #ffffff;
  font-weight: 700;
  line-height: 2.125rem;
}

.ex-cards-1 .card .list-unstyled .flex-grow-1 {
  margin-left: 2.25rem;
}

.ex-cards-1 .card .list-unstyled .flex-grow-1 h5 {
  margin-top: 0.125rem;
  margin-bottom: 0.5rem;
}

section .container .card ul li::before {
  content: "✓";
  padding-right: 10px;
  color: rgb(71, 178, 228);
}

section .container .card ul li {
  padding-top: 10px;
}

.footer ul li {
  padding-bottom: 0.5rem !important;
}

.footer ul li::before {
  content: "▶";
  color: white;
  padding-right: 4px;
}

.table-bordered> :not(caption)>*>* {
  border-width: 2px 2px !important;
}

/*BANDY CSS START*/

.dropdown-menu.new_id.show {
  position: absolute !important;
  left: 250px !important;
  top: 0;
  overflow: visible;
  height: auto;
  max-height: inherit;
}

div#navbarNavDropdown ul.navbar-nav>li:nth-child(2) .dropdown-menu.new_id.show {
  width: 980px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.fixed-top.desktop_mob {
  position: relative;
  margin-top: 90px;
  padding-top: 0;
}

.fixed-top.desktop_mob div#navbarNavDropdown {
  text-align: center;
}

.fixed-top.desktop_mob div#navbarNavDropdown ul.navbar-nav li {
  display: inline-block;
}

.fixed-top.desktop_mob div#navbarNavDropdown ul.navbar-nav {
  text-align: center;
  display: inline-block;
  width: 100%;
}

.new_id .dropdown-item {
  white-space: inherit;
  line-height: 1.3;
}

.mob_mob ul.navbar-nav.ms-auto.navbar-nav-scroll {
  display: none;
}

.mob_mob div#navbarNavDropdown {
  justify-content: end;
}

.fixed-top.desktop_mob div#navbarNavDropdown ul.navbar-nav li li {
  display: block;
  position: initial;
}

.navbar .dropdown .dropdown-menu {
  left: 0;
  width: 253px;
}

/*BANDY CSS END*/

.pages-data {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.coulum-2{
  column-count: 2;
  width: max-content !important;
}

@media only screen and (max-width: 540px) {
  .pages-data {
    display: block;
  }
}
/*************************/

/*   SUCCESS SVG ICON   */

/*************************/

.confetti {
  position: absolute;
  animation: grow 1.4s cubic-bezier(0.42, 0, 0.275, 1.155) both;
}

.confetti:nth-child(1) {
  width: 12px;
  height: 12px;
  left: 12px;
  top: 16px;
}

.confetti:nth-child(2) {
  width: 18px;
  height: 18px;
  left: 168px;
  top: 84px;
}

.confetti:nth-child(3) {
  width: 10px;
  height: 10px;
  left: 32px;
  top: 162px;
}

.confetti:nth-child(4) {
  width: 20px;
  height: 20px;
  left: 82px;
  top: -12px;
}

.confetti:nth-child(5) {
  width: 14px;
  height: 14px;
  left: 125px;
  top: 162px;
}

.confetti:nth-child(6) {
  width: 10px;
  height: 10px;
  left: 16px;
  top: 16px;
}

.confetti:nth-child(1) {
  animation-delay: 0.7s;
}

.confetti:nth-child(2) {
  animation-delay: 1.4s;
}

.confetti:nth-child(3) {
  animation-delay: 2.1s;
}

.confetti:nth-child(4) {
  animation-delay: 2.8s;
}

.confetti:nth-child(5) {
  animation-delay: 3.5s;
}

.confetti:nth-child(6) {
  animation-delay: 4.2s;
}

.checkmark {
  position: relative;
  padding: 30px;
  animation: checkmark 5.6s cubic-bezier(0.42, 0, 0.275, 1.155) both;
}

.checkmark__check {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  transform: translate3d(-50%, -50%, 0);
  fill: #fff;
}

.checkmark__back {
  animation: rotate 35s linear both infinite;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes grow {

  0%,
  100% {
    transform: scale(0);
  }

  50% {
    transform: scale(1);
  }
}

@keyframes checkmark {

  0%,
  100% {
    opacity: 0;
    transform: scale(0);
  }

  10%,
  50%,
  90% {
    opacity: 1;
    transform: scale(1);
  }
}

/*************************/

/*     Media Queries     */

/*************************/

@media only screen and (max-width: 1024px) {
  /* .services,
   
	   .work,
   
	   .testimonial,
   
	   .about,
   
	   .contact,
   
	   .plans {
   
		   height: 100%;
   
	   } */
}

@media (min-width: 992px) {
  .slider-1 .swiper-container {
    width: 92%;
  }

  .slider-1 .swiper-button-prev {
    left: -16px;
    width: 22px;
    background-size: 22px 34px;
  }

  .slider-1 .swiper-button-next {
    right: -16px;
    width: 22px;
    background-size: 22px 34px;
  }

  /* Navigation */

  .navbar {
    box-shadow: none;
    transition: all 0.2s;
    padding-top: 1.75rem;
    background-color: #1862a1;
  }

  .navbar.top-nav-collapse {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    background-color: #4a7ca7;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.025);
  }

  .offcanvas-collapse {
    position: static;
    top: auto;
    bottom: auto;
    left: auto;
    width: auto;
    padding-right: 0;
    padding-left: 0;
    background-color: transparent;
    overflow-y: visible;
    visibility: visible;
  }

  .offcanvas-collapse.open {
    transform: none;
  }

  .navbar .navbar-nav {
    margin-top: 0;
    margin-bottom: 0;
  }

  .navbar .nav-item .nav-link {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }

  .navbar .dropdown-menu {
    padding-top: 0.75rem;
    padding-bottom: 0.875rem;
    box-shadow: 0 3px 3px 1px rgba(0, 0, 0, 0.08);
    /* max-height: 500px;
    overflow-y: auto; */
  }

  .navbar .dropdown-divider {
    width: 90%;
  }

  .navbar .social-icons {
    margin-left: 0.5rem;
  }

  .navbar .fa-stack {
    margin-right: 0;
    margin-left: 0.25rem;
  }
}

@media only screen and (max-width: 540px) {
  h1 {
    font-size: 30px;
  }

  .para {
    width: 100%;
  }

  .swiper-container {
    width: 92%;
  }

  .swiper-button-prev {
    left: -16px;
    width: 22px;
    background-size: 22px 34px;
  }

  .swiper-button-next {
    right: -16px;
    width: 22px;
    background-size: 22px 34px;
  }

  .div-avatar img {
    width: 100px;
  }

  .navbar .dropdown-item {
    padding: 0.625rem 0;
  }

  .navbar .dropdown-menu {
    margin: 5px;
    padding: 5px;
    border: 0px solid #40d76a;
  }
}

.div-avatar img {
  width: 120px;
}

.information h4 {
  text-align: center;
}

.hire-div {
  padding: 10px;
}

.offer-cal {
  text-align: center;
  padding: 0 5px;
  border-radius: 4px;
  background-color: #20ba68;
  color: #fff;
}

.mobile-hide {
  display: inline-block;
}

.mobile-show {
  display: none;
}

/*Accordion*/

:root {
  --light-pink: #0a58ca;
  --white: #ffffff;
  --gray-white: #f9f9f9;
  --box-shadow: 5px 5px 50px 10px rgba(40, 39, 86, 0.15);
}

.content__accordion {
  padding: 40px 0;
}

.accordion {
  max-width: 80%;
  margin: 0 auto;
}

.accordion__wrapper,
.accordion__item {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.accordion__wrapper {
  gap: 12px;
}

.accordion__item--summary,
.accordion__item--detail {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px;
  border: 1px solid var(--light-pink);
  border-radius: 8px;
  box-shadow: var(--box-shadow);
}

.accordion__item--summary {
  flex-direction: row;
  background-color: #05e096;
  cursor: pointer;
}

.accordion__item--detail {
  margin-top: 0px;
  background-color: currentcolor;
  max-height: 0;
  opacity: 0;
  padding: 0;
  transition: 0.5s;
  border: 1px solid transparent;
  visibility: hidden;
  overflow: hidden;
}

.accordion__item-title h5,
.accordion__item-title h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.5px;
}

.accordion__item-toggler {
  margin-left: auto;
}

.accordion__item-toggler button {
  border: none;
  outline: none;
  background-color: transparent;
  color: var(--white);
}

.accordion__detail-section {
  padding: 12px;
  padding-left: 25px;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.3px;
  color: #4a7ca7;
}

.accordion__item--active .accordion__item-toggler button i {
  transform: rotate(180deg);
}

.accordion__item--active .accordion__item--detail {
  max-height: 500px;
  opacity: 1;
  visibility: visible;
  margin-top: 12px;
  border: 1px solid var(--light-pink);
}

.accordion ul {
  margin-top: 6px;
}

.accordion ul li {
  list-style: inside;
}

@media only screen and (max-width: 600px) {
  .accordion {
    max-width: 100%;
  }

  .accordion__item-title h5 {
    font-size: 16px;
  }

  .testimonial-card .d-flex {
    display: block !important;
  }

  .testimonial-card .div-avatar {
    text-align: center;
  }

  .testimonial-card .d-flex .ms-3 p {
    text-align: center;
  }

  .mobile-hide {
    display: none;
  }

  .mobile-show {
    display: inline-block;
  }
}

/*END Accordion*/

/*start breadcrumb*/

/* Style the list */

ol.breadcrumb,
ol.category {
  display: block;
  border-radius: 4px;
  margin-top: 16px;
  background: #284f7e;
  padding: 10px 16px;
  list-style: none;
}

/* Display list items side by side */

ol.breadcrumb li,
ol.category li {
  display: inline;
  font-size: 18px;
}

/* Add a slash symbol (/) before/behind each list item */

ol.breadcrumb li+li:before {
  padding: 8px;
  color: black;
  content: "/\00a0";
}

/* Add a color to all links inside the list */

ol.breadcrumb li a {
  color: #eee;
  text-decoration: none;
}

ol.category {
  text-align: center;
}

ol.category li {
  font-size: 24px;
  background: #4a7ca7;
  padding: 0 15px;
  margin: 13px;
}

.fixed-top.desktop_mob div#navbarNavDropdown ul.navbar-nav li li {
  padding: 0 !important;
  margin: 0;
}

.navbar .dropdown .dropdown-menu {
  min-height: 40px;
  padding: 0;
}

.inter-linking a {
  text-decoration: underline wavy #0ee951;
}

.dropdown-submenu>.new_id {
  top: 6px !important;
}

@media screen and (max-width: 1400px) {
  div#navbarNavDropdown ul.navbar-nav>li:nth-child(2) .dropdown-menu.new_id.show {
    width: 850px;
  }

  .dropdown-item {
    padding: 13px 11px;
  }

  .dropdown-submenu .dropdown-menu .dropdown-item {
    padding: 6px 15px;
    font-size: 13px !important;
  }
}

@media screen and (max-width: 1200px) {
  div#navbarNavDropdown ul.navbar-nav>li:nth-child(2) .dropdown-menu.new_id.show {
    width: 615px !important;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 1100px) {

  .navbar .dropdown-item,
  .navbar .nav-item .nav-link {
    font-size: 12px;
  }

  .navbar .dropdown .dropdown-menu {
    width: 230px;
  }

  .dropdown-menu.new_id.show {
    left: 230px !important;
  }
}

@media screen and (max-width: 991px) {
  .desktop_mob {
    display: none;
  }

  li .show+ul.dropdown-menu {
    display: block !important;
  }

  .dropdown-menu.new_id.show {
    left: 0px !important;
    position: relative !important;
  }

  .dropdown-menu>li>a:hover:after {
    transform: rotate(0deg);
  }

  .show .dropdown-toggle::after {
    display: none;
  }

  .dropdown-menu.show .dropdown-menu,
  .dropdown-menu.show {
    display: block;
    background: none;
    padding-left: 10px !important;
  }

  .dropdown-menu.show .dropdown-menu li {
    margin-bottom: 0;
  }

  .navbar .dropdown .dropdown-menu {
    width: 100%;
    overflow: visible;
    max-height: inherit;
  }

  .mob_mob ul.navbar-nav.ms-auto.navbar-nav-scroll {
    display: flex;
  }
}