@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.5.0/font/bootstrap-icons.css");
@font-face {
  font-family: "CabinetGrotesk-Thin";
  src: url("../fonts/CabinetGrotesk-Thin.woff2") format("woff2"), url("../fonts/CabinetGrotesk-Thin.woff") format("woff"), url("../fonts/CabinetGrotesk-Thin.ttf") format("truetype");
  font-weight: 100;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "CabinetGrotesk-Extralight";
  src: url("../fonts/CabinetGrotesk-Extralight.woff2") format("woff2"), url("../fonts/CabinetGrotesk-Extralight.woff") format("woff"), url("../fonts/CabinetGrotesk-Extralight.ttf") format("truetype");
  font-weight: 200;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "CabinetGrotesk-Light";
  src: url("../fonts/CabinetGrotesk-Light.woff2") format("woff2"), url("../fonts/CabinetGrotesk-Light.woff") format("woff"), url("../fonts/CabinetGrotesk-Light.ttf") format("truetype");
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "CabinetGrotesk-Regular";
  src: url("../fonts/CabinetGrotesk-Regular.woff2") format("woff2"), url("../fonts/CabinetGrotesk-Regular.woff") format("woff"), url("../fonts/CabinetGrotesk-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "CabinetGrotesk-Medium";
  src: url("../fonts/CabinetGrotesk-Medium.woff2") format("woff2"), url("../fonts/CabinetGrotesk-Medium.woff") format("woff"), url("../fonts/CabinetGrotesk-Medium.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "CabinetGrotesk-Bold";
  src: url("../fonts/CabinetGrotesk-Bold.woff2") format("woff2"), url("../fonts/CabinetGrotesk-Bold.woff") format("woff"), url("../fonts/CabinetGrotesk-Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "CabinetGrotesk-Extrabold";
  src: url("../fonts/CabinetGrotesk-Extrabold.woff2") format("woff2"), url("../fonts/CabinetGrotesk-Extrabold.woff") format("woff"), url("../fonts/CabinetGrotesk-Extrabold.ttf") format("truetype");
  font-weight: 800;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "CabinetGrotesk-Black";
  src: url("../fonts/CabinetGrotesk-Black.woff2") format("woff2"), url("../fonts/CabinetGrotesk-Black.woff") format("woff"), url("../fonts/CabinetGrotesk-Black.ttf") format("truetype");
  font-weight: 900;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "CabinetGrotesk-Variable";
  src: url("../fonts/CabinetGrotesk-Variable.woff2") format("woff2"), url("../fonts/CabinetGrotesk-Variable.woff") format("woff"), url("../fonts/CabinetGrotesk-Variable.ttf") format("truetype");
  font-weight: 100 900;
  font-display: swap;
  font-style: normal;
}
.primary_color {
  color: #000000 !important;
}

body {
  font-family: "DM Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  background: #fff;
  font-size: 15px;
  cursor: default;
  box-sizing: border-box;
  overflow-x: hidden !important;
}

::-moz-selection {
  color: #fff;
  background: #FF6600;
}

::selection {
  color: #fff;
  background: #FF6600;
}

::-moz-selection {
  color: #fff;
  background: #FF6600;
}

::-webkit-selection {
  color: #fff;
  background: #FF6600;
}

* {
  outline: none !important;
  text-decoration: none !important;
  list-style: none;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "CabinetGrotesk-Bold", sans-serif;
  font-weight: 700;
  color: #000000;
  line-height: 1.2;
  margin: 0;
  padding: 0;
}

.btn-primary {
  background-color: #FF6600 !important;
  padding: 15px 40px;
  border: none !important;
  font-weight: 500;
  position: relative;
  border-radius: 10px;
  font-size: 1.1rem;
}
.btn-primary i {
  font-size: 1.7rem;
  position: absolute;
  top: 10px;
}

.btn-primary.btn-lg {
  padding: 15px 40px !important;
  padding-right: 55px !important;
}

.btn-secondary {
  background-color: #f6f8fe !important;
  padding: 12px 40px 12px 25px;
  border: none !important;
  font-weight: 500;
  position: relative;
  border-radius: 10px;
  color: #FF6600;
  font-weight: 600;
  font-size: 14px;
}
.btn-secondary:hover {
  background-color: #FF6600 !important;
  color: #fff !important;
}
.btn-secondary i {
  font-size: 1.4rem;
  position: absolute;
  top: 7px;
}

.btn-secondary.btn-lg {
  padding: 15px 40px !important;
  font-size: 1rem !important;
}

.btn-light {
  background-color: #fff !important;
  padding: 17px 40px;
  border: none !important;
  font-weight: 500;
  position: relative;
  border-radius: 10px;
  font-size: 1.1rem;
  color: #FF6600;
  box-shadow: 0 1px 21px 0 rgba(0, 55, 93, 0.15);
}
.btn-light:hover {
  background-color: #FF6600 !important;
  color: #fff !important;
}
.btn-light i {
  font-size: 1.7rem;
  position: absolute;
  top: 10px;
}

.title-div {
  position: relative;
}
.title-div h2 {
  color: #000000;
  display: inline-block;
  width: auto;
  position: relative;
  margin: 0;
  font-size: 48px !important;
}
.title-div h2::before {
  content: "";
  position: absolute;
  width: 54px;
  height: 11px;
  background: url(../images/title-stroke.png);
  top: 100%;
  left: -64px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.title-div h2::after {
  content: "";
  position: absolute;
  width: 54px;
  height: 11px;
  background: url(../images/title-stroke-2.png);
  top: 100%;
  right: -64px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.stroke-none h2::before, .stroke-none h2::after {
  display: none;
}

.link-secondary {
  font-size: 14px;
  position: relative;
}
.link-secondary::after {
  content: "\f285";
  font-family: bootstrap-icons;
  font-size: 14px;
  position: relative;
  margin-left: 6px;
  top: 2px;
}

.blink_bg {
  background: #FF6600;
  animation: mymove 5s infinite;
}

@keyframes mymove {
  0% {
    background-color: #FF6600;
  }
  25% {
    background-color: #FFD700;
  }
  50% {
    background-color: #0099CC;
  }
  75% {
    background-color: #e9cf30;
  }
  100% {
    background-color: #FF6600;
  }
}
.blink_bg_2 {
  background: #FF6600;
  animation: mymove2 5s infinite;
}

@keyframes mymove2 {
  0% {
    background-color: #FF6600;
  }
  25% {
    background-color: #0099CC;
  }
  50% {
    background-color: #e9cf30;
  }
  75% {
    background-color: #FFD700;
  }
  100% {
    background-color: #FF6600;
  }
}
header {
  position: fixed;
  top: 0;
  z-index: 9999;
  left: 0;
  right: 0;
}
header .logo-dark {
  display: none;
}
header .navbar-nav.ml-auto {
  margin-right: 0 !important;
  margin-left: auto !important;
}
header .navbar-brand {
  position: relative;
  z-index: 2;
  transition: all 0.2s ease-out;
}
header img {
  max-width: 140px;
}

.container {
  position: relative;
}

.nav-item.active .nav-link {
  border-bottom: solid 3px #FF6600;
}

.nav-link {
  padding: 0.6rem 0 !important;
  margin: 0 1rem;
  font-weight: 500 !important;
  color: #fff !important;
  font-size: 14px;
  text-transform: uppercase;
}
.nav-link:hover {
  color: #FF6600 !important;
}

.nav-link.btn-primary {
  background-color: #FF6600 !important;
  color: #fff !important;
  font-size: 1rem;
  padding: 12px 25px !important;
}

.megamenu {
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.1) !important;
}
.megamenu h4.badge {
  color: #FF6600 !important;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  font-weight: 600;
  font-size: 0.8rem;
  padding: 0 !important;
  margin-bottom: 15px !important;
}
.megamenu .nav-link {
  padding: 10px 0 !important;
  font-size: 0.9rem;
  transition: all 0.2s ease-out;
}
.megamenu .nav-link:hover {
  color: #FF6600 !important;
}
.megamenu .nav-link:hover svg {
  background: #FF6600;
  color: #fff;
}
.megamenu .nav-link svg {
  width: 32px;
  height: 32px;
  background: #f0f1f5;
  padding: 5px;
  border-radius: 8px;
  margin-right: 10px;
  color: rgba(0, 0, 0, 0.5);
  transition: all 0.2s ease-out;
}
.megamenu .graphics {
  width: 100%;
  display: inline-block;
}
.megamenu .graphics img {
  width: 100% !important;
}

.dropdown-toggle:after {
  border: none !important;
  content: "\f124";
  font-family: bootstrap-icons !important;
  position: absolute;
  font-weight: normal;
  font-size: 1rem;
  margin-top: 0px;
  transition: all 0.1s ease-in-out;
}

.dropdown-toggle.show:after {
  transform: rotate(180deg);
  color: #FF6600 !important;
}

.dropdown-toggle.show {
  color: #FF6600 !important;
}

.shrink {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 10px 15px -8px rgba(0, 0, 0, 0.1);
}

.fixed-top {
  position: fixed;
  top: -50px;
  right: 0;
  left: 0;
  z-index: 1030;
  background: rgba(255, 255, 255, 0.98);
  transform: translateY(50px);
  transition: transform 0.2s;
  padding: 0.2rem 0;
}
.fixed-top .navbar-brand {
  max-width: 200px;
}

.fixed-top .navbar-brand {
  max-width: 51px;
  overflow: hidden;
  height: 60px;
}

.fixed-top .navbar-brand img {
  width: auto !important;
  height: 100%;
}

.navbar-top {
  background: rgba(0, 0, 0, 0.3);
  transition: all 0.2s ease-out;
}

.navbar {
  padding: 0;
  background: rgba(0, 0, 0, 0.15);
  transition: all 0.2s ease-out;
}
.navbar .course-btn {
  background: #FF6600 !important;
  color: #fff !important;
  padding: 0.3rem 0.8rem !important;
  border-radius: 6px;
}
.navbar .course-btn:hover {
  background: #FF6600 !important;
}

.navbar .megamenu {
  padding: 2rem;
  max-width: 900px;
  left: auto;
  right: 0;
  z-index: 1;
}

@media all and (min-width: 992px) {
  .navbar .has-megamenu {
    position: static !important;
  }
  .navbar .megamenu {
    width: 100%;
    margin-top: 0 !important;
  }
}
/* --- desktop view .end --- */
@media (max-width: 991px) {
  .navbar.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse {
    overflow-y: auto;
    max-height: 90vh;
    margin-top: 10px;
  }
}
/* --- mobile view .end --- */
.fluid-block {
  display: inline-block;
  width: 100%;
  position: relative;
  padding: 55px 0;
  float: left;
}

.navbar-top {
  display: inline-block;
  width: 100%;
  padding: 1rem 0;
}
.navbar-top .search-box {
  position: relative;
}
.navbar-top .search-box input {
  background: #fff;
  border-radius: 8px 0 0 8px;
  font-size: 0.9rem;
  border: none;
  min-width: 800px;
  max-width: 800px;
  padding: 0.8rem 1.2rem;
  box-shadow: none !important;
}
.navbar-top .search-box .btn {
  background: #fff;
  border: 0;
  position: relative;
}
.navbar-top .search-box .btn::before {
  position: absolute;
  content: "";
  left: 0;
  top: 6px;
  bottom: 6px;
  margin: auto;
  border-right: solid 1px #e1e1e1;
}
.navbar-top .search-box .btn svg {
  position: relative;
  top: -2px;
  color: #464646;
}
.navbar-top .form-floating .form-select {
  background-color: transparent !important;
  background-image: url(../images/down-arrow.png);
  background-size: 12px;
  border: none;
  color: #fff;
  box-shadow: none !important;
  background-position: right calc(0.375em + 0.1875rem) bottom 17px;
}
.navbar-top .form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  color: #fff;
  background: none !important;
  color: #ddd !important;
  font-size: 1rem !important;
}
.navbar-top .form-floating > .form-control-plaintext ~ label, .navbar-top .form-floating > .form-control:focus ~ label, .navbar-top .form-floating > .form-control:not(:placeholder-shown) ~ label, .navbar-top .form-floating > .form-select ~ label {
  color: #fff;
  background: none !important;
  color: #ddd !important;
  font-size: 1rem !important;
}
.navbar-top .form-floating > .form-select ~ label::after {
  background: none !important;
}

.icon-menu li a {
  padding: 0;
  display: inline-block;
  width: 100%;
  font-size: 1rem;
  color: #fff;
  font-weight: 500;
}
.icon-menu li a svg {
  margin-bottom: 3px;
  color: #FF6600;
}
.icon-menu li a i {
  font-size: 18px;
  line-height: 32px;
  color: #fff;
  margin-right: 10px;
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.5);
  display: inline-block;
  padding: 5px;
  border-radius: 100%;
  transition: all 0.2s ease-out;
}
.icon-menu li a:hover i {
  background: #FF6600 !important;
}
.icon-menu li:first-child, .icon-menu li:nth-child(2) {
  margin-right: 30px;
}
.icon-menu .dropdown-menu {
  border-radius: 10px;
  border: none;
  margin-top: 22px !important;
}
.icon-menu .dropdown-menu li {
  width: 100%;
}
.icon-menu .dropdown-menu li a {
  color: #000000;
  width: 100%;
  padding: 0.5rem 1.5rem;
}
.icon-menu .dropdown-menu li a:hover {
  background: #FF6600 !important;
  color: #fff !important;
}
.icon-menu .notification-dd {
  max-width: 300px;
}
.icon-menu .notification-dd .card-body {
  line-height: 1.1rem;
  color: #000000 !important;
}
.icon-menu .notification-dd .card-body .time span {
  font-size: 0.8rem;
  color: #777;
}
.icon-menu .notification-dd .card {
  transition: all 0.2s ease-out;
  border-radius: 0;
}
.icon-menu .notification-dd .card:hover {
  background: #f6f6f6;
}

.banner {
  display: inline-block;
  width: 100%;
  float: left;
}
.banner .banner-form {
  position: absolute;
  z-index: 999;
  top: 210px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.banner .banner-form .input-group {
  border-radius: 10px !important;
  overflow: hidden;
}
.banner .banner-form .form-control {
  background: #fff;
  border-radius: 8px 0 0 8px;
  font-size: 0.9rem;
  border: none;
  padding: 0.8rem 1.2rem;
  box-shadow: none !important;
}
.banner .banner-form .btn {
  color: #fff !important;
  padding: 0.8rem 2rem !important;
}
.banner .banner-form .btn-sm {
  padding: 0.4rem 2rem !important;
  font-size: 0.9rem;
  border-radius: 5px;
}
.banner .banner-form .btn-sm:hover {
  background: #FF6600 !important;
}
.banner .carousel-item {
  height: 550px;
}
.banner .carousel-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.top-study-places {
  overflow: hidden;
}
.top-study-places .owl-stage-outer {
  overflow: visible;
}
.top-study-places .owl-carousel .owl-item {
  transition: all 0.2s ease-out;
  opacity: 0;
}
.top-study-places .owl-carousel .owl-item img {
  max-width: 80px;
  margin: auto;
}
.top-study-places .owl-carousel .owl-item.active {
  opacity: 1;
}
.top-study-places .owl-carousel .owl-item .card {
  border: solid 2px #fff !important;
}
.top-study-places .owl-carousel .owl-item:hover .card {
  border-color: #FF6600 !important;
}

.owl-nav {
  width: 100% !important;
  height: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: -40px;
  bottom: 0;
  margin: auto;
  z-index: 999;
}
.owl-nav i {
  position: relative;
  margin-top: 2px;
}

.owl-prev, .owl-next {
  width: 50px;
  height: 50px;
  font-size: 32px;
  transition: all 0.2s ease-in;
  border-radius: 100%;
  position: absolute;
  color: #fff;
  background: #FF6600;
  position: absolute;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.owl-prev {
  left: -70px !important;
}

.owl-next {
  float: right;
  right: -70px !important;
}

.owl-prev:hover, .owl-next:hover {
  opacity: 1;
}

.courses {
  background: #fdf3e7;
  overflow: hidden;
}
.courses .tab-content {
  padding-top: 20px;
}
.courses .card-body {
  min-height: 170px;
}
.courses .card-body .badge {
  font-size: 1rem;
  background: #FFD700 !important;
  color: #000000 !important;
}
.courses .card-footer {
  border: none;
  background: #FF6600;
  color: #fff;
  font-weight: bold;
  transition: all 0.2s ease-out;
  position: relative;
}
.courses .card-footer:hover {
  background: #FF6600 !important;
}
.courses .card-footer i {
  font-size: 1.5rem;
  position: absolute;
  margin-top: -5px;
  margin-left: 4px;
}
.courses .text-bg-primary {
  background-color: rgba(207, 30, 38, 0.1) !important;
  color: #FF6600 !important;
  padding: 0.4rem 0.8rem;
  font-weight: normal;
}

.feature-strip {
  background: #FF6600;
  padding: 2.5rem 0;
}
.feature-strip .card {
  background: none;
}
.feature-strip .card svg {
  color: #fff;
  width: 60px;
  height: 60px;
}

.animated-counter .text h5 {
  transition: transform 0.2s ease-in-out;
}

.animated-counter .text h5.animate {
  transform: scale(1.2);
}

.animated-counter .text small {
  transition: opacity 0.2s ease-in-out;
}

.animated-counter .text small.animate {
  opacity: 0.5;
}

header.scrolled {
  box-shadow: 0 5px 15px -1px rgba(0, 0, 0, 0.2);
}
header.scrolled .navbar-top {
  background-color: rgb(255, 255, 255) !important;
}
header.scrolled .navbar {
  background: rgba(255, 255, 255, 0.95) !important;
  border-top: solid 1px #eee;
}
header.scrolled .navbar .nav-link {
  color: #000000 !important;
}
header.scrolled .navbar .nav-link.course-btn {
  color: #fff !important;
}
header.scrolled .icon-menu li a {
  color: #000000 !important;
}
header.scrolled .icon-menu li a i {
  background: #FF6600 !important;
  color: #fff !important;
}
header.scrolled .input-group .form-control {
  border: solid 1px #ccc;
}
header.scrolled .search-box .btn {
  border: solid 1px #ccc;
  border-left: none;
}
header.scrolled .logo-dark {
  display: block !important;
}
header.scrolled .logo-light {
  display: none !important;
}

.nav-pills .nav-link {
  padding: 0.8rem 1.3rem !important;
  margin: 0 3px;
  border: solid 1px #000000 !important;
  color: #000000 !important;
  font-weight: bold !important;
}
.nav-pills .nav-link.active {
  background: #FF6600 !important;
  color: #fff !important;
  border-color: #FF6600 !important;
}

.why-trust {
  background: #f6f6f6 url("../images/bg.jpg") no-repeat center center;
  background-size: cover;
}

.icon-listing li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  font-size: 1.1rem;
}
.icon-listing li:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #FF6600;
  left: 0;
  top: 6px;
}

.feedback-section {
  overflow: hidden;
}
.feedback-section .message-box {
  display: inline-block;
  width: 100%;
  padding: 30px;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 10px 30px -3px rgba(0, 0, 0, 0.1);
}
.feedback-section .message-box blockquote {
  padding: 25px 0;
  position: relative;
  color: #000000;
  font-size: 18px;
  text-indent: 55px;
}
.feedback-section .message-box blockquote:before {
  position: absolute;
  content: "";
  width: 41px;
  height: 36px;
  background: url(../images/quote-icon.jpg) no-repeat center center;
  background-size: 100%;
  z-index: 0;
  left: 0px;
  top: 20px;
}
.feedback-section .message-box blockquote p {
  margin: 0;
  position: relative;
  z-index: 1;
  font-size: 16px;
  line-height: 26px;
  color: #000000;
}
.feedback-section .user-title {
  display: inline-block;
  width: 100%;
  position: relative;
  margin: 15px 0;
}
.feedback-section .user-icon {
  width: 58px;
  height: 58px;
  background: #f0f0f0;
  border-radius: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.feedback-section .owl-stage-outer {
  overflow: visible;
}
.feedback-section .owl-item {
  opacity: 0;
  transition: all 0.2s ease-out;
}
.feedback-section .owl-item.active {
  opacity: 1;
}
.feedback-section .user-details {
  position: relative;
  width: 100%;
  padding-left: 75px;
}
.feedback-section .user-details h4 {
  margin: 0;
  color: #424958;
  font-weight: 700;
  font-size: 21px;
}
.feedback-section .user-details small {
  font-size: 14px;
  color: #8b9098;
}
.feedback-section .message-bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 30px;
  margin-top: 30px;
}
.feedback-section .message-bottom .date {
  float: left;
  width: auto;
  color: #aaa;
  font-size: 1rem;
}

footer {
  float: left;
  width: 100%;
}
footer .footer-top {
  background: #000000;
  padding: 80px 0;
}
footer .footer-top .description {
  color: #afafb5;
  font-size: 15px;
  line-height: 24px;
  padding-right: 80px;
}
footer .footer-top h5 {
  display: inline-block;
  padding: 6px 10px;
  background: #f8f0f0;
  border-radius: 6px;
  color: #000000;
  font-size: 21px;
  font-weight: 800;
  margin-bottom: 55px;
}
footer .footer-top .link-wrap li {
  margin-bottom: 20px;
}
footer .footer-top .link-wrap li a {
  display: inline-block;
  width: 100%;
  font-size: 1.15rem;
  color: #f0f1f5;
  transition: all 0.2s ease-out;
}
footer .footer-top .link-wrap li a:hover {
  text-decoration: underline !important;
}
footer .footer-top .link-wrap li i {
  margin-right: 15px;
  font-size: 21px;
  color: #FF6600;
}
footer .footer-bottom {
  background: #FF6600;
  padding: 1rem 0;
  color: rgba(0, 0, 0, 0.5);
  font-size: 0.9rem;
}
footer .footer-bottom .payments a {
  padding: 0 10px;
  font-size: 1rem;
  color: #fff !important;
  transition: all 0.2s ease-out;
}
footer .footer-bottom .payments a:hover {
  filter: grayscale(0);
}
footer .footer-bottom .copyright {
  font-size: 1rem;
  color: #fff;
}

.inner-banner {
  min-height: 360px;
  padding-top: 14rem;
  background-image: url("../images/slider-1.jpg");
  background-size: cover;
  background-position: center center;
}

.content-body h2 {
  margin-top: 50px;
  margin-bottom: 25px !important;
  font-weight: bold;
  font-size: 1.8rem !important;
}
.content-body h2:first-child {
  margin-top: 0;
}
.content-body ul li {
  list-style: disc;
  margin-left: 20px;
  margin-bottom: 5px;
}
.content-body ol li {
  list-style: decimal;
  margin-bottom: 5px;
}
.content-body .nav li {
  list-style: none !important;
  margin: 0 !important;
}
.content-body .tab-content {
  padding: 30px;
  box-shadow: 0 5px 15px 1px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
}
.content-body .description-list {
  padding: 0;
  background: #fff;
  border: solid 1px #eee;
  border-radius: 10px;
  overflow: hidden;
}
.content-body .description-list li {
  margin: 0 !important;
  padding: 1rem 2rem !important;
  font-size: 1.1rem;
  transition: all 0.2s ease-out;
}
.content-body .description-list li:last-child {
  border: none !important;
}
.content-body .description-list li:hover {
  background: #fff4f5;
  color: #cf1e26 !important;
}

.course-details .price {
  color: #FF6600;
}
.course-details .card-body ul li {
  font-size: 1.15rem;
}
.course-details .card-body ul li i {
  margin-right: 5px;
  color: #FF6600;
}
.course-details .card-body .btn {
  padding: 0.8rem 2rem;
  border-radius: 10px;
}

.college-list .form-check-input {
  border-color: #aaa;
}
.college-list .form-check-input:checked {
  background-color: #FF6600;
  border-color: transparent;
  box-shadow: none !important;
}
.college-list .card {
  word-break: break-all !important;
}
.college-list .card-header img {
  max-width: 100px;
  margin: auto;
}
.college-list .card-header a {
  color: #000000;
  font-weight: bold;
  font-size: 1.1rem;
  text-transform: uppercase;
  transition: all 0.2s ease-out;
  display: inline-block;
}
.college-list .card-header a:hover {
  color: #FF6600;
}
.college-list .card-body a {
  font-size: 1.1rem;
  text-decoration: underline;
  color: #000000;
  text-decoration: underline !important;
  transition: all 0.2s ease-out;
}
.college-list .card-body a:hover {
  color: #FF6600;
  text-decoration: none !important;
}
.college-list .card-footer {
  border-top: dashed 1px #aaa;
}
.college-list .card-footer ul li {
  font-size: 1rem;
  color: #000000;
  margin: 0 0.8rem;
  position: relative;
}
.college-list .card-footer ul li:first-child {
  margin-left: 0;
}
.college-list .card-footer ul li:last-child::after {
  display: none;
}
.college-list .card-footer ul li a {
  color: #000000;
  transition: all 0.2s ease-out;
}
.college-list .card-footer ul li a:hover {
  text-decoration: underline !important;
}
.college-list .card-footer ul li::after {
  content: "|";
  position: absolute;
  top: 0;
  right: -0.8rem;
  color: #aaa;
}
.college-list .table {
  border: solid 1px #e0e0e0 !important;
  text-align: left;
}
.college-list .table .college-logo {
  width: 35px;
  height: 35px;
  border-radius: 100%;
  border: solid 1px #ccc;
  padding: 2px;
}
.college-list .table th {
  font-size: 0.9rem !important;
}
.college-list .table th, .college-list .table td {
  padding: 0.7rem 1rem;
  font-size: 0.8rem;
  vertical-align: middle;
  line-height: 16px;
}
.college-list .table h6 {
  font-weight: 600;
  font-size: 0.9rem;
  color: #000000;
}
.college-list .table small {
  color: #5d5c76;
  font-size: 0.85rem;
}
.college-list .table .ratings {
  font-size: 0.8rem;
  color: #000000;
  padding-left: 10px;
  border-left: solid 1px #ccc;
}
.college-list .table .ratings i {
  color: #f8c100;
}
.college-list .table .ranking-icon {
  width: 50px;
  height: 25px;
  border-radius: 5px;
  overflow: hidden;
}
.college-list .table .ranking-icon img {
  width: 100%;
  height: 100%;
}
.college-list .table td a:hover h6 {
  text-decoration: underline !important;
}

.sticky {
  position: sticky;
  top: 150px;
}

.college-details .nav-pills .nav-link {
  margin: 0 !important;
  padding: 0.4rem 0.7rem !important;
  border: none !important;
  color: #000000 !important;
  text-transform: none !important;
  font-size: 1rem !important;
}
.college-details .nav-pills .nav-link.active {
  color: #fff !important;
}
.college-details .tab-pane.courses {
  background: none !important;
}
.college-details .table {
  font-size: 1.1rem;
}
.college-details .table th {
  padding: 0.8rem 1rem;
  background: #FF6600;
  color: #fff;
}
.college-details .table th:first-child {
  border-radius: 10px 0 0 0;
}
.college-details .table th:last-child {
  border-radius: 0 10px 0 0;
}
.college-details .table thead {
  border: none;
}
.college-details .table td {
  padding: 0.7rem 1rem;
  font-size: 1rem;
}
.college-details .table .text-primary {
  color: #FF6600 !important;
}

.main-blog-section {
  float: left;
  width: 100%;
  padding: 60px 0 160px;
  background: #f6f6f7;
}

.blog-head {
  display: inline-table;
  width: 100%;
  margin-bottom: 70px;
  margin-top: 10px;
}

.blog-col {
  display: table-cell;
  vertical-align: middle;
}
.blog-col:last-child {
  text-align: right;
}
.blog-col h4 {
  font-size: 30px;
  font-weight: 600;
  margin: 0;
}

.btn.sm {
  font-size: 0.9rem;
  padding: 12px 25px;
}

.btn-block {
  width: 100%;
  text-align: center;
}

.items-wrap {
  float: left;
  width: 100%;
}
.items-wrap .blog-item {
  display: inline-block;
  width: 100%;
  background: #fff;
  border-radius: 30px;
  box-shadow: 0 7px 29px 0px rgba(128, 127, 144, 0.06);
  position: relative;
  margin-bottom: 50px;
}
.items-wrap .blog-image {
  display: inline-block;
  width: 360px;
  height: 100%;
  border-radius: 30px;
  background: #ccc;
  position: relative;
}
.items-wrap .blog-content {
  display: inline-block;
  width: 100%;
  padding: 45px;
  min-height: 360px;
}
.items-wrap .blog-content h4 {
  font-weight: 700;
  color: #130f49;
  font-size: 21px;
  line-height: 30px;
}
.items-wrap .blog-content .post-date {
  margin: 15px 0;
  font-size: 14px !important;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.5);
}
.items-wrap .blog-content .post-date span {
  color: #FF6600;
  text-transform: none;
  font-weight: 600;
  font-size: 14px;
}
.items-wrap .blog-content p {
  color: #000000;
  line-height: 24px;
}
.items-wrap .blog-content .link-btn {
  font-weight: 600;
  font-size: 16px;
  color: #FF6600;
  margin-top: 10px;
  display: inline-block;
}

.post-box {
  float: left;
  width: 100%;
  background: #fff;
  padding: 30px;
  box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  border-radius: 15px;
}
.post-box h4 {
  color: #130f49;
  text-transform: uppercase;
  margin-top: 0;
  font-weight: 700;
  margin-bottom: 30px;
  letter-spacing: 2px;
  font-size: 16px;
}

.blue-box {
  background: #FF6600;
}

.blue-box h4 {
  color: #fff !important;
}

.blue-box ul.links {
  float: left;
  width: 100%;
  margin: 0;
}
.blue-box ul.links li {
  margin-bottom: 15px;
}
.blue-box ul.links li:last-child {
  margin-bottom: 0;
}
.blue-box ul.links li a {
  color: #fff;
  opacity: 0.8;
  font-size: 13px;
  font-weight: 500;
}
.blue-box ul.links li a:hover {
  text-decoration: underline !important;
  opacity: 1;
}

.form-control.search {
  box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.06);
  padding: 10px 15px 10px 45px;
  border-color: #f0f1f5;
  border-radius: 10px;
  background: #fff url(../images/search-icon.svg) no-repeat left 15px center;
  background-size: 18px;
  font-size: 0.9rem;
}

