@charset "UTF-8";

* {
  margin: 0;
  padding: 0;
}

@import url('https://fonts.googleapis.com/css2?family=Raleway&display=swap');

body {
  font-family: 'Raleway', sans-serif;
}

.card a{
color: inherit;
text-decoration: none;
}

ol,
ul {
  /*list-style: none;*/
  padding-left: 0;
}

figure {
  margin-bottom: 0;
}

.dropdown-menu::before{
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  background-color: #bb1020;
}

.open-form{
  padding: 20px;
  background-color: #f1f1f1;
  border-radius: 10px;
}

.bg-sec {
  background-color: #f5f5f5;
}

.bg-sec-2 {
  background-color: #f9f9f9;
}

.fixed-top {
  background: #fff;
  border-bottom: 1px solid #dcdcdc;
}

.cutom-menu {
  margin-top: 0 !important;
  border-top: 2px solid #dc3545;
  border-radius: 0;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
}

.arrow-1::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #dc3545;
  top: -9px;
  left: 30%;
}

.arrow-2::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #dc3545;
  top: -9px;
  left: 37%;
}

.navbar-brand {
  color: #bd362d !important;
  font-weight: bold;
}

.navbar-custom-1 .navbar-nav .nav-link.active {
  color: #bd362d;
  border-bottom: 1px solid #bd362d;
}

.navbar-custom-1 .navbar-nav .nav-item {
  padding: 10px 10px;
}

.navbar-custom-1 .navbar-nav .nav-link {
  padding: 0;
  text-transform: capitalize;
  font-size: 14px;
  color: #000000;
}

.navbar-custom-1 .navbar-nav .nav-link:hover {
  color: #bd362d;
}

.navbar-custom-1 {
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #e1e1e1;
}

.top-login li {
  margin-left: 8px;
}

.top-login li a {
  font-size: 14px;
  text-decoration: none;
  color: #000000;
  font-weight: 500;
}

.top-login li a:hover {
  color: #bd362d;
}

.header-main {
  background-color: #f5f5f5;
  padding: 34px 0;
}

.breadcrumb-item+.breadcrumb-item::before {
  color: #ffffff;
}

.breadcrumb-item.active {
  color: #ffffff;
}

.breadcrumb-item a {
  color: #ffffff;
}

.inner-header {
  padding: 84px 0;
  background: url(../images/breadcum-image.jpg) no-repeat center center;
}

.inner-main-headr {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
    text-align: left;
}

.main-heading-1 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 500;
}

.main-heading-2 {
  color: #1e5bd5;
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 600;
}

.sec-heading {
  color: #000000;
  font-size: 26px;
  text-transform: capitalize;
  line-height: 32px;
}

p {
  font-size: 14px;
  line-height: 24px;
  color: #222222;
}

.slider-serch .btn-danger {
  position: absolute;
  top: 0;
  right: 0px;
  padding: 8px 16px;
  border-radius: 0 25px 25px 0;
}

.slider-serch .form-control {
  border-radius: 25px;
  background-color: transparent;
  border-color: #dc3545;
  padding: 13px 73px 13px 15px;
  font-size: 14px;
}

.btn-primary {
  color: #ffffff !important;
  background-color: #dc3545;
  border-color: #dc3545;
  border-radius: 25px !important;
  padding: 10px 25px;
}

.btn-primary:hover {
  color: #fff;
  background-color: #bb1020;
  border-color: #bb1020;
}

.pad-1 {
  padding: 80px 0;
}

.heading-dec {
  font-size: 20px;
  text-transform: uppercase;
  color: #1e5bd5 !important;
  position: relative;
  /*      font: 16px Arial, Geneva, Helvetica, sans-serif;
    text-decoration: underline; */
}

.heading-dec::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 1px;
  background-color: #1e5bd5 !important;
  top: 28px;
  text-align: center;
}

.heading-dec1 {
  font-size: 20px;
  text-transform: uppercase;
  color: #dc3545;
  position: relative;
  /*      font: 16px Arial, Geneva, Helvetica, sans-serif;
    text-decoration: underline; */
}

.heading-dec1::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 1px;
  background-color: #dc3545;
  top: 28px;
  text-align: center;
}

.heading-dec2 {
  font-size: 20px;
  text-transform: uppercase;
  color: #dc3545;
  position: relative;
  /*      font: 16px Arial, Geneva, Helvetica, sans-serif;
    text-decoration: underline; */
}

.heading-dec2::before {
  content: "";
  position: absolute;
  width: 157px;
  height: 1px;
  background-color: #dc3545;
  top: 28px;
  text-align: center;
}

