
/*-- Google Font --*/
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

@font-face {
  font-family: 'EuclidSB';
  src: url('../fonts/EuclidSemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'EuclidM';
  src: url('../fonts/EuclidMedium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'EuclidB';
  src: url('../fonts/EuclidBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Canela';
  src: url('../fonts/CanelaText-Black.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}

/*-- Common Style --*/
*, *::after, *::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  color: #333333;
  outline: none;
  visibility: visible;
  overflow-X: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: "";
}
body[dir=rtl] {
  text-align: right;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Canela";
  color: #0C3B7F;
  font-weight: 700;
  margin-top: 0;
  line-height: normal;
  margin-bottom: 0;
}

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

h2 {
  font-size: 30px;
}
@media only screen and (max-width: 767px) {
  h2 {
    font-size: 24px;
  }
}

h3 {
  font-size: 24px;
}
@media only screen and (max-width: 767px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

p {
  margin-bottom: 8px;
}

a, button {
  color: inherit;
  display: inline-block;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
}

a, button, img, input {
  transition: all 0.3s linear;
  outline: 0;
}
a:focus, button:focus, img:focus, input:focus {
  outline: 0;
}

a:focus {
  color: none;
  outline: none;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: #a42826;
}

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

button, input[type=submit] {
  cursor: pointer;
}

img {
  max-width: 100%;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  opacity: 1;
}
input:-moz-placeholder, textarea:-moz-placeholder {
  opacity: 1;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
}

.fix {
  overflow: hidden;
}

/*--Tab Content & Pane Fix--*/
.tab-content {
  width: 100%;
}
.tab-content .tab-pane {
  display: block;
  height: 0;
  max-width: 100%;
  visibility: hidden;
  overflow: hidden;
  opacity: 0;
}
.tab-content .tab-pane.active {
  height: auto;
  visibility: visible;
  opacity: 1;
  overflow: visible;
}

/*-- Common Classes --*/
.section,
.main-wrapper {
  width: 100%;
}

@media only screen and (min-width: 1600px) {
  .container {
    max-width: 1230px;
  }
}
/*--Section Spacing--*/
.section-padding {
  /* padding-top: 120px; */
  padding-bottom: 40px;
}
@media only screen and (max-width: 1199px) {
  .section-padding {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .section-padding {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .section-padding {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.section-padding-02 {
  padding-top: 120px;
}
@media only screen and (max-width: 1199px) {
  .section-padding-02 {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .section-padding-02 {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .section-padding-02 {
    padding-top: 60px;
  }
}

.section-padding-03 {
  padding-top: 140px;
}
@media only screen and (max-width: 1199px) {
  .section-padding-03 {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .section-padding-03 {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .section-padding-03 {
    padding-top: 60px;
  }
}

/*--Section Title--*/
.section-title .title {
  font-size: 36px;
  line-height: 48px;
  font-weight: 700;
  color: #0C3B7F;
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .section-title .title {
    font-size: 24px;
    line-height: 32px;
    margin-top: 0;
  }
}
.section-title .title.white {
  color: #ffffff;
}
.section-title .sub-title {
  font-size: 18px;
  font-weight: 600;
  color: #07294d;
  position: relative;
  padding-bottom: 12px;
}
.section-title .sub-title::before {
  content: "";
  position: absolute;
  width: 35px;
  height: 2px;
  background-color: #a42826;
  margin: 0 auto;
  right: 0;
  bottom: 0;
  left: 0;
}
.section-title .sub-title.white {
  color: #ffffff;
}
.section-title .sub-title.white::before {
  background-color: #ffffff;
}
.section-title .sub-title.color-2::before {
  background-color: #0071dc;
}

/*--Section Title Two--*/
.section-title2 .title {
  font-size: 36px;
  line-height: 48px;
  margin-bottom: 15px;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .section-title2 .title {
    font-size: 24px;
    line-height: 32px;
  }
}
.section-title2 .title span {
  color: #ff773d;
}
.section-title2 .title.white {
  color: #ffffff;
}
.section-title2 .title.color-2 span {
  color: #2babe4;
}
.section-title2 .title.color-3 span {
  color: #0071DC;
}
.section-title2 .title.color-4 span {
  color: #3BBC9B;
}

/*--Section Title Three--*/
.section-title3 .title {
  font-size: 52px;
  line-height: 62px;
  font-weight: 700;
  color: #021E40;
}
@media only screen and (max-width: 1199px) {
  .section-title3 .title {
    font-size: 48px;
    line-height: 58px;
  }
}
@media only screen and (max-width: 767px) {
  .section-title3 .title {
    font-size: 30px;
    line-height: 36px;
  }
}
.section-title3 .title.white {
  color: #ffffff;
}
.section-title3 .sub-title {
  font-size: 16px;
  font-weight: 700;
  color: #F82652;
  position: relative;
  padding-bottom: 12px;
}
.section-title3 .sub-title.white {
  color: #ffffff;
}

/*--Swiper Pagination--*/
.swiper-pagination .swiper-pagination-bullet {
  border-radius: 50%;
  background-color: #e8e8e8;
  width: 10px;
  height: 10px;
  transition: all 0.3s linear;
  position: relative;
  opacity: 1;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #a42826;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  transform: scale(1);
}

/*--  Preloader Styles  --*/
#loading {
  background-color: #a42826;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 9999;
  margin-top: 0px;
  top: 0px;
}
#loading #loading-center {
  width: 100%;
  height: 100%;
  position: relative;
}
#loading #loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 200px;
  width: 200px;
  margin-top: -100px;
  margin-left: -100px;
  transform: rotate(-135deg);
}
#loading #object_one {
  left: 75px;
  top: 75px;
  width: 50px;
  height: 50px;
}
#loading #object_two {
  left: 65px;
  top: 65px;
  width: 70px;
  height: 70px;
  animation-delay: 0.2s;
}
#loading #object_three {
  left: 55px;
  top: 55px;
  width: 90px;
  height: 90px;
  animation-delay: 0.4s;
}
#loading #object_four {
  left: 45px;
  top: 45px;
  width: 110px;
  height: 110px;
  animation-delay: 0.6s;
}
#loading .object {
  border-radius: 50% 50% 50% 50%;
  position: absolute;
  border-top: 5px solid #ffffff;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #ffffff;
  border-right: 5px solid transparent;
  animation: animate 2s infinite;
}

/*===== Preloader Style =====*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 9999;
}
.preloader .color-1 {
  background-color: #a42826 !important;
}
.preloader .rubix-cube {
  border: 1px solid #FFF;
  width: 48px;
  height: 48px;
  background-color: #FFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.preloader .rubix-cube .layer {
  width: 14px;
  height: 14px;
  background-color: #07294d;
  border: 1px solid #FFF;
  position: absolute;
}
.preloader .rubix-cube .layer-1 {
  left: 0px;
  top: 0px;
  animation: rubixcube4 2s infinite linear;
}
.preloader .rubix-cube .layer-2 {
  left: 16px;
  top: 0px;
  animation: rubixcube3 2s infinite linear;
}
.preloader .rubix-cube .layer-3 {
  left: 32px;
  top: 0px;
}
.preloader .rubix-cube .layer-4 {
  left: 0px;
  top: 16px;
  animation: rubixcube5 2s infinite linear;
}
.preloader .rubix-cube .layer-5 {
  left: 16px;
  top: 16px;
  animation: rubixcube2 2s infinite linear;
}
.preloader .rubix-cube .layer-6 {
  left: 32px;
  top: 16px;
  animation: rubixcube1 2s infinite linear;
}
.preloader .rubix-cube .layer-7 {
  left: 0px;
  top: 32px;
  animation: rubixcube6 2s infinite linear;
}
.preloader .rubix-cube .layer-8 {
  left: 16px;
  top: 32px;
  animation: rubixcube7 2s infinite linear;
}

@keyframes rubixcube1 {
  20% {
    top: 16px;
    left: 32px;
  }
  30% {
    top: 32px;
    left: 32px;
  }
  40% {
    top: 32px;
    left: 32px;
  }
  50% {
    top: 32px;
    left: 32px;
  }
  60% {
    top: 32px;
    left: 32px;
  }
  70% {
    top: 32px;
    left: 32px;
  }
  80% {
    top: 32px;
    left: 32px;
  }
  90% {
    top: 32px;
    left: 32px;
  }
  100% {
    top: 32px;
    left: 16px;
  }
}
@keyframes rubixcube2 {
  30% {
    left: 16px;
  }
  40% {
    left: 32px;
  }
  50% {
    left: 32px;
  }
  60% {
    left: 32px;
  }
  70% {
    left: 32px;
  }
  80% {
    left: 32px;
  }
  90% {
    left: 32px;
  }
  100% {
    left: 32px;
  }
}
@keyframes rubixcube3 {
  30% {
    top: 0px;
  }
  40% {
    top: 0px;
  }
  50% {
    top: 16px;
  }
  60% {
    top: 16px;
  }
  70% {
    top: 16px;
  }
  80% {
    top: 16px;
  }
  90% {
    top: 16px;
  }
  100% {
    top: 16px;
  }
}
@keyframes rubixcube4 {
  50% {
    left: 0px;
  }
  60% {
    left: 16px;
  }
  70% {
    left: 16px;
  }
  80% {
    left: 16px;
  }
  90% {
    left: 16px;
  }
  100% {
    left: 16px;
  }
}
@keyframes rubixcube5 {
  60% {
    top: 16px;
  }
  70% {
    top: 0px;
  }
  80% {
    top: 0px;
  }
  90% {
    top: 0px;
  }
  100% {
    top: 0px;
  }
}
@keyframes rubixcube6 {
  70% {
    top: 32px;
  }
  80% {
    top: 16px;
  }
  90% {
    top: 16px;
  }
  100% {
    top: 16px;
  }
}
@keyframes rubixcube7 {
  80% {
    left: 16px;
  }
  90% {
    left: 0px;
  }
  100% {
    left: 0px;
  }
}
/*----------------------------------------*/
/*  02. Elements CSS
/*----------------------------------------*/
/*--
/*  2.4 - Form CSS
/*----------------------------------------*/
label {
  display: block;
  line-height: 1;
  margin-bottom: 10px;
  font-weight: 400;
  text-transform: capitalize;
}

/*Input Field & Select*/
input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]),
textarea {
  border: 1px solid #ebebeb;
  box-shadow: none;
  color: #415674;
  border-radius: 4px;
  background-color: #ffffff;
  margin-bottom: 0;
  padding: 10px 25px;
  max-width: 100%;
  width: 100%;
  font-size: 13px;
  line-height: 30px;
  font-weight: 600;
  transition: all 0.3s linear;
}
input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):focus,
textarea:focus {
  outline: none;
  border-color: #a42826;
}
input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file])::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 0.95;
  font-size: 13px;
  color: #898c94;
  font-weight: 600;
}
input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):-moz-placeholder,
textarea:-moz-placeholder {
  opacity: 0.95;
  font-size: 13px;
  color: #898c94;
  font-weight: 600;
}
input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file])::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 0.95;
  font-size: 13px;
  color: #898c94;
  font-weight: 600;
}
input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 0.95;
  font-size: 13px;
  color: #898c94;
  font-weight: 600;
}

/*--
/*  2.3 - Button CSS
/*----------------------------------------*/
.btn-margin {
  margin-top: 40px;
}

.btn-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: -5px;
}
.btn-wrap .btn {
  margin: 5px;
}

.btn {
  display: inline-block;
  overflow: hidden;
  transform: perspective(0) translateZ(0);
  background: #0C3B7F;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  border-color: transparent;
  color: #fff;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 600;
  height: 55px;
  line-height: 55px;
  padding: 0px 35px;
  border: 0;
  border-style: solid;
  box-shadow: none;
  transition: all 0.5s ease 0s;
  cursor: pointer;
  z-index: 1;
  position: relative;
}
.btn:focus, .btn:focus:active {
  box-shadow: none;
}
.btn:hover {
  background: #a42826;
  color: #ffffff;
}

.btn-2 {
  background: #07294d;
  color: #ffffff;
}
.btn-2:hover {
  background: #a42826;
  color: #021E40;
}

.btn-3 {
  background: #0071dc;
  color: #ffffff;
}
.btn-3:hover {
  background: 210000000000000000000000000000000000000000;
  color: #ffffff;
}

.btn-4 {
  height: 50px;
  line-height: 48px;
  font-size: 18px;
  padding: 0 45px;
  background: #a42826;
  box-shadow: 11px 10px 38px 0 rgba(46, 63, 99, 0.15);
  color: #ffffff;
}
.btn-4:hover {
  background: #ffffff;
  color: #a42826;
}

.btn-round {
  border-radius: 100px;
}

.btn-square {
  border-radius: 0;
}

[class*=btn-icon-] i {
  position: absolute;
  top: 0;
  width: 60px;
  height: 60px;
  line-height: 28px;
  text-align: center;
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.1);
}

.btn-icon-left {
  padding-left: 69px;
}
.btn-icon-left i {
  left: 0;
  right: auto;
}

.btn-icon-right {
  padding-right: 69px;
}
.btn-icon-right i {
  left: auto;
  right: 0;
}

.btn-primary {
  background-color: #a42826;
  border-color: #a42826;
  color: #ffffff;
}
.btn-primary:hover {
  background-color: #a42826;
  border-color: #a42826;
}

.btn-secondary {
  background-color: #07294d;
  border-color: #07294d;
  color: #ffffff;
}
.btn-secondary:hover {
  background-color: #07294d;
  border-color: #07294d;
}

.btn-white {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #002e5b;
  box-shadow: 11px 10px 38px 0 rgba(46, 63, 99, 0.15);
}
.btn-white::after {
  background: #a42826;
}
.btn-white::before {
  background: #a42826;
}

/*----------------------------------------*/
/*  02. Header CSS
/*----------------------------------------*/
/*--
/*  2.1 - Header Top CSS
/*----------------------------------------*/
.header-section {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
}
.header-section.sticky {
  background: #ffffff;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.07);
  top: 0;
}
.header-section.sticky .header-wrap {
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
}

.header-wrap {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .header-wrap {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.header-wrap.border-round {
  border-radius: 0;
}

.main-menu ul li {
  display: inline-block;
  margin-right: 20px;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .main-menu ul li {
    margin-right: 22px;
  }
}
.main-menu ul li:last-child {
  margin-right: 0;
}
.main-menu ul li.has-dropdown > a {
  padding-right: 14px;
}
.main-menu ul li.has-dropdown > a::after {
  position: absolute;
  content: "\f16c";
  right: -4px;
  top: 10px;
  font-size: 10px;
  color: #121212;
  font-family: "flaticon";
}
.main-menu ul li a {
  color: #0c3b7f;
  font-size: 14px;
  line-height: 20px;
  font-family: 'Canela';
  font-weight: 600;
  padding: 10px 0;
  display: inline-block;
  transition: 0.3s;
}
.main-menu ul li.active-menu > a {
  color: #a42826;
}
.main-menu ul li.active-menu > a::after {
  color: #a42826;
}
.main-menu ul li:hover > a {
  color: #a42826;
}
.main-menu ul li:hover > a::after {
  color: #a42826;
}
.main-menu ul li:hover .sub-menu {
  visibility: visible;
  opacity: 1;
  top: 100%;
}
.main-menu ul li .sub-menu {
  position: absolute;
  left: 0;
  top: 110%;
  min-width: 240px;
  background-color: #ffffff;
  opacity: 0;
  visibility: hidden;
  z-index: 99;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
  padding: 20px 0px 15px;
  transition: 0.3s;
  border-top: 4px solid #a42826;
}
.main-menu ul li .sub-menu li {
  margin: 0;
  padding: 0;
  display: inline;
  position: relative;
  width: 100%;
  display: block;
}
.main-menu ul li .sub-menu li a {
  font-size: 14px;
  font-weight: 600;
  display: block;
  padding: 7px 25px;
  transition: 0.3s;
  color: #121212;
  text-transform: capitalize;
}
.main-menu ul li .sub-menu li.active > a {
  color: #a42826;
}
.main-menu ul li .sub-menu li:hover > a {
  color: #a42826;
}
.main-menu ul li .sub-menu li > .sub-menu {
  left: 120%;
  top: 0;
  visibility: hidden;
  opacity: 0;
}
.main-menu ul li .sub-menu li:hover > .sub-menu {
  left: 100%;
  visibility: visible;
  opacity: 1;
}

.header-meta {
  display: flex;
  align-items: center;
  white-space: nowrap;
  position: relative;
  padding-left: 35px;
  margin-left: 50px;
}
.header-meta::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  /* background-color: #F3F3F3; */
  width: 2px;
  height: 40px;
}
@media only screen and (max-width: 991px) {
  .header-meta::before {
    display: none;
  }
}

.header-top-section {
    background: #990E1C;
}
.header-top-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  margin: 0;
}
.header-top-wrap .header-top-info ul li {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  color: #F7A905;
  position: relative;
}
.header-top-wrap .header-top-info ul li + li {
  margin-left: 25px;
  padding-left: 25px;
}
.header-top-wrap .header-top-info ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.5);
  width: 1px;
  height: 20px;
}
.header-top-wrap .header-top-info ul li:first-child::before {
  display: none;
}
.header-top-wrap .header-top-info ul li i {
  font-size: 15px;
  color: #ffffff;
  position: relative;
  top: 1px;
  margin-right: 5px;
}
.header-top-wrap .header-social-wrap {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1199px) {
  .header-top-wrap .header-social-wrap {
    justify-content: center;
    margin-top: 10px;
  }
}
.header-top-wrap .header-social {
  display: flex;
  align-items: center;
}
.header-top-wrap .header-social::before {
  display: none;
}
.header-top-wrap .header-social span {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  margin-right: 15px;
}
.header-top-wrap .header-social ul li {
  display: inline-block;
}
.header-top-wrap .header-social ul li + li {
  margin-left: 10px;
}
.header-top-wrap .header-social ul li a {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
}
.header-top-wrap .header-social ul li a:hover {
  color: #a42826;
}
.header-top-wrap .login-register {
  position: relative;
  padding-left: 25px;
  margin-left: 25px;
}
.header-top-wrap .login-register::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.5);
  width: 1px;
  height: 20px;
}
.header-top-wrap .login-register ul li {
  display: inline-block;
  position: relative;
}
.header-top-wrap .login-register ul li + li {
  margin-left: 5px;
  padding-left: 5px;
}
.header-top-wrap .login-register ul li::before {
  position: absolute;
  content: "/";
  color: #ffffff;
  font-size: 14px;
  top: 0;
  left: -5px;
}
.header-top-wrap .login-register ul li:first-child::before {
  display: none;
}
.header-top-wrap .login-register ul li a {
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
}
.header-top-wrap .login-register ul li a:hover {
  color: #a42826;
}

.header-search {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .header-search {
    display: none;
  }
}
.header-search .search-btn {
  font-size: 16px;
  border-radius: 50%;
  text-align: center;
  color: #000000;
  transition: all 0.3s linear;
}
.header-search .search-btn:hover {
  color: #a42826;
}

.search-wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 121;
  background: rgba(0, 0, 0, 0.9);
}
.search-wrap .search-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.search-wrap .search-inner .search-close {
  position: absolute;
  top: 50px;
  right: 50px;
  font-size: 22px;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.3s linear;
}
.search-wrap .search-inner .search-close:hover {
  transform: rotate(90deg);
  color: #a42826;
}
.search-wrap .search-inner .search-cell {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}
.search-wrap .search-inner .search-cell .search-field-holder {
  width: 50%;
  margin: auto;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .search-wrap .search-inner .search-cell .search-field-holder {
    width: 60%;
  }
}
@media only screen and (max-width: 575px) {
  .search-wrap .search-inner .search-cell .search-field-holder {
    width: 80%;
  }
}
.search-wrap .search-inner .search-cell .search-field-holder .main-search-input {
  width: 100%;
  height: 70px;
  border: 0;
  padding: 0 50px;
  text-transform: uppercase;
  background: transparent;
  font-size: 25px;
  font-weight: 400;
  color: #ffffff;
  border-bottom: 2px solid #898989;
  text-align: center;
  letter-spacing: 2px;
}
@media only screen and (max-width: 1199px) {
  .search-wrap .search-inner .search-cell .search-field-holder .main-search-input {
    padding: 0 35px;
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .search-wrap .search-inner .search-cell .search-field-holder .main-search-input {
    font-size: 16px;
    padding: 0 15px;
  }
}
.search-wrap .search-inner .search-cell .search-field-holder .main-search-input::-webkit-input-placeholder {
  opacity: 0.95;
  font-size: 25px;
  color: #ffffff;
  font-weight: 400;
}
@media only screen and (max-width: 1199px) {
  .search-wrap .search-inner .search-cell .search-field-holder .main-search-input::-webkit-input-placeholder {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .search-wrap .search-inner .search-cell .search-field-holder .main-search-input::-webkit-input-placeholder {
    font-size: 16px;
  }
}
@media only screen and (max-width: 575px) {
  .search-wrap .search-inner .search-cell .search-field-holder .main-search-input::-webkit-input-placeholder {
    font-size: 14px;
  }
}
.search-wrap .search-inner .search-cell .search-field-holder .main-search-input:-moz-placeholder {
  opacity: 0.95;
  font-size: 25px;
  color: #ffffff;
  font-weight: 400;
}
@media only screen and (max-width: 1199px) {
  .search-wrap .search-inner .search-cell .search-field-holder .main-search-input:-moz-placeholder {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .search-wrap .search-inner .search-cell .search-field-holder .main-search-input:-moz-placeholder {
    font-size: 16px;
  }
}
@media only screen and (max-width: 575px) {
  .search-wrap .search-inner .search-cell .search-field-holder .main-search-input:-moz-placeholder {
    font-size: 14px;
  }
}
.search-wrap .search-inner .search-cell .search-field-holder .main-search-input::-moz-placeholder {
  opacity: 0.95;
  font-size: 25px;
  color: #ffffff;
  font-weight: 400;
}
@media only screen and (max-width: 1199px) {
  .search-wrap .search-inner .search-cell .search-field-holder .main-search-input::-moz-placeholder {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .search-wrap .search-inner .search-cell .search-field-holder .main-search-input::-moz-placeholder {
    font-size: 16px;
  }
}
@media only screen and (max-width: 575px) {
  .search-wrap .search-inner .search-cell .search-field-holder .main-search-input::-moz-placeholder {
    font-size: 14px;
  }
}
.search-wrap .search-inner .search-cell .search-field-holder .main-search-input:-ms-input-placeholder {
  opacity: 0.95;
  font-size: 25px;
  color: #ffffff;
  font-weight: 400;
}
@media only screen and (max-width: 1199px) {
  .search-wrap .search-inner .search-cell .search-field-holder .main-search-input:-ms-input-placeholder {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .search-wrap .search-inner .search-cell .search-field-holder .main-search-input:-ms-input-placeholder {
    font-size: 16px;
  }
}
@media only screen and (max-width: 575px) {
  .search-wrap .search-inner .search-cell .search-field-holder .main-search-input:-ms-input-placeholder {
    font-size: 14px;
  }
}

.navbar-brand { padding-top:0; padding-bottom:0px; }

.header-right {
  /*width: 100%;*/
  display: flex;
  align-items: center;
  justify-content: end;
}
.header-right .header-menu{
  position: relative;
  left: 3rem !important;
}

.header-bottom-section {
  padding-block: 0;
  background: #ffffff;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.07);
}

.header-cart {
  position: relative;
  margin-left: 25px;
}
@media only screen and (max-width: 767px) {
  .header-cart {
    display: none;
  }
}
.header-cart .cart-btn {
  font-size: 16px;
  border-radius: 50%;
  text-align: center;
  background: none;
  color: rgb(51, 51, 51);
  border: 0;
  position: relative;
  transition: all 0.3s linear;
}
.header-cart .cart-btn:hover {
  color: #a42826;
}
.header-cart .cart-btn .count {
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  background: #a42826;
  border-radius: 50%;
  font-size: 10px;
  font-weight: 400;
  display: inline-block;
  color: #000000;
  position: absolute;
  top: -4px;
  right: -12px;
}

.dropdown-cart {
  max-width: 370px;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 11px 10px 38px 0 rgba(46, 63, 99, 0.15);
  border: 0;
  transform: translateX(-50%) !important;
  left: 50% !important;
  top: 49px !important;
}
@media only screen and (max-width: 1399px) {

  .dropdown-cart {
    left: 0 !important;
    transform: translateX(-85%) !important;
  }
}
@media only screen and (max-width: 991px) {
  .dropdown-cart {
    top: 56px !important;
  }
}
@media only screen and (max-width: 449px) {
  .dropdown-cart {
    left: 0 !important;
    transform: translateX(-72%) !important;
  }
}
.dropdown-cart .cart-items {
  height: 280px;
  overflow-y: auto;
}
.dropdown-cart .cart-items .single-cart-item {
  display: flex;
  align-items: center;
  position: relative;
}
.dropdown-cart .cart-items .single-cart-item + .single-cart-item {
  margin-top: 30px;
}
.dropdown-cart .cart-items .single-cart-item .item-image img {
  border-radius: 50%;
}
.dropdown-cart .cart-items .single-cart-item .item-content {
  flex: 1;
  padding-right: 25px;
  padding-left: 20px;
}
.dropdown-cart .cart-items .single-cart-item .item-content .title {
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  line-height: 1.3;
}
.dropdown-cart .cart-items .single-cart-item .item-content .quantity {
  font-size: 14px;
  color: #a42826;
  line-height: 1.75;
  display: block;
}
.dropdown-cart .cart-items .single-cart-item .btn-close {
  position: absolute;
  width: 5px;
  height: 5px;
  top: 0;
  right: 5px;
}
.dropdown-cart .cart-total {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
}
.dropdown-cart .cart-total .label {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.75;
  display: block;
  color: #000000;
}
.dropdown-cart .cart-total .value {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.75;
  display: block;
  color: #a42826;
}
.dropdown-cart .cart-btns {
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
}
.dropdown-cart .cart-btns .btn {
  height: 50px;
  line-height: 46px;
  box-shadow: 11px 10px 38px 0 rgba(46, 63, 99, 0.15);
  font-size: 16px;
  padding: 0 35px;
  width: 48%;
}

.header-section-02 .header-bottom-section {
  background: transparent;
  box-shadow: none;
}
.header-section-02 .header-bottom-section.sticky {
  background: #ffffff;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.07);
}
.header-section-02 .header-bottom-section .main-menu ul li a {
  color: #07294d;
}
.header-section-02 .header-bottom-section .main-menu ul li.active-menu > a {
  color: #ff773d;
}
.header-section-02 .header-bottom-section .main-menu ul li.active-menu > a::after {
  color: #ff773d;
}
.header-section-02 .header-bottom-section .main-menu ul li:hover > a {
  color: #ff773d;
}
.header-section-02 .header-bottom-section .main-menu ul li:hover > a::after {
  color: #ff773d;
}
.header-section-02 .header-bottom-section .main-menu ul li .sub-menu {
  border-top: 4px solid #ff773d;
}
.header-section-02 .header-bottom-section .main-menu ul li .sub-menu li.active > a {
  color: #ff773d;
}
.header-section-02 .header-bottom-section .main-menu ul li .sub-menu li:hover > a {
  color: #ff773d;
}
.header-section-02 .header-bottom-section .header-search .search-btn:hover {
  color: #ff773d;
}
.header-section-02 .header-bottom-section .header-cart .cart-btn:hover {
  color: #ff773d;
}
.header-section-02 .header-bottom-section .header-cart .cart-btn .count {
  background: #ff773d;
}
.header-section-02 .header-bottom-section .header-meta::before {
  display: none;
}

.header-section-3 .header-top-section {
  background: #2babe4;
}
.header-section-3 .header-bottom-section {
  background: transparent;
  box-shadow: none;
}
.header-section-3 .header-bottom-section.sticky {
  background: #ffffff;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.07);
}
.header-section-3 .header-bottom-section .main-menu ul li a {
  color: #07294d;
}
.header-section-3 .header-bottom-section .main-menu ul li.active-menu > a {
  color: #2babe4;
}
.header-section-3 .header-bottom-section .main-menu ul li.active-menu > a::after {
  color: #2babe4;
}
.header-section-3 .header-bottom-section .main-menu ul li:hover > a {
  color: #2babe4;
}
.header-section-3 .header-bottom-section .main-menu ul li:hover > a::after {
  color: #2babe4;
}
.header-section-3 .header-bottom-section .main-menu ul li .sub-menu {
  border-top: 4px solid #2babe4;
}
.header-section-3 .header-bottom-section .main-menu ul li .sub-menu li.active > a {
  color: #2babe4;
}
.header-section-3 .header-bottom-section .main-menu ul li .sub-menu li:hover > a {
  color: #2babe4;
}
.header-section-3 .header-bottom-section .header-search .search-btn:hover {
  color: #2babe4;
}
.header-section-3 .header-bottom-section .header-cart .cart-btn:hover {
  color: #2babe4;
}
.header-section-3 .header-bottom-section .header-cart .cart-btn .count {
  background: #2babe4;
}
.header-section-3 .header-bottom-section .header-meta::before {
  display: none;
}

.header-section-4 .header-top-section {
  background: #0071DC;
}
.header-section-4 .header-bottom-section.sticky {
  background: #ffffff;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.07);
}
.header-section-4 .header-bottom-section .main-menu ul li a {
  color: #07294d;
}
.header-section-4 .header-bottom-section .main-menu ul li.active-menu > a {
  color: #0071DC;
}
.header-section-4 .header-bottom-section .main-menu ul li.active-menu > a::after {
  color: #0071DC;
}
.header-section-4 .header-bottom-section .main-menu ul li:hover > a {
  color: #0071DC;
}
.header-section-4 .header-bottom-section .main-menu ul li:hover > a::after {
  color: #0071DC;
}
.header-section-4 .header-bottom-section .main-menu ul li .sub-menu {
  border-top: 4px solid #0071DC;
}
.header-section-4 .header-bottom-section .main-menu ul li .sub-menu li.active > a {
  color: #0071DC;
}
.header-section-4 .header-bottom-section .main-menu ul li .sub-menu li:hover > a {
  color: #0071DC;
}
.header-section-4 .header-bottom-section .header-search .search-btn:hover {
  color: #0071DC;
}
.header-section-4 .header-bottom-section .header-cart .cart-btn:hover {
  color: #0071DC;
}
.header-section-4 .header-bottom-section .header-cart .cart-btn .count {
  background: #0071DC;
}
.header-section-4 .header-bottom-section .header-meta::before {
  display: none;
}

.header-section-5 .header-bottom-section.sticky {
  background: #ffffff;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.07);
}
.header-section-5 .header-bottom-section.sticky .header-logo .logo-black {
  display: block;
}
.header-section-5 .header-bottom-section.sticky .header-logo .logo-white {
  display: none;
}
.header-section-5 .header-bottom-section.sticky .main-menu ul li > a {
  color: #121212;
}
.header-section-5 .header-bottom-section.sticky .main-menu ul li.has-dropdown > a::after {
  color: #121212;
}
.header-section-5 .header-bottom-section.sticky .main-menu ul li.active-menu > a {
  color: #3BBC9B;
}
.header-section-5 .header-bottom-section.sticky .main-menu ul li.active-menu > a::after {
  color: #3BBC9B;
}
.header-section-5 .header-bottom-section.sticky .main-menu ul li:hover > a {
  color: #3BBC9B;
}
.header-section-5 .header-bottom-section.sticky .main-menu ul li:hover > a::after {
  color: #3BBC9B;
}
.header-section-5 .header-bottom-section.sticky .header-search .search-btn {
  color: #000000;
}
.header-section-5 .header-bottom-section.sticky .header-search .search-btn:hover {
  color: #3BBC9B;
}
.header-section-5 .header-bottom-section.sticky .header-cart .cart-btn {
  color: rgb(51, 51, 51);
}
.header-section-5 .header-bottom-section.sticky .header-cart .cart-btn:hover {
  color: #3BBC9B;
}
.header-section-5 .header-bottom-section.sticky .header-cart .cart-btn .count {
  background: #3BBC9B;
}
.header-section-5 .header-bottom-section .header-logo .logo-black {
  display: none;
}
.header-section-5 .header-bottom-section .main-menu ul li > a {
  color: #ffffff;
}
.header-section-5 .header-bottom-section .main-menu ul li.has-dropdown > a::after {
  color: #ffffff;
}
.header-section-5 .header-bottom-section .main-menu ul li.active-menu > a {
  color: #3BBC9B;
}
.header-section-5 .header-bottom-section .main-menu ul li.active-menu > a::after {
  color: #3BBC9B;
}
.header-section-5 .header-bottom-section .main-menu ul li:hover > a {
  color: #3BBC9B;
}
.header-section-5 .header-bottom-section .main-menu ul li:hover > a::after {
  color: #3BBC9B;
}
.header-section-5 .header-bottom-section .main-menu ul li .sub-menu {
  border-top: 4px solid #3BBC9B;
}
.header-section-5 .header-bottom-section .main-menu ul li .sub-menu li a {
  color: #121212;
}
.header-section-5 .header-bottom-section .main-menu ul li .sub-menu li.active > a {
  color: #3BBC9B;
}
.header-section-5 .header-bottom-section .main-menu ul li .sub-menu li:hover > a {
  color: #3BBC9B;
}
.header-section-5 .header-bottom-section .header-search .search-btn {
  color: #ffffff;
}
.header-section-5 .header-bottom-section .header-search .search-btn:hover {
  color: #3BBC9B;
}
.header-section-5 .header-bottom-section .header-cart .cart-btn {
  color: #ffffff;
}
.header-section-5 .header-bottom-section .header-cart .cart-btn:hover {
  color: #3BBC9B;
}
.header-section-5 .header-bottom-section .header-cart .cart-btn .count {
  background: #ffffff;
}
.header-section-5 .header-bottom-section .header-meta::before {
  display: none;
}

.header-section-6 .header-top-section {
  background: #EC5251;
}
.header-section-6 .header-bottom-section.sticky {
  background: #ffffff;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.07);
}
.header-section-6 .header-bottom-section .main-menu ul li a {
  color: #07294d;
}
.header-section-6 .header-bottom-section .main-menu ul li.active-menu > a {
  color: #EC5251;
}
.header-section-6 .header-bottom-section .main-menu ul li.active-menu > a::after {
  color: #EC5251;
}
.header-section-6 .header-bottom-section .main-menu ul li:hover > a {
  color: #EC5251;
}
.header-section-6 .header-bottom-section .main-menu ul li:hover > a::after {
  color: #EC5251;
}
.header-section-6 .header-bottom-section .main-menu ul li .sub-menu {
  border-top: 4px solid #EC5251;
}
.header-section-6 .header-bottom-section .main-menu ul li .sub-menu li.active > a {
  color: #EC5251;
}
.header-section-6 .header-bottom-section .main-menu ul li .sub-menu li:hover > a {
  color: #EC5251;
}
.header-section-6 .header-bottom-section .header-search .search-btn:hover {
  color: #EC5251;
}
.header-section-6 .header-bottom-section .header-cart .cart-btn:hover {
  color: #EC5251;
}
.header-section-6 .header-bottom-section .header-cart .cart-btn .count {
  background: #EC5251;
}
.header-section-6 .header-bottom-section .header-meta::before {
  display: none;
}

.header-section-7 .header-top-section {
  background: #3BBC9B;
}
.header-section-7 .header-bottom-section.sticky .main-menu ul li > a {
  color: #121212;
}
.header-section-7 .header-bottom-section.sticky .main-menu ul li.has-dropdown > a::after {
  color: #121212;
}
.header-section-7 .header-bottom-section.sticky .main-menu ul li.active-menu > a {
  color: #3BBC9B;
}
.header-section-7 .header-bottom-section.sticky .main-menu ul li.active-menu > a::after {
  color: #3BBC9B;
}
.header-section-7 .header-bottom-section.sticky .main-menu ul li:hover > a {
  color: #3BBC9B;
}
.header-section-7 .header-bottom-section.sticky .main-menu ul li:hover > a::after {
  color: #3BBC9B;
}
.header-section-7 .header-bottom-section.sticky .header-search .search-btn {
  color: #000000;
}
.header-section-7 .header-bottom-section.sticky .header-search .search-btn:hover {
  color: #3BBC9B;
}
.header-section-7 .header-bottom-section.sticky .header-cart .cart-btn {
  color: rgb(51, 51, 51);
}
.header-section-7 .header-bottom-section.sticky .header-cart .cart-btn:hover {
  color: #3BBC9B;
}
.header-section-7 .header-bottom-section.sticky .header-cart .cart-btn .count {
  background: #3BBC9B;
}
.header-section-7 .header-bottom-section .main-menu ul li > a {
  color: #121212;
}
.header-section-7 .header-bottom-section .main-menu ul li.has-dropdown > a::after {
  color: #121212;
}
.header-section-7 .header-bottom-section .main-menu ul li.active-menu > a {
  color: #3BBC9B;
}
.header-section-7 .header-bottom-section .main-menu ul li.active-menu > a::after {
  color: #3BBC9B;
}
.header-section-7 .header-bottom-section .main-menu ul li:hover > a {
  color: #3BBC9B;
}
.header-section-7 .header-bottom-section .main-menu ul li:hover > a::after {
  color: #3BBC9B;
}
.header-section-7 .header-bottom-section .main-menu ul li .sub-menu {
  border-top: 4px solid #3BBC9B;
}
.header-section-7 .header-bottom-section .main-menu ul li .sub-menu li a {
  color: #121212;
}
.header-section-7 .header-bottom-section .main-menu ul li .sub-menu li.active > a {
  color: #3BBC9B;
}
.header-section-7 .header-bottom-section .main-menu ul li .sub-menu li:hover > a {
  color: #3BBC9B;
}
.header-section-7 .header-bottom-section .header-search .search-btn {
  color: #021E40;
}
.header-section-7 .header-bottom-section .header-search .search-btn:hover {
  color: #3BBC9B;
}
.header-section-7 .header-bottom-section .header-cart .cart-btn {
  color: #021E40;
}
.header-section-7 .header-bottom-section .header-cart .cart-btn:hover {
  color: #3BBC9B;
}
.header-section-7 .header-bottom-section .header-cart .cart-btn .count {
  background: #3BBC9B;
}

.sticky {
  width: 100%;
  position: fixed;
  padding:0;
  top: 0;
  background: #ffffff;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.07);
  animation: sticky 1s;
}

@keyframes sticky {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}
/*----------------------------------------*/
/*  03. MEAN MENU CSS START
/*----------------------------------------*/
/* mean menu customize */
.mean-container a.meanmenu-reveal {
  display: none;
}

.mean-container .mean-nav {
  background: none;
  margin-top: 0;
}

.mean-container .mean-bar {
  padding: 0;
  min-height: auto;
  background: none;
}

.mean-container .mean-nav > ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  display: block !important;
}

.mean-container a.meanmenu-reveal {
  display: none !important;
}

.mean-container .mean-nav ul li a {
  width: 100%;
  padding: 10px 0;
  color: #0c3b7f;
  border-top: 1px solid #ebebeb;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
  font-family: 'Canela';
}
.mean-container .mean-nav ul li a:hover {
  color: #a42826;
}

.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 5px;
  padding: 0 !important;
  line-height: 14px;
  border: 1px solid #ebebeb !important;
  height: 30px;
  width: 30px;
  line-height: 30px;
  color: #1a1a1a;
  line-height: 30px;
  top: 0;
  font-weight: 400;
}
.mean-container .mean-nav ul li a.mean-expand:hover {
  background: var(--tp-theme-1);
  color: #a42826;
  border-color: #ebebeb;
}

.mean-container .mean-nav ul li > a > i {
  display: none;
}

.mean-container .mean-nav ul li > a.mean-expand i {
  display: inline-block;
}

.mean-container .mean-nav > ul > li:first-child > a {
  border-top: 0;
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked {
  color: var(--tp-common-white);
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked i {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  color: var(--tp-heading-primary);
}

/*----------------------------------------*/
/*  00. Sidebar CSS START
/*----------------------------------------*/
.sidebar__area {
  position: fixed;
  right: -485px;
  top: 0;
  width: 465px;
  height: 100%;
  background: #ffffff none repeat scroll 0 0;
  overflow-y: scroll;
  box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: 9999;
}
@media only screen and (max-width: 575px) {
  .sidebar__area {
    width: 360px;
  }
}
@media only screen and (max-width: 449px) {
  .sidebar__area {
    width: 290px;
  }
}
.sidebar__area.sidebar-opened {
  right: 0px;
}
.sidebar__wrapper {
  position: relative;
  padding: 20px;
  background: #f7f7f7;
}
@media only screen and (max-width: 449px) {
  .sidebar__wrapper {
    padding: 20px;
  }
}
.sidebar__close {
  position: absolute;
  top: 30px;
  right: 20px;
}
@media only screen and (max-width: 449px) {
  .sidebar__close {
    top: 22px;
    right: 20px;
    z-index: 99999999;
  }
}
.sidebar__close-btn {
  display: inline-block;
  font-size: 16px;
  height: 45px;
  width: 45px;
  line-height: 45px;
  background: #000;
  color: #fff;
  outline: none;
  border: none;
  border-radius: 50%;
}
.sidebar__close-btn:hover {
  background: #a42826;
}
.sidebar__logo {
  padding-bottom: 20px;
  margin-bottom: 40px;
}
.sidebar__search {
  position: relative;
  margin-bottom: 25px;
}
.sidebar__search input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]) {
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding-right: 20px;
  background: transparent;
  border: none;
  outline: none;
  border-bottom: 1px solid #ebebeb;
  font-size: 16px;
  font-weight: 500;
  color: #415674;
}
.sidebar__search input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file])::-moz-placeholder {
  color: #415674;
  font-weight: 500;
}
.sidebar__search input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file])::placeholder {
  color: #415674;
  font-weight: 500;
}
.sidebar__search input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):focus {
  border-color: #a42826;
}
.sidebar__search button {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-size: 14px;
  color: #aeaeae;
  outline: none;
  border: none;
  background: transparent;
  transition: 0.3s;
}
.sidebar__search button:hover {
  color: #a42826;
}
.sidebar__text p {
  margin-bottom: 25px;
  font-size: 16px;
}
.sidebar__contact {
  margin-top: 30px;
  margin-bottom: 20px;
}
.sidebar__contact h4 {
    font-size: 24px;
    margin-bottom: 20px;
    color: #0c3b7f;
}
.sidebar__contact ul li:not(:last-child) {
  margin-bottom: 20px;
}
.sidebar__contact ul li:hover i {
  background: #a42826;
  color: #ffffff;
  border-color: #ebebeb;
}
.sidebar__contact ul li:hover a {
  color: #a42826;
}
.sidebar__contact-icon {
  margin-right: 15px;
}
.sidebar__contact-icon i {
  display: inline-block;
  color: #343a40;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #ebebeb;
  border-radius: 7px;
}
.sidebar__contact-text a {
  font-size: 18px;
  font-weight: 400;
  color: #343a40;
}
.sidebar__img {
  margin-bottom: 20px;
}
.sidebar__single-img {
  margin-bottom: 10px;
}
.sidebar__map iframe {
  width: 100%;
  height: 200px;
  border: none;
}
.sidebar__social ul li {
  display: inline-block;
}
.sidebar__social ul li:not(:last-child) {
  margin-right: 5px;
}
.sidebar__social ul li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 42px;
  text-align: center;
  background: #f1f1f1;
  color: #343a40;
  border-radius: 5px;
}
.sidebar__social ul li a:hover {
  background: #a42826;
  color: #ffffff;
}