.form-control.search:focus {
  border-color: #FF6600;
}

.post-item-wrap {
  float: left;
  width: 100%;
  position: relative;
}
.post-item-wrap .post-items {
  float: left;
  width: 100%;
  margin-bottom: 25px;
  position: relative;
}
.post-item-wrap .post-items:hover .img-wrap:after {
  opacity: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 0;
}
.post-item-wrap .post-items:hover li {
  color: #262353;
}
.post-item-wrap .post-items ul {
  width: 100%;
  position: relative;
}
.post-item-wrap .post-items ul li {
  display: table-cell;
  width: auto;
  position: relative;
  vertical-align: middle;
  font-size: 16px;
  line-height: 21px;
  color: #5d5c76;
  position: relative;
  font-weight: 500;
  transition: all 0.2s ease-out;
}
.post-item-wrap .post-items ul li a {
  color: #FF6600;
}
.post-item-wrap .post-items ul li a:after {
  background: rgba(0, 0, 0, 0.3);
  transition: all 0.2s ease-in;
  opacity: 0;
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-size: 24px;
  -webkit-background-size: 24px;
}
.post-item-wrap .post-items .img-wrap {
  width: 68px;
  height: 68px;
  background: #f1f1f6;
  margin-right: 20px;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
}
.post-item-wrap .post-items .img-wrap:after {
  position: absolute;
  content: "";
  left: 30px;
  right: 30px;
  top: 30px;
  bottom: 30px;
  margin: auto;
  background: rgba(255, 102, 0, 0.7);
  text-align: center;
  opacity: 0;
  transition: all 0.2s ease-out;
  border-radius: 100%;
}
.post-item-wrap .post-items .img-wrap img {
  width: 100%;
  opacity: 0.8;
}
.post-item-wrap .post-items .img-wrap a:after {
  background-position: center center;
  opacity: 1;
}
.post-item-wrap .info-text {
  display: inline-block;
  width: 100%;
}
.post-item-wrap .info-icon .icon-inner {
  border: solid 1px #e0e0e0;
}
.post-item-wrap .info-icon .icon-inner i {
  color: #FF6600 !important;
}
.post-item-wrap .info-wrap h3 {
  letter-spacing: 1px;
}
.post-item-wrap .info-wrap small {
  font-size: 11px;
  color: #767a88;
  font-weight: 500;
}

