/*-----------------------------------------------------------------------------------

    Theme Name: Fabrex - University and College HTML Template
    Description: University and College HTML Template
    Author: Chitrakoot Web

-----------------------------------------------------------------------------------*/
/* ----------------------------------

    01. Common styles
    02. Navigation
    03. Main banner
    04. Page title
    05. Testmonial
    06. Team members
    07. Owl carousel
    08. Accordion style
    09. Tabs
    10. Pages
    11. Other
    12. Blog
    13. Footer

---------------------------------- */
/* ===================================
    Common styles
====================================== */
/* loader */
#preloader {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 999999;
  transition: 0.3s ease opacity;
  text-align: center;
  width: 100%;
  height: 100%;
}
#preloader:before {
  content: "";
  width: 80px;
  height: 80px;
  border: 3px solid #1d1d3c;
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  animation-name: LoaderCicle;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
#preloader:after {
  content: "";
  width: 80px;
  height: 80px;
  border: 3px solid #1d1d3c;
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  animation-name: LoaderCicle;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-delay: 1s;
}

@keyframes LoaderCicle {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
  }
  10% {
    width: 10px;
    height: 10px;
    opacity: 1;
  }
  80% {
    width: 60px;
    height: 60px;
    opacity: 0.1;
  }
  100% {
    width: 70px;
    height: 70px;
    opacity: 0;
  }
}
/* theme color and basic options */
body {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 1.7;
}

a:hover, a:active {
  color: #1d1d3c;
  text-decoration: none;
}

.bg-secondary {
  background-color: #ba2318 !important;
}

.bg-primary-light {
  background-color: #f5fafe !important;
}

.bg-primary {
  background-color: #1d1d3c !important;
}

.primary-overlay[data-overlay-dark]:before, .primary-overlay[data-overlay-light]:before {
  background: #ba2318;
}

.text-secondary {
  color: #ba2318 !important;
}

.text-primary {
  color: #1d1d3c !important;
}

.cursor-pointer {
  cursor: pointer;
}