.heading-dec3 {
  font-size: 20px;
  text-transform: uppercase;
  color: #dc3545;
  position: relative;
  /*      font: 16px Arial, Geneva, Helvetica, sans-serif;
    text-decoration: underline; */
}

.heading-dec3::before {
  content: "";
  position: absolute;
  width: 147px;
  height: 1px;
  background-color: #dc3545;
  top: 28px;
  text-align: center;
}
.heading-dec4 {
  font-size: 20px;
  text-transform: uppercase;
  color: #dc3545;
  position: relative;
  /*      font: 16px Arial, Geneva, Helvetica, sans-serif;
    text-decoration: underline; */
}

.heading-dec4::before {
  content: "";
  position: absolute;
  width: 165px;
  height: 1px;
  background-color: #dc3545;
  top: 28px;
  text-align: center;
}
.heading-dec5{
  font-size: 20px;
  text-transform: uppercase;
  color: #1e5bd5;
  position: relative;
  /*      font: 16px Arial, Geneva, Helvetica, sans-serif;
    text-decoration: underline; */
}

.heading-dec5::before {
  content: "";
  position: absolute;
  width: 341px;
  height: 1px;
  background-color: #1e5bd5;
  top: 28px;
  text-align: center;
}
.heading-dec6 {
  font-size: 20px;
  text-transform: uppercase;
  color: #dc3545;
  position: relative;
  /*      font: 16px Arial, Geneva, Helvetica, sans-serif;
    text-decoration: underline; */
}

.heading-dec6::before {
  content: "";
  position: absolute;
  width: 162px;
  height: 1px;
  background-color: #dc3545;
  top: 28px;
  text-align: center;
}
.heading-dec7 {
  font-size: 20px;
  text-transform: uppercase;
  color: #dc3545;
  position: relative;
  /*      font: 16px Arial, Geneva, Helvetica, sans-serif;
    text-decoration: underline; */
}

.heading-dec7::before {
  content: "";
  position: absolute;
      width: 85%;
  height: 1px;
  background-color: #dc3545;
  top: 28px;
  text-align: center;
}

.drop-head {
  position: relative;
}

.btn-outline-primary {
  font-weight: 500;
  color: #dc3545;
  border-color: transparent;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 1px;
  position: relative;
}

.btn-outline-primary:hover {
  color: #dc3545;
  background-color: transparent;
  border-color: transparent;
}

.btn-outline-primary::before {
  content: "";
  position: absolute;
  background-color: #1e5bd5;
  width: 50%;
  height: 1px;
  top: 18px;
  left: 0;
}

.btn-outline-primary:hover::before {
  content: "";
  position: absolute;
  background-color: #dc3545;
  width: 100%;
  height: 1px;
  top: 18px;
  left: 0;
  transition: width 1s;
}

.list_items-1 li {
  margin: 6px 0;
  color: #222222;
  font-size: 16px;
  position: relative;
  padding-left: 34px;
}

.list_items-1 li::before {
  content: "";
  background: url(../images/lists-icon.png) no-repeat;
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
}

.ele-bg img{
  width: 100%;
}

/* .ele-bg {
  width: 85px;
  height: 85px;
  padding: 20px 14px;
  background-color: #bd362d;
  margin: auto;
  border-radius: 50px;
}

.ele-bg:hover {
  background-color: #bb1020;
} */

.card-custom-1 {
  border-radius: 10px;
  border: 0;
  box-shadow: 0 0 10px 1px #e1e1e1;
}

.program-tabs .nav-link {
  color: #000;
  text-transform: uppercase;
  border-radius: 25px;
}

.program-tabs .nav-tabs {
  border-bottom: 0;
  justify-content: center;
}

.program-tabs .nav-tabs .nav-link {
  border: 0;
}

.program-tabs .nav-tabs .nav-item.show .nav-link,
.program-tabs .nav-tabs .nav-link.active {
  color: #ffffff;
  background-color: #bd362d;
  border: 0;
  border-radius: 25px;
}

.program-tabs .nav-tabs .nav-link:focus,
.program-tabs .nav-tabs .nav-link:hover {
  color: #ffffff;
  background-color: #bd362d;
  border: 0;
  border-radius: 25px;
}

.program-tabs .nav-item {
  margin: 0 5px;
}

.card-custom-2 {
  padding: 10px;
  border-radius: 10px;
  border: 0;
  box-shadow: 0 0 10px 1px #e7e7e7;
}

.bage-custom {
  padding: 10px 15px;
  background-color: #f5f5f5 !important;
  font-size: 16px;
  color: #222222;
  font-weight: 400;
  border-radius: 25px;
}