.side-menu-icon {
  margin-left: 30px;
}

.side-menu-icon {
  width: 40px;
  height: 40px;
  line-height: 55px;
  text-align: center;
  border-radius: 50%;
}
.side-menu-icon span {
  width: 20px;
  height: 2px;
  background:#a42826;
  margin: 5px 0;
  display: block;
  transition: all 0.3s linear;
}
.side-menu-icon:hover span:first-child {
  width: 20px;
}

.body-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 999;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.body-overlay:hover {
  cursor: pointer;
}

.body-overlay.opened {
  opacity: 1;
  visibility: visible;
}

/*----------------------------------------*/
/*  4.1. Pages CSS (All Page Styles)
/*----------------------------------------*/
/*--
/*  03 - Hero CSS
/*----------------------------------------*/
.slider-item {
  height: 920px;
  overflow: hidden;
  position: relative;
  padding-top: 85px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 1;
}
.slider-item::before {
  background: #07294d none repeat scroll 0 0;
  content: "";
  height: 100%;
  opacity: 0.4;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.slider-item .slider-content {
  padding-top: 215px;
}
.slider-item .slider-content .title {
  font-size: 60px;
  line-height: 1.2;
  font-weight: 700;
  color: #ffffff;
}
.slider-item .slider-content p {
  font-size: 16px;
  line-height: 28px;
  color: #ffffff;
  padding-right: 65px;
  margin-top: 30px;
}
.slider-item .slider-content .hero-btn {
  padding-top: 25px;
}
.slider-item .slider-content .hero-btn ul li {
  display: inline-block;
  margin-right: 15px;
  margin-top: 15px;
}
.slider-item .slider-content .hero-btn ul li:last-child {
  margin-right: 0;
}
.slider-item .slider-content .hero-btn ul li .btn {
  color: #021E40;
}
.slider-item .slider-content .hero-btn ul li .btn:hover {
  color: #ffffff;
}
.slider-item .slider-content .hero-btn ul li .btn-white {
  background: #ffffff;
}
.slider-item .slider-content .hero-btn ul li .btn-white:hover {
  background: #07294d;
}

.slider-active .slider-arrow {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  transform: translateY(50%);
  border: 1px solid #ffffff;
  box-shadow: 0px 5px 57px 0px rgba(0, 0, 0, 0.15);
  color: #ffffff;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s linear;
}
@media only screen and (max-width: 991px) {
  .slider-active .slider-arrow {
    transform: translateY(90%);
  }
}
.slider-active .slider-arrow.swiper-button-prev {
  left: 0;
}
.slider-active .slider-arrow.swiper-button-prev::after {
  content: "\f16d";
  font-family: flaticon !important;
  font-size: 16px;
}
.slider-active .slider-arrow.swiper-button-next {
  right: 0;
}
.slider-active .slider-arrow.swiper-button-next::after {
  content: "\f16e";
  font-family: flaticon !important;
  font-size: 16px;
}
.slider-active .slider-arrow:hover {
  color: #07294d;
  background: #a42826;
  border-color: #a42826;
}
.slider-active:hover .slider-arrow {
  opacity: 1;
  visibility: visible;
}
.slider-active:hover .slider-arrow.swiper-button-prev {
  left: 50px;
}
@media only screen and (max-width: 449px) {
  .slider-active:hover .slider-arrow.swiper-button-prev {
    left: 20px;
  }
}
.slider-active:hover .slider-arrow.swiper-button-next {
  right: 50px;
}
@media only screen and (max-width: 449px) {
  .slider-active:hover .slider-arrow.swiper-button-next {
    right: 20px;
  }
}
.slider-active .swiper-slide-active .slider-content p, .slider-active .swiper-slide-active .slider-content .title, .slider-active .swiper-slide-active .slider-content .hero-btn {
  animation-fill-mode: both;
  animation-name: fadeInUp;
}
.slider-active .swiper-slide-active .slider-content .title {
  animation-delay: 0.6s;
  animation-duration: 0.6s;
}
.slider-active .swiper-slide-active .slider-content p {
  animation-delay: 0.8s;
  animation-duration: 0.8s;
}
.slider-active .swiper-slide-active .slider-content .hero-btn {
  animation-delay: 0.9s;
  animation-duration: 0.9s;
}

@media only screen and (max-width: 991px) {
  .slider-item {
    height: 780px;
  }
  .slider-item .slider-content {
    padding-top: 80px;
  }
  .slider-item .slider-content .title {
    font-size: 52px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-item {
    height: 720px;
  }
  .slider-item .slider-content .title {
    font-size: 36px;
  }
  .slider-item .slider-content p {
    padding-right: 0;
  }
}
@media only screen and (max-width: 449px) {
  .slider-item .slider-content {
    padding-top: 50px;
  }
  .slider-item .slider-content .title {
    font-size: 30px;
  }
}

.kmm-slider-section-02 .slider-item {
  height: 870px;
}
@media only screen and (max-width: 991px) {
  .edubin-slider-section-02 .slider-item {
    height: 680px;
  }
}
@media only screen and (max-width: 575px) {
  .edubin-slider-section-02 .slider-item {
    height: 650px;
  }
}

.edubin-slider-section-03 {
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-top: 350px;
  padding-bottom: 120px;
  z-index: 1;
}
.edubin-slider-section-03::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
  z-index: -1;
}
.edubin-slider-section-03 .slider-cont {
  position: relative;
  z-index: 5;
  background-color: rgba(7, 41, 77, 0.8);
  padding: 70px 100px 80px;
}
.edubin-slider-section-03 .slider-cont .title {
  font-size: 48px;
  color: #ffffff;
  padding-bottom: 8px;
}
.edubin-slider-section-03 .slider-cont span {
  font-size: 24px;
  color: #ffffff;
}
.edubin-slider-section-03 .slider-search {
  position: relative;
  margin-top: 55px;
}
.edubin-slider-section-03 .slider-search input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]) {
  width: 100%;
  height: 50px;
  font-size: 15px;
  font-weight: 500;
  color: #999999;
  padding: 0 30px;
  padding-right: 195px;
  background-color: transparent;
  border: 1px solid #ffffff;
  border-radius: 50px;
}
.edubin-slider-section-03 .slider-search input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file])::-webkit-input-placeholder {
  font-size: 15px;
  color: #999999;
  font-weight: 500;
}
.edubin-slider-section-03 .slider-search input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):-moz-placeholder {
  font-size: 15px;
  color: #999999;
  font-weight: 500;
}
.edubin-slider-section-03 .slider-search input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file])::-moz-placeholder {
  font-size: 15px;
  color: #999999;
  font-weight: 500;
}
.edubin-slider-section-03 .slider-search input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):-ms-input-placeholder {
  font-size: 15px;
  color: #999999;
  font-weight: 500;
}
.edubin-slider-section-03 .slider-search input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):focus {
  outline: none;
  border-color: #a42826;
}
@media only screen and (max-width: 575px) {
  .edubin-slider-section-03 .slider-search input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]) {
    height: 50px;
    padding: 0 25px;
    font-size: 16px;
  }
}
.edubin-slider-section-03 .slider-search .btn {
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  line-height: 50px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  font-size: 16px;
  min-width: 80px;
}

@media only screen and (max-width: 1199px) {
  .edubin-slider-section-03 .slider-cont {
    padding: 70px 60px 80px;
  }
  .edubin-slider-section-03 .slider-cont .title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .edubin-slider-section-03 {
    padding-top: 200px;
  }
  .edubin-slider-section-03 .slider-cont {
    padding: 70px 55px 80px;
  }
  .edubin-slider-section-03 .slider-cont .title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .edubin-slider-section-03 {
    padding-top: 180px;
  }
  .edubin-slider-section-03 .slider-cont {
    padding: 60px 45px 70px;
  }
  .edubin-slider-section-03 .slider-cont .title {
    font-size: 35px;
  }
  .edubin-slider-section-03 .slider-cont span {
    font-size: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .edubin-slider-section-03 {
    padding-top: 180px;
  }
  .edubin-slider-section-03 .slider-cont {
    padding: 50px 30px 60px;
  }
  .edubin-slider-section-03 .slider-cont .title {
    font-size: 28px;
  }
}

.slider-feature {
  padding: 0 100px;
  padding-top: 50px;
}
@media only screen and (max-width: 1199px) {
  .slider-feature {
    padding: 0 75px;
    padding-top: 50px;
  }
}

.single-slider-feature {
  display: flex;
  align-items: flex-start;
  margin-top: 30px;
}
.single-slider-feature .icon img {
  max-width: 75px;
}
.single-slider-feature .cont {
  flex: 1;
  margin-left: 25px;
}
.single-slider-feature .cont .title {
  font-size: 24px;
  color: #ffffff;
  margin-bottom: 15px;
}
.single-slider-feature .cont span {
  font-size: 15px;
  color: #ffffff;
}

.edubin-slider-section-04 .slider-item {
  height: 980px;
}
.edubin-slider-section-04 .slider-item::before {
  display: none;
}
.edubin-slider-section-04 .slider-item .slider-content {
  max-width: 750px;
  margin: 0 auto;
  padding-top: 215px;
}
.edubin-slider-section-04 .slider-item .slider-content .title {
  color: #07294D;
}
.edubin-slider-section-04 .slider-item .slider-content p {
  color: #07294D;
}

@media only screen and (max-width: 1199px) {
  .edubin-slider-section-04 .slider-item {
    height: 905px;
  }
  .edubin-slider-section-04 .slider-item .slider-content {
    padding-top: 190px;
  }
}
@media only screen and (max-width: 991px) {
  .edubin-slider-section-04 .slider-item {
    height: 780px;
  }
  .edubin-slider-section-04 .slider-item .slider-content {
    padding-top: 95px;
  }
}
@media only screen and (max-width: 767px) {
  .edubin-slider-section-04 .slider-item {
    height: 720px;
  }
  .edubin-slider-section-04 .slider-item .slider-content {
    padding-top: 80px;
  }
}

.edubin-slider-section-05 {
  position: relative;
  height: 920px;
  background: #F9EEE1;
  z-index: 1;
}
.edubin-slider-section-05 .svg-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 5;
}
.edubin-slider-section-05 .svg-shape svg {
  height: 40px;
  fill: #ffffff;
  display: block;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
  width: calc(100% + 1.3px);
}
.edubin-slider-section-05 .shape-3 {
  position: absolute;
  top: 21%;
  left: 8%;
  z-index: -1;
}
.edubin-slider-section-05 .shape-4 {
  position: absolute;
  bottom: 22%;
  left: 4%;
  z-index: -1;
  animation: round-01 5s linear infinite;
}
.edubin-slider-section-05 .shape-5 {
  position: absolute;
  right: 7%;
  top: 15%;
  z-index: -1;
}
.edubin-slider-section-05 .hero-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  display: flex;
  padding-left: 20px;
  padding-right: 30px;
  justify-content: center;
  z-index: 1;
}
.edubin-slider-section-05 .hero-image .shape-1 {
  position: absolute;
  right: 35%;
  top: 21%;
  z-index: -1;
}
.edubin-slider-section-05 .hero-image .shape-2 {
  position: absolute;
  left: 32%;
  bottom: 21%;
  z-index: -1;
}
.edubin-slider-section-05 .hero-image .image {
  padding-top: 220px;
  display: flex;
}
.edubin-slider-section-05 .hero-image .image .image-1 {
  padding-right: 20px;
}
.edubin-slider-section-05 .hero-image .image .image-1 img {
  border-radius: 100px 100px 0 100px;
}
.edubin-slider-section-05 .hero-image .image .image-2 {
  padding-top: 120px;
  padding-left: 20px;
}
.edubin-slider-section-05 .hero-image .image .image-2 img {
  border-radius: 100px 0 100px 100px;
}
.edubin-slider-section-05 .hero-content {
  padding-top: 225px;
}
.edubin-slider-section-05 .hero-content .title {
  font-size: 56px;
}
.edubin-slider-section-05 .hero-content .title span {
  color: #ff773d;
}
.edubin-slider-section-05 .hero-content p {
  color: #383B46;
  margin-top: 30px;
  margin-bottom: 25px;
}
.edubin-slider-section-05 .hero-content .hero-btn .btn {
  background: #ff773d;
  color: #ffffff;
  margin-top: 40px;
}
.edubin-slider-section-05 .hero-content .hero-btn .btn:hover {
  background: #021E40;
}

@media only screen and (max-width: 1199px) {
  .edubin-slider-section-05 .hero-content .title {
    font-size: 42px;
  }
}
@media only screen and (max-width: 991px) {
  .edubin-slider-section-05 {
    height: auto;
  }
  .edubin-slider-section-05 .hero-content {
    padding-top: 130px;
  }
  .edubin-slider-section-05 .hero-image {
    position: relative;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .edubin-slider-section-05 .hero-image .shape-1 {
    position: absolute;
    right: 35%;
    top: 21%;
    z-index: -1;
  }
  .edubin-slider-section-05 .hero-image .shape-2 {
    position: absolute;
    left: 32%;
    bottom: 21%;
    z-index: -1;
  }
  .edubin-slider-section-05 .hero-image .image {
    padding-top: 60px;
    padding-bottom: 180px;
  }
}
@media only screen and (max-width: 575px) {
  .edubin-slider-section-05 .hero-content .title {
    font-size: 36px;
  }
  .edubin-slider-section-05 .hero-image .shape-1 {
    width: 90px;
    right: 23%;
    top: 12%;
  }
  .edubin-slider-section-05 .hero-image .shape-2 {
    width: 90px;
    left: 29%;
    bottom: 30%;
  }
}
@media only screen and (max-width: 449px) {
  .edubin-slider-section-05 .hero-content .title {
    font-size: 30px;
  }
}

.edubin-hero-section-06 {
  padding-top: 140px;
}
.edubin-hero-section-06 .hero-content {
  padding-top: 105px;
  position: relative;
  z-index: 1;
}
.edubin-hero-section-06 .hero-content .shape-3 {
  position: absolute;
  left: -12%;
  top: 20%;
  z-index: -1;
}
.edubin-hero-section-06 .hero-content .shape-4 {
  position: absolute;
  right: 8%;
  top: 48%;
  z-index: -1;
}
.edubin-hero-section-06 .hero-content .title {
  font-size: 60px;
}
.edubin-hero-section-06 .hero-content .title span {
  color: #2babe4;
}
.edubin-hero-section-06 .hero-content p {
  color: #383B46;
  margin-top: 30px;
  margin-bottom: 25px;
}
.edubin-hero-section-06 .hero-content .hero-btn .btn {
  background: #2babe4;
  color: #ffffff;
  margin-top: 40px;
}
.edubin-hero-section-06 .hero-content .hero-btn .btn:hover {
  background: #021E40;
}
.edubin-hero-section-06 .hero-images {
  position: relative;
  text-align: center;
  z-index: 1;
}
.edubin-hero-section-06 .hero-images .shape-1 {
  position: absolute;
  left: 0;
  top: 25px;
  z-index: -1;
}
.edubin-hero-section-06 .hero-images .shape-2 {
  position: absolute;
  left: 0;
  top: 25px;
  z-index: -1;
}
.edubin-hero-section-06 .hero-images .image-content {
  display: flex;
  align-items: center;
  background: #ffffff;
  box-shadow: 0px 24px 59px 0px rgba(0, 0, 0, 0.13);
  border-radius: 10px;
  position: absolute;
  left: -8%;
  top: 57.5%;
  padding: 20px;
  padding-right: 40px;
}
.edubin-hero-section-06 .hero-images .image-content .icon-img img {
  width: 30px;
}
.edubin-hero-section-06 .hero-images .image-content .image-text {
  flex: 1;
  text-align: left;
  margin-left: 15px;
}
.edubin-hero-section-06 .hero-images .image-content .image-text .title {
  font-size: 15px;
  color: #000000;
}
.edubin-hero-section-06 .hero-images .image-content .image-text p {
  font-size: 14px;
  font-weight: 400;
  color: #999898;
}

@media only screen and (max-width: 1199px) {
  .edubin-hero-section-06 .hero-content .title {
    font-size: 48px;
  }
}
@media only screen and (max-width: 991px) {
  .edubin-hero-section-06 .hero-content .title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .edubin-hero-section-06 {
    padding-top: 120px;
  }
  .edubin-hero-section-06 .hero-content {
    padding-top: 0;
  }
  .edubin-hero-section-06 .hero-images {
    padding-top: 60px;
  }
  .edubin-hero-section-06 .hero-images .shape-1 {
    left: 35px;
    top: 95px;
  }
  .edubin-hero-section-06 .hero-images .shape-1 img {
    width: 420px;
  }
  .edubin-hero-section-06 .hero-images .shape-2 {
    top: 90px;
  }
  .edubin-hero-section-06 .hero-images .shape-2 img {
    width: 550px;
  }
  .edubin-hero-section-06 .hero-images .image-content {
    left: 0;
  }
  .edubin-hero-section-06 .hero-images .image-content .icon-img img {
    width: 30px;
  }
  .edubin-hero-section-06 .hero-images .image-content .image-text {
    flex: 1;
    text-align: left;
    margin-left: 15px;
  }
  .edubin-hero-section-06 .hero-images .image-content .image-text .title {
    font-size: 15px;
    color: #000000;
  }
  .edubin-hero-section-06 .hero-images .image-content .image-text p {
    font-size: 14px;
    font-weight: 400;
    color: #999898;
  }
}
@media only screen and (max-width: 575px) {
  .edubin-hero-section-06 .hero-content .title {
    font-size: 30px;
  }
}

.edubin-hero-section-07 {
  position: relative;
  overflow: hidden;
}
.edubin-hero-section-07 .hero-shape-3 {
  width: 1100px;
  height: 1100px;
  background: none;
  border: 1px solid #efedfc;
  border-radius: 50%;
  position: absolute;
  left: -32%;
  top: -47%;
}
.edubin-hero-section-07 .hero-shape-3::before {
  content: "";
  width: 1100px;
  height: 1100px;
  background: none;
  border: 1px solid #efedfc;
  border-radius: 50%;
  transform: scale(0.75);
  position: absolute;
  left: 0;
  top: 0;
}
.edubin-hero-section-07 .hero-content {
  max-width: 550px;
}
.edubin-hero-section-07 .hero-content .sub-title {
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #0071DC;
}
.edubin-hero-section-07 .hero-content .title {
  font-size: 52px;
  line-height: 72px;
  margin-top: 25px;
  color: #021E40;
}
.edubin-hero-section-07 .hero-content .title span {
  color: #0071DC;
}
.edubin-hero-section-07 .hero-content .hero-btn .btn {
  background: #0071DC;
  color: #ffffff;
  margin-top: 40px;
}
.edubin-hero-section-07 .hero-content .hero-btn .btn:hover {
  background: #021E40;
}
.edubin-hero-section-07 .hero-content .link-text {
  font-size: 18px;
  line-height: 30px;
  color: #8a8a8a;
  margin-top: 15px;
}
.edubin-hero-section-07 .hero-content .link-text a {
  font-weight: 700;
  color: #0071DC;
  text-decoration: underline;
  text-decoration-color: #0071DC;
}
.edubin-hero-section-07 .hero-images-02 {
  padding-top: 260px;
  padding-bottom: 120px;
  position: relative;
  z-index: 1;
}
.edubin-hero-section-07 .hero-images-02 .shape-1 {
  position: absolute;
  left: -105px;
  bottom: 170px;
  z-index: -1;
}
.edubin-hero-section-07 .hero-images-02 .shape-2 {
  position: absolute;
  top: 360px;
  left: 235px;
  z-index: -1;
}
.edubin-hero-section-07 .hero-images-02 .image {
  position: relative;
  z-index: 1;
}
.edubin-hero-section-07 .hero-images-02 .image .image-content {
  position: absolute;
  left: 180px;
  bottom: 60px;
  text-align: left;
  padding-left: 35px;
  padding-right: 28px;
  padding-top: 30px;
  padding-bottom: 25px;
  width: 315px;
  background-color: #ffffff;
  box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}
.edubin-hero-section-07 .hero-images-02 .image .image-content .image-icon {
  position: absolute;
  left: 25px;
  top: -45px;
}
.edubin-hero-section-07 .hero-images-02 .image .image-content .image-ext p {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: #002e5b;
}
.edubin-hero-section-07 .hero-images-02 .image .image-content .image-ext p span {
  font-weight: 700;
  color: #0071DC;
}

@media only screen and (max-width: 1199px) {
  .edubin-hero-section-07 .hero-shape-3 {
    width: 920px;
    height: 920px;
  }
  .edubin-hero-section-07 .hero-shape-3::before {
    width: 920px;
    height: 920px;
  }
  .edubin-hero-section-07 .hero-content .title {
    font-size: 48px;
    line-height: 66px;
  }
  .edubin-hero-section-07 .hero-images-02 .image .image-content {
    left: 20px;
    bottom: 35px;
  }
}
@media only screen and (max-width: 991px) {
  .edubin-hero-section-07 {
    padding-top: 150px;
  }
  .edubin-hero-section-07 .hero-images-02 {
    padding-top: 60px;
    text-align: center;
  }
  .edubin-hero-section-07 .hero-images-02 .shape-1 {
    left: -15px;
  }
  .edubin-hero-section-07 .hero-images-02 .shape-2 {
    top: 170px;
    left: 270px;
  }
  .edubin-hero-section-07 .hero-images-02 .image .image-content {
    left: 110px;
    bottom: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .edubin-hero-section-07 .hero-content .title {
    font-size: 36px;
    line-height: 52px;
  }
  .edubin-hero-section-07 .hero-images-02 .shape-1 {
    width: 160px;
  }
  .edubin-hero-section-07 .hero-images-02 .shape-2 {
    left: 180px;
  }
  .edubin-hero-section-07 .hero-images-02 .image .image-content {
    left: 45px;
    bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .edubin-hero-section-07 .hero-content .title {
    font-size: 30px;
    line-height: 44px;
  }
  .edubin-hero-section-07 .hero-images-02 .shape-1 {
    left: -5px;
  }
  .edubin-hero-section-07 .hero-images-02 .shape-2 {
    left: 110px;
    top: 120px;
    width: 120px;
  }
  .edubin-hero-section-07 .hero-images-02 .image .image-content {
    left: 0;
    bottom: 25px;
  }
}

.edubin-slider-section-08 {
  position: relative;
  height: 920px;
  background: #F9EEE1;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 1;
}
.edubin-slider-section-08::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-image: linear-gradient(360deg, #030B14 50%, #02070E 100%);
  opacity: 0.6;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.edubin-slider-section-08 .shape-1 {
  position: absolute;
  width: 100%;
  height: 130px;
  right: 0;
  left: 0px;
  bottom: -130px;
  background: #ffffff;
  transform: skewY(-3deg);
  transform-origin: 0;
  z-index: 2;
}
.edubin-slider-section-08 .hero-content {
  padding-top: 225px;
}
.edubin-slider-section-08 .hero-content .sub-title {
  font-size: 13px;
  color: #3BBC9B;
  letter-spacing: 1px;
  margin-bottom: 14px;
}
.edubin-slider-section-08 .hero-content .main-title {
  font-size: 52px;
  line-height: 70px;
  color: #ffffff;
}
.edubin-slider-section-08 .hero-content .text {
  color: #ffffff;
  margin-top: 30px;
}
.edubin-slider-section-08 .hero-content .hero-btn-wrap {
  display: flex;
  align-items: center;
  margin-top: 40px;
}
.edubin-slider-section-08 .hero-content .hero-btn-wrap .hero-btn .btn {
  border-radius: 50px;
  background: #3BBC9B;
  color: #ffffff;
  margin-right: 25px;
}
.edubin-slider-section-08 .hero-content .hero-btn-wrap .hero-btn .btn i {
  margin-left: 5px;
}
.edubin-slider-section-08 .hero-content .hero-btn-wrap .hero-btn .btn:hover {
  background: #021E40;
}
.edubin-slider-section-08 .hero-content .hero-btn-wrap .info-call p {
  font-size: 18px;
  color: #ffffff;
}
.edubin-slider-section-08 .hero-content .hero-btn-wrap .info-call p i {
  margin-right: 5px;
}
.edubin-slider-section-08 .hero-content .st-img-wrap {
  display: flex;
  align-items: center;
  margin-top: 40px;
}
.edubin-slider-section-08 .hero-content .st-img-wrap .img img {
  border-radius: 150px;
}
.edubin-slider-section-08 .hero-content .st-img-wrap .con {
  flex: 1;
  margin-left: 30px;
}
.edubin-slider-section-08 .hero-content .st-img-wrap .con .title {
  font-size: 20px;
  color: #ffffff;
}
.edubin-slider-section-08 .hero-content .st-img-wrap .con p {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 600;
  color: #3BBC9B;
}

@media only screen and (max-width: 1199px) {
  .edubin-slider-section-08 .shape-1 {
    bottom: -70px;
  }
  .edubin-slider-section-08 .hero-content {
    padding-top: 200px;
  }
  .edubin-slider-section-08 .hero-content .main-title {
    font-size: 42px;
    line-height: 60px;
  }
}
@media only screen and (max-width: 991px) {
  .edubin-slider-section-08 {
    height: 850px;
  }
  .edubin-slider-section-08 .shape-1 {
    bottom: -42px;
    height: 110px;
  }
  .edubin-slider-section-08 .hero-content {
    padding-top: 150px;
  }
}
@media only screen and (max-width: 767px) {
  .edubin-slider-section-08 .hero-content .main-title {
    font-size: 36px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .edubin-slider-section-08 .hero-content .main-title {
    font-size: 30px;
    line-height: 42px;
  }
}

.edubin-slider-section-09 .slider-item {
  height: 1020px;
}
.edubin-slider-section-09 .slider-item::before {
  background: #07294d none repeat scroll 0 0;
  content: "";
  height: 100%;
  opacity: 0.4;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.edubin-slider-section-09 .slider-item .slider-content {
  padding-top: 215px;
}
.edubin-slider-section-09 .slider-item .slider-content .title {
  font-size: 60px;
  line-height: 1.2;
  font-weight: 700;
  color: #ffffff;
}
@media only screen and (max-width: 1199px) {
  .edubin-slider-section-09 .slider-item .slider-content .title {
    font-size: 52px;
  }
}
@media only screen and (max-width: 767px) {
  .edubin-slider-section-09 .slider-item .slider-content .title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 575px) {
  .edubin-slider-section-09 .slider-item .slider-content .title {
    font-size: 30px;
  }
}
.edubin-slider-section-09 .slider-item .slider-content .title span {
  color: #EC5251;
}
.edubin-slider-section-09 .slider-item .slider-content p {
  font-size: 16px;
  line-height: 28px;
  color: #ffffff;
  padding-right: 65px;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .edubin-slider-section-09 .slider-item .slider-content p {
    padding-right: 0;
  }
}
.edubin-slider-section-09 .slider-item .slider-content .hero-btn {
  padding-top: 25px;
}
.edubin-slider-section-09 .slider-item .slider-content .hero-btn ul li {
  display: inline-block;
  margin-right: 15px;
  margin-top: 15px;
}
.edubin-slider-section-09 .slider-item .slider-content .hero-btn ul li:last-child {
  margin-right: 0;
}
.edubin-slider-section-09 .slider-item .slider-content .hero-btn ul li .btn {
  background: #EC5251;
  color: #ffffff;
}
.edubin-slider-section-09 .slider-item .slider-content .hero-btn ul li .btn:hover {
  color: #ffffff;
  background: #FF3E4B;
}
.edubin-slider-section-09 .slider-item .slider-content .hero-btn ul li .btn-white {
  border: 2px solid #ffffff;
  line-height: 48px;
  background: transparent;
  color: #ffffff;
}
.edubin-slider-section-09 .slider-item .slider-content .hero-btn ul li .btn-white:hover {
  background: #EC5251;
  border: 2px solid #EC5251;
}
.edubin-slider-section-09 .slider-category {
  padding-top: 110px;
}
.edubin-slider-section-09 .category-item-03 {
  display: flex;
  align-items: center;
  background: #EC5251;
  border-radius: 5px;
  padding: 30px 40px 35px;
  margin-top: 30px;
}
@media only screen and (max-width: 575px) {
  .edubin-slider-section-09 .category-item-03 {
    padding: 30px 30px 35px;
  }
}
.edubin-slider-section-09 .category-item-03 .icon img {
  width: 60px;
}
.edubin-slider-section-09 .category-item-03 .cont {
  flex: 1;
  margin-left: 35px;
}
.edubin-slider-section-09 .category-item-03 .cont .title {
  color: #ffffff;
  font-size: 28px;
  font-weight: 700;
}
.edubin-slider-section-09 .category-item-03 .cont .view-more {
  font-size: 15px;
  color: #ffffff;
  margin-top: 10px;
  transition: all 0.3s linear;
}
.edubin-slider-section-09 .category-item-03 .cont .view-more i {
  margin-left: 3px;
}
.edubin-slider-section-09 .category-item-03 .cont .view-more:hover {
  margin-left: 5px;
}
.edubin-slider-section-09 .slider-active .slider-arrow:hover {
  color: #07294d;
  background: #EC5251;
  border-color: #EC5251;
}

@media only screen and (max-width: 991px) {
  .edubin-slider-section-09 .slider-item {
    height: auto;
  }
  .edubin-slider-section-09 .slider-item .slider-content {
    padding-top: 60px;
  }
  .edubin-slider-section-09 .slider-category {
    padding-top: 70px;
    padding-bottom: 100px;
  }
}

.edubin-hero-section-10 {
  background: #EDF9F5;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  padding-top: 140px;
  z-index: 1;
}
.edubin-hero-section-10 .svg-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 5;
}
.edubin-hero-section-10 .svg-shape svg {
  height: 40px;
  fill: #ffffff;
  display: block;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
  width: calc(100% + 1.3px);
}
.edubin-hero-section-10 .shape-3 {
  position: absolute;
  left: 9%;
  top: 38%;
  z-index: -1;
}
.edubin-hero-section-10 .hero-content {
  position: relative;
  z-index: 1;
}
.edubin-hero-section-10 .hero-content .title {
  font-size: 56px;
  line-height: 70px;
}
.edubin-hero-section-10 .hero-content .title span {
  color: #2babe4;
}
.edubin-hero-section-10 .hero-content p {
  color: #8a8a8a;
  margin-top: 30px;
}
.edubin-hero-section-10 .hero-content .hero-btn .btn {
  background: #3BBC9B;
  color: #ffffff;
  margin-top: 40px;
}
.edubin-hero-section-10 .hero-content .hero-btn .btn:hover {
  background: #021E40;
}
.edubin-hero-section-10 .hero-images {
  padding-top: 150px;
  position: relative;
  text-align: center;
  z-index: 1;
}
.edubin-hero-section-10 .hero-images .shape-1 {
  position: absolute;
  left: 2%;
  top: 21%;
  z-index: -1;
}
.edubin-hero-section-10 .hero-images .shape-2 {
  position: absolute;
  right: 5%;
  top: 29%;
  z-index: -1;
}
.edubin-hero-section-10 .hero-images .images {
  text-align: right;
}
.edubin-hero-section-10 .hero-images .image-content {
  display: flex;
  align-items: center;
  background: #ffffff;
  box-shadow: 0px 24px 59px 0px rgba(0, 0, 0, 0.13);
  border-radius: 10px;
  position: absolute;
  left: -13%;
  top: 73.5%;
  padding: 20px;
  padding-right: 30px;
}
.edubin-hero-section-10 .hero-images .image-content .icon-img {
  background: #EBEBEB;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 10px;
}
.edubin-hero-section-10 .hero-images .image-content .icon-img img {
  width: 30px;
}
.edubin-hero-section-10 .hero-images .image-content .image-text {
  flex: 1;
  text-align: left;
  margin-left: 15px;
}
.edubin-hero-section-10 .hero-images .image-content .image-text .title {
  color: #021E40;
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
}
.edubin-hero-section-10 .hero-images .image-content .image-text p {
  font-size: 16px;
  font-weight: 400;
  color: #999898;
}

@media only screen and (max-width: 1199px) {
  .edubin-hero-section-10 .hero-content .title {
    font-size: 42px;
    line-height: 60px;
  }
  .edubin-hero-section-10 .hero-images {
    padding-top: 110px;
  }
}
@media only screen and (max-width: 991px) {
  .edubin-hero-section-10 .hero-content .title {
    font-size: 32px;
    line-height: 48px;
  }
}
@media only screen and (max-width: 767px) {
  .edubin-hero-section-10 .hero-images {
    padding-top: 80px;
    padding-left: 35px;
    padding-right: 35px;
  }
  .edubin-hero-section-10 .hero-images .images {
    text-align: center;
  }
  .edubin-hero-section-10 .hero-images .image-content {
    left: 0%;
    top: 67.5%;
  }
}
@media only screen and (max-width: 575px) {
  .edubin-hero-section-10 .hero-images {
    padding-top: 60px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes round-01 {
  0% {
    transform: rotate(15deg);
  }
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(15deg);
  }
}
/*--
/*  04 - Category CSS
/*----------------------------------------*/
.category-wrap {
  background: #07294d;
  border-radius: 10px;
  padding-top: 40px;
  padding-bottom: 80px;
  margin-top: -150px;
  position: relative;
  z-index: 5;
}
.category-wrap .category-text {
  padding-top: 40px;
}
@media only screen and (max-width: 991px) {
  .category-wrap .category-text {
    text-align: center;
  }
}
.category-wrap .category-text .title {
  font-size: 36px;
  color: #fff;
  padding: 0 50px;
}
@media only screen and (max-width: 575px) {
  .category-wrap .category-text .title {
    font-size: 32px;
  }
}

.category-slider-wrap {
  margin-top: 40px;
}

.single-category {
  padding: 20px 0;
  margin: 0 auto;
  border-radius: 5px;
  display: block;
}
.single-category.color-1 {
  background-color: #4886ff;
}
.single-category.color-2 {
  background-color: #b5d56a;
}
.single-category.color-3 {
  background-color: #ff6f6f;
}
.single-category .icon {
  display: inline-block;
}
.single-category .cont {
  display: block;
}
.single-category .cont span {
  display: inline-block;
  color: #ffffff;
  font-size: 18px;
  padding-top: 15px;
  font-weight: 700;
}

.category-active {
  position: relative;
}
.category-active a {
  display: block;
}
.category-active .slider-arrow {
  position: absolute;
  top: 50%;
  right: -50px;
  transform: translateY(-10%);
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  background-color: #557495;
  text-align: center;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s linear;
}
@media only screen and (max-width: 991px) {
  .category-active .slider-arrow {
    transform: translateY(90%);
  }
}
.category-active .slider-arrow.swiper-button-prev {
  right: auto;
  left: -50px;
}
.category-active .slider-arrow.swiper-button-prev::after {
  content: "\f16d";
  font-family: flaticon !important;
  font-size: 14px;
}
.category-active .slider-arrow.swiper-button-next {
  right: -50px;
}
.category-active .slider-arrow.swiper-button-next::after {
  content: "\f16e";
  font-family: flaticon !important;
  font-size: 14px;
}
.category-active .slider-arrow:hover {
  color: #ffffff;
  background: #a42826;
  border-color: #a42826;
}
.category-active:hover .slider-arrow {
  opacity: 1;
  visibility: visible;
}

.edubin-category-section-02 {
  padding-bottom: 120px;
}
@media only screen and (max-width: 1199px) {
  .edubin-category-section-02 {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .edubin-category-section-02 {
    padding-bottom: 80px;
  }
}

.category-2-items {
  padding-top: 20px;
}
.category-2-items .single-items {
  position: relative;
  margin-top: 30px;
}
.category-2-items .single-items .items-image {
  position: relative;
}
.category-2-items .single-items .items-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(7, 41, 77, 0.8);
  border-radius: 5px;
}
.category-2-items .single-items .items-image img {
  width: 100%;
  border-radius: 5px;
}
.category-2-items .single-items .items-cont {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}
.category-2-items .single-items .items-cont .title {
  font-size: 18px;
  color: #ffffff;
  transition: all 0.3s linear;
}
.category-2-items .single-items .items-cont .title:hover {
  color: #a42826;
}
.category-2-items .single-items .items-cont p {
  font-size: 14px;
  color: #ffffff;
}

.category-form {
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0px 0px 75px 0px rgba(0, 0, 0, 0.1);
  margin-top: -160px;
  position: relative;
  z-index: 5;
}
@media only screen and (max-width: 991px) {
  .category-form {
    margin-top: 50px;
  }
}
.category-form .form-title {
  background-color: #07294d;
  padding-top: 35px;
  padding-bottom: 40px;
  padding-left: 5px;
  padding-right: 5px;
}
.category-form .form-title .title {
  color: #a42826;
  font-size: 36px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 575px) {
  .category-form .form-title .title {
    font-size: 28px;
  }
}
.category-form .form-title span {
  font-size: 24px;
  color: #fff;
}
.category-form .main-form {
  padding-top: 30px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 55px;
  background-color: #fff;
}
.category-form .main-form .single-form {
  margin-top: 20px;
}
.category-form .main-form .single-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]),
.category-form .main-form .single-form textarea {
  width: 100%;
  height: 45px;
  padding: 0 20px;
  font-size: 14px;
  color: #8a8a8a;
  border: 1px solid #ebebeb;
  border-radius: 3px;
  font-weight: 400;
}
.category-form .main-form .single-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file])::-webkit-input-placeholder,
.category-form .main-form .single-form textarea::-webkit-input-placeholder {
  opacity: 0.95;
  font-size: 14px;
  color: #8a8a8a;
  font-weight: 400;
}
.category-form .main-form .single-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):-moz-placeholder,
.category-form .main-form .single-form textarea:-moz-placeholder {
  opacity: 0.95;
  font-size: 14px;
  color: #8a8a8a;
  font-weight: 400;
}
.category-form .main-form .single-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file])::-moz-placeholder,
.category-form .main-form .single-form textarea::-moz-placeholder {
  opacity: 0.95;
  font-size: 14px;
  color: #8a8a8a;
  font-weight: 400;
}
.category-form .main-form .single-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):-ms-input-placeholder,
.category-form .main-form .single-form textarea:-ms-input-placeholder {
  opacity: 0.95;
  font-size: 14px;
  color: #8a8a8a;
  font-weight: 400;
}
.category-form .main-form .single-form textarea {
  height: 100px;
  line-height: 50px;
}
.category-form .main-form .single-form .btn {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 3px;
  background: #07294D;
  color: #ffffff;
}
.category-form .main-form .single-form .btn:hover {
  background: #a42826;
}