@media screen and (max-width: 991px) {
  .md-width-200px {
    width: 200px;
  }
}
/* scroll to top */
.scroll-to-top {
  font-size: 20px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  border-radius: 50%;
  background: #000;
  border: 1px solid #2a2a2a;
  width: 35px;
  height: 35px;
  line-height: 30px;
  z-index: 9999;
  outline: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.scroll-to-top i {
  color: #fff;
}
.scroll-to-top:hover {
  color: #232323;
  background: #fff;
}
.scroll-to-top:hover i {
  color: #232323;
}
.scroll-to-top:visited {
  color: #232323;
  text-decoration: none;
}

/* Button style */
.butn {
  display: inline-block;
  font-size: 14px;
  padding: 11px 22px;
  background: #fff;
  border: 2px solid #ba2318;
  border-radius: 25px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 1px !important;
  color: #ba2318;
  letter-spacing: 0.5px;
  line-height: 1.5;
  cursor: pointer;
  width: auto;
  font-weight: 600;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.butn:hover, .butn:active {
  background: #ba2318;
  color: #fff;
  border-color: #ba2318;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 3px 8px !important;
}
.butn:hover span, .butn:active span {
  color: #fff;
}
.butn:focus {
  background: #ba2318;
  color: #fff;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 3px 8px !important;
  border-color: #ba2318;
}
.butn:focus span {
  color: #fff;
}
.butn span {
  color: #ba2318;
}
.butn i {
  vertical-align: middle;
}
.butn.primary {
  background: #1d1d3c;
  border: 2px solid #1d1d3c;
  color: #fff;
  width: auto;
}
.butn.primary:hover, .butn.primary:active {
  background: transparent;
  color: #1d1d3c;
  border-color: #1d1d3c;
}
.butn.primary span {
  color: #fff;
}
.butn.primary:hover span, .butn.primary:active span {
  color: #1d1d3c;
}
.butn.primary:focus {
  background: transparent;
  color: #1d1d3c;
  border-color: #1d1d3c;
}
.butn.primary:focus span {
  color: #fff;
}
.butn.primary:focus i {
  color: #1d1d3c;
}
.butn.primary i {
  color: #fff;
}
.butn.primary:hover i {
  color: #1d1d3c;
}
.butn.fill {
  background: #ba2318;
  border: 2px solid #ba2318;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 1px !important;
  color: #fff;
}
.butn.fill:hover, .butn.fill:active {
  background: #fff;
  color: #ba2318;
  border-color: #ba2318;
}
.butn.fill:hover span, .butn.fill:active span {
  color: #ba2318;
}
.butn.fill:focus {
  background: #fff;
  color: #ba2318;
  border-color: #ba2318;
}
.butn.fill:focus span {
  color: #ba2318;
}
.butn.fill span {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .butn {
    padding: 9px 18px;
  }
  body {
    font-size: 14px;
    line-height: 26px;
  }
}
/* primary listing */
.list-style li {
  line-height: 24px;
  margin-bottom: 10px;
  position: relative;
  padding-left: 30px;
  transition: all 0.3s ease 0s;
}
.list-style li:last-child {
  margin-bottom: 0;
}
.list-style li:before {
  content: "";
  position: absolute;
  left: 4px;
  top: 8px;
  width: 8px;
  height: 8px;
  background: #ba2318;
  border-radius: 100px;
  z-index: 2;
}
.list-style li:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 4px;
  width: 16px;
  height: 16px;
  background: rgba(78, 84, 200, 0.35);
  border-radius: 100px;
  z-index: 1;
}
.list-style li:hover {
  padding-left: 40px;
}

/* list style 2 */
.list-style2 {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list-style2 li {
  line-height: 24px;
  margin-bottom: 10px;
  position: relative;
  padding-left: 30px;
  transition: all 0.3s ease 0s;
}
.list-style2 li:after {
  content: "\f14a";
  font-family: Font Awesome\ 5 Free;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  color: #232323;
}
.list-style2 li:last-child {
  margin-bottom: 0;
}

/* list style 3 */
.list-style3 {
  margin-bottom: 0;
}
.list-style3 li {
  text-align: center;
  margin-right: 5px;
  display: inline-block;
}
.list-style3 li:last-child {
  margin-right: 0;
}
.list-style3 li a {
  border: 1px solid #6f6f6f;
  color: #6f6f6f;
  border-radius: 35px;
  height: 35px;
  width: 35px;
  line-height: 35px;
  display: inline-block;
}
.list-style3 li a:hover {
  background: #232323;
  color: #fff;
}

/* ===================================
    Navigation
====================================== */
.navbar-nav > li > a {
  letter-spacing: 1px;
}
.navbar-nav li.current > a {
  color: #1d1d3c;
}

.navbar > ul > li.current > a:after {
  border-color: transparent #1d1d3c #1d1d3c transparent;
}

.attr-nav .search {
  margin-top: -5px;
}

.navbar > ul > li.has-sub > a:after {
  top: 30px;
}
.navbar > ul > li.current > a:after {
  border-color: transparent #1d1d3c #1d1d3c transparent;
}
.navbar ul ul li.active > a {
  color: #1d1d3c;
}

@media screen and (min-width: 992px) {
  .menu_area-light .navbar-nav li a {
    color: #6f6f6f;
  }
  .menu_area-light .navbar-nav li > ul {
    background: #fff;
  }
  .menu_area-light .navbar-nav > li > a {
    color: #fff;
  }
  .menu_area-light .navbar ul ul li.active > a {
    color: #1d1d3c;
  }
  .menu_area-light .navbar-nav li.has-sub a:hover {
    color: #232323;
  }
  .menu_area-light .navbar-nav li.current > a, .menu_area-light .navbar-nav li.active > a {
    color: #1d1d3c;
  }
  .menu_area-light .navbar .sub-title {
    color: #232323;
  }
  .menu_area-light .navbar-nav > li.has-sub > a:hover {
    color: #fff;
  }
  .menu_area-light .navbar > ul > li.has-sub > a:hover:after, .menu_area-light .navbar > ul > li.has-sub > a:after {
    border-color: transparent #fff #fff transparent;
  }
  .menu_area-light .navbar > ul > li.current > a:after {
    border-color: transparent #1d1d3c #1d1d3c transparent;
  }
  .menu_area-light.scrollHeader .navbar-nav > li > a {
    color: #232323;
  }
  .menu_area-light.scrollHeader .navbar-nav > li.has-sub > a:hover {
    color: #1d1d3c;
  }
  .menu_area-light.scrollHeader .navbar > ul > li.has-sub > a:after {
    border-color: transparent #232323 #232323 transparent;
  }
  .menu_area-light.scrollHeader .navbar-nav > li.has-sub > a:hover:after {
    border-color: transparent #1d1d3c #1d1d3c transparent;
  }
  .menu_area-light.scrollHeader .navbar-nav li.current > a {
    color: #1d1d3c;
  }
  .menu_area-light.scrollHeader .navbar-nav li.current > a:hover {
    color: #1d1d3c;
  }
  .menu_area-light.scrollHeader .navbar > ul > li.current > a:after {
    border-color: transparent #1d1d3c #1d1d3c transparent;
  }
  .menu_area-light.scrollHeader .navbar-nav li.active > a {
    color: #1d1d3c;
  }
  .menu_area-light.scrollHeader .navbar-nav li.active > a:hover {
    color: #1d1d3c;
  }
}
@media screen and (max-width: 1199px) {
  .navbar-header-custom {
    padding: 12px 0 10px 0;
  }
}
@media screen and (max-width: 991px) {
  .attr-nav {
    margin-right: 63px;
  }
  .navbar-header-custom {
    padding: 4px 0 8px;
  }
  .navbar-nav > li > a {
    font-size: 13px;
  }
  .navbar-nav li.active > a {
    color: #1d1d3c;
  }
  .header-style1 .navbar-toggler, .navbar-toggler {
    background: #efefef;
  }
  .navbar ul ul li.active > a {
    color: #1d1d3c;
  }
  .navbar-toggler:after {
    border-top: 2px solid #1d1d3c;
    border-bottom: 2px solid #1d1d3c;
  }
  .navbar-toggler:before {
    background: #1d1d3c;
  }
  .navbar-toggler.menu-opened:after, .navbar-toggler.menu-opened:before {
    background: #1d1d3c;
  }
  .header-style1 .navbar-toggler {
    background: #1d1d3c;
  }
  .header-style1 .navbar-toggler:after {
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
  }
  .header-style1 .navbar-toggler:before {
    background: #fff;
  }
  .header-style1 .navbar-toggler.menu-opened:after {
    background: #fff;
    border-bottom: none;
  }
  .header-style1 .navbar-toggler.menu-opened:before {
    background: #fff;
  }
}
/* ===================================
    Main banner
====================================== */
.slider-fade .owl-item {
  height: 100vh;
  position: relative;
}
.slider-fade .item {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center center;
}
.slider-fade .item .caption {
  width: 100%;
  padding: 0 15px;
  z-index: 9;
}
.slider-fade .owl-carousel.owl-theme .owl-dots {
  position: absolute;
  bottom: 5vh;
  width: 100%;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
}
.slider-fade .owl-theme .owl-nav {
  margin-top: 0;
}
.slider-fade .owl-nav i, .slider-fade .owl-nav span {
  font-family: Font Awesome\ 5 Free;
  font-weight: 600;
  color: #fff;
  font-size: 36px;
  padding-top: 4px;
}
.slider-fade .owl-theme .owl-nav .owl-prev {
  position: absolute;
  right: inherit;
  top: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  border: none;
  background: none;
  border-radius: 50px;
  left: 5vh;
  text-align: center;
  margin: auto;
  opacity: 0.3;
}
.slider-fade .owl-theme .owl-nav .owl-next {
  position: absolute;
  width: 50px;
  height: 50px;
  border: none;
  background: none;
  border-radius: 50px;
  top: 0;
  bottom: 0;
  left: inherit;
  right: 5vh;
  text-align: center;
  margin: auto;
  opacity: 0.3;
}
.slider-fade .owl-theme .owl-nav .owl-next:hover {
  opacity: 1;
}
.slider-fade .owl-theme .owl-nav .owl-prev:hover {
  opacity: 1;
}
.slider-fade .owl-theme .owl-dots .owl-dot span {
  border: 2px solid #fff;
  background: none;
  width: 12px;
  height: 12px;
}
.slider-fade .owl-theme .owl-dots .owl-dot.active span {
  background: #ba2318;
}

@media screen and (max-width: 1199px) {
  .slider-fade .owl-carousel.owl-theme .owl-dots {
    bottom: 17vh;
  }
  .slider-fade .item {
    height: 86%;
  }
}
@media screen and (max-width: 991px) {
  .slider-fade .owl-theme .owl-nav .owl-next {
    right: 3vh;
  }
  .slider-fade .owl-theme .owl-nav .owl-prev {
    left: 3vh;
  }
}
@media screen and (max-width: 767px) {
  .slider-fade .owl-theme .owl-nav .owl-next {
    right: 1vh;
  }
  .slider-fade .owl-theme .owl-nav .owl-prev {
    left: 1vh;
  }
  .slider-fade .owl-nav i, .slider-fade .owl-nav span {
    font-size: 22px;
  }
}
/* ===================================
    Page title
====================================== */
/* page title*/
.page-title-section {
  padding: 225px 0 150px;
  text-align: center;
}
.page-title-section h1 {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1;
  color: #fff;
  margin-bottom: 0;
  text-transform: uppercase;
}
.page-title-section ul {
  margin-bottom: 0;
  margin-top: 15px;
  text-align: center;
}
.page-title-section ul li {
  display: inline-block;
}
.page-title-section ul li:last-child a {
  color: #1d1d3c;
  opacity: 0.65;
}
.page-title-section ul li:after {
  content: "\f105";
  font-weight: 700;
  vertical-align: middle;
  color: #fff;
  font-family: Font Awesome\ 5 Free;
  padding: 1px 5px 0 10px;
}
.page-title-section ul li:last-child:after {
  content: none;
}
.page-title-section ul li a {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
.page-title-section .active a, .page-title-section li.active:last-child a {
  color: #fff;
}

@media screen and (max-width: 1399px) {
  .page-title-section {
    padding: 200px 0 125px;
  }
}
@media screen and (max-width: 1199px) {
  .page-title-section {
    padding: 150px 0 85px;
  }
  .page-title-section h1 {
    font-size: 36px;
    line-height: 42px;
  }
}
@media screen and (max-width: 991px) {
  .page-title-section {
    padding: 125px 0 50px;
  }
  .page-title-section h1 {
    font-size: 30px;
    line-height: 40px;
  }
  .page-title-section ul {
    margin-top: 5px;
  }
  .page-title-section ul li a {
    font-size: 12px;
  }
}
/* section title*/
.section-title {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-bottom: 0;
}
.section-title.left-center:after {
  margin: 0;
}
.section-title:after {
  content: "";
  width: 45%;
  height: 3px;
  background: #ba2318;
  background: linear-gradient(to right, #ba2318 40%, white 100%);
  display: inline-block;
  border-radius: 5px;
  vertical-align: top;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -12px;
}

@media screen and (max-width: 991px) {
  .section-title.left-center:after {
    margin: 0 auto;
  }
  .section-title.left-center.sm-left:after {
    margin: 0;
  }
}
/* ===================================
    Testmonial
====================================== */
.testmonials-carousel .testmonial-text {
  padding: 45px 24px 75px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
}
.testmonials-carousel .testmonial-pic {
  margin-top: -40px;
}
.testmonials-carousel .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  right: 0;
  left: inherit;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 45px;
  background: none;
  border: 2px solid #fff;
}
.testmonials-carousel .owl-carousel .owl-nav button.owl-next:hover {
  background: #fff;
}
.testmonials-carousel .owl-carousel .owl-nav button.owl-next:hover i, .testmonials-carousel .owl-carousel .owl-nav button.owl-next:hover span {
  color: #232323;
}
.testmonials-carousel .owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  left: 0;
  right: inherit;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 45px;
  background: none;
  border: 2px solid #fff;
  cursor: pointer;
}
.testmonials-carousel .owl-carousel .owl-nav button.owl-prev:hover {
  background: #fff;
}
.testmonials-carousel .owl-carousel .owl-nav button.owl-prev:hover i, .testmonials-carousel .owl-carousel .owl-nav button.owl-prev:hover span {
  color: #232323;
}
.testmonials-carousel .owl-nav i, .testmonials-carousel .owl-nav span {
  color: #fff;
  cursor: pointer;
}

@media screen and (max-width: 991px) {
  .testmonials-carousel .testmonial-text {
    padding: 30px 18px 60px;
    max-width: 560px;
  }
}
@media screen and (max-width: 767px) {
  .testmonials-carousel .testmonial-text {
    padding: 25px 15px 60px;
  }
}
/* ===================================
    Team members
====================================== */
.team-style {
  position: relative;
}
.team-style .team-pic {
  position: relative;
}
.team-style .team-pic:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background-image: -ms-linear-gradient(90deg, rgba(186, 35, 24, 0.92157) 0%, rgba(255, 255, 255, 0.50196) 100%);
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: all ease-out 0.4s;
}
.team-style:hover .team-pic:after {
  opacity: 1;
  visibility: visible;
}
.team-style:hover .team-social-info {
  opacity: 1;
  visibility: visible;
  bottom: 88px;
}
.team-style .team-social-info {
  position: absolute;
  bottom: -52px;
  margin-bottom: 23px;
  opacity: 0;
  visibility: hidden;
  transition: all ease-out;
  transition: 0.3s;
  right: 0;
  left: 0;
  padding: 0 15px;
  text-align: center;
}
.team-style:hover .team-social-info {
  visibility: visible;
  bottom: -52px;
}
.team-style .team-social-info ul {
  margin: 0px;
  padding: 0px;
}
.team-style .team-social-info ul li {
  display: inline-block;
}
.team-style .team-social-info ul li a {
  font-size: 14px;
  color: #fff;
  margin-right: 13px;
  transition: all ease-out 0.3s;
}
.team-style .team-social-info ul li a:hover {
  color: #1d1d3c;
}
.team-style .team-info {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(186, 35, 24, 0.7);
  transition: all ease-out 0.6s;
  text-align: center;
}
.team-style:hover .team-info {
  background: transparent;
  bottom: 50px;
  border: 0;
}

.team-info .team-name {
  color: #fff;
  line-height: 1;
  margin: 0;
  margin-bottom: 10px;
}

.team-style:hover .team-info .team-name {
  color: #1d1d3c;
}

.team-info .team-position {
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
  color: #1d1d3c;
  letter-spacing: 1px;
  font-weight: 500;
}

.team-style:hover .team-info .team-position {
  color: #ffffff;
}

/* teachers details */
.progress-text {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 5px;
}

.custom-progress {
  height: 4px;
  border-radius: 50px;
  box-shadow: none;
  margin-bottom: 15px;
}

.custom-bar {
  height: 100%;
  background-color: #1d1d3c;
  box-shadow: none;
}

.custom-bar-dark {
  height: 100%;
  background-color: #232323;
  box-shadow: none;
}

.progress-medium {
  height: 8px;
  border-radius: 50px;
  box-shadow: none;
}

.progress-bold {
  height: 12px;
  border-radius: 50px;
  box-shadow: none;
}

.profile-info .social-icon i {
  color: #1d1d3c;
  border: 1px solid #1d1d3c;
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 50px;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.profile-info .social-icon i:hover {
  background: #1d1d3c;
  color: #fff;
}

.social-icon ul li {
  display: inline-block;
  margin-right: 10px;
}

.profile-info h6 {
  color: #1d1d3c;
}

/* ===================================
    Owl carousel
====================================== */
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background-color: #ba2318;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
  width: 40px;
  height: 40px;
  background: #fff;
  transition: all 0.4s ease 0s;
  box-shadow: 0 5px 28px 0 rgba(50, 50, 50, 0.1);
}

.owl-nav i, .owl-nav span {
  color: #232323;
  font-size: 18px;
  padding-top: 4px;
}

.owl-carousel .owl-item img {
  width: auto;
  display: inline-block;
}

.owl-theme .owl-nav {
  margin-top: 0;
}

.owl-carousel .caption .overflow-hidden {
  display: inline-block;
}
.owl-carousel .caption h3 {
  font-weight: 200;
  animation-delay: 0.5s;
  position: relative;
  display: inline-block;
}
.owl-carousel .caption h1 {
  margin: 0;
  font-size: 70px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  line-height: 1;
  animation-delay: 0.8s;
}
.owl-carousel .caption p {
  font-size: 18px;
  color: #eee;
  word-spacing: 2px;
  max-width: 800px;
  font-weight: 400;
  letter-spacing: 1px;
  width: 100%;
  animation-delay: 1.2s;
}
.owl-carousel .caption span {
  display: inline-block;
  padding: 0.2em 0;
  vertical-align: middle;
}
.owl-carousel .caption .butn {
  animation-delay: 1.4s;
}
.owl-carousel .caption .butn i {
  position: relative;
  z-index: 9;
}

@media screen and (max-width: 1399px) {
  .owl-carousel .caption h1 {
    font-size: 64px;
  }
}
@media screen and (max-width: 1199px) {
  .owl-carousel .caption h1 {
    font-size: 58px;
  }
  .owl-carousel .caption p {
    font-size: 16px;
    max-width: 700px;
  }
}
@media screen and (max-width: 991px) {
  .owl-carousel .caption h1 {
    font-size: 48px;
  }
  .owl-carousel .caption p {
    font-size: 16px;
    max-width: 600px;
  }
}
@media screen and (max-width: 767px) {
  .owl-carousel .caption h1 {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .owl-carousel .caption h3 {
    letter-spacing: 1px;
  }
}
/* ===================================
    Accordion style
====================================== */
.accordion-style .card {
  background: transparent;
  box-shadow: none;
  margin-top: 0 !important;
  margin-bottom: 10px;
  border: none;
}
.accordion-style .card-header {
  border: 0px;
  padding: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  background: none;
}
.accordion-style .btn-link {
  background: #ba2318 !important;
  box-shadow: 1px 4px 10px rgba(0, 0, 0, 0.2);
  color: #fff;
  position: relative;
  border: none;
  display: block;
  width: 100%;
  text-align: left;
  white-space: normal;
  border-radius: 0;
  padding: 15px 50px 15px 15px;
  text-decoration: none;
  font-size: 15px;
}
.accordion-style .btn-link:hover {
  border: none;
  text-decoration: none;
}
.accordion-style .btn-link.collapsed {
  background: #fff !important;
  color: #616161;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}
.accordion-style .btn-link.collapsed:after {
  background: none;
  border: 1px solid #ba2318;
  border-radius: 50%;
  content: "+";
  right: 15px;
  left: inherit;
  font-size: 18px;
  line-height: 24px;
  height: 25px;
  transform: none;
  width: 25px;
  top: 15px;
  color: #ba2318;
  text-align: center;
  padding-left: 0;
  letter-spacing: -1px;
}
.accordion-style .btn-link:after {
  background: none;
  border: 1px solid #1d1d3c;
  border-radius: 50%;
  content: "-";
  right: 15px;
  left: inherit;
  font-size: 18px;
  height: 25px;
  line-height: 24px;
  transform: none;
  width: 25px;
  top: 15px;
  position: absolute;
  color: #1d1d3c;
  text-align: center;
  padding-left: 0;
  letter-spacing: -2px;
}
.accordion-style .card-body {
  padding: 20px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .accordion-style .btn-link {
    font-size: 14px;
    padding: 12px 50px 12px 15px;
  }
  .accordion-style .btn-link:after, .accordion-style .btn-link.collapsed:after {
    top: 10px;
  }
}
/* ===================================
    Tabs
====================================== */
ul.resp-tabs-list {
  margin: 0px;
  padding: 0px;
}

.resp-tabs-list li {
  font-weight: 600;
  font-size: 14px;
  display: inline-block;
  padding: 13px 15px;
  margin: 0 4px 0 0;
  list-style: none;
  cursor: pointer;
}
.resp-tabs-list li:last-child {
  margin-right: 0;
}
.resp-tabs-list li i {
  font-size: 20px;
  padding-right: 5px;
  vertical-align: text-bottom;
}

.resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  clear: left;
}

.resp-tab-content {
  display: none;
  padding: 20px;
}

.resp-tabs-list li.resp-tab-active {
  border: 1px solid #ba2318;
  border-bottom: none;
  border-color: #ba2318 !important;
  margin-bottom: -1px;
  padding: 12px 14px 14px 14px;
  border-top: 4px solid #ba2318 !important;
  border-bottom: 0px #fff solid;
  border-bottom: none;
  background-color: #fff;
  color: #ba2318;
}

.resp-content-active, .resp-accordion-active {
  display: block;
}

.resp-tab-content {
  border: 1px solid #c1c1c1;
  border-top-color: #c1c1c1;
  float: left;
  width: 100%;
}

h2.resp-accordion {
  cursor: pointer;
  display: none;
  font-size: 14px;
  border: 1px solid #c1c1c1;
  border-top: 0px solid #c1c1c1;
  margin: 0px;
  padding: 14px 15px;
  float: left;
  width: 100%;
}
h2.resp-tab-active {
  border-bottom: 0px solid #c1c1c1 !important;
  background-color: #ba2318 !important;
  color: #fff;
}
h2.resp-tab-title:last-child {
  border-bottom: 12px solid #c1c1c1 !important;
  background: blue;
}

.resp-arrow {
  border-color: transparent #ba2318 #ba2318 transparent;
  border-style: solid;
  border-width: 0 1px 1px 0;
  float: right;
  display: block;
  height: 8px;
  transform: rotate(45deg);
  width: 8px;
  margin-top: 4px;
}

h2.resp-tab-active span.resp-arrow {
  border-color: #1d1d3c transparent transparent #1d1d3c;
  border-style: solid;
  border-width: 1px 0 0 1px;
  float: right;
  display: block;
  height: 8px;
  transform: rotate(45deg);
  width: 8px;
  margin-top: 7px;
}

/* tab-style1 */
.tab-style1 .resp-tabs-list {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.tab-style1 .resp-tabs-list li {
  position: relative;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
  padding: 0 15px 15px 15px;
  margin: 0 4px 0 0;
  list-style: none;
  cursor: pointer;
  min-width: auto;
  color: #000;
  background: none !important;
}
.tab-style1 .resp-tabs-list li.resp-tab-active {
  border: 1px solid #1d1d3c;
  border-bottom: none;
  border-color: #1d1d3c !important;
  margin-bottom: -1px;
  border-top: 4px solid #1d1d3c !important;
  border-bottom: 0px #fff solid;
  border-bottom: none;
  background-color: #fff;
  color: #1d1d3c;
  color: #5e2ced;
  -ms-border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -o-border-top-left-radius: 5px;
  -ms-border-top-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-top-right-radius: 5px;
  -o-border-top-right-radius: 5px;
  -ms-border-radius-top-left: 5px;
  -webkit-border-radius-top-left: 5px;
  -moz-border-radius-top-left: 5px;
  -o-border-radius-top-left: 5px;
  -ms-border-radius-topright: 5px;
  -webkit-border-radius-topright: 5px;
  -moz-border-radius-topright: 5px;
  -o-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
}
.tab-style1 .resp-tabs-list li.resp-tab-active:after {
  content: "";
  background: #1d1d3c;
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: -1px;
  left: 0;
  margin: 0 auto;
  right: 0;
}
.tab-style1 .img-effect:hover {
  transform: translateY(-8px);
}
.tab-style1 .box-shadow-primary {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

@media screen and (min-width: 992px) {
  .tab-style1 ul.resp-tabs-list {
    text-align: center;
  }
  .tab-style1 ul.resp-tabs-list.text-left {
    padding-left: 15px;
  }
  .tab-style1 ul.resp-tabs-list li:last-child {
    margin-right: 0;
  }
  .tab-style1 ul.resp-tabs-list li.resp-tab-active {
    color: #1d1d3c;
  }
  .tab-style1 .resp-tab-content {
    margin-top: 40px;
    border: none;
    padding: 0;
  }
}
@media screen and (max-width: 991px) {
  ul.resp-tabs-list {
    display: none;
  }
  h2.resp-accordion {
    display: block;
  }
  h2.resp-accordion i {
    margin-right: 8px;
    font-size: 18px;
  }
  .resp-tabs-container {
    border-top: 1px solid #c1c1c1;
  }
  .resp-accordion-closed {
    display: none !important;
  }
  .resp-tab-content {
    background-color: #fff;
  }
  .tab-style1 ul.resp-tabs-list {
    display: none;
  }
  .tab-style1 h2.resp-accordion {
    display: block;
  }
  .tab-style1 h2.resp-accordion i {
    margin-right: 8px;
    font-size: 18px;
  }
  .tab-style1 .resp-accordion-closed {
    display: none !important;
  }
  .tab-style1 .resp-tab-content {
    background-color: #fff;
  }
}
/* ===================================
    Pages
====================================== */
/*about us*/
.about-section {
  margin-top: -175px;
}

.about-box {
  padding: 50px 38px 50px 50px;
  position: relative;
  z-index: 9;
  background: #fff;
  box-shadow: 0 2px 20px rgba(34, 30, 31, 0.4);
}

@media screen and (max-width: 1199px) {
  .about-section {
    margin-top: -220px;
  }
  .about-box {
    padding: 40px;
  }
}
@media screen and (max-width: 767px) {
  .about-section {
    margin-top: -175px;
  }
  .about-box {
    padding: 25px;
  }
}
/*courses grid*/
.courses-box {
  background-color: #fff;
  transition-duration: 500ms;
  margin: 0 15px 25px 15px;
}
.courses-box:hover {
  -ms-box-shadow: 0 10px 20px 0 rgba(50, 50, 50, 0.12);
  -o-box-shadow: 0 10px 20px 0 rgba(50, 50, 50, 0.12);
  box-shadow: 0 10px 20px 0 rgba(50, 50, 50, 0.12);
}

.courses-desc {
  padding: 30px;
  position: relative;
}

.courses-box-bottom {
  padding: 15px 20px;
}

.courses-single-icon {
  margin-right: 20px;
  font-size: 14px;
  padding-right: 20px;
  border-right: 1px solid #e4e4e4;
  display: inline-block;
}

.courses-box-bottom {
  border-top: 1px solid #efefef;
  text-align: right;
}
.courses-box-bottom .courses-icon {
  float: left;
}

.courses-single-icon:last-child {
  border-right: none;
  padding-right: 0;
  margin-right: 0;
}

.courses-box-bottom .courses-button a {
  font-weight: 600;
  color: #1d1d3c;
}
.courses-box-bottom .courses-button a:hover {
  color: #ba2318;
}

@media screen and (max-width: 1199px) {
  .courses-area .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px;
  }
  .courses-desc {
    padding: 25px;
    font-size: 14px;
  }
  .courses-single-icon {
    padding-right: 15px;
    margin-right: 15px;
  }
  .courses-box-bottom {
    padding: 15px;
  }
  .courses-box-bottom .courses-button {
    font-size: 14px;
  }
}
/*courses detail*/
.comment-list-wrapper {
  margin-bottom: 30px;
}
.comment-list-wrapper:last-child {
  margin-bottom: 0;
}

.comment-list {
  display: flex;
  justify-content: space-between;
  padding: 30px 15px 25px;
  border-radius: 0;
  margin-bottom: 15px;
  position: relative;
  box-shadow: 9px 16px 46px 0px rgba(47, 47, 47, 0.05);
  align-items: center;
  width: 100%;
}
.comment-list:last-child {
  margin-bottom: 0;
}
.comment-list .commnet_img {
  width: 80px;
}
.comment-list .commnet_img img {
  border-radius: 50%;
}
.comment-list .comment-text {
  padding: 0 15px 0 30px;
  width: 87%;
}

.comment-text .author_info {
  line-height: 14px;
}
.comment-text .author_info .author_name {
  font-size: 14px;
  font-weight: 600;
}
.comment-text .author_info span {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  display: block;
}
.comment-text .rating ul {
  margin: 0;
}
.comment-text .rating ul li {
  padding: 0 1px;
}
.comment-text .rating ul li i:before {
  font-size: 14px;
  color: #1d1d3c;
  margin-left: 0px;
}
.comment-text p {
  margin: 15px 0 0;
}

@media screen and (max-width: 767px) {
  .comment-text .author_info {
    display: block !important;
  }
  .comment-list {
    display: block;
  }
  .comment-list .comment-text {
    width: 100%;
    padding: 0;
  }
  .comment-list .commnet_img {
    margin-bottom: 20px;
  }
}
/*courses feature*/
.courses-feature ul li {
  padding: 5px 0;
}
.courses-feature ul li:first-child {
  padding-top: 0;
}

.course-details-icon {
  color: #1d1d3c;
  font-size: 26px;
  margin-right: 15px;
}

.course-details-content {
  width: calc(100% - 40px);
  margin-top: -3px;
}

.item.author .thumb, .item.author .desc {
  display: table-cell;
  vertical-align: middle;
}
.item.author .thumb h4, .item.author .desc h4 {
  margin-bottom: 0;
}
.item.author .thumb img {
  border: 1px solid #e7e7e7;
  border-radius: 50%;
  height: 55px;
  margin-right: 10px;
  margin-top: -3px;
  padding: 2px;
  width: 55px;
}

.courses-feature ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.courses-feature ul li span i {
  color: #1d1d3c;
  margin-right: 10px;
}

.courses_price .price span {
  color: red;
  font-weight: 500;
  padding-right: 15px;
}
.courses_price .price .new_price {
  color: #1d1d3c;
  padding-right: 0px;
  letter-spacing: 1px;
}

/* gallery */
.gallary-block {
  position: relative;
}
.gallary-block .position-relative {
  width: 100%;
  overflow: hidden;
  height: 100%;
}
.gallary-block img {
  transition: all 500ms;
}
.gallary-block:hover img {
  transform: scale(1.2);
}
.gallary-block:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transform: scale3d(0, 0, 0);
  transition: all 0.5s;
  z-index: 1;
}
.gallary-block:hover:before, .gallary-block:hover .popimg {
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.gallary-block .popimg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform: scale3d(0, 0, 0);
  transition: all 0.5s;
  color: #fff;
  font-size: 36px;
  z-index: 9;
  opacity: 0;
  width: 32px;
  height: 35px;
  margin: auto;
}
.gallary-block .popimg i {
  transition: all 500ms;
}
.gallary-block .popimg:hover i {
  color: #1d1d3c;
}

/* Popup gallery*/
.lg-backdrop {
  z-index: 99999;
}

.lg-outer {
  z-index: 999999;
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #1d1d3c;
}

.lg-progress-bar .lg-progress {
  background-color: #1d1d3c;
}

.lg-backdrop.in {
  opacity: 0.85;
}

/*404 page*/
.page-container .title {
  font-size: 250px;
  line-height: 1;
  margin-bottom: 0;
}

@media screen and (max-width: 1199px) {
  .page-container .title {
    font-size: 200px;
  }
}
@media screen and (max-width: 991px) {
  .page-container .title {
    font-size: 125px;
  }
}
@media screen and (max-width: 767px) {
  .page-container .title {
    font-size: 75px;
  }
}
/* count down */
ul.countdown li {
  border-right: 1px solid #626262;
  display: inline-block;
  padding: 0 30px;
  text-align: center;
}
ul.countdown li:last-child {
  border: medium none;
  padding-right: 0;
}
ul.countdown li span {
  font-size: 36px;
  font-weight: 700;
  line-height: normal;
  position: relative;
}
ul.countdown li span:before {
  content: "";
  height: 1px;
  position: absolute;
  width: 100%;
}
ul.countdown li p.timeRefDays, ul.countdown li p.timeRefHours, ul.countdown li p.timeRefMinutes, ul.countdown li p.timeRefSeconds {
  font-size: 12px;
  font-weight: 500;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  ul.countdown li {
    padding: 0 6px;
  }
  .social-links li {
    margin-right: 15px;
  }
  ul.countdown li span {
    font-size: 22px;
  }
}
/*events*/
.event-block ul li i {
  color: #1d1d3c;
}
.event-block a i {
  color: #1d1d3c;
  transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}
.event-block .event-btn {
  margin-top: -10px;
}
.event-block .event-btn a {
  color: #ba2318;
  font-weight: 600;
}
.event-block .event-btn a i {
  color: #ba2318;
  vertical-align: middle;
}
.event-block .event-btn a:hover {
  color: #1d1d3c;
  font-weight: 600;
}
.event-block .event-btn a:hover i {
  color: #1d1d3c;
}

/* ===================================
    Other
====================================== */
/* quform */
.form-group {
  margin-bottom: 1rem;
}
.form-group label {
  margin-bottom: 0.5rem;
}

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

.form-check-input:checked {
  border-color: #f7b035;
  background-color: #f7b035;
}
.form-check-input:focus {
  box-shadow: none;
}

.quform-input {
  position: relative;
}
.quform-input .quform-errors-wrap {
  position: absolute;
  right: 8px;
  top: 0;
  line-height: normal;
  z-index: 1;
}

.quform-element > label {
  font-weight: normal;
  padding-bottom: 5px;
  margin-bottom: 0;
  color: #6a747b;
  font-size: 14px;
}
.quform-element > label .quform-required {
  color: #cc0101;
  font-size: 10px;
}

.quform-inner input {
  width: 100%;
}

.quform-elements .quform-element textarea {
  margin-bottom: 0;
  padding: 8px 15px;
  vertical-align: top;
}
.quform-elements .quform-element select {
  margin-bottom: 0;
  padding: 8px 35px 8px 15px;
}

.quform-errors {
  padding: 0;
  margin: 0;
  line-height: normal;
}
.quform-errors > .quform-error {
  padding: 0;
  background: none;
  border: none;
  float: none;
  color: #f5543f;
  font-size: 11px;
  line-height: normal;
  letter-spacing: normal;
}

.quform-outer-no-js .quform-error {
  padding: 0;
  background: none;
  border: none;
  float: none;
  color: #f5543f;
  font-size: 11px;
  line-height: normal;
  letter-spacing: normal;
}
.quform-outer-no-js .quform-success-message {
  padding: 0.75rem 1.25rem 0.75rem 3rem;
}

.quform-has-error input, .quform-has-error textarea, .quform-has-error select, .quform-has-error input[type=file], .quform-has-error .custom-file-label {
  border-color: #f5543f;
}

.quform-success-message {
  padding: 0.75rem 1.25rem 0.75rem 3rem;
}

.quform-submit-inner {
  float: none;
}

.quform-loading-wrap {
  float: none;
}
.quform-loading-wrap .quform-loading {
  display: inline-block;
}

.light-validation .quform-errors > .quform-error {
  color: #fff;
}

/*skills*/
.skills-block .row i {
  border: 1px solid #ba2318;
  color: #ba2318;
  border-radius: 50%;
  height: 70px;
  width: 70px;
  line-height: 70px;
  font-size: 30px;
  text-align: center;
  transition-duration: 500ms;
}
.skills-block .row:hover i {
  color: #fff;
  background-color: #ba2318;
  border-color: #ba2318;
}

/*story video*/
.story-video {
  height: 100%;
}

.video_btn {
  position: relative;
  height: 80px;
  width: 80px;
  background: #1d1d3c;
  text-align: center;
  display: inline-block;
  line-height: 85px;
  color: #fff;
  border-radius: 50%;
  transition-duration: 0s;
  -ms-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -webkit-transition-duration: 0s;
  -o-transition-duration: 0s;
}
.video_btn:hover i, .video_btn:focus i {
  color: #fff;
}
.video_btn:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  height: 80px;
  width: 80px;
  border: 2px solid #fff;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transform: translateX(-50%) translateY(-50%);
  opacity: 0.3;
  animation: pulse-border 1500ms ease-out infinite;
}
.video_btn:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  height: 95px;
  width: 95px;
  border: 2px solid #fff;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transform: translateX(-50%) translateY(-50%);
  opacity: 0.3;
  animation: pulse-border 1500ms ease-out infinite;
}
.video_btn.small {
  width: 50px;
  height: 50px;
  line-height: 50px;
}
.video_btn.small:after {
  height: 50px;
  width: 50px;
}
.video_btn.small:before {
  height: 65px;
  width: 65px;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
@media screen and (max-width: 1199px) {
  .video_btn {
    height: 75px;
    width: 75px;
    line-height: 80px;
  }
  .video_btn:after {
    height: 75px;
    width: 75px;
  }
  .video_btn:before {
    height: 90px;
    width: 90px;
  }
}
@media screen and (max-width: 991px) {
  .story-video {
    min-height: 325px;
  }
  .video_btn {
    height: 70px;
    width: 70px;
    line-height: 70px;
  }
  .video_btn:after {
    height: 70px;
    width: 70px;
  }
  .video_btn:before {
    height: 85px;
    width: 85px;
  }
  @keyframes pulse-border {
    0% {
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    }
    100% {
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.2);
    }
  }
}
@media screen and (max-width: 767px) {
  .story-video {
    min-height: 200px;
  }
  .story-video-height {
    min-height: 250px;
  }
  .video_btn {
    height: 60px;
    width: 60px;
    line-height: 62px;
  }
  .video_btn:after {
    height: 60px;
    width: 60px;
  }
  .video_btn:before {
    height: 75px;
    width: 75px;
  }
}
/*counter box*/
#counter {
  margin-top: -50px;
}