.right-panel {
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 30px;
  margin-top: 10px;
}

.pagination a {
  color: black;
  display: inline-block;
  text-decoration: none;
  font-size: 20px;
  font-weight: 500;
  color: #adadad;
  transition: all 0.2s ease-out;
  width: 48px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  border-radius: 10px;
  background: #fff;
  margin-right: 5px;
}
.pagination a i {
  position: relative;
  font-size: 30px;
  top: 0px;
  color: #130f49;
}
.pagination a:hover {
  color: #333;
}
.pagination a.active {
  background-color: #FF6600;
  color: #fff;
}

.sticky {
  position: sticky;
  top: 155px;
}

.category-wrap {
  display: inline-block;
  width: 100%;
}
.category-wrap ul li {
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 1px;
}
.category-wrap ul li a {
  display: inline-block;
  padding: 6px 10px;
  background: #f5f5f5;
  color: #130f49;
  transition: all 0.2s ease-out;
  font-weight: 400;
  font-size: 14px;
  border-radius: 4px;
}
.category-wrap ul li a:hover {
  background: #FF6600;
  color: #fff;
}

.main-blog-section.details .blog-banner {
  padding-top: 0;
  margin-bottom: 25px;
  border-radius: 20px;
  margin-top: 0;
  overflow: hidden;
}
.main-blog-section.details .blog-banner img {
  width: 100%;
  height: auto;
}
.main-blog-section.details .right-panel {
  margin-top: 0;
}
.main-blog-section.details .items-wrap .blog-content {
  padding: 40px;
  min-height: auto;
}