.enrol {
  color: #222222;
}

.course-head {
  font-size: 20px;
  line-height: 26px;
  color: #000000;
}

.online-class li {
  display: inline-block;
  font-size: 14px;
  margin-right: 26px;
  color: #000000;
}

.online-class i {
  color: #bd362d;
}

.prf-nme {
  font-size: 14px;
  color: #000000;
}

.enrol-1 {
  color: #000000;
  font-size: 30px;
}

.paly-btn-1 {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 999;
}

.classes-tab .nav {
  border: 1px solid #ebebeb;
}

.classes-tab .nav-pills .nav-link {
  text-align: left;
  background-color: #fff;
  color: #222222;
  border-bottom: 1px solid #ebebeb;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 14px;
  padding: 13px 14px;
}

.vid-1 iframe {
  border-radius: 15px;
  box-shadow: 0 0 5px 1px #e3e3e3;
  border: 5px solid #fff;
}

.nav-pills .nav-link.active {
  background-color: #bd362d;
  color: #ffffff;
}

.class-head {
  font-size: 20px;
  color: #000;
}

.class-smll-icon li {
  display: inline-block;
  margin-right: 15px;
}

.card-custom-3 {
  box-shadow: 5px 5px 0px 1px #f2f2f2;
  border-radius: 0;
}

.newslatter-serch .btn-danger {
  position: absolute;
  top: 5px;
  right: 5px;
  padding: 8px 16px;
  border-radius: 10px;
}

.newslatter-serch .form-control {
  border-radius: 10px;
  background-color: transparent;
  border-color: #cbcbcb;
  padding: 15px 120px 15px 15px;
  background-color: #fff;
  font-size: 14px;
}

.quick-contact li {
  display: inline-block;
  margin-right: 10px;
  width: 46%;
}

.quick-contact li a {
  color: #222222;
  text-decoration: none;
  font-size: 14px;
}

footer {
  background: #f5f5f5;
  padding: 60px 0 0 0;
  background-size: cover;
}

.footer-title {
  font-size: 16px;
  color: #000;
  text-transform: uppercase;
  position: relative;
}

.footer-title::before,
.drop-head::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 1px;
  background-color: #1e5bd5 !important;
  top: 24px;
  text-align: center;
}

.footer-title1 {
  font-size: 16px;
  color: #000;
  text-transform: uppercase;
  position: relative;
}

.footer-title1::before,
.drop-head1::before {
  content: "";
  position: absolute;
  width: 78px;
  height: 1px;
  background-color: #dc3545;
  top: 24px;
  text-align: center;
}

.footer-title2 {
  font-size: 16px;
  color: #000;
  text-transform: uppercase;
  position: relative;
}

.footer-title2::before,
.drop-head2::before {
  content: "";
  position: absolute;
  width: 131px;
  height: 1px;
  background-color: #dc3545;
  top: 24px;
  text-align: center;
}
.footer-title3 {
  font-size: 16px;
  color: #000;
  text-transform: uppercase;
  position: relative;
}

.footer-title3::before,
.drop-head3::before {
  content: "";
  position: absolute;
  width: 77px;
  height: 1px;
  background-color: #dc3545;
  top: 24px;
  text-align: center;
}
.footer-title4 {
  font-size: 16px;
  color: #000;
  text-transform: uppercase;
  position: relative;
}

.footer-title4::before,
.drop-head4::before {
  content: "";
  position: absolute;
  width: 81px;
  height: 1px;
  background-color: #dc3545;
  top: 24px;
  text-align: center;
}
.footer-title5 {
  font-size: 16px;
  color: #000;
  text-transform: uppercase;
  position: relative;
}

.footer-title5::before,
.drop-head5::before {
  content: "";
  position: absolute;
  width: 101px;
  height: 1px;
  background-color: #dc3545;
  top: 24px;
  text-align: center;
}
.footer-title6 {
  font-size: 16px;
  color: #000;
  text-transform: uppercase;
  position: relative;
}

.footer-title6::before,
.drop-head6::before {
  content: "";
  position: absolute;
  width: 154px;
  height: 1px;
  background-color: #dc3545;
  top: 24px;
  text-align: center;
}

.footer-links li {
  list-style: none;
  margin-top: 5px;
  position: relative;
  padding-left: 13px;
}

.footer-links li a {
  font-size: 13px;
  color: #222222;
  text-decoration: none;
}

.footer-links li a::before {
  content: "";
  position: absolute;
  background: url(../images/footer-icon.png) no-repeat;
  width: 7px;
  height: 11px;
  top: 7px;
  left: 0;
}