@media screen and (max-width: 1199px) {
  #counter {
    margin-top: -40px;
  }
}
@media screen and (max-width: 991px) {
  #counter {
    margin-top: -30px;
  }
}
/*news and events*/
.latest-news {
  position: relative;
}
.latest-news::before {
  position: absolute;
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 1;
}

.news-block {
  bottom: 30px;
  position: absolute;
  z-index: 2;
  padding: 50px 50px 20px 50px;
  display: inline-block;
  width: 100%;
  left: 0;
}
.news-block li {
  display: inline-block;
  margin-right: 12px;
  padding-right: 15px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.news-block li:last-child {
  margin-right: 0px;
  padding-right: 0;
  border: none;
}
.news-block li a {
  color: #fff;
}
.news-block h5 a {
  color: #1d1d3c;
}

.events-row {
  display: inline-block;
  width: 100%;
  padding: 20px 40px;
  background: #ba2318;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
  transition: all 0.4s ease 0s;
}
.events-row h6 a {
  color: #222;
}
.events-row:hover:before {
  height: 0px;
  transition: all 0.4s ease 0s;
}
.events-row:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  box-shadow: 1px 4px 10px rgba(0, 0, 0, 0.2);
  left: 0;
  top: 0;
  z-index: -1;
  transition: all 0.4s ease 0s;
}
.events-row:hover.events-row h5 a {
  color: #1d1d3c;
}
.events-row:hover.events-row li a {
  color: #fff;
}
.events-row li {
  display: inline-block;
  margin-right: 20px;
}
.events-row li:last-child {
  margin-right: 0px;
}

@media screen and (max-width: 1199px) {
  .events-row {
    padding: 20px 30px;
  }
}
@media screen and (max-width: 991px) {
  .events-row {
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .events-row {
    padding: 15px;
  }
  .events-row li {
    margin-right: 15px;
  }
}
/* common listing */
.common-listing {
  display: inline-block;
  width: 100%;
  padding: 20px 40px;
  background: #ba2318;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
  transition: all 0.4s ease 0s;
}
.common-listing h6 a {
  color: #222;
}
.common-listing:hover:before {
  height: 0px;
  transition: all 0.4s ease 0s;
}
.common-listing:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  box-shadow: 1px 4px 10px rgba(0, 0, 0, 0.2);
  left: 0;
  top: 0;
  z-index: -1;
  transition: all 0.4s ease 0s;
}
.common-listing:hover.common-listing h5 a {
  color: #1d1d3c;
}
.common-listing:hover.common-listing li a {
  color: #fff;
}
.common-listing:hover.common-listing h5 {
  color: #1d1d3c;
}
.common-listing:hover.common-listing li {
  color: #fff;
}
.common-listing li {
  display: inline-block;
  margin-right: 20px;
}
.common-listing li:last-child {
  margin-right: 0px;
}