.content-block {
  padding: 90px 0;
}
.content-block .caption p {
  font-size: 15px;
}
.content-block .caption p .title h2 {
  font-size: 48px;
  line-height: 52px;
}

.content-block.even .caption {
  padding-right: 43px;
}

.content-block.odd .caption {
  padding-left: 43px;
}

.box-content {
  overflow-y: 0;
  position: relative;
}
.box-content::before {
  position: absolute;
  content: "";
  height: 150px;
  background: url(../images/dot-texture.png) repeat center top;
  background-size: 20px;
  opacity: 0.8;
  left: 110px;
  right: 110px;
}
.box-content .card {
  box-shadow: 0 1px 38px 0 rgba(32, 54, 108, 0.1);
  margin-top: 70px;
}
.box-content .card h2 {
  font-weight: 600;
}

.contact-item .icon {
  width: 45px;
  height: 45px;
  border-radius: 100%;
  background: #FF6600;
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
  line-height: 45px;
  margin-right: 15px;
}
.contact-item a {
  font-size: 1.2rem;
  font-weight: 500;
  color: #FF6600;
}

.contact-form .fs-2 {
  font-weight: 600;
}
.contact-form .form-control, .contact-form .form-select {
  padding: 15px;
  border-radius: 15px;
  box-shadow: 0 3px 6px 0 rgba(32, 54, 108, 0.1);
  font-weight: 500;
}
.contact-form .form-floating > label {
  padding: 1rem 15px;
  font-weight: 500;
}
.contact-form .form-control:focus, .contact-form .form-select:focus {
  border-color: #FF6600;
}
.contact-form .btn {
  padding: 15px 30px !important;
  font-size: 1.1rem !important;
}