.edubin-category-section-03 {
  background: #EDF0F2;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-top: 70px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 1199px) {
  .edubin-category-section-03 {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .edubin-category-section-03 {
    padding-top: 30px;
  }
}

.edubin-category-section-04 .category-wrap {
  background: #ffffff;
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
}
.edubin-category-section-04 .category-wrap .category-text .title {
  color: #002639;
}

.edubin-category-section-05 .category-content-wrap {
  position: relative;
  margin-top: 50px;
}
.edubin-category-section-05 .category-content-wrap::before {
  content: "";
  background: #E1E1E1;
  width: 100%;
  margin: auto;
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
}
.edubin-category-section-05 .edubin-category-box {
  border-right: 1px solid #E1E1E1;
}
.edubin-category-section-05 .edubin-category-box.category-box-03 {
  border-right: 0;
}
.edubin-category-section-05 .edubin-category-box .category-item {
  display: flex;
  align-items: center;
  padding: 40px 60px;
}
.edubin-category-section-05 .edubin-category-box .category-item .category-content {
  margin-left: 20px;
}
.edubin-category-section-05 .edubin-category-box .category-item .category-content .title {
  font-size: 20px;
  font-weight: 600;
  color: #021E40;
}
.edubin-category-section-05 .edubin-category-box .category-item .category-content .title:hover {
  color: #ff773d;
}

@media only screen and (max-width: 991px) {
  .edubin-category-section-05 .edubin-category-box .category-item {
    padding: 40px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .edubin-category-section-05 .category-content-wrap {
    margin-top: 20px;
  }
  .edubin-category-section-05 .category-content-wrap::before {
    display: none;
  }
  .edubin-category-section-05 .edubin-category-box {
    border-right: 0;
  }
  .edubin-category-section-05 .edubin-category-box .category-item {
    justify-content: center;
    padding: 0;
    margin-top: 30px;
  }
  .edubin-category-section-05 .edubin-category-box .category-item .category-content {
    margin-left: 0;
  }
}

.category-wrap-03 {
  padding-top: 20px;
}

.category-item-02 {
  display: flex;
  align-items: center;
  background: #EFF6F9;
  padding: 20px 30px 20px 30px;
  border-radius: 5px 5px 5px 5px;
  margin-top: 30px;
}
.category-item-02 .category-content {
  flex: 1;
  margin-left: 25px;
}
.category-item-02 .category-content .title {
  font-size: 18px;
  color: #021E40;
  transition: all 0.3s linear;
}
.category-item-02:hover {
  background: #2babe4;
}

.edubin-category-section-07 .category-item-02:hover {
  background: #F1F9F3;
}

/*--
/*  05 - About CSS
/*----------------------------------------*/
.edubin-about-section {
  position: relative;
  /* padding-bottom: 220px; */
  padding-top: 60px;
}

.edubin-about-section .about-content-wrap {
  margin-top: 50px;
}
/*.edubin-about-section .about-cont p {
  padding-top: 15px;
}*/
.edubin-about-section .about-cont .btn {
  margin-top:21px;
}
.edubin-about-section .about-event {
  box-shadow: 0px 0px 191px 0px rgba(0, 0, 0, 0.06);
  padding: 40px;
  background-color: rgba(255, 255, 255, 0.95);
  margin-top: 50px;
}
@media only screen and (max-width: 575px) {
  .edubin-about-section .about-event {
    padding: 25px 25px;
  }
}
.edubin-about-section .about-event .event-title .title {
  font-size: 36px;
  color: #0C3B7F;
  padding-bottom: 15px;
}
@media only screen and (max-width: 575px) {
  .edubin-about-section .about-event .event-title .title {
    font-size: 24px;
  }
}



.edubin-about-section .about-event ul li .single-event {
    padding: 10px;
    border: 1px solid #d6e0ea;
    margin: 10px 0;
    border-radius: 6px;
    transition: .2s ease;
}
.edubin-about-section .about-event ul li .single-event span {
  font-size: 14px;
  color: #8a8a8a;
  margin-right: 20px;
}
.edubin-about-section .about-event ul li .single-event span i {
  color: #a42826;
  margin-right: 3px;
}
.edubin-about-section .about-event ul li .single-event .title {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #000000;
    font-size: 16px;
    transition: all 0.3s linear;
    font-weight: 500 !important;
    font-family: Lato;
}
.edubin-about-section .about-event ul li .single-event .title:hover {
  color: #a42826;
}
.edubin-about-section .about-event ul li .single-event a {
  display: block;
}
.single-event:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0,61,124,.15);
}
.edubin-about-section .about-bg {
  width: 52%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -2;
}
.edubin-about-section .about-bg::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 60%, rgb(255, 255, 255) 100%);
}
.edubin-about-section .about-bg img {
  width: 100%;
}

.edubin-about-section-02 {
  padding-bottom: 120px;
}
.edubin-about-section-02 .about-wrap {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 70px 70px 70px;
  margin-top: 0;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .edubin-about-section-02 .about-wrap {
    padding: 70px 50px 70px;
  }
}
.edubin-about-section-02 .about-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(310deg, rgba(7, 41, 77, 0.6392156863) 0%, #07294D 100%);
  z-index: -1;
}
.edubin-about-section-02 .about-event {
  box-shadow: none;
  padding: 0;
  padding-right: 50px;
  background-color: transparent;
  margin-top: 0;
}
.edubin-about-section-02 .about-event .event-title .title {
  color: #ffffff;
}
.edubin-about-section-02 .about-event ul li .single-event span {
  color: #C0C0C0;
}
.edubin-about-section-02 .about-event ul li .single-event .title {
  color: #ffffff;
}
.edubin-about-section-02 .about-event ul li .single-event .title:hover {
  color: #a42826;
}
@media only screen and (max-width: 991px) {
  .edubin-about-section-02 .video {
    margin-top: 50px;
  }
}
.edubin-about-section-02 .video a {
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  font-size: 20px;
  background-color: #a42826;
  color: #07294d;
  border-radius: 50%;
}
.edubin-about-section-02 .video a:hover {
  background: #ffffff;
  color: #a42826;
}

.edubin-about-section-03 {
  padding-bottom: 150px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .edubin-about-section-03 {
    padding-bottom: 120px;
  }
}
.edubin-about-section-03 .about-image-two {
  position: relative;
  margin-top: 55px;
  z-index: 1;
}
.edubin-about-section-03 .about-image-two::before {
  position: absolute;
  content: "";
  background-image: url(../images/about/dot-shape.png);
  background-position: center center;
  background-size: contain;
  width: 305px;
  height: 370px;
  left: -85px;
  bottom: -60px;
  z-index: -1;
}
@media only screen and (max-width: 575px) {
  .edubin-about-section-03 .about-image-two::before {
    width: 80%;
    height: 100%;
    left: -40px;
    bottom: -40px;
  }
}
.edubin-about-section-03 .about-image-two > img {
  width: 100%;
  border-radius: 5px;
}
.edubin-about-section-03 .about-image-two .about-shape-two {
  position: absolute;
  left: -36px;
  bottom: 170px;
}
@media only screen and (max-width: 575px) {
  .edubin-about-section-03 .about-image-two .about-shape-two {
    bottom: 75px;
    width: 40px;
  }
}
.edubin-about-section-03 .about-image-two .about-shape-three {
  position: absolute;
  bottom: -30px;
  left: 85px;
}
@media only screen and (max-width: 575px) {
  .edubin-about-section-03 .about-image-two .about-shape-three {
    left: 35px;
    width: 60px;
  }
}

.edubin-about-section-04 .about-wrap {
  margin-bottom: -120px;
}
.edubin-about-section-04 .about-img {
  padding-left: 85px;
  position: relative;
  z-index: 1;
}
.edubin-about-section-04 .about-img .shape-1 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.edubin-about-section-04 .about-img .shape-1 img {
  width: 520px;
}
.edubin-about-section-04 .about-content-wrap .main-title {
  font-size: 36px;
  color: #021E40;
}
.edubin-about-section-04 .about-content-wrap .text {
  color: #696868;
  margin-top: 35px;
}
.edubin-about-section-04 .about-content-wrap .about-list-wrap {
  padding-top: 20px;
}
.edubin-about-section-04 .about-content-wrap .about-list-wrap .list-item {
  margin-top: 20px;
}
.edubin-about-section-04 .about-content-wrap .about-list-wrap .list-item .title {
  font-size: 18px;
  color: #021E40;
  margin-bottom: 10px;
  margin-top: 25px;
}
.edubin-about-section-04 .about-content-wrap .about-list-wrap .list-item p {
  font-size: 14px;
  color: #696868;
}
.edubin-about-section-04 .about-content-wrap .btn {
  background: #2babe4;
  margin-top: 25px;
  color: #ffffff;
}
.edubin-about-section-04 .about-content-wrap .btn:hover {
  background: #021E40;
}

@media only screen and (max-width: 1199px) {
  .edubin-about-section-04 .about-wrap {
    margin-bottom: 0;
  }
  .edubin-about-section-04 .about-img {
    padding-left: 0;
    text-align: center;
  }
  .edubin-about-section-04 .about-img .shape-1 {
    left: 22%;
  }
  .edubin-about-section-04 .about-img .shape-1 img {
    width: 520px;
  }
  .edubin-about-section-04 .about-content-wrap {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .edubin-about-section-04 .about-img .shape-1 {
    left: 15%;
  }
}
@media only screen and (max-width: 575px) {
  .edubin-about-section-04 .about-img {
    padding-left: 0;
    text-align: center;
  }
  .edubin-about-section-04 .about-img .shape-1 {
    left: 0%;
  }
  .edubin-about-section-04 .about-img .shape-1 img {
    width: 420px;
  }
  .edubin-about-section-04 .about-content-wrap .main-title {
    font-size: 30px;
  }
}

.edubin-about-section-05 .about-content-wrap {
  padding-right: 40px;
}
.edubin-about-section-05 .about-cont .text {
  color: #8a8a8a;
  margin-top: 20px;
}
.edubin-about-section-05 .about-cont .about-list-wrap {
  padding-top: 10px;
}
.edubin-about-section-05 .about-cont .about-list-wrap ul li {
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  padding-left: 20px;
  position: relative;
  margin-top: 15px;
}
.edubin-about-section-05 .about-cont .about-list-wrap ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 10px;
  height: 10px;
  background: #0071DC;
  border-radius: 50%;
  transform: translateY(-50%);
}
.edubin-about-section-05 .about-image {
  position: relative;
  z-index: 1;
}
.edubin-about-section-05 .about-image .shape-1 {
  position: absolute;
  left: 8%;
  top: 20%;
  z-index: -1;
}
.edubin-about-section-05 .about-image .shape-2 {
  position: absolute;
  width: 80px;
  height: 80px;
  background: #0071DC;
  border-radius: 50%;
  left: 21%;
  top: 15%;
  z-index: -1;
}

@media only screen and (max-width: 991px) {
  .edubin-about-section-05 .about-content-wrap {
    padding-right: 0;
  }
  .edubin-about-section-05 .about-image {
    margin-top: 50px;
  }
  .edubin-about-section-05 .about-image .shape-1 {
    left: 17%;
  }
  .edubin-about-section-05 .about-image .shape-2 {
    left: 28%;
  }
}
@media only screen and (max-width: 767px) {
  .edubin-about-section-05 .about-image .shape-1 {
    left: 5%;
  }
}
@media only screen and (max-width: 575px) {
  .edubin-about-section-05 .about-image .shape-1 {
    left: 1%;
    width: 370px;
  }
}