@media screen and (max-width: 1199px) {
  .common-listing {
    padding: 20px 30px;
  }
}
@media screen and (max-width: 991px) {
  .common-listing {
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .common-listing {
    padding: 15px;
  }
  .common-listing li {
    margin-right: 15px;
  }
}
/* contact detail */
.map {
  width: 100%;
  height: 400px;
  vertical-align: top;
  border: 0;
}

/*search page*/
.search-form_input {
  color: #ba2318;
}

.search-frame h4 a:hover {
  color: #ba2318;
}
.search-frame .search_list .match {
  color: #ba2318;
}
.search-frame .search_list li:before {
  color: #ba2318;
  top: 15px;
}
.search-frame .search_list li + li {
  border-top: 3px solid #ba2318;
}
.search-frame .search {
  color: #ba2318;
}

.search-form i {
  font-size: 1.2rem;
  line-height: 2rem;
}

/* ===================================
    Blog
====================================== */
.blog-grid {
  position: relative;
  background: #fff;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
}
.blog-grid:hover {
  -ms-box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
  -o-box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
  box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
  transform: translateY(-0.25em);
}
.blog-grid img {
  width: 100%;
}

.data-box-grid {
  display: inline-block;
  left: 0;
  bottom: -1px;
  padding: 5px 20px;
  font-size: 18px;
}
.data-box-grid h5 {
  letter-spacing: 1px;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  margin-right: 8px;
  color: #fff;
  font-size: 20px;
}

.blog-grid .data-box-grid p {
  font-size: 14px;
  margin-bottom: 0;
  padding: 0;
  border: none;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
}

.blog-grid-text {
  position: relative;
}
.blog-grid-text > span {
  color: #ba2318;
  font-size: 13px;
  padding-right: 5px;
}
.blog-grid-text ul li {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  margin: 0 10px 0 0;
}
.blog-grid-text ul li i {
  color: #ba2318;
  font-size: 14px;
  font-weight: 500;
  margin-right: 8px;
}

.blog-list-left-heading:after, .blog-title-box:after {
  content: "";
  height: 2px;
}

.blog-grid-simple-content a:hover {
  color: #232323;
}
.blog-grid-simple-content a:hover:after {
  color: #232323;
}

.blog-list-simple {
  margin: 0 0 30px 0;
  padding-bottom: 30px;
}
.blog-list-simple:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.blog-list-simple-text > span {
  color: #ba2318;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
}
.blog-list-simple-text p {
  border-top: 1px solid #ececec;
  margin-bottom: 0;
  padding: 15px 0;
}
.blog-list-simple-text .meta {
  margin: 0 0 5px 0;
}
.blog-list-simple-text li {
  display: inline-block;
  font-size: 12px;
  color: #777;
  margin: 5px;
}
.blog-list-simple-text h4 {
  color: #232323;
  font-size: 20px;
  font-weight: 500;
  margin: 5px 0;
  line-height: normal;
}
.blog-list-simple-text ul {
  margin: 10px 0;
}
.blog-list-simple-text ul li {
  color: #999;
  font-size: 14px;
  font-weight: 500;
  padding: 3px 0;
}
.blog-list-simple-text ul li i {
  color: #ba2318;
  margin-right: 5px;
  font-size: 14px;
}

.blogs .post {
  margin-bottom: 50px;
}
.blogs .post .content {
  padding: 30px;
  background: #fafafa;
}
.blogs .post .content .post-title h5 a {
  color: #232323;
}
.blogs .post .content .post-title h5 a:hover {
  color: #F24259;
}
.blogs .post .content .meta {
  margin-bottom: 15px;
}
.blogs .post .content .meta li {
  display: inline-block;
  margin: 5px 5px 0 5px;
}
.blogs .post .content .special {
  padding: 15px;
  margin: 30px 0;
  border-left: 2px solid #111;
  background: #f7f7f7;
  font-size: 16px;
}
.blogs .post .content .btn {
  border-color: #6f6f6f;
  color: #6f6f6f;
  min-width: auto;
  padding: 6px 20px;
  font-size: 12px;
}
.blogs .post .content .btn:hover {
  color: #fff;
  border-color: #F24259;
}
.blogs .post .share-post {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px dashed #ddd;
  text-align: left;
}
.blogs .post .share-post span {
  font-weight: 700;
}
.blogs .post .share-post ul {
  float: right;
}
.blogs .post .share-post ul li {
  display: inline-block;
  margin: 0 10px;
}
.blogs .post .post-img img {
  width: 100%;
}
.blogs .posts .title-g h3 {
  font-weight: 700;
  font-size: 25px;
  margin-bottom: 10px;
}
.blogs .comments-area .comment-box {
  padding-bottom: 30px;
  margin-bottom: 50px;
  border-bottom: 1px solid #eee;
}
.blogs .comments-area .comment-box:nth-child(odd) {
  margin-left: 80px;
}
.blogs .comments-area .comment-box:last-child {
  margin-bottom: 30px;
}
.blogs .comment-box .author-thumb {
  width: 80px;
  float: left;
}
.blogs .comment-box .comment-info {
  margin-left: 100px;
}
.blogs .comment-box .comment-info h6 {
  font-weight: 600;
  margin-bottom: 10px;
}
.blogs .comment-box .comment-info .reply {
  margin-top: 10px;
  font-weight: 600;
}
.blogs .comment-box .comment-info .reply i {
  padding-right: 5px;
  font-size: 12px;
}

.pagination {
  border-radius: 0;
  padding: 0;
  margin: 0;
}
.pagination ul {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 auto;
  padding: 0;
}
.pagination li {
  display: inline;
}
.pagination a {
  float: left;
  padding: 0 18px;
  line-height: 40px;
  text-decoration: none;
  border: 1px solid #dbdbdb;
  border-left-width: 0;
  background: #fff;
}
.pagination a:hover {
  background-color: #232323;
  color: #fff;
}
.pagination .active a {
  background-color: #f7f7f7;
  color: #999;
  cursor: default;
}
.pagination .disabled span {
  color: #999;
  background-color: transparent;
  cursor: default;
}
.pagination .disabled a {
  color: #999;
  background-color: transparent;
  cursor: default;
}
.pagination .disabled a:hover {
  color: #999;
  background-color: transparent;
  cursor: default;
}
.pagination li:first-child a {
  border-left-width: 1px;
}

.side-bar .widget {
  margin-bottom: 30px;
}
.side-bar .widget:last-child {
  margin-bottom: 0;
}
.side-bar .widget .widget-title h6 {
  position: relative;
  padding-bottom: 5px;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
.side-bar .widget .widget-title h6:after {
  content: "";
  width: 30px;
  height: 1px;
  background: #ba2318;
  position: absolute;
  bottom: 0;
  left: 0;
}
.side-bar .widget li {
  position: relative;
  padding: 0 0 0 12px;
  margin: 0 0 9px 0;
  color: #6f6f6f;
}
.side-bar .widget li:last-child {
  margin: 0;
}
.side-bar .widget li:after {
  content: "";
  width: 5px;
  height: 1px;
  background-color: #6f6f6f;
  position: absolute;
  top: 12px;
  left: 0;
}
.side-bar .widget .default-style li {
  padding-left: 0;
}
.side-bar .widget .default-style li:after {
  content: none;
}
.side-bar .widget .social-listing {
  margin-bottom: 0;
}
.side-bar .widget .social-listing li {
  list-style: none;
  display: inline-block;
}
.side-bar .widget .social-listing li:after {
  background: none;
}
.side-bar .widget .social-listing li:first-child {
  padding-left: 0;
}
.side-bar .single-post {
  display: flex;
  border-radius: 0px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.side-bar .single-post:last-child {
  margin-bottom: 0;
}
.side-bar .single-post .post_title {
  width: 75%;
  padding-left: 15px;
  font-size: 14px;
  line-height: 22px;
  margin-top: -3px;
}
.side-bar .search form input {
  width: calc(100% - 50px);
  height: 50px;
  padding: 0 10px;
  margin: 0;
  border: 1px solid #d1d1d1;
  background: #f7f7f7;
}
.side-bar .search form button {
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  border: 0;
  float: right;
  border-radius: 0;
  padding: 0;
}
.side-bar .search form button:hover:before {
  border-radius: 0;
  padding: 0;
}
.side-bar .post-img {
  float: left;
  margin-right: 5%;
  width: 25%;
  display: block;
}

@media screen and (max-width: 1199px) {
  .blog-grid-text h4 {
    font-size: 18px;
  }
  .blogs .post .content .post-title h5 {
    font-size: 22px;
  }
  .blogs .post .content .special {
    font-size: 16px;
  }
  .blogs .posts .title-g h3 {
    font-size: 22px;
  }
}
@media screen and (max-width: 1199px) {
  .side-bar .post-img {
    margin-right: 0;
    width: 18%;
  }
}
@media screen and (max-width: 767px) {
  .blog-grid-text h4 {
    font-size: 16px;
  }
  .blog-grid-text p {
    font-size: 14px;
  }
  .blog-list-simple {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .data-box-grid {
    padding: 5px 15px;
    font-size: 16px;
  }
  .data-box-grid h5 {
    font-size: 16px;
    margin-right: 3px;
  }
  .blog-list-simple-text > span {
    font-size: 12px;
  }
  .blog-list-simple-text p {
    font-size: 14px;
  }
  .blog-list-simple-text h4 {
    font-size: 18px;
  }
  .blog-list-simple-text ul li {
    font-size: 12px;
  }
  .blogs .post .content .post-title h5 {
    font-size: 20px;
  }
  .blogs .post .content .special {
    font-size: 14px;
  }
  .blogs .posts .title-g h3 {
    font-size: 18px;
  }
  .side-bar .post-img {
    margin-right: 20px;
  }
}
/* ===================================
    Footer
====================================== */
footer {
  padding: 50px 0 0;
  background: #1f1f1f;
  word-wrap: break-word;
  color: #939393;
}
footer p {
  margin-bottom: 0;
}
footer h3 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 30px;
  line-height: 1;
  position: relative;
}
footer h3:after {
  content: "";
  display: block;
  width: 70px;
  height: 2px;
  background: #1d1d3c;
  margin-top: 12px;
}

.footer-social-icons ul {
  margin-bottom: 0;
}
.footer-social-icons ul li {
  display: inline-block;
  border: 1px solid #939393;
  border-radius: 50%;
  color: #fff;
  margin-right: 10px;
  margin-bottom: 5px;
  transition-duration: 0.3s;
}
.footer-social-icons ul li a {
  color: #939393;
  display: block;
  font-size: 15px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  width: 35px;
}
.footer-social-icons ul li:hover {
  background: #1d1d3c;
  border-color: #1d1d3c;
}
.footer-social-icons ul li:hover i {
  color: #fff;
}
.footer-social-icons.small ul li {
  margin-bottom: 0;
}
.footer-social-icons.small ul li a {
  font-size: 12px;
  height: 25px;
  line-height: 26px;
  width: 25px;
}

.footer-list {
  margin: 0;
}
.footer-list li {
  list-style-type: none;
  padding: 6px 0;
}
.footer-list li:first-child {
  padding-top: 0;
}
.footer-list li a {
  color: #939393;
}
.footer-list li a:before {
  content: "\f105";
  font-weight: 700;
  vertical-align: bottom;
  font-family: Font Awesome\ 5 Free;
  color: #939393;
  padding-right: 8px;
  transition-duration: 0.3s;
}
.footer-list li a:hover {
  color: #fff;
}
.footer-list li a:hover:before {
  color: #fff;
}

.footer-bar {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 50px;
  text-align: center;
  background: #191919;
  color: #939393;
}
.footer-bar span {
  font-size: 15px;
  font-weight: 400;
}

footer h3.footer-title-style2 {
  margin-bottom: 28px;
}

h3.footer-title-style2:after {
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  margin-top: 15px;
}

@media screen and (max-width: 991px) {
  .footer-bar {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  footer {
    padding-top: 30px;
  }
  .footer-bar {
    margin-top: 30px;
  }
  .footer-bar p {
    font-size: 13px;
  }
}
.viewer {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  padding: 0;
}

.viewerHeader {
  margin: 0;
}

.viewerCorpus {
  position: relative;
  flex: 1 1 auto;
  padding: 0;
}

.viewerFooter {
  margin-top: auto;
}

.alert.alertFlash.alert-success {
  position: absolute;
  bottom: 24px;
  left: 24px;
  display: flex;
  align-items: center;
  width: 72%;
  font-size: 1.1rem;
  z-index: 24000;
  background-color: #188c00;
  color: white;
}
.alert.alertFlash.alert-success .cell {
  padding-left: 40px;
}

/*-----------------------------------------------------------------------------------

    Theme Name: Fabrex - University and College HTML Template
    Description: University and College HTML Template
    Author: Chitrakoot Web

-----------------------------------------------------------------------------------*/
/* ----------------------------------

    01. Common styles
    02. Navigation
    03. Main banner
    04. Page title
    05. Testmonial
    06. Team members
    07. Owl carousel
    08. Accordion style
    09. Tabs
    10. Pages
    11. Other
    12. Blog
    13. Footer

---------------------------------- */
/* ===================================
    Common styles
====================================== */
/* loader */
#preloader {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 999999;
  transition: 0.3s ease opacity;
  text-align: center;
  width: 100%;
  height: 100%;
}
#preloader:before {
  content: "";
  width: 80px;
  height: 80px;
  border: 3px solid #1d1d3c;
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  animation-name: LoaderCicle;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
#preloader:after {
  content: "";
  width: 80px;
  height: 80px;
  border: 3px solid #1d1d3c;
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  animation-name: LoaderCicle;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-delay: 1s;
}

@keyframes LoaderCicle {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
  }
  10% {
    width: 10px;
    height: 10px;
    opacity: 1;
  }
  80% {
    width: 60px;
    height: 60px;
    opacity: 0.1;
  }
  100% {
    width: 70px;
    height: 70px;
    opacity: 0;
  }
}
/* theme color and basic options */
body {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 1.7;
}

a:hover, a:active {
  color: #1d1d3c;
  text-decoration: none;
}

.bg-secondary {
  background-color: #ba2318 !important;
}

.bg-primary-light {
  background-color: #f5fafe !important;
}

.bg-primary {
  background-color: #1d1d3c !important;
}

.primary-overlay[data-overlay-dark]:before, .primary-overlay[data-overlay-light]:before {
  background: #ba2318;
}

.text-secondary {
  color: #ba2318 !important;
}

.text-primary {
  color: #1d1d3c !important;
}

.cursor-pointer {
  cursor: pointer;
}

@media screen and (max-width: 991px) {
  .md-width-200px {
    width: 200px;
  }
}
/* scroll to top */
.scroll-to-top {
  font-size: 20px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  border-radius: 50%;
  background: #000;
  border: 1px solid #2a2a2a;
  width: 35px;
  height: 35px;
  line-height: 30px;
  z-index: 9999;
  outline: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.scroll-to-top i {
  color: #fff;
}
.scroll-to-top:hover {
  color: #232323;
  background: #fff;
}
.scroll-to-top:hover i {
  color: #232323;
}
.scroll-to-top:visited {
  color: #232323;
  text-decoration: none;
}

/* Button style */
.butn {
  display: inline-block;
  font-size: 14px;
  padding: 11px 22px;
  background: #fff;
  border: 2px solid #ba2318;
  border-radius: 25px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 1px !important;
  color: #ba2318;
  letter-spacing: 0.5px;
  line-height: 1.5;
  cursor: pointer;
  width: auto;
  font-weight: 600;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.butn:hover, .butn:active {
  background: #ba2318;
  color: #fff;
  border-color: #ba2318;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 3px 8px !important;
}
.butn:hover span, .butn:active span {
  color: #fff;
}
.butn:focus {
  background: #ba2318;
  color: #fff;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 3px 8px !important;
  border-color: #ba2318;
}
.butn:focus span {
  color: #fff;
}
.butn span {
  color: #ba2318;
}
.butn i {
  vertical-align: middle;
}
.butn.primary {
  background: #1d1d3c;
  border: 2px solid #1d1d3c;
  color: #fff;
  width: auto;
}
.butn.primary:hover, .butn.primary:active {
  background: transparent;
  color: #1d1d3c;
  border-color: #1d1d3c;
}
.butn.primary span {
  color: #fff;
}
.butn.primary:hover span, .butn.primary:active span {
  color: #1d1d3c;
}
.butn.primary:focus {
  background: transparent;
  color: #1d1d3c;
  border-color: #1d1d3c;
}
.butn.primary:focus span {
  color: #fff;
}
.butn.primary:focus i {
  color: #1d1d3c;
}
.butn.primary i {
  color: #fff;
}
.butn.primary:hover i {
  color: #1d1d3c;
}
.butn.fill {
  background: #ba2318;
  border: 2px solid #ba2318;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 1px !important;
  color: #fff;
}
.butn.fill:hover, .butn.fill:active {
  background: #fff;
  color: #ba2318;
  border-color: #ba2318;
}
.butn.fill:hover span, .butn.fill:active span {
  color: #ba2318;
}
.butn.fill:focus {
  background: #fff;
  color: #ba2318;
  border-color: #ba2318;
}
.butn.fill:focus span {
  color: #ba2318;
}
.butn.fill span {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .butn {
    padding: 9px 18px;
  }
  body {
    font-size: 14px;
    line-height: 26px;
  }
}
/* primary listing */
.list-style li {
  line-height: 24px;
  margin-bottom: 10px;
  position: relative;
  padding-left: 30px;
  transition: all 0.3s ease 0s;
}
.list-style li:last-child {
  margin-bottom: 0;
}
.list-style li:before {
  content: "";
  position: absolute;
  left: 4px;
  top: 8px;
  width: 8px;
  height: 8px;
  background: #ba2318;
  border-radius: 100px;
  z-index: 2;
}
.list-style li:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 4px;
  width: 16px;
  height: 16px;
  background: rgba(78, 84, 200, 0.35);
  border-radius: 100px;
  z-index: 1;
}
.list-style li:hover {
  padding-left: 40px;
}

/* list style 2 */
.list-style2 {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list-style2 li {
  line-height: 24px;
  margin-bottom: 10px;
  position: relative;
  padding-left: 30px;
  transition: all 0.3s ease 0s;
}
.list-style2 li:after {
  content: "\f14a";
  font-family: Font Awesome\ 5 Free;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  color: #232323;
}
.list-style2 li:last-child {
  margin-bottom: 0;
}

/* list style 3 */
.list-style3 {
  margin-bottom: 0;
}
.list-style3 li {
  text-align: center;
  margin-right: 5px;
  display: inline-block;
}
.list-style3 li:last-child {
  margin-right: 0;
}
.list-style3 li a {
  border: 1px solid #6f6f6f;
  color: #6f6f6f;
  border-radius: 35px;
  height: 35px;
  width: 35px;
  line-height: 35px;
  display: inline-block;
}
.list-style3 li a:hover {
  background: #232323;
  color: #fff;
}

/* ===================================
    Navigation
====================================== */
.navbar-nav > li > a {
  letter-spacing: 1px;
}
.navbar-nav li.current > a {
  color: #1d1d3c;
}

.navbar > ul > li.current > a:after {
  border-color: transparent #1d1d3c #1d1d3c transparent;
}

.attr-nav .search {
  margin-top: -5px;
}

.navbar > ul > li.has-sub > a:after {
  top: 30px;
}
.navbar > ul > li.current > a:after {
  border-color: transparent #1d1d3c #1d1d3c transparent;
}
.navbar ul ul li.active > a {
  color: #1d1d3c;
}

@media screen and (min-width: 992px) {
  .menu_area-light .navbar-nav li a {
    color: #6f6f6f;
  }
  .menu_area-light .navbar-nav li > ul {
    background: #fff;
  }
  .menu_area-light .navbar-nav > li > a {
    color: #fff;
  }
  .menu_area-light .navbar ul ul li.active > a {
    color: #1d1d3c;
  }
  .menu_area-light .navbar-nav li.has-sub a:hover {
    color: #232323;
  }
  .menu_area-light .navbar-nav li.current > a, .menu_area-light .navbar-nav li.active > a {
    color: #1d1d3c;
  }
  .menu_area-light .navbar .sub-title {
    color: #232323;
  }
  .menu_area-light .navbar-nav > li.has-sub > a:hover {
    color: #fff;
  }
  .menu_area-light .navbar > ul > li.has-sub > a:hover:after, .menu_area-light .navbar > ul > li.has-sub > a:after {
    border-color: transparent #fff #fff transparent;
  }
  .menu_area-light .navbar > ul > li.current > a:after {
    border-color: transparent #1d1d3c #1d1d3c transparent;
  }
  .menu_area-light.scrollHeader .navbar-nav > li > a {
    color: #232323;
  }
  .menu_area-light.scrollHeader .navbar-nav > li.has-sub > a:hover {
    color: #1d1d3c;
  }
  .menu_area-light.scrollHeader .navbar > ul > li.has-sub > a:after {
    border-color: transparent #232323 #232323 transparent;
  }
  .menu_area-light.scrollHeader .navbar-nav > li.has-sub > a:hover:after {
    border-color: transparent #1d1d3c #1d1d3c transparent;
  }
  .menu_area-light.scrollHeader .navbar-nav li.current > a {
    color: #1d1d3c;
  }
  .menu_area-light.scrollHeader .navbar-nav li.current > a:hover {
    color: #1d1d3c;
  }
  .menu_area-light.scrollHeader .navbar > ul > li.current > a:after {
    border-color: transparent #1d1d3c #1d1d3c transparent;
  }
  .menu_area-light.scrollHeader .navbar-nav li.active > a {
    color: #1d1d3c;
  }
  .menu_area-light.scrollHeader .navbar-nav li.active > a:hover {
    color: #1d1d3c;
  }
}
@media screen and (max-width: 1199px) {
  .navbar-header-custom {
    padding: 12px 0 10px 0;
  }
}
@media screen and (max-width: 991px) {
  .attr-nav {
    margin-right: 63px;
  }
  .navbar-header-custom {
    padding: 4px 0 8px;
  }
  .navbar-nav > li > a {
    font-size: 13px;
  }
  .navbar-nav li.active > a {
    color: #1d1d3c;
  }
  .header-style1 .navbar-toggler, .navbar-toggler {
    background: #efefef;
  }
  .navbar ul ul li.active > a {
    color: #1d1d3c;
  }
  .navbar-toggler:after {
    border-top: 2px solid #1d1d3c;
    border-bottom: 2px solid #1d1d3c;
  }
  .navbar-toggler:before {
    background: #1d1d3c;
  }
  .navbar-toggler.menu-opened:after, .navbar-toggler.menu-opened:before {
    background: #1d1d3c;
  }
  .header-style1 .navbar-toggler {
    background: #1d1d3c;
  }
  .header-style1 .navbar-toggler:after {
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
  }
  .header-style1 .navbar-toggler:before {
    background: #fff;
  }
  .header-style1 .navbar-toggler.menu-opened:after {
    background: #fff;
    border-bottom: none;
  }
  .header-style1 .navbar-toggler.menu-opened:before {
    background: #fff;
  }
}
/* ===================================
    Main banner
====================================== */
.slider-fade .owl-item {
  height: 100vh;
  position: relative;
}
.slider-fade .item {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center center;
}
.slider-fade .item .caption {
  width: 100%;
  padding: 0 15px;
  z-index: 9;
}
.slider-fade .owl-carousel.owl-theme .owl-dots {
  position: absolute;
  bottom: 5vh;
  width: 100%;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
}
.slider-fade .owl-theme .owl-nav {
  margin-top: 0;
}
.slider-fade .owl-nav i, .slider-fade .owl-nav span {
  font-family: Font Awesome\ 5 Free;
  font-weight: 600;
  color: #fff;
  font-size: 36px;
  padding-top: 4px;
}
.slider-fade .owl-theme .owl-nav .owl-prev {
  position: absolute;
  right: inherit;
  top: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  border: none;
  background: none;
  border-radius: 50px;
  left: 5vh;
  text-align: center;
  margin: auto;
  opacity: 0.3;
}
.slider-fade .owl-theme .owl-nav .owl-next {
  position: absolute;
  width: 50px;
  height: 50px;
  border: none;
  background: none;
  border-radius: 50px;
  top: 0;
  bottom: 0;
  left: inherit;
  right: 5vh;
  text-align: center;
  margin: auto;
  opacity: 0.3;
}
.slider-fade .owl-theme .owl-nav .owl-next:hover {
  opacity: 1;
}
.slider-fade .owl-theme .owl-nav .owl-prev:hover {
  opacity: 1;
}
.slider-fade .owl-theme .owl-dots .owl-dot span {
  border: 2px solid #fff;
  background: none;
  width: 12px;
  height: 12px;
}
.slider-fade .owl-theme .owl-dots .owl-dot.active span {
  background: #ba2318;
}

@media screen and (max-width: 1199px) {
  .slider-fade .owl-carousel.owl-theme .owl-dots {
    bottom: 17vh;
  }
  .slider-fade .item {
    height: 86%;
  }
}
@media screen and (max-width: 991px) {
  .slider-fade .owl-theme .owl-nav .owl-next {
    right: 3vh;
  }
  .slider-fade .owl-theme .owl-nav .owl-prev {
    left: 3vh;
  }
}
@media screen and (max-width: 767px) {
  .slider-fade .owl-theme .owl-nav .owl-next {
    right: 1vh;
  }
  .slider-fade .owl-theme .owl-nav .owl-prev {
    left: 1vh;
  }
  .slider-fade .owl-nav i, .slider-fade .owl-nav span {
    font-size: 22px;
  }
}
/* ===================================
    Page title
====================================== */
/* page title*/
.page-title-section {
  padding: 225px 0 150px;
  text-align: center;
}
.page-title-section h1 {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1;
  color: #fff;
  margin-bottom: 0;
  text-transform: uppercase;
}
.page-title-section ul {
  margin-bottom: 0;
  margin-top: 15px;
  text-align: center;
}
.page-title-section ul li {
  display: inline-block;
}
.page-title-section ul li:last-child a {
  color: #1d1d3c;
  opacity: 0.65;
}
.page-title-section ul li:after {
  content: "\f105";
  font-weight: 700;
  vertical-align: middle;
  color: #fff;
  font-family: Font Awesome\ 5 Free;
  padding: 1px 5px 0 10px;
}
.page-title-section ul li:last-child:after {
  content: none;
}
.page-title-section ul li a {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
.page-title-section .active a, .page-title-section li.active:last-child a {
  color: #fff;
}

@media screen and (max-width: 1399px) {
  .page-title-section {
    padding: 200px 0 125px;
  }
}
@media screen and (max-width: 1199px) {
  .page-title-section {
    padding: 150px 0 85px;
  }
  .page-title-section h1 {
    font-size: 36px;
    line-height: 42px;
  }
}
@media screen and (max-width: 991px) {
  .page-title-section {
    padding: 125px 0 50px;
  }
  .page-title-section h1 {
    font-size: 30px;
    line-height: 40px;
  }
  .page-title-section ul {
    margin-top: 5px;
  }
  .page-title-section ul li a {
    font-size: 12px;
  }
}
/* section title*/
.section-title {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-bottom: 0;
}
.section-title.left-center:after {
  margin: 0;
}
.section-title:after {
  content: "";
  width: 45%;
  height: 3px;
  background: #ba2318;
  background: linear-gradient(to right, #ba2318 40%, white 100%);
  display: inline-block;
  border-radius: 5px;
  vertical-align: top;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -12px;
}

@media screen and (max-width: 991px) {
  .section-title.left-center:after {
    margin: 0 auto;
  }
  .section-title.left-center.sm-left:after {
    margin: 0;
  }
}
/* ===================================
    Testmonial
====================================== */
.testmonials-carousel .testmonial-text {
  padding: 45px 24px 75px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
}
.testmonials-carousel .testmonial-pic {
  margin-top: -40px;
}
.testmonials-carousel .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  right: 0;
  left: inherit;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 45px;
  background: none;
  border: 2px solid #fff;
}
.testmonials-carousel .owl-carousel .owl-nav button.owl-next:hover {
  background: #fff;
}
.testmonials-carousel .owl-carousel .owl-nav button.owl-next:hover i, .testmonials-carousel .owl-carousel .owl-nav button.owl-next:hover span {
  color: #232323;
}
.testmonials-carousel .owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  left: 0;
  right: inherit;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 45px;
  background: none;
  border: 2px solid #fff;
  cursor: pointer;
}
.testmonials-carousel .owl-carousel .owl-nav button.owl-prev:hover {
  background: #fff;
}
.testmonials-carousel .owl-carousel .owl-nav button.owl-prev:hover i, .testmonials-carousel .owl-carousel .owl-nav button.owl-prev:hover span {
  color: #232323;
}
.testmonials-carousel .owl-nav i, .testmonials-carousel .owl-nav span {
  color: #fff;
  cursor: pointer;
}

@media screen and (max-width: 991px) {
  .testmonials-carousel .testmonial-text {
    padding: 30px 18px 60px;
    max-width: 560px;
  }
}
@media screen and (max-width: 767px) {
  .testmonials-carousel .testmonial-text {
    padding: 25px 15px 60px;
  }
}
/* ===================================
    Team members
====================================== */
.team-style {
  position: relative;
}
.team-style .team-pic {
  position: relative;
}
.team-style .team-pic:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background-image: -ms-linear-gradient(90deg, rgba(186, 35, 24, 0.92157) 0%, rgba(255, 255, 255, 0.50196) 100%);
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: all ease-out 0.4s;
}
.team-style:hover .team-pic:after {
  opacity: 1;
  visibility: visible;
}
.team-style:hover .team-social-info {
  opacity: 1;
  visibility: visible;
  bottom: 88px;
}
.team-style .team-social-info {
  position: absolute;
  bottom: -52px;
  margin-bottom: 23px;
  opacity: 0;
  visibility: hidden;
  transition: all ease-out;
  transition: 0.3s;
  right: 0;
  left: 0;
  padding: 0 15px;
  text-align: center;
}
.team-style:hover .team-social-info {
  visibility: visible;
  bottom: -52px;
}
.team-style .team-social-info ul {
  margin: 0px;
  padding: 0px;
}
.team-style .team-social-info ul li {
  display: inline-block;
}
.team-style .team-social-info ul li a {
  font-size: 14px;
  color: #fff;
  margin-right: 13px;
  transition: all ease-out 0.3s;
}
.team-style .team-social-info ul li a:hover {
  color: #1d1d3c;
}
.team-style .team-info {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(186, 35, 24, 0.7);
  transition: all ease-out 0.6s;
  text-align: center;
}
.team-style:hover .team-info {
  background: transparent;
  bottom: 50px;
  border: 0;
}

.team-info .team-name {
  color: #fff;
  line-height: 1;
  margin: 0;
  margin-bottom: 10px;
}

.team-style:hover .team-info .team-name {
  color: #1d1d3c;
}

.team-info .team-position {
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
  color: #1d1d3c;
  letter-spacing: 1px;
  font-weight: 500;
}

.team-style:hover .team-info .team-position {
  color: #ffffff;
}

/* teachers details */
.progress-text {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 5px;
}

.custom-progress {
  height: 4px;
  border-radius: 50px;
  box-shadow: none;
  margin-bottom: 15px;
}

.custom-bar {
  height: 100%;
  background-color: #1d1d3c;
  box-shadow: none;
}

.custom-bar-dark {
  height: 100%;
  background-color: #232323;
  box-shadow: none;
}

.progress-medium {
  height: 8px;
  border-radius: 50px;
  box-shadow: none;
}

.progress-bold {
  height: 12px;
  border-radius: 50px;
  box-shadow: none;
}

.profile-info .social-icon i {
  color: #1d1d3c;
  border: 1px solid #1d1d3c;
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 50px;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.profile-info .social-icon i:hover {
  background: #1d1d3c;
  color: #fff;
}

.social-icon ul li {
  display: inline-block;
  margin-right: 10px;
}

.profile-info h6 {
  color: #1d1d3c;
}

/* ===================================
    Owl carousel
====================================== */
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background-color: #ba2318;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
  width: 40px;
  height: 40px;
  background: #fff;
  transition: all 0.4s ease 0s;
  box-shadow: 0 5px 28px 0 rgba(50, 50, 50, 0.1);
}

.owl-nav i, .owl-nav span {
  color: #232323;
  font-size: 18px;
  padding-top: 4px;
}

.owl-carousel .owl-item img {
  width: auto;
  display: inline-block;
}

.owl-theme .owl-nav {
  margin-top: 0;
}

.owl-carousel .caption .overflow-hidden {
  display: inline-block;
}
.owl-carousel .caption h3 {
  font-weight: 200;
  animation-delay: 0.5s;
  position: relative;
  display: inline-block;
}
.owl-carousel .caption h1 {
  margin: 0;
  font-size: 70px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  line-height: 1;
  animation-delay: 0.8s;
}
.owl-carousel .caption p {
  font-size: 18px;
  color: #eee;
  word-spacing: 2px;
  max-width: 800px;
  font-weight: 400;
  letter-spacing: 1px;
  width: 100%;
  animation-delay: 1.2s;
}
.owl-carousel .caption span {
  display: inline-block;
  padding: 0.2em 0;
  vertical-align: middle;
}
.owl-carousel .caption .butn {
  animation-delay: 1.4s;
}
.owl-carousel .caption .butn i {
  position: relative;
  z-index: 9;
}

@media screen and (max-width: 1399px) {
  .owl-carousel .caption h1 {
    font-size: 64px;
  }
}
@media screen and (max-width: 1199px) {
  .owl-carousel .caption h1 {
    font-size: 58px;
  }
  .owl-carousel .caption p {
    font-size: 16px;
    max-width: 700px;
  }
}
@media screen and (max-width: 991px) {
  .owl-carousel .caption h1 {
    font-size: 48px;
  }
  .owl-carousel .caption p {
    font-size: 16px;
    max-width: 600px;
  }
}
@media screen and (max-width: 767px) {
  .owl-carousel .caption h1 {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .owl-carousel .caption h3 {
    letter-spacing: 1px;
  }
}
/* ===================================
    Accordion style
====================================== */
.accordion-style .card {
  background: transparent;
  box-shadow: none;
  margin-top: 0 !important;
  margin-bottom: 10px;
  border: none;
}
.accordion-style .card-header {
  border: 0px;
  padding: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  background: none;
}
.accordion-style .btn-link {
  background: #ba2318 !important;
  box-shadow: 1px 4px 10px rgba(0, 0, 0, 0.2);
  color: #fff;
  position: relative;
  border: none;
  display: block;
  width: 100%;
  text-align: left;
  white-space: normal;
  border-radius: 0;
  padding: 15px 50px 15px 15px;
  text-decoration: none;
  font-size: 15px;
}
.accordion-style .btn-link:hover {
  border: none;
  text-decoration: none;
}
.accordion-style .btn-link.collapsed {
  background: #fff !important;
  color: #616161;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}
.accordion-style .btn-link.collapsed:after {
  background: none;
  border: 1px solid #ba2318;
  border-radius: 50%;
  content: "+";
  right: 15px;
  left: inherit;
  font-size: 18px;
  line-height: 24px;
  height: 25px;
  transform: none;
  width: 25px;
  top: 15px;
  color: #ba2318;
  text-align: center;
  padding-left: 0;
  letter-spacing: -1px;
}
.accordion-style .btn-link:after {
  background: none;
  border: 1px solid #1d1d3c;
  border-radius: 50%;
  content: "-";
  right: 15px;
  left: inherit;
  font-size: 18px;
  height: 25px;
  line-height: 24px;
  transform: none;
  width: 25px;
  top: 15px;
  position: absolute;
  color: #1d1d3c;
  text-align: center;
  padding-left: 0;
  letter-spacing: -2px;
}
.accordion-style .card-body {
  padding: 20px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .accordion-style .btn-link {
    font-size: 14px;
    padding: 12px 50px 12px 15px;
  }
  .accordion-style .btn-link:after, .accordion-style .btn-link.collapsed:after {
    top: 10px;
  }
}
/* ===================================
    Tabs
====================================== */
ul.resp-tabs-list {
  margin: 0px;
  padding: 0px;
}

.resp-tabs-list li {
  font-weight: 600;
  font-size: 14px;
  display: inline-block;
  padding: 13px 15px;
  margin: 0 4px 0 0;
  list-style: none;
  cursor: pointer;
}
.resp-tabs-list li:last-child {
  margin-right: 0;
}
.resp-tabs-list li i {
  font-size: 20px;
  padding-right: 5px;
  vertical-align: text-bottom;
}

.resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  clear: left;
}

.resp-tab-content {
  display: none;
  padding: 20px;
}

.resp-tabs-list li.resp-tab-active {
  border: 1px solid #ba2318;
  border-bottom: none;
  border-color: #ba2318 !important;
  margin-bottom: -1px;
  padding: 12px 14px 14px 14px;
  border-top: 4px solid #ba2318 !important;
  border-bottom: 0px #fff solid;
  border-bottom: none;
  background-color: #fff;
  color: #ba2318;
}

.resp-content-active, .resp-accordion-active {
  display: block;
}

.resp-tab-content {
  border: 1px solid #c1c1c1;
  border-top-color: #c1c1c1;
  float: left;
  width: 100%;
}

h2.resp-accordion {
  cursor: pointer;
  display: none;
  font-size: 14px;
  border: 1px solid #c1c1c1;
  border-top: 0px solid #c1c1c1;
  margin: 0px;
  padding: 14px 15px;
  float: left;
  width: 100%;
}
h2.resp-tab-active {
  border-bottom: 0px solid #c1c1c1 !important;
  background-color: #ba2318 !important;
  color: #fff;
}
h2.resp-tab-title:last-child {
  border-bottom: 12px solid #c1c1c1 !important;
  background: blue;
}

.resp-arrow {
  border-color: transparent #ba2318 #ba2318 transparent;
  border-style: solid;
  border-width: 0 1px 1px 0;
  float: right;
  display: block;
  height: 8px;
  transform: rotate(45deg);
  width: 8px;
  margin-top: 4px;
}

h2.resp-tab-active span.resp-arrow {
  border-color: #1d1d3c transparent transparent #1d1d3c;
  border-style: solid;
  border-width: 1px 0 0 1px;
  float: right;
  display: block;
  height: 8px;
  transform: rotate(45deg);
  width: 8px;
  margin-top: 7px;
}

/* tab-style1 */
.tab-style1 .resp-tabs-list {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.tab-style1 .resp-tabs-list li {
  position: relative;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
  padding: 0 15px 15px 15px;
  margin: 0 4px 0 0;
  list-style: none;
  cursor: pointer;
  min-width: auto;
  color: #000;
  background: none !important;
}
.tab-style1 .resp-tabs-list li.resp-tab-active {
  border: 1px solid #1d1d3c;
  border-bottom: none;
  border-color: #1d1d3c !important;
  margin-bottom: -1px;
  border-top: 4px solid #1d1d3c !important;
  border-bottom: 0px #fff solid;
  border-bottom: none;
  background-color: #fff;
  color: #1d1d3c;
  color: #5e2ced;
  -ms-border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -o-border-top-left-radius: 5px;
  -ms-border-top-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-top-right-radius: 5px;
  -o-border-top-right-radius: 5px;
  -ms-border-radius-top-left: 5px;
  -webkit-border-radius-top-left: 5px;
  -moz-border-radius-top-left: 5px;
  -o-border-radius-top-left: 5px;
  -ms-border-radius-topright: 5px;
  -webkit-border-radius-topright: 5px;
  -moz-border-radius-topright: 5px;
  -o-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
}
.tab-style1 .resp-tabs-list li.resp-tab-active:after {
  content: "";
  background: #1d1d3c;
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: -1px;
  left: 0;
  margin: 0 auto;
  right: 0;
}
.tab-style1 .img-effect:hover {
  transform: translateY(-8px);
}
.tab-style1 .box-shadow-primary {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

@media screen and (min-width: 992px) {
  .tab-style1 ul.resp-tabs-list {
    text-align: center;
  }
  .tab-style1 ul.resp-tabs-list.text-left {
    padding-left: 15px;
  }
  .tab-style1 ul.resp-tabs-list li:last-child {
    margin-right: 0;
  }
  .tab-style1 ul.resp-tabs-list li.resp-tab-active {
    color: #1d1d3c;
  }
  .tab-style1 .resp-tab-content {
    margin-top: 40px;
    border: none;
    padding: 0;
  }
}
@media screen and (max-width: 991px) {
  ul.resp-tabs-list {
    display: none;
  }
  h2.resp-accordion {
    display: block;
  }
  h2.resp-accordion i {
    margin-right: 8px;
    font-size: 18px;
  }
  .resp-tabs-container {
    border-top: 1px solid #c1c1c1;
  }
  .resp-accordion-closed {
    display: none !important;
  }
  .resp-tab-content {
    background-color: #fff;
  }
  .tab-style1 ul.resp-tabs-list {
    display: none;
  }
  .tab-style1 h2.resp-accordion {
    display: block;
  }
  .tab-style1 h2.resp-accordion i {
    margin-right: 8px;
    font-size: 18px;
  }
  .tab-style1 .resp-accordion-closed {
    display: none !important;
  }
  .tab-style1 .resp-tab-content {
    background-color: #fff;
  }
}
/* ===================================
    Pages
====================================== */
/*about us*/
.about-section {
  margin-top: -175px;
}

.about-box {
  padding: 50px 38px 50px 50px;
  position: relative;
  z-index: 9;
  background: #fff;
  box-shadow: 0 2px 20px rgba(34, 30, 31, 0.4);
}

@media screen and (max-width: 1199px) {
  .about-section {
    margin-top: -220px;
  }
  .about-box {
    padding: 40px;
  }
}
@media screen and (max-width: 767px) {
  .about-section {
    margin-top: -175px;
  }
  .about-box {
    padding: 25px;
  }
}
/*courses grid*/
.courses-box {
  background-color: #fff;
  transition-duration: 500ms;
  margin: 0 15px 25px 15px;
}
.courses-box:hover {
  -ms-box-shadow: 0 10px 20px 0 rgba(50, 50, 50, 0.12);
  -o-box-shadow: 0 10px 20px 0 rgba(50, 50, 50, 0.12);
  box-shadow: 0 10px 20px 0 rgba(50, 50, 50, 0.12);
}

.courses-desc {
  padding: 30px;
  position: relative;
}

.courses-box-bottom {
  padding: 15px 20px;
}

.courses-single-icon {
  margin-right: 20px;
  font-size: 14px;
  padding-right: 20px;
  border-right: 1px solid #e4e4e4;
  display: inline-block;
}

.courses-box-bottom {
  border-top: 1px solid #efefef;
  text-align: right;
}
.courses-box-bottom .courses-icon {
  float: left;
}

.courses-single-icon:last-child {
  border-right: none;
  padding-right: 0;
  margin-right: 0;
}

.courses-box-bottom .courses-button a {
  font-weight: 600;
  color: #1d1d3c;
}
.courses-box-bottom .courses-button a:hover {
  color: #ba2318;
}

@media screen and (max-width: 1199px) {
  .courses-area .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px;
  }
  .courses-desc {
    padding: 25px;
    font-size: 14px;
  }
  .courses-single-icon {
    padding-right: 15px;
    margin-right: 15px;
  }
  .courses-box-bottom {
    padding: 15px;
  }
  .courses-box-bottom .courses-button {
    font-size: 14px;
  }
}
/*courses detail*/
.comment-list-wrapper {
  margin-bottom: 30px;
}
.comment-list-wrapper:last-child {
  margin-bottom: 0;
}

.comment-list {
  display: flex;
  justify-content: space-between;
  padding: 30px 15px 25px;
  border-radius: 0;
  margin-bottom: 15px;
  position: relative;
  box-shadow: 9px 16px 46px 0px rgba(47, 47, 47, 0.05);
  align-items: center;
  width: 100%;
}
.comment-list:last-child {
  margin-bottom: 0;
}
.comment-list .commnet_img {
  width: 80px;
}
.comment-list .commnet_img img {
  border-radius: 50%;
}
.comment-list .comment-text {
  padding: 0 15px 0 30px;
  width: 87%;
}

.comment-text .author_info {
  line-height: 14px;
}
.comment-text .author_info .author_name {
  font-size: 14px;
  font-weight: 600;
}
.comment-text .author_info span {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  display: block;
}
.comment-text .rating ul {
  margin: 0;
}
.comment-text .rating ul li {
  padding: 0 1px;
}
.comment-text .rating ul li i:before {
  font-size: 14px;
  color: #1d1d3c;
  margin-left: 0px;
}
.comment-text p {
  margin: 15px 0 0;
}

@media screen and (max-width: 767px) {
  .comment-text .author_info {
    display: block !important;
  }
  .comment-list {
    display: block;
  }
  .comment-list .comment-text {
    width: 100%;
    padding: 0;
  }
  .comment-list .commnet_img {
    margin-bottom: 20px;
  }
}
/*courses feature*/
.courses-feature ul li {
  padding: 5px 0;
}
.courses-feature ul li:first-child {
  padding-top: 0;
}

.course-details-icon {
  color: #1d1d3c;
  font-size: 26px;
  margin-right: 15px;
}

.course-details-content {
  width: calc(100% - 40px);
  margin-top: -3px;
}

.item.author .thumb, .item.author .desc {
  display: table-cell;
  vertical-align: middle;
}
.item.author .thumb h4, .item.author .desc h4 {
  margin-bottom: 0;
}
.item.author .thumb img {
  border: 1px solid #e7e7e7;
  border-radius: 50%;
  height: 55px;
  margin-right: 10px;
  margin-top: -3px;
  padding: 2px;
  width: 55px;
}

.courses-feature ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.courses-feature ul li span i {
  color: #1d1d3c;
  margin-right: 10px;
}

.courses_price .price span {
  color: red;
  font-weight: 500;
  padding-right: 15px;
}
.courses_price .price .new_price {
  color: #1d1d3c;
  padding-right: 0px;
  letter-spacing: 1px;
}

/* gallery */
.gallary-block {
  position: relative;
}
.gallary-block .position-relative {
  width: 100%;
  overflow: hidden;
  height: 100%;
}
.gallary-block img {
  transition: all 500ms;
}
.gallary-block:hover img {
  transform: scale(1.2);
}
.gallary-block:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transform: scale3d(0, 0, 0);
  transition: all 0.5s;
  z-index: 1;
}
.gallary-block:hover:before, .gallary-block:hover .popimg {
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.gallary-block .popimg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform: scale3d(0, 0, 0);
  transition: all 0.5s;
  color: #fff;
  font-size: 36px;
  z-index: 9;
  opacity: 0;
  width: 32px;
  height: 35px;
  margin: auto;
}
.gallary-block .popimg i {
  transition: all 500ms;
}
.gallary-block .popimg:hover i {
  color: #1d1d3c;
}

/* Popup gallery*/
.lg-backdrop {
  z-index: 99999;
}

.lg-outer {
  z-index: 999999;
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #1d1d3c;
}

.lg-progress-bar .lg-progress {
  background-color: #1d1d3c;
}

.lg-backdrop.in {
  opacity: 0.85;
}

/*404 page*/
.page-container .title {
  font-size: 250px;
  line-height: 1;
  margin-bottom: 0;
}

@media screen and (max-width: 1199px) {
  .page-container .title {
    font-size: 200px;
  }
}
@media screen and (max-width: 991px) {
  .page-container .title {
    font-size: 125px;
  }
}
@media screen and (max-width: 767px) {
  .page-container .title {
    font-size: 75px;
  }
}
/* count down */
ul.countdown li {
  border-right: 1px solid #626262;
  display: inline-block;
  padding: 0 30px;
  text-align: center;
}
ul.countdown li:last-child {
  border: medium none;
  padding-right: 0;
}
ul.countdown li span {
  font-size: 36px;
  font-weight: 700;
  line-height: normal;
  position: relative;
}
ul.countdown li span:before {
  content: "";
  height: 1px;
  position: absolute;
  width: 100%;
}
ul.countdown li p.timeRefDays, ul.countdown li p.timeRefHours, ul.countdown li p.timeRefMinutes, ul.countdown li p.timeRefSeconds {
  font-size: 12px;
  font-weight: 500;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  ul.countdown li {
    padding: 0 6px;
  }
  .social-links li {
    margin-right: 15px;
  }
  ul.countdown li span {
    font-size: 22px;
  }
}
/*events*/
.event-block ul li i {
  color: #1d1d3c;
}
.event-block a i {
  color: #1d1d3c;
  transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}
.event-block .event-btn {
  margin-top: -10px;
}
.event-block .event-btn a {
  color: #ba2318;
  font-weight: 600;
}
.event-block .event-btn a i {
  color: #ba2318;
  vertical-align: middle;
}
.event-block .event-btn a:hover {
  color: #1d1d3c;
  font-weight: 600;
}
.event-block .event-btn a:hover i {
  color: #1d1d3c;
}

/* ===================================
    Other
====================================== */
/* quform */
.form-group {
  margin-bottom: 1rem;
}
.form-group label {
  margin-bottom: 0.5rem;
}

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

.form-check-input:checked {
  border-color: #f7b035;
  background-color: #f7b035;
}
.form-check-input:focus {
  box-shadow: none;
}

.quform-input {
  position: relative;
}
.quform-input .quform-errors-wrap {
  position: absolute;
  right: 8px;
  top: 0;
  line-height: normal;
  z-index: 1;
}

.quform-element > label {
  font-weight: normal;
  padding-bottom: 5px;
  margin-bottom: 0;
  color: #6a747b;
  font-size: 14px;
}
.quform-element > label .quform-required {
  color: #cc0101;
  font-size: 10px;
}

.quform-inner input {
  width: 100%;
}

.quform-elements .quform-element textarea {
  margin-bottom: 0;
  padding: 8px 15px;
  vertical-align: top;
}
.quform-elements .quform-element select {
  margin-bottom: 0;
  padding: 8px 35px 8px 15px;
}

.quform-errors {
  padding: 0;
  margin: 0;
  line-height: normal;
}
.quform-errors > .quform-error {
  padding: 0;
  background: none;
  border: none;
  float: none;
  color: #f5543f;
  font-size: 11px;
  line-height: normal;
  letter-spacing: normal;
}

.quform-outer-no-js .quform-error {
  padding: 0;
  background: none;
  border: none;
  float: none;
  color: #f5543f;
  font-size: 11px;
  line-height: normal;
  letter-spacing: normal;
}
.quform-outer-no-js .quform-success-message {
  padding: 0.75rem 1.25rem 0.75rem 3rem;
}

.quform-has-error input, .quform-has-error textarea, .quform-has-error select, .quform-has-error input[type=file], .quform-has-error .custom-file-label {
  border-color: #f5543f;
}

.quform-success-message {
  padding: 0.75rem 1.25rem 0.75rem 3rem;
}

.quform-submit-inner {
  float: none;
}

.quform-loading-wrap {
  float: none;
}
.quform-loading-wrap .quform-loading {
  display: inline-block;
}

.light-validation .quform-errors > .quform-error {
  color: #fff;
}

/*skills*/
.skills-block .row i {
  border: 1px solid #ba2318;
  color: #ba2318;
  border-radius: 50%;
  height: 70px;
  width: 70px;
  line-height: 70px;
  font-size: 30px;
  text-align: center;
  transition-duration: 500ms;
}
.skills-block .row:hover i {
  color: #fff;
  background-color: #ba2318;
  border-color: #ba2318;
}

/*story video*/
.story-video {
  height: 100%;
}

.video_btn {
  position: relative;
  height: 80px;
  width: 80px;
  background: #1d1d3c;
  text-align: center;
  display: inline-block;
  line-height: 85px;
  color: #fff;
  border-radius: 50%;
  transition-duration: 0s;
  -ms-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -webkit-transition-duration: 0s;
  -o-transition-duration: 0s;
}
.video_btn:hover i, .video_btn:focus i {
  color: #fff;
}
.video_btn:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  height: 80px;
  width: 80px;
  border: 2px solid #fff;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transform: translateX(-50%) translateY(-50%);
  opacity: 0.3;
  animation: pulse-border 1500ms ease-out infinite;
}
.video_btn:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  height: 95px;
  width: 95px;
  border: 2px solid #fff;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transform: translateX(-50%) translateY(-50%);
  opacity: 0.3;
  animation: pulse-border 1500ms ease-out infinite;
}
.video_btn.small {
  width: 50px;
  height: 50px;
  line-height: 50px;
}
.video_btn.small:after {
  height: 50px;
  width: 50px;
}
.video_btn.small:before {
  height: 65px;
  width: 65px;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
@media screen and (max-width: 1199px) {
  .video_btn {
    height: 75px;
    width: 75px;
    line-height: 80px;
  }
  .video_btn:after {
    height: 75px;
    width: 75px;
  }
  .video_btn:before {
    height: 90px;
    width: 90px;
  }
}
@media screen and (max-width: 991px) {
  .story-video {
    min-height: 325px;
  }
  .video_btn {
    height: 70px;
    width: 70px;
    line-height: 70px;
  }
  .video_btn:after {
    height: 70px;
    width: 70px;
  }
  .video_btn:before {
    height: 85px;
    width: 85px;
  }
  @keyframes pulse-border {
    0% {
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    }
    100% {
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.2);
    }
  }
}
@media screen and (max-width: 767px) {
  .story-video {
    min-height: 200px;
  }
  .story-video-height {
    min-height: 250px;
  }
  .video_btn {
    height: 60px;
    width: 60px;
    line-height: 62px;
  }
  .video_btn:after {
    height: 60px;
    width: 60px;
  }
  .video_btn:before {
    height: 75px;
    width: 75px;
  }
}
/*counter box*/
#counter {
  margin-top: -50px;
}

