@import url(https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700&amp;display=swap);
body {
  font-family: Poppins, sans-serif;
  padding: 0;
  margin: 0;
  font-size: 16px;
}
html {
  scroll-behavior: smooth;
}
a:not([href]) {
  cursor: default !important;
}
img {
  pointer-events: none;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
a:hover {
  text-decoration: none;
}
main {
  display: block;
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
input:focus,
input:hover {
  outline: 0 !important;
  box-shadow: 0 0 0 0 transparent;
}
:focus {
  outline: -webkit-focus-ring-color auto 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: transparent;
  box-shadow: none;
}
.form-control:focus {
  box-shadow: 0 0 0 0 transparent !important;
  border-color: #dce1e9;
}
.section_padding {
  padding: 120px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .section_padding {
    padding: 100px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .section_padding {
    padding: 70px 0;
  }
}
@media (max-width: 767.98px) {
  .section_padding {
    padding: 70px 0;
  }
}
.padding_top {
  padding-top: 120px;
}
@media (max-width: 991px) {
  .padding_top {
    padding-top: 70px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .padding_top {
    padding-top: 100px;
  }
}
.padding_bottom {
  padding-bottom: 120px;
}
@media (max-width: 991px) {
  .padding_bottom {
    padding-bottom: 70px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .padding_bottom {
    padding-bottom: 100px;
  }
}
a {
  text-decoration: none;
  transition: 0.5s;
}
a:hover {
  text-decoration: none;
}
.hidden {
  display: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #0b1c39;
  font-family: Poppins, sans-serif;
}
h2 {
  font-size: 40px;
  line-height: 50px;
}
p {
  line-height: 30px;
  font-size: 16px;
  margin-bottom: 0;
  color: #626a77;
  font-family: Poppins, sans-serif;
}
.btn:focus,
.button:focus,
a:focus,
button:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: none;
  transition: 1s;
}
.p_30 {
  padding: 30px;
}
@media (max-width: 991px) {
  .p_30 {
    padding: 20px;
  }
}
.p_20 {
  padding: 20px;
}
.p_15 {
  padding: 20px 20px 15px;
}
.pt_30 {
  padding-top: 30px;
}
.pb_20 {
  padding-bottom: 20px;
}
.mt_25 {
  margin-top: 25px;
}
.mt_30 {
  margin-top: 30px;
}
@media (max-width: 991px) {
  .mt_30 {
    margin-top: 15px;
  }
}
.mt_10 {
  margin-top: 10px;
}
.mb_15 {
  margin-bottom: 15px;
}
.mb_20 {
  margin-bottom: 20px;
}
.mb_25 {
  margin-bottom: 20px;
}
.mt_50 {
  margin-top: 50px;
}
@media (max-width: 767.98px) {
  .mt_50 {
    margin-top: 25px;
  }
}
.mt_25 {
  margin-top: 25px !important;
}
@media (max-width: 991px) {
  .mt_25 {
    margin-top: 15px !important;
  }
}
.mt_20 {
  margin-top: 20px;
}
.mb_10 {
  margin-bottom: 10px !important;
}
.mt_40 {
  margin-top: 40px;
}
.section_bg {
  background-color: #051850;
}
.niceSelect {
  border: 1px solid #dce1e9;
  font-size: 13px;
  color: #7c8189;
  display: block;
  width: 100%;
  text-transform: capitalize;
  padding: 0 20px;
  border-radius: 6px;
  float: inherit;
  font-weight: 300;
}
.niceSelect:after {
  border-bottom: 0 solid transparent;
  border-right: 0 solid transparent;
  content: "\33";
  font-family: eleganticons;
  transform: rotate(0);
  top: 3px;
  right: 29px;
  font-size: 19px !important;
}
@media (max-width: 767.98px) {
  .niceSelect:after {
    top: 13px;
  }
}
.niceSelect .option.focus,
.niceSelect .option.selected.focus,
.niceSelect .option:hover {
  background-color: transparent;
}
.niceSelect .option.selected {
  font-weight: 400;
  color: indigo;
}
.niceSelect .option {
  line-height: 34px;
  min-height: 34px;
  font-size: 14px;
}
.niceSelect .list {
  width: 100%;
  border-radius: 4px;
  background-color: #fff;
  color: #626a77;
  padding: 20px;
  transform-origin: top;
  transform: scaleY(0);
  transition: 0.5s;
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .niceSelect .list {
    padding: 5px;
  }
}
.niceSelect .list li {
  transition: 0.2s;
}
.niceSelect .list li:hover {
  color: indigo !important;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .niceSelect .list li {
    line-height: 33px;
    padding: 0;
  }
}
.niceSelect.open:after {
  transform: rotate(0);
  content: "\32";
  font-family: eleganticons;
}
.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  transform: scaleY(1);
}
.cu_dropdown .btn {
  border: 1px solid #dce1e9;
  background-color: #f6f7fa;
  color: #626a77;
  font-size: 12px;
  font-weight: 300;
  padding: 5px 15px;
}
.cu_dropdown .btn_1 {
  padding: 11px 20px;
}
.cu_dropdown .dropdown-toggle::after {
  display: inline-block;
  margin-left: 10px;
  vertical-align: 0;
  content: "\e64b";
  border-top: none;
  font-family: themify;
  font-size: 10px;
}
.cu_dropdown .dropdown-menu {
  min-width: auto;
  background-color: #0b1c39;
  min-width: 102px;
  left: 0 !important;
  border-radius: 0 0 5px 5px;
  top: -2px !important;
  padding: 17px 0;
}
.cu_dropdown .dropdown-menu .dropdown-item {
  font-size: 12px;
  font-weight: 300;
  text-transform: capitalize;
  padding: 7px 20px;
  padding: 7px 20px;
  color: #fff;
}
.cu_dropdown .left_arrow:hover {
  background-color: transparent;
  padding-left: 38px;
}
.cu_dropdown .left_arrow:after {
  left: 18px;
  top: 11px;
}
.section_tittle {
  text-align: center;
  margin-bottom: 62px;
}
@media (max-width: 767.98px) {
  .section_tittle {
    margin-bottom: 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .section_tittle {
    margin-bottom: 45px;
  }
}
.section_tittle h2 {
  font-weight: 700;
  margin-bottom: 12px;
}
@media (max-width: 767.98px) {
  .section_tittle h2 {
    font-size: 25px;
    line-height: 32px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .section_tittle h2 {
    font-size: 30px;
    line-height: 38px;
  }
}
.show .btn {
  background-color: indigo;
  color: #fff;
  border-radius: 5px 5px 0 0;
}
.show .dropdown-toggle::after {
  transform: rotate(180deg);
  color: #fff;
}
.preloder_part {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 999;
  background-color: #fff;
}
.preloder_part .spinner {
  margin: 0 auto;
  width: 40px;
  height: 40px;
  left: 0;
  right: 0;
  top: 48%;
  position: absolute;
  text-align: center;
  animation: sk-rotate 2s infinite linear;
  z-index: 999;
}
.preloder_part .dot1,
.preloder_part .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: indigo;
  border-radius: 100%;
  animation: sk-bounce 2s infinite ease-in-out;
}
.preloder_part .dot2 {
  top: auto;
  bottom: 0;
  animation-delay: -1s;
}
@keyframes sk-rotate {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
@keyframes sk-bounce {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
.page_pageination {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.page_pageination a {
  height: 50px;
  width: 50px;
  line-height: 50px;
  border: 2px solid #dce1e9;
  text-align: center;
  color: #9198a4;
  font-size: 18px;
  display: inline-block;
  border-radius: 50px;
  margin: 0 5px;
}
.page_pageination a:hover {
  background-color: indigo;
  border: 2px solid indigo;
  color: #fff;
  box-shadow: 0 10px 20px 0 rgba(89, 149, 253, 0.4);
}
.page_pageination a i {
  font-size: 20px;
  line-height: 50px;
}
.page_pageination .active {
  background-color: indigo;
  border: 1px solid indigo;
  color: #fff;
  box-shadow: 0 10px 20px 0 rgba(89, 149, 253, 0.4);
}
.progress-bar {
  border-radius: 4px;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background-color: #fbfcfd;
}
.common-checkbox {
  display: none;
}
.common-checkbox + label {
  display: block;
  cursor: pointer;
  color: #626a77;
}
.common-checkbox + label:before {
  content: "";
  border: 2px solid #a8aeb6;
  border-radius: 2px;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  width: 14px;
  height: 14px;
  line-height: 15px;
  padding-left: 0;
  margin-right: 14px;
  vertical-align: bottom;
  color: transparent;
  position: relative;
  top: -6px;
}
.common-checkbox:checked + label:before {
  content: "\5a";
  border: 0;
  font-family: eleganticons;
  border-radius: 2px;
  display: inline-block;
  font-size: 17px;
  font-weight: 600;
  width: 14px;
  height: 14px;
  line-height: 15px;
  padding-left: 0;
  margin-right: 14px;
  vertical-align: bottom;
  color: indigo;
  position: relative;
  top: -6px;
}
.check_icon .common-checkbox + label:before {
  border-radius: 50px;
}
.check_icon .common-checkbox:checked + label:before {
  content: "\5c";
}
.custom_animation1 {
  backface-visibility: hidden;
  animation: jumping_animation 3s ease-in-out 0.5s infinite alternate;
  animation-delay: 0.5s;
  transition: all 0.5s ease 5s;
  user-select: none;
}
.custom_animation_2 {
  backface-visibility: hidden;
  animation: jumping_animation2 3s ease-in-out 0.5s infinite alternate;
  animation-delay: 0.5s;
  transition: all 0.5s ease 5s;
  user-select: none;
}
.custom-animation {
  backface-visibility: hidden;
  animation: jumping 3s ease-in-out 0.5s infinite alternate;
  animation-delay: 0.5s;
  transition: all 0.5s ease 5s;
  user-select: none;
}
.custom-animation2 {
  backface-visibility: hidden;
  animation: jumping2 9s ease-in-out 2s infinite alternate;
  animation-delay: 1s;
  transition: all 1s ease 3s;
  user-select: none;
}
.custom-animation3 {
  backface-visibility: hidden;
  animation: jumping3 9s ease-in-out 2s infinite alternate;
  animation-delay: 1s;
  transition: all 7s ease 2s;
  user-select: none;
}
.custom-animation4 {
  backface-visibility: hidden;
  animation: jumping4 9s ease-in-out 2s infinite alternate;
  animation-delay: 1s;
  transition: all 8s ease 4s;
  user-select: none;
}
.custom-animation5 {
  backface-visibility: hidden;
  animation: jumping4 9s ease-in-out 2s infinite alternate;
  animation-delay: 1s;
  transition: all 8s ease 4s;
  user-select: none;
}
.custom-animation6 {
  backface-visibility: hidden;
  animation: jumping6 9s ease-in-out 2s infinite alternate;
  animation-delay: 1s;
  transition: all 8s ease 4s;
  user-select: none;
}
.custom_animation_icon {
  backface-visibility: hidden;
  animation: custom_animation_icon1 9s ease-in-out 2s infinite alternate;
  animation-delay: 1s;
  transition: all 8s ease 4s;
  user-select: none;
}
@keyframes jumping_animation {
  0% {
    transform: translateY(0) translateX(0) rotate(0) scale(1);
    opacity: 0.8;
  }
  50% {
    transform: translateY(-25px) translateX(-25px) rotate(5deg) scale(0.75);
    opacity: 0.9;
  }
  100% {
    transform: translateY(-25px) translateX(-25px) rotate(0) scale(1);
    opacity: 0.85;
  }
}
@keyframes jumping_animation2 {
  0% {
    transform: translateY(0) translateX(0) rotate(0) scale(1);
    opacity: 0.8;
  }
  50% {
    transform: translateY(-10px) translateX(-10px) rotate(2deg) scale(0.9);
    opacity: 0.9;
  }
  100% {
    transform: translateY(-20px) translateX(-20px) rotate(0) scale(1);
    opacity: 0.85;
  }
}
@keyframes jumping {
  0% {
    transform: translateY(0) translateX(0) rotate(0) scale(1);
    opacity: 0.8;
  }
  50% {
    transform: translateY(-25px) translateX(-25px) rotate(15deg) scale(0.95);
    opacity: 0.9;
  }
  100% {
    transform: translateY(-15px) translateX(-15px) rotate(0) scale(1);
    opacity: 0.85;
  }
}
@keyframes jumping {
  0% {
    transform: translateY(0) translateX(0) rotate(0) scale(1);
    opacity: 0.8;
  }
  50% {
    transform: translateY(-15px) translateX(-15px) rotate(15deg) scale(0.95);
    opacity: 0.9;
  }
  100% {
    transform: translateY(-15px) translateX(-15px) rotate(0) scale(1);
    opacity: 0.85;
  }
}
@keyframes jumping2 {
  0% {
    transform: translateY(0) translateX(0) rotate(0) scale(1);
    opacity: 0.5;
  }
  25% {
    transform: translateY(-30px) translateX(10px) rotate(20deg) scale(0.8);
    opacity: 0.8;
  }
  50% {
    transform: translateY(15px) translateX(-15px) rotate(10deg) scale(0.7);
    opacity: 0.8;
  }
  75% {
    transform: translateY(30px) translateX(20px) rotate(20deg) scale(0.75);
    opacity: 0.7;
  }
  100% {
    transform: translateY(-15px) translateX(15px) rotate(0) scale(0.75);
    opacity: 0.9;
  }
}
@keyframes jumping3 {
  0% {
    transform: translateY(10px) translateX(0) rotate(0) scale(1);
    opacity: 0.9;
  }
  20% {
    transform: translateY(20px) translateX(10px) rotate(-20deg) scale(0.8);
    opacity: 0.8;
  }
  40% {
    transform: translateY(15px) translateX(-15px) rotate(10deg) scale(0.75);
    opacity: 0.8;
  }
  40% {
    transform: translateY(-15px) translateX(-25px) rotate(10deg) scale(0.5);
    opacity: 1;
  }
  80% {
    transform: translateY(-30px) translateX(20px) rotate(-20deg) scale(0.75);
    opacity: 0.6;
  }
  100% {
    transform: translateY(15px) translateX(15px) rotate(0) scale(0.95);
    opacity: 0.7;
  }
}
@keyframes jumping4 {
  0% {
    transform: translateY(-30px) translateX(20px) rotate(0) scale(1.2);
    opacity: 0.7;
  }
  25% {
    transform: translateY(-20px) translateX(10px) rotate(50deg) scale(0.6);
    opacity: 0.8;
  }
  50% {
    transform: translateY(15px) translateX(-15px) rotate(20deg) scale(0.5);
    opacity: 0.9;
  }
  75% {
    transform: translateY(30px) translateX(20px) rotate(50deg) scale(0.75);
    opacity: 0.7;
  }
  100% {
    transform: translateY(-15px) translateX(15px) rotate(0) scale(0.5);
    opacity: 0.9;
  }
}
@keyframes jumping5 {
  0% {
    transform: rotate(180deg);
    display: block;
  }
  100% {
    transform: rotate(30deg);
    display: block;
  }
}
@keyframes jumping6 {
  0% {
    transform: rotate(180deg) translate(-20px, 20px);
    display: block;
  }
  100% {
    transform: rotate(30deg) translate(0, 0);
    display: block;
  }
}
@keyframes custom_animation_icon1 {
  0% {
    transform: translateY(0) translateX(0) rotate(0) scale(1);
    opacity: 0.8;
  }
  50% {
    transform: translateY(-15px) translateX(-15px) rotate(15deg) scale(0.95);
    opacity: 0.9;
  }
  100% {
    transform: translateY(-15px) translateX(-15px) rotate(0) scale(1);
    opacity: 0.85;
  }
}
@keyframes circleAnimation {
  0%,
  100% {
    border-radius: 42% 58% 70% 30%/45% 45% 55% 55%;
    transform: translate3d(0, 0, 0) rotateZ(0.01deg);
  }
  34% {
    border-radius: 70% 30% 46% 54%/30% 29% 71% 70%;
    transform: translate3d(0, 5px, 0) rotateZ(0.01deg);
  }
  50% {
    transform: translate3d(0, 0, 0) rotateZ(0.01deg);
  }
  67% {
    border-radius: 100% 60% 60% 100%/100% 100% 60% 60%;
    transform: translate3d(0, -3px, 0) rotateZ(0.01deg);
  }
}
.btn_1 {
  background-color: #fff;
  border: 2px solid indigo;
  color: #000 !important;
  display: inline-block;
  padding: 11px 23px;
  text-transform: capitalize;
  line-height: 16px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 50px;
  white-space: nowrap;
  transition: 0.5s;
}
.btn_1:hover {
  box-shadow: none;
  background-color: indigo;
  border: 2px solid indigo;
  color: #fff !important;
}
.btn_2 {
  color: #fff;
  border: 2px solid #fff;
  display: inline-block;
  padding: 14px 39px;
  text-transform: capitalize;
  line-height: 22px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 50px;
  background-color: transparent;
  white-space: nowrap;
  transition: 0.5s;
}
.btn_2:hover {
  background-color: indigo;
  border: 2px solid indigo;
  color: #fff !important;
}
.btn_3 {
  color: indigo !important;
  border: 2px solid indigo;
  display: inline-block;
  padding: 14px 39px;
  text-transform: capitalize;
  line-height: 18px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 50px;
  background-color: #fff;
  white-space: nowrap;
  transition: 0.5s;
}
.btn_3:hover {
  box-shadow: 0 20px 40px 0 rgba(68, 134, 254, 0.2);
}
.btn_4 {
  display: inline-block;
  border: 1px solid #dce1e9;
  border-radius: 50px;
  color: #626a77;
  text-align: center;
  padding: 9px 24px;
  line-height: 20px;
  font-size: 13px;
  font-weight: 500;
  transition: 0.5s;
}
.btn_4:hover {
  background-color: indigo;
  border: 1px solid indigo;
  color: #fff !important;
}
.dropdown-toggle:hover {
  background-color: indigo !important;
  color: #fff !important;
}
.view_archive_btn {
  border: 1px solid #dce1e9;
  color: #626a77;
  padding: 16px 30px;
  display: inline-block;
  width: 100%;
  text-align: center;
  line-height: 16px;
  background-color: #fff;
  transition: 0.5s;
}
.view_archive_btn i {
  margin-right: 15px;
}
.view_archive_btn:hover {
  color: indigo;
  border: 1px solid indigo;
}
.sm_btn {
  padding: 9px 20px;
  font-weight: 300;
}
.fixed {
  position: fixed;
  width: max-content;
  height: max-content;
  z-index: 999;
  bottom: 50%;
  right: 50px;
}
.fixed .social {
  position: relative;
}
.fixed .social span {
  position: absolute;
}
.fixed .social span.hidden {
  visibility: hidden;
}
.fixed .social span:nth-child(1).show {
  transform: rotate(0) translate(-70px) rotate(0);
}
.fixed .social span:nth-child(2).show {
  transform: rotate(-45deg) translate(-70px) rotate(45deg);
}
.fixed .social span:nth-child(3).show {
  transform: rotate(45deg) translate(-70px) rotate(-45deg);
}
.header_part {
  background-color: #fff;
  border-bottom: 1px solid rgb(2 25 55 / 8%);
}
@media (max-width: 991px) {
  .header_part .header_iner {
    padding: 15px 0;
    flex-direction: row-reverse;
  }
}
@media (max-width: 767.98px) {
  .header_part .header_iner {
    padding: 5px 0;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .header_part .sidebar_icon {
    flex: 1;
    display: flex;
    justify-content: flex-end;
  }
}
.header_part .sidebar_icon i {
  font-size: 36px;
}
@media (max-width: 767.98px) {
  .header_part .sidebar_icon i {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .header_part .navbar_btn {
    flex: 1;
    display: flex;
    justify-content: flex-start;
  }
}
.header_part .logo {
  max-width: 230px;
  max-height: 50px;
  width: 100%;
  height: 60px;
  background-image: url(../img/logo.png);
  background-position: center center;
  background-size: cover;
}
@media (max-width: 991px) {
  .header_part .logo {
    max-width: 100%;
    max-height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    flex: 1;
  }
}
@media (max-width: 576px) {
  .header_part .logo {
    max-width: 200px;
    max-height: 55px;
    margin-right: auto;
  }
}
.header_part .logo a {
  display: block;
  min-width: 100%;
  min-height: 100%;
}
.header_part .btn_1 {
  padding: 5px !important;
  border: 0;
}
.header_part .btn_1:hover {
  background-color: transparent;
  border: 0;
}
@media (max-width: 991px) {
  .header_part .btn_1 {
    padding: 5px !important;
    font-size: 12px;
  }
}
@media (max-width: 576px) {
  .header_part .btn_1 {
    display: none;
  }
}
.header_part .btn_1 img {
  max-width: 84px;
}
.header_part .sub_header {
  padding: 10px 0 5px 0;
}
@media (max-width: 767.98px) {
  .header_part .sub_header {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .header_part .sub_header {
    font-size: 14px;
  }
}
.header_part .sub_header i {
  color: #ffff;
  margin-right: 14px;
}
.header_part .sub_header a {
  font-size: 14px;
  padding: 3px 10px;
  display: inline-block;
  border-left: 1px solid #dce1e9;
  color: #ffff;
}

.latest-news{
  background-color: #051850;
}
.header_part .sub_header a:hover {
  color: indigo;
}
@media (max-width: 767.98px) {
  .header_part .sub_header a {
    display: block;
    border-left: 0 solid transparent;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .header_part .sub_header a {
    padding: 3px 10px;
  }
}
.header_part .sub_header a:first-child {
  padding-left: 0;
  border-left: 0 solid transparent;
}
.header_part .sub_header a:last-child {
  padding-right: 0;
}
@media (max-width: 767.98px) {
  .header_part .sub_header .hidden-s {
    display: none;
  }
}
@media (max-width: 991px) {
  .header_part .sub_header .hidden-s {
    display: none;
  }
}
@media (max-width: 991px) {
  .header_part .header_login_info {
    font-size: 14px;
  }
}
@media (max-width: 767.98px) {
  .header_part .header_login_info {
    display: none;
  }
}
@media (max-width: 576px) {
  .header_part .header_login_info a {
    padding: 3px !important;
  }
}
@media (max-width: 767.98px) {
  .header_part .header_login_info a {
    display: inline-block;
    font-size: 12px;
  }
}
.header_part .header_login_info a:first-child {
  padding: 3px 18px;
}
@media (max-width: 767.98px) {
  .header_part .header_login_info a:first-child {
    padding-left: 0;
  }
}
.header_part .header_login_info a:last-child {
  padding: 0 0 0 18px;
}
@media (max-width: 767.98px) {
  .header_part .header_login_info a:last-child {
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .header_part .header_login_info a:last-child {
    padding: 3px 0 3px 15px;
  }
}
.header_part .header_login_info {
  text-align: right;
}
@media (max-width: 767.98px) {
  .header_part .header_login_info {
    text-align: center;
    border-top: 1px solid #cbe0fb;
    margin-top: 5px;
  }
}
@media (max-width: 767.98px) {
  .header_part .header_contact_info {
    display: flex;
    justify-content: space-between;
  }
  .header_part .header_contact_info a {
    font-size: 13px;
  }
}
.navbar_bar {
  position: relative;
}
@media (max-width: 991px) {
  .navbar_bar {
    position: absolute;
    overflow: hidden;
    top: 100%;
    top: 100%;
    width: 100%;
    background-color: #fff;
    z-index: 99;
    box-shadow: -1px 6px 7px rgba(0, 0, 0, 0.3);
    transition: 0.5s;
    transform-origin: top center;
    padding: 10px 0;
  }
  .navbar_bar .close_icon {
    position: absolute;
    right: 20px;
    top: 15px;
  }
}
@media (max-width: 576px) {
  .navbar_bar {
    height: 0;
    display: none;
    visibility: hidden;
  }
}
@media (max-width: 768px) {
  .navbar_bar {
    height: 0;
    display: none;
    visibility: hidden;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .navbar_bar {
    padding-left: 0;
  }
}
.navbar_bar ul {
  margin: 0;
  padding: 0;
  text-align: center;
}
@media (max-width: 991px) {
  .navbar_bar ul {
    text-align: left;
  }
}
.navbar_bar ul li {
  list-style: none;
  display: inline-block;
  position: relative;
}
@media (max-width: 991px) {
  .navbar_bar ul li {
    display: block;
  }
}
.navbar_bar ul li a {
  color: #0b1c39;
  text-transform: capitalize;
  font-size: 11px;
  padding: 40px 5px;
  display: inline-block;
  line-height: 16px;
  transition: 0.5s;
  white-space: nowrap;
}
.navbar_bar ul li a:hover {
  color: indigo;
}
@media (max-width: 991px) {
  .navbar_bar ul li a {
    display: inline-block;
    padding: 10px 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .navbar_bar ul li a {
    padding: 32px 20px;
  }
}
.navbar_bar ul li ul {
  position: absolute;
  left: 0;
  padding: 10px 0;
  background-color: #fff;
  box-shadow: 0 10px 30px 0 rgba(7, 28, 55, 0.08);
  min-width: 150px;
  z-index: 99;
  text-align: left;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .navbar_bar ul li ul {
    width: 100%;
    padding: 10px 0;
    position: relative;
    top: 0;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
  }
}
.navbar_bar ul li ul .social_icon {
  float: left;
  margin: 9px;
}
.navbar_bar ul li ul .social_icon a {
  padding: 0;
  height: 35px;
  width: 35px;
  line-height: 35px;
}
.navbar_bar ul li ul .social_icon a:hover {
  background-color: #fff;
  border-color: #000;
}
.navbar_bar ul li ul .social_icon a:hover i.social_facebook {
  color: #2d88ff;
}
.navbar_bar ul li ul .social_icon a:hover i.social_twitter {
  color: #1d9bf0;
}
.navbar_bar ul li ul .social_icon a:hover i.social_youtube {
  color: red;
}
.navbar_bar ul li ul li {
  display: block;
}
.navbar_bar ul li ul li a {
  display: block;
  color: #445363;
  padding: 3px 16px;
  font-size: 13px;
  font-weight: 300;
}
.navbar_bar ul li ul li a:hover {
  text-decoration: underline;
}
.navbar_bar ul li ul li p {
  display: block;
  color: #0b1c39;
  padding: 6px 16px;
  font-size: 15px;
  font-weight: 400;
  position: relative;
}
.navbar_bar ul li ul li p::after {
  content: "";
  position: absolute;
  width: 80%;
  left: 16px;
  bottom: 0;
  height: 1px;
  background-color: #000;
}
.navbar_bar ul li ul li > ul {
  left: 100%;
  top: 15px;
}
@media (max-width: 991px) {
  .navbar_bar ul li ul li > ul {
    left: 0;
    top: 0;
  }
}
.navbar_bar ul li .dropdown_active {
  opacity: 1;
  visibility: visible;
  top: 50px;
}
.navbar_bar ul li .dropdown_active li {
  display: block;
}
.navbar_bar ul li .dropdown_active li a {
  display: inline-block;
}
.navbar_bar ul li .dropdown_active li ul {
  left: 100%;
  top: 20px;
}
@media (max-width: 991px) {
  .navbar_bar ul li .dropdown_active li ul {
    left: 0;
    top: 50px;
  }
}
.navbar_bar .left_arrow:after {
  left: 31px;
  top: 16px;
  background-color: #fff;
}
.navbar_bar .left_arrow:hover {
  padding-left: 50px;
  color: #fff;
}
.active_menu {
  height: auto;
  display: block;
  visibility: visible;
}
.mega_menu_dropdown > a {
  width: 100%;
  color: #445363;
  position: relative;
  font-size: 14px;
}
@media (max-width: 991px) {
  .mega_menu_dropdown > a:after {
    position: absolute;
    content: "\33";
    font-family: eleganticons;
    right: 15px;
    top: 10px;
  }
}
.mega_menu_dropdown > ul {
  width: max-content;
}
@media (max-width: 991px) {
  .mega_menu_dropdown .mega_menu_icon:after {
    content: "\32";
  }
}
.megamenu {
  display: flex;
}
@media (max-width: 576px) {
  .megamenu {
    flex-wrap: nowrap;
    overflow-y: scroll;
    padding: 0;
  }
}
.megamenu div {
  border-right: 1px solid #626a77;
}
.megamenu div:last-child {
  border-right: 0;
}
@media (min-width: 991px) {
  .mega_menu_dropdown > ul {
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
    top: 70px;
  }
  .mega_menu_dropdown:hover > a {
    color: indigo !important;
  }
  .mega_menu_dropdown:hover > ul {
    opacity: 1;
    visibility: visible;
    top: 70px;
  }
  .mega_menu_dropdown:hover > ul > a {
    color: #fff;
  }
}
.sticky_logo {
  display: none;
}
.menu_fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 6px 14px 0 rgba(7, 28, 55, 0.06);
}
.menu_fixed .main_logo {
  display: none;
}
.menu_fixed .sticky_logo {
  display: inline-block;
}
.single_page_header .menu_fixed .navbar_bar ul li a {
  color: #445363;
}
.single_page_header .menu_fixed .mega_menu_dropdown > a {
  background-color: transparent;
  color: #445363;
}
.menu_fixed .mega_menu_dropdown > ul li a {
  background-color: transparent;
  color: #445363;
}
.menu_fixed .mega_menu_dropdown > ul li a:hover {
  color: indigo;
}
.single_page_header .menu_fixed .icon_menu {
  color: #445363;
}
@media (max-width: 991px) {
  .menu_fixed .navbar_bar {
    background-color: #fff;
  }
}
.single_page_header {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  z-index: 99;
  background-color: transparent;
}
.single_page_header .navbar_bar ul li a {
  color: #fff;
}
@media (max-width: 991px) {
  .single_page_header .navbar_bar ul li a {
    color: #0b1c39;
  }
}
.single_page_header .navbar_bar ul li a:hover {
  color: indigo;
}
.single_page_header .mega_menu_dropdown > a {
  background-color: transparent;
  color: #fff;
}
.single_page_header .mega_menu_dropdown > ul > li > a {
  background-color: transparent;
  color: #445363;
}
.single_page_header .navbar_bar ul li ul li a:hover {
  color: indigo;
}
.single_page_header .mega_menu_dropdown:hover > a {
  color: indigo;
}
.breadcrumb_part {
  background-image: url("../img/boost-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: flex;
  align-items: center;
  height: 450px;
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .breadcrumb_part {
    height: 350px;
  }
}
@media (max-width: 991px) {
  .breadcrumb_part {
    height: 350px;
  }
}
.breadcrumb_part:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #445363;
  opacity: 0.5;
  z-index: -1;
}
.breadcrumb_part .breadcrumb_iner {
  text-align: center;
}
@media (max-width: 991px) {
  .breadcrumb_part .breadcrumb_iner {
    margin-top: 0;
  }
}
.breadcrumb_part h2 {
  font-size: 50px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 11px;
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .breadcrumb_part h2 {
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 5px;
  }
}
@media (max-width: 991px) {
  .breadcrumb_part h2 {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 5px;
  }
}
.breadcrumb_part .breadcrumb_iner_link {
  display: flex;
  justify-content: center;
  align-items: center;
}
.breadcrumb_part .breadcrumb_iner_link a {
  font-size: 16px;
  color: #fff;
}
.breadcrumb_part .breadcrumb_iner_link i {
  margin: 0 15px;
  color: #fff;
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .breadcrumb_part .breadcrumb_iner_link i {
    margin: 0 8px;
  }
}
@media (max-width: 991px) {
  .breadcrumb_part .breadcrumb_iner_link i {
    margin: 0 8px;
  }
}
.blog_breadcrumb {
  background-image: url(../img/breadcrumb_bg_1.png);
  height: auto;
  text-align: left;
}
.blog_breadcrumb .breadcrumb_iner {
  padding: 220px 0 120px;
  text-align: left;
}
@media (max-width: 991px) {
  .blog_breadcrumb .breadcrumb_iner {
    padding: 120px 0 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .blog_breadcrumb .breadcrumb_iner {
    padding: 120px 0 60px;
  }
}
.blog_breadcrumb .breadcrumb_iner span {
  background-color: indigo;
  padding: 3px 22px;
  text-transform: capitalize;
  color: #fff;
  display: inline-block;
  border-radius: 50px;
  margin-bottom: 26px;
}
.blog_breadcrumb .breadcrumb_iner h2 {
  font-size: 60px;
  line-height: 1.4;
  margin-bottom: 12px;
}
@media (max-width: 991px) {
  .blog_breadcrumb .breadcrumb_iner h2 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .blog_breadcrumb .breadcrumb_iner h2 {
    font-size: 35px;
  }
}
.blog_breadcrumb .breadcrumb_post_author {
  display: flex;
  flex-wrap: wrap;
}
.blog_breadcrumb .breadcrumb_post_author p {
  color: #fff;
  margin-right: 30px;
}
@media (max-width: 576px) {
  .blog_breadcrumb .breadcrumb_post_author p {
    flex: 100% 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.98px) {
  .blog_breadcrumb .breadcrumb_post_author p {
    flex: 50% 0;
  }
}
.blog_breadcrumb .breadcrumb_post_author p i {
  margin-right: 10px;
}
.grid_bg {
  background-image: url(../img/breadcrumb_bg/grid_breadcrumg.png);
}
.blog_grid_bg {
  background-image: url(../img/breadcrumb_bg/blog_breadcrumg.png);
}
.banner_part .single_banner_part {
  position: relative;
  z-index: 2;
  height: 60vh;
  display: flex;
  align-items: center;
  background-size: cover;
}
@media (max-width: 767.98px) {
  .banner_part .single_banner_part {
    height: 200px;
  }
}
.banner_part .single_banner_part:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #0b1c39;
  opacity: 0.4;
  z-index: -1;
}
.banner_part .single_banner_part .banner_iner {
  text-align: center;
}
.banner_part .single_banner_part .banner_iner h5 {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 4.5px;
  color: #fff;
  font-weight: 400;
}
@media (max-width: 767.98px) {
  .banner_part .single_banner_part .banner_iner h5 {
    font-size: 12px;
    letter-spacing: 1.5px;
  }
}
.banner_part .single_banner_part .banner_iner h2 {
  font-size: 60px;
  font-weight: 700;
  color: #fff;
  line-height: 70px;
  margin: 19px 0 36px;
}
@media (max-width: 767.98px) {
  .banner_part .single_banner_part .banner_iner h2 {
    font-size: 15px;
    line-height: 22px;
  }
}
.banner_part .single_banner_part .banner_iner .btn_2 {
  padding: 5px 35px;
  line-height: 28px;
  font-size: 14px;
  font-weight: 400;
}
.banner_part .owl-nav button.owl-next,
.banner_part .owl-nav button.owl-prev {
  border: 2px solid #d4d7dc;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 20px;
  color: #d4d7dc;
  background-color: transparent;
  position: absolute;
  left: 50px;
  top: 47%;
  display: inline-block;
  border-radius: 50%;
  transition: 0.5s;
}
.banner_part .owl-nav button.owl-next:hover,
.banner_part .owl-nav button.owl-prev:hover {
  background-color: indigo;
  border: 2px solid indigo;
  color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .banner_part .owl-nav button.owl-next,
  .banner_part .owl-nav button.owl-prev {
    left: 20px;
  }
}
.banner_part .owl-nav button.owl-next {
  left: auto;
  right: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .banner_part .owl-nav button.owl-next {
    right: 20px;
  }
}
.banner_part .owl-item.active .banner_iner .btn_2,
.banner_part .owl-item.active .banner_iner h2,
.banner_part .owl-item.active .banner_iner h5 {
  animation: animmate_In_Left 1s ease 0s both;
}
.banner_part .owl-item.active .banner_iner h5 {
  animation-delay: 0.3s;
}
.banner_part .owl-item.active .banner_iner h2 {
  animation-delay: 0.5s;
}
.banner_part .owl-item.active .banner_iner .btn_2 {
  animation-delay: 0.7s;
}
@keyframes animmate_In_Left {
  0% {
    transform: translateX(-150px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
#boost {
  position: relative;
}
#boost .boost-heading {
  background-repeat: no-repeat;
  background-position: right top;
  background-size: contain;
}
#boost .boost-heading h1 {
  text-align: center;
  width: 100%;
  margin: 50px auto;
}
@media (max-width: 767.98px) {
  #boost .boost-heading h1 {
    margin: 30px auto;
    font-size: 22px;
  }
}
#boost .banner_part .single_banner_part .banner_iner {
  text-align: left;
}
#boost .banner_part .single_banner_part .banner_iner h5 {
  font-size: 16px;
  text-transform: capitalize;
  letter-spacing: 3.5px;
  color: #fff;
  font-weight: 400;
}
@media (max-width: 767.98px) {
  #boost .banner_part .single_banner_part .banner_iner h5 {
    font-size: 12px;
    letter-spacing: 1.5px;
  }
}
#boost .banner_part .single_banner_part .banner_iner h2 {
  font-size: 25px;
  font-weight: 500;
  color: #fff;
  line-height: 30px;
  margin: 10px 0 10px;
}
@media (max-width: 767.98px) {
  #boost .banner_part .single_banner_part .banner_iner h2 {
    font-size: 15px;
    line-height: 22px;
  }
}
#boost .banner_part .single_banner_part .banner_iner .btn_2 {
  padding: 5px 35px;
  line-height: 28px;
  font-size: 14px;
  font-weight: 400;
}
#boost .banner_part .single_banner_part::after {
  opacity: 0;
}
#boost .banner_part .bg_1,
#boost .banner_part .bg_2,
#boost .banner_part .bg_3 {
  background-image: url(../img/boost-banner.jpg);
  background-position: left;
}
#boost .about_us {
  background-image: url(../img/icon/boost-bg.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 767.98px) {
  #boost .about_us {
    background-position: bottom;
    background-size: contain;
  }
}
#boost .course_details {
  position: relative;
}
#boost .course_details .course_details_iner {
  position: relative;
}
#boost
  .course_details
  .course_details_iner
  a:hover
  .single_course_list
  h4::before {
  width: 80%;
}
@media (max-width: 767.98px) {
  #boost
    .course_details
    .course_details_iner
    a:hover
    .single_course_list
    h4::before {
    width: 100%;
  }
}
#boost .course_details .course_details_iner .single_course_list {
  flex: 32% 0 0;
  background: #fff;
}
@media (max-width: 767.98px) {
  #boost .course_details .course_details_iner .single_course_list {
    background: 0 0;
    flex: 100% 0 0;
  }
}
#boost .course_details .course_details_iner .single_course_list img {
  max-width: 100%;
  max-height: 150px;
}
#boost .course_details .course_details_iner .cources_details_bg {
  position: absolute;
  left: -60px;
  bottom: -85px;
  z-index: -1;
}
#boost .course_details .course_details_iner .cources_details_icon {
  position: absolute;
  left: -73px;
  bottom: 50px;
  z-index: -1;
}
#boost .about_sharp_1 {
  position: absolute;
  bottom: 50px;
  right: 0;
}
#boost .about_sharp_2 {
  position: absolute;
  bottom: 440px;
  right: 75px;
}
#boost .about_sharp_3 {
  position: absolute;
  bottom: 425px;
  right: 125px;
}
#boost .motivation .motivation_video {
  justify-content: left;
  padding: 5%;
  display: block !important;
}
@media (max-width: 767.98px) {
  #boost .motivation .motivation_video {
    height: auto;
  }
}
#boost .motivation .motivation_video .table td,
#boost .motivation .motivation_video .table th {
  padding: 0.5rem;
  vertical-align: middle;
}
#boost .motivation .motivation_video p a {
  color: indigo;
  background-color: transparent;
}
#boost .motivation .motivation_video a {
  width: fit-content;
  height: auto;
  line-height: 15px;
  text-align: center;
  background-color: #fff;
  border-radius: 5px;
  padding: 5px;
  color: #000;
}
@media (max-width: 767.98px) {
  #boost .motivation .motivation_video a {
    width: 100%;
    height: auto;
    line-height: 30px;
  }
}
#boost .motivation .motivation_video ul {
  list-style: none;
}
#boost .motivation .motivation_video ul li {
  padding: 12px 20px;
  max-width: 300px;
  width: 100%;
  text-align: center;
  background-color: #fff;
  color: #000;
  margin-bottom: 10px;
  border-radius: 8px;
  line-height: 30px;
  box-shadow: 2px 4px 10px #00000040;
}
.course_details {
  overflow: hidden;
  margin-top: -80px;
  z-index: 9;
  position: relative;
}
@media (max-width: 767.98px) {
  .course_details {
    margin-top: 0;
  }
}
.course_details .single_course_list {
  margin-top: 60px;
}
@media (max-width: 767.98px) {
  .course_details .single_course_list {
    margin-top: 30px;
  }
  .course_details .single_course_list:first-child {
    margin-top: 0;
  }
}
.course_details .single_course_list img {
  max-width: 55px;
}
.course_details .single_course_list h4 {
  position: relative;
  margin: 25px 0 13px;
  font-size: 20px;
  font-weight: 600;
  transition: all ease-in-out 0.3s;
}
.course_details .single_course_list h4::before {
  content: "";
  z-index: -1;
  position: absolute;
  width: 2%;
  height: 25px;
  background-color: indigo;
  left: -10px;
  transition: all ease-in-out 0.3s;
}
.course_details .single_course_list p {
  line-height: 20px;
  font-size: 14px;
}
.course_details .course_details_iner {
  margin-top: 73px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 576px) {
  .course_details .course_details_iner {
    margin-top: 10px;
  }
}
.course_details .course_details_iner a {
  display: contents;
}
.course_details .course_details_iner a:hover .single_course_list {
  box-shadow: 0 0 20px rgba(46, 46, 46, 0.219);
}
.course_details .course_details_iner a:hover .single_course_list h4 {
  color: #fff;
}
.course_details .course_details_iner a:hover .single_course_list h4::before {
  width: 100%;
  height: 25px;
  background-color: indigo;
}
@media only screen and (min-width: 769px) {
  .course_details .course_details_iner a:hover .single_course_list h4::before {
    width: 60%;
  }
}
.course_details .course_details_iner .single_course_list {
  flex: 48% 0 0;
  padding: 10px;
  border: 1px solid #ececec;
  border-radius: 15px;
  box-shadow: none;
  transition: all ease-in-out 0.3s;
}
@media (max-width: 576px) {
  .course_details .course_details_iner .single_course_list {
    flex: 100% 0 0;
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  .course_details .course_details_iner .single_course_list {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .course_details .course_details_iner .single_course_list {
    flex: 48% 0 0;
  }
}
.course_details .course_details_iner h3.text-center {
  width: auto;
  margin: auto;
  margin-top: 45px;
}
@media (max-width: 767.98px) {
  .course_details .course_details_iner h3.text-center {
    margin-top: 10px;
    font-size: 1.3rem;
  }
}
.course_details .course_registration_form {
  background-color: #fff;
  box-shadow: 0 30px 60px 0 rgba(2, 25, 55, 0.08);
  border-radius: 10px;
  padding: 45px 40px 40px;
}
@media (max-width: 767.98px) {
  .course_details .course_registration_form {
    padding: 20px;
    margin-top: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .course_details .course_registration_form {
    padding: 20px;
  }
}
.course_details .course_registration_form h3 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 33px;
  line-height: 34px;
}
@media (max-width: 767.98px) {
  .course_details .course_registration_form h3 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .course_details .course_registration_form h3 {
    font-size: 20px;
    line-height: 28px;
  }
}
.course_details .course_registration_form .niceSelect,
.course_details .course_registration_form input {
  border-radius: 50px;
  display: block;
  width: 100%;
  background-color: #f0f3f7;
  padding: 10px 22px;
  color: #7c8189;
  margin-bottom: 20px;
  border: 2px solid #f0f3f7;
  height: auto;
  line-height: 18px;
  font-size: 16px;
  transition: 0.5s;
}
.course_details .course_registration_form .niceSelect:focus,
.course_details .course_registration_form input:focus {
  background-color: transparent;
  border: 2px solid #cbe0fb;
  color: #0b1c39;
}
.course_details .course_registration_form .niceSelect:after,
.course_details .course_registration_form input:after {
  top: 14px;
  right: 25px;
  font-size: 24px;
}
@media (max-width: 767.98px) {
  .course_details .course_registration_form .niceSelect,
  .course_details .course_registration_form input {
    font-size: 14px;
    padding: 9px 25px;
  }
  .course_details .course_registration_form .niceSelect:after,
  .course_details .course_registration_form input:after {
    right: 27px;
    font-size: 24px;
    top: 12px;
  }
}
.course_details .course_registration_form .btn_1 {
  margin-top: 10px;
  padding: 13px 36px;
  box-shadow: 0 10px 20px 0 rgba(68, 134, 254, 0.2);
}
.course_details .course_registration_form .btn_1:hover {
  box-shadow: none;
}
.course_details .course_registration {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .course_details .course_registration {
    margin-top: 35px;
  }
}
.course_details .course_registration .cources_details_bg {
  position: absolute;
  right: -60px;
  bottom: -85px;
  z-index: -1;
}
.course_details .course_registration .cources_details_icon {
  position: absolute;
  right: -73px;
  bottom: 50px;
  z-index: -1;
}
.countdown {
  margin-top: 80px;
  border-top: 1px solid #dce1e9;
  padding-top: 27px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767.98px) {
  .countdown {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .countdown {
    margin-top: 30px;
  }
}
.countdown .time {
  font-size: 30px;
  margin-right: 20px;
  color: indigo;
  line-height: 35px;
  font-weight: 600;
}
.countdown .time:last-child {
  margin-right: 0;
}
@media (max-width: 767.98px) {
  .countdown .time {
    font-size: 20px;
    line-height: 28px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .countdown .time {
    font-size: 20px;
    line-height: 28px;
    margin-right: 12px;
  }
}
.countdown .time span {
  font-size: 16px;
  color: #727881;
  font-weight: 400;
  display: block;
  line-height: 20px;
}
@media (max-width: 767.98px) {
  .countdown .time span {
    font-size: 14px;
    line-height: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .countdown .time span {
    line-height: 32px;
    font-size: 13px;
  }
}
.details {
  overflow: hidden;
  z-index: 9;
  margin-top: -80px;
  position: relative;
}
@media (max-width: 767.98px) {
  .details {
    margin-top: 0;
  }
}
.details .course_list {
  margin-top: 60px;
}
@media (max-width: 767.98px) {
  .details .course_list {
    margin-top: 30px;
  }
  .details .course_list:first-child {
    margin-top: 0;
  }
}
.details .course_list img {
  max-width: 55px;
}
.details .course_list h4 {
  position: relative;
  margin: 25px 0 13px;
  font-size: 20px;
  font-weight: 600;
  transition: all ease-in-out 0.3s;
}
.details .course_list h4::before {
  content: "";
  z-index: -1;
  position: absolute;
  width: 2%;
  height: 25px;
  background-color: indigo;
  left: -10px;
  transition: all ease-in-out 0.3s;
}
.details .course_list p {
  line-height: 20px;
  font-size: 14px;
}
.details .details_iner {
  margin-top: 73px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 576px) {
  .details .details_iner {
    margin-top: 10px;
  }
}
.details .details_iner a {
  display: contents;
}
.details .details_iner a:hover .course_list {
  box-shadow: 0 0 20px rgba(46, 46, 46, 0.219);
}
.details .details_iner a:hover .course_list h4 {
  color: #fff;
}
.details .details_iner a:hover .course_list h4::before {
  width: 100%;
  height: 25px;
  background-color: indigo;
}
@media only screen and (min-width: 769px) {
  .details .details_iner a:hover .course_list h4::before {
    width: 60%;
  }
}
.details .details_iner .course_list {
  flex: 48% 0 0;
  padding: 10px;
  border: 1px solid #ececec;
  border-radius: 15px;
  box-shadow: none;
  transition: all ease-in-out 0.3s;
}
@media (max-width: 576px) {
  .details .details_iner .course_list {
    flex: 100% 0 0;
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  .details .details_iner .course_list {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .details .details_iner .course_list {
    flex: 48% 0 0;
  }
}
.details .details_iner h3.text-center {
  width: auto;
  margin: auto;
  margin-top: 45px;
}
@media (max-width: 767.98px) {
  .details .details_iner h3.text-center {
    margin-top: 10px;
    font-size: 1.3rem;
  }
}
.details .registration_form {
  background-color: #fff;
  box-shadow: 0 30px 60px 0 rgba(2, 25, 55, 0.08);
  border-radius: 10px;
  padding: 30px 40px 40px;
}
@media (max-width: 767.98px) {
  .details .registration_form {
    padding: 20px;
    margin-top: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .details .registration_form {
    padding: 20px;
  }
}
.details .registration_form .box {
  margin: 0 -15px;
  margin-top: 5px;
  padding: 15px;
  border: 1px solid #dce1e9;
  border-radius: 10px;
}
.details .registration_form h3 {
  font-size: 26px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 33px;
  line-height: 34px;
}
@media (max-width: 767.98px) {
  .details .registration_form h3 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .details .registration_form h3 {
    font-size: 20px;
    line-height: 28px;
  }
}
.details .registration_form label {
  margin-bottom: 20px;
}
.details .registration_form .niceSelect,
.details .registration_form input {
  border-radius: 50px;
  display: block;
  width: 100%;
  background-color: #f0f3f7;
  padding: 10px 22px;
  color: #7c8189;
  margin-bottom: 20px;
  border: 2px solid #f0f3f7;
  height: auto;
  line-height: 18px;
  font-size: 16px;
  transition: 0.5s;
}
.details .registration_form .niceSelect:focus,
.details .registration_form input:focus {
  background-color: transparent;
  border: 2px solid #cbe0fb;
  color: #0b1c39;
}
.details .registration_form .niceSelect:after,
.details .registration_form input:after {
  top: 14px;
  right: 25px;
  font-size: 24px;
}
@media (max-width: 767.98px) {
  .details .registration_form .niceSelect,
  .details .registration_form input {
    font-size: 14px;
    padding: 9px 25px;
  }
  .details .registration_form .niceSelect:after,
  .details .registration_form input:after {
    right: 27px;
    font-size: 24px;
    top: 12px;
  }
}
.details .registration_form .niceSelect[type="checkbox"],
.details .registration_form .niceSelect[type="radio"],
.details .registration_form input[type="checkbox"],
.details .registration_form input[type="radio"] {
  width: 20%;
  display: inline-block;
}
.details .registration_form .btn_1 {
  margin-top: 10px;
  padding: 13px 36px;
  box-shadow: 0 10px 20px 0 rgba(68, 134, 254, 0.2);
}
.details .registration_form .btn_1:hover {
  box-shadow: none;
}
.details .registration {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .details .registration {
    margin-top: 35px;
  }
}
.details .registration .details_bg {
  position: absolute;
  right: -60px;
  bottom: -85px;
  z-index: -1;
}
.details .registration .details_icon {
  position: absolute;
  right: -73px;
  bottom: 50px;
  z-index: -1;
}
.countdown {
  margin-top: 80px;
  border-top: 1px solid #dce1e9;
  padding-top: 27px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767.98px) {
  .countdown {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .countdown {
    margin-top: 30px;
  }
}

.marquee {
        width: 100%;
        overflow: hidden;
        white-space: nowrap;
    }
    
    .marquee:hover .marquee__item {
        -webkit-animation-play-state: paused;
        animation-play-state: paused;
    }
    
    .marquee__seperator {
        margin: 0 2rem;
    }
    
    .marquee__item {
        display: inline-block;
        will-change: transform;
        -webkit-animation: marquee 25s linear infinite;
        animation: marquee 25s linear infinite;
    }
    
    @-webkit-keyframes marquee {
        0% {
            transform: translateX(0);
        }
        100% {
            transform: translateX(-100%);
        }
    }
    
    @keyframes marquee {
        0% {
            transform: translateX(0);
        }
        100% {
            transform: translateX(-100%);
        }
    }
    
    .marquee {
        background-color: #051850;
        padding: 1rem 0;
        color: #fff;
        display: flex;
    }
    
    .marquee a {
        color: #ffff;
    }
    
    .marquee span {
        color: #bbb9b9;
    }
    
    .marquee a:hover {
        color: #c1aeae;
        text-decoration: underline;
    }
    
    .course_details.padding_bottom {
        margin-top: 0;
    }
    
    .course_details.padding_bottom .course_details_iner {
        margin-top: 0;
    }
    
    .ribbon {
        position: absolute;
        display: inline-block;
        background: red;
        padding: 0 10px;
        z-index: 9;
    }


    
.countdown .time {
  font-size: 30px;
  margin-right: 20px;
  color: indigo;
  line-height: 35px;
  font-weight: 600;
}
.countdown .time:last-child {
  margin-right: 0;
}
@media (max-width: 767.98px) {
  .countdown .time {
    font-size: 20px;
    line-height: 28px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .countdown .time {
    font-size: 20px;
    line-height: 28px;
    margin-right: 12px;
  }
}
.countdown .time span {
  font-size: 16px;
  color: #727881;
  font-weight: 400;
  display: block;
  line-height: 20px;
}
@media (max-width: 767.98px) {
  .countdown .time span {
    font-size: 14px;
    line-height: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .countdown .time span {
    line-height: 32px;
    font-size: 13px;
  }
}
.about_us {
  position: relative;
  background-color: #051850;
  padding: 8px;
}
.about_us .about_us_img {
  position: relative;
}
.about_us .about_us_img img {
  border-radius: 10px;
}
@media (max-width: 767.98px) {
  .about_us .about_us_img {
    margin-bottom: 35px;
  }
}
.about_us .about_icon {
  position: absolute;
  top: -41px;
  z-index: 1;
  left: 64px;
}
.about_us .about_tricker {
  position: absolute;
  top: -60px;
  left: -60px;
  height: 150px;
  width: 150px;
  display: flex;
  align-items: center;
  background-image: linear-gradient(45deg, #58aed7, #da6dee);
  text-align: center;
  justify-content: center;
  border-radius: 50%;
  z-index: 2;
}
@media (max-width: 767.98px) {
  .about_us .about_tricker {
    top: -50px;
    left: -10px;
    height: 80px;
    width: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .about_us .about_tricker {
    top: -50px;
    left: -10px;
    height: 80px;
    width: 80px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .about_us .about_tricker {
    top: -50px;
    left: -10px;
    height: 100px;
    width: 100px;
  }
}
.about_us .tricker_iner p {
  text-transform: uppercase;
  color: #fff;
  line-height: 25px;
}
@media (max-width: 767.98px) {
  .about_us .tricker_iner p {
    font-size: 10px;
    line-height: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .about_us .tricker_iner p {
    font-size: 10px;
    line-height: 16px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .about_us .tricker_iner p {
    font-size: 14px;
    line-height: 26px;
  }
}
.about_us .tricker_iner span {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0;
  line-height: 43px;
}
@media (max-width: 767.98px) {
  .about_us .tricker_iner span {
    font-size: 18px;
    line-height: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .about_us .tricker_iner span {
    font-size: 18px;
    line-height: 25px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .about_us .tricker_iner span {
    font-size: 18px;
    line-height: 25px;
  }
}
.about_us .about_us_details h2 {
  font-size: 50px;
  color: #fff;
  line-height: 64px;
  margin-bottom: 20px;
  font-weight: 600;
}
@media (max-width: 767.98px) {
  .about_us .about_us_details h2 {
    font-size: 25px;
    line-height: 32px;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .about_us .about_us_details h2 {
    font-size: 25px;
    line-height: 32px;
    margin-bottom: 15px;
  }
}
.about_us .about_us_details h3 {
  font-size: 24px;
  color: #9b7eb1;
  margin-bottom: 35px;
  font-weight: 300;
}
@media (max-width: 767.98px) {
  .about_us .about_us_details h3 {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .about_us .about_us_details h3 {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
  }
}
.about_us .about_us_details h3 span {
  color: #0b1c39;
  font-weight: 500;
}
.about_us .about_us_details p {
  margin-bottom: 36px;
  line-height: 28px;
  color: #fff;
}
@media (max-width: 767.98px) {
  .about_us .about_us_details p {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .about_us .about_us_details p {
    margin-bottom: 20px;
  }
}
.about_us .about_us_details .btn_1 {
  margin-top: 21px;
  padding: 15px 44px;
  box-shadow: 0 20px 40px 0 rgba(68, 134, 254, 0.2);
}
.about_us .about_us_details .btn_1:hover {
  box-shadow: none;
}
.about_us .about_sharp_1 {
  position: absolute;
  bottom: 50px;
  right: 0;
}
.about_us .about_sharp_2 {
  position: absolute;
  bottom: 440px;
  right: 75px;
}
.about_us .about_sharp_3 {
  position: absolute;
  bottom: 425px;
  right: 125px;
}
.single_about_page {
  padding: 180px 0 120px;
}
@media (max-width: 991px) {
  .single_about_page {
    padding: 120px 0 70px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .single_about_page {
    padding: 130px 0 100px;
  }
}
.shiksha {
  position: relative;
}
.shiksha .shiksha_img {
  position: relative;
}
.shiksha .shiksha_img img {
  border-radius: 10px;
  width: 100%;
}
@media (max-width: 767.98px) {
  .shiksha .shiksha_img {
    margin-bottom: 35px;
  }
}
.shiksha .shiksha_msg h2 {
  font-size: 50px;
  line-height: 64px;
  margin-bottom: 20px;
  font-weight: 600;
}
@media (max-width: 767.98px) {
  .shiksha .shiksha_msg h2 {
    font-size: 25px;
    line-height: 32px;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .shiksha .shiksha_msg h2 {
    font-size: 25px;
    line-height: 32px;
    margin-bottom: 15px;
  }
}
.shiksha .shiksha_msg h3 {
  font-size: 24px;
  color: indigo;
  margin-bottom: 35px;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .shiksha .shiksha_msg h3 {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .shiksha .shiksha_msg h3 {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
  }
}
.shiksha .shiksha_msg h3 span {
  color: #0b1c39;
  font-weight: 500;
}
.shiksha .shiksha_msg p {
  margin-bottom: 20px;
  line-height: 28px;
}
@media (max-width: 767.98px) {
  .shiksha .shiksha_msg p {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .shiksha .shiksha_msg p {
    margin-bottom: 20px;
  }
}
.popular_course .single_courses_item {
  border-radius: 6px;
  margin: 0 15px;
  transition: 0.2s;
}
@media (max-width: 576px) {
  .popular_course .single_courses_item {
    margin: 0;
  }
}
.popular_course .single_courses_item:hover {
  box-shadow: 0 30px 50px 0 rgba(2, 25, 55, 0.15);
}
.popular_course .single_courses_item img {
  border-radius: 10px 10px 0 0;
}
.popular_course .single_courses_item h4 {
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  margin: 18px 0 23px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  transition: 0.3s;
}
.popular_course .single_courses_item:hover h4 {
  color: indigo;
}
.popular_course .courses_item_iner {
  padding: 20px 30px 15px;
  background-color: #fff;
  border-radius: 0 0 6px 6px;
}
@media (max-width: 991px) {
  .popular_course .courses_item_iner {
    padding: 20px 15px 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .popular_course .courses_item_iner {
    padding: 25px 20px 22px;
  }
}
.popular_course .popular_course_list {
  justify-content: space-between;
  margin-top: 18px;
  border-top: 1px solid #dce1e9;
  padding-top: 16px;
}
.popular_course .owl-carousel .owl-stage {
  margin: 0 30px 65px 0;
}
.popular_course .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 6px;
  align-items: center;
  display: flex;
  justify-content: center;
}
.popular_course .owl-dots .owl-dot {
  width: 6px;
  height: 6px;
  background-color: #c0c9d7 !important;
  display: inline-block;
  border-radius: 50%;
  margin: 0 5px;
  transform: scale(1);
}
.popular_course button.owl-dot.active {
  background-color: indigo !important;
  transform: scale(1.7);
}
.course_author {
  display: flex;
  align-items: center;
}
.course_author p {
  padding-left: 10px;
}
.limit_text {
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.course_author img {
  max-width: 30px;
  border-radius: 50% !important;
}
.courses_review {
  display: flex;
  align-items: center;
}
.courses_review .courses_btn {
  font-size: 14px;
  padding: 5px 10px;
  line-height: 14px;
  background-color: indigo;
  color: #fff;
  text-transform: uppercase;
  border-radius: 50px;
}
.courses_review .review_icon {
  margin-left: 30px;
}
@media (max-width: 767.98px) {
  .courses_review .review_icon {
    margin-left: 8px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .courses_review .review_icon {
    margin-left: 9px;
  }
}
.courses_review .review_icon i {
  color: #ffbe21;
  font-size: 12px;
}
.courses_review span {
  color: #7a818d;
  margin-left: 8px;
  font-size: 14px;
}
@media (max-width: 767.98px) {
  .courses_review span {
    font-size: 12px;
  }
}
.popular_course_list {
  display: flex;
}
.popular_course_list p {
  color: #0b1c39;
}
.popular_course_list p i {
  color: indigo;
  margin-right: 8px;
}
.courses_list_style .single_courses_item {
  display: flex;
  align-items: center;
}
@media (max-width: 576px) {
  .courses_list_style .single_courses_item {
    display: block;
  }
}
.courses_list_style .single_courses_item:hover {
  box-shadow: 0 3px 6px 0 rgba(2, 25, 55, 0.04);
}
.courses_list_style .single_courses_item .courses_item_iner {
  padding: 30px 30px 15px;
  flex: auto;
}
@media (max-width: 991px) {
  .courses_list_style .single_courses_item .courses_item_iner {
    padding: 20px 15px 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .courses_list_style .single_courses_item .courses_item_iner {
    padding: 30px 25px 15px;
  }
}
.courses_list_style .single_courses_item img {
  max-width: 372px;
  width: auto !important;
  border-radius: 5px 0 0 5px;
}
@media (max-width: 576px) {
  .courses_list_style .single_courses_item img {
    max-width: 100%;
    width: 100% !important;
    border-radius: 5px 5px 0 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.98px) {
  .courses_list_style .single_courses_item img {
    max-width: 215px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .courses_list_style .single_courses_item img {
    max-width: 300px;
  }
}
.courses_list_style .single_courses_item h4 {
  font-size: 30px;
  line-height: 42px;
  margin: 18px 0 28px;
}
@media (max-width: 991px) {
  .courses_list_style .single_courses_item h4 {
    font-size: 20px;
    line-height: 28px;
    margin: 10px 0 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .courses_list_style .single_courses_item h4 {
    font-size: 25px;
    line-height: 35px;
  }
}
.courses_list_style .single_courses_item .course_author img {
  max-width: 30px;
  border-radius: 50%;
}
.courses_list_style .single_courses_item .popular_course_list {
  margin-top: 50px;
  padding-top: 25px;
}
@media only screen and (min-width: 576px) and (max-width: 767.98px) {
  .courses_list_style .single_courses_item .popular_course_list {
    margin-top: 25px;
    padding-top: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .courses_list_style .single_courses_item .popular_course_list {
    margin-top: 25px;
    padding-top: 15px;
  }
}
.course_category .single_category_item {
  display: block;
  text-align: center;
  padding: 50px;
  background-color: rgba(37, 114, 255, 0.08);
  border-radius: 6px;
  transition: 0.5s;
}
@media (max-width: 991px) {
  .course_category .single_category_item {
    padding: 30px;
  }
}
.course_category .single_category_item:hover {
  transform: translateY(-10px);
}
.course_category .single_category_item img {
  width: 75px;
  height: 75px;
  margin: 0 auto;
  margin-bottom: 36px;
}
.course_category .single_category_item #icon {
  fill: #ff2572 !important;
  fill-rule: evenodd;
}
.course_category .single_category_item h4 {
  font-size: 20px;
  margin-bottom: 2px;
}
.course_category .single_category_item h4,
.course_category .single_category_item p {
  color: #2572ff;
}
.course_category .pink {
  background-color: rgba(255, 37, 114, 0.08);
}
.course_category .pink h4,
.course_category .pink p {
  color: #ff2572;
}
.course_category .yellow {
  background-color: rgba(250, 173, 25, 0.08);
}
.course_category .yellow h4,
.course_category .yellow p {
  color: #faad19;
}
.course_category .green {
  background-color: rgba(19, 205, 59, 0.08);
}
.course_category .green h4,
.course_category .green p {
  color: #13cd3b;
}
.course_category .owl-carousel .owl-stage {
  margin: 10px 0 57px;
}
.course_category .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  align-items: center;
  display: flex;
  justify-content: center;
}
.course_category .owl-dots .owl-dot {
  width: 6px;
  height: 6px;
  background-color: #c0c9d7 !important;
  display: inline-block;
  border-radius: 50%;
  margin: 0 5px;
  transform: scale(1);
}
.course_category button.owl-dot.active {
  background-color: indigo !important;
  transform: scale(1.7);
}
.instructor_list .single_instructor_tittle h4 {
  font-size: 20px;
  font-weight: 600;
  margin: 25px 0 9px;
}
@media (max-width: 991px) {
  .instructor_list .single_instructor_tittle h4 {
    margin: 10px 0 9px;
  }
}
.instructor_list .single_instructor_tittle h4 a {
  color: #0b1c39;
}
.instructor_list .single_instructor_tittle h4 a:hover {
  color: indigo;
}
.instructor_list .single_instructor_tittle p {
  line-height: 14px;
}
.instructor_list .single_instructor {
  position: relative;
}
.instructor_list .single_instructor .social_icon {
  position: absolute;
  bottom: 35px;
  left: 0;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
@media (max-width: 767.98px) {
  .instructor_list .single_instructor .social_icon {
    position: relative;
    bottom: 0;
    margin-top: 10px;
    z-index: 5;
    opacity: 1;
    visibility: visible;
    transition: 0.5s;
  }
}
.instructor_list .single_instructor .social_icon i {
  font-size: 14px;
  color: #626a77;
}
.instructor_list .single_instructor .social_icon .social_linkedin {
  color: #0665e0;
}
.instructor_list .single_instructor .social_icon .social_twitter {
  color: #1d9bf0;
}
.instructor_list .single_instructor .social_icon .social_facebook {
  color: #2d88ff;
}
.instructor_list .single_instructor .social_icon a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 36px;
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
  margin: 10px 0;
  border: 2px solid #fff;
}
@media (max-width: 767.98px) {
  .instructor_list .single_instructor .social_icon a {
    display: inline-block;
  }
}
.instructor_list .single_instructor .social_icon a:hover {
  background-color: indigo;
  border: 2px solid indigo;
  box-shadow: none;
}
.instructor_list .single_instructor .social_icon a:hover i {
  color: #fff;
}
.instructor_list .single_instructor .instructor_img {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
}
.instructor_list .single_instructor .instructor_img img {
  border-radius: 6px;
  box-shadow: 0 0 2px #0000004a;
  width: -webkit-fill-available;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 991px) {
  .instructor_list .single_instructor .instructor_img img {
    width: 100%;
  }
}
.instructor_list .single_instructor .instructor_img:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #0b1c39;
  opacity: 0;
  transition: 0.5s;
  border-radius: 6px;
}
.instructor_list .single_instructor:hover .social_icon {
  transform: translateX(30px);
  opacity: 1;
  visibility: visible;
}
.instructor_list .single_instructor:hover .instructor_img:after {
  opacity: 0.8;
}
.instructor_list .single_instructor:hover .instructor_img img {
  transform: scale(1.2);
}
@media (max-width: 991px) {
  .instructor_list .single_instructor_item {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .instructor_list .col-lg-3:last-child .single_instructor_item {
    margin-bottom: 0;
  }
}
.event_page_instructor h3 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 42px;
}
@media (max-width: 991px) {
  .event_page_instructor h3 {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
.motivation {
  height: 720px;
  position: relative;
  display: flex;
  align-items: center;
}
@media (max-width: 767.98px) {
  .motivation {
    display: block;
    height: auto;
    padding: 70px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .motivation {
    height: 600px;
  }
}
.motivation h2 {
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 26px;
  font-weight: 600;
}
@media (max-width: 767.98px) {
  .motivation h2 {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .motivation h2 {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 15px;
  }
}
.motivation p {
  margin-bottom: 33px;
}
.motivation .single_item {
  width: 270px;
  display: flex;
  align-items: center;
  padding: 15px 30px;
  background-color: #fff;
  margin-top: 20px;
  box-shadow: 0 20px 40px 0 rgba(2, 25, 55, 0.06);
  border-radius: 4px;
  transition: 0.5s;
}
@media (max-width: 767.98px) {
  .motivation .single_item {
    width: 100%;
  }
}
.motivation .single_item i {
  color: #626a77;
  margin-right: 20px;
}
.motivation .single_item i,
.motivation .single_item p {
  margin-bottom: 0;
  transition: 0.5s;
}
.motivation .single_item:hover i,
.motivation .single_item:hover p {
  color: indigo;
}
.motivation .single_item.active i,
.motivation .single_item.active p {
  color: indigo;
}
.motivation_video {
  height: 100%;
  width: 50%;
  position: absolute;
  right: 0;
  top: 0;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.motivation_video span {
  max-width: 20px;
  font-size: 20px;
  color: indigo;
  text-shadow: 0 10px 16px rgba(37, 114, 255, 0.4);
  transition: 0.5s;
}
.motivation_video a {
  width: 120px;
  height: 120px;
  line-height: 120px;
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
}
@media (max-width: 991px) {
  .motivation_video a {
    width: 80px;
    height: 80px;
    line-height: 80px;
  }
}
.motivation_video a:hover span {
  color: indigo;
  text-shadow: none;
}
.motivation_video {
  background-image: url("../img/icon/boost-bg-1.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg_1 {
  background-image: url("../img/banner.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg_2 {
  background-image: url("../img/course_thumb.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.motivation_content .nav-tabs .nav-link {
  border: 0 solid transparent;
}
.motivation_content .nav-tabs {
  border-bottom: 0 solid transparent;
}
@media (max-width: 576px) {
  .motivation_content .nav-item {
    width: 100%;
  }
}
.animated_play_button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-20%) translateY(-20%);
  display: block;
  width: 120px;
  height: 120px;
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  animation: animated_border 1.5s ease-in-out infinite;
}
@media (max-width: 991px) {
  .animated_play_button:before {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 767.98px) {
  .motivation_video {
    position: relative;
    left: 15px;
    width: 90%;
    margin-top: 30px;
    height: 300px;
  }
}
@keyframes animated_border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.4);
    opacity: 0;
  }
}
@keyframes animated_border_2 {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.2);
    opacity: 0;
  }
}
.event_list {
  position: relative;
}
.event_list .single_event_list {
  display: flex;
  align-items: center;
  padding: 45px 50px;
  box-shadow: 0 30px 70px 0 rgba(2, 25, 55, 0.08);
  border-radius: 10px;
  margin-bottom: 40px;
}
@media (max-width: 767.98px) {
  .event_list .single_event_list {
    display: block;
    padding: 20px 25px;
    margin-bottom: 15px;
  }
}
.event_list .single_event_list:last-child {
  margin-bottom: 0;
}
.event_list .single_event_list img {
  border-radius: 50% 0 50% 50%;
  margin-right: 50px;
  max-width: 275px;
}
@media (max-width: 767.98px) {
  .event_list .single_event_list img {
    margin-right: 0;
    max-width: 241px;
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .event_list .single_event_list img {
    max-width: 150px;
  }
}
.event_list .single_event_list h5 {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #fdb70d;
  font-weight: 400;
}
.event_list .single_event_list h2 {
  font-size: 26px;
  line-height: 40px;
  font-weight: 600;
  margin-bottom: 24px;
  transition: 0.5s;
}
@media (max-width: 767.98px) {
  .event_list .single_event_list h2 {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .event_list .single_event_list h2 {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 15px;
  }
}
.event_list .single_event_list a {
  color: #0b1c39;
}
.event_list .single_event_list a h2:hover {
  color: indigo;
}
.event_list .event_list_tag {
  margin-bottom: 22px;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .event_list .event_list_tag {
    margin-bottom: 10px;
  }
}
.event_list .event_list_tag i {
  color: indigo;
  margin-right: 10px;
}
.event_list .event_list_tag a {
  margin-right: 42px;
}
.event_list .event_list_tag p {
  display: inline-block;
  margin-right: 40px;
}
.event_list .event_list_tag p:last-child {
  margin-right: 0;
}
.event_list .event_list_btn {
  text-align: center;
  margin: 0 auto;
}
.event_list .btn_3 {
  margin-top: 22px;
}
.event_list .about_sharp_3 {
  position: absolute;
  left: 10%;
  top: 28%;
}
.event_list .about_sharp_2 {
  position: absolute;
  left: 17%;
  bottom: 39%;
}
.event_list .about_sharp_1 {
  position: absolute;
  right: 6%;
  top: 28%;
}
.event_list .about_sharp_4 {
  position: absolute;
  right: 17%;
  bottom: 45%;
}
.event_list .about_sharp_5 {
  position: absolute;
  right: 11%;
  bottom: 23%;
}
.our_alumni {
  background-color: #afa2b9;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.our_alumni .review_overlay_1 {
  position: absolute;
  left: 100px;
  bottom: 0;
  z-index: -1;
}
.our_alumni .review_overlay_2 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.our_alumni .our_alumni_tittle {
  position: relative;
}
.our_alumni .our_alumni_tittle h2 {
  font-size: 60px;
  line-height: 70px;
  margin-bottom: 98px;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .our_alumni .our_alumni_tittle h2 {
    font-size: 25px;
    line-height: 33px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .our_alumni .our_alumni_tittle h2 {
    font-size: 32px;
    line-height: 47px;
  }
}
.our_alumni .our_alumni_tittle img {
  position: absolute;
  right: 0;
  bottom: -17px;
}
.our_alumni h2,
.our_alumni h4,
.our_alumni p {
  color: #fff;
}
.our_alumni p {
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
  color: #fff;
}
@media (max-width: 991px) {
  .our_alumni p {
    font-size: 16px;
    line-height: 22px;
  }
}
.our_alumni .our_alumni_content {
  display: flex;
  align-items: center;
  margin-top: 40px;
}
@media (max-width: 991px) {
  .our_alumni .our_alumni_content {
    margin-top: 20px;
  }
}
.our_alumni .our_alumni_content img {
  max-width: 70px;
  border-radius: 50%;
  margin-right: 30px;
}
.our_alumni .our_alumni_content p {
  font-size: 16px;
  line-height: 30px;
}
.our_alumni .our_alumni_content h4 {
  font-size: 20px;
  line-height: 16px;
  margin-bottom: 4px;
}
.our_alumni .owl-nav {
  position: absolute;
  left: -105%;
  bottom: 20px;
  z-index: 99;
}
@media (max-width: 767.98px) {
  .our_alumni .owl-nav {
    position: relative;
    left: 0;
    bottom: 0;
    margin-top: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .our_alumni .owl-nav {
    position: absolute;
    left: -54%;
    bottom: 20px;
  }
}
.our_alumni .owl-nav button.owl-next,
.our_alumni .owl-nav button.owl-prev {
  border: 2px solid #d4d7dc;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 20px;
  color: #d4d7dc;
  background-color: transparent;
  display: inline-block;
  border-radius: 50%;
  transition: 0.5s;
}
.our_alumni .owl-nav button.owl-next:hover,
.our_alumni .owl-nav button.owl-prev:hover {
  background-color: #fff;
  color: indigo;
  border: 2px solid #fff;
}
.our_alumni .owl-next {
  margin-left: 10px;
}
.our_alumni .circle_shape_1 {
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  opacity: 0.08;
  position: absolute;
  left: 258px;
  bottom: -200px;
  width: 330px;
  height: 330px;
  animation: circleAnimation 5s linear infinite;
  z-index: -1;
}
.our_alumni .circle_shape_2 {
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  opacity: 0.1;
  position: absolute;
  left: -100px;
  bottom: -120px;
  width: 510px;
  height: 510px;
  animation: circleAnimation 7s linear infinite;
  z-index: -1;
}
.course_single_page .single_courses_item {
  margin: 40px 0 0;
}
@media (max-width: 767.98px) {
  .course_single_page .single_courses_item {
    margin: 15px 0 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .course_single_page .single_courses_item {
    margin: 15px 0 0;
  }
}
.single_courses_filter {
  flex: 24% 0 0;
  border-right: 1px solid #e4e8ef;
}
@media (max-width: 576px) {
  .single_courses_filter {
    flex: 100% 0 0;
    border-right: 0 solid transparent;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .single_courses_filter {
    flex: 50% 0 0;
    border-right: 1 solid #e4e8ef;
  }
}
.single_courses_filter:last-child {
  border-right: 0px solid transparent;
}
@media (min-width: 576px) and (max-width: 991px) {
  .single_courses_filter:nth-child(n + 2) {
    border-right: 0 solid transparent;
  }
}
.single_courses_filter input {
  padding: 14px 15px;
  border: 0 solid transparent;
  line-height: 22px;
  color: #8b9098;
}
@media (min-width: 576px) and (max-width: 991px) {
  .single_courses_filter input {
    padding: 14px 20px;
  }
}
.single_courses_filter .niceSelect {
  border: 0 solid transparent;
  height: 50px;
  font-size: 16px;
  line-height: 50px;
  color: #8b9098;
  font-weight: 400;
}
@media (max-width: 576px) {
  .single_courses_filter .niceSelect {
    margin: 10px 0;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .single_courses_filter .niceSelect {
    margin: 10px 0;
  }
}
.single_courses_filter .niceSelect:after {
  top: 3px;
  right: 28px;
  font-size: 24px;
  color: #8b9098;
}
.courses_filter_part {
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
  justify-content: center;
  box-shadow: 0 30px 70px 0 rgba(2, 25, 55, 0.08);
  padding: 15px 15px;
  margin-bottom: 20px;
}
.courses_filter_part .btn_1 {
  float: right;
  padding: 15px 45px;
}
.courses_filter_part .btn_1:hover {
  background-color: #0d56dc;
  border: 2px solid #0d56dc;
  color: #fff !important;
}
@media (max-width: 576px) {
  .courses_filter_part .btn_1 {
    width: 100%;
    text-align: center;
  }
}
.cta_part {
  background-color: indigo;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.cta_part .cta_part_iner h2 {
  font-size: 44px;
  line-height: 54px;
  font-weight: 700;
  color: #fff;
}
@media (max-width: 767.98px) {
  .cta_part .cta_part_iner h2 {
    font-size: 25px;
    line-height: 34px;
  }
  .cta_part .cta_part_iner h2 br {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .cta_part .cta_part_iner h2 {
    font-size: 35px;
    line-height: 43px;
  }
  .cta_part .cta_part_iner h2 br {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .cta_part .cta_part_iner h2 br {
    display: none;
  }
}
.cta_part .cta_part_iner p {
  font-size: 24px;
  margin-top: 25px;
  color: #fff;
}
@media (max-width: 767.98px) {
  .cta_part .cta_part_iner p {
    font-size: 18px;
    margin-top: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .cta_part .cta_part_iner p {
    font-size: 22px;
    margin-top: 15px;
  }
}
.cta_part .cta_btn {
  float: right;
}
@media (max-width: 767.98px) {
  .cta_part .cta_btn {
    float: left;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .cta_part .cta_btn {
    float: left;
  }
}
.cta_part .cta_btn .btn_3 {
  box-shadow: 0 20px 40px 0 rgba(2, 25, 55, 0.2);
  padding: 19px 42px;
  border: 2px solid #fff;
}
.cta_part .cta_btn .btn_3:hover {
  border: 2px solid #fff;
  box-shadow: none;
}
@media (max-width: 767.98px) {
  .cta_part .cta_btn .btn_3 {
    padding: 14px 35px;
    margin-top: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .cta_part .cta_btn .btn_3 {
    padding: 14px 35px;
    margin-top: 15px;
  }
}
.cta_part .circle_shape_1 {
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  opacity: 0.08;
  position: absolute;
  right: 260px;
  bottom: -200px;
  width: 325px;
  height: 325px;
  animation: circleAnimation 5s linear infinite;
  z-index: -1;
}
.cta_part .circle_shape_2 {
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  opacity: 0.1;
  position: absolute;
  right: -100px;
  bottom: -120px;
  width: 474px;
  height: 425px;
  animation: circleAnimation 7s linear infinite;
  z-index: -1;
}
.grid_course_single_page .single_courses_item {
  margin: 40px 0 0;
}
@media (max-width: 767.98px) {
  .grid_course_single_page .single_courses_item {
    margin: 15px 0 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .grid_course_single_page .single_courses_item {
    margin: 15px 0 0;
  }
}
.grid_course_single_page .single_courses_item img {
  width: 100%;
}
.grid_courses_filter_part {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  flex-wrap: wrap;
}
.grid_courses_filter_part .single_courses_filter {
  border: 0 solid transparent;
  position: relative;
}
@media (max-width: 576px) {
  .grid_courses_filter_part .single_courses_filter {
    margin: 10px 0;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .grid_courses_filter_part .single_courses_filter {
    margin: 10px 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .grid_courses_filter_part .single_courses_filter {
    margin: 10px 0;
  }
}
.grid_courses_filter_part .single_courses_filter i {
  color: indigo;
  float: left;
  margin-right: 10px;
  font-size: 16px;
}
.grid_courses_filter_part .single_courses_filter p {
  line-height: 17px;
}
.grid_courses_filter_part .single_courses_filter .icon_search {
  position: absolute;
  right: 20px;
  top: 16px;
  margin-right: 0;
  font-size: 20px;
  color: #8b9098;
}
.grid_courses_filter_part .single_courses_filter input {
  color: #a3a8b0;
  width: 100%;
}
@media (max-width: 991px) {
  .education_sidebar {
    margin-top: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .education_sidebar {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.education_sidebar .single_sidebar {
  padding: 40px 35px 18px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 3px 6px 0 rgba(2, 25, 55, 0.04);
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .education_sidebar .single_sidebar {
    flex: 47% 0 0;
  }
}
.education_sidebar .single_sidebar h4 {
  font-size: 18px;
  line-height: 20px;
  position: relative;
  margin-bottom: 47px;
}
.education_sidebar .single_sidebar h4:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -18px;
  width: 50px;
  height: 2px;
  background-color: indigo;
}
.education_sidebar .single_sidebar ul {
  padding: 0;
  margin: 0;
}
.education_sidebar .single_sidebar ul li {
  list-style: none;
  margin: 16px 0;
  font-size: 15px;
}
.blog_sidebar .single_sidebar {
  margin-bottom: 60px;
  position: relative;
}
.blog_sidebar .single_sidebar h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 15px;
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e7e9f2;
}
.blog_sidebar .single_sidebar h3 a {
  color: #445363;
}
.blog_sidebar .single_sidebar h3 a:hover {
  color: indigo;
}
.blog_sidebar .single_sidebar:last-child {
  margin-bottom: 0;
}
.blog_sidebar .single_sidebar .search_form {
  display: flex;
}
.blog_sidebar .single_sidebar .search_form input {
  padding: 20px 30px;
  background-color: #f6f7fa;
  border-radius: 6px;
  border: 1px solid #f6f7fa;
  width: 100%;
}
.blog_sidebar .single_sidebar .search_form i {
  position: absolute;
  right: 30px;
  top: 23px;
  color: indigo;
}
.blog_sidebar .single_sidebar .single_sidebar_post {
  display: flex;
  margin-bottom: 30px;
}
.blog_sidebar .single_sidebar .single_sidebar_post:last-child {
  margin-bottom: 0;
}
.blog_sidebar .single_sidebar .single_sidebar_post img {
  max-width: 90px;
  max-height: 80px;
  border-radius: 6px;
}
@media (max-width: 991px) {
  .blog_sidebar .single_sidebar .single_sidebar_post img {
    max-height: 80px;
  }
}
.blog_sidebar .single_sidebar .single_sidebar_post .sidebar_post_content {
  padding-left: 20px;
}
.blog_sidebar .single_sidebar .single_sidebar_post .sidebar_post_content h4 {
  font-size: 16px;
  line-height: 1.5;
}
.blog_sidebar .single_sidebar .single_sidebar_post .sidebar_post_content h4 a {
  color: #445363;
}
.blog_sidebar
  .single_sidebar
  .single_sidebar_post
  .sidebar_post_content
  h4
  a:hover {
  color: indigo;
}
.blog_sidebar .single_sidebar .category_list p {
  margin-bottom: 24px;
  line-height: 13px;
}
.blog_sidebar .single_sidebar .category_list p:last-child {
  margin-bottom: 0;
}
.blog_sidebar .single_sidebar .category_list p a {
  color: #626a77;
}
.blog_sidebar .single_sidebar .category_list p a:hover {
  color: indigo;
}
.blog_sidebar .single_sidebar .sidebar_tag_list .btn_4 {
  margin: 0 7px 10px 0;
}
.single_review_part.blog_page_single_item p {
  margin-bottom: 15px;
}
.single_review_part.blog_page_single_item span {
  color: #6b6b7a !important;
}
.courses_filter_left_filter {
  display: flex;
  flex: 46% 0 0;
  flex-wrap: wrap;
}
@media (max-width: 767.98px) {
  .courses_filter_left_filter {
    flex: 100% 0 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .courses_filter_left_filter {
    flex: 70% 0 0;
  }
}
.courses_filter_left_filter .single_courses_filter {
  flex: 50% 0 0;
  flex-wrap: wrap;
}
@media (max-width: 767.98px) {
  .courses_filter_left_filter .single_courses_filter {
    flex: 100% 0 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .courses_filter_left_filter .single_courses_filter {
    flex: 100% 0 0;
  }
}
.courses_filter_left_filter .single_filter {
  margin-right: 30px;
  width: 100%;
  box-shadow: 0 30px 70px 0 rgba(2, 25, 55, 0.08);
}
@media (max-width: 767.98px) {
  .courses_filter_left_filter .single_filter {
    margin-right: 0;
    margin: 15px 0;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .courses_filter_left_filter .single_filter {
    margin-right: 0;
    margin: 0 0 15px;
  }
}
.courses_filter_left_filter .single_filter .niceSelect {
  border: 0 solid transparent;
  height: 60px;
  font-size: 16px;
  line-height: 60px;
  color: #626a77;
  font-weight: 400;
  width: 100%;
  display: block;
}
.courses_filter_left_filter .single_filter .niceSelect:after {
  top: 4px;
}
.courses_filter_left_filter .single_filter .niceSelect .list {
  padding: 10px 0;
}
.courses_filter_right_filter {
  display: flex;
  flex: 50% 0 0;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media (max-width: 767.98px) {
  .courses_filter_right_filter {
    flex: 100% 0 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .courses_filter_right_filter {
    flex: 100% 0 0;
    justify-content: flex-start;
    margin-top: 15px;
  }
}
.courses_filter_right_filter .single_courses_filter {
  flex: 50% 0 0;
}
@media (max-width: 767.98px) {
  .courses_filter_right_filter .single_courses_filter {
    flex: 100% 0 0;
  }
}
.courses_filter_right_filter .courses_filter_search {
  position: relative;
  width: 100%;
  box-shadow: 0 30px 70px 0 rgba(2, 25, 55, 0.08);
}
@media (max-width: 767.98px) {
  .courses_filter_right_filter .courses_filter_search {
    max-width: 100%;
    width: 100%;
  }
}
.courses_filter_right_filter .courses_filter_search input {
  padding: 19px 30px;
  border: 0 solid transparent;
  line-height: 22px;
  color: #a3a8b0;
  width: 100%;
  border-radius: 6px;
}
.courses_filter_right_filter .courses_filter_search ::placeholder {
  color: #a3a8b0;
}
.courses_filter_right_filter .courses_filter_search .icon_search {
  position: absolute;
  right: 20px;
  top: 20px;
  margin-right: 0;
  font-size: 20px;
  color: #8b9098;
  transform: rotate(270deg);
}
.courses_details_style {
  background-color: #fbfcfd;
}
.courses_details_iner .course_author img {
  max-width: 40px;
}
.courses_details_iner .course_author h5 {
  font-size: 16px;
  margin-bottom: 0;
  padding-left: 20px;
}
.courses_details_iner .course_author span {
  margin: 0 15px;
}
.courses_details_iner .course_author p {
  padding: 0;
}
@media (max-width: 576px) {
  .courses_details_iner .course_author span {
    display: none;
  }
  .courses_details_iner .course_author img {
    max-width: 30px;
  }
  .courses_details_iner .course_author p {
    font-size: 13px;
    margin-left: 15px;
  }
  .courses_details_iner .course_author h5 {
    font-size: 13px;
    padding-left: 5px;
  }
}
.courses_details_iner h2 {
  font-size: 30px;
  margin: 6px 0 22px;
  font-weight: 600;
}
@media (max-width: 576px) {
  .courses_details_iner h2 {
    font-size: 25px;
    line-height: 33px;
  }
}
.courses_details_iner .couses_overview {
  margin-bottom: 50px;
}
.courses_details_iner .popular_course_list p {
  padding-left: 25px;
}
.courses_details_iner .popular_course_list p i {
  margin-right: 10px;
}
@media (max-width: 576px) {
  .courses_details_iner .popular_course_list p {
    padding-left: 0;
    margin-right: 15px;
    margin-top: 15px;
  }
}
.course_details_tab .course_details_decription ul {
  padding: 0;
  margin: 24px 0 0;
}
.course_details_tab .course_details_decription ul li {
  list-style: none;
  color: #626a77;
  margin: 10px 0;
}
@media (max-width: 576px) {
  .course_details_tab .course_details_decription ul li {
    margin: 5px 0;
  }
}
.course_details_tab .course_details_decription ul li i,
.course_details_tab .course_details_decription ul li span {
  color: indigo;
  margin-right: 15px;
}
.course_details_tab .course_details_decription .colum_2 li {
  width: 50%;
  float: left;
}
@media (max-width: 576px) {
  .course_details_tab .course_details_decription .colum_2 li {
    width: 100%;
  }
}
.course_details_tab h3 {
  font-size: 20px;
  font-weight: 500;
  margin: 45px 0 17px;
}
.course_details_tab p {
  margin-bottom: 25px;
}
.course_details_tab .nav-tabs {
  border-bottom: 0 solid transparent;
  background-color: #eff2f8;
}
.course_details_tab .course_details_tab {
  margin-top: 30px;
}
.course_details_tab .course_details_tab .nav-link {
  line-height: 16px;
  border: 0 solid transparent;
  color: #0b1c39;
  padding: 19px 36px;
  border-top: 4px solid #eff2f8;
  border-radius: 0;
}
@media (max-width: 767.98px) {
  .course_details_tab .course_details_tab .nav-link {
    padding: 19px 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .course_details_tab .course_details_tab .nav-link {
    padding: 19px 25px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .course_details_tab .course_details_tab .nav-link {
    padding: 19px 20px;
  }
}
.course_details_tab .course_details_tab .nav-link i {
  font-size: 16px;
  color: indigo;
  margin-right: 5px;
}
@media (max-width: 767.98px) {
  .course_details_tab .course_details_tab .nav-item {
    width: 50%;
    float: left;
    text-align: center;
  }
}
.course_details_tab .course_details_tab .active {
  border-top: 4px solid indigo;
}
.course_details_tab .course_details_decription .course_author {
  align-items: center;
  margin-bottom: 20px;
}
.course_details_tab .course_details_decription .course_author img {
  max-width: 60px;
  border-width: 3px;
  border-color: #fff;
  border-style: solid;
  border-radius: 50%;
  background-color: #b7cffb;
  box-shadow: 0 20px 40px 0 rgba(2, 25, 55, 0.08);
}
.course_details_tab .course_details_decription .course_author h5 {
  margin-left: 25px;
  font-size: 20px;
  margin-bottom: 0;
}
.course_details_tab .course_details_decription .course_chapter {
  border-bottom: 1px solid #dce1e9;
  padding-bottom: 23px;
}
.course_details_tab .course_details_decription .course_chapter:last-child {
  border-bottom: 0 solid transparent;
  padding-bottom: 0;
}
.course_details_tab .single_review_part {
  padding: 32px 40px;
  background-color: #f6f7fa;
  margin-top: 50px;
}
@media (max-width: 576px) {
  .course_details_tab .single_review_part {
    padding: 20px 30px;
  }
}
.course_details_tab .single_review_part h3 {
  margin: 0 0 23px;
}
.course_details_tab .single_review_part .single_progress_bar {
  display: flex;
  align-items: center;
  line-height: 38px;
}
.course_details_tab .single_review_part .single_progress_bar .progress {
  margin: 0 25px 0 34px;
  height: 8px;
  border-radius: 50px;
  width: 100%;
}
.course_details_tab .single_review_part .single_progress_bar p {
  font-size: 16px;
  display: inline-block;
  margin-bottom: 0;
  white-space: nowrap;
  flex: 60px 0 0;
}
.course_details_tab .single_review_part .single_progress_bar span {
  flex: 30px 0 0;
}
.course_details_tab .progress_bar {
  flex: 64% 0 0;
  padding-right: 30px;
}
@media (max-width: 576px) {
  .course_details_tab .progress_bar {
    flex: 100% 0 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .course_details_tab .progress_bar {
    flex: 60% 0 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .course_details_tab .progress_bar {
    flex: 60% 0 0;
  }
}
.course_details_tab .caouse_rating {
  background-color: #fff;
  padding: 46px 30px;
  flex: 26% 0 0;
  align-self: center;
  text-align: center;
  height: 210px;
  border-radius: 4px;
  box-shadow: 0 3px 6px 0 rgba(2, 25, 55, 0.04);
}
@media (max-width: 576px) {
  .course_details_tab .caouse_rating {
    flex: 100% 0 0;
    padding: 30px 25px;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .course_details_tab .caouse_rating {
    flex: 35% 0 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .course_details_tab .caouse_rating {
    flex: 35% 0 0;
  }
}
.course_details_tab .caouse_rating p {
  margin-bottom: 0;
  color: #0b1c39;
}
.course_details_tab .caouse_rating h2 {
  font-size: 50px;
  font-weight: 500;
}
.course_details_tab .review_icon {
  margin: 9px 0 6px;
}
.course_details_tab .review_icon i {
  color: #ffbe21;
}
.course_details_tab .student_feedback {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.course_details_tab .load_comment {
  text-align: center;
  border-top: 1px solid #e7e9f2;
  margin-top: 40px;
  padding-top: 24px;
}
.course_details_tab .load_comment i {
  margin-left: 5px;
}
.comment_part h3 {
  margin: 0 0 36px;
}
.comment_part p {
  margin-bottom: 30px;
}
.comment_part .admin_tittle {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.comment_part .admin_tittle h5 {
  font-size: 15px;
  font-weight: 500;
}
.comment_part .admin_tittle h5 span {
  display: block;
  color: #9ba1ba;
  margin-top: 6px;
  font-weight: 400;
}
.comment_part .admin_tittle .review_icon {
  margin: 0;
}
.comment_part .admin_tittle .review_icon i {
  font-size: 12px;
}
.comment_part .replay_btn {
  font-size: 14px;
  color: #626a77;
  width: 70px;
  height: 30px;
  line-height: 30px;
  background-color: #e9edf7;
  text-align: center;
  border-radius: 50px;
  display: inline-block;
  margin-right: 20px;
  font-weight: 500;
}
.comment_part .replay_btn:hover {
  background-color: indigo;
  color: #fff;
}
.comment_part .like_btn {
  color: indigo;
  font-size: 16px;
}
.comment_part .like_btn i {
  color: #626a77;
  margin-right: 12px;
}
.comment_part .media {
  padding-top: 0;
  margin-top: 0;
  border-top: 0 solid transparent;
}
.comment_part .media img {
  margin-right: 30px;
  border-radius: 50%;
  max-width: 60px;
}
@media (max-width: 576px) {
  .comment_part .media img {
    margin-right: 10px;
  }
}
.comment_part .media .media {
  padding: 30px 0 0;
  border-top: 1px solid #e7e9f2;
  margin-top: 30px;
}
@media (max-width: 576px) {
  .comment_part .media .media {
    display: block !important;
  }
}
.comment_part .media .media img {
  max-width: 50px;
}
@media (max-width: 576px) {
  .comment_part .media .media img {
    margin-bottom: 20px;
  }
}
.form_style,
.review_form {
  margin-top: 45px;
}
.form_style h3,
.review_form h3 {
  font-size: 20px;
  margin: 0 0 6px;
}
.form_style .admin_tittle,
.review_form .admin_tittle {
  margin-top: 33px;
  display: flex;
}
.form_style .admin_tittle p,
.review_form .admin_tittle p {
  margin-bottom: 0;
}
.form_style .admin_tittle .review_icon,
.review_form .admin_tittle .review_icon {
  margin: 0 0 0 30px;
}
.form_style .admin_tittle .review_icon i,
.review_form .admin_tittle .review_icon i {
  font-size: 14px;
}
.form_style .form_single_item,
.review_form .form_single_item {
  margin-top: 20px;
}
.form_style .form_single_item input,
.form_style .form_single_item textarea,
.review_form .form_single_item input,
.review_form .form_single_item textarea {
  background-color: #f6f7fa;
  padding: 17px 30px;
  border-radius: 30px;
  border: 1px solid #f6f7fa;
  width: 100%;
  font-size: 16px;
  color: #626a77;
  transition: 0.5s;
  text-transform: capitalize;
}
.form_style .form_single_item input:focus,
.form_style .form_single_item textarea:focus,
.review_form .form_single_item input:focus,
.review_form .form_single_item textarea:focus {
  background-color: #fff;
  border: 1px solid #fff;
  color: #626a77;
  box-shadow: 0 20px 20px 0 rgba(2, 25, 55, 0.06);
}
.form_style .form_single_item textarea,
.review_form .form_single_item textarea {
  height: 200px;
}
.form_style .btn_1,
.review_form .btn_1 {
  padding: 15px 39px;
  margin-top: 23px;
}
.add_cart_sidebar {
  padding: 40px 19px 37px 30px !important;
}
.add_cart_sidebar h2 {
  font-size: 30px;
  color: indigo;
}
.add_cart_sidebar h2 span {
  font-size: 52%;
  color: #626a77;
  margin-left: 19px;
  text-decoration: line-through;
}
.add_cart_sidebar .btn_1 {
  width: 100%;
  font-size: 16px;
  text-align: center;
}
.add_cart_sidebar h3 {
  font-size: 18px;
  margin: 37px 0 24px;
}
.add_cart_sidebar p {
  position: relative;
  padding-left: 32px;
  font-size: 15px;
  line-height: 22px;
  margin: 12px 0;
}
.add_cart_sidebar p:last-child {
  margin: 12px 0 0;
}
.add_cart_sidebar p i {
  position: absolute;
  left: 0;
  font-size: 18px;
  top: 2px;
  color: #a8aeb6;
}
.single_sidebar .single_courses_category {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 11px;
}
.single_sidebar .single_courses_category:last-child {
  margin-bottom: 0;
}
.single_sidebar .gmap3 {
  width: 100%;
  height: 152px;
  border: 1px solid #ccd6e8;
  border-radius: 5px;
  margin-bottom: 26px;
}
.single_sidebar .gm-fullscreen-control {
  display: none;
}
.blog_page_single_item h3 {
  font-size: 20px;
  position: relative;
  margin: 0 0 46px !important;
}
@media (max-width: 991px) {
  .blog_page_single_item h3 {
    margin: 0 0 35px !important;
  }
}
.blog_page_single_item h3:after {
  position: absolute;
  left: 0;
  bottom: -7px;
  width: 70px;
  height: 1px;
  background-color: indigo;
  content: "";
}
.eventcountdown {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: indigo;
  border-radius: 5px;
  margin-top: 30px;
}
.eventcountdown .time {
  flex: 25% 0 0;
  font-size: 30px;
  color: #fff;
  padding: 19px;
  font-weight: 600;
  padding-left: 10%;
  border-right: 1px solid #3b80ff;
  line-height: 26px;
}
@media (max-width: 767.98px) {
  .eventcountdown .time {
    flex: 50% 0 0;
  }
}
.eventcountdown .time:last-child {
  border-right: 0px solid transparent;
}
.eventcountdown .time span {
  font-size: 16px;
  display: block !important;
  font-weight: 400;
}
.upcoming_event_desc {
  margin-top: 44px;
}
@media (max-width: 767.98px) {
  .upcoming_event_desc {
    margin-top: 20px;
  }
}
.upcoming_event_desc h2 {
  font-size: 26px;
  margin-top: 15px;
}
@media (max-width: 767.98px) {
  .upcoming_event_desc h2 {
    margin-top: 20px;
    line-height: 35px;
  }
}
.upcoming_event_desc p {
  margin: 12px 0;
}
.upcoming_event_desc p i {
  color: indigo;
  margin-right: 15px;
}
.upcoming_event_desc .event_desc_list h4 {
  font-size: 18px;
  margin: 38px 0 30px;
}
.upcoming_event_details .instructor_list h3 {
  font-size: 26px;
  margin-bottom: 43px;
  font-weight: 700;
}
.upcoming_event_details .single_sidebar p i {
  color: indigo;
}
.education_sidebar .contactMap {
  height: 150px;
  border: 2px solid #cbe0fb;
  border-radius: 5px;
  margin-bottom: 27px;
}
.education_sidebar #contactMap {
  height: 100% !important;
}
.education_sidebar .gmnoprint {
  display: none;
}
.upcoming_event_details .add_cart_sidebar {
  padding: 27px 30px 37px !important;
}
.single_page_blog_post {
  margin-bottom: 50px;
  border-radius: 5px;
}
.single_page_blog_post:last-child {
  margin-bottom: 0;
}
.single_page_blog_post .post_author {
  margin-bottom: 8px;
  padding: 0;
}
.single_page_blog_post .post_author p {
  display: inline-block;
  margin-right: 20px;
}
.single_page_blog_post .post_author p i {
  margin-right: 8px;
}
.single_page_blog_post .single_blog_content {
  padding: 35px 50px 45px;
  background-color: #f8f9fb;
}
@media (max-width: 991px) {
  .single_page_blog_post .single_blog_content {
    padding: 15px 20px 20px;
  }
  .single_page_blog_post .single_blog_content .post_author {
    padding: 10px 0 0;
  }
}
.single_page_blog_post .single_blog_content h2 {
  font-size: 30px;
  line-height: 1.4;
  font-weight: 600;
  margin-bottom: 28px;
}
@media (max-width: 991px) {
  .single_page_blog_post .single_blog_content h2 {
    font-size: 25px;
  }
}
.single_page_blog_post .single_blog_content h2 a {
  color: #0b1c39;
}
.single_page_blog_post .single_blog_content h2 a:hover {
  color: indigo;
}
.single_page_blog_post .single_blog_content .read_more_btn {
  color: #0b1c39;
  font-size: 16px;
  margin-top: 35px;
  display: inline-block;
  font-weight: 500;
  display: flex;
  align-items: center;
  transition: 0.5s;
}
.single_page_blog_post .single_blog_content .read_more_btn i {
  margin-left: 10px;
  font-weight: 500;
}
.single_page_blog_post .single_blog_content .read_more_btn:hover {
  color: indigo;
}
.quote_post {
  position: relative;
}
.quote_post .quote_icon_1 {
  position: absolute;
  right: 50px;
  bottom: 30px;
}
.quote_post .quote_icon_2 {
  position: absolute;
  left: 50px;
  top: 0;
}
.link_post p,
.quote_post p {
  font-size: 20px;
  line-height: 1.5;
}
.link_post p a,
.quote_post p a {
  color: #626a77;
}
.link_post p a:hover,
.quote_post p a:hover {
  color: indigo;
}
.link_post .post_author p,
.quote_post .post_author p {
  font-size: 16px;
  line-height: 26px;
}
.video_post .post_thumb {
  position: relative;
  z-index: 1;
}
.video_post .post_thumb .popup_youtube {
  width: 80px;
  height: 80px;
  display: inline-block;
  background-color: #fff;
  text-align: center;
  line-height: 80px;
  border-radius: 50%;
  color: indigo;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 45%;
}
.video_post .post_thumb .popup_youtube span {
  max-width: 16px;
  text-shadow: 0 10px 16px rgba(37, 114, 255, 0.4);
  transition: 0.5s;
}
.video_post .post_thumb .popup_youtube:hover span {
  box-shadow: none;
}
.single_blog_details .single_page_blog_post {
  margin-bottom: 39px;
}
.single_blog_details img {
  margin-bottom: 35px;
}
.single_blog_details h2 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 17px;
}
@media (max-width: 991px) {
  .single_blog_details h2 {
    font-size: 25px;
    line-height: 35px;
  }
}
.single_blog_details p {
  margin-bottom: 25px;
}
.single_blog_details .single_blog_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 23px;
}
.single_blog_details .single_blog_list p {
  color: #445363;
  margin-bottom: 8px;
  flex: 45% 0 0;
}
@media (max-width: 991px) {
  .single_blog_details .single_blog_list p {
    flex: 100% 0 0;
  }
}
.single_blog_details .single_blog_list p i {
  color: indigo;
  margin-right: 10px;
}
.blog_page_single_item {
  margin-bottom: 70px;
  margin-top: 95px;
}
@media (max-width: 991px) {
  .blog_page_single_item {
    margin-top: 40px;
  }
}
.blog_page_single_item .reply_btn {
  color: #445363;
  display: flex;
  align-items: center;
}
.blog_page_single_item .reply_btn i {
  font-size: 20px;
  margin-right: 10px;
}
.blog_page_single_item .reply_btn:hover {
  color: indigo;
}
.blog_page_single_item .btn_3 {
  margin-top: 25px;
}
.blog_page_single_item input:focus {
  border: 1px solid #f2f2f2 !important;
}
.tag_share_list {
  display: flex;
  justify-content: space-between;
  padding-top: 25px;
  margin-top: 50px;
  border-top: 1px solid #dce1e9;
}
@media (max-width: 991px) {
  .tag_share_list {
    display: block;
  }
}
.tag_share_list h4 {
  font-size: 18px;
  font-weight: 500;
  margin-right: 8px;
  margin-bottom: 0;
}
.tag_share_list .btn_4 {
  padding: 5px 21px;
  margin-left: 10px;
}
@media (max-width: 991px) {
  .tag_share_list .btn_4 {
    margin: 10px 10px 0 0;
  }
}
.tag_share_list .share_icon_list h4 {
  margin-right: 0;
}
.tag_share_list .share_icon_list a {
  font-size: 14px;
  color: #626a77;
  margin-left: 15px;
}
.tag_share_list .share_icon_list a:hover {
  color: indigo;
}
@media (max-width: 991px) {
  .post_tag {
    display: inline-block !important;
  }
}
.post_author {
  padding: 30px 30px 48px;
}
.post_author img {
  max-width: 80px;
  border-radius: 50%;
  display: inline-block;
  float: left;
  margin-right: 20px;
}
.post_author .author_details h5 {
  font-size: 18px;
  margin-bottom: 11px;
}
.post_author .author_details h5 span {
  color: #626a77;
  display: block;
  font-size: 16px;
  line-height: 27px;
}
.post_author .author_details p {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .share_icon_list {
    margin-top: 20px;
  }
}
.single_page_header .icon_menu {
  color: #fff;
}
@media (max-width: 991px) {
  .blog_sidebar {
    margin-top: 50px;
  }
}
.contact_form {
  margin-top: 0;
}
.contact_form h3 {
  font-size: 30px;
  margin-bottom: 12px;
  font-weight: 600;
}
.contact_form p {
  margin-bottom: 30px;
}
.contact_sidebar h4 {
  font-size: 24px;
  margin-bottom: 37px;
  font-weight: 600;
  line-height: 1.5;
}
.contact_sidebar .single_contact_sidebar {
  position: relative;
  padding-left: 35px;
  margin-bottom: 30px;
}
.contact_sidebar .single_contact_sidebar i {
  position: absolute;
  left: 0;
  top: 3px;
  color: indigo;
}
.contact_sidebar .single_contact_sidebar h5 {
  font-size: 16px;
  margin-bottom: 11px;
  font-weight: 500;
}
.contact_sidebar .single_contact_sidebar p {
  line-height: 24px;
}
.blog_sidebar .social_icon {
  margin-top: 15px;
}
.contactMap {
  height: 500px;
  border: 2px solid #cbe0fb;
}
#contactMap {
  height: 100% !important;
}
.contact_page .form_single_item input,
.contact_page .form_single_item textarea {
  border: 2px solid #f3f5f9;
}
.contact_page .form_single_item input:focus,
.contact_page .form_single_item textarea:focus {
  background-color: #fff;
  border: 2px solid #cbe0fb;
  color: #626a77;
  box-shadow: none;
}
button {
  text-decoration: none;
  border: none;
}
.main-btn-circle,
.main-btn-rect {
  position: relative;
  margin: 0;
  color: ivory;
  background-color: #e2b902;
  text-transform: uppercase;
  font-size: 25px;
  letter-spacing: 1px;
  outline: 0;
  cursor: pointer;
  z-index: 100;
}
.main-btn-rect {
  padding: 10px 80px;
  line-height: 30px;
  border-radius: 10px;
}
.main-btn-rect:after,
.main-btn-rect:before {
  position: absolute;
  content: "";
  top: 0;
  width: 0%;
  height: 100%;
  background-color: rgba(255, 255, 240, 0.2);
  transition: width 0.3s;
}
.main-btn-rect:before {
  left: 0;
}
.main-btn-rect:after {
  right: 0;
}
.main-btn-rect:hover:after,
.main-btn-rect:hover:before {
  width: 50%;
}
.main-btn-circle {
  height: 40px;
  width: 40px;
  border-radius: 100%;
  line-height: 40px;
  transition: box-shadow 0.3s;
}
.main-btn-circle:hover {
  box-shadow: inset 2px 1px 0 20px rgba(255, 255, 240, 0.2);
}
.popup {
  position: fixed;
  top: 100%;
  width: 100%;
  height: 100%;
  z-index: 10001;
}
.popup.active {
  top: 0;
  background-color: rgba(3, 3, 3, 0.671);
  transition: background-color 0.6s, opacity 0.6s;
}
.popup.active .popup-content {
  margin-top: 0;
  border: 2px solid #fff;
  border-radius: 20px;
}
.popup .main-btn-rect {
  padding: 10px 100px;
}
.popup .popup-content {
  position: absolute;
  top: 50%;
  left: 50%;
  max-height: 568px;
  min-width: 320px;
  margin-top: 150px;
  padding: 25px;
  background-image: url(../img/boost-banner.jpg);
  color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transform: translateX(-50%) translateY(-50%);
  transition: margin 0.6s;
}
.popup .popup-content h6 {
  display: table;
  font-size: 16px;
  text-align: center;
  margin: 10px auto;
  text-transform: capitalize;
  font-weight: 100;
  color: #fff;
}
.popup .popup-content .form-group {
  position: relative;
  width: 90%;
  margin: 0 auto;
}
.popup .popup-content .send-form .niceSelect,
.popup .popup-content .send-form input,
.popup .popup-content .send-form textarea {
  position: relative;
  border-radius: 50px;
  display: block;
  width: 100%;
  background-color: #f0f3f7;
  padding: 10px 22px;
  color: #7c8189;
  margin-bottom: 20px;
  border: 2px solid #f0f3f7;
  height: auto;
  line-height: 18px;
  font-size: 16px;
  transition: 0.5s;
}
.popup .popup-content .send-form .niceSelect .option {
  line-height: 20px;
  min-height: 20px;
  font-size: 14px;
}
.popup .popup-content .send-form .niceSelect:after {
  top: 14px;
  right: 25px;
  font-size: 24px;
}
.popup .popup-content .send-form input:focus,
.popup .popup-content .send-form textarea:focus {
  outline: 0;
}
.popup .popup-content .send-form label {
  position: absolute;
}
.popup .popup-content .send-form input:focus + label,
.popup .popup-content .send-form textarea:focus + label {
  color: indigo;
}
.popup .popup-content .send-form .txt {
  line-height: 22px;
  left: 2px;
}
.popup .popup-content .send-form .main-btn-rect {
  position: relative;
  display: block;
  padding: 12px 80px;
  margin: 0 auto;
  font-size: 14px;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .popup .popup-content .send-form .main-btn-rect {
    padding: 7px 60px;
    font-size: 14px;
  }
}
.popup .popup-content .send-form .main-btn-rect i {
  margin-right: 5px;
}
.popup .fade-out {
  position: absolute;
  top: -20px;
  right: -20px;
  text-align: center;
  font-size: 15px;
}
.error_page {
  height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.error_page .error_page_iner {
  text-align: center;
  margin: 0 auto;
}
.error_page .error_page_iner h3 {
  margin-top: 40px;
  font-size: 36px;
  font-weight: 600;
}
.error_page p {
  margin-top: 41px;
  font-weight: 500;
}
.error_page p i {
  margin-right: 10px;
  font-weight: 500;
}
.error_page .error_icon_1 {
  position: absolute;
}
.error_page [class^="error_icon_"] {
  position: absolute;
}
@media (max-width: 991px) {
  .error_page [class^="error_icon_"] {
    display: none;
  }
}
.error_page [class^="error_icon_"] .layer {
  position: relative !important;
}
.error_page .error_icon_1 {
  left: 10%;
  top: 10%;
}
.error_page .error_icon_2 {
  left: 8%;
  top: 49%;
}
.error_page .error_icon_3 {
  left: 11%;
  bottom: 10%;
}
.error_page .error_icon_4 {
  left: 60%;
  bottom: 10%;
}
.error_page .error_icon_5 {
  right: 10%;
  top: 10%;
}
.error_page .error_icon_6 {
  right: 7%;
  top: 50%;
}
.error_page .error_icon_7 {
  right: 0;
  bottom: 8%;
}
.error_page .error_icon_8 {
  left: 32%;
  top: 38%;
}
.error_page .error_icon_9 {
  right: 30%;
  top: 50%;
}
.icon_animation {
  overflow: hidden;
}
.subscribe_form {
  display: flex;
  align-items: center;
  margin-top: 71px;
}
@media (max-width: 576px) {
  .subscribe_form {
    display: block;
    margin-top: 30px;
  }
}
.subscribe_form input {
  width: 100%;
  border: 1px solid #cbe0fb;
  border-radius: 50px;
  font-size: 16px;
  padding: 16px 30px;
  color: #888f9b;
  line-height: 26px;
}
.subscribe_form a {
  padding: 7px 27px;
  display: inline-block;
  background-color: indigo;
  border: 1px solid indigo;
  position: absolute;
  right: 21px;
  line-height: 8px;
  border-radius: 50px;
}
@media (max-width: 576px) {
  .subscribe_form a {
    display: block;
    width: 100%;
    margin-top: 15px;
    top: 3px;
    right: 6px;
  }
}
.subscribe_form a i {
  font-size: 34px;
  color: #fff;
}
.go_back {
  color: #0b1c39;
}
.go_back:hover {
  color: indigo;
}
.subscribe_form input {
  padding: 16px 30px;
  line-height: 26px;
}
@media (max-width: 576px) {
  .subscribe_form input {
    padding: 16px 105px 16px 15px;
  }
}
@media (max-width: 576px) {
  .error_page .subscribe_form {
    position: relative;
  }
  .error_page .subscribe_form a {
    display: flex;
    width: auto;
    position: absolute;
    top: -9px;
    right: 6px;
  }
  .error_page .subscribe_form a i {
    font-size: 33px;
  }
}
.comming_soon_page {
  min-height: 94vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  .comming_soon_page {
    margin: 50px 0;
  }
}
.comming_soon_page .comming_soon_icon_1 {
  position: absolute;
  left: 8%;
  top: 10%;
  z-index: -1;
}
@media (max-width: 576px) {
  .comming_soon_page .comming_soon_icon_1 {
    display: none;
  }
}
.comming_soon_page .comming_soon_icon_2 {
  position: absolute;
  left: 50%;
  top: 10%;
  z-index: -1;
}
@media (max-width: 576px) {
  .comming_soon_page .comming_soon_icon_2 {
    display: none;
  }
}
.comming_soon_page .comming_soon_icon_3 {
  position: absolute;
  left: 80%;
  top: 20%;
  z-index: -1;
}
@media (max-width: 576px) {
  .comming_soon_page .comming_soon_icon_3 {
    display: none;
  }
}
.comming_soon_page .comming_soon_icon_4 {
  position: absolute;
  left: 90%;
  top: 13%;
  z-index: -1;
}
@media (max-width: 576px) {
  .comming_soon_page .comming_soon_icon_4 {
    display: none;
  }
}
.comming_soon_page .section_tittle {
  text-align: center;
  margin-bottom: 72px;
}
.comming_soon_page .comming_soom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.comming_soon_page .comming_soom .single_countdown {
  flex: 17% 0 0;
  background-color: #fff;
  box-shadow: 0 20px 50px 0 rgba(2, 25, 55, 0.08);
  border-radius: 10px;
  padding: 34px 20px 34px 5%;
  color: #626a77;
}
@media (max-width: 576px) {
  .comming_soon_page .comming_soom .single_countdown {
    flex: 48% 0 0;
    padding: 25px 25px 15%;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.98px) {
  .comming_soon_page .comming_soom .single_countdown {
    flex: 30% 0 0;
    padding: 30px 25px 9%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .comming_soon_page .comming_soom .single_countdown {
    flex: 15% 0 0;
    padding: 30px 25px 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .comming_soon_page .comming_soom .single_countdown {
    padding: 30px 40px 20px;
  }
}
.comming_soon_page .comming_soom .single_countdown span {
  font-size: 70px;
  font-weight: 500;
  color: #0b1c39;
  line-height: 78px;
  display: block;
}
@media (max-width: 767.98px) {
  .comming_soon_page .comming_soom .single_countdown span {
    font-size: 30px;
    line-height: 38px;
    display: block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .comming_soon_page .comming_soom .single_countdown span {
    font-size: 30px;
    line-height: 38px;
    display: block;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .comming_soon_page .comming_soom .single_countdown span {
    font-size: 30px;
    line-height: 38px;
    display: block;
  }
}
.comming_soon_page .comming_soom .single_countdown:last-child span {
  color: indigo;
}
.comming_soon_page .subscribe_form {
  margin-top: 120px;
}
@media (max-width: 991px) {
  .comming_soon_page .subscribe_form {
    margin: 50px 0;
  }
}
.comming_soon_page .subscribe_form input {
  background-color: #fff;
  box-shadow: 0 3px 6px 0 rgba(2, 25, 55, 0.07);
  border: 1px solid #fff;
}
.comming_soon_page .subscribe_form a {
  position: relative;
  line-height: 25px;
  color: #fff;
  padding: 14px 35px;
  margin-left: 41px;
}
@media (max-width: 576px) {
  .comming_soon_page .subscribe_form a {
    margin-left: 6px;
  }
}
.copyright_content {
  background-color: #0b1c39;
  padding: 14.5px 0;
}
.copyright_content p {
  font-size: 18px;
  color: #fff;
}
.copyright_content .copyright_social_icon {
  display: flex;
  align-items: center;
}
.copyright_content .copyright_social_icon a {
  margin-left: 20px;
  line-height: 15px;
}
.copyright_content .copyright_social_icon a i {
  color: #8692a6;
  transition: 0.5s;
}
.copyright_content .copyright_social_icon a i:hover {
  color: indigo;
}
.footer_section {
  padding: 120px 0 37px;
  position: relative;
  box-shadow: 0 0 10px #0000002e;
  background: azure;
}
@media (max-width: 767.98px) {
  .footer_section {
    padding: 40px 0 37px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .footer_section {
    padding: 40px 0 37px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .footer_section {
    padding: 100px 0 37px;
  }
}
@media (max-width: 991px) {
  .footer_section .single_feature_footer {
    margin-top: 30px;
  }
}
.footer_section .single_feature_footer img {
  margin-bottom: 35px;
}
@media (max-width: 767.98px) {
  .footer_section .single_feature_footer img {
    margin-bottom: 15px;
  }
}
.footer_section .footer_contact_info {
  margin-top: 20px;
}
@media (max-width: 767.98px) {
  .footer_section .footer_contact_info {
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .footer_section .footer_contact_info {
    margin-top: 20px;
  }
}
.footer_section .footer_contact_info a {
  color: indigo;
  margin-bottom: 15px;
  display: block;
}
@media (max-width: 767.98px) {
  .footer_section .footer_contact_info a {
    margin-bottom: 5px;
  }
}
.footer_section .footer_contact_info a i {
  margin-right: 7px;
}
.footer_section .footer_nav h4 {
  font-size: 18px;
  margin-bottom: 26px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .footer_section .footer_nav h4 {
    margin-bottom: 18px;
  }
}
.footer_section .footer_nav ul {
  padding: 0;
  margin: 0;
}
.footer_section .footer_nav ul li {
  list-style: none;
}
.footer_section .footer_nav ul li a {
  color: #626a77;
  margin-bottom: 5px;
  font-size: 15px;
  display: inline-block;
}
@media (max-width: 991px) {
  .footer_section .footer_nav ul li a {
    margin-bottom: 4px;
  }
}
.footer_section .footer_nav ul li a:hover {
  color: indigo;
}
.footer_section .copyright_part {
  margin-top: 40px;
  border-top: 1px solid #dce1e9;
  padding-top: 18px;
}
@media (max-width: 767.98px) {
  .footer_section .copyright_part {
    margin-top: 30px;
    margin-bottom: 50px;
  }
  .footer_section .copyright_part p {
    text-align: center;
  }
  .footer_section .copyright_part .social_icon {
    text-align: center;
    float: none;
  }
}
.footer_section .copyright_part a {
  color: indigo;
}
.footer_section .footer_sharp_1 {
  position: absolute;
  bottom: 0;
  left: 43px;
}
@media (max-width: 767.98px) {
  .footer_section .footer_sharp_1 {
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
.footer_section .footer_sharp_2 {
  position: absolute;
  bottom: 134px;
  left: 175px;
}
.footer_section .footer_sharp_3 {
  position: absolute;
  bottom: 180px;
  left: 110px;
}
@media (max-width: 767.98px) {
  .footer_section .footer_sharp_1 {
    width: 75%;
  }
}
.social_icon {
  float: right;
}
@media (max-width: 767.98px) {
  .social_icon {
    margin-top: 20px;
  }
}
.social_icon a {
  height: 44px;
  width: 44px;
  line-height: 44px;
  text-align: center;
  border-radius: 50%;
  background-color: transparent;
  display: inline-block;
  font-size: 14px;
  margin-right: 5px;
  border: 2px solid #dce1e9;
}
.social_icon a i {
  color: #9198a4;
  transition: 0.5s;
}
.social_icon a:hover {
  background-color: indigo;
  color: #fff;
  border: 2px solid indigo;
  box-shadow: 0 10px 20px 0 rgba(89, 149, 253, 0.4);
}
.social_icon a:hover i {
  color: #fff;
}
.sticky-footer {
  position: relative;
  display: none;
}
@media (max-width: 767.98px) {
  .sticky-footer {
    display: block;
    position: fixed;
    background: #fff;
    z-index: 9;
    width: 100%;
    height: 50px;
    bottom: 0;
    box-shadow: 0 -2px 5px #0000002e;
  }
  .sticky-footer .footer-nav {
    display: grid;
    grid-auto-columns: minmax(20%, auto);
    grid-template-columns: repeat(auto-fill, minmax(20%, 1fr));
    grid-gap: 0;
    height: 100%;
  }
  .sticky-footer .footer-nav a {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-decoration: none;
    color: indigo;
    font-size: 14px;
    position: relative;
  }
  .sticky-footer .footer-nav a::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 70%;
    border-right: 1px solid;
    border-color: indigo;
  }
  .sticky-footer .footer-nav a:last-child::after {
    border-right: 0;
  }
  .sticky-footer .footer-nav a i {
    font-size: 15px;
  }
}