.edubin-about-section-06 .about-img-wrap {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
.edubin-about-section-06 .about-img-wrap .shape-1 {
  position: absolute;
  top: 85px;
  left: 80px;
  z-index: -1;
}
.edubin-about-section-06 .about-img-wrap .shape-2 {
  position: absolute;
  top: 0;
  right: 35%;
  z-index: -1;
}
.edubin-about-section-06 .about-img-wrap .shape-3 {
  position: absolute;
  bottom: 6%;
  left: 0;
  z-index: -1;
}
.edubin-about-section-06 .about-img-wrap .about-img-left {
  padding-right: 15px;
}
.edubin-about-section-06 .about-img-wrap .about-img-left .about-img img {
  border-radius: 10px;
}
.edubin-about-section-06 .about-img-wrap .about-img-left .about-img.img-2 {
  text-align: right;
  margin-top: 30px;
}
.edubin-about-section-06 .about-img-wrap .about-img-right {
  padding-left: 15px;
}
.edubin-about-section-06 .about-img-wrap .about-img-right img {
  border-radius: 10px;
  width: 240px;
}
@media only screen and (max-width: 991px) {
  .edubin-about-section-06 .about-content-wrap {
    margin-top: 50px;
  }
}
.edubin-about-section-06 .about-content-wrap .about-cont .text {
  margin-top: 25px;
  color: #8a8a8a;
}
.edubin-about-section-06 .about-content-wrap .about-cont .about-list-wrap {
  padding-top: 10px;
}
.edubin-about-section-06 .about-content-wrap .about-cont .about-list-wrap ul li {
  font-weight: 500;
  color: #8a8a8a;
  margin-top: 15px;
}
.edubin-about-section-06 .about-content-wrap .about-cont .about-list-wrap ul li i {
  color: #3BBC9B;
  margin-right: 5px;
}
.edubin-about-section-06 .about-content-wrap .about-cont .btn {
  background: #3BBC9B;
  color: #ffffff;
  margin-top: 40px;
}
.edubin-about-section-06 .about-content-wrap .about-cont .btn:hover {
  background: #07294D;
}

.edubin-about-section-07 {
  padding-top: 160px;
  padding-bottom: 175px;
}
@media only screen and (max-width: 1199px) {
  .edubin-about-section-07 {
    padding-top: 130px;
    padding-bottom: 100px;
  }
}
.edubin-about-section-07 .about-img-wrap {
  position: relative;
  padding-left: 40px;
  z-index: 1;
}
.edubin-about-section-07 .about-img-wrap img {
  border-radius: 5px;
}
.edubin-about-section-07 .about-img-wrap .svg-shape {
  position: absolute;
  left: 0;
  top: -40px;
  z-index: -1;
}
.edubin-about-section-07 .about-img-wrap .about-img-big img {
  width: 465px;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}
.edubin-about-section-07 .about-img-wrap .about-img-sm {
  position: absolute;
  right: 30px;
  bottom: -70px;
}
.edubin-about-section-07 .about-content-wrap {
  padding-left: 90px;
}
@media only screen and (max-width: 1199px) {
  .edubin-about-section-07 .about-content-wrap {
    padding-left: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .edubin-about-section-07 .about-content-wrap {
    padding-left: 0;
    margin-top: 110px;
  }
}
.edubin-about-section-07 .about-content-wrap .about-cont .text {
  color: #8a8a8a;
  margin-top: 20px;
}
.edubin-about-section-07 .about-content-wrap .about-cont .about-list-wrap {
  padding-top: 10px;
}
.edubin-about-section-07 .about-content-wrap .about-cont .about-list-wrap ul li {
  color: #8a8a8a;
  margin-top: 15px;
}
.edubin-about-section-07 .about-content-wrap .about-cont .about-list-wrap ul li i {
  color: #EC5251;
  margin-right: 5px;
}
.edubin-about-section-07 .about-content-wrap .btn {
  background: #EC5251;
  color: #ffffff;
  margin-top: 35px;
}
.edubin-about-section-07 .about-content-wrap .btn:hover {
  color: #ffffff;
  background: #FF3E4B;
}

.edubin-about-section-08 {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 120px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  .edubin-about-section-08 {
    padding-bottom: 90px;
  }
}
.edubin-about-section-08::before {
  background: #07294d none repeat scroll 0 0;
  content: "";
  height: 100%;
  opacity: 0.3;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.edubin-about-section-08 .testimonial-slider-wrap {
  padding-right: 25px;
}
@media only screen and (max-width: 991px) {
  .edubin-about-section-08 .testimonial-slider-wrap {
    padding-right: 0;
    padding-top: 60px;
  }
}
.edubin-about-section-08 .testimonial-3-active .swiper-pagination {
  text-align: center;
  position: relative;
  margin-top: 50px;
}
.edubin-about-section-08 .testimonial-3-active .swiper-pagination .swiper-pagination-bullet {
  background-color: #e3e3e3;
}
.edubin-about-section-08 .testimonial-3-active .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #EC5251;
}
.edubin-about-section-08 .about-event ul li .single-event span i {
  color: #EC5251;
}
.edubin-about-section-08 .about-event ul li .single-event .title:hover {
  color: #EC5251;
}

.edubin-about-section-09 .about-wrap {
  margin-bottom: 0;
}
.edubin-about-section-09 .about-img-wrap {
  position: relative;
  z-index: 1;
}
.edubin-about-section-09 .about-img-wrap .shape-1 {
  position: absolute;
  left: 11%;
  top: 9%;
  z-index: -1;
}
.edubin-about-section-09 .about-img-wrap .shape-2 {
  position: absolute;
  right: 17%;
  top: 9%;
  z-index: -1;
}
.edubin-about-section-09 .about-img-wrap .shape-3 {
  position: absolute;
  right: 19%;
  top: 26%;
  z-index: -1;
}
.edubin-about-section-09 .about-img-wrap .shape-4 {
  position: absolute;
  left: 8%;
  top: 8%;
  z-index: -1;
}
.edubin-about-section-09 .about-content-wrap .btn {
  background: #3BBC9B;
  color: #ffffff;
  margin-top: 30px;
}
.edubin-about-section-09 .about-content-wrap .btn:hover {
  background: #021E40;
}

@media only screen and (max-width: 991px) {
  .edubin-about-section-09 .about-img-wrap .shape-2 {
    right: 28%;
  }
  .edubin-about-section-09 .about-img-wrap .shape-3 {
    right: 28%;
    top: 29%;
  }
}
@media only screen and (max-width: 767px) {
  .edubin-about-section-09 .about-img-wrap .shape-1 {
    left: 14%;
  }
  .edubin-about-section-09 .about-img-wrap .shape-2 {
    right: 10%;
  }
  .edubin-about-section-09 .about-img-wrap .shape-3 {
    right: 4%;
  }
}

.edubin-mission-section {
  padding-bottom: 120px;
}
@media only screen and (max-width: 1199px) {
  .edubin-mission-section {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .edubin-mission-section {
    padding-bottom: 80px;
  }
}
.edubin-mission-section .mission-wrap {
  margin-top: -20px;
}
.edubin-mission-section .single-item {
  margin-top: 20px;
}
.edubin-mission-section .single-item .number {
  font-size: 60px;
  font-weight: 500;
  color: #CECECE;
}
.edubin-mission-section .single-item .title {
  font-size: 26px;
  line-height: 26px;
  color: #021E40;
  margin-top: 10px;
}
.edubin-mission-section .single-item p {
  margin-top: 18px;
}

/*--
/*  06 - Apply CSS
/*----------------------------------------*/
.apply-section {
  padding-top: 0;
}
.apply-section .apply-wrap {
  overflow: hidden;
  border-radius: 5px;
  margin-top: -100px;
}
.apply-section .apply-cont {
  background-color: #07294d;
  padding: 45px 50px 50px;
}
.apply-section .apply-cont.apply-color-2 {
  background-color: #092e56;
}
.apply-section .apply-cont .title {
  font-size: 30px;
  color: #ffffff;
  padding-bottom: 15px;
}
.apply-section .apply-cont p {
  color: #ffffff;
  padding-bottom: 45px;
}
.apply-section .apply-cont .btn:hover {
  background: #ffffff;
  color: #07294d;
}

/*--
/*  07 - Course CSS
/*----------------------------------------*/
.course-section {
  background: #F9F9F9;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.course-section .course-content-wrap {
  padding-top: 15px;
}
.course-section .course-btn .btn {
  margin-top: 60px;
}

.single-course {
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
  margin-top: 30px;
}
.single-course .thum {
  position: relative;
}
.single-course .thum .image {
  overflow: hidden;
  position: relative;
}
.single-course .thum .image a {
  display: block;
  position: relative;
}
.single-course .thum .image a img {
  width: 100%;
  transition: all 0.3s linear;
}
.single-course .thum .image .top-meta .categories {
  position: absolute;
  top: 25px;
  left: 25px;
  max-width: 70%;
}
.single-course .thum .image .top-meta .categories .tag {
  font-size: 13px;
  font-weight: 400;
  border-radius: 3px;
  padding: 0 11px;
  line-height: 29px;
  display: inline-block;
  background: #a42826;
  color: #021E40;
  white-space: nowrap;
}
.single-course .thum .image .top-meta .wishlist a {
  background: #ffffff;
  color: #021E40;
  font-size: 16px;
  border-radius: 50%;
  position: absolute;
  top: 25px;
  right: 25px;
  width: 32px;
  height: 32px;
  line-height: 34px;
  text-align: center;
}
.single-course .thum .image .top-meta .wishlist a:hover {
  background: #07294d;
  color: #ffffff;
}
.single-course .thum .price {
  position: absolute;
  right: 60px;
  bottom: -24px;
}
.single-course .thum .price span {
  display: block;
  font-size: 14px;
  color: #07294d;
  font-weight: 500;
  width: 55px;
  height: 55px;
  line-height: 55px;
  border-radius: 50%;
  background-color: #a42826;
  text-align: center;
}
.single-course .content {
    padding-top: 20px;
    padding-bottom: 34px;
    text-align: center;
}
@media only screen and (max-width: 1199px) {
  .single-course .content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.single-course .content .title {
  font-weight: 600;
  font-size: 21px;
  color: #021E40;
  margin-bottom: 10px;
  transition: all 0.3s linear;
}
.single-course .content .title:hover {
  color: #a42826;
}
.single-course .content > ul {
  display: inline-block;
  margin-right: 10px;
}
.single-course .content > ul li {
  display: inline-block;
  margin: 1px;
}
.single-course .content > ul li i {
  font-size: 13px;
  color: #a42826;
}
.single-course .content span {
  font-size: 13px;
  color: #000;
}
.single-course .content .course-teacher {
  border-top: 1px solid #e0e0e0;
  padding-top: 20px;
  margin-top: 30px;
  overflow: hidden;
}
.single-course .content .course-teacher > .thum {
  display: inline-block;
}
.single-course .content .course-teacher > .thum a img {
  border-radius: 50%;
  width: 40px;
  height: 40px;
}
.single-course .content .course-teacher .name {
  display: inline-block;
  margin-left: 10px;
}
@media only screen and (max-width: 1199px) {
  .single-course .content .course-teacher .name {
    margin-left: 5px;
  }
}
.single-course .content .course-teacher .name h6 {
  font-size: 15px;
  color: #24486e;
}
.single-course .content .course-teacher .course-lesson {
  float: right;
  overflow: hidden;
}
.single-course .content .course-teacher .course-lesson ul {
  margin-top: 8px;
}
.single-course .content .course-teacher .course-lesson ul li {
  font-size: 15px;
  color: #8a8a8a;
}
.single-course .content .course-teacher .course-lesson ul li i {
  margin-right: 5px;
  color: #a42826;
}
.single-course:hover .thum .image img {
  transform: scale(1.1);
}

.course-section-02 .single-course {
  background-color: #fff;
  border: 1px solid #ebebeb;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 30px;
}
.course-section-02 .single-course .thum {
  position: relative;
  padding: 10px;
}
.course-section-02 .single-course .thum .image {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  overflow: hidden;
}
.course-section-02 .single-course .thum .author-img {
  position: absolute;
  right: 30px;
  bottom: -15px;
  border: 3px solid #ffffff;
  overflow: hidden;
  border-radius: 50%;
}
.course-section-02 .single-course .content {
  padding-top: 30px;
  padding-left: 20px;
  padding-bottom: 0;
  padding-right: 20px;
}
.course-section-02 .single-course .content .title {
  font-size: 18px;
  line-height: 26px;
}
.course-section-02 .single-course .course-teacher {
  border-top: 1px solid #e0e0e0;
  padding: 15px 20px;
  padding-top: 10px;
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.course-section-02 .single-course .course-teacher .course-lesson {
  float: none;
}
.course-section-02 .single-course .course-teacher .course-lesson ul {
  margin-top: 8px;
}
.course-section-02 .single-course .course-teacher .course-lesson ul li {
  font-size: 15px;
  color: #8a8a8a;
}
.course-section-02 .single-course .course-teacher .course-lesson ul li i {
  margin-right: 5px;
  color: #a42826;
}
.course-section-02 .single-course .course-teacher .view-details .read-more {
  font-size: 15px;
  font-weight: 700;
  color: #a42826;
  margin-top: 8px;
}
.course-section-02 .single-course .course-teacher .view-details .read-more:hover {
  color: #07294d;
}

.course-section-03 .course-btn {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .course-section-03 .course-btn {
    text-align: left;
    margin-top: 25px;
  }
}
.course-section-03 .course-btn .btn {
  background: #ff773d;
  color: #ffffff;
}
.course-section-03 .course-btn .btn:hover {
  background: #021E40;
}
.course-section-03 .course-content-wrap {
  padding-top: 20px;
}
.course-section-03 .single-course {
  background-color: none;
  border-radius: 5px;
  overflow: hidden;
  margin-top: 30px;
}
.course-section-03 .single-course .thum {
  position: relative;
}
.course-section-03 .single-course .thum .image {
  overflow: hidden;
  position: relative;
}
.course-section-03 .single-course .thum .image a {
  display: block;
  position: relative;
}
.course-section-03 .single-course .thum .image a img {
  width: 100%;
  transition: all 0.3s linear;
}
.course-section-03 .single-course .thum .image .top-meta .categories .tag {
  background: #ff4830;
  color: #ffffff;
}
.course-section-03 .single-course .content {
  padding-top: 25px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
.course-section-03 .single-course .content .course-categories .tag {
  font-size: 13px;
  font-weight: 400;
  border-radius: 3px;
  padding: 0 15px;
  line-height: 29px;
  display: inline-block;
  background: rgba(255, 72, 48, 0.1098039216);
  color: #ff4830;
  white-space: nowrap;
}
.course-section-03 .single-course .content .course-categories .tag.color-2 {
  background: rgba(108, 189, 127, 0.15);
  color: #6cbd7f;
}
.course-section-03 .single-course .content .course-categories .tag.color-3 {
  background: rgba(142, 86, 255, 0.15);
  color: #8e56ff;
}
.course-section-03 .single-course .content .course-categories .tag.color-4 {
  background: rgba(23, 184, 193, 0.15);
  color: #17b8c1;
}
.course-section-03 .single-course .content .title {
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: #021E40;
  margin-bottom: 10px;
  transition: all 0.3s linear;
  margin-top: 20px;
}
.course-section-03 .single-course .content .title:hover {
  color: #ff773d;
}
.course-section-03 .single-course .content .course-lesson ul {
  margin-top: 8px;
}
.course-section-03 .single-course .content .course-lesson ul li {
  font-size: 15px;
  color: #8a8a8a;
}
.course-section-03 .single-course .content .course-lesson ul li i {
  margin-right: 5px;
  color: #ff773d;
}
.course-section-03 .single-course .content .author-name p {
  margin-bottom: 5px;
  color: #8a8a8a;
  font-size: 15px;
}
.course-section-03 .single-course .content .author-name p a {
  color: #0071dc;
}
.course-section-03 .single-course .content .price p {
  font-weight: 15px;
  font-weight: 600;
  color: #ff773d;
}
.course-section-03 .single-course:hover .thum .image img {
  transform: scale(1.1);
}

.course-section-04 .course-btn {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .course-section-04 .course-btn {
    text-align: left;
    margin-top: 25px;
  }
}
.course-section-04 .course-btn .btn {
  background: #2babe4;
  margin-top: 0;
  color: #ffffff;
}
.course-section-04 .course-btn .btn:hover {
  background: #021E40;
}
.course-section-04 .course-content-wrap {
  padding-top: 20px;
}
.course-section-04 .single-course {
  background-color: none;
  border-radius: 5px;
  overflow: hidden;
  margin-top: 30px;
}
.course-section-04 .single-course .thum .image .top-meta .categories .tag {
  background: #2babe4;
  color: #ffffff;
}
.course-section-04 .single-course .content {
  padding-top: 20px;
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
}
.course-section-04 .single-course .content .title {
  font-weight: 600;
  font-size: 22px;
  color: #021E40;
  margin-bottom: 10px;
  transition: all 0.3s linear;
  margin-top: 20px;
}
.course-section-04 .single-course .content .title:hover {
  color: #2babe4;
}
.course-section-04 .single-course .course-teacher .course-lesson ul li i {
  color: #2babe4;
}
.course-section-04 .single-course .course-teacher .view-details .read-more {
  font-size: 15px;
  font-weight: 700;
  color: #2babe4;
  margin-top: 8px;
}
.course-section-04 .single-course .course-teacher .view-details .read-more:hover {
  color: #07294d;
}
.course-section-04 .single-course:hover .thum .image img {
  transform: scale(1.1);
}

.course-section-05 {
  background: none;
}
.course-section-05 .course-btn {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .course-section-05 .course-btn {
    text-align: left;
    margin-top: 25px;
  }
}
.course-section-05 .course-btn .btn {
  background: #0071DC;
  margin-top: 0;
  color: #ffffff;
}
.course-section-05 .course-btn .btn:hover {
  background: #021E40;
}
.course-section-05 .course-content-wrap {
  padding-top: 20px;
}
.course-section-05 .single-course {
  margin-top: 30px;
  background: #ffffff;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.06);
}
.course-section-05 .single-course .thum .image .top-meta .categories .tag {
  background: #0071DC;
  color: #ffffff;
}
.course-section-05 .single-course .content {
  padding-top: 20px;
  padding-bottom: 0;
  padding-left: 30px;
  padding-right: 30px;
}
.course-section-05 .single-course .content .title {
  font-size: 18px;
  line-height: 28px;
  margin-top: 10px;
}
.course-section-05 .single-course .content .title:hover {
  color: #0071DC;
}
.course-section-05 .single-course .content .course-author {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.course-section-05 .single-course .content .course-author .thum a img {
  width: 32px;
  height: 32px;
  border-radius: 100px;
  margin-right: 5px;
  display: inline-block;
  border: 2px solid #cccccc;
}
.course-section-05 .single-course .content .course-author .name {
  margin-left: 5px;
}
.course-section-05 .single-course .content .course-author .name h6 {
  font-size: 15px;
  font-weight: 500;
  color: #8a8a8a;
}
.course-section-05 .single-course .course-teacher {
  border-top: 1px solid #e0e0e0;
  padding: 15px 30px;
  padding-top: 10px;
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.course-section-05 .single-course .course-teacher .course-lesson {
  float: none;
}
.course-section-05 .single-course .course-teacher .course-lesson ul {
  margin-top: 8px;
}
.course-section-05 .single-course .course-teacher .course-lesson ul li {
  font-size: 15px;
  color: #8a8a8a;
}
.course-section-05 .single-course .course-teacher .course-lesson ul li i {
  margin-right: 5px;
  color: #0071DC;
}
.course-section-05 .single-course .course-teacher .price {
  margin-top: 8px;
}
.course-section-05 .single-course .course-teacher .price span {
  font-size: 16px;
  font-weight: 700;
  color: #021E40;
}
.course-section-05 .single-course:hover .thum .image img {
  transform: scale(1.1);
}

.course-section-06 {
  background: #F5F7FA;
  padding-top: 220px;
}
.course-section-06 .single-course .thum .image .top-meta .categories .tag {
  background: #3BBC9B;
  color: #ffffff;
}
.course-section-06 .single-course .content .title:hover {
  color: #3BBC9B;
}
.course-section-06 .single-course .course-teacher .course-lesson ul li i {
  color: #3BBC9B;
}

.course-active .course-arrow {
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 50%;
  transform: translateY(-30%);
  border: 2px solid #3BBC9B;
  box-shadow: 0px 5px 57px 0px rgba(0, 0, 0, 0.15);
  color: #3BBC9B;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s linear;
}
.course-active .course-arrow.swiper-button-prev {
  left: 0;
}
.course-active .course-arrow.swiper-button-prev::after {
  content: "\f16d";
  font-family: flaticon !important;
  font-size: 18px;
}
.course-active .course-arrow.swiper-button-next {
  right: 0;
}
.course-active .course-arrow.swiper-button-next::after {
  content: "\f16e";
  font-family: flaticon !important;
  font-size: 18px;
}
.course-active .course-arrow:hover {
  color: #ffffff;
  background: #3BBC9B;
}
.course-active:hover .course-arrow {
  opacity: 1;
  visibility: visible;
}
.course-active:hover .course-arrow.swiper-button-prev {
  left: 10px;
}
.course-active:hover .course-arrow.swiper-button-next {
  right: 10px;
}

.course-section-07 .course-slider-wrap {
  padding-top: 40px;
}
.course-section-07 .single-course {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.06);
  background: #ffffff;
  margin: 10px;
}
.course-section-07 .single-course .thum .image .top-meta .categories .tag {
  background: #EC5251;
  color: #ffffff;
}
.course-section-07 .single-course .content .title:hover {
  color: #EC5251;
}
.course-section-07 .single-course .course-teacher .course-lesson ul li i {
  color: #EC5251;
}
.course-section-07 .course-btn .btn {
  background: #EC5251;
  margin-top: 60px;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .course-section-07 .course-btn .btn {
    margin-top: 30px;
  }
}
.course-section-07 .course-btn .btn:hover {
  background: #FF3E4B;
}
.course-section-07 .course-active .course-arrow {
  border: 2px solid #EC5251;
  color: #EC5251;
}
.course-section-07 .course-active .course-arrow:hover {
  color: #ffffff;
  background: #EC5251;
}

.course-section-08 {
  background: #ECF7F4;
  padding-top: 195px;
}
.course-section-08 .section-title2 .title {
  margin-top: 10px;
}
.course-section-08 .course-content-wrap {
  padding-top: 30px;
}
.course-section-08 .single-course {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.06);
  background: #ffffff;
  border-radius: 20px;
  margin-top: 30px;
}
.course-section-08 .single-course .thum .image {
  background: #e5572e;
  height: 200px;
  width: auto;
  position: relative;
  z-index: 1;
}
.course-section-08 .single-course .thum .image.color-2 {
  background: #2bc183;
}
.course-section-08 .single-course .thum .image.color-3 {
  background: #0870da;
}
.course-section-08 .single-course .thum .image.color-4 {
  background: #7044b3;
}
.course-section-08 .single-course .thum .image.color-5 {
  background: #ea9c0b;
}
.course-section-08 .single-course .thum .image .shape-1 {
  left: -27px;
  bottom: -38px;
  position: absolute;
  border: 2px solid rgba(255, 255, 255, 0.2392156863);
  height: 80px;
  border-radius: 50%;
  width: 80px;
  z-index: -1;
}
.course-section-08 .single-course .thum .image .shape-2 {
  height: 120px;
  width: 200px;
  background-color: rgba(255, 255, 255, 0.1215686275);
  bottom: -33px;
  right: -34px;
  top: 0;
  position: absolute;
  z-index: -1;
}
.course-section-08 .single-course .thum .image .shape-3 {
  height: 180px;
  width: 180px;
  background-color: rgba(255, 255, 255, 0.1215686275);
  border-radius: 50%;
  position: absolute;
  right: -55px;
  top: 77px;
}
.course-section-08 .single-course .thum .image .top-meta .title {
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  padding-top: 25px;
  padding-left: 30px;
  padding-right: 70px;
}
.course-section-08 .single-course .thum .image .top-meta .title:hover a {
  color: #ffffff;
  opacity: 0.8;
}
.course-section-08 .single-course .content {
  padding-top: 20px;
  padding-bottom: 25px;
  padding-left: 30px;
  padding-right: 30px;
}
.course-section-08 .single-course .content p {
  color: #8a8a8a;
  margin-top: 15px;
  margin-bottom: 15px;
}
.course-section-08 .single-course .content .course-author {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.course-section-08 .single-course .content .course-author .thum a img {
  width: 32px;
  height: 32px;
  border-radius: 100px;
  margin-right: 5px;
  display: inline-block;
  border: 2px solid #cccccc;
}
.course-section-08 .single-course .content .course-author .name {
  margin-left: 5px;
}
.course-section-08 .single-course .content .course-author .name h6 {
  font-size: 15px;
  font-weight: 500;
  color: #8a8a8a;
}
.course-section-08 .single-course .course-teacher {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.course-section-08 .single-course .course-teacher .price {
  margin-top: 0;
}
.course-section-08 .single-course .course-teacher .price span {
  font-size: 16px;
  font-weight: 700;
  color: #021E40;
}
.course-section-08 .single-course .course-teacher .read-more .btn {
  height: 35px;
  line-height: 35px;
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
  background: #2bc183;
  padding: 0 15px;
  border-radius: 5px;
}
.course-section-08 .single-course .course-teacher .read-more .btn:hover {
  opacity: 0.75;
}
.course-section-08 .course-btn .btn {
  background: #3BBC9B;
  color: #ffffff;
  margin-top: 50px;
}
.course-section-08 .course-btn .btn:hover {
  background: #021E40;
}

.course-section-09 {
  background: #ffffff;
}
.course-section-09 .course-grid-wrap {
  margin-top: -30px;
}
.course-section-09 .single-course {
  background-color: #fff;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.06);
}
.course-section-09 .single-course .thum .image .top-meta .categories .tag {
  background: #0071DC;
  color: #ffffff;
}
.course-section-09 .single-course .thum .price span {
  color: #ffffff;
  background-color: #0071DC;
}
.course-section-09 .single-course .content .title:hover {
  color: #0071DC;
}
.course-section-09 .single-course .content .course-teacher .course-lesson ul li i {
  color: #0071DC;
}

/*--
/*  08 - Video CSS
/*----------------------------------------*/
.video-section {
  padding-top: 60px;
  padding-bottom: 110px;
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.video-section .feature-bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-color: rgba(7, 41, 77, 0.9);
}
@media only screen and (max-width: 991px) {
  .video-section .feature-bg {
    width: 100%;
  }
}
.video-section .video {
  padding-left: 90px;
}
@media only screen and (max-width: 991px) {
  .video-section .video {
    text-align: center;
    padding-top: 50px;
    padding-left: 0;
    position: relative;
    z-index: 5;
  }
}
.video-section .video a {
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  font-size: 20px;
  background-color: #a42826;
  color: #07294d;
  border-radius: 50%;
}
.video-section .video a:hover {
  background: #ffffff;
  color: #a42826;
}
.video-section .feature {
  position: relative;
  z-index: 5;
  padding-top: 50px;
}
.video-section .feature .feature-title .title {
  font-size: 36px;
  color: #fff;
  padding-bottom: 15px;
}
.video-section .feature ul li .single-feature {
  display: flex;
  align-items: center;
  padding-top: 55px;
}
@media only screen and (max-width: 575px) {
  .video-section .feature ul li .single-feature {
    flex-direction: column;
    gap: 20px;
    align-items: start;
  }
}
.video-section .feature ul li .single-feature .cont {
  flex: 1;
  margin-left: 30px;
}
@media only screen and (max-width: 575px) {
  .video-section .feature ul li .single-feature .cont {
    margin-left: 0;
  }
}
.video-section .feature ul li .single-feature .cont .title {
  font-size: 24px;
  color: #fff;
  padding-bottom: 15px;
}
.video-section .feature ul li .single-feature .cont p {
  color: #ffffff;
}

.video-section-02 .feature {
  padding-left: 70px;
}
@media only screen and (max-width: 1199px) {
  .video-section-02 .feature {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .video-section-02 .feature {
    padding-left: 0;
    padding-right: 135px;
    padding-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .video-section-02 .feature {
    padding-right: 0;
  }
}
.video-section-02 .feature .feature-title p {
  color: #ffffff;
  margin-top: 15px;
}
.video-section-02 .feature .edubin-countdown {
  margin-top: 40px;
}
.video-section-02 .feature .edubin-countdown .single-countdown {
  min-width: 105px;
  height: 105px;
  line-height: 105px;
  border: 2px solid #fff;
  border-radius: 50%;
}
@media only screen and (max-width: 575px) {
  .video-section-02 .feature .edubin-countdown .single-countdown {
    padding: 26px 15px;
    min-width: 90px;
    height: 90px;
    line-height: 90px;
  }
}
@media only screen and (max-width: 449px) {
  .video-section-02 .feature .edubin-countdown .single-countdown {
    min-width: 70px;
    padding: 18px 10px;
    width: 70px;
    height: 70px;
    line-height: 70px;
  }
}
.video-section-02 .feature .edubin-countdown .single-countdown .count {
  font-size: 30px;
  line-height: 12px;
  font-weight: 700;
  display: block;
  color: #ffffff;
}
@media only screen and (max-width: 575px) {
  .video-section-02 .feature .edubin-countdown .single-countdown .count {
    font-size: 30px;
  }
}
@media only screen and (max-width: 449px) {
  .video-section-02 .feature .edubin-countdown .single-countdown .count {
    font-size: 24px;
  }
}
.video-section-02 .feature .edubin-countdown .single-countdown .value {
  margin-top: 20px;
}
@media only screen and (max-width: 575px) {
  .video-section-02 .feature .edubin-countdown .single-countdown .value {
    margin-top: 15px;
  }
}
.video-section-02 .feature .video-btn {
  padding-top: 45px;
}
.video-section-02 .feature .video-btn ul li {
  display: inline-block;
  margin-right: 25px;
}
.video-section-02 .feature .video-btn ul li:last-child {
  margin-right: 0;
}
.video-section-02 .feature .video-btn ul li .btn {
  margin-top: 15px;
}

.video-section-03 {
  padding-top: 210px;
  padding-bottom: 250px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
.video-section-03::before {
  background: #07294d none repeat scroll 0 0;
  content: "";
  height: 100%;
  opacity: 0.4;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.video-section-03 .video-content .title {
  font-size: 52px;
  line-height: 62px;
  color: #ffffff;
}
.video-section-03 .video-content .title span {
  color: #EC5251;
}
.video-section-03 .video-content .video {
  margin-top: 35px;
}
.video-section-03 .video-content .video a {
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  font-size: 18px;
  background-color: #EC5251;
  color: #ffffff;
  border-radius: 50%;
}
.video-section-03 .video-content .video a:hover {
  background: #ffffff;
  color: #EC5251;
}

@media only screen and (max-width: 1199px) {
  .video-section-03 {
    padding-top: 130px;
    padding-bottom: 220px;
  }
  .video-section-03 .video-content .title {
    font-size: 48px;
    line-height: 58px;
  }
}
@media only screen and (max-width: 767px) {
  .video-section-03 {
    padding-top: 90px;
    padding-bottom: 205px;
  }
  .video-section-03 .video-content .title {
    font-size: 36px;
    line-height: 48px;
  }
}
@media only screen and (max-width: 575px) {
  .video-section-03 .video-content .title {
    font-size: 30px;
    line-height: 42px;
  }
}

.video-section-04 {
  padding-top: 135px;
  position: relative;
  z-index: 1;
}
.video-section-04 .shape-1 {
  position: absolute;
  left: 22%;
  top: 12%;
  z-index: -1;
  animation: round-01 5s linear infinite;
}
.video-section-04 .shape-2 {
  position: absolute;
  right: 23%;
  bottom: -30%;
  z-index: -1;
  animation: rotate-style 20s linear infinite;
}
.video-section-04 .video-wrap {
  max-width: 960px;
  padding-top: 200px;
  padding-bottom: 210px;
  background-size: cover;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  margin-bottom: -100px;
  z-index: 1;
}
.video-section-04 .video-wrap::before {
  background: #000 none repeat scroll 0 0;
  content: "";
  height: 100%;
  opacity: 0.5;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.video-section-04 .video-content .video a {
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  font-size: 18px;
  background-color: #3BBC9B;
  color: #ffffff;
  border-radius: 50%;
}
.video-section-04 .video-content .video a:hover {
  background: #ffffff;
  color: #3BBC9B;
}

@media only screen and (max-width: 1199px) {
  .video-section-04 .shape-2 {
    right: 13%;
    bottom: -41%;
  }
  .video-section-04 .video-wrap {
    padding-top: 150px;
    padding-bottom: 170px;
  }
}

@keyframes rotate-style {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*--
/*  09 - Teacher CSS
/*----------------------------------------*/
.edubin-teachers-section .teachers-cont p {
  margin-top: 30px;
}
.edubin-teachers-section .teachers-cont .btn {
  margin-top: 50px;
}
.edubin-teachers-section .teachers-item-wrap {
  margin-top: -30px;
}
@media only screen and (max-width: 991px) {
  .edubin-teachers-section .teachers-item-wrap {
    margin-top: 0;
    padding-top: 20px;
  }
}

.single-teachers {
  position: relative;
  margin-top: 30px;
}
.single-teachers .image {
  overflow: hidden;
}
.single-teachers .image a {
  display: block;
}
.single-teachers .image a img {
  border-radius: 5px;
  width: 100%;
}
.single-teachers .cont {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  width: 80%;
  background-color: #fff;
  border-radius: 5px;
  margin: 0 auto;
  padding: 15px;
}
.single-teachers .cont .name {
  color: #021E40;
  font-size: 16px;
}
.single-teachers .cont p {
  font-size: 14px;
  color: #8a8a8a;
}
.single-teachers .cont .teachers-social {
  margin-bottom: -30px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s linear;
}
.single-teachers .cont .teachers-social ul {
  margin-top: 5px;
}
.single-teachers .cont .teachers-social ul li {
  display: inline-block;
}
.single-teachers .cont .teachers-social ul li + li {
  margin-left: 10px;
}
.single-teachers .cont .teachers-social ul li a {
  font-size: 16px;
  color: #07294d;
}
.single-teachers .cont .teachers-social ul li a:hover {
  color: #a42826;
}
.single-teachers:hover .cont .teachers-social {
  margin-bottom: 0;
  visibility: visible;
  opacity: 1;
}

.edubin-teachers-section-02 {
  background: #F9F9F9;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.edubin-teachers-section-02 .teachers-2 {
  padding-top: 20px;
}

.teachers-2-single {
  background: #ffffff;
  display: flex;
  align-items: center;
  padding: 40px 20px;
  margin-top: 30px;
}
.teachers-2-single .thum img {
  border-radius: 50%;
}
.teachers-2-single .cont {
  flex: 1;
  margin-left: 20px;
}
.teachers-2-single .cont .name {
  font-size: 18px;
  color: #23252a;
  margin-bottom: 4px;
  transition: all 0.3s linear;
}
.teachers-2-single .cont .name:hover {
  color: #a42826;
}
.teachers-2-single .cont p {
  font-size: 14px;
  font-weight: 600;
  color: #999898;
}
.teachers-2-single .cont span {
  font-size: 14px;
  color: #07294d;
  font-weight: 500;
}
.teachers-2-single .cont span i {
  color: #a42826;
  margin-right: 5px;
}

.happy-student {
  background-color: #07294d;
  padding-top: 65px;
  padding-left: 80px;
  padding-right: 80px;
  padding-bottom: 80px;
  border-radius: 5px;
  margin-left: 20px;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .happy-student {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media only screen and (max-width: 991px) {
  .happy-student {
    margin-left: 0;
    margin-top: 50px;
    padding-left: 60px;
    padding-right: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .happy-student {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.happy-student .happy-title .title {
  font-size: 36px;
  color: #fff;
  padding-bottom: 60px;
}
@media only screen and (max-width: 575px) {
  .happy-student .happy-title .title {
    font-size: 28px;
  }
}
.happy-student .student-image {
  position: absolute;
  bottom: 0;
  right: 0;
}

.single-student p {
  font-size: 16px;
  line-height: 28px;
  padding-bottom: 25px;
  color: #ffffff;
  margin-top: 20px;
  padding-right: 120px;
}
@media only screen and (max-width: 1199px) {
  .single-student p {
    padding-right: 70px;
  }
}
@media only screen and (max-width: 575px) {
  .single-student p {
    padding-right: 0;
  }
}
.single-student .name {
  color: #fff;
  font-size: 18px;
  font-weight: 600 !important;
  margin-bottom: 5px;
}
.single-student span {
  font-size: 15px;
  color: #ffffff;
}

.student-active .swiper-pagination {
  position: relative;
  margin-top: 40px;
}
.student-active .swiper-pagination .swiper-pagination-bullet {
  margin: 0 6px;
}

.edubin-teachers-section-03 .teachers-item-wrap {
  margin-top: 0;
  padding-top: 15px;
}

.teachers-grid-warp {
  margin-top: -30px;
}

/*--
/*  10 - Testimonial CSS
/*----------------------------------------*/
.edubin-testimonial-section {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
.edubin-testimonial-section::before {
  background: #07294d none repeat scroll 0 0;
  content: "";
  height: 100%;
  opacity: 0.8;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.edubin-testimonial-section .testimonial-slider-wrap {
  padding-top: 60px;
}
@media only screen and (max-width: 575px) {
  .edubin-testimonial-section .section-title {
    text-align: center;
  }
  .edubin-testimonial-section .section-title .sub-title::before {
    left: 50%;
    transform: translateX(-50%);
  }
}

.single-testimonial {
  position: relative;
}
.single-testimonial .testimonial-thum {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 575px) {
  .single-testimonial .testimonial-thum {
    position: relative;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    margin-top: 25px;
  }
}
.single-testimonial .testimonial-thum img {
  border-radius: 5px;
}
.single-testimonial .testimonial-thum .quote {
  position: absolute;
  right: -22px;
  top: -22px;
}
.single-testimonial .testimonial-thum .quote i {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background-color: #a42826;
  border-radius: 50%;
  color: #ffffff;
  font-size: 18px;
}
.single-testimonial .testimonial-cont {
  padding-left: 140px;
}
@media only screen and (max-width: 575px) {
  .single-testimonial .testimonial-cont {
    padding-left: 0;
    text-align: center;
    margin-top: 30px;
  }
}
.single-testimonial .testimonial-cont p {
  color: #ffffff;
  padding-bottom: 32px;
}
.single-testimonial .testimonial-cont .name {
  font-size: 18px;
  color: #ffffff;
  padding-bottom: 4px;
}
.single-testimonial .testimonial-cont span {
  color: #fff;
  font-size: 16px;
}

.testimonial-active .swiper-pagination {
  position: relative;
  margin-top: 50px;
}
.testimonial-active .swiper-pagination .swiper-pagination-bullet {
  margin: 0 6px;
}

.edubin-testimonial-section-02 .testimonial-wrap {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 10px;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left:0px;
  padding-right:0px;
}
.edubin-testimonial-section-02 .single-testimonial {
  background: #ffffff;
  border-radius: 10px;
  margin-top: 50px;
  margin-bottom: 10px;
  margin-left: 5px;
  margin-right: 5px;
}
.edubin-testimonial-section-02 .single-testimonial .testimonial-content {
  padding: 50px;
}
.edubin-testimonial-section-02 .single-testimonial .testimonial-content p {
  color: #29303b;
}
.edubin-testimonial-section-02 .single-testimonial .testimonial-content .testimonial-author {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.edubin-testimonial-section-02 .single-testimonial .testimonial-content .testimonial-author .author-thumb img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.edubin-testimonial-section-02 .single-testimonial .testimonial-content .testimonial-author .author-text {
  margin-left: 25px;
}
.edubin-testimonial-section-02 .single-testimonial .testimonial-content .testimonial-author .author-text .name {
  display: block;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  color: #29303b;
  margin-bottom: 5px;
}
.edubin-testimonial-section-02 .single-testimonial .testimonial-content .testimonial-author .author-text .designation {
  display: block;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #8a8a8a;
}

.testimonial-2-active .swiper-pagination {
  position: relative;
  margin-top: 40px;
}
.testimonial-2-active .swiper-pagination .swiper-pagination-bullet {
  background-color: #ffffff;
}
.testimonial-2-active .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #ff773d;
}

.edubin-testimonial-section-03 .testimonial-title-wrap {
  background-color: #EFF6F9;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-bottom: 245px;
}
@media only screen and (max-width: 991px) {
  .edubin-testimonial-section-03 .testimonial-title-wrap {
    padding-bottom: 220px;
  }
}
.edubin-testimonial-section-03 .testimonial-slider-wrap {
  background: #ffffff;
  padding: 50px;
  padding-right: 80px;
  margin-top: -170px;
}
@media only screen and (max-width: 991px) {
  .edubin-testimonial-section-03 .testimonial-slider-wrap {
    padding: 50px;
    text-align: center;
  }
}
@media only screen and (max-width: 575px) {
  .edubin-testimonial-section-03 .testimonial-slider-wrap {
    padding: 35px;
  }
}

@media only screen and (max-width: 991px) {
  .single-testimonial-02 {
    margin-top: 50px;
  }
}
.single-testimonial-02 .testimonial-cont p {
  color: #383B46;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 20px;
}
.single-testimonial-02 .testimonial-cont .name {
  font-size: 18px;
  color: #000000;
  font-weight: 700;
  padding-bottom: 5px;
}
.single-testimonial-02 .testimonial-cont span {
  color: #7B7B7B;
  font-size: 14px;
}

.testimonial-3-active .swiper-pagination {
  text-align: left;
  position: relative;
  margin-top: 40px;
}
@media only screen and (max-width: 991px) {
  .testimonial-3-active .swiper-pagination {
    text-align: center;
  }
}
.testimonial-3-active .swiper-pagination .swiper-pagination-bullet {
  background-color: #e3e3e3;
}
.testimonial-3-active .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #2babe4;
}

.edubin-testimonial-section-04 {
  background: #F5F6F9;
  background-position: center center;
  background-repeat: no-repeat;
}
.edubin-testimonial-section-04 .testimonial-content-wrap-02 {
  padding-top: 40px;
}

.single-testimonial-03 {
  background: #ffffff;
  border-radius: 20px;
  width: 470px;
  margin: 10px 80px;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .single-testimonial-03 {
    margin: 10px auto;
  }
}
@media only screen and (max-width: 767px) {
  .single-testimonial-03 {
    width: 100%;
    text-align: center;
    border-radius: 20px 20px 20px 20px;
  }
}
.single-testimonial-03 .testimonial-thumb {
  position: absolute;
  left: -15%;
  top: 50%;
  transform: translateY(-65%);
  z-index: 3;
}
@media only screen and (max-width: 767px) {
  .single-testimonial-03 .testimonial-thumb {
    position: relative;
    text-align: center;
    left: 0;
    top: 0;
    padding-top: 40px;
    margin-bottom: 15px;
    transform: translateY(0%);
  }
}
.single-testimonial-03 .testimonial-thumb img {
  width: 140px;
  height: 140px;
  border-radius: 50%;
}
.single-testimonial-03 .testimonial-content {
  padding: 50px 110px 60px;
  padding-right: 40px;
}
@media only screen and (max-width: 767px) {
  .single-testimonial-03 .testimonial-content {
    padding: 15px 45px 50px;
  }
}
@media only screen and (max-width: 449px) {
  .single-testimonial-03 .testimonial-content {
    padding: 15px 30px 50px;
  }
}
.single-testimonial-03 .testimonial-content i {
  font-size: 48px;
  color: #3BBC9B;
}
.single-testimonial-03 .testimonial-content p {
  font-size: 22px;
  line-height: 36px;
  font-weight: 400;
  color: #7a7a7a;
  margin-top: 15px;
  margin-bottom: 10px;
}
.single-testimonial-03 .testimonial-content .name {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  color: #021E40;
}

.testimonial-04-active .swiper-pagination {
  text-align: center;
  position: relative;
  margin-top: 50px;
}
.testimonial-04-active .swiper-pagination .swiper-pagination-bullet {
  background-color: #e3e3e3;
}
.testimonial-04-active .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #3BBC9B;
}

.single-testimonial-04 .testimonial-cont {
  padding: 40px;
  margin: 0 0px 35px 0;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.4588235294);
  position: relative;
}
.single-testimonial-04 .testimonial-cont::before {
  content: "";
  border: 15px solid transparent;
  position: absolute;
  left: 40px;
  bottom: -30px;
  margin: auto;
  width: 0;
  height: 0;
  border-top: 15px solid rgba(255, 255, 255, 0.1);
  border-top-color: rgba(0, 0, 0, 0.4588235294);
}
.single-testimonial-04 .testimonial-cont .title {
  color: #fff;
  font-size: 26px;
  margin-bottom: 15px;
}
.single-testimonial-04 .testimonial-cont p {
  color: #ffffff;
}
.single-testimonial-04 .testimonial-author-wrap {
  display: flex;
  align-items: center;
}
.single-testimonial-04 .testimonial-author-wrap .testimonial-thum img {
  border: 2px solid #ffffff;
  border-radius: 50%;
  height: 70px;
  width: 70px;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-testimonial-04 .testimonial-author-wrap .testimonial-author-text {
  flex: 1;
  margin-left: 25px;
}
.single-testimonial-04 .testimonial-author-wrap .testimonial-author-text .name {
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 5px;
}
.single-testimonial-04 .testimonial-author-wrap .testimonial-author-text span {
  color: #ddd;
  font-size: 15px;
}

.edubin-testimonial-section-05 .testimonial-3-active .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #3BBC9B;
}

.edubin-testimonial-section-06::before {
  background: #000 none repeat scroll 0 0;
  opacity: 0.65;
}
.edubin-testimonial-section-06 .single-testimonial {
  position: relative;
}
.edubin-testimonial-section-06 .single-testimonial .testimonial-thum .quote i {
  background-color: #0071DC;
}
.edubin-testimonial-section-06 .testimonial-active .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #0071DC;
}

.edubin-testimonial-section-07 {
  background: #ffffff;
}
.edubin-testimonial-section-07 .single-testimonial-03 {
  background: #ffffff;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.07);
}
.edubin-testimonial-section-07 .single-testimonial-03 .testimonial-content i {
  color: #0071DC;
}
.edubin-testimonial-section-07 .testimonial-04-active .swiper-pagination {
  text-align: center;
  position: relative;
  margin-top: 50px;
}
.edubin-testimonial-section-07 .testimonial-04-active .swiper-pagination .swiper-pagination-bullet {
  background-color: #e3e3e3;
}
.edubin-testimonial-section-07 .testimonial-04-active .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #0071DC;
}

.edubin-testimonial-section-08 {
  padding-bottom: 80px;
}
.edubin-testimonial-section-08 .section-title2 .title span {
  color: #0071DC;
}

/*--
/*  11 - Publication CSS
/*----------------------------------------*/
.edubin-publication-section {
  background-color: #F9F9F9;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.edubin-publication-section .publication-btn {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .edubin-publication-section .publication-btn {
    text-align: left;
    margin-top: 30px;
  }
}
.edubin-publication-section .publication-content-wrap {
  padding-top: 15px;
}

.single-publication {
  position: relative;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  margin-top: 30px;
}
.single-publication .image {
  height: 320px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 1;
}
.single-publication .image::before {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-out;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  transition: all 0.3s linear;
}
.single-publication .image a img {
  width: 100%;
}
.single-publication .image .top-meta {
  position: absolute;
  left: 15px;
  top: 15px;
}
.single-publication .image .top-meta ul li {
  display: inline-block;
  padding: 0px 13px;
  font-size: 15px;
  font-weight: 500;
  line-height: 28px;
  display: inline-block;
  background: #a42826;
  color: #ffffff;
  height: 28px;
  border-radius: 5px;
}
.single-publication .image .top-meta ul li:last-child {
  margin-left: 7px;
  background: #ff4830;
}
.single-publication .content {
  padding: 20px 10px 20px 10px;
}
.single-publication .content .add-cart {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s linear;
}
.single-publication .content .add-cart .btn {
  height: 50px;
  line-height: 50px;
  font-size: 15px;
  padding: 0 15px;
}
.single-publication .content .book-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 3px;
}
.single-publication .content .price .discount-price {
  font-size: 14px;
  color: #505050;
  font-weight: 500;
  position: relative;
}
.single-publication .content .price .discount-price::before {
  position: absolute;
  content: "";
  background-color: #505050;
  width: 100%;
  height: 1px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.single-publication .content .price .normal-price {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  color: #a42826;
}
.single-publication:hover .image::before {
  opacity: 1;
  visibility: visible;
}
.single-publication:hover .content .add-cart {
  transform: translate(-50%, -100%);
  opacity: 1;
  visibility: visible;
}

/*--
/*  12 - Blog CSS
/*----------------------------------------*/
.blog-content-wrap {
  padding-top: 15px;
}

.single-blog {
  margin-top: 30px;
}
.single-blog .blog-img {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
.single-blog .blog-img a {
  display: block;
}
.single-blog .blog-img a img {
  width: 100%;
  transition: all 0.3s linear;
}
.single-blog .blog-content {
  padding-top: 25px;
}
.single-blog .blog-content .meta {
  padding-bottom: 20px;
}
.single-blog .blog-content .meta .blog-meta {
  font-size: 14px;
  color: #8a8a8a;
  position: relative;
  margin-right: 10px;
}
.single-blog .blog-content .meta .blog-meta i {
  color: #a42826;
  margin-right: 2px;
}
.single-blog .blog-content .title {
  font-size: 24px;
  line-height: 1.3;
  color: #002e5b;
  padding-right: 15px;
}
@media only screen and (max-width: 991px) {
  .single-blog .blog-content .title {
    padding-right: 0;
  }
}
.single-blog .blog-content p {
  margin-top: 15px;
}
.single-blog:hover .blog-img a img {
  transform: scale(1.1);
}

.edubin-blog-section-02 .course-btn {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .edubin-blog-section-02 .course-btn {
    text-align: left;
    margin-top: 25px;
  }
}
.edubin-blog-section-02 .course-btn .btn {
  background: #3BBC9B;
  margin-top: 0;
  color: #ffffff;
}
.edubin-blog-section-02 .course-btn .btn:hover {
  background: #021E40;
}
.edubin-blog-section-02 .single-blog .blog-img a {
  display: block;
}
.edubin-blog-section-02 .single-blog .blog-img a img {
  height: 320px;
  -o-object-fit: cover;
     object-fit: cover;
}
.edubin-blog-section-02 .single-blog .blog-content {
  padding-right: 15px;
}
.edubin-blog-section-02 .single-blog .blog-content .meta .blog-meta i {
  color: #3BBC9B;
}
.edubin-blog-section-02 .single-blog .blog-content .title {
  font-size: 18px;
  line-height: 1.3;
  color: #07294d;
  padding-right: 15px;
}
.edubin-blog-section-02 .single-blog .blog-content .title a:hover {
  color: #3BBC9B;
}
.edubin-blog-section-02 .single-blog .blog-content p {
  margin-top: 15px;
}

.edubin-blog-section-03 .single-blog {
  background: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  border: 1px solid #eee;
  border-radius: 10px;
}
.edubin-blog-section-03 .single-blog .blog-content {
  padding: 30px;
}
.edubin-blog-section-03 .single-blog .blog-content .meta .blog-meta i {
  color: #EC5251;
}
.edubin-blog-section-03 .single-blog .blog-content .title {
  font-size: 24px;
}
.edubin-blog-section-03 .single-blog .blog-content .title a:hover {
  color: #EC5251;
}
.edubin-blog-section-03 .single-blog .blog-content p {
  margin-top: 15px;
  color: #8a8a8a;
}

.blog-grid-wrap {
  margin-top: -30px;
}

.edubin-pagination .pagination {
  margin-top: 90px;
}
@media only screen and (max-width: 575px) {
  .edubin-pagination .pagination {
    margin-top: 60px;
  }
}
.edubin-pagination .pagination .page-item {
  margin: 0 7px;
}
.edubin-pagination .pagination .page-item.active .page-link {
  background-color: #0071DC;
  border-color: #0071DC;
  color: #ffffff;
}
.edubin-pagination .pagination .page-item .page-link {
  width: 45px;
  height: 45px;
  padding: 0;
  line-height: 44px;
  font-size: 16px;
  text-align: center;
  color: #021E40;
  border: 1px solid #ebebeb;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s linear;
}
.edubin-pagination .pagination .page-item .page-link:focus {
  box-shadow: none;
}
.edubin-pagination .pagination .page-item .page-link:hover {
  background: #0071DC;
  border-color: #0071DC;
  color: #ffffff;
}
.edubin-pagination .pagination .page-item .page-link i {
  line-height: 32px;
  font-size: 13px;
}

.edubin-blog-section-04 .single-blog .blog-content .meta .blog-meta a:hover {
  color: #0071DC;
}
.edubin-blog-section-04 .single-blog .blog-content .meta .blog-meta i {
  color: #0071DC;
}
.edubin-blog-section-04 .single-blog .blog-content .title {
  font-size: 24px;
}
.edubin-blog-section-04 .single-blog .blog-content .title a:hover {
  color: #0071DC;
}

/*--
/*  13 - Brand CSS
/*----------------------------------------*/
.edubin-brand-section {
  background: #F9F9F9;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 80px;
  padding-bottom: 80px;
}

.edubin-brand-section-02 .brand-title {
  font-size: 20px;
  font-weight: 700;
  color: #021E40;
  margin-bottom: 60px;
}

.edubin-brand-section-03 {
  padding-top: 60px;
}
@media only screen and (max-width: 991px) {
  .edubin-brand-section-03 {
    padding-top: 30px;
  }
}

.edubin-brand-section-04 {
  background: #F5F6F9;
}
.edubin-brand-section-04 .brand-title {
  font-size: 38px;
}
.edubin-brand-section-04 .brand-title span {
  color: #3BBC9B;
}

/*--
/*  14 - Counter CSS
/*----------------------------------------*/
.counter-section {
  padding-bottom: 120px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1199px) {
  .counter-section {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .counter-section {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .counter-section {
    padding-bottom: 60px;
  }
}
.counter-section::before {
  background: #07294d none repeat scroll 0 0;
  opacity: 0.8;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.counter-wrap {
  margin-top: -30px;
}

.single-counter {
  margin-top: 30px;
}
.single-counter span {
  font-size: 45px;
  font-weight: 700;
  color: #ffffff;
  position: relative;
}
.single-counter span::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -20px;
  width: 50px;
  height: 3px;
  transform: translateX(-50%);
  background: #a42826;
}
.single-counter p {
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  margin-top: 40px;
}

.counter-section-02 {
  background: #EDF0F2;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.counter-section-02 .single-counter span {
  color: #333333;
}
.counter-section-02 .single-counter p {
  color: #07294d;
}

.edubin-counter-section-03 .counter-wrap {
  margin-top: -120px;
  position: relative;
  z-index: 1;
}

.single-counter-02 {
  background: #ffffff;
  box-shadow: 0px 0px 90px 0px rgba(0, 0, 0, 0.16);
  width: 205px;
  height: 205px;
  text-align: center;
  border-radius: 50%;
  padding: 55px 10px;
  margin: 0 auto;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .single-counter-02 {
    width: 190px;
    height: 190px;
  }
}
.single-counter-02 .title {
  font-size: 48px;
  font-weight: 700;
  color: #000000;
}
@media only screen and (max-width: 767px) {
  .single-counter-02 .title {
    font-size: 40px;
  }
}
.single-counter-02 p {
  font-size: 15px;
  color: #000000;
  margin-top: -5px;
}

.counter-section-04 {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-top: 35px;
  padding-bottom: 65px;
}
@media only screen and (max-width: 991px) {
  .counter-section-04 .counter-title-wrap {
    padding-bottom: 20px;
    text-align: center;
  }
}
.counter-section-04 .counter-title-wrap .title {
  font-size: 36px;
  color: #ffffff;
}

.single-counter-03 {
  margin-top: 30px;
}
.single-counter-03 .icon {
  margin-bottom: 25px;
}
.single-counter-03 span {
  font-size: 36px;
  font-weight: 700;
  color: #ffffff;
}
.single-counter-03 p {
  font-size: 14px;
  color: #ffffff;
}

.counter-section-05 {
  background: #E9F3F9;
  padding-top: 35px;
  padding-bottom: 70px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.counter-section-05 .shape-1 {
  position: absolute;
  left: -15px;
  top: -15px;
  z-index: -1;
}
.counter-section-05 .shape-2 {
  position: absolute;
  right: -15px;
  bottom: -15px;
  z-index: -1;
}
.counter-section-05 .single-counter-03 {
  margin-top: 30px;
}
.counter-section-05 .single-counter-03 .icon {
  margin-bottom: 25px;
}
.counter-section-05 .single-counter-03 span {
  font-size: 36px;
  font-weight: 700;
  color: #0071DC;
}
.counter-section-05 .single-counter-03 p {
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  color: #555555;
}

.counter-section-06 .counter-wrap-03 {
  margin-top: -30px;
}

.single-counter-04 {
  margin-top: 30px;
  background: #FFF7EF;
  border-radius: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 10px;
  padding-right: 10px;
}
.single-counter-04.item-2 {
  background: #EEFAF8;
}
.single-counter-04.item-2 span {
  color: #3BBC9B;
}
.single-counter-04.item-3 {
  background: #F7F3FF;
}
.single-counter-04.item-3 span {
  color: #9B51E0;
}
.single-counter-04.item-4 {
  background: #FFFAEF;
}
.single-counter-04.item-4 span {
  color: #F8941F;
}
.single-counter-04 span {
  font-size: 34px;
  font-weight: 700;
  color: #EE4A62;
}
.single-counter-04 p {
  font-size: 15px;
  color: #8a8a8a;
}

.counter-section-07 .counter-wrap-03 {
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 5px;
  overflow: hidden;
  padding-top: 35px;
  padding-bottom: 65px;
  z-index: 1;
  margin-top: -100px;
}
.counter-section-07 .counter-wrap-03::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(236, 82, 81, 0.9);
  width: 100%;
  height: 100%;
  z-index: -1;
}
.counter-section-07 .single-counter-03 {
  margin-top: 30px;
  position: relative;
}
.counter-section-07 .single-counter-03::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  background: #ffffff;
  width: 1px;
  height: 78px;
  transform: translateY(-50%);
}
.counter-section-07 .single-counter-03.item-4::before {
  display: none;
}
.counter-section-07 .single-counter-03 span {
  font-size: 36px;
  font-weight: 700;
  color: #ffffff;
}
.counter-section-07 .single-counter-03 p {
  font-size: 16px;
  color: #ffffff;
}

@media only screen and (max-width: 991px) {
  .counter-section-07 .single-counter-03::before {
    display: none;
  }
}

.counter-section-08 .counter-wrap-03 {
  margin-top: -30px;
}
.counter-section-08 .counter-cont-wrap {
  padding-top: 30px;
  padding-right: 50px;
}
@media only screen and (max-width: 1199px) {
  .counter-section-08 .counter-cont-wrap {
    padding-right: 0;
  }
}
.counter-section-08 .counter-cont-wrap .title {
  font-size: 36px;
  color: #021E40;
}
@media only screen and (max-width: 575px) {
  .counter-section-08 .counter-cont-wrap .title {
    font-size: 30px;
  }
}
.counter-section-08 .counter-cont-wrap .text {
  color: #8a8a8a;
  margin-top: 20px;
}

.counter-section-09::before {
  background: #000 none repeat scroll 0 0;
  opacity: 0.65;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.counter-section-09 .single-counter span::before {
  background: #0071DC;
}

/*--
/*  15 - Countdown CSS
/*----------------------------------------*/
.countdown-section {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.countdown-section::before {
  background: #07294d none repeat scroll 0 0;
  content: "";
  opacity: 0.8;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
@media only screen and (max-width: 1199px) {
  .countdown-section .countdown-cont {
    padding-right: 35px;
  }
}
@media only screen and (max-width: 991px) {
  .countdown-section .countdown-cont {
    padding-right: 150px;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .countdown-section .countdown-cont {
    padding-right: 0;
  }
}
.countdown-section .countdown-cont .sub-title {
  font-size: 30px;
  color: #fff;
  font-weight: 500;
  padding-bottom: 5px;
}
@media only screen and (max-width: 575px) {
  .countdown-section .countdown-cont .sub-title {
    font-size: 24px;
  }
}
.countdown-section .countdown-cont .title {
  font-size: 72px;
  color: #a42826;
  font-weight: 700;
  padding-bottom: 37px;
}
@media only screen and (max-width: 767px) {
  .countdown-section .countdown-cont .title {
    font-size: 60px;
  }
}
@media only screen and (max-width: 575px) {
  .countdown-section .countdown-cont .title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .countdown-section .countdown-cont .title {
    font-size: 42px;
  }
}
.countdown-section .category-form {
  margin-top: 0;
}
.countdown-section .category-form .form-title {
  background-color: #a42826;
}
.countdown-section .category-form .form-title .title {
  color: #07294D;
}
.countdown-section .category-form .form-title span {
  font-size: 20px;
  font-weight: 500;
  color: #07294D;
}

.edubin-countdown {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.edubin-countdown .single-countdown {
  text-align: center;
  position: relative;
  padding: 40px 15px;
  min-width: 115px;
  height: 115px;
  line-height: 115px;
  border: 3px solid #fff;
  border-radius: 50%;
}
@media only screen and (max-width: 575px) {
  .edubin-countdown .single-countdown {
    padding: 26px 15px;
    min-width: 90px;
    height: 90px;
    line-height: 90px;
  }
}
@media only screen and (max-width: 449px) {
  .edubin-countdown .single-countdown {
    min-width: 70px;
    padding: 18px 10px;
    width: 70px;
    height: 70px;
    line-height: 70px;
  }
}
.edubin-countdown .single-countdown .count {
  font-size: 42px;
  line-height: 12px;
  font-weight: 700;
  display: block;
  color: #ffffff;
}
@media only screen and (max-width: 575px) {
  .edubin-countdown .single-countdown .count {
    font-size: 30px;
  }
}
@media only screen and (max-width: 449px) {
  .edubin-countdown .single-countdown .count {
    font-size: 24px;
  }
}
.edubin-countdown .single-countdown .value {
  font-size: 15px;
  line-height: 12px;
  font-weight: 400;
  display: block;
  color: #ffffff;
  margin-top: 25px;
  text-transform: capitalize;
}
@media only screen and (max-width: 575px) {
  .edubin-countdown .single-countdown .value {
    margin-top: 15px;
  }
}

/*--
/*  16 - Admission CSS
/*----------------------------------------*/
.edubin-admission-section {
  padding-bottom: 120px;
}
@media only screen and (max-width: 1199px) {
  .edubin-admission-section {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .edubin-admission-section {
    padding-bottom: 80px;
  }
}

.admission-wrap {
  margin-top: -30px;
}

.admission-item {
  background-color: #07294d;
  margin-top: 30px;
}
.admission-item .admission-image img {
  width: 100%;
}
.admission-item .admission-content {
  padding: 40px;
}
.admission-item .admission-content .title {
  font-size: 26px;
  color: #fff;
  font-weight: 700;
  padding-bottom: 20px;
}
.admission-item .admission-content p {
  color: #fff;
}

.admission-info {
  background-color: #07294d;
  padding: 70px 40px;
  margin-top: 30px;
}
@media only screen and (max-width: 1199px) {
  .admission-info {
    padding: 45px 28px;
  }
}
.admission-info .admission-title {
  font-size: 30px;
  color: #fff;
  font-weight: 700;
  padding-bottom: 30px;
}
.admission-info p {
  color: #fff;
  padding-bottom: 31px;
}
.admission-info .help-line {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  padding-bottom: 15px;
}
.admission-info span {
  display: inline-block;
  font-size: 30px;
  font-weight: 600;
  color: #a42826;
}

/*--
/*  17 - CTA CSS
/*----------------------------------------*/
.edubin-cta-section {
  background: #F9EEE1;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.edubin-cta-section .shape-3 {
  position: absolute;
  left: 65px;
  top: 140px;
  z-index: -1;
  animation: zoom-in 3s infinite;
}
.edubin-cta-section .cta-wrap {
  margin-top: -30px;
}

.cta-item {
  background: #ffffff;
  border-radius: 10px;
  padding: 40px 40px;
  position: relative;
  z-index: 1;
  margin-top: 30px;
}
@media only screen and (max-width: 1199px) {
  .cta-item {
    padding: 40px 30px;
  }
}
.cta-item .shape-1 {
  position: absolute;
  right: 0;
  top: 45px;
  z-index: -1;
}
.cta-item .cta-content .title {
  font-size: 30px;
}
.cta-item .cta-content p {
  font-size: 14px;
  color: #383B46;
  padding-top: 20px;
}
.cta-item .cta-content .btn {
  height: 45px;
  line-height: 45px;
  background: #ff773d;
  color: #ffffff;
  margin-top: 20px;
}
.cta-item .cta-content .btn:hover {
  background: #021E40;
}
@media only screen and (max-width: 575px) {
  .cta-item .cta-img {
    text-align: center;
    margin-top: 30px;
  }
}
.cta-item .cta-img img {
  width: 135px;
  height: 135px;
  border-radius: 50%;
}

.edubin-cta-section-02 .cta-wrap {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 90px 90px 100px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: -120px;
  z-index: 1;
}
.edubin-cta-section-02 .cta-cont {
  padding-left: 290px;
}
.edubin-cta-section-02 .cta-cont .title {
  font-size: 30px;
  color: #ffffff;
}
.edubin-cta-section-02 .cta-btn {
  text-align: right;
}
.edubin-cta-section-02 .cta-btn .btn {
  background: #ffffff;
  border: 2px solid #ffffff;
  line-height: 50px;
  color: #000000;
}
.edubin-cta-section-02 .cta-btn .btn:hover {
  border: 2px solid #ffffff;
  background: transparent;
  color: #ffffff;
}

@media only screen and (max-width: 1199px) {
  .edubin-cta-section-02 .cta-cont {
    padding-left: 0;
  }
}
@media only screen and (max-width: 991px) {
  .edubin-cta-section-02 .cta-wrap {
    padding: 80px 80px 90px;
  }
  .edubin-cta-section-02 .cta-btn {
    text-align: center;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .edubin-cta-section-02 .cta-wrap {
    padding: 70px 35px 80px;
  }
}

.edubin-cta-section-03 .cta-wrap {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.edubin-cta-section-03 .cta-cont .title {
  font-size: 52px;
  line-height: 62px;
  color: #ffffff;
}
@media only screen and (max-width: 1199px) {
  .edubin-cta-section-03 .cta-cont .title {
    font-size: 48px;
    line-height: 58px;
  }
}
@media only screen and (max-width: 767px) {
  .edubin-cta-section-03 .cta-cont .title {
    font-size: 30px;
    line-height: 36px;
  }
}
.edubin-cta-section-03 .cta-cont .title span {
  color: #EC5251;
}
.edubin-cta-section-03 .cta-cont .cta-btn {
  margin-top: 25px;
}
.edubin-cta-section-03 .cta-cont .cta-btn ul li {
  display: inline-block;
  margin-right: 15px;
  margin-top: 15px;
}
.edubin-cta-section-03 .cta-cont .cta-btn ul li:last-child {
  margin-right: 0;
}
.edubin-cta-section-03 .cta-cont .cta-btn ul li .btn {
  background: #EC5251;
  color: #ffffff;
}
.edubin-cta-section-03 .cta-cont .cta-btn ul li .btn:hover {
  color: #ffffff;
  background: #FF3E4B;
}
.edubin-cta-section-03 .cta-cont .cta-btn ul li .btn-white {
  border: 2px solid #ffffff;
  line-height: 48px;
  background: transparent;
  color: #ffffff;
}
.edubin-cta-section-03 .cta-cont .cta-btn ul li .btn-white:hover {
  background: #EC5251;
  border: 2px solid #EC5251;
}

@keyframes zoom-in {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}
/*--
/*  18 - Features CSS
/*----------------------------------------*/
.features-content-wrap {
  padding-top: 10px;
}

.features-item {
  margin-top: 30px;
}
.features-item .features-content {
  padding: 0 30px;
}
@media only screen and (max-width: 767px) {
  .features-item .features-content {
    padding: 0;
  }
}
.features-item .features-content .title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #383B46;
  margin-top: 20px;
}
.features-item .features-content p {
  color: #383B46;
}

.edubin-features-section-02 {
  background-color: #EFF6F9;
  padding-top: 15px;
  padding-bottom: 45px;
}

.features-item-02 {
  display: flex;
  align-items: center;
  border: 1px dashed #2babe4;
  padding: 25px;
  border-radius: 0 40px 40px 40px;
  margin-top: 30px;
}
.features-item-02.features-02 {
  border-radius: 40px 40px 0px 40px;
}
.features-item-02 .features-content {
  flex: 1;
  margin-left: 25px;
}
.features-item-02 .features-content .title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #383B46;
}
.features-item-02 .features-content p {
  color: #383B46;
  font-size: 14px;
}

.edubin-features-section-03 {
  background: #0071DC;
  padding-top: 30px;
  padding-bottom: 70px;
  position: relative;
  z-index: 1;
}
.edubin-features-section-03 .shape-1 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.features-item-03 {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.features-item-03 .features-content {
  flex: 1;
  margin-left: 25px;
}
.features-item-03 .features-content .title {
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
}

.edubin-features-section-04 .category-form {
  margin-top: -380px;
}
@media only screen and (max-width: 991px) {
  .edubin-features-section-04 .category-form {
    margin-top: 50px;
  }
}
.edubin-features-section-04 .category-form .form-title {
  background-color: #ffffff;
  padding-top: 45px;
  padding-bottom: 0;
}
.edubin-features-section-04 .category-form .form-title .title {
  color: #000000;
}
.edubin-features-section-04 .category-form .form-title span {
  font-size: 17px;
  color: #021E40;
}
.edubin-features-section-04 .category-form .main-form .single-form .btn {
  background: #3BBC9B;
  color: #ffffff;
}
.edubin-features-section-04 .category-form .main-form .single-form .btn:hover {
  background: #07294D;
}
.edubin-features-section-04 .features-content-wrap {
  margin-top: -30px;
  padding-top: 0;
}

.features-item-04 {
  margin-top: 30px;
}
.features-item-04 .icon {
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  border-radius: 50%;
  background: #3BBC9B;
  font-size: 30px;
  color: #ffffff;
}
.features-item-04 .cont .title {
  font-size: 20px;
  margin-bottom: 15px;
  color: #021E40;
  margin-top: 20px;
}
.features-item-04 .cont p {
  color: #8a8a8a;
}

.edubin-features-section-05 .features-wrap {
  margin-top: -30px;
}

.features-item-05 {
  border: 1px solid #EBEBEB;
  border-radius: 10px;
  padding: 40px 40px 50px 40px;
  margin-top: 30px;
}
.features-item-05 .features-content .title {
  font-size: 24px;
  margin-bottom: 15px;
  color: #000000;
  margin-top: 20px;
}
.features-item-05 .features-content p {
  color: #8a8a8a;
  margin-top: 20px;
}

/*--
/*  19 - Faq CSS
/*----------------------------------------*/
.edubin-faq-section {
  overflow: hidden;
}

.faq-left {
  position: relative;
  z-index: 1;
}
.faq-left .shape-1 {
  position: absolute;
  left: 7%;
  top: 10%;
  z-index: -1;
}
.faq-left .shape-2 {
  position: absolute;
  left: 15%;
  top: 5%;
  z-index: -1;
}
.faq-left .shape-3 {
  position: absolute;
  left: 3%;
  bottom: 1%;
  z-index: -1;
}
.faq-left .shape-4 {
  position: absolute;
  right: 12%;
  bottom: 3%;
  z-index: -1;
}
.faq-left .image {
  padding-left: 95px;
}

@media only screen and (max-width: 991px) {
  .faq-left .shape-4 {
    right: 30%;
  }
}
@media only screen and (max-width: 575px) {
  .faq-left .shape-1 {
    left: 2%;
  }
}

@media only screen and (max-width: 991px) {
  .faq-accordion {
    margin-top: 60px;
  }
}
.faq-accordion .accordion-item {
  border: 0;
  border-radius: 10px;
  box-shadow: 0px 0px 161px 0px rgba(0, 0, 0, 0.2);
  margin-top: 20px;
}
.faq-accordion .accordion-item:first-of-type {
  margin-top: 0;
}
.faq-accordion .accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.faq-accordion .accordion-item:last-of-type .accordion-button {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.faq-accordion .accordion-item .accordion-button {
  padding: 20px 35px;
  border-radius: 10px;
}
.faq-accordion .accordion-item .accordion-button .title {
  font-size: 16px;
  color: #222222;
  display: inline-block;
  font-weight: 700;
  text-transform: capitalize;
  position: relative;
  z-index: 1;
}
.faq-accordion .accordion-item .accordion-button::after {
  position: absolute;
  content: "+";
  border: none;
  width: 30px;
  height: 30px;
  line-height: 25px;
  font-size: 35px;
  font-weight: 400;
  text-align: center;
  color: #222222;
  background: none;
  right: 30px;
  transition: all 0.3s ease-out 0s;
}
.faq-accordion .accordion-item .accordion-body {
  font-size: 16px;
  padding: 25px 35px;
}
.faq-accordion .accordion-item .accordion-button:focus {
  box-shadow: none;
}
.faq-accordion .accordion-item .accordion-button:not(.collapsed) {
  background-color: #3BBC9B;
  box-shadow: none;
}
.faq-accordion .accordion-item .accordion-button:not(.collapsed) .title {
  color: #ffffff;
}
.faq-accordion .accordion-item .accordion-button:not(.collapsed)::after {
  position: absolute;
  content: "-";
  border: none;
  width: 30px;
  height: 30px;
  line-height: 20px;
  text-align: center;
  background: none;
  transform: rotate(0);
}

.faq-accordion-wrapper {
  display: flex;
  padding-top: 40px;
}
@media only screen and (max-width: 991px) {
  .faq-accordion-wrapper {
    display: block;
  }
}
.faq-accordion-wrapper .faq-col {
  width: 50%;
}
@media only screen and (max-width: 991px) {
  .faq-accordion-wrapper .faq-col {
    width: 100%;
  }
}
.faq-accordion-wrapper .faq-col:first-child {
  padding-right: 25px;
}
@media only screen and (max-width: 991px) {
  .faq-accordion-wrapper .faq-col:first-child {
    padding-right: 0px;
  }
}
.faq-accordion-wrapper .faq-col:last-child {
  padding-left: 25px;
}
@media only screen and (max-width: 991px) {
  .faq-accordion-wrapper .faq-col:last-child {
    padding-left: 0px;
  }
}

@media only screen and (max-width: 991px) {
  .faq-section-02 .faq-accordion {
    margin-top: 0px;
  }
}
.faq-section-02 .faq-accordion .accordion-item:first-of-type {
  margin-top: 20px;
}
.faq-section-02 .faq-accordion .accordion-item .accordion-button .title {
  color: #222222;
  font-weight: 600;
}
.faq-section-02 .faq-accordion .accordion-item .accordion-button::after {
  position: absolute;
  content: "+";
  border: none;
  width: 30px;
  height: 30px;
  line-height: 25px;
  font-size: 35px;
  font-weight: 400;
  text-align: center;
  color: #222222;
  background: none;
  right: 30px;
  transition: all 0.3s ease-out 0s;
}
.faq-section-02 .faq-accordion .accordion-item .accordion-body {
  font-size: 16px;
  padding: 25px 30px;
}
.faq-section-02 .faq-accordion .accordion-item .accordion-button:focus {
  box-shadow: none;
}
.faq-section-02 .faq-accordion .accordion-item .accordion-button:not(.collapsed) {
  background-color: #0071DC;
  box-shadow: none;
}
.faq-section-02 .faq-accordion .accordion-item .accordion-button:not(.collapsed) .title {
  color: #ffffff;
}
.faq-section-02 .faq-accordion .accordion-item .accordion-button:not(.collapsed)::after {
  position: absolute;
  content: "-";
  border: none;
  width: 30px;
  height: 30px;
  line-height: 20px;
  text-align: center;
  background: none;
  transform: rotate(0);
  color: #ffffff;
}

/*--
/*  16 - Page Banner CSS
/*----------------------------------------*/
.page-banner-section {
  background: #bcdfe4;
  padding-top: 242px;
  min-height: 500px;
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  .page-banner-section {
    min-height: 350px;
    padding-top: 145px;
  }
}
.page-banner-section::before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.72);
  z-index: -1;
}

.page-banner .section-title .title {
  color: #ffffff;
}

.breadcrumb {
  margin-bottom: 0;
  margin-top: 15px;
}
.breadcrumb .breadcrumb-item {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item {
  padding-left: 8px;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "\f16e";
  font-family: flaticon !important;
  font-size: 11px;
  padding-right: 8px;
  position: relative;
  top: 0;
  color: #ffffff;
}
.breadcrumb .breadcrumb-item:hover a {
  color: #0071DC;
}
/*--
/*  12 - Blog List CSS
/*----------------------------------------*/
.blog-standard-section .blog-post-wrap {
  margin-top: -30px;
}
.blog-standard-section .single-blog {
  background: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  border: 1px solid #eee;
  border-radius: 10px;
}
.blog-standard-section .single-blog .blog-content {
  padding: 30px;
}
.blog-standard-section .single-blog .blog-content .meta .blog-meta a:hover {
  color: #0071DC;
}
.blog-standard-section .single-blog .blog-content .meta .blog-meta i {
  color: #0071DC;
}
.blog-standard-section .single-blog .blog-content .title {
  font-size: 24px;
}
.blog-standard-section .single-blog .blog-content .title a:hover {
  color: #0071DC;
}
.blog-standard-section .single-blog .blog-content p {
  margin-top: 15px;
  color: #8a8a8a;
}

.blog-sidebar {
  margin-left: 50px;
  margin-top: -30px;
}
@media only screen and (max-width: 991px) {
  .blog-sidebar {
    margin-left: 0;
    margin-top: 50px;
  }
}

.sidebar-widget {
  margin-top: 30px;
}
.sidebar-widget .search-form {
  position: relative;
}
.sidebar-widget .search-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]) {
  width: 100%;
  height: 50px;
  margin-bottom: 0;
  border: 0;
  border-radius: 0;
  padding-right: 35px;
  background: #f2f4f7;
  color: #415674;
  font-weight: 500;
  outline: none;
  overflow: hidden;
}
.sidebar-widget .search-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file])::-webkit-input-placeholder {
  opacity: 0.95;
  font-size: 14px;
  color: #898c94;
  font-weight: 400;
}
.sidebar-widget .search-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):-moz-placeholder {
  opacity: 0.95;
  font-size: 14px;
  color: #898c94;
  font-weight: 400;
}
.sidebar-widget .search-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file])::-moz-placeholder {
  opacity: 0.95;
  font-size: 14px;
  color: #898c94;
  font-weight: 400;
}
.sidebar-widget .search-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):-ms-input-placeholder {
  opacity: 0.95;
  font-size: 14px;
  color: #898c94;
  font-weight: 400;
}
.sidebar-widget .search-form button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 50px;
  height: 50px;
  background: transparent;
  border: 0;
  font-size: 14px;
  background: #0071DC;
  color: #ffffff;
  transition: all 0.3s linear;
}

.sidebar-widget .widget-title {
  margin-bottom: 25px;
}
.sidebar-widget .widget-title .title {
  font-size: 20px;
  font-weight: 700;
  color: #021E40;
  display: inline-block;
}

.sidebar-widget .recent-posts ul li {
  margin-top: 30px;
}
.sidebar-widget .recent-posts ul li:first-child {
  margin-top: 0;
}
.sidebar-widget .recent-posts ul li .post-link {
  display: flex;
  align-items: center;
}
.sidebar-widget .recent-posts ul li .post-link .post-thumb {
  margin-right: 20px;
}
.sidebar-widget .recent-posts ul li .post-link .post-thumb img {
  border-radius: 6px;
  image-rendering: crisp-edges;
}
.sidebar-widget .recent-posts ul li .post-link .post-text {
  flex: 1;
}
.sidebar-widget .recent-posts ul li .post-link .post-text .title {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  transition: all 0.3s linear;
  color: #021E40;
}
.sidebar-widget .recent-posts ul li .post-link .post-text .post-meta {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #838383;
  display: inline-block;
  margin-top: 5px;
}
.sidebar-widget .recent-posts ul li .post-link .post-text .post-meta i {
  color: #0071DC;
  margin-right: 5px;
}
.sidebar-widget .recent-posts ul li .post-link:hover .post-text .title {
  color: #0071DC;
}

.sidebar-widget .category .cate-item {
  margin-top: 15px;
}
.sidebar-widget .category .cate-item:first-child {
  padding-top: 0;
  margin-top: 0;
}
.sidebar-widget .category .cate-item a {
  display: flex;
  font-size: 15px;
  font-weight: 500;
  color: #021E40;
  transition: all 0.3s linear;
}
.sidebar-widget .category .cate-item a .post-count {
  margin-left: auto;
  align-items: flex-start;
  font-size: 15px;
  font-weight: 500;
  transition: all 0.3s linear;
}
.sidebar-widget .category .cate-item a .post-count:hover {
  color: #0071DC;
}
.sidebar-widget .category .cate-item a:hover {
  color: #0071DC;
}

.sidebar-widget .sidebar-tag li {
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 4px;
}
.sidebar-widget .sidebar-tag li a {
  display: inline-block;
  border-radius: 5px;
  padding: 8px 15px;
  font-size: 14px;
  font-weight: 500;
  color: #021E40;
  line-height: 18px;
  background: #f3f3f8;
  transition: all 0.3s linear;
}
.sidebar-widget .sidebar-tag li a:hover {
  background-color: #0071DC;
  color: #ffffff;
}

/*--
/*  18 - Blog Details CSS
/*----------------------------------------*/
.blog-details-post {
  margin-top: -30px;
}
.blog-details-post .single-blog .blog-img img {
  width: 100%;
}
.blog-details-post .single-blog .blog-content {
  padding-left: 0;
}
.blog-details-post .single-blog .blog-content .blog-meta {
  margin-bottom: 20px;
}
.blog-details-post .single-blog .blog-content .blog-meta span {
  margin-right: 10px;
}
.blog-details-post .single-blog .blog-content .blog-meta a:hover {
  color: #0071DC;
}
.blog-details-post .single-blog .blog-content .blog-meta i {
  color: #0071DC;
  margin-right: 3px;
}
.blog-details-post .single-blog .blog-content .title {
  font-size: 24px;
  color: #021E40;
}
.blog-details-post .single-blog .blog-content p {
  font-size: 16px;
  line-height: 30px;
}
.blog-details-post .blog-details-content .blog-quote {
  background-color: #f3f3f8;
  padding: 35px 40px 35px 30px !important;
  margin-top: 35px;
}
.blog-details-post .blog-details-content .blog-quote .blockquote {
  padding-left: 50px;
  margin-left: 20px;
  margin-bottom: 0;
  position: relative;
}
@media only screen and (max-width: 575px) {
  .blog-details-post .blog-details-content .blog-quote .blockquote {
    padding-right: 0;
    margin-left: 0;
  }
}
.blog-details-post .blog-details-content .blog-quote .blockquote::before {
  content: "\f137";
  font-family: flaticon !important;
  font-size: 30px;
  line-height: 1;
  margin-right: 5px;
  position: absolute;
  top: 5px;
  left: 0;
  color: #0071DC;
}
.blog-details-post .blog-details-content .blog-quote .blockquote:not(:first-child) {
  margin-top: 25px;
}
.blog-details-post .blog-details-content .blog-quote .blockquote:not(:last-child) {
  margin-bottom: 25px;
}
.blog-details-post .blog-details-content .blog-quote .blockquote p {
  display: inline;
  font-size: 18px;
  color: #696868;
  line-height: 32px;
  font-weight: 400;
  margin-top: 0;
}
.blog-details-post .blog-details-content .blog-quote .blockquote span {
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: #021E40;
  margin-top: 8px;
}
.blog-details-post .blog-details-content .blog-inner-img {
  padding-top: 15px;
}
.blog-details-post .blog-details-content .blog-inner-img .image {
  margin-top: 40px;
}
.blog-details-post .blog-details-content .blog-inner-img .image img {
  border-radius: 10px;
  width: 100%;
}
.blog-details-post .blog-details-content .blog-details-text p {
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  margin-top: 50px;
}
.blog-details-post .blog-details-content .blog-details-tag-share {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 65px;
  padding-top: 20px;
  border-top: 1px solid #e3e3e5;
}
.blog-details-post .blog-details-content .blog-details-tag-share .blog-details-tag {
  padding-top: 20px;
}
.blog-details-post .blog-details-content .blog-details-tag-share .blog-details-tag .sidebar-widget {
  margin-top: 0;
  display: flex;
  align-items: center;
}
.blog-details-post .blog-details-content .blog-details-tag-share .blog-details-tag .sidebar-widget .label {
  font-size: 14px;
  line-height: 30px;
  font-weight: 700;
  color: #021E40;
  margin-right: 10px;
}
.blog-details-post .blog-details-content .blog-details-tag-share .blog-details-tag .sidebar-widget .sidebar-tag li {
  margin-bottom: 0px;
}
.blog-details-post .blog-details-content .blog-details-tag-share .blog-details-share {
  display: flex;
  align-items: center;
  padding-top: 20px;
}
.blog-details-post .blog-details-content .blog-details-tag-share .blog-details-share li {
  display: inline-block;
  margin-right: 10px;
}
.blog-details-post .blog-details-content .blog-details-tag-share .blog-details-share li:last-child {
  margin-right: 0;
}
.blog-details-post .blog-details-content .blog-details-tag-share .blog-details-share li a {
  display: inline-block;
  font-size: 13px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #ffffff;
  border-radius: 50%;
}
.blog-details-post .blog-details-content .blog-details-tag-share .blog-details-share li a.share-twitter {
  background: #1DA1F2;
}
.blog-details-post .blog-details-content .blog-details-tag-share .blog-details-share li a.share-facebook {
  background: #4867AA;
}
.blog-details-post .blog-details-content .blog-details-tag-share .blog-details-share li a.share-pinterest {
  background: #BD081B;
}
.blog-details-post .blog-details-content .blog-details-tag-share .blog-details-share li a.share-linkedin {
  background: #007BB6;
}
.blog-details-post .blog-details-content .blog-details-tag-share .blog-details-share li a:hover {
  opacity: 0.9;
}
.blog-details-post .blog-details-content .edubin-post-pagination {
  display: flex;
  flex-wrap: wrap;
  background: #ffffff;
  box-shadow: 0px 0px 70px 0px rgba(0, 0, 0, 0.16);
  padding: 10px 30px;
  margin-top: 80px;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .blog-details-post .blog-details-content .edubin-post-pagination {
    padding: 10px 20px;
  }
}
@media only screen and (max-width: 575px) {
  .blog-details-post .blog-details-content .edubin-post-pagination {
    padding: 0 10px;
  }
}
.blog-details-post .blog-details-content .edubin-post-pagination::before {
  position: absolute;
  content: "";
  width: 1px;
  background-color: #e1e1e1;
  left: 50%;
  transform: translateX(-50%);
  top: 30px;
  bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .blog-details-post .blog-details-content .edubin-post-pagination::before {
    width: auto;
    height: 1px;
    left: 30px;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
  }
}
.blog-details-post .blog-details-content .edubin-post-pagination .previous-post, .blog-details-post .blog-details-content .edubin-post-pagination .next-post {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .blog-details-post .blog-details-content .edubin-post-pagination .previous-post, .blog-details-post .blog-details-content .edubin-post-pagination .next-post {
    width: 100%;
  }
}
.blog-details-post .blog-details-content .edubin-post-pagination .blog-pagination-post {
  display: flex;
  align-items: center;
  padding: 30px 0;
}
@media only screen and (max-width: 1199px) {
  .blog-details-post .blog-details-content .edubin-post-pagination .blog-pagination-post {
    padding: 20px 0;
  }
}
.blog-details-post .blog-details-content .edubin-post-pagination .blog-pagination-post .post-thumb {
  flex-shrink: 0;
}
.blog-details-post .blog-details-content .edubin-post-pagination .blog-pagination-post .post-thumb a img {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-details-post .blog-details-content .edubin-post-pagination .blog-pagination-post .post-thumb a i {
  font-size: 14px;
  color: #0071DC;
  padding: 0 10px;
}
.blog-details-post .blog-details-content .edubin-post-pagination .blog-pagination-post .post-content {
  flex-grow: 1;
  padding: 0 20px;
}
@media only screen and (max-width: 1199px) {
  .blog-details-post .blog-details-content .edubin-post-pagination .blog-pagination-post .post-content {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 575px) {
  .blog-details-post .blog-details-content .edubin-post-pagination .blog-pagination-post .post-content {
    padding: 0 13px;
  }
}
.blog-details-post .blog-details-content .edubin-post-pagination .blog-pagination-post .post-content .title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #021E40;
}
@media only screen and (max-width: 1199px) {
  .blog-details-post .blog-details-content .edubin-post-pagination .blog-pagination-post .post-content .title {
    font-size: 15px;
  }
}
.blog-details-post .blog-details-content .edubin-post-pagination .blog-pagination-post .post-content .title:hover a {
  color: #0071DC;
}
.blog-details-post .blog-details-content .edubin-post-pagination .blog-pagination-post .post-content .date {
  font-size: 12px;
  line-height: 24px;
  font-weight: 400;
  color: #838383;
}
.blog-details-post .blog-details-content .edubin-post-pagination .blog-pagination-post .post-content .date i {
  color: #0071DC;
  margin-right: 6px;
}
.blog-details-post .blog-details-content .comment-wrap .comment-box {
  margin-top: 50px;
}
.blog-details-post .blog-details-content .comment-wrap .comment-box .comment-title {
  font-size: 24px;
  line-height: 30px;
  color: #021E40;
}
.blog-details-post .blog-details-content .comment-wrap .comment-box .comment-items li .single-comment {
  display: flex;
  padding: 30px 0;
  border-bottom: 1px solid #e1e1e1;
}
@media only screen and (max-width: 575px) {
  .blog-details-post .blog-details-content .comment-wrap .comment-box .comment-items li .single-comment {
    display: block;
  }
}
.blog-details-post .blog-details-content .comment-wrap .comment-box .comment-items li .single-comment .comment-author {
  flex-shrink: 0;
}
.blog-details-post .blog-details-content .comment-wrap .comment-box .comment-items li .single-comment .comment-author img {
  width: 75px;
  border-radius: 50%;
}
.blog-details-post .blog-details-content .comment-wrap .comment-box .comment-items li .single-comment .comment-content {
  flex-grow: 1;
  padding-left: 30px;
}
@media only screen and (max-width: 575px) {
  .blog-details-post .blog-details-content .comment-wrap .comment-box .comment-items li .single-comment .comment-content {
    padding-left: 0;
    padding-top: 25px;
  }
}
.blog-details-post .blog-details-content .comment-wrap .comment-box .comment-items li .single-comment .comment-content .name {
  font-size: 16px;
  font-weight: 700;
}
.blog-details-post .blog-details-content .comment-wrap .comment-box .comment-items li .single-comment .comment-content p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #8a8a8a;
  margin-top: 5px;
}
.blog-details-post .blog-details-content .comment-wrap .comment-box .comment-items li .single-comment .comment-content .meta {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 400;
}
.blog-details-post .blog-details-content .comment-wrap .comment-box .comment-items li .single-comment .comment-content .meta .date {
  margin-right: 30px;
  color: #0071DC;
}
.blog-details-post .blog-details-content .comment-wrap .comment-box .comment-items li .single-comment .comment-content .meta .reply:hover {
  color: #0071DC;
}
.blog-details-post .blog-details-content .comment-wrap .comment-box .comment-items li .comment-reply {
  padding-left: 105px;
}
@media only screen and (max-width: 767px) {
  .blog-details-post .blog-details-content .comment-wrap .comment-box .comment-items li .comment-reply {
    padding-left: 0;
  }
}
.blog-details-post .blog-details-content .comment-wrap .comment-form {
  margin-top: 50px;
}
.blog-details-post .blog-details-content .comment-wrap .comment-form .comment-title {
  font-size: 24px;
  line-height: 30px;
  color: #021E40;
}
.blog-details-post .blog-details-content .comment-wrap .comment-form p {
  font-size: 14px;
  line-height: 30px;
  font-weight: 400;
  color: #686f7a;
}
.blog-details-post .blog-details-content .comment-wrap .comment-form .comment-form-wrap {
  padding-top: 10px;
}
.blog-details-post .blog-details-content .comment-wrap .comment-form .comment-form-wrap .single-form {
  margin-top: 20px;
}
.blog-details-post .blog-details-content .comment-wrap .comment-form .comment-form-wrap .single-form .form-control {
  border: 1px solid transparent;
  background: #f6f7f9;
  border-radius: 0;
}
.blog-details-post .blog-details-content .comment-wrap .comment-form .comment-form-wrap .single-form .form-control::-webkit-input-placeholder {
  opacity: 0.95;
  font-size: 13px;
  color: #9d9d9d;
  font-weight: 400;
}
.blog-details-post .blog-details-content .comment-wrap .comment-form .comment-form-wrap .single-form .form-control:-moz-placeholder {
  opacity: 0.95;
  font-size: 13px;
  color: #9d9d9d;
  font-weight: 400;
}
.blog-details-post .blog-details-content .comment-wrap .comment-form .comment-form-wrap .single-form .form-control::-moz-placeholder {
  opacity: 0.95;
  font-size: 13px;
  color: #9d9d9d;
  font-weight: 400;
}
.blog-details-post .blog-details-content .comment-wrap .comment-form .comment-form-wrap .single-form .form-control:-ms-input-placeholder {
  opacity: 0.95;
  font-size: 13px;
  color: #9d9d9d;
  font-weight: 400;
}
.blog-details-post .blog-details-content .comment-wrap .comment-form .comment-form-wrap .single-form .form-control:focus {
  outline: none;
  border-color: #0071DC;
}
.blog-details-post .blog-details-content .comment-wrap .comment-form .comment-form-wrap .single-form textarea.form-control {
  height: 135px;
  padding-top: 15px;
  font-size: 13px;
  color: #415674;
  font-weight: 600;
  padding: 10px 25px;
  resize: none;
}
.blog-details-post .blog-details-content .comment-wrap .comment-form .comment-form-wrap .single-form textarea.form-control:focus {
  outline: none;
  box-shadow: none;
}
.blog-details-post .blog-details-content .comment-wrap .comment-form .comment-form-wrap .form-btn .btn {
  height: 45px;
  line-height: 36px;
  font-weight: 500;
  margin-top: 30px;
  font-size: 15px;
  padding: 0 30px;
  background: #0071DC;
  color: #ffffff;
}
.blog-details-post .blog-details-content .comment-wrap .comment-form .comment-form-wrap .form-btn .btn:hover {
  background: #021E40;
}

/*--
/*  19 - Event CSS
/*----------------------------------------*/
.event-wrap {
  margin-top: -30px;
}

.event-item {
  background: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  border: 1px solid #eee;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 30px;
}
.event-item .thum {
  position: relative;
}
.event-item .thum .image {
  overflow: hidden;
  position: relative;
}
.event-item .thum .image a {
  display: block;
  position: relative;
}
.event-item .thum .image a img {
  width: 100%;
  transition: all 0.3s linear;
}
.event-item .thum .image .top-meta .categories {
  position: absolute;
  top: 30px;
  left: 30px;
  max-width: 70%;
}
.event-item .thum .image .top-meta .categories .tag {
  font-size: 14px;
  font-weight: 400;
  border-radius: 3px;
  padding: 3px 15px;
  line-height: 29px;
  display: inline-block;
  background: #0071DC;
  color: #ffffff;
  white-space: nowrap;
}
.event-item .thum .price {
  position: absolute;
  right: 30px;
  bottom: -30px;
}
.event-item .thum .price span {
  display: block;
  font-size: 16px;
  color: #ffffff;
  font-weight: 600;
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 50%;
  background-color: #0071DC;
  text-align: center;
}
.event-item .content {
  padding-top: 40px;
  padding-bottom: 34px;
  padding-left: 30px;
  padding-right: 30px;
}
@media only screen and (max-width: 1199px) {
  .event-item .content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.event-item .content .title {
  font-weight: 600;
  font-size: 22px;
  line-height: 32px;
  color: #021E40;
  margin-bottom: 10px;
  transition: all 0.3s linear;
}
.event-item .content .title:hover {
  color: #0071DC;
}
.event-item .content .event-place {
  border-top: 1px solid #ebebeb;
  padding-top: 10px;
  margin-top: 15px;
}
.event-item .content .event-place ul {
  margin-top: 8px;
}
.event-item .content .event-place ul li {
  font-size: 15px;
  color: #8a8a8a;
}
.event-item .content .event-place ul li i {
  margin-right: 5px;
  color: #0071DC;
}
.event-item:hover .thum .image img {
  transform: scale(1.1);
}

/*--
/*  19 - Event Details CSS
/*----------------------------------------*/
.event-details-section .event-content-wrap .image img {
  width: 100%;
  border-radius: 10px;
}
.event-details-section .event-content-wrap .title {
  font-size: 36px;
  color: #002639;
  margin-top: 40px;
  margin-bottom: 20px;
}
.event-details-section .event-content-wrap .event-list-wrap {
  padding-top: 10px;
}
.event-details-section .event-content-wrap .event-list-wrap ul li {
  margin-top: 10px;
}
.event-details-section .event-content-wrap .event-list-wrap ul li i {
  color: #0071DC;
  margin-right: 5px;
}
.event-details-section .event-content-wrap .event-location {
  padding-top: 15px;
}
.event-details-section .event-content-wrap .event-location .event-map {
  margin-top: 20px;
}
.event-details-section .event-content-wrap .event-location .event-map iframe {
  height: 405px;
  width: 100%;
  border-radius: 5px;
}
.event-details-section .event-info-wrap {
  border-radius: 5px;
  background: #fff;
  border: 1px solid #ededed;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  padding: 30px 25px 40px;
  margin-left: 10px;
}
@media only screen and (max-width: 991px) {
  .event-details-section .event-info-wrap {
    margin-left: 0;
    margin-top: 50px;
  }
}
.event-details-section .event-info-wrap .event-info-countdown .edubin-countdown {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.event-details-section .event-info-wrap .event-info-countdown .edubin-countdown .single-countdown {
  padding: 30px 5px;
  width: 75px;
  height: 75px;
  line-height: 75px;
  min-width: 0;
  border: 2px solid #0071DC;
}
.event-details-section .event-info-wrap .event-info-countdown .edubin-countdown .single-countdown .count {
  font-size: 20px;
  line-height: 12px;
  font-weight: 700;
  display: block;
  color: #002639;
}
.event-details-section .event-info-wrap .event-info-countdown .edubin-countdown .single-countdown .value {
  font-size: 14px;
  line-height: 48px;
  color: #8a8a8a;
}
.event-details-section .event-info-wrap .info-item-cost {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #ebebeb;
  margin-top: 65px;
  padding-top: 20px;
}
.event-details-section .event-info-wrap .info-item-cost .text .title {
  font-size: 16px;
  font-weight: 600;
  color: #021E40;
}
.event-details-section .event-info-wrap .info-item-cost .text .title i {
  color: #0071DC;
  margin-right: 3px;
}
.event-details-section .event-info-wrap .info-item-cost .cost .price {
  font-size: 24px;
  font-weight: 700;
  color: #ff4830;
}
.event-details-section .event-info-wrap .info-item {
  border-top: 1px solid #ebebeb;
  margin-top: 15px;
  padding-top: 20px;
}
.event-details-section .event-info-wrap .info-item .title {
  font-size: 16px;
  font-weight: 600;
  color: #021E40;
}
.event-details-section .event-info-wrap .info-item .title i {
  color: #0071DC;
  margin-right: 3px;
}
.event-details-section .event-info-wrap .info-item p {
  color: #696868;
  margin-top: 3px;
}
.event-details-section .event-info-wrap .info-btn .btn {
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: #0071DC;
  color: #ffffff;
  margin-top: 35px;
}
.event-details-section .event-info-wrap .info-btn .btn:hover {
  background: #021E40;
}
.event-details-section .event-info-wrap .info-btn p {
  font-size: 14px;
  color: #696868;
}
.event-details-section .event-info-wrap .info-btn p a {
  color: #021E40;
}
.event-details-section .event-info-wrap .info-btn p a:hover {
  color: #0071DC;
}
.event-details-section .event-speaker-wrap {
  padding-top: 50px;
}
.event-details-section .event-speaker-wrap .section-title2 .title {
  font-size: 28px;
}

/*--
/*  20 - Speaker CSS
/*----------------------------------------*/
.single-speaker {
  margin-top: 30px;
}
.single-speaker .speaker-img {
  border-radius: 10px;
  overflow: hidden;
}
.single-speaker .speaker-img a {
  display: block;
  overflow: hidden;
  position: relative;
}
.single-speaker .speaker-img a img {
  width: 100%;
}
.single-speaker .speaker-content {
  position: relative;
  margin-top: 15px;
  transition: all 0.3s linear;
}
.single-speaker .speaker-content .speaker-social {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -65px);
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s linear;
}
.single-speaker .speaker-content .speaker-social .social li {
  display: inline-block;
}
.single-speaker .speaker-content .speaker-social .social li + li {
  margin-left: 8px;
}
.single-speaker .speaker-content .speaker-social .social li a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-size: 15px;
  transform: translate3d(0, 0, 0);
  background: #ffffff;
  border-radius: 50%;
  color: #021E40;
}
.single-speaker .speaker-content .speaker-social .social li:hover a {
  transform: translateY(-5px);
  color: #0071DC;
}
.single-speaker .speaker-content .name {
  font-size: 18px;
  line-height: 30px;
  color: #021E40;
}
.single-speaker .speaker-content .name:hover a {
  color: #0071DC;
}
.single-speaker .speaker-content .designation {
  font-size: 16px;
  line-height: 24px;
  color: #696868;
}
.single-speaker:hover .speaker-img a img {
  transform: scale(1.05);
}
.single-speaker:hover .speaker-content .speaker-social {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -95px);
}

/*--
/*  21 - Course Filter CSS
/*----------------------------------------*/
.course-top-bar {
  padding-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.course-top-bar .label {
  font-size: 15px;
  font-weight: 400;
  color: #8a8a8a;
  white-space: nowrap;
  margin-right: 10px;
}

.course-top-text {
  margin-top: 15px;
}
.course-top-text p {
  font-weight: 500;
  color: #838383;
}
.course-top-text p span {
  color: #002e5b;
}

.course-top-inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.course-top-inner > * {
  margin-right: 30px;
}
.course-top-inner > *:last-child {
  margin-right: 0;
}

.course-top-menu {
  display: flex;
  align-items: center;
  margin-top: 15px;
}
.course-top-menu .nav li {
  margin-right: 10px;
}
.course-top-menu .nav li:last-child {
  margin-right: 0;
}
.course-top-menu .nav li button {
  padding: 0;
  border: 0;
  background-color: transparent;
  color: #8a8a8a;
  font-size: 15px;
}
.course-top-menu .nav li button.active {
  color: #0071DC;
}

.course-top-action {
  display: flex;
  align-items: center;
  margin-top: 20px;
  padding: 0 20px;
  border-radius: 5px;
  background-color: #f6f7f9;
  height: 40px;
  line-height: 40px;
}
.course-top-action .nice-select {
  float: none;
  height: auto;
  line-height: 1;
  padding: 0;
  padding-right: 20px;
  border: 0;
  color: #002e5b;
  font-weight: 700;
  font-size: 15px;
  background: none;
}
.course-top-action .nice-select::after {
  right: 0;
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #002e5b;
  border-right: 1px solid #002e5b;
  margin-top: -6px;
}
.course-top-action .nice-select .option {
  line-height: 35px;
  padding-left: 15px;
  padding-right: 22px;
  font-size: 14px;
  font-weight: 500;
}

.course-collapse-btn {
  margin-top: 15px;
}
.course-collapse-btn .btn {
  height: 40px;
  line-height: 40px;
  padding: 0 25px;
  background-color: #ffffff;
  border: 1px solid #ebebeb;
  color: #a9a9a9;
}
.course-collapse-btn .btn span {
  color: #0071DC;
}
.course-collapse-btn .btn i {
  margin: 0 3px;
  transition: all 0.3s linear;
}
.course-collapse-btn .btn i:last-child {
  color: #002e5b;
}
.course-collapse-btn .btn.collapsed {
  background-color: #ffffff;
}
.course-collapse-btn .btn:hover {
  border: 1px solid #0071DC;
}
.course-collapse-btn .btn:hover i {
  color: #0071DC;
}

.course-collapse {
  background-color: #f9f9f9;
  border-radius: 10px;
  margin-top: 50px;
  padding: 35px 40px;
  transition: all 0.3s linear;
}

.widget-checkbox {
  margin-top: 18px;
}
.widget-checkbox .checkbox-list li {
  min-height: auto;
  margin-bottom: 0;
  margin-top: 18px;
}
.widget-checkbox .checkbox-list li label {
  line-height: 1.3;
}
.widget-checkbox .rating {
  position: relative;
  display: inline-block;
}
.widget-checkbox .rating::before {
  content: "\f13b\f13b\f13b\f13b\f13b";
  font-family: "flaticon";
  color: #dedede;
  font-size: 14px;
  letter-spacing: 2px;
}
.widget-checkbox .rating .rating-on {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  overflow: hidden;
}
.widget-checkbox .rating .rating-on::before {
  content: "\f13b\f13b\f13b\f13b\f13b";
  font-family: "flaticon";
  color: #fda000;
  font-size: 14px;
  letter-spacing: 2px;
}

.sidebar-widget-02 .widget-title {
  font-size: 18px;
}
.sidebar-widget-02 + .sidebar-widget-02 {
  padding-top: 22px;
}

.sidebar-wrap-02 {
  background-color: #f9f9f9;
  border-radius: 5px;
  padding: 35px 40px;
  margin-top: 50px;
}
@media only screen and (max-width: 1199px), only screen and (max-width: 575px) {
  .sidebar-wrap-02 {
    padding: 35px 25px;
  }
}
@media only screen and (max-width: 991px) {
  .sidebar-wrap-02 {
    margin-top: 0;
  }
}

.course-list-items .course-list {
  display: flex;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.06);
  background: #ffffff;
}
.course-list-items .course-list .thum .image a img {
  height: 270px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 991px) {
  .course-list-items .course-list .thum .image a img {
    height: 330px;
  }
}
.course-list-items .course-list .thum .image .top-meta .categories .tag {
  background: #0071DC;
  color: #ffffff;
}
.course-list-items .course-list .content {
  padding: 30px;
}
.course-list-items .course-list .content .price span {
  font-size: 16px;
  font-weight: 700;
  color: #021E40;
}
.course-list-items .course-list .content .title {
  font-size: 22px;
  line-height: 32px;
  margin-top: 5px;
}
.course-list-items .course-list .content .title:hover {
  color: #0071DC;
}
.course-list-items .course-list .content p {
  margin-top: 10px;
}
.course-list-items .course-list .content .course-lesson ul {
  margin-top: 10px;
}
.course-list-items .course-list .content .course-lesson ul li {
  font-size: 15px;
  color: #8a8a8a;
}
.course-list-items .course-list .content .course-lesson ul li i {
  margin-right: 5px;
  color: #0071DC;
}

/*--
/*  22 - Course Details CSS
/*----------------------------------------*/
.course-page-banner-section {
  background: #13181C;
  padding-top: 150px;
  min-height: 550px;
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}

.course-page-banner-section-02 {
  background: #eff1f6;
}
@media only screen and (max-width: 991px), only screen and (max-width: 767px) {
  .course-page-banner-section-02 .course-details-banner-content {
    padding: 50px 0;
    padding-top: 0;
  }
}
.course-page-banner-section-02 .course-details-banner-content .breadcrumb {
  margin-top: 0;
}
.course-page-banner-section-02 .course-details-banner-content .breadcrumb .breadcrumb-item {
  color: #696868;
}
.course-page-banner-section-02 .course-details-banner-content .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: #696868;
}
.course-page-banner-section-02 .course-details-banner-content .breadcrumb .breadcrumb-item a {
  color: #696868;
}
.course-page-banner-section-02 .course-details-banner-content .breadcrumb .breadcrumb-item a:hover {
  color: #0071DC;
}
.course-page-banner-section-02 .course-details-banner-content .title {
  color: #021E40;
}
.course-page-banner-section-02 .course-details-banner-content > p {
  color: #696868;
}
.course-page-banner-section-02 .course-details-banner-content .course-details-meta > *::before {
  background-color: #64768e;
}
.course-page-banner-section-02 .course-details-banner-content .course-details-meta .meta-action .meta-name .name {
  color: #696868;
}
.course-page-banner-section-02 .course-details-banner-content .course-details-meta .meta-action p {
  color: #696868;
}
.course-page-banner-section-02 .course-details-banner-content .course-details-meta .meta-action .rating span {
  color: #696868;
}

.course-page-banner-section-03 {
  background: #111827;
}
@media only screen and (max-width: 991px) {
  .course-page-banner-section-03 {
    padding-bottom: 80px;
  }
}
.course-page-banner-section-03 .course-details-banner-content .course-details-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  border-top: 1px solid #3d4c66;
  padding-top: 20px;
  margin-top: 40px;
}
.course-page-banner-section-03 .course-details-banner-content .course-details-meta > * {
  padding-left: 25px;
}
.course-page-banner-section-03 .course-details-banner-content .course-details-meta > *::before {
  display: none;
}
.course-page-banner-section-03 .course-details-banner-content .course-details-meta .course-meta ul li {
  display: inline-block;
  padding: 0 25px;
  background: #1f2838;
  border-radius: 100px;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  color: #ffffff;
  margin-bottom: 8px;
}
.course-page-banner-section-03 .course-details-banner-content .course-details-meta .course-meta ul li + li {
  margin-left: 10px;
}
.course-page-banner-section-03 .course-details-banner-content .course-details-meta .course-meta ul li i {
  color: #0071DC;
  margin-right: 3px;
}

.course-details-banner-content {
  max-width: 620px;
}
@media only screen and (max-width: 991px), only screen and (max-width: 767px) {
  .course-details-banner-content {
    padding: 50px 0;
    padding-top: 0;
  }
}
.course-details-banner-content .breadcrumb {
  margin-top: 0;
}
.course-details-banner-content .breadcrumb .breadcrumb-item a:hover {
  color: #0071DC;
}
.course-details-banner-content .title {
  font-size: 40px;
  line-height: 52px;
  color: #ffffff;
  margin-top: 10px;
}
.course-details-banner-content > p {
  margin-top: 15px;
  color: #ffffff;
}
.course-details-banner-content .course-details-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 10px;
}
.course-details-banner-content .course-details-meta > * {
  padding-left: 40px;
  margin-top: 10px;
  position: relative;
}
@media only screen and (max-width: 575px) {
  .course-details-banner-content .course-details-meta > * {
    padding-left: 20px;
  }
}
.course-details-banner-content .course-details-meta > *::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 25px;
  background-color: #e1e1e1;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 575px) {
  .course-details-banner-content .course-details-meta > *::before {
    left: 8px;
  }
}
.course-details-banner-content .course-details-meta > *:first-child {
  padding-left: 0;
}
.course-details-banner-content .course-details-meta > *:first-child::before {
  display: none;
}
.course-details-banner-content .course-details-meta .meta-action:first-child {
  display: flex;
  align-items: center;
}
.course-details-banner-content .course-details-meta .meta-action .meta-author {
  margin-right: 10px;
}
.course-details-banner-content .course-details-meta .meta-action .meta-author img {
  width: 40px;
  border-radius: 50%;
  padding: 2px;
  border: 1px solid #e1e1e1;
}
.course-details-banner-content .course-details-meta .meta-action .meta-name .name {
  font-weight: 500;
  color: #ffffff;
}
.course-details-banner-content .course-details-meta .meta-action p {
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
}
.course-details-banner-content .course-details-meta .meta-action .rating {
  display: flex;
  align-items: center;
}
.course-details-banner-content .course-details-meta .meta-action .rating .rating-star {
  display: block;
  position: relative;
}
.course-details-banner-content .course-details-meta .meta-action .rating .rating-star::before {
  content: "\f13b\f13b\f13b\f13b\f13b";
  font-family: "flaticon";
  font-size: 13px;
  color: #c5c2c2;
  letter-spacing: 4px;
}
.course-details-banner-content .course-details-meta .meta-action .rating .rating-star .rating-active {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.course-details-banner-content .course-details-meta .meta-action .rating .rating-star .rating-active::before {
  content: "\f13b\f13b\f13b\f13b\f13b";
  font-family: "flaticon";
  font-size: 13px;
  color: #ffc000;
  letter-spacing: 4px;
}
.course-details-banner-content .course-details-meta .meta-action .rating span {
  font-size: 13px;
  color: #ffffff;
}

.edubin-tabs-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  border-bottom: 1px solid #e2e0db;
}
@media only screen and (max-width: 575px) {
  .edubin-tabs-menu {
    justify-content: center;
  }
}
.edubin-tabs-menu li {
  cursor: pointer;
}
.edubin-tabs-menu .edubin-title {
  width: 250px;
  border-color: #e2e0db;
  text-align: center;
  border-radius: 0;
  padding: 13px 0;
}
.edubin-tabs-menu .edubin-title .menu-title {
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  color: #696868;
}
.edubin-tabs-menu .active .edubin-title {
  border-bottom: 2px solid #0071DC;
}
.edubin-tabs-menu .active .edubin-title .menu-title {
  color: #021E40;
}

.edubin-tab-pane {
  display: none;
}
.edubin-tab-pane.active {
  display: block;
}

.course-accordion .accordion-item {
  border-radius: 0;
  margin-top: 20px;
  border: 0;
}
.course-accordion .accordion-item button {
  font-size: 16px;
  font-weight: 700;
  background: #f6f7f9;
  color: #002e5b;
  width: 100%;
  text-align: left;
  padding: 10px 20px;
  border: 0;
  transition: all 0.3s linear;
}
.course-accordion .accordion-item button::before {
  content: "\f170";
  font-family: "flaticon";
  font-size: 13px;
  font-weight: 300;
  margin-right: 10px;
  transition: all 0.3s linear;
}
.course-accordion .accordion-item button.collapsed::before {
  content: "\f111";
}
.course-accordion .accordion-item .accordion-body {
  padding: 0;
}
.course-accordion .accordion-item .accordion-body .lessons-list li {
  padding: 18px 35px 18px 30px;
  border-top: 1px solid #DCE4E6;
}
.course-accordion .accordion-item .accordion-body .lessons-list li .lessons-list-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.course-accordion .accordion-item .accordion-body .lessons-list li .lessons-list-item .list-left .title {
  font-size: 15px;
  font-weight: 400;
  color: #021E40;
}
.course-accordion .accordion-item .accordion-body .lessons-list li .lessons-list-item .list-left .title:hover {
  color: #0071DC;
}
.course-accordion .accordion-item .accordion-body .lessons-list li .lessons-list-item .list-left .title i {
  color: #696868;
  margin-right: 10px;
}
.course-accordion .accordion-item .accordion-body .lessons-list li .lessons-list-item .list-right .duration {
  display: inline-block;
  font-size: 13px;
  background: rgba(238, 74, 99, 0.07) !important;
  padding: 1px 14px;
  border: 1px solid #ff4830;
  border-radius: 3px;
  color: #ff4830;
  cursor: pointer;
  margin-right: 5px;
}
@media only screen and (max-width: 575px) {
  .course-accordion .accordion-item .accordion-body .lessons-list li .lessons-list-item .list-right .duration {
    margin-bottom: 5px;
  }
}
.course-accordion .accordion-item .accordion-body .lessons-list li .lessons-list-item .list-right .preview {
  display: inline-block;
  font-size: 13px;
  color: #2dbbc4;
  background: #e3f1f2;
  border: 1px solid #2dbbc4;
  border-radius: 3px;
  padding: 0 14px;
  cursor: pointer;
}
.course-accordion .accordion-item .accordion-body .lessons-list li .lessons-list-item .list-right .lock {
  font-size: 15px;
  color: #442e66;
  margin-left: 5px;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .course-accordion .accordion-item .accordion-body .lessons-list li {
    padding: 18px 20px 18px 20px;
  }
}
@media only screen and (max-width: 449px) {
  .course-accordion .accordion-item .accordion-body .lessons-list li {
    padding: 15px 0px 8px 0px;
  }
}
.course-accordion .accordion-item .accordion-body .lessons-list li:first-child {
  border-top: 0;
}

.course-overview-wrap .course-overview {
  margin-top: 30px;
}
.course-overview-wrap .course-overview p {
  color: #696868;
}
.course-overview-wrap .course-learn-list {
  background: #F9FAFC;
  padding: 50px;
  margin-top: 50px;
  border-radius: 5px;
}
@media only screen and (max-width: 575px) {
  .course-overview-wrap .course-learn-list {
    padding: 30px;
  }
}
.course-overview-wrap .course-learn-list ul {
  padding-top: 6px;
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.course-overview-wrap .course-learn-list ul li {
  font-size: 15px;
  line-height: 26px;
  position: relative;
  padding-left: 40px;
  padding-right: 10px;
  width: 50%;
  margin-top: 20px;
  color: #696868;
}
@media only screen and (max-width: 767px) {
  .course-overview-wrap .course-learn-list ul li {
    width: 100%;
  }
}
.course-overview-wrap .course-learn-list ul li::before {
  position: absolute;
  top: 0;
  left: 10px;
  content: "\f132";
  font-family: "flaticon";
  font-size: 13px;
  color: #07294D;
}

.instructor-profile {
  display: flex;
  gap: 30px;
  margin-top: 20px;
}
@media only screen and (max-width: 575px) {
  .instructor-profile {
    flex-direction: column;
  }
}
.instructor-profile .profile-images {
  flex-shrink: 0;
}
.instructor-profile .profile-images img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.instructor-profile .profile-content {
  flex-grow: 1;
}
.instructor-profile .profile-content .name {
  font-size: 20px;
  font-weight: 700;
}
.instructor-profile .profile-content p {
  color: #696868;
  margin-top: 10px;
}

.course-details-faq .faq-accordion {
  margin-top: 40px;
}
.course-details-faq .faq-accordion .accordion-item {
  border: 1px solid #e1e1e1;
  box-shadow: none;
}
.course-details-faq .faq-accordion .accordion-item .accordion-button {
  padding: 15px 30px;
}
.course-details-faq .faq-accordion .accordion-item .accordion-button .title {
  font-size: 15px;
  color: #696868;
}
.course-details-faq .faq-accordion .accordion-item .accordion-button::after {
  position: absolute;
  content: "+";
  border: none;
  width: 30px;
  height: 30px;
  line-height: 25px;
  font-size: 30px;
  font-weight: 400;
  text-align: center;
  color: #696868;
  background: none;
  right: 30px;
  transition: all 0.3s ease-out 0s;
}
.course-details-faq .faq-accordion .accordion-item .accordion-body {
  font-size: 15px;
  padding: 25px 30px;
  padding-top: 10px;
}
.course-details-faq .faq-accordion .accordion-item .accordion-button:focus {
  box-shadow: none;
}
.course-details-faq .faq-accordion .accordion-item .accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
}
.course-details-faq .faq-accordion .accordion-item .accordion-button:not(.collapsed) .title {
  color: #0071DC;
}
.course-details-faq .faq-accordion .accordion-item .accordion-button:not(.collapsed)::after {
  position: absolute;
  content: "-";
  border: none;
  width: 30px;
  height: 30px;
  line-height: 20px;
  font-size: 35px;
  text-align: center;
  background: none;
  color: #0071DC;
  transform: rotate(0);
}

.review-rating {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 30px;
}
@media only screen and (max-width: 575px) {
  .review-rating {
    display: block;
  }
}
.review-rating .rating-box {
  text-align: center;
  width: 190px;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 33px 20px;
  flex-shrink: 0;
}
@media only screen and (max-width: 575px) {
  .review-rating .rating-box {
    margin: 0 auto;
  }
}
.review-rating .rating-box .count {
  display: block;
  font-size: 48px;
  font-weight: 700;
  color: #002e5b;
  line-height: 1;
}
.review-rating .rating-box .rating-star {
  display: inline-block;
  position: relative;
}
.review-rating .rating-box .rating-star::before {
  content: "\f13b\f13b\f13b\f13b\f13b";
  font-family: "flaticon";
  font-size: 18px;
  color: #c5c2c2;
  letter-spacing: 4px;
}
.review-rating .rating-box .rating-star .rating-active {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.review-rating .rating-box .rating-star .rating-active::before {
  content: "\f13b\f13b\f13b\f13b\f13b";
  font-family: "flaticon";
  font-size: 18px;
  color: #ffc000;
  letter-spacing: 4px;
}
.review-rating .rating-box p {
  margin-top: 0;
}
.review-rating .rating-percentage {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media only screen and (max-width: 575px) {
  .review-rating .rating-percentage {
    margin-top: 30px;
  }
}

.single-rating-percentage {
  display: flex;
  align-items: center;
}
.single-rating-percentage .label {
  font-size: 15px;
  font-weight: 400;
  color: #8a8a8a;
  white-space: nowrap;
}
.single-rating-percentage .rating-line {
  width: 100%;
  height: 12px;
  border-radius: 3px;
  background-color: #ebebeb;
  position: relative;
  margin: 0 20px;
}
.single-rating-percentage .rating-line .line-bar {
  position: absolute;
  height: 100%;
  border-radius: 3px;
  background-color: #fcca45;
}

.sidebar-details-wrap {
  margin-top: -420px;
  position: relative;
  z-index: 1;
  position: sticky;
  top: 100px;
}
@media only screen and (max-width: 991px), only screen and (max-width: 767px) {
  .sidebar-details-wrap {
    margin-top: 50px;
  }
}

.sidebar-details-wrap-2 {
  margin-top: 0;
}
@media only screen and (max-width: 991px) {
  .sidebar-details-wrap-2 {
    margin-top: 50px;
  }
}

.sidebar-details-video-description {
  border-radius: 5px;
  background: #fff;
  border: 1px solid #ededed;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
}
.sidebar-details-video-description .sidebar-description {
  padding: 40px 40px 40px;
}
@media only screen and (max-width: 1199px), only screen and (max-width: 575px) {
  .sidebar-details-video-description .sidebar-description {
    padding: 30px 20px 30px;
  }
}
.sidebar-details-video-description .sidebar-description .title {
  font-size: 20px;
  color: #021E40;
}
.sidebar-details-video-description .sidebar-description .btn {
  height: 45px;
  line-height: 45px;
  border-radius: 50px;
  background: #0071DC;
  color: #ffffff;
}
.sidebar-details-video-description .sidebar-description .btn:hover {
  background: #021E40;
}
.sidebar-details-video-description .sidebar-description .description-list {
  padding-top: 26px;
  padding-bottom: 15px;
}
.sidebar-details-video-description .sidebar-description .description-list li {
  font-weight: 500;
  font-size: 16px;
  color: #8a8a8a;
  border-bottom: 1px solid #ebebeb;
  color: #696868;
  padding: 12px 0;
}
.sidebar-details-video-description .sidebar-description .description-list li.price span {
  font-weight: 700;
  font-size: 24px;
  color: #ff4830;
}
@media only screen and (max-width: 1199px), only screen and (max-width: 575px) {
  .sidebar-details-video-description .sidebar-description .description-list li {
    font-size: 15px;
  }
}
.sidebar-details-video-description .sidebar-description .description-list li:last-child {
  border-bottom: 0;
}
.sidebar-details-video-description .sidebar-description .description-list li i {
  color: #0071DC;
  margin: 0 4px 0 0;
}
.sidebar-details-video-description .sidebar-description .description-list li span {
  font-weight: 500;
  color: #021E40;
  float: right;
  display: block;
}
.sidebar-details-video-description .sidebar-description .share-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid rgba(204, 204, 204, 0.3);
  margin-top: 30px;
  padding-top: 20px;
}
.sidebar-details-video-description .sidebar-description .share-link .link-icon {
  font-size: 16px;
  text-align: center;
  color: #696868;
  margin-left: 5px;
}
.sidebar-details-video-description .sidebar-description .share-link:hover .social-share-wrapper {
  opacity: 1;
  visibility: visible;
}
.sidebar-details-video-description .sidebar-description .share-link .social-share-wrapper {
  display: block;
  position: absolute;
  left: 50%;
  bottom: calc(100% - 6px);
  transform: translateX(-70%);
  background-color: #28314b;
  z-index: 2;
  box-shadow: none;
  border-radius: 5px;
  margin: 0;
  padding: 2px;
  line-height: 0;
  white-space: nowrap;
  transition: all 0.3s linear;
  opacity: 0;
  visibility: hidden;
}
.sidebar-details-video-description .sidebar-description .share-link .social-share-wrapper::after {
  content: "";
  position: absolute;
  pointer-events: none;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5.5px 0 5.5px;
  border-color: #28314b transparent transparent transparent;
  left: 50%;
  bottom: -5px;
  margin-left: -5px;
}
.sidebar-details-video-description .sidebar-description .share-link .social-share-wrapper ul li {
  display: inline-block;
}
.sidebar-details-video-description .sidebar-description .share-link .social-share-wrapper ul li a {
  width: 30px;
  height: 35px;
  line-height: 35px;
  font-size: 12px;
  color: #ffffff;
  border-radius: inherit;
  text-align: center;
  transition: all 0.3s linear;
}
.sidebar-details-video-description .sidebar-description .share-link .social-share-wrapper ul li:hover a {
  background: rgba(255, 255, 255, 0.13);
}
.sidebar-details-video-description .sidebar-description .share-link .share-btn {
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 500;
  color: #696868;
}
.sidebar-details-video-description .sidebar-description .share-link .share-btn:hover {
  color: #07294d;
}

.sidebar-video {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
.sidebar-video img {
  width: 100%;
}
.sidebar-video .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 65px;
  height: 65px;
  line-height: 65px;
  background-color: #ffffff;
  border-radius: 50%;
  font-size: 14px;
  color: #002e5b;
  text-align: center;
  z-index: 2;
}
.sidebar-video .play:hover {
  color: #ffffff;
  background-color: #0071DC;
}

/*--
/*  22 - Shop CSS
/*----------------------------------------*/
.shop-section {
  background: #ffffff;
}
.shop-section .shop-text p {
  font-size: 16px;
  font-weight: 600;
  color: #021E40;
}
.shop-section .product-sort {
  text-align: right;
  justify-content: end;
}
@media only screen and (max-width: 767px) {
  .shop-section .product-sort {
    text-align: left;
    justify-content: flex-start;
    margin-top: 30px;
  }
}
.shop-section .product-sort .filter-name span {
  font-size: 14px;
  color: #333;
  margin-right: 10px;
}
.shop-section .product-sort .nice-select {
  width: 190px;
  color: #666;
  border: 1px solid #e5e5e7;
  padding-left: 25px;
}
.shop-section .product-sort .nice-select .list {
  width: 100%;
}
.shop-section .single-publication .image .top-meta ul li {
  background: #0071DC;
}
.shop-section .single-publication .image .top-meta ul li:last-child {
  margin-left: 7px;
  background: #ff4830;
}
.shop-section .single-publication .content .add-cart .btn {
  background: #0071DC;
  color: #ffffff;
}
.shop-section .single-publication .content .add-cart .btn:hover {
  background: #021E40;
}
.shop-section .single-publication .content .book-title:hover a {
  color: #0071DC;
}
.shop-section .single-publication .content .price .normal-price {
  color: #0071DC;
}

/*--
/*  23 - Shop Details CSS
/*----------------------------------------*/
.product-details-slide .gallery {
  margin-bottom: 20px;
}
.product-details-slide .gallery-nav {
  max-width: 450px;
}
.product-details-slide .gallery-nav a {
  border: 1px solid #e1e1e1;
}

@media only screen and (max-width: 767px) {
  .product-details-overview {
    margin-top: 40px;
  }
}
.product-details-overview .title {
  font-size: 50px;
  line-height: 62px;
  font-weight: 700;
  color: #021E40;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .product-details-overview .title {
    font-size: 36px;
    line-height: 48px;
  }
}
@media only screen and (max-width: 575px) {
  .product-details-overview .title {
    font-size: 30px;
    line-height: 42px;
  }
}
.product-details-overview .product-price {
  font-size: 24px;
  margin-bottom: 10px;
  color: #0071DC;
  line-height: 1.2;
  font-weight: 700;
}
.product-details-overview .product-details-meta {
  padding-top: 30px;
}
.product-details-overview .product-details-meta p {
  color: #696868;
  font-weight: 500;
}
.product-details-overview .product-details-meta p span {
  font-weight: 400;
}
.product-details-overview .text {
  font-size: 16px;
  line-height: 30px;
  color: #696868;
  margin-top: 25px;
}
.product-details-overview .product-details-menu-2 .cart-plus-minus {
  border: 1px solid #e1e1e1;
  height: 50px;
  line-height: 48px;
  width: 110px;
  border-radius: 0;
  color: #939393;
  text-align: center;
  background-color: #ffffff;
  font-size: 24px;
  font-weight: 400;
  cursor: pointer;
}
.product-details-overview .product-details-menu-2 .cart-plus-minus .dec.qtybutton {
  height: 100%;
  width: 30%;
  float: left;
  border-right: 1px solid #e1e1e1;
}
.product-details-overview .product-details-menu-2 .cart-plus-minus .inc.qtybutton {
  height: 100%;
  width: 30%;
  float: right;
  border-right: 0;
  border-left: 1px solid #e1e1e1;
}
.product-details-overview .product-details-menu-2 ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.product-details-overview .product-details-menu-2 ul li {
  list-style: none;
  display: inline-block;
  margin-right: 20px;
  margin-top: 25px;
}
.product-details-overview .product-details-menu-2 ul li:last-child {
  margin-right: 0;
}
.product-details-overview .product-details-menu-2 ul li .btn {
  height: 50px;
  line-height: 50px;
  text-transform: capitalize;
  font-size: 14px;
  padding: 0 30px;
  background: #0071DC;
  color: #ffffff;
  border-radius: 0;
}
.product-details-overview .product-details-menu-2 ul li .btn:hover {
  background: #021E40;
}
.product-details-overview .product-details-menu-2 input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]), .product-details-overview .product-details-menu-2 textarea {
  background: transparent none repeat scroll 0 0;
  box-shadow: none;
  border: none;
  height: 100%;
  margin-bottom: 0;
  padding: 0;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  color: #222222;
  text-align: center;
  width: 40%;
  font-weight: 600;
}
.product-details-overview .product-details-sku {
  margin-top: 30px;
}
.product-details-overview .product-details-sku p {
  color: #696868;
}
.product-details-overview .product-details-sku p a {
  color: #021E40;
}
.product-details-overview .product-details-sku p a:hover {
  color: #0071DC;
}

.shop-details-review-wrap {
  margin-top: 40px;
}
.shop-details-review-wrap .product-desc {
  margin-top: 40px;
}
.shop-details-review-wrap .product-desc p {
  color: #696868;
}
.shop-details-review-wrap .edubin-tabs-menu {
  justify-content: center;
}

.product-review-reply {
  margin-top: 40px;
}
.product-review-reply .title {
  font-size: 24px;
  color: #021E40;
  margin-bottom: 30px;
}
.product-review-reply .add-review {
  display: flex;
  align-items: center;
}
.product-review-reply .add-review .comment-title {
  font-size: 16px;
  font-weight: 500;
  color: #021E40;
  margin-right: 10px;
}
.product-review-reply .add-review .rating li {
  display: inline-block;
  font-size: 14px;
  color: #dfdfdf;
}
.product-review-reply .comment-form .single-form {
  position: relative;
  margin-top: 20px;
}
.product-review-reply .comment-form .single-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]) {
  display: block;
  height: 50px;
  max-width: 100%;
  border: 1px solid #d6d5d7;
  border-radius: 5px;
  padding: 14px 20px 14px;
  font-size: 13px;
  color: #415674;
  font-weight: 500;
  line-height: 1.7;
  text-transform: unset;
}
.product-review-reply .comment-form .single-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file])::-webkit-input-placeholder {
  opacity: 0.95;
  font-size: 13px;
  color: #4c4d56;
  font-weight: 400;
}
.product-review-reply .comment-form .single-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):-moz-placeholder {
  opacity: 0.95;
  font-size: 13px;
  color: #4c4d56;
  font-weight: 400;
}
.product-review-reply .comment-form .single-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file])::-moz-placeholder {
  opacity: 0.95;
  font-size: 13px;
  color: #4c4d56;
  font-weight: 400;
}
.product-review-reply .comment-form .single-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):-ms-input-placeholder {
  opacity: 0.95;
  font-size: 13px;
  color: #4c4d56;
  font-weight: 400;
}
.product-review-reply .comment-form .single-form textarea {
  height: 120px;
  font-size: 13px;
  color: #415674;
  padding: 14px 20px 14px;
  font-weight: 500;
  line-height: 1.7;
  text-transform: unset;
  border: 1px solid #d6d5d7;
  border-radius: 5px;
  resize: none;
}
.product-review-reply .comment-form .single-form textarea::-webkit-input-placeholder {
  opacity: 0.95;
  font-size: 13px;
  color: #4c4d56;
  font-weight: 400;
}
.product-review-reply .comment-form .single-form textarea:-moz-placeholder {
  opacity: 0.95;
  font-size: 13px;
  color: #4c4d56;
  font-weight: 400;
}
.product-review-reply .comment-form .single-form textarea::-moz-placeholder {
  opacity: 0.95;
  font-size: 13px;
  color: #4c4d56;
  font-weight: 400;
}
.product-review-reply .comment-form .single-form textarea:-ms-input-placeholder {
  opacity: 0.95;
  font-size: 13px;
  color: #4c4d56;
  font-weight: 400;
}
.product-review-reply .comment-form .comment-btn .btn {
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  font-size: 14px;
  padding: 0 30px;
  background: #0071DC;
  color: #ffffff;
  margin-top: 25px;
}
.product-review-reply .comment-form .comment-btn .btn:hover {
  background: #021E40;
}