@media screen and (max-width: 1199px) {
  #counter {
    margin-top: -40px;
  }
}
@media screen and (max-width: 991px) {
  #counter {
    margin-top: -30px;
  }
}
/*news and events*/
.latest-news {
  position: relative;
}
.latest-news::before {
  position: absolute;
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 1;
}

.news-block {
  bottom: 30px;
  position: absolute;
  z-index: 2;
  padding: 50px 50px 20px 50px;
  display: inline-block;
  width: 100%;
  left: 0;
}
.news-block li {
  display: inline-block;
  margin-right: 12px;
  padding-right: 15px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.news-block li:last-child {
  margin-right: 0px;
  padding-right: 0;
  border: none;
}
.news-block li a {
  color: #fff;
}
.news-block h5 a {
  color: #1d1d3c;
}

.events-row {
  display: inline-block;
  width: 100%;
  padding: 20px 40px;
  background: #ba2318;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
  transition: all 0.4s ease 0s;
}
.events-row h6 a {
  color: #222;
}
.events-row:hover:before {
  height: 0px;
  transition: all 0.4s ease 0s;
}
.events-row:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  box-shadow: 1px 4px 10px rgba(0, 0, 0, 0.2);
  left: 0;
  top: 0;
  z-index: -1;
  transition: all 0.4s ease 0s;
}
.events-row:hover.events-row h5 a {
  color: #1d1d3c;
}
.events-row:hover.events-row li a {
  color: #fff;
}
.events-row li {
  display: inline-block;
  margin-right: 20px;
}
.events-row li:last-child {
  margin-right: 0px;
}