.form-item {
  position: relative;
  background: rgba(255, 102, 0, 0.1);
}
.form-item .title {
  display: inline-block;
  padding: 0.8rem 4rem 0.8rem 3rem;
  font-size: 1.1rem;
  background: #fff;
  left: -3rem;
  background: #FF6600;
  position: relative;
  margin-top: 1rem;
  color: #fff;
}
.form-item .title::after {
  position: absolute;
  content: "";
  border-right: solid 30px #ffefe5;
  border-bottom: solid 30px transparent;
  border-top: solid 30px transparent;
  right: 0;
  top: 0;
}
.form-item .form-control, .form-item .form-select {
  padding: 0.6rem 1rem;
  border-radius: 8px;
  font-weight: 500;
  box-shadow: none !important;
  border-color: rgba(0, 0, 0, 0.2);
}
.form-item .form-control:focus, .form-item .form-select:focus {
  box-shadow: none !important;
  border-color: rgba(0, 0, 0, 0.5);
}

.form-item:nth-child(2) {
  border-color: #FFD700 !important;
  background: rgba(255, 215, 0, 0.1) !important;
}
.form-item:nth-child(2) .title {
  background: #FFD700 !important;
  color: #000000 !important;
}
.form-item:nth-child(2) .title::after {
  border-right-color: #fffbe5 !important;
}