/*--
/*  26 - Team Single CSS
/*----------------------------------------*/
.team-profile-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.team-profile {
  width: 70%;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1199px) {
  .team-profile {
    width: 70%;
  }
}
@media only screen and (max-width: 991px), only screen and (max-width: 767px) {
  .team-profile {
    width: 100%;
  }
}
@media only screen and (max-width: 1199px) {
  .team-profile .profile-img {
    max-width: 42%;
  }
}
@media only screen and (max-width: 991px), only screen and (max-width: 767px) {
  .team-profile .profile-img {
    text-align: left;
    max-width: 100%;
    width: 100%;
    margin-bottom: 30px;
  }
}
.team-profile .profile-img img {
  width: 285px;
  height: 285px;
  border-radius: 5px;
  image-rendering: crisp-edges;
}
.team-profile .profile-content {
  flex: 1;
  padding-left: 55px;
  padding-right: 60px;
  padding-top: 15px;
}
@media only screen and (max-width: 1399px) {
  .team-profile .profile-content {
    padding-right: 35px;
  }
}
@media only screen and (max-width: 1199px) {
  .team-profile .profile-content {
    padding-left: 35px;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 991px), only screen and (max-width: 767px) {
  .team-profile .profile-content {
    padding-left: 0px;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .team-profile .profile-content {
    padding-left: 0px;
    padding-right: 0;
  }
}
.team-profile .profile-content .name {
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  color: #021E40;
}
@media only screen and (max-width: 767px) {
  .team-profile .profile-content .name {
    font-size: 28px;
  }
}
.team-profile .profile-content .designation {
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  color: #021E40;
  display: inline-block;
  margin-top: 15px;
}
.team-profile .profile-content p {
  font-size: 16px;
  line-height: 30px;
  color: #696868;
  margin-top: 15px;
}

.team-profile-info {
  width: 30%;
  border-left: 1px solid #ddd;
  padding-left: 50px;
  padding-top: 60px;
}
@media only screen and (max-width: 1399px) {
  .team-profile-info {
    padding-left: 35px;
  }
}
@media only screen and (max-width: 1199px) {
  .team-profile-info {
    width: 30%;
    padding-left: 35px;
  }
}
@media only screen and (max-width: 991px), only screen and (max-width: 767px) {
  .team-profile-info {
    width: 100%;
    border-left: 0;
    padding-left: 0;
    padding-top: 30px;
  }
}
.team-profile-info ul .team-info {
  font-size: 16px;
  line-height: 21px;
  color: #696868;
  margin-bottom: 20px;
}
.team-profile-info ul .team-info span {
  font-weight: 700;
  color: #021E40;
  padding-right: 10px;
}
@media only screen and (max-width: 1399px), only screen and (max-width: 1199px) {
  .team-profile-info ul .team-info span {
    padding-right: 8px;
  }
}
.team-profile-info .profile-social-wrap {
  margin-top: 30px;
}
.team-profile-info .profile-social-wrap ul li {
  display: inline-block;
  margin-right: 10px;
}
.team-profile-info .profile-social-wrap ul li a {
  font-size: 18px;
  transition: all 0.3s linear;
}
.team-profile-info .profile-social-wrap ul li a.profile-twitter {
  color: #1DA1F2;
}
.team-profile-info .profile-social-wrap ul li a.profile-facebook {
  color: #4867AA;
}
.team-profile-info .profile-social-wrap ul li a.profile-instagram {
  color: #B23A94;
}
.team-profile-info .profile-social-wrap ul li a:hover {
  opacity: 0.9;
}

.team-profile-description {
  padding-top: 115px;
}
@media only screen and (max-width: 991px) {
  .team-profile-description {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .team-profile-description {
    padding-top: 40px;
  }
}
.team-profile-description .title {
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  color: #021E40;
  margin-bottom: 35px;
}
@media only screen and (max-width: 767px) {
  .team-profile-description .title {
    font-size: 28px;
    margin-bottom: 25px;
  }
}
.team-profile-description p {
  font-size: 16px;
  line-height: 30px;
  color: #696868;
}

.skill-section {
  padding-top: 15px;
}

.team-details-skill-section {
  padding-bottom: 120px;
}

.skill-descrption {
  margin-top: 40px;
}
.skill-descrption .title {
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  color: #021E40;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .skill-descrption .title {
    font-size: 28px;
  }
}
.skill-descrption p {
  font-size: 16px;
  line-height: 30px;
  color: #696868;
}
.skill-descrption p.text {
  padding-bottom: 20px;
}

/*--
/*  27 - Pricing CSS
/*----------------------------------------*/
.single-pricing {
  border: 1px solid #07294D;
  padding: 50px 60px;
  text-align: center;
  border-radius: 10px;
  margin-top: 30px;
}
@media only screen and (max-width: 1199px), only screen and (max-width: 575px) {
  .single-pricing {
    padding: 30px 30px;
  }
}
.single-pricing .pricig-header .title {
  font-size: 32px;
  font-weight: 700;
  color: #07294d;
  margin-bottom: 15px;
}
.single-pricing .pricig-header p {
  font-size: 18px;
  font-weight: 600;
  color: #0071DC;
  line-height: 1.2;
}
.single-pricing .pricig-header p span {
  font-size: 40px;
  color: #0071DC;
}
.single-pricing .pricig-body .pricig-list {
  padding-top: 22px;
}
.single-pricing .pricig-body .pricig-list li {
  font-size: 16px;
  color: #696868;
  margin-top: 7px;
}
.single-pricing .pricig-body .btn {
  height: 45px;
  line-height: 45px;
  background: #0071DC;
  color: #ffffff;
  margin-top: 30px;
}
.single-pricing .pricig-body .btn:hover {
  background: #021E40;
}

/*--
/*  28 - 404 CSS
/*----------------------------------------*/
/* 404 page */
.error-image svg {
  width: 380px;
  height: 281px;
}
@media only screen and (max-width: 575px) {
  .error-image svg {
    width: 320px;
  }
}

.error-content .error-title {
  font-size: 36px;
  font-weight: 700;
  color: #021E40;
}

.error-content {
  margin-top: 60px;
}
.error-content p {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 30px;
  color: #021E40;
}
@media only screen and (max-width: 575px) {
  .error-content p {
    font-size: 16px;
    padding: 0 0;
    margin-top: 10px;
  }
}
.error-content .btn {
  height: 45px;
  line-height: 45px;
  background: #0071DC;
  color: #ffffff;
}
.error-content .btn:hover {
  background: #021E40;
}

/*--
/*  28 - Contact CSS
/*----------------------------------------*/
.contact-info-wrap .title {
  font-size: 32px;
  color: #021E40;
}
.contact-info-wrap .text {
  color: #696868;
  margin-top: 30px;
  padding-bottom: 10px;
}
.contact-info-wrap .single-contact-info {
  display: flex;
  margin-top: 15px;
}
.contact-info-wrap .single-contact-info .info-icon i {
  color: #0071DC;
}
.contact-info-wrap .single-contact-info .info-content {
  margin-left: 10px;
}
.contact-info-wrap .single-contact-info .info-content p {
  color: #021E40;
}

.contact-location {
  margin-top: 30px;
}
.contact-location .title {
  font-size: 32px;
  color: #021E40;
}
.contact-location .contact-map {
  margin-top: 40px;
}
.contact-location .contact-map iframe {
  height: 240px;
  width: 100%;
}
.contact-form-wrap .nice-select.form-select {
    width: 100%;
    height: 52px;
    background: #f6f7f9;
}

.form-control:focus {
    box-shadow: none;
}





@media only screen and (max-width: 991px) {
  .contact-form {
    margin-left: 0;
    margin-top: 30px;
  }
}
.contact-form .contact-title {
  font-size: 32px;
  line-height: 44px;
  color: #021E40;
}
.contact-form .contact-form-wrap {
  background: #ffffff;
  box-shadow: 0px 0px 75px 0px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  padding: 50px;
  padding-top: 30px;
}
.contact-form .contact-form-wrap .single-form {
  margin-top: 20px;
}
.contact-form .contact-form-wrap .single-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]) {
  border: 1px solid transparent;
  background: #f6f7f9;
  font-weight: 400;
  border-radius: 3px;
}
.contact-form .contact-form-wrap .single-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file])::-webkit-input-placeholder {
  opacity: 0.95;
  font-size: 13px;
  color: #9d9d9d;
  font-weight: 400;
}
.contact-form .contact-form-wrap .single-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):-moz-placeholder {
  opacity: 0.95;
  font-size: 13px;
  color: #9d9d9d;
  font-weight: 400;
}
.contact-form .contact-form-wrap .single-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file])::-moz-placeholder {
  opacity: 0.95;
  font-size: 13px;
  color: #9d9d9d;
  font-weight: 400;
}
.contact-form .contact-form-wrap .single-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):-ms-input-placeholder {
  opacity: 0.95;
  font-size: 13px;
  color: #9d9d9d;
  font-weight: 400;
}
.contact-form .contact-form-wrap .single-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):focus {
  outline: none;
  border-color: #0071DC;
}
.contact-form .contact-form-wrap .single-form textarea {
  height: 135px;
  padding-top: 15px;
  border: 1px solid transparent;
  font-size: 13px;
  color: #415674;
  background: #f6f7f9;
  font-weight: 400;
  padding: 10px 25px;
  border-radius: 3px;
  resize: none;
}
.contact-form .contact-form-wrap .single-form textarea::-webkit-input-placeholder {
  opacity: 0.95;
  font-size: 13px;
  color: #9d9d9d;
  font-weight: 400;
}
.contact-form .contact-form-wrap .single-form textarea:-moz-placeholder {
  opacity: 0.95;
  font-size: 13px;
  color: #9d9d9d;
  font-weight: 400;
}
.contact-form .contact-form-wrap .single-form textarea::-moz-placeholder {
  opacity: 0.95;
  font-size: 13px;
  color: #9d9d9d;
  font-weight: 400;
}
.contact-form .contact-form-wrap .single-form textarea:-ms-input-placeholder {
  opacity: 0.95;
  font-size: 13px;
  color: #9d9d9d;
  font-weight: 400;
}
.contact-form .contact-form-wrap .single-form textarea:focus {
  outline: none;
  border-color: #0071DC;
}
.contact-form .contact-form-wrap .form-btn .btn {
  width: 100%;
  height: 45px;
  line-height: 36px;
  font-weight: 700;
  margin-top: 30px;
  font-size: 15px;
  padding: 0 30px;
  background:#0c3b7f;
  color: #ffffff;
}
.contact-form .contact-form-wrap .form-btn .btn:hover {
  background: #990e1c;
}