@media screen and (max-width: 1199px) {
  .events-row {
    padding: 20px 30px;
  }
}
@media screen and (max-width: 991px) {
  .events-row {
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .events-row {
    padding: 15px;
  }
  .events-row li {
    margin-right: 15px;
  }
}
/* common listing */
.common-listing {
  display: inline-block;
  width: 100%;
  padding: 20px 40px;
  background: #ba2318;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
  transition: all 0.4s ease 0s;
}
.common-listing h6 a {
  color: #222;
}
.common-listing:hover:before {
  height: 0px;
  transition: all 0.4s ease 0s;
}
.common-listing:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  box-shadow: 1px 4px 10px rgba(0, 0, 0, 0.2);
  left: 0;
  top: 0;
  z-index: -1;
  transition: all 0.4s ease 0s;
}
.common-listing:hover.common-listing h5 a {
  color: #1d1d3c;
}
.common-listing:hover.common-listing li a {
  color: #fff;
}
.common-listing:hover.common-listing h5 {
  color: #1d1d3c;
}
.common-listing:hover.common-listing li {
  color: #fff;
}
.common-listing li {
  display: inline-block;
  margin-right: 20px;
}
.common-listing li:last-child {
  margin-right: 0px;
}

@media screen and (max-width: 1199px) {
  .common-listing {
    padding: 20px 30px;
  }
}
@media screen and (max-width: 991px) {
  .common-listing {
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .common-listing {
    padding: 15px;
  }
  .common-listing li {
    margin-right: 15px;
  }
}
/* contact detail */
.map {
  width: 100%;
  height: 400px;
  vertical-align: top;
  border: 0;
}

/*search page*/
.search-form_input {
  color: #ba2318;
}

.search-frame h4 a:hover {
  color: #ba2318;
}
.search-frame .search_list .match {
  color: #ba2318;
}
.search-frame .search_list li:before {
  color: #ba2318;
  top: 15px;
}
.search-frame .search_list li + li {
  border-top: 3px solid #ba2318;
}
.search-frame .search {
  color: #ba2318;
}

.search-form i {
  font-size: 1.2rem;
  line-height: 2rem;
}

/* ===================================
    Blog
====================================== */
.blog-grid {
  position: relative;
  background: #fff;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
}
.blog-grid:hover {
  -ms-box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
  -o-box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
  box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
  transform: translateY(-0.25em);
}
.blog-grid img {
  width: 100%;
}

.data-box-grid {
  display: inline-block;
  left: 0;
  bottom: -1px;
  padding: 5px 20px;
  font-size: 18px;
}
.data-box-grid h5 {
  letter-spacing: 1px;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  margin-right: 8px;
  color: #fff;
  font-size: 20px;
}

.blog-grid .data-box-grid p {
  font-size: 14px;
  margin-bottom: 0;
  padding: 0;
  border: none;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
}

.blog-grid-text {
  position: relative;
}
.blog-grid-text > span {
  color: #ba2318;
  font-size: 13px;
  padding-right: 5px;
}
.blog-grid-text ul li {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  margin: 0 10px 0 0;
}
.blog-grid-text ul li i {
  color: #ba2318;
  font-size: 14px;
  font-weight: 500;
  margin-right: 8px;
}

.blog-list-left-heading:after, .blog-title-box:after {
  content: "";
  height: 2px;
}

.blog-grid-simple-content a:hover {
  color: #232323;
}
.blog-grid-simple-content a:hover:after {
  color: #232323;
}

.blog-list-simple {
  margin: 0 0 30px 0;
  padding-bottom: 30px;
}
.blog-list-simple:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.blog-list-simple-text > span {
  color: #ba2318;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
}
.blog-list-simple-text p {
  border-top: 1px solid #ececec;
  margin-bottom: 0;
  padding: 15px 0;
}
.blog-list-simple-text .meta {
  margin: 0 0 5px 0;
}
.blog-list-simple-text li {
  display: inline-block;
  font-size: 12px;
  color: #777;
  margin: 5px;
}
.blog-list-simple-text h4 {
  color: #232323;
  font-size: 20px;
  font-weight: 500;
  margin: 5px 0;
  line-height: normal;
}
.blog-list-simple-text ul {
  margin: 10px 0;
}
.blog-list-simple-text ul li {
  color: #999;
  font-size: 14px;
  font-weight: 500;
  padding: 3px 0;
}
.blog-list-simple-text ul li i {
  color: #ba2318;
  margin-right: 5px;
  font-size: 14px;
}

.blogs .post {
  margin-bottom: 50px;
}
.blogs .post .content {
  padding: 30px;
  background: #fafafa;
}
.blogs .post .content .post-title h5 a {
  color: #232323;
}
.blogs .post .content .post-title h5 a:hover {
  color: #F24259;
}
.blogs .post .content .meta {
  margin-bottom: 15px;
}
.blogs .post .content .meta li {
  display: inline-block;
  margin: 5px 5px 0 5px;
}
.blogs .post .content .special {
  padding: 15px;
  margin: 30px 0;
  border-left: 2px solid #111;
  background: #f7f7f7;
  font-size: 16px;
}
.blogs .post .content .btn {
  border-color: #6f6f6f;
  color: #6f6f6f;
  min-width: auto;
  padding: 6px 20px;
  font-size: 12px;
}
.blogs .post .content .btn:hover {
  color: #fff;
  border-color: #F24259;
}
.blogs .post .share-post {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px dashed #ddd;
  text-align: left;
}
.blogs .post .share-post span {
  font-weight: 700;
}
.blogs .post .share-post ul {
  float: right;
}
.blogs .post .share-post ul li {
  display: inline-block;
  margin: 0 10px;
}
.blogs .post .post-img img {
  width: 100%;
}
.blogs .posts .title-g h3 {
  font-weight: 700;
  font-size: 25px;
  margin-bottom: 10px;
}
.blogs .comments-area .comment-box {
  padding-bottom: 30px;
  margin-bottom: 50px;
  border-bottom: 1px solid #eee;
}
.blogs .comments-area .comment-box:nth-child(odd) {
  margin-left: 80px;
}
.blogs .comments-area .comment-box:last-child {
  margin-bottom: 30px;
}
.blogs .comment-box .author-thumb {
  width: 80px;
  float: left;
}
.blogs .comment-box .comment-info {
  margin-left: 100px;
}
.blogs .comment-box .comment-info h6 {
  font-weight: 600;
  margin-bottom: 10px;
}
.blogs .comment-box .comment-info .reply {
  margin-top: 10px;
  font-weight: 600;
}
.blogs .comment-box .comment-info .reply i {
  padding-right: 5px;
  font-size: 12px;
}

.pagination {
  border-radius: 0;
  padding: 0;
  margin: 0;
}
.pagination ul {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 auto;
  padding: 0;
}
.pagination li {
  display: inline;
}
.pagination a {
  float: left;
  padding: 0 18px;
  line-height: 40px;
  text-decoration: none;
  border: 1px solid #dbdbdb;
  border-left-width: 0;
  background: #fff;
}
.pagination a:hover {
  background-color: #232323;
  color: #fff;
}
.pagination .active a {
  background-color: #f7f7f7;
  color: #999;
  cursor: default;
}
.pagination .disabled span {
  color: #999;
  background-color: transparent;
  cursor: default;
}
.pagination .disabled a {
  color: #999;
  background-color: transparent;
  cursor: default;
}
.pagination .disabled a:hover {
  color: #999;
  background-color: transparent;
  cursor: default;
}
.pagination li:first-child a {
  border-left-width: 1px;
}

.side-bar .widget {
  margin-bottom: 30px;
}
.side-bar .widget:last-child {
  margin-bottom: 0;
}
.side-bar .widget .widget-title h6 {
  position: relative;
  padding-bottom: 5px;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
.side-bar .widget .widget-title h6:after {
  content: "";
  width: 30px;
  height: 1px;
  background: #ba2318;
  position: absolute;
  bottom: 0;
  left: 0;
}
.side-bar .widget li {
  position: relative;
  padding: 0 0 0 12px;
  margin: 0 0 9px 0;
  color: #6f6f6f;
}
.side-bar .widget li:last-child {
  margin: 0;
}
.side-bar .widget li:after {
  content: "";
  width: 5px;
  height: 1px;
  background-color: #6f6f6f;
  position: absolute;
  top: 12px;
  left: 0;
}
.side-bar .widget .default-style li {
  padding-left: 0;
}
.side-bar .widget .default-style li:after {
  content: none;
}
.side-bar .widget .social-listing {
  margin-bottom: 0;
}
.side-bar .widget .social-listing li {
  list-style: none;
  display: inline-block;
}
.side-bar .widget .social-listing li:after {
  background: none;
}
.side-bar .widget .social-listing li:first-child {
  padding-left: 0;
}
.side-bar .single-post {
  display: flex;
  border-radius: 0px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.side-bar .single-post:last-child {
  margin-bottom: 0;
}
.side-bar .single-post .post_title {
  width: 75%;
  padding-left: 15px;
  font-size: 14px;
  line-height: 22px;
  margin-top: -3px;
}
.side-bar .search form input {
  width: calc(100% - 50px);
  height: 50px;
  padding: 0 10px;
  margin: 0;
  border: 1px solid #d1d1d1;
  background: #f7f7f7;
}
.side-bar .search form button {
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  border: 0;
  float: right;
  border-radius: 0;
  padding: 0;
}
.side-bar .search form button:hover:before {
  border-radius: 0;
  padding: 0;
}
.side-bar .post-img {
  float: left;
  margin-right: 5%;
  width: 25%;
  display: block;
}

@media screen and (max-width: 1199px) {
  .blog-grid-text h4 {
    font-size: 18px;
  }
  .blogs .post .content .post-title h5 {
    font-size: 22px;
  }
  .blogs .post .content .special {
    font-size: 16px;
  }
  .blogs .posts .title-g h3 {
    font-size: 22px;
  }
}
@media screen and (max-width: 1199px) {
  .side-bar .post-img {
    margin-right: 0;
    width: 18%;
  }
}
@media screen and (max-width: 767px) {
  .blog-grid-text h4 {
    font-size: 16px;
  }
  .blog-grid-text p {
    font-size: 14px;
  }
  .blog-list-simple {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .data-box-grid {
    padding: 5px 15px;
    font-size: 16px;
  }
  .data-box-grid h5 {
    font-size: 16px;
    margin-right: 3px;
  }
  .blog-list-simple-text > span {
    font-size: 12px;
  }
  .blog-list-simple-text p {
    font-size: 14px;
  }
  .blog-list-simple-text h4 {
    font-size: 18px;
  }
  .blog-list-simple-text ul li {
    font-size: 12px;
  }
  .blogs .post .content .post-title h5 {
    font-size: 20px;
  }
  .blogs .post .content .special {
    font-size: 14px;
  }
  .blogs .posts .title-g h3 {
    font-size: 18px;
  }
  .side-bar .post-img {
    margin-right: 20px;
  }
}
/* ===================================
    Footer
====================================== */
footer {
  padding: 50px 0 0;
  background: #1f1f1f;
  word-wrap: break-word;
  color: #939393;
}
footer p {
  margin-bottom: 0;
}
footer h3 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 30px;
  line-height: 1;
  position: relative;
}
footer h3:after {
  content: "";
  display: block;
  width: 70px;
  height: 2px;
  background: #1d1d3c;
  margin-top: 12px;
}

.footer-social-icons ul {
  margin-bottom: 0;
}
.footer-social-icons ul li {
  display: inline-block;
  border: 1px solid #939393;
  border-radius: 50%;
  color: #fff;
  margin-right: 10px;
  margin-bottom: 5px;
  transition-duration: 0.3s;
}
.footer-social-icons ul li a {
  color: #939393;
  display: block;
  font-size: 15px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  width: 35px;
}
.footer-social-icons ul li:hover {
  background: #1d1d3c;
  border-color: #1d1d3c;
}
.footer-social-icons ul li:hover i {
  color: #fff;
}
.footer-social-icons.small ul li {
  margin-bottom: 0;
}
.footer-social-icons.small ul li a {
  font-size: 12px;
  height: 25px;
  line-height: 26px;
  width: 25px;
}

.footer-list {
  margin: 0;
}
.footer-list li {
  list-style-type: none;
  padding: 6px 0;
}
.footer-list li:first-child {
  padding-top: 0;
}
.footer-list li a {
  color: #939393;
}
.footer-list li a:before {
  content: "\f105";
  font-weight: 700;
  vertical-align: bottom;
  font-family: Font Awesome\ 5 Free;
  color: #939393;
  padding-right: 8px;
  transition-duration: 0.3s;
}
.footer-list li a:hover {
  color: #fff;
}
.footer-list li a:hover:before {
  color: #fff;
}

.footer-bar {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 50px;
  text-align: center;
  background: #191919;
  color: #939393;
}
.footer-bar span {
  font-size: 15px;
  font-weight: 400;
}

footer h3.footer-title-style2 {
  margin-bottom: 28px;
}

h3.footer-title-style2:after {
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  margin-top: 15px;
}

@media screen and (max-width: 991px) {
  .footer-bar {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  footer {
    padding-top: 30px;
  }
  .footer-bar {
    margin-top: 30px;
  }
  .footer-bar p {
    font-size: 13px;
  }
}
body {
  background-color: white;
}

.section_header_01 {
  background-color: #1d1d3c;
  color: white;
}

#sectionFaq .faqTitleCat h2 {
  color: #1d1d3c !important;
}

hr.sous_title {
  height: 10px;
  width: 50px;
  margin-top: 0.25rem;
  background-color: #1d1d3c;
  opacity: 1;
}

.section_header {
  background-color: #1d1d3c;
  color: white;
}
.section_header h1.pTitle {
  color: white;
}

a.btnMenu {
  display: flex;
  color: #1d1d3c;
  background-color: white;
  margin: 0.75rem 0;
  padding: 1rem 0.5rem;
  border: 1px solid #e2e8f0;
}
a.btnMenu.right {
  justify-content: end;
}
a.btnMenu:hover {
  background-color: #1d1d3c;
  color: white;
}

.colSidebar .kdre.theme01 {
  padding: 1rem;
  background-color: #eeeeee;
}

.hMenuCat {
  padding: 1rem 0 0.5rem 1rem;
  margin-bottom: 0;
  text-align: right;
}
.hMenuCat .cat {
  color: #464646;
  font-size: 0.9rem;
  text-transform: uppercase;
}

.kdreHrCat {
  display: flex;
  justify-content: right;
  margin-bottom: 1.5rem;
}
.kdreHrCat hr.menuCat {
  height: 8px;
  width: 30px;
  background-color: #1d1d3c;
  margin: 0;
  opacity: 1;
}

#burst-12 {
  background: red;
  width: 80px;
  height: 80px;
  position: relative;
  text-align: center;
}

#burst-12:before,
#burst-12:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 80px;
  width: 80px;
  background: red;
}

#burst-12:before {
  transform: rotate(30deg);
}