.footer-links li a:hover {
  color: #dc3545;
}

.btm-end-icon li {
  list-style: none;
  display: inline-block;
  margin-right: 10px;
}

.btm-end-icon li a i {
  width: 44px;
  color: #fff;
  font-size: 20px;
  background-color: #dc3545;
  border-radius: 30px;
  padding: 12px 11px;
}

.btm-end-icon li a i:hover {
  background-color: #bb2d3b;
}

.b-footer a {
  text-decoration: none;
  color: #dc3545;
}

.mob-nav {
  display: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

.circle-1 {
  font-size: 20px;
  padding: 16px;
  border: 1px solid #dc3545;
  border-radius: 50px;
  margin: 8px 10px 8px 0;
  color: #dc3545;
}

.circle-1:hover {
  padding: 16px;
  background: #dc3545;
  border-radius: 50px;
  margin: 8px 10px 8px 0;
  color: #ffffff;
  transition: 0.7s;
}

.form-control-2 {
  border-radius: 25px;
  margin-bottom: 20px;
  padding: 13px 25px;
}

.card-counsil-1 {
  border: 0;
  box-shadow: 0 0 10px 1px #e1e1e1;
}

.galler-size {
  border-radius: 10px;
  padding: 5px;
  box-shadow: 0 0 10px 1px #e7e7e7;
  position: relative;
  width: 100%;
  max-width: 400px;
}

.galler-size img {
  border-radius: 10px;
  display: block;
  width: 100%;
  height: auto;
}

.icon {
  color: #bd362d !important;
  font-size: 35px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  width: 75px;
  height: auto;
  background: rgb(223, 223, 223);
  padding: 12px;
  border-radius: 50px;
}

.overlay {
  position: absolute;
  top: 5px;
  bottom: 0;
  left: 5px;
  right: 0;
  border-radius: 10px;
  height: 95%;
  width: 97%;
  opacity: 0;
  transition: .3s ease;
  background-color: rgb(189 55 45 / 92%);
}

.galler-size:hover .overlay {
  opacity: 1;
}

.fa-image:hover {
  color: #8f170e;
}


.modal-body button {
  position: absolute;
  right: 30px;
  top: 30px;
  background-color: #fff;
  z-index: 999;
  border-radius: 25px;
  padding: 13px;
  opacity: 1;
  border: 1px solid #b9b9b9ee;
}

.card-trainers {
  padding: 10px;
  border: 0;
  border-radius: 5px;
  border-radius: 10 px;
  border: 0;
  box-shadow: 0 0 10px 1px #e1e1e1;
}

.masthead {
  position: relative;
  height: 100vh;
  width: auto;
  background: url(../images/login-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #dc3545;
}


/*---------------------------------------blog-WORK---------------------------------------*/
.page-title,
.blog-title {
	font-size: 26px;
	letter-spacing: 1px
}

.btn25 img {
	float: left;
	width: 50%
}

.btn255 img {
	height: auto;
	width: 100%;
	margin-bottom: 30px
}

.inner-content-1 {
	padding: 20px;
	float: right;
	width: 50%
}

.post-thumbnail {
	background: #f9f8fd
}

.inner-content-1 h2 {
	font-size: 20px;
	letter-spacing: 1px;
	text-transform: capitalize;
	margin-bottom: 0px
}

.inner-content-1 h2 a {
	color: #000;
	text-decoration: none
}

.inner-content-1 h2 a:hover {
	color: #dc3545
}

.wp-block-search__label {
	display: none
}

.wp-block-search {
	position: relative
}

.wp-block-search__input {
	width: 100%;
	height: 40px;
	border: 1px solid #d0d0d0;
	padding: 0 69px 0 10px
}

.wp-block-search__button {
  position: absolute;
  right: 0;
  height: 40px;
  background: #dc3545;
  border: 1px solid #dc3545;
  color: #fff;
  padding: 0 8px;
}

.widget_block {
	margin-bottom: 35px
}

.widget_block h2 {
	margin-bottom: 10px;
	font-size: 26px;
	letter-spacing: 1px;
	text-transform: capitalize;
}

.wp-block-categories,
.wp-block-latest-comments,
.wp-block-latest-posts {
	padding-left: 0
}

.wp-block-categories li,
.wp-block-latest-comments li,
.wp-block-latest-posts li {
	list-style: none;
	padding: 7px 10px 7px 15px;
	position: relative;
	border-bottom: 1px solid #ececf0
}

.wp-block-categories li a,
.wp-block-latest-comments li a,
.wp-block-latest-posts li a {
	font-size: 14px;
	color: #444;
	text-decoration: none
}

.wp-block-categories li::before,
.wp-block-latest-comments li::before,
.wp-block-latest-posts li::before {
	content: "";
	position: absolute;
	background: url(/wp-content/themes/talentlms/assets/images/footer-icon.png) no-repeat;
	width: 7px;
	height: 11px;
	top: 14px;
	left: 0
}

.wp-block-categories li a:hover,
.wp-block-latest-comments li a:hover,
.wp-block-latest-posts li a:hover {
	color: #dc3545;
}

.wp-block-latest-comments__comment-meta {
	margin: 0;
	padding: 0;
	background: none
}

/*---------------------------------------RESPONSIVE-WORK---------------------------------------*/

@media (max-width: 1399.98px) {}

@media (max-width: 1199.98px) {}

@media (max-width: 991.98px) {
  .desk-nav {
    display: none;
  }

  .mob-nav {
    display: block;
  }

  .offcanvas-end {
    border-left: 0;
  }

  .offcanvas-header {
    padding: 10px;
    background-color: #fbfbfb;
    justify-content: center;
    position: relative;
    border-bottom: 1px solid #bd362d;
  }

  .offcanvas-header .btn-close {
    position: absolute;
    position: absolute;
    top: 36px;
    right: 40px;
  }

  .offcanvas-end {
    width: 100%;
  }

  .sidebr-links .links-1,
  .links-2 {
    margin: 10px 0;
    position: relative;
    padding-left: 25px;
  }

  .links-2 {
    margin: 5px 0;
    position: relative;
    padding-left: 15px;
  }

  .sidebr-links .links-1::before {
    content: "";
    position: absolute;
    width: 16px;
    height: 10px;
    background: url(../images/mob-nav-icon.png) no-repeat;
    top: 7px;
    left: 0;
  }

  .links-2::before {
    content: "";
    position: absolute;
    width: 16px;
    height: 10px;
    background: url(../images/footer-icon.png) no-repeat;
    top: 7px;
    left: 0;
  }


  .sidebr-links .inr-link-1,
  .inr-link-2 {
    font-size: 16px;
    text-decoration: none;
    color: #000000;
  }

  .inr-link-1:hover,
  .inr-link-2:hover {
    color: #bd362d;
  }

  .list_items-1 li {
    width: 40%;
    display: inline-block;
    text-align: justify;
  }

  .program-tabs .nav-link {
    text-transform: capitalize;
    font-size: 14px;
    padding: 6px 9px;
  }

  /* 
  .main-heading-1 {
    font-size: 16px;
  }

  .main-heading-2 {
    font-size: 18px;
  } */

  /* .btn-primary {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
    border-radius: 25 px !important;
    padding: 6px 20px;
    font-size: 14px;
  } */

  /* .heading-dec {
    font-size: 16px;

    margin-bottom: 20px !important;
  }

  .heading-dec::before {
    top: 24px;
  }

  .sec-heading {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 12px !important;
  } */

  .cutom-flex {
    display: block !important;
  }

  .quick-contact li {
    vertical-align: middle;
  }

  .custom-nav-pills {
    margin-right: 0 !important;
    flex-direction: row !important;
  }

  .classes-tab .nav-pills .nav-link {
    width: calc(55% - 35px);
}

}


@media (max-width: 767.98px) {

  .sidebr-links .inr-link-1,
  .inr-link-2 {
    font-size: 14px;
    text-decoration: none;
    color: #000000;
  }


}

@media (max-width: 575.98px) {
    
    .ratio::before {
    padding-top: 0;
}

  .g-5,
  .gx-5 {
    --bs-gutter-x: 0;
  }

  .main-heading-1 {
    font-size: 14px;
  }

  .main-heading-2 {
    font-size: 18px;

  }

  .btn-primary {
    padding: 5px 16px;
    font-size: 14px;
  }

  .pad-1 {
    padding: 50px 0;
  }

  .heading-dec {
    font-size: 16px;
  }

  .sec-heading {
    font-size: 20px;
    line-height: 24px;
  }

  .list_items-1 li {
    width: auto;
  }

  .classes-tab .nav-pills .nav-link {
    width: calc(60% - 35px);
  }

  .classes-tab .nav-pills .nav-link {
    text-transform: capitalize;
  }

  .quick-contact li {
    display: inline-block;
    margin-right: 0;
    margin-top: 10px;
    width: 100%;
  }

}

.img-yy{
padding: 2px 8px 2px 8px;
    font-size: 13px;
}

@media (max-width: 320.98px) {}