/*--
/*  24 - Login Register CSS
/*----------------------------------------*/
.login-register-section .login-register-wrap {
  margin-top: -50px;
}
.login-register-section .login-register-wrap .section-title .title {
  font-size: 36px;
  font-weight: 700;
  color: #333333;
  line-height: 1.2;
  margin-top: -8px;
}
.login-register-section .login-register-wrap .login-register-box {
  border: 1px solid #ebebeb;
  padding: 40px;
  border-radius: 10px;
  margin-top: 50px;
}
.login-register-section .login-register-wrap .login-register-box .login-register-form .single-form {
  margin-top: 20px;
}
.login-register-section .login-register-wrap .login-register-box .login-register-form .single-form .form-control {
  border: 1px solid transparent;
  background: #f6f7f9;
  border-radius: 0;
}
.login-register-section .login-register-wrap .login-register-box .login-register-form .single-form .form-control::-webkit-input-placeholder {
  opacity: 0.95;
  font-size: 14px;
  color: #787884;
  font-weight: 400;
}
.login-register-section .login-register-wrap .login-register-box .login-register-form .single-form .form-control:-moz-placeholder {
  opacity: 0.95;
  font-size: 14px;
  color: #787884;
  font-weight: 400;
}
.login-register-section .login-register-wrap .login-register-box .login-register-form .single-form .form-control::-moz-placeholder {
  opacity: 0.95;
  font-size: 14px;
  color: #787884;
  font-weight: 400;
}
.login-register-section .login-register-wrap .login-register-box .login-register-form .single-form .form-control:-ms-input-placeholder {
  opacity: 0.95;
  font-size: 14px;
  color: #787884;
  font-weight: 400;
}
.login-register-section .login-register-wrap .login-register-box .login-register-form .single-form .form-control:focus {
  outline: none;
  border-color: #a42826;
}
.login-register-section .login-register-wrap .login-register-box .login-register-form .single-form textarea.form-control {
  height: 135px;
  font-size: 13px;
  color: #415674;
  font-weight: 600;
  padding: 10px 25px;
  padding-top: 15px;
  resize: none;
}
.login-register-section .login-register-wrap .login-register-box .login-register-form .single-form textarea.form-control:focus {
  outline: none;
  box-shadow: none;
}
.login-register-section .login-register-wrap .login-register-box .login-register-form .single-form .form-check-input {
  margin-right: 8px;
  margin-top: 5px;
}
.login-register-section .login-register-wrap .login-register-box .login-register-form .single-form .form-check-input:focus {
  box-shadow: none;
}
.login-register-section .login-register-wrap .login-register-box .login-register-form .single-form .form-check-label {
  display: inline;
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 0;
  text-transform: none;
}
.login-register-section .login-register-wrap .login-register-box .login-register-form .single-form a:hover {
  color: #0071DC;
}
.login-register-section .login-register-wrap .login-register-box .login-register-form .form-btn {
  margin-top: 30px;
}
.login-register-section .login-register-wrap .login-register-box .login-register-form .form-btn .btn {
  height: 50px;
  line-height: 45px;
  width: 100%;
  background: #0071DC;
  color: #ffffff;
}
.login-register-section .login-register-wrap .login-register-box .login-register-form .form-btn .btn:hover {
  background: #021E40;
}