#burst-12:after {
  transform: rotate(60deg);
}

.collapseFaq {
  padding: 1rem 0;
  font-size: 0.9rem;
}

#navbar .nav-item .nav-link {
  padding: 0 0.5rem;
  border-right: 1px solid #1d1d3c !important;
  line-height: 1.2em !important;
}

.menu_sidebar {
  padding-top: 2rem;
}
.menu_sidebar .catPlaylist {
  color: #ba2318;
}

.menu_sidebar li a {
  background-color: #eee;
  display: block;
  border-left: 5px solid transparent;
  font-size: 15px;
  font-weight: 600;
  padding: 14px 10px 14px 20px;
  margin-bottom: 0.5rem;
}
.menu_sidebar li a.btnFormDemande {
  background-color: #1d1d3c;
  color: white;
  border-left: 5px solid #ba2318;
}
.menu_sidebar li a.btnFormDemande:hover {
  background-color: #ba2318;
  color: white;
  border-left: 5px solid #1d1d3c;
}
.menu_sidebar li:hover a, .menu_sidebar li.active a {
  color: black;
  border-left: 5px solid #86bc42;
}

.box.boxContact {
  padding: 2rem;
}
.box.boxContact h3 {
  font-size: 1.8rem;
}

/* ===================================
    Footer
====================================== */
footer {
  padding: 50px 0 0;
  background: #1f1f1f;
  color: rgba(255, 255, 255, 0.85);
}

footer p {
  margin-bottom: 0;
}

footer h3 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 30px;
  line-height: 1;
  position: relative;
}

footer h3:after {
  content: "";
  display: block;
  width: 70px;
  height: 2px;
  background: #86bc42;
  margin-top: 12px;
}

.footer-social-icons ul {
  margin-bottom: 0;
}

.footer-social-icons ul li {
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff;
  margin-right: 10px;
  margin-bottom: 5px;
  transition-duration: 0.3s;
}

.footer-social-icons ul li a {
  color: #939393;
  display: block;
  font-size: 15px;
  height: 35px;
  line-height: 34px;
  text-align: center;
  width: 35px;
}

.footer-social-icons ul li:hover {
  background: #86bc42;
  border-color: #86bc42;
}

.footer-social-icons ul li:hover i {
  color: #fff;
}

.footer-social-icons.small ul li {
  margin-bottom: 0;
}

.footer-social-icons.small ul li a {
  font-size: 12px;
  height: 25px;
  line-height: 26px;
  width: 25px;
}

.footer-social-icons2 ul {
  margin-bottom: 0;
}

.footer-social-icons2 ul li {
  display: inline-block;
  border: 1px solid #6f6f6f;
  border-radius: 50%;
  color: #6f6f6f;
  margin-right: 10px;
  margin-bottom: 0;
  transition-duration: 0.3s;
}

.footer-social-icons2 ul li a {
  color: #939393;
  display: block;
  font-size: 15px;
  height: 35px;
  line-height: 34px;
  text-align: center;
  width: 35px;
}

.footer-social-icons2 ul li:hover {
  background: #86bc42;
  border-color: #86bc42;
}

.footer-social-icons2 ul li:hover i {
  color: #fff;
}

.footer-subscribe {
  margin-top: 20px;
  margin-bottom: 0;
  position: relative;
}

.footer-subscribe input {
  background: #fff;
  border-radius: 6px;
  font-size: 14px;
  border: 0px solid;
  height: 40px;
  outline: none;
  box-shadow: none;
  padding: 6px 95px 6px 12px;
  margin-bottom: 0;
}

.footer-subscribe input:focus {
  background: #fff;
  border-radius: 6px;
  font-size: 14px;
  border: 0px solid;
  height: 40px;
  outline: none;
  box-shadow: none;
  padding: 6px 95px 6px 12px;
  margin-bottom: 0;
}

.footer-subscribe .butn {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  -webkit-border-radius: 0;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius: 0;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  border-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  color: #fff;
  line-height: 15px;
}

.footer-subscribe .butn:after {
  -webkit-border-radius: 0;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius: 0;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  border-radius: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  background: #e5e5e5;
}

.footer-subscribe .butn:hover {
  -webkit-border-radius: 0;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius: 0;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  border-radius: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.footer-subscribe .butn:hover:after {
  -webkit-border-radius: 0;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius: 0;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  border-radius: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.footer-subscribe .butn span {
  color: #fff;
}

.footer-subscribe .butn:hover span {
  color: #232323;
}

.footer-subscribe .butn.theme:after {
  background: #000;
}

.footer-subscribe .butn.theme:hover span {
  color: #fff;
}

.footer-subscribe .butn.white {
  color: #232323;
}

.footer-subscribe .butn.white:after {
  background: #232323;
}

.footer-subscribe .butn.theme.white-hover:hover {
  background: #fff;
}

.footer-subscribe .butn.theme.white-hover:hover span {
  color: #232323;
}

.footer-subscribe .butn.theme.white-hover:after {
  background: #fff;
}

.footer-subscribe .butn.theme.grey-hover:hover {
  background: #e5e5e5;
}

.footer-subscribe .butn.theme.grey-hover:hover span {
  color: #232323;
}

.footer-subscribe .butn.theme.grey-hover:after {
  background: #e5e5e5;
}

.footer-list {
  margin: 0;
}

.footer-list li {
  list-style-type: none;
  color: rgba(255, 255, 255, 0.85);
  padding: 6px 0;
}

.footer-list li:first-child {
  padding-top: 0;
}

.footer-list li a {
  font-size: 15px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.85);
}

.footer-list li a:before {
  content: "\f105";
  font-weight: 700;
  vertical-align: bottom;
  font-family: Font Awesome\ 5 Free;
  color: rgba(255, 255, 255, 0.85);
  padding-right: 8px;
  transition-duration: 0.3s;
  font-size: 13px;
  position: relative;
  top: -2px;
}

.footer-list li a:hover {
  color: #86bc42;
}

.footer-list li a:hover:before {
  color: #86bc42;
}

.footer-list-style2 {
  margin: 0;
}

.footer-list-style2 li {
  list-style-type: none;
  color: #fff;
  padding: 6px 0;
}

.footer-list-style2 li:first-child {
  padding-top: 0;
}

.footer-list-style2 li a {
  font-size: 15px;
  font-weight: 400;
  color: #fff;
}

.footer-list-style2 li a:before {
  content: "\f105";
  font-weight: 700;
  font-family: Font Awesome\ 5 Free;
  color: #fff;
  padding-right: 8px;
  transition-duration: 0.3s;
}

.footer-list-style2 li a:hover {
  opacity: 0.65;
}

.footer-list-style2 li a:hover:before {
  opacity: 0.65;
}

.footer-list-style3 {
  margin: 0;
}

.footer-list-style3 li {
  list-style-type: none;
  color: #6f6f6f;
  padding: 6px 0;
}

.footer-list-style3 li:first-child {
  padding-top: 0;
}

.footer-list-style3 li a {
  font-size: 15px;
  font-weight: 400;
  color: #6f6f6f;
}

.footer-list-style3 li a:before {
  content: "\f105";
  font-weight: 700;
  font-family: Font Awesome\ 5 Free;
  color: #6f6f6f;
  padding-right: 8px;
  transition-duration: 0.3s;
  top: -1px;
  position: relative;
  font-size: 13px;
}

.footer-list-style3 li a:hover {
  color: #232323;
}

.footer-list-style2 li a:hover:before {
  color: #232323;
}

.footer-recent-post {
  margin: 15px 0;
}

.footer-recent-post-thumb {
  float: left;
  width: 25%;
}

.footer-recent-post-content {
  float: left;
  width: 75%;
  padding-left: 10px;
}

.footer-recent-post-content a {
  display: block;
  color: rgba(255, 255, 255, 0.85);
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
  margin-top: -5px;
}

.footer-recent-post-content a:hover, .footer-recent-post-content a:active, .footer-recent-post-content a:focus {
  color: #86bc42;
}

.footer-recent-post-content span {
  color: #fff;
}

.footer-bar {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 50px;
  text-align: center;
  background: #000;
  color: rgba(255, 255, 255, 0.85);
}

.footer-bar span {
  font-size: 15px;
  font-weight: 400;
}

/*footer-top-bar*/
.footer-top-bar {
  background: #191919;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

/*footer style2*/
footer h3.footer-title-style2 {
  margin-bottom: 28px;
}

h3.footer-title-style2:after {
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  margin-top: 15px;
}

/*footer style3*/
.footer-title-style3 {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 28px;
  color: #fff;
}

.footer-title-style3:after {
  content: "";
  width: 60px;
  height: 2px;
  background: #86bc42;
  position: absolute;
  bottom: 0;
  left: 20px;
}

.footer-title-style3:before {
  content: "";
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

/*footer style4*/
.footer-title-style4:after {
  margin-left: auto;
  margin-right: auto;
}

h3.footer-title-style4 {
  margin-bottom: 20px;
}

h3.footer-title-style5 {
  color: #fff;
}

h3.footer-title-style5:after {
  background: #fff;
}

footer h3.footer-title-style6 {
  margin-bottom: 28px;
  color: #636363;
}

h3.footer-title-style6:after {
  width: 100%;
  height: 1px;
  background: #d0d0d0;
  margin-top: 15px;
}

/*footer style7*/
footer h3.footer-title-style7 {
  margin-bottom: 30px;
  padding-bottom: 20px;
}

footer h3.footer-title-style7:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 18px;
  height: 1px;
  margin: 0 0 0;
  width: 70px;
  margin: 10px 0;
  background-color: #86bc42;
}

footer h3.footer-title-style7:before {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 0;
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 1px solid #86bc42;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  footer {
    padding-top: 30px;
  }
  .footer-bar {
    margin-top: 30px;
  }
  .footer-subscribe .butn {
    line-height: 22px;
  }
  .footer-bar p {
    font-size: 13px;
  }
}
.social-icon-style5 li {
  display: inline-block;
  margin-right: 30px;
}

.social-icon-style5 li:last-child {
  margin-right: 0;
}

.social-icon-style5 li a {
  font-size: 22px;
  color: rgba(255, 255, 255, 0.65);
}

.social-icon-style5 li a:hover {
  color: #fff;
}

section.contenuPage, section.page_01 {
  padding: 0;
}
@media screen and (min-width: 992px) {
  .menu_area-light .navbar-nav li.current > a, .menu_area-light .navbar-nav li.active > a {
    color: #188c00;
  }
}
#section_partners h2 {
  margin: 1rem 0;
}