.form-item:nth-child(3) {
  border-color: #0099CC !important;
  background: rgba(0, 153, 204, 0.1) !important;
}
.form-item:nth-child(3) .title {
  background: #0099CC !important;
  color: #fff !important;
}
.form-item:nth-child(3) .title::after {
  border-right-color: #e5f5fa !important;
}

.signature {
  display: flex;
  align-items: center;
  justify-content: end;
}
.signature .card {
  max-width: 450px;
}
.signature .card .card-body {
  width: 100%;
  height: 100px;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}
.signature .card .card-body img {
  width: 100%;
  height: 100%;
}

.student-pic {
  margin-bottom: 50px;
  max-width: 170px;
  height: 200px;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  padding: 6px;
}
.student-pic img {
  width: 100%;
  height: 100%;
}

.navbar-toggler {
  display: none;
}

.form-section {
  background: url(../images/bg-logo.webp) no-repeat right center fixed;
  background-size: 500px !important;
}
.form-section .card {
  background: none !important;
}

@media only screen and (max-width: 1806px) {
  .navbar-top .search-box input {
    min-width: 300px;
    max-width: 300px;
  }
}
@media only screen and (max-width: 1366px) {
  .icon-menu li a span {
    display: none;
  }
  .icon-menu li:first-child, .icon-menu li:nth-child(2) {
    margin-right: 0;
  }
  .top-study-places .owl-carousel .owl-item img {
    max-width: 60px;
  }
  .top-study-places .owl-carousel .owl-item .card .card-title {
    font-size: 1rem !important;
  }
  .items-wrap .blog-image {
    width: 100% !important;
  }
}
@media only screen and (max-width: 1262px) {
  .owl-nav {
    display: none !important;
  }
  .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
  }
  .owl-dots .owl-dot {
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: #e0e0e0;
    border-radius: 100%;
  }
  .owl-dots .owl-dot.active {
    background: #FF6600;
  }
  .feature-strip .text .fs-5 {
    font-size: 1rem !important;
  }
}
@media only screen and (max-width: 1090px) {
  .navbar-top .search-box input {
    min-width: 200px;
    max-width: 200px;
  }
  .navbar-collapse .nav-link {
    margin: 0 0.7rem;
  }
}
@media only screen and (max-width: 991px) {
  .navbar-top .search-box input {
    min-width: 150px;
    max-width: 150px;
  }
  .icon-menu li a i {
    margin-right: 0;
  }
  .navbar-top .form-floating .form-select {
    font-size: 14px;
  }
  .navbar-top {
    padding: 0.5rem 0;
  }
  .navbar-toggler {
    display: block;
  }
  .navbar-toggler i {
    color: #fff;
    font-size: 1.8rem;
    position: relative;
    top: 4px;
  }
  .navbar-expand-lg, header.scrolled .navbar {
    background: rgba(0, 0, 0, 0.9) !important;
  }
  #main_nav {
    padding-bottom: 1.5rem;
  }
  .table-responsive .table {
    width: 1200px;
  }
  .items-wrap .blog-image {
    min-height: 300px;
  }
  .items-wrap .blog-content {
    min-height: auto;
  }
  .contact-form {
    margin-top: 40px;
  }
  .content-body .tab-content {
    margin-bottom: 15px;
  }
  .form-section .card-body {
    padding: 0 !important;
  }
  .form-item {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}