/*----------------------------------------*/
/*  05. Widget CSS
/*----------------------------------------*/
/*--
/*  5.1 - Sidebar Widget CSS
/*----------------------------------------*/
.sidebar-wrap {
  border-left: 1px solid #eeeeee;
  height: 100%;
}
@media only screen and (max-width: 991px), only screen and (max-width: 767px) {
  .sidebar-wrap {
    border-left: none;
    height: auto;
    padding-top: 0;
  }
}

.widget {
  margin-bottom: 40px;
  color: #8a8a8a;
}
.widget:last-child {
  margin-bottom: 0;
}
.widget .widget-title {
  border-bottom: 1px solid #eeeeee;
  padding-left: 20px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 991px), only screen and (max-width: 767px) {
  .widget .widget-title {
    padding-left: 0;
  }
}

/*--
/*  24.1 - Footer Widget CSS
/*----------------------------------------*/
.footer-widget-wrap {
  padding-top: 70px;
  padding-bottom: 75px;
}
@media only screen and (max-width: 991px) {
  .footer-widget-wrap {
    padding-top: 50px;
  }
}

.footer-widget {
  margin-top: 30px;
}
.footer-widget.footer-widget-2, .footer-widget.footer-widget-3 {
  padding-left: 40px;
}
@media only screen and (max-width: 991px) {
  .footer-widget.footer-widget-2, .footer-widget.footer-widget-3 {
    padding-left: 0px;
  }
}

.widget-info {
  padding-top: 20px;
}
.widget-info ul li {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
.widget-info ul li + li {
  margin-top: 6px;
}
.widget-info ul li .info-text {
  display: flex;
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
  color: #ffffff;
}
.widget-info ul li .info-text .label-name {
  font-weight: 500;
}
.widget-info ul li .info-text span {
  flex: 1;
  margin-left: 5px;
}

.footer-widget-about {
  margin-top: 30px;
}
.footer-widget-about p {
  font-size: 15px;
  line-height: 26px;
  color: #ffffff;
  margin-top: 23px;
}

.footer-social .social {
  margin-top: 20px;
}
.footer-social .social li {
  display: inline-block;
}
.footer-social .social li + li {
  margin-left: 10px;
}
.footer-social .social li a {
  font-size: 16px;
  color: #a42826;
}
.footer-social .social li a:hover {
  color: #ffffff;
}

.footer-widget .text {
  font-size: 15px;
  line-height: 26px;
  color: #fff;
  margin-top: 30px;
}
.footer-widget .footer-widget-title {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  color: #fff;
}

.widget-link {
  padding-top: 15px;
}
.widget-link .link li {
  margin-bottom: 15px;
  padding-left: 20px;
}
.widget-link .link li a {
  font-size: 15px;
  color: #fff;
  position:relative;
  transition: all 0.3s linear;
  font-weight: 500;
}

.widget-link .link li a i {
    color: #fff;
    font-size: 22px;
    position: absolute;
    content: '';
    left: -27px;
    top: 3px;
}

.widget-link .link li a:hover {
  color: #a42826;
}

.footer-section-02 .footer-widget-about p {
  color: #29303B;
}
.footer-section-02 .footer-widget .text {
  color: #29303B;
}
.footer-section-02 .footer-widget .footer-widget-title {
  color: #29303B;
}
.footer-section-02 .footer-social .social li a {
  color: #FF773D;
}
.footer-section-02 .footer-social .social li a:hover {
  color: #29303B;
}
.footer-section-02 .widget-info ul li .info-text {
  color: #29303B;
}
.footer-section-02 .widget-info ul li .info-text span a:hover {
  color: #ff773d;
}
.footer-section-02 .widget-link {
  padding-top: 25px;
}
.footer-section-02 .widget-link .link li a {
  color: #29303B;
}
.footer-section-02 .widget-link .link li a:hover {
  color: #ff773d;
}

.footer-section-03 .footer-social .social li a {
  color: #2babe4;
}
.footer-section-03 .footer-social .social li a:hover {
  color: #29303B;
}
.footer-section-03 .widget-info ul li .info-text {
  color: #29303B;
}
.footer-section-03 .widget-info ul li .info-text span a:hover {
  color: #2babe4;
}
.footer-section-03 .widget-link {
  padding-top: 25px;
}
.footer-section-03 .widget-link .link li a {
  color: #29303B;
}
.footer-section-03 .widget-link .link li a:hover {
  color: #2babe4;
}

.footer-section-04 .footer-social .social li a {
  color: #0071DC;
}
.footer-section-04 .footer-social .social li a:hover {
  color: #ffffff;
}
.footer-section-04 .widget-info ul li .info-text {
  color: #ffffff;
}
.footer-section-04 .widget-info ul li .info-text span a:hover {
  color: #0071DC;
}
.footer-section-04 .widget-link {
  padding-top: 25px;
}
.footer-section-04 .widget-link .link li a {
  color: #ffffff;
}
.footer-section-04 .widget-link .link li a:hover {
  color: #0071DC;
}

.footer-section-05 .footer-social .social li a {
  color: #3BBC9B;
}
.footer-section-05 .footer-social .social li a:hover {
  color: #ffffff;
}
.footer-section-05 .widget-info ul li .info-text {
  color: #ffffff;
}
.footer-section-05 .widget-info ul li .info-text span a:hover {
  color: #3BBC9B;
}
.footer-section-05 .widget-link {
  padding-top: 25px;
}
.footer-section-05 .widget-link .link li a {
  color: #ffffff;
}
.footer-section-05 .widget-link .link li a:hover {
  color: #3BBC9B;
}

.footer-section-06 .footer-widget .footer-widget-title {
  color: #ffffff;
}
.footer-section-06 .footer-widget-about .widget-info {
  display: flex;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.1019607843);
  margin-top: 30px;
}
.footer-section-06 .footer-widget-about .widget-info .icon svg {
  width: 25px;
  fill: #EC5251;
}
.footer-section-06 .footer-widget-about .widget-info .cont {
  flex: 1;
  margin-left: 15px;
}
.footer-section-06 .footer-widget-about .widget-info .cont .title {
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
}
.footer-section-06 .footer-widget-about .widget-info .cont .number {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  margin-top: 5px;
}
.footer-section-06 .footer-widget-about p {
  color: #ffffff;
}
.footer-section-06 .footer-social {
  text-align: right;
}
@media only screen and (max-width: 991px) {
  .footer-section-06 .footer-social {
    text-align: center;
  }
}
.footer-section-06 .footer-social .social li + li {
  margin-left: 15px;
}
.footer-section-06 .footer-social .social li a {
  color: #EC5251;
}
.footer-section-06 .footer-social .social li a:hover {
  color: #ffffff;
}
.footer-section-06 .widget-info ul li .info-text {
  color: #ffffff;
}
.footer-section-06 .widget-info ul li .info-text span a:hover {
  color: #EC5251;
}
.footer-section-06 .widget-link {
  padding-top: 25px;
}
.footer-section-06 .widget-link .link li a {
  color: #ffffff;
}
.footer-section-06 .widget-link .link li a:hover {
  color: #EC5251;
}
.footer-section-06 .footer-widget .widget-app {
  padding-top: 18px;
}
.footer-section-06 .footer-widget .widget-app a img {
  border-radius: 5px;
  margin-top: 20px;
}

.footer-section-07 .footer-social .social li a {
  color: #3BBC9B;
}
.footer-section-07 .footer-social .social li a:hover {
  color: #29303B;
}
.footer-section-07 .widget-info ul li .info-text {
  color: #29303B;
}
.footer-section-07 .widget-info ul li .info-text span a:hover {
  color: #3BBC9B;
}
.footer-section-07 .widget-link {
  padding-top: 25px;
}
.footer-section-07 .widget-link .link li a {
  color: #29303B;
}
.footer-section-07 .widget-link .link li a:hover {
  color: #3BBC9B;
}

/*--
/*  24. Footer CSS
/*----------------------------------------*/
.footer-top-section {
  background-image: linear-gradient(rgb(0 63 116 / 70%), rgb(0 63 116 / 70%)), url(../images/bgabt.webp);
      background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}

.footer-section-02 {
  background-color: #EEEBE7;
}
.footer-section-02 .footer-top-section {
  background: none;
}
.footer-section-02 .footer-copyright-area {
  background: none;
  padding-top: 0;
  padding-bottom: 0;
}
.footer-section-02 .footer-copyright-area .footer-copyright-wrap {
  border-top: 1px solid #E1E1E1;
  padding-top: 20px;
  padding-bottom: 30px;
}
.footer-section-02 .copyright-text p {
  color: #29303B;
}

.footer-section-03 {
  background-color: #EFF6F9;
}
.footer-section-03 .footer-top-section {
  background: none;
}
.footer-section-03 .footer-copyright-area .footer-copyright-wrap {
  border-top: 1px solid #D7D7D7;
}
.footer-section-03 .copyright-text p {
  color: #29303B;
}

.footer-section-04 .footer-top-section {
  background: #000710;
}
.footer-section-04 .footer-copyright-area {
  background: #000103;
}
.footer-section-04 .footer-copyright-links a:hover {
  color: #0071DC;
}

.footer-section-05 .footer-top-section {
  background: #000710;
}
.footer-section-05 .footer-copyright-area {
  background: #000103;
}
.footer-section-05 .footer-copyright-links a:hover {
  color: #3BBC9B;
}

.footer-section-06 {
  background-color: #111A24;
}
.footer-section-06 .footer-top-section {
  background: none;
}
.footer-section-06 .footer-copyright-area .footer-copyright-wrap {
  border-top: 1px solid rgba(255, 255, 255, 0.1019607843);
}
.footer-section-06 .copyright-text p {
  color: #ffffff;
}

.footer-section-07 {
  background-color: #ECF7F4;
}
.footer-section-07 .footer-top-section {
  background: none;
}
.footer-section-07 .footer-copyright-area .footer-copyright-wrap {
  border-top: 1px solid #D7D7D7;
}
.footer-section-07 .copyright-text p {
  color: #29303B;
}

.footer-logo {
  max-width:80px;
}

.footer-copyright-area {
    background: #750102;
    padding-top: 14px;
    padding-bottom: 18px;
}

.copyright-text {
  margin-top: 10px;
}
@media only screen and (max-width: 991px) {
  .copyright-text {
    text-align: center;
  }
}
.copyright-text p {
  font-size: 15px;
  line-height: 26px;
  color: #ffffff;
}

.footer-copyright-links {
  text-align: right;
  margin-top: 10px;
}
@media only screen and (max-width: 991px) {
  .footer-copyright-links {
    text-align: center;
  }
}
.footer-copyright-links a {
  font-size: 15px;
  line-height: 26px;
  color: #ffffff;
  margin-left: 10px;
  padding-left: 12px;
  position: relative;
}
.footer-copyright-links a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #ffffff;
  width: 1px;
  height: 13px;
}
.footer-copyright-links a:first-child {
  margin-left: 0;
  padding-left: 0;
}
.footer-copyright-links a:first-child::before {
  display: none;
}
.footer-copyright-links a:hover {
  color: #a42826;
}

.progress-wrap {
  position: fixed;
  right: 50px;
  bottom: 50px;
  height: 45px;
  width: 45px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(0, 93, 224, 0.2);
  opacity: 0;
  visibility: hidden;
  transform: translateX(130%);
  z-index: 99;
  transition: all 200ms linear;
}
.progress-wrap::after {
  position: absolute;
  content: "\f108";
  font-family: flaticon !important;
  text-align: center;
  line-height: 45px;
  font-size: 18px;
  color: #a42826;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  transform: rotate(90deg);
  cursor: pointer;
  display: block;
  z-index: 1;
}
.progress-wrap svg path {
  fill: none;
}
.progress-wrap svg.progress-circle path {
  stroke: #a42826;
  stroke-width: 4;
  box-sizing: border-box;
}
.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}


/* Own css */

/* Header section */
  .header-wrap{
    padding-block: 5px !important;
  }
  .header-logo a{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    
  }
  .header-logo a img{
    width: 100px;
    margin-right: 7px;
  }
 
  .header-logo a h4{
    font-size: 12px;
  }
  .header-logo a p{
    font-size: 14px;
    line-height: normal;
    margin-bottom: 2px;
    font-weight: 500;
  }
/* Header section */


/* About section */
.about_right_box{
  display: flex;
  justify-content: center;
  align-items: center;
}

.about_right_box img{
  border-radius: .5rem;
}

/* Event section */
/* .event_section{
  display: flex;
  justify-content: center;
  align-content: center;
} */

.top_event_box{
  padding-top: 0;
}

/* Programs Section */
.programs_section img{
  border-radius: .5rem;
}
/* milestones_section */
.milestones_section img{
  width: 700px;
  margin-top: 15px;
  object-fit: contain;
  border-radius: .5rem !important;
}

#mile_img_box{
  width: 550px !important;
}
.swiper-wrapper {
    transition-timing-function: linear !important;
}