#section_partners .card {
  margin-top: 2rem !important;
  padding: 1rem;
  border: none;
}

#section_partners .card h5.card-title {
  font-size: 1.2rem;
}

#section_partners .card h6.card-subtitle {
  font-size: 0.9rem;
}

#section_partners .card .card-img-top {
  padding-left: 1rem;
  padding-right: 1rem;
  margin: 1rem 0 1.5rem;
}

#section_partners .card p.footer {
  margin-top: 1rem;
  line-height: 1;
}

#section_partners .card a.site {
  font-size: 0.8rem;
  color: #dc6900;
}

#section_partners .card:hover {
  border: 2px solid #027b86;
}

.playlist_chapo h2 {
  margin-bottom: 2rem;
}
.playlist_chapo h2 span {
  color: #ba2318;
  font-size: 1.2rem;
}
.playlist_chapo .kdre {
  margin-left: 1rem;
  border-left: 1px solid #1d1d3c;
  padding-left: 1rem;
}
.playlist_chapo span.date {
  color: #a20010;
}
.playlist_chapo span.nomIntervenant {
  font-style: italic;
}

.page-title-section.demo {
  padding: 2rem 0;
  text-align: left;
}

.product-info {
  min-height: 144px;
}

.product-block {
  display: flex;
  align-content: center;
  align-items: end;
  min-height: 333px;
}

.page-title-section ul li:last-child a {
  color: #ba2318;
  opacity: 0.65;
}

.latest-news::before {
  background-color: rgba(0, 0, 0, 0.35) !important;
}

.skills-block h3 {
  font-size: 1.4rem;
}

.owl-carousel.owl-theme.owlHome01 h1 {
  color: #1d1d3c;
  text-shadow: 1px 2px 2px white;
}
.owl-carousel.owl-theme.owlHome01 h1 span {
  color: #ba2318 !important;
  text-shadow: 1px 2px 2px white;
}
.owl-carousel.owl-theme.owlHome01 .descr {
  color: #1d1d3c !important;
  font-size: 1.4rem;
}

.navbar ul ul li.active > a {
  color: #ba2318;
}

.navbar-nav li.current > a,
.navbar-nav li.active > a {
  color: #ba2318;
}

@media screen and (min-width: 992px) {
  .menu_area-light .navbar-nav li.current > a, .menu_area-light .navbar-nav li.active > a {
    color: #ba2318;
  }
}
h2.h2Page {
  line-height: 1.6rem;
}
h2.h2Page span {
  color: #ba2318;
  font-size: 1.2rem;
}

#footerSite {
  background-color: #06061c;
}

footer h3::after {
  content: "";
  display: block;
  width: 70px;
  height: 2px;
  background: #ba2318;
  margin-top: 12px;
}

.courses-box {
  border: 1px solid #1d1d3c;
}
.courses-title .badgeCat {
  font-size: 0.9rem;
  color: #ba2318;
}

.courses-box-bottom {
  background-color: #eee;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.btn.btnThem01 {
  background-color: white;
  color: 1px solid #1d1d3c;
  border-radius: 24px;
}

.butn-style3 {
  color: #1d1d3c;
  border-color: #1d1d3c;
}

.section-heading h2::after {
  background-color: #1d1d3c;
}

.left-title::before {
  background: #1d1d3c;
}

.services-single-menu li a::after {
  background: #ba2318;
}

.boxMenu .fa-light {
  color: #ba2318;
  font-weight: bold;
}

.kdreTable {
  margin-bottom: 3rem;
}

.top-bar-info li i {
  color: #ba2318;
}

.fab:hover {
  color: #ba2318;
}

.navbar-nav > li > a {
  font-size: 13px;
}

.menu_sidebar li:hover a, .menu_sidebar li.active a {
  color: black;
  border-left: 5px solid #ba2318;
}

.attr-nav .profil {
  margin-top: -5px;
}

.topRight li.liMail {
  color: white;
}
.topRight li i {
  color: #ba2318;
}
.topRight .fab:hover {
  color: #ba2318;
}
.topRight .navbar-nav > li > a {
  font-size: 13px;
}

.tp-bannertimer {
  background-color: #ba2318 !important;
}

#top-bar {
  background-color: #1d1d3c;
}

.butn-style3:hover {
  background-color: #ba2318;
  border-color: #ba2318;
}

.imgTheme01 {
  padding: 0.5rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-bottom: none;
  border-radius: 0.25rem 0.25rem 0 0;
  max-width: 100%;
  height: auto;
}

.gglobe {
  background-color: #1d1d3c !important;
}

#top-bar a:hover {
  color: #9A9560;
}

.gt_white_content span {
  color: #1d1d3c !important;
}

.gt_container-unisv1 a.glink span {
  margin-right: 5px;
  font-size: 15px;
  vertical-align: middle;
}

/**
 *  Newsletter - Widegt
 * 
 */
#line_newsletter {
  background: url("../data/image/tmp_newsletter.jpg") no-repeat center center;
  text-align: center;
  padding: 3rem 0 0;
  color: white;
}

#line_newsletter h3 {
  margin: 2rem 0;
  line-height: 1;
  font-weight: bold;
  font-size: 2rem;
  font-family: "montserrat_semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 0;
  color: white !important;
}

#line_newsletter p.sTitre {
  margin-top: 0;
  margin-bottom: 3rem;
  text-align: center;
  font-size: 1.6rem;
  font-family: "montserrat_ultralight", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#line_newsletter .form-inline {
  justify-content: center;
  font-family: "montserrat_regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#line_newsletter .form-inline input,
#line_newsletter .form-inline button {
  border-radius: 0;
}

#line_newsletter .form-inline input {
  margin-bottom: 1rem;
  border: none;
  color: #008080;
  padding: 0.5rem 2rem;
  text-align: center;
  font-size: 1.4rem;
}

#line_newsletter .form-inline button.btn.btn-primary {
  border: none;
}

#line_newsletter .form-inline ::-webkit-input-placeholder {
  color: #008080;
}

#line_newsletter .form-inline :-moz-placeholder { /* Firefox 18- */
  color: #008080;
}

#line_newsletter .form-inline ::-moz-placeholder { /* Firefox 19+ */
  color: #008080;
}

#line_newsletter .form-inline :-ms-input-placeholder {
  color: #008080;
}

#line_newsletter .form-inline [placeholder] {
  color: #008080;
}

#line_newsletter .btn-primary {
  margin-bottom: 1rem;
  background: #008080;
  padding: 0.5rem 3rem;
  font-size: 1.4rem;
}

@media (min-width: 768px) {
  #line_newsletter {
    background-size: cover;
    padding: 3rem 0;
  }
  #line_newsletter input {
    margin-bottom: 0;
    padding: 3rem 0 0;
  }
}
p {
  text-align: justify;
}

.resp-tab-content {
  border-color: #ba2318 !important;
}

#bann .cellNewsletter {
  background-image: url("../data/image/accueil_newsletter.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#bann .cellChecker {
  background-image: url("../data/image/accueil_checker.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.btn-style4.newsl {
  background-color: #1d1d3c;
}

.btn-style4.check {
  background-color: #ba2318;
}

h1.newslTitle {
  color: #1d1d3c;
}

.kdreEspaceMembre {
  display: flex;
  flex-direction: column;
}
.kdreEspaceMembre .cell {
  margin: 0 0.75rem;
  padding: 3rem 0;
}
.kdreEspaceMembre .sideEspace {
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.kdreEspaceMembre .sideEspace h3.titleEspaceMembre {
  color: #ba2318;
  text-align: center;
  margin-bottom: 3rem;
}
.kdreEspaceMembre .pageEspace {
  background-color: rgba(176, 209, 231, 0.9);
  margin-left: 1rem;
  padding: 7rem 2rem;
  flex-basis: 100%;
}
@media (min-width: 768px) {
  .kdreEspaceMembre {
    flex-direction: row;
  }
  .kdreEspaceMembre .sideEspace {
    max-width: 360px;
    min-height: 100vh;
  }
  .kdreEspaceMembre .pageEspace {
    min-height: 100vh;
  }
}

.services-single-menu,
.services-single-left-box {
  border: none !important;
  margin: 3rem 1rem;
}
.services-single-menu .h2Box,
.services-single-left-box .h2Box {
  color: #155f90;
  font-size: 1.2rem;
  margin: 2rem 1rem;
}
.services-single-menu li,
.services-single-left-box li {
  border: none !important;
  border-radius: 20px;
  background-color: black;
  margin-bottom: 0.5rem;
}
.services-single-menu li a,
.services-single-left-box li a {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.5rem !important;
  color: white !important;
  font-size: 0.9rem;
}
.services-single-menu li a i.fa-light.nav-icon,
.services-single-left-box li a i.fa-light.nav-icon {
  color: #fff;
  width: 24px;
  text-align: center;
}
.services-single-menu li a.btnExit i.fa-light.nav-icon,
.services-single-left-box li a.btnExit i.fa-light.nav-icon {
  color: #ba2318;
}
.services-single-menu li .fa-light.nav-icon,
.services-single-left-box li .fa-light.nav-icon {
  color: #fff;
}

.btn.btnIcone {
  border: 1px solid #dee2e6;
  box-shadow: 0 0 3px #dee2e6;
}

table.shop-cart.tableShop thead th {
  border-top: 2px solid black;
  border-bottom: 2px solid black;
}
table.shop-cart.tableShop td {
  border: 1px solid #dee2e6;
  vertical-align: top;
}
table.shop-cart.tableShop td.first {
  text-align: center;
  vertical-align: top;
  background-color: #eee;
}
table.shop-cart.tableShop td span.date, table.shop-cart.tableShop td span.time {
  font-size: 0.9rem;
}
table.shop-cart.tableShop td span.date {
  color: #ba2318;
}
table.shop-cart.tableShop td p.formateurs {
  margin-bottom: 0;
  font-size: 0.8rem;
}
table.shop-cart.tableShop td div.rowParticipant {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#panier_f .table-responsive.modA {
  min-height: 200px;
}
#panier_f .card.pdtf {
  border: 2px solid #1d1d3c;
  margin-bottom: 0.5rem;
}
#panier_f .card.pdtf .headerPdt {
  display: flex;
  align-items: center;
  background-color: #eee;
}
#panier_f .card.pdtf .headerPdt .h3LabelFormation {
  font-size: 1.4rem;
  border-left: 5px solid #ba2318;
  padding-left: 1rem;
}
#panier_f .card.pdtf .headerPdt .h3LabelFormation span {
  font-size: 1rem;
}
#panier_f .card.pdtf .headerPdt .h3LabelFormation span.date {
  color: #ba2318;
}
#panier_f .card.pdtf .headerPdt .h3LabelFormation span.time {
  color: #1d1d3c;
}
#panier_f .card.pdtf .headerPdt .h3LabelFormation .fa-solid {
  font-size: 1rem;
}
#panier_f .card.pdtf .headerPdt p.formateurs {
  margin-bottom: 0;
}
#panier_f .card.pdtf .headerPdt .cell {
  padding: 1rem;
}
#panier_f .card.pdtf .sectionParticipant {
  margin: 2rem 0;
}

.btnExpressMembre {
  display: flex;
  align-items: center;
  color: white;
  font-size: 1rem;
  border-radius: 20px;
  margin: 1rem 2rem;
  padding: 0.5rem 1rem;
}
.btnExpressMembre.btnBlueLight {
  background-color: #155f90;
}
.btnExpressMembre.btnBlueDark {
  background-color: #171c7c;
}
.btnExpressMembre.btnSecondary {
  background-color: #ba2318;
}
.btnExpressMembre:hover {
  background-color: white;
  color: black;
  font-weight: bold;
}

.cardShopMember {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: stretch;
  margin-bottom: 1rem;
}
.cardShopMember .cell {
  padding: 0.5rem;
  margin: 0;
}
.cardShopMember .cellAvatar img {
  max-width: 120px;
}

.cardPanier {
  margin: 1rem;
}
.cardPanier .card-body {
  padding: 0;
}
.cardPanier .titreFormation {
  border-left: 3px solid #1d1d3c;
  padding-left: 1rem;
  font-size: 1rem;
  line-height: 1.3rem;
  padding: 0.5rem 1rem;
}
.cardPanier .date {
  color: #ba2318;
  font-size: 0.9rem;
}
.cardPanier .date .fa-light {
  color: #ba2318;
}
.cardPanier span.formateurs {
  font-size: 0.85rem;
  font-weight: normal;
}
.cardPanier .linkAction {
  color: #042571;
  font-size: 0.85rem;
}
.cardPanier .linkAction.del {
  color: #ba2318;
}
.cardPanier .cellTitre {
  padding: 1rem 0;
  background-color: #f7f7f7;
}
.cardPanier .cellParticipant {
  background-color: #eee;
}

.section_total {
  margin: 1rem 0.5rem;
  text-align: right;
  text-transform: uppercase;
}
.section_total p {
  display: flex;
  flex-direction: row;
  justify-content: end;
  align-items: center;
  margin-bottom: 0;
  border-top: 1px solid #1d1d3c;
  border-bottom: 1px solid #1d1d3c;
}
.section_total p span.splabel {
  flex-basis: 40%;
  padding: 1rem 0 1rem 2rem;
  text-transform: uppercase;
  text-align: right;
  font-weight: bold;
}
.section_total p span.val {
  flex-basis: 30%;
  padding: 1rem 0 1rem 2rem;
  text-align: right;
}
.section_total p span.val.htva {
  color: #1d1d3c;
  font-weight: bold;
}
.section_total p span.val.total {
  color: #ba2318;
  font-weight: bold;
}

#shopListProduits {
  padding: 1rem;
  background-color: transparent;
}
#shopListProduits .product-grid .buttons a {
  float: none;
  width: 100%;
}
#shopListProduits .productCard {
  background-color: white;
}

#shopFicheProduits {
  background-color: transparent;
  padding: 2rem 1rem;
}
#shopFicheProduits .resp-tab-content.hor_1.resp-tab-content-active {
  background-color: white;
  border-left: 1px solid #ba2318;
  border-right: 1px solid #ba2318;
  border-bottom: 1px solid #ba2318;
}

#rowFiche {
  background-color: white;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
#rowFiche .cellZoom {
  background-color: #eee;
}

.butn-style3:hover {
  background-color: white !important;
  color: #1d1d3c !important;
  border: 2px solid #1d1d3c !important;
}

p.pAnnule {
  margin-bottom: 0;
  color: #ba2318;
  font-weight: bold;
}

#contactSocial a .fab:hover {
  background-color: white !important;
  padding: 0.5rem;
}