@media only screen and (max-width: 990px) {
  .search-box {
    display: none;
  }
  .college-list .container {
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .courses .card-body {
    padding: 0.7rem !important;
    min-height: 130px;
  }
  .courses .card-body .card-title {
    font-size: 0.95rem !important;
  }
  .courses .card-footer {
    padding: 0.6rem !important;
  }
  .courses .card-footer i {
    display: none;
  }
  header .navbar-brand {
    position: absolute;
    top: 11px;
    width: 90px;
    overflow: hidden;
  }
  header .navbar-brand img {
    width: 100%;
  }
  .feature-strip .card {
    margin-bottom: 40px;
  }
  .banner .banner-form {
    left: 55px;
    right: 55px;
    top: 130px;
  }
  .banner .banner-form .input-group, .banner .banner-form .form-control, .banner .banner-form .btn {
    display: inline-block;
    width: 100%;
  }
  .banner .banner-form .form-control, .banner .banner-form .btn {
    border-radius: 10px !important;
    margin-bottom: 6px;
  }
  .form-bottom {
    display: inline-block !important;
    width: 100%;
  }
  .footer-bottom .d-flex {
    display: inline-block !important;
  }
  .copyright {
    margin-top: 30px;
  }
  #pills-tab .nav-item {
    margin-bottom: 8px;
  }
  .why-trust {
    padding: 50px 0 !important;
  }
  .why-trust .text-body-emphasis {
    margin-top: 30px;
  }
  footer .footer-top h5 {
    margin-bottom: 25px;
  }
  .link-wrap {
    margin-bottom: 60px;
  }
  .link-wrap:last-child {
    margin-bottom: 0;
  }
  .footer-top {
    padding: 40px 0 !important;
  }
  .main-blog-section {
    padding: 30px 0 !important;
  }
  .blog-head {
    margin-top: 0 !important;
    margin-bottom: 30px !important;
  }
  .items-wrap .blog-content {
    padding: 25px;
  }
  .blog-banner-top {
    padding-top: 100px;
    min-height: 210px;
  }
  .college-list .col-lg-3 .card {
    margin-bottom: 15px;
  }
  .college-list .col-lg-9 .card-footer .d-flex {
    flex-wrap: wrap !important;
  }
  .college-list .col-lg-9 .card-header {
    align-items: start !important;
  }
  .content-block.even .caption {
    padding-right: 0;
  }
  .content-block .row.col-10 {
    width: 100%;
  }
  .contact-item a {
    font-size: 1rem;
  }
  .content-block {
    padding: 40px 0;
  }
  .card-footer .d-flex {
    flex-wrap: wrap;
  }
  .card-footer .d-flex li {
    margin: 0 15px 10px 0 !important;
  }
  .card-footer .d-flex li::after {
    display: none;
  }
  .form-section {
    background: none !important;
  }
}
@media only screen and (max-width: 480px) {
  .form-floating {
    display: none;
  }
}
.owl-stage-outer {
  overflow: visible !important;
}

.owl-item {
  transition: all 0.2s ease-out;
  opacity: 0;
}
.owl-item.active {
  opacity: 1;
}

.councelling {
  background: #fdf3e7;
}
.councelling .tab-pane {
  border-radius: 25px !important;
  overflow: hidden;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.25);
}/*# sourceMappingURL=style.css.map */