/* MOU section */
.brand_logo img{
  width: 150px;
  object-fit: contain;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-wrapper{
  display: flex;
  justify-content: center;
  align-content: center;
}

/* Slide ko flex banao */
.swiper-wrapper {
    align-items: center;
}


/* MOU section */

/* Our Founder section */


.our_founder_btn{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* Our Founder section */

/* Our Leader section */

.our_founder_img img {
  height: 650px;
    object-fit: cover;
}

.our_leader_img img {
  height: 650px;
    object-fit: cover;
    width: 100%;
}
.our_leader_btn{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Our Founder section */

/* KMM highlight section */
.gallery-section {
  text-align: center;
  padding: 40px 20px;
  margin-bottom: 30px;
}

.slider {
  overflow: hidden;
  width: 100%;
}

.slides {
  display: flex;
  gap: 20px;
  animation: autoSlide 10s linear infinite;
}

.slide-img {
  width: 350px;
  height: 250px;
  object-fit: cover;
  cursor: pointer;
  transition: 0.4s;
}

.slide-img:hover {
  transform: scale(1.05);
}

/* Auto slider animation */
@keyframes autoSlide {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* Popup */
.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.8);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 999;
}

.popup img {
  max-width: 90%;
  max-height: 90%;
}

/* Button */
.see-more-btn {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 25px;
  background: #000;
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
}

.see-more-btn:hover {
  background: #fff;
  color: #000;
  border: 1px solid #000;
}
.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.85);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 999;
}

.popup img {
  max-width: 90%;
  max-height: 90%;
  border: 10px solid #fff;
}

/* Close Icon */
.close-btn {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
  transition: 0.3s;
}

.close-btn:hover {
  color: #ccc;
}

.gallery img {
    filter: none !important;
}



/* KMM highlight section */

/* Footer  */
.footer-widget-about{
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: 0 !important;
    position: relative;
    left: 20%;
}
.footer-widget-about img{
  width: 80px !important;
  object-fit: contain;
  margin-right: 2px !important;
  position: relative;
  top: -.5rem;
}
.header-text h4{
  color: #fff;
  font-size: 15px;
}
.footer-widget-about .header-text p{
  margin-top: 0;
  font-size: 9px;
}
.footer-widget-about .footer-contact a{
  text-decoration: none !important;
  font-size: 14px;
  color: #333;
}
.footer-widget-about .footer-contact a i{
  margin-right: 3px;
}
.footer-widget {
  margin-top: 0;
}
.footer-widget iframe{
  border-radius: .5rem;
      width: 100%;
}
/* Footer  */

  .our_founder .section-title .sub-title::before {
        content: "";
        position: absolute;
        width: 35px;
        height: 2px;
        background-color: #a42826;
        bottom: 0;
        left: 0;
        margin: 0 auto;
        right: 0;
}

span.newtag {
    position: absolute;
    top: -5px;
    right: 0px;
}

.single-event .title {
    position: relative;
}

/* Top slider */
.hero-slider{
    width:100%;
    margin-top: 242px;
    height:580px;
    overflow:hidden;
    position:relative;
}

.hero-slides{
    display:flex;
    height:100%;
    transition:transform 0.8s ease;
}

.hero-slide{
    min-width:100%;
    background-size:cover;
    background-position:center;
    position:relative;
}

/* Overlay */
.hero-slide::before{
    content:"";
    position:absolute;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.4);
    top:0;
    left:0;
}

/* Text */
.hero-content{
    position:absolute;
    bottom:60px;
    left:60px;
    color:#fff;
}

.hero-content h1{
    
}

.hero-content p{
    font-size:18px;
}

/* Prev Next Buttons */
.hero-btn{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    background:rgba(0,0,0,0.5);
    color:#fff;
    border:none;
    font-size:30px;
    padding:10px 18px;
    cursor:pointer;
    z-index:10;
}

.hero-btn.prev{
    left:75px;
}

.hero-btn.next{
    right:75px;
}

.hero-btn:hover{
    background:#ff6b00;
}
.hero-slide #hero_txt h2{
  font-size: 2.5rem;
  color: #fff !important;
}
.hero-slide #hero_txt p{
  color: #fff !important;
  font-size: 1.5rem;
}
/* Top slider */
/* Own css */

.top-head-pharmacynew {
    display: flex;
    justify-content: end;
    align-items: center;
    padding-left: 0;
    margin: 0;
    list-style: none;
    flex-wrap: wrap
}
ul { list-style:none; margin-bottom:0 !important; }
.top-head-pharmacynew li {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 10px;
    font-size: 14px;
    font-weight: 500;
    color: #000
}

.top-head-pharmacynew li a {
    color: white;
    font-size: 12px;
    display: flex;
    align-items: center
}

.snac-clgname h2 {
    line-height: 38px;
    font-weight: bold;
    font-size: 38px;
    color: #0C3B7F;
    padding-bottom: 12px;
}

.header-logo h3 {
    font-size: 16px;
    color: #0C3B7F;
    margin-bottom:3px;
    font-family: Lato;
}

.navbar-brand img {
  width: 98px;
  position: relative;
  z-index: 24;
}
.snac-clgname p {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  color: #0C3B7F;;
}
.smalltxtlogo {
    line-height: normal;
    font-weight: 400 !important;
}

.flogo-text h4 {
    color: #fff;
    font-size: 24px;
}

.flogo-text p {
    color: #fff;
    font-weight: 700;
    font-size: 15px;
}

.gallery-section img.slide-img:hover {
  transform: scale(0.95);
}


.slider-dots {
  display:flex;
  justify-content:center;
  gap:8px;
  margin-top: -20px;
  position: relative;
}

.slider-dots span {
  width:10px;
  height:10px;
  background:#07294d;
  border-radius:50%;
  cursor:pointer;
}

.slider-dots span.active {
   background:#990E1C;
}





.right-fixed-panel {
  right: 10px;
  z-index: 9999;
  transform: translateY(-50%);
  position: fixed;
  top: 50%;
  transition: right 0.3s ease;
}

.right-fixed-panel.active {
  right: -140px;
}

.right-fixed-panel a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  flex-direction: column;
  text-decoration: none;
  font-size: 12px;
  font-weight: 500;
  border-bottom: 1px solid #ffffff50;
  text-align: center;
  padding: 5px;
}

.right-fixed-panel a i {
  font-size: 20px;
}

.social-item {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 6px 18px rgba(10, 10, 10, 0.12);
  text-decoration: none;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease;
  color: #222; /* icon color (overwritten by platform classes below) */
  overflow: visible;
}

.social-item i {
  display: block;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.social-item:hover,
.social-item:focus {
  transform: translateX(6px);
  box-shadow: 0 10px 22px rgba(10, 10, 10, 0.16);
  outline: none;
}

/* label that appears on hover */
.social-item .label {
  position: absolute;
  right: 0px;
  white-space: nowrap;
  font-size: 13px;
  font-weight: 600;
  padding: 6px 10px;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 6px 16px rgba(10, 10, 10, 0.12);
  transform: translateX(-6px);
  opacity: 0;
  transition:
    opacity 160ms ease,
    transform 160ms ease;
  pointer-events: none;
  color: #111;
}

.social-item:hover .label,
.social-item:focus .label {
  opacity: 1;
  transform: translateX(-60px);
}

/* small accessible focus ring */
.social-item:focus {
  box-shadow:
    0 0 0 3px rgba(21, 156, 228, 0.15),
    0 10px 20px rgba(0, 0, 0, 0.08);
}

/* platform colors (icons use currentColor) */
.facebook {
  color: #1877f2;
}

.youtube {
  color: #ff0000;
}

.linkedin {
  color: #0a66c2;
}

.instagram {
  color: #e1306c;
}

.marq_section {
    display: flex;
    align-items: center;
}



span.newtag img {
    max-width: 50px;
}



.custom-tabs .nav-link {
    color: #fff;
    font-weight: 600;
    line-height: normal;
    font-size: 22px;
    font-family: 'Canela';
    padding: 12px 25px 15px;
    border: 1px solid #ddd;
  }

.custom-tabs .nav-link.active {
  background: #ffffff;
  border-color: #ffffff;
}
.nav-tabs .nav-link.active {
    color: #0c3b7f;
  }
.custom-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 18px;
  font-size: 20px;
  letter-spacing: 1px;
}
.custom-tabs h4 { font-size:30px; }
.custom-list li::before {
  content: "\ece5";
  position: absolute;
  left: 0px;
  font-family: 'boxicons';
  color: rgb(255, 255, 255);
  font-weight: bold;
}

.custom-tabs {
    gap: 15px;
    justify-content: flex-start;
    border: 0;
}

.mb-2rem { margin-bottom:2rem !important; }


.cousrses_section .sub-title::before {
    content: "";
    position: absolute;
    width: 35px;
    height: 2px;
    background-color: #a42826;
    bottom: 0;
    left: 0;
    margin: 0 auto;
    right: 0;
}


.brandSwiper {
  width: 100%;
  padding: 20px 0;
}

.brandSwiper .swiper-wrapper {
  transition-timing-function: linear !important;
}


.brandSlider img {
  max-height: 120px;
  width: auto;
  transition: all 0.3s ease;
}

.brandSlider img:hover {
  transform: scale(1.05);
}
.brandSlider {
    padding: 20px 0;
}

.brandSlider .slick-slide {
    padding: 15px 0;
}

.slides:hover {
    animation-play-state: paused;
}

.marq_content marquee a:hover {
    color: #f9eee1;
}
.desktophidden { display:none !important; }

.gallery-section img.slide-img {
    width: 450px;
    height: 210px;
    border-radius: 8px;
}

.galleryRightBottomSlider .slick-slide, .galleryRightTopSlider .slick-slide, .galleryLeftSlider .slick-slide, .galleryProgramSlider .slick-slide {
    margin: 0 10px;   /* space between slides */
}

.galleryRightTopSlider .slick-list, .galleryLeftSlider .slick-list, .galleryRightBottomSlider .slick-list,  .galleryProgramSlider .slick-list   {
    margin: 0 -10px;  /* fixes outer spacing */
}


.galleryLeftSlider img.slide-img { height:445px !important; }

/* HEADER CENTER WRAPPER */
.header-center-controls {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 3px;
}

/* FONT BUTTONS */
.font-size-controls {
    display: flex;
    gap: 3px;
}

.font-btn {
    background: #0b2c5f;
    color: #fff;
    border: 1px solid #0b2c5f;
    padding: 2px 5px;
    width: 30px;
    height: 25px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
    border-radius: 5px;
    line-height: normal;
}

.font-btn:hover {
    background: #fff;
    color: #0b2c5f;
}

.search-btn {
    background: #0b2c5f;
    color: #fff;
    padding: 10px 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.3s;
    border: 0;
    margin-bottom: 7px;
}

.search-btn:hover {
    background: #163d7a;
}

.search-icon {
    font-size: 16px;
}

.hdrdropdown {    
    border: 1px solid #0c3b7f;
    height: 25px;
    line-height: normal;
    font-size: 12px;
    padding: 0px 5px 0;
 }


.search-overlay {
    position: fixed;
    top: -120px;
    left: 0;
    width: 100%;
    height: 120px;
    background: #0b2c5f;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: top 0.4s ease-in-out;
    z-index: 9999;
}

.search-overlay.active {
    top: 0;
}

.search-box {
    width: 60%;
    position: relative;
}

.search-box input {
    width: 100%;
    padding: 14px 50px 14px 20px;
    font-size: 18px;
    border: none;
    outline: none;
    border-radius: 4px;
}

.close-search {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    font-size: 20px;
    cursor: pointer;
    color: #000;
}

.mobsidefixed { display:none; }



.about-cont {
    text-align: justify;
}

.academics-section .academics-left .ac-category ul li {
    margin-bottom: 20px;
}

.academics-section .academics-left .ac-category ul li a {
    padding: 20px;
    display: block;
    background-color: #fff;
    color: #002147;
    border: 1px solid;
    font-size: 18px;
    font-weight: 700;
    transition: 0.5s;
}
.icon {
    display: inline-block;
    font-weight: bold;
    font-size: 20px;
    width: 20px;
    text-align: center;
    margin-right: 6px;
}

.academics-section .academics-left .ac-category ul li .active {
    background-color:#002147 ;
    color: #fff;
}


.acad_content1 {
    display: none;
    padding: 30px;
    border: 1px solid #ddd;
    border-radius: 4px;
    text-align: justify;
}

.acad_content2 {
    display: none;
    padding: 30px;
    border: 1px solid #ddd;
    border-radius: 4px;
    text-align: justify;
}
.acad_content3 {
    display: none;
    padding: 30px;
    border: 1px solid #ddd;
    border-radius: 4px;
    text-align: justify;
}
.acad_content {
    display: none;
    padding: 30px;
    border: 1px solid #ddd;
    border-radius: 4px;
    text-align: justify;
}

.active_content {
    display: block;
}

.acad_content .para1{
  text-align: center;
    font-size: 23px;
    font-weight: bold;
    font-style: italic;
}
.acad_content .normal_txt{
      font-size: 18px;
    font-style: italic;
    font-weight: bold;
}
.motto_text{
  font-size: 16px;
  line-height: 1.6;
  color: #000;
  margin-bottom: 20px;
}

.shlok_text{
  text-align: center;
  color: #b23a2a;        /* saffron / brick red */
  font-size: 11px;
  font-style: italic;
  line-height: 1.9;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.shlok_text p{
  margin: 4px 0;
  font-family: "Noto Serif Devanagari", "Mangal", serif;
}

.acad_content h3 {
    color: #A42826;
}

.no-select {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


.special_content h3{ margin-bottom:15px; text-align:center;  }

.special_content .para1 {
    margin-bottom: 15px;text-align:center;
}

.special_content .normal_txt {
    display: block;
    margin-bottom: 15px;text-align:center;
}

.special_content .shlok_text h3 {
    line-height: 32px;text-align:center;
}
.acad_content ul {
    list-style: disc;
    padding-left: 30px;
}

ul.core_values {
    list-style: none;
    padding-left:0px;
}


.foundrslider { height:700px; }

.foundertxts .txtwrp {
    box-shadow: 0px 0px 191px 0px rgba(0, 0, 0, 0.06);
    padding: 30px;
    border-radius: 25px;
    position: relative;
    margin-top: -70px;
    background: #fff;
}

.foundertxts .txtwrp p {
    margin-bottom: 15px;
    text-align: justify;
}

.imgsticky {
    position: sticky;
    top: 150px;
}
.messagetxt {
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0px 0px 191px 0px rgba(0, 0, 0, 0.06);
}
.engtext { display:none; }







.history-section{
  padding: 60px 0;
  background: #f4f4f4;
  text-align: center;
}

/* Year Tabs */
.year-slider{
  margin-bottom:15px;
}

.year-item {
  background: #e5e5e5;
  padding: 12px 35px;
  margin: 0 10px;
  cursor: pointer;
  font-weight: 600;
  border-radius: 4px;
  transition: 0.3s;
}

.year-slider .slick-current .year-item{
  background: #2f66c8;
  color: #fff;
  position: relative;
}

.year-slider .slick-list {
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.year-item.slick-slide.slick-current.slick-active { position:relative; }

.year-item.slick-slide.slick-current.slick-active::after {
    content: "";
    position: absolute;
    bottom: -15px;   /* move below box */
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #0C3B7F; /* same as box color */
}

.year-slider .slick-prev, .year-slider .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 40%;
}

/* Content */
.content-item {
  padding: 30px;
}

.year-item.slick-current {
    background: #a42826;
    color: #fff;
}

.history-section .contenttxt {
    text-align: left;
}

.history-section  h3 {
    text-align: left !important;
    margin-bottom: 15px;
}

.history-section .contenttxt h6 {
    font-size: 18px;
    margin-bottom: 12px;
}

.history-section .contenttxt p {
    margin-bottom: 12px;
}

.history-section .contenttxt ul {
    list-style: disc;
    margin-bottom: 15px !important;
    padding-left: 30px;
}
.text-justify {
    text-align: justify;
}

.ldrcard {
    box-shadow: 0px 0px 191px 0px rgba(0, 0, 0, 0.16);
}

.ldrtxts {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    align-items: center;
}

.ldrtxts h5 {
    color: #000;
}
.ldrimg img {
    height: 315px;
    width: 100%;
    object-fit: cover;
    object-position: top;
    border-radius: 10px;
}
.about-cont ul {
    list-style: disc;
    padding-left: 25px;
    margin-bottom: 20px !important;
}

.awardSwiper img {
    border-radius: 10px;
    height: 250px;
    object-fit: contain;
}
.awardSwiper .swiper-slide {
    background: #a42826;
    padding: 10px;
    color: #fff;
    text-align: center;
    border-radius: 10px;
}

.awardSwiper .swprtext {
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.awardSwiper .swiper-wrapper{
    transition-timing-function: linear !important;
}

.awardSwiper .swiper-slide{
    width:auto !important;
}

.programSlider .slick-slide{
    margin: 0 10px;
}

.programSlider .slick-list{
    margin: 0 -10px;
}

.sslides img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}

.sub-menu .has-dropdown a::after {
    right: 10px !important;
    transform: rotate(270deg);
}
.header-top-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-top-info img {
    max-width: 42px;
}

.text-swiper {
    height: 450px;
    overflow: hidden;
}

.text-swiper li.swiper-slide { height:auto !important; }

.custom-list a:hover {
    color: #07294d;
}

.arrw_rt i {
    transform: rotate(315deg);
    font-size: 18px;
    position: relative;
    top: -1px;
}
.milestoneSlider .slick-slide{
    transform:scale(.93);
    transition:all .4s ease;
}

.milestoneSlider .slick-center{
    transform:scale(1.01);
}

ul.dropdown-menu.show {
    min-width: 75px !important;
}


.header-logo {
    padding: 30px 0 20px;
}


.header-top-info {
    position: absolute;
    right: 10px;
    top: 8px;
    justify-content: flex-start;
    gap: 4px;
}

.aboutbgimg {
    background-image: linear-gradient(rgb(0 63 116 / 70%), rgb(0 63 116 / 70%)), url(../images/bgabt.webp);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    background-attachment: fixed;
}

.bgmaroon {
    background: #990E1C;
}
.brandimg.slick-slide {
    background: #fff;
    margin: 0 15px;
    text-align: center;
    border-radius: 50%;
    width: 210px !important;
    height: 210px;
    display: flex;
    align-items: center;
}

.brandimg.slick-slide img {
    margin: 0 auto;
    max-width: 180px;
}

.award-card {
background:#990E1C;
padding:15px;
text-align:center;
cursor:pointer;
border-radius:6px;
transition:0.3s;
}
.font-btn:hover, .hdrdropdown:hover {
    background: #990e1c;
    color: #fff;
    border-color:#990e1c
}

.award-card img{
width:100%;
margin-bottom:10px;
max-height: 340px;
object-fit: contain;
}

.awardsSlider .swiper-wrapper{ justify-content:left !important; }

/* side slides */
.awardsSlider .swiper-slide{
opacity:0.4;
transform:scale(.85);
transition:all .4s ease;
}

/* center slide */
.awardsSlider .swiper-slide-active{
opacity:1;
transform:scale(1);
}

/* next & prev */
.awardsSlider .swiper-slide-next,
.awardsSlider .swiper-slide-prev{
opacity:.7;
transform:scale(.9);
}

#awardModal .btn-close {
    position: absolute;
    right: 8px;
    top: 12px;
}

.swiper-button-next, .swiper-button-prev { 
    background: rgb(12 59 127 / 90%);
    width: 40px; 
    height: 40px;
    border-radius: 5px;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 16px;
    opacity: 1 !important;
    color: #fff;
}

button.slick-arrow {
    background: rgba(0,0,0,0.5);
    height: 30px;
    width: 30px;
    border-radius: 7px;
    z-index: 9;
}

.slick-prev:before, .slick-next:before {
    opacity: 1;
}

[dir='rtl'] .slick-next {
    left: 0;
}

[dir='rtl'] .slick-prev {
    right: 0;
}

.slick-prev { left: 0; }
.slick-next { right:0;}

.prgrmimg img { height:100%; object-fit:cover; }

.awardsSlider{
  width:100%;
  overflow:hidden;
}

.numbr_cardwrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.3);
    padding: 25px;
    text-align: center;
    border-radius: 15px;
}

.numbrcard h3 {font-size: 50px;color: #990E1C;}

.numbrcard {
    position: relative;
    top: -15px;
}

.numbrcard h4 {
    margin-top: 5px;
    font-size: 25px;
}

.imgsticky.mh600 img {
   max-height: 500px;
   object-fit: cover;
   object-position: top;
}

.prgrm_row .accordion-button::after{
   background-image: none !important;
   content:"+";
   background:none;
   font-size:22px;
   transform:none;
   height: auto;
}
.prgrm_row .accordion-button:not(.collapsed)::after{
   content:"−";
}

.prgrm_row .accordion {
    display: flex;
    justify-content: space-between;
}

.prgrm_row .accordion-item {
    width: 49%;
    border: 0;
}

.fullwidthitems .accordion {
    display: flex;
    flex-direction: column;
}

.fullwidthitems .accordion-item { width: 100%; margin-bottom:10px; }

.prgrm_row button.accordion-button {
    background: #990e1c !important;
    color: #fff !important;
    border: 1px solid #990e1c;
}

.prgrm_row button.accordion-button:focus {
    box-shadow: none;
}

.prgrm_row .accordion-body {
    border: 1px solid #990e1c;
}


.pos-sticky .sidehod {
    position: sticky;
    top: 200px;
}

.pos-sticky .sidehod img {
    max-height: 450px;
    width: 100%;
    object-fit: cover;
}

.hodtxt {
    text-align: center;
}

.hodtxt h6 {
    color: #000;
}

.programtabs {
    margin-bottom: 20px !important;
}

.programtabs.nav-tabs .nav-link.active {
    background: #e5cece;
    color: #990E1C;
    border-bottom: 2px solid #990E1C;
}

.programtabs.nav-tabs .nav-link {
    color: #000;
    font-weight: 600;
    font-size: 17px;
    border-bottom: 2px solid transparent;
}

.progmoverview ul {
    padding: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.progmoverview ul li {
    width: 48%;
    list-style: none;
    margin-bottom: 20px;
}

.ovrvw_list h4 {
    font-size: 16px;
    color: #000;
    font-family: 'Lato';
}

.ovrvw_list p {
    font-weight: 500;
}

.textlink { text-decoration:underline; color:blue; }


.subjtdtl_wrp ul {
    list-style: disc;
    padding-left: 20px;
}

.subjtdtl_wrp h3 {
    margin-bottom: 10px;
}

.filterwrap .nice-select.form-select {
    float: none;
    height: auto;
}

.filterwrap  .nice-select:after {
    display: none;
}


.facltimg img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    border-radius: 8px;
}

.facltycard {
    background: maroon;
    color: #fff;
    border-radius: 10px;
}

.fcltytxt {
    padding: 15px;
}

.fcltytxt h5 {
    color: #fff;
}

.notflisting .title {
    font-family: 'Lato';
    color: #000;
    font-weight: 500;
    margin-bottom: 5px;
    padding-left: 15px;
}

.notflisting .single-event {
    margin-bottom: 10px;
    background: #f9f3f3;
    padding: 10px;
}

.gllrycard { margin-bottom:15px; }


.text-swiper .swiper-wrapper{
    transition-timing-function: linear !important;
}

.our_founder_img {
    height: 100%;
}

.our_leader_img {
    height: 100%;
}



.our_leadr_btn, .our_founder_btn {
    margin-bottom: 30px;
}
.custom-list li:last-child {
    margin: 0;
}






.news-wrapper{
height:350px;
overflow:hidden;
position:relative;
}

.news-list{
display:flex;
flex-direction:column;
}

.news-item{
border:1px solid #d6e0ea;
position: relative;
cursor: pointer;
padding:14px 18px;
margin-bottom:12px;
border-radius:6px;
font-size:15px;
transition:0.3s;
}


.news-item:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0,61,124,.15);
}


.go-top {
  position: fixed;
  cursor: pointer;
  bottom: 20px;
  right: 20px;
  background-color: #0c3b7f;
  color:#fff;
  z-index: 4;
  width: 43px;
  text-align: center;
  height: 45px;
  opacity: 0;
  visibility: hidden;
  font-size: 27px;
  transition: 0.5s;
  -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}

.go-top i {
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.go-top.active {
  opacity: 1;
  visibility: visible;
  bottom: 20px;
}

.go-top:hover {
  background-color: #980e1c;
}

.midbanner.page-banner-section {
    padding-top: 0;
    min-height: 250px !important;
}


.carrertext ul {
    list-style: disc;
    padding-left: 20px;
    margin-bottom: 20px !important;
}

.fs-20 {
    font-size: 20px;
}

.single-form.form-check input {
    position: relative;
    top: -3px;
}

.highlighttxt a {color: #990e1c;}


.facility-card {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    border-radius: 8px;
}

.facitytxt {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 6%;
    z-index: 99;
    color: #fff;
}

.facility-card:after {
    content: '';
    position: absolute;
    left: 0;
    border-radius: 8px;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
}

.facitytxt ul {
    list-style: disc;
    padding-left: 20px;
}

.facitytxt ul li {
    line-height: normal;
    margin-bottom: 7px;
}

.facitytxt h5 {
    color: #fff;
    font-size: 22px;
    margin-bottom: 10px;
}

.facility-card img {
    height: 350px;
    object-fit: cover;
    transition: all 0.5s;
    border-radius: 8px;
}

.facility-card:hover img {
    transform: scale(1.1);
}

.facility-content .contenttxt ul {
    list-style: disc;
    padding-left: 25px;
    margin-bottom: 20px !important;
}

.facility-content .contenttxt h3 {
    margin-bottom: 15px;
}

.facility-content {
    padding: 30px 10px;
}

.facility-content h3 {
    color: #0C3B7F;
    text-align: left;
}

.facilityimages {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}


.acad_content h3.title {
    text-align: left;
    font-size: 24px;
    margin-top: 0;
}


.sslides > a {
     display: block; 
     width: 100%; 
}


.marq_content marquee {
    font-size: 16px;
    font-weight: 500;
    color: #F7A905;
    line-height: 40px;
    height: 40px;
}

.marq_content marquee a {
    padding: 0 16px;
    border-right: 1px solid #fff;
}

.marq_content marquee a:last-child {
    border: 0;
}




.marq_content {
    overflow: hidden;
    white-space: nowrap;
    background: #b30000;
    padding: 10px 0;
}

.marquee-track {

    display: inline-block;
    white-space: nowrap;
    animation: scroll-left 25s linear infinite;
}

.marquee-track a {
    font-size: 16px;
    font-weight: 500;
    color: #F7A905;
    padding: 0 16px;
    border-right: 1px solid #fff;
    text-decoration: none;
}

.marquee-track img {
    max-width: 50px;
    vertical-align: middle;
}

.marquee-track a:last-child {
    border: 0;
}

/* animation */
@keyframes scroll-left {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

/* pause on hover */
.marq_content:hover .marquee-track {
    animation-play-state: paused;
}


@media(max-width:1480px) and (min-width: 1024px){

   .custom-tabs .nav-link { font-size:18px; padding:12px 12px 15px; }

   .custom-list li { font-size:17px; } 


}


/* Mobile view */
@media(max-width:425px){

  .brandSlider .slick-list.draggable {
      height: 200px;
  }
  .sidebar__contact-text a {
      font-size: 16px;
  }
  .sidebar__logo{
     width: 350px;
     border: 0;
     margin-bottom: 18px;
  }
  .sidebar__area.sidebar-opened {
      right: 0px;
      width: 100%;
  }
  .sidebar__logo a{
    display: flex;
    justify-content: start;
    align-items: center;
  }
  .sidebar__logo img{
    width: 20%;
  }
  .sidebar__logo h1{
    font-size: 15px;
  }
  .sidebar__logo h3{
    font-size: 10px;
    color: #F22B32;
  }
  .sidebar__logo h4{
    font-size: 7px;
  }
  .sidebar__logo p{
    font-size: 10px;
  }


  .header-logo a h1{
    font-size: 17px;
  }
  .header-logo a h3{
    font-size: 10px;
  }
  .header-logo a h4{
    font-size: 10px;
  }

  .header-right{
   position: absolute;
   right: 5px;
  }
  .edubin-testimonial-section-02 .testimonial-wrap{
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 20px;
  }
  .milestones_section img{
    width: 500px !important;
  }

  #programs_section .edubin-tab-content .content{
    padding-bottom: 0 !important;

  }

  .edubin-testimonial-section-02 .testimonial-wrap{
    padding-bottom: 40px;
  }
  .our_founder{
    padding-bottom: 0;
  }
  .edubin-brand-section{
    display: none;
  }


}
/* Mobile view */


/* Responsive */
@media (max-width: 768px) {
  .slide-img {
    width: 180px;
    height: 130px;
  }
}


@media(max-width:425px){

  .about-cont{
    margin-bottom: 2rem;
  }
  .our_founder_btn{
    margin-bottom: 2rem;
  }
}



/* mobile */

@media(max-width:768px){

  .prev, .next{
    display:none;
  }

}

/* desktop */

@media(min-width:769px){

 .slider-dots {
   display:none;
 }

}



















@media only screen and (max-width: 1399px) {
.header-logo a img {
    width: 90px;
    margin-right: 2px;
}
.snac-clgname h2 { font-size:23px; line-height:28px;  }
.header-logo a p { font-size: 7px;}
.header-logo h3 { font-size: 13px;}
.main-menu ul li {
    margin-right: 14px;
  }

}











@media(min-width:1200px)  {

.container-fluid {
    width: 90%;
    margin: 0 auto;
}

}

@media(min-width:768px)  {

.brandSlider .slick-track {
    display: flex;
    justify-content: center;
    gap: 50px;
}

}


@media(max-width:767px)  {

    .header-meta { padding-left:0;margin-left:0; }
    .edubin-about-section .about-event ul li .single-event {
      padding: 15px 0
    }
    .edubin-about-section .about-event ul li .single-event .title {
      font-size: 16px;
    }
    span.newtag {
         right: 5px;
        top: 2px;
    }
    span.newtag img {
        max-width: 35px;
    }
    .galleryLeftSlider {
        margin-bottom: 20px;
    }
      .footer-widget-about {
        justify-content: flex-start;
    }

    .footer-widget-box.about-us {
        text-align: left;
    }

    .footer-widget-wrap {
      padding: 20px 0
    }

    .footer-widget-about { top:0; left:0; }
    .footer-widget iframe {
        width: 100%;
        margin: 10px 0;
    }

    .hero-content {
        left: 24px;
    }
    .hero-slide #hero_txt h2 {
        font-size: 24px;
    }
    .hero-slide #hero_txt p {
        font-size: 16px;
        margin-top: 10px;
    }

    .snac-clgname h2 {
        font-size: 17px;
        padding-bottom: 4px;
        line-height: 22px;
    }

    .header-logo a img {
        width:60px;
    }

    .header-logo h3 {
        font-size: 11px;
    }

    .snac-clgname p {
        font-size: 8px;
    }

    .header-logo a img {
        margin-right: 2px;
    }
    .navbar-area .navbar .navbar-toggler {
        top: 22px!important;
        right: -3px!important;
    }
    .flogo-text h4 {
        font-size: 17px !important;
    }

    .flogo-text p {
        font-size: 11px;
    }
    .hero-slider {
        margin-top: 70px;
    }
    .header-wrap {
        justify-content: flex-start !important;
        flex-direction: row;
    }

    .header-logo {
        padding-left: 5px;
    }

    .desktophidden { display:block!important; }
    .marquee-label {
        padding: 7px 10px;
        font-size: 12px;
    }

    .marq_content marquee a {
        font-size: 12px;
    }
    .edubin-about-section {
        padding-top: 30px;
    }
      .edubin-about-section .about-event {
        padding: 15px 15px;
        margin-top: 15px;
      }
      .custom-tabs .nav-link {
         padding: 10px 5px;
         font-size: 12px;
         line-height: 20px;
      }
      .custom-list li {
        font-size:12px;
        margin-bottom: 8px;
      }
      .arrw_rt i {
          font-size: 12px;
      }
      .cousrses_section .tab-pane img {
          margin-bottom:18px;
      }
     .right-fixed-panel {
        right: 5px;
      }
      .milestones_section img {
          margin-bottom:20px;
          height:170px;
          margin-top:0;
      }
      .our_leader_text {
          margin-bottom:25px;
      }

    .our_leader .title.mb-4,.our_founder .title.mb-4 {
        margin-bottom: 0 !important;
    }

    .gallery-section {
        padding: 10px 20px 40px;
    }

    .footer-widget { margin-bottom:15px; }

    .widget-link .link li {
        margin-top: 4px;
    }


    .custom-tabs {
        flex-wrap:nowrap;
    }
    .mobsidefixed {display:block;position: fixed; z-index: 99; right: 10px;bottom: 10%;}

    .mob_call a {
        font-size: 20px;
        border: 1px solid;
        width: 45px;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 45px;
        border-radius: 50%;
        background: #a42826;
        color: #fff;
        margin-bottom: 5px;
    }

    .mob-search button {
        font-size: 20px;
        border: 1px solid;
        width: 45px;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 45px;
        border-radius: 50%;
        background: #0C3B7F;
        color: #fff;
    }

    .search-overlay.active {
        top:0px;
        height: 100px;
    }
    .header-top-section {
        /*display: none;*/
    }
    .single-event { padding:10px !important; }

    .our_founder .row, .our_leader .row {
        margin: 0;
    }
    .our_founder .container {
        padding: 0;
    }

    .container.our_leader_text {
        padding: 0;
    }
    .our_founder .pe-0 {
        padding-left: 0px !important;
    }
    .our_leader  .ps-0 {
        padding-right: 0px !important;
    }
    .brandSlider .slick-slide {
       display: flex;
       justify-content: center;

    }
    .moborder-2 { order:2; }
    .our_leader {
        margin-top: 20px;
    }

    .header-top-info.ps-5 {
        position: absolute;
        right: 0;
        justify-content: flex-end;
        top: 45px;
    }

    .header-wrap {
        padding: 35px 0 15px !important;
    }

    .header-logo {
        padding-top: 12px;
        padding-bottom: 0px;
    }

    .brandimg.slick-slide {
        width: 180px !important;
        height: 180px !important;
    }

    .brandimg.slick-slide img {
        max-width: 160px;
    }
    .aboutbgimg {
        background-size: cover;
    }

    .prgrmimg {
        margin-bottom: 20px;
        height: auto !important;
    }

    .custom-tabs {
        gap: 5px;
    }
    img#modalImg {
        margin-bottom: 10px;
        width: 100%;
    }
    #awardModal .btn-close {
        right: 5px;
        top: 5px;
    }
    .footer-top-section {
        background-size: cover;
    }
    .side-menu-icon {
        position: relative;
        top: 10px;
    }
    .font-size-controls {
       margin-bottom: 6px;
    }
    .hdrdropdown {
        height: 29px;
        font-size: 12px;
    }

   .header-top-info .font-size-controls {
      display: none;
    }

    .award-card h5 {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .award-card p {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.tab-content.p-4 {
    padding: 10px !important;
}
.social-item {
    width: 24px;
    height: 24px;
    font-size: 10px !important;
    border-radius: 5px;
    margin-bottom: 8px !important;
}

.right-fixed-panel a i {
    font-size: 14px;
    height: auto;
    width: auto;
}

button.search-btn {
    width: 24px;
    height: 24px;
    padding: 5px;
    border-radius: 5px;
}

span.search-icon {
    font-size: 14px;
}
.sidebar__logo { margin-bottom:0; padding:0  } 


.container-fluid {
    width: 95%;
    margin: 0 auto;
}

.tab-content .col-md-10 {
    padding: 0;
}
.swiper-button-prev {
    left: 0;
}
.swiper-button-next {right: 0;}



.go-top {
    width: 25px;
    height: 28px;
    right: 5px;
    font-size: 15px;
}

.contact-wrap.py-5 {
    padding-top: 0 !important;
}

.contact-form {
    margin-top: 0;
}

.contact-form .contact-form-wrap {
    padding: 15px;
}

.contact-info-wrap {
    padding-top: 30px;
}

.highlighttxt {
    font-size: 16px;
    margin-bottom: 25px;
}

.facility-card img {
    height: auto;
}

.facility-card {
    margin-bottom: 25px;
}

.facitytxt h5 {
    font-size: 18px;
}

.facitytxt ul li {
    margin-bottom: 5px;
    font-size: 14px;
}

.facility-content {
    padding: 20px 0;
}

.ac-category li a {
    font-size: 15px !important;
    padding: 10px !important;
}

.ac-category li {
    margin-bottom: 10px !important;
}

.facility-content .pera-dec {
    padding: 15px;
}

.facility-content .contenttxt h3 {
    margin-bottom: 10px !important;
    font-size: 18px;
}

.acad_content {
    padding: 15px;
}


.mobpb { padding-bottom:15px !important; }
.gllrycard img {
    height: 105px;
}

.gallerywrap .col-sm-4 {
    width: 50%;
}

}








































































