
.semi_dark_bg {
  background-color: #f7f7f7; }
.section-ptb {
  padding-top: 130px;
  padding-bottom: 130px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .section-ptb {
      padding-top: 80px;
      padding-bottom: 80px; } }
  @media (max-width: 768px) {
    .section-ptb {
      padding-top: 80px;
      padding-bottom: 80px; } }
  @media (max-width: 575px) {
    .section-ptb {
      padding-top: 50px;
      padding-bottom: 50px; } }

.section-pb {
  padding-bottom: 130px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .section-pb {
      padding-bottom: 80px; } }
  @media (max-width: 768px) {
    .section-pb {
      padding-bottom: 80px; } }
  @media (max-width: 575px) {
    .section-pb {
      padding-bottom: 50px; } }


/*************************
24. Department Page
************************/
.single-item {
  padding: 3rem 1.5rem;
  border: 2px solid #ddd;
  text-align: center;
  transition: all .4s linear 0s; }
  .single-item h4 a {
    color: #002147;
    padding: 15px 0;
    transition: all .4s linear 0s; }
    .single-item h4 a:hover {
      text-decoration: none;
      }
  .single-item .item-icon {
    padding-bottom: 30px; }
  .single-item:hover {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
    border-color: #ff5202; }

/**
* ============================
*  3.Media Query
* ============================
*/
.default_bg {
  background-color: #0d1028; }

.hover_bg {
  background-color: #ff5202; }

.hover_bg_2 {
  background-color: #14bdee; }

.semi_dark_bg {
  background-color: #f7f7f7; }

.dark_2_bg {
  background-color: #002147; }

.semi_black_bg {
  background-color: rgba(0, 33, 71, 0.65); }

.dark_3_bg {
  background-color: #f5f5f5; }

.black_bg {
  background-color: #0d1028; }

.black_2_bg {
  background-color: #151935; }

.bg_dark_9 {
  background-color: #f5f5f5; }

.height-800 {
  height: 800px; }

.height-600 {
  height: 600px; }

.height-700 {
  height: 700px; }

.section-ptb {
  padding-top: 50px;
  padding-bottom: 30px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .section-ptb {
      padding-top: 30px;
      padding-bottom: 30px; } }
  @media (max-width: 768px) {
    .section-ptb {
      padding-top: 30px;
      padding-bottom: 30px; } }
  @media (max-width: 575px) {
    .section-ptb {
      padding-top: 20px;
      padding-bottom: 20px; } }

.section-ptb-2 {
  padding-top: 225px;
  padding-bottom: 130px; }
  @media (max-width: 768px) {
    .section-ptb-2 {
      padding-top: 100px;
      padding-bottom: 70px; } }
  @media (max-width: 575px) {
    .section-ptb-2 {
      padding-top: 80px;
      padding-bottom: 50px; } }

.section-ptb-3 {
  padding-top: 130px;
  padding-bottom: 30px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .section-ptb-3 {
      padding-top: 80px;
      padding-bottom: 0; } }
  @media (max-width: 575px) {
    .section-ptb-3 {
      padding-top: 80px;
      padding-bottom: 0; } }
  @media (max-width: 768px) {
    .section-ptb-3 {
      padding-top: 100px;
      padding-bottom: 0; } }

.section-ptb-4 {
  padding-top: 130px;
  padding-bottom: 200px; }
  @media (max-width: 575px) {
    .section-ptb-4 {
      padding-top: 100px;
      padding-bottom: 90px; } }

.section-ptb-5 {
  padding-top: 130px;
  padding-bottom: 80px; }
  @media (max-width: 575px) {
    .section-ptb-5 {
      padding-top: 100px;
      padding-bottom: 60px; } }

.section-ptb-6 {
  padding-top: 130px;
  padding-bottom: 30px; }
  @media (max-width: 768px) {
    .section-ptb-6 {
      padding-top: 130px;
      padding-bottom: 0; } }
  @media (max-width: 575px) {
    .section-ptb-6 {
      padding-top: 130px;
      padding-bottom: 0; } }

.section-pb {
  padding-bottom: 130px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .section-pb {
      padding-bottom: 80px; } }
  @media (max-width: 768px) {
    .section-pb {
      padding-bottom: 80px; } }
  @media (max-width: 575px) {
    .section-pb {
      padding-bottom: 50px; } }

.section-pt {
  padding-top: 130px; }

.pt-60 {
  padding-top: 60px; }

.mt-30 {
  margin-top: 30px; }

@media (max-width: 768px) {
  header .container {
    max-width: 96%; } }

@media (max-width: 575px) {
  header .container {
    max-width: 96%; } }

.translate_30 {
  transform: translateY(-30%); }
  @media (max-width: 768px) {
    .translate_30 {
      transform: translateY(0); } }
  @media (max-width: 575px) {
    .translate_30 {
      transform: translateY(0); } }

.translate_34 {
  transform: translateY(-34%); }
  @media (max-width: 768px) {
    .translate_34 {
      transform: translateY(0); } }
  @media (max-width: 575px) {
    .translate_34 {
      transform: translateY(0); } }

.button_one {
  display: inline-block;
  position: relative;

  color: #222;
  padding: 6px 15px 5px;
  transition: all .4s linear 0s;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px; border:1px #ccc solid}
  .button_one:hover {
    text-decoration: none;
    background-color: #ff4f01;
    color: #fff; }

.special-button {
  display: inline-block;
  position: relative;
  background-color: #ff5202;
  border: 0;
  color: #fff;
  padding: 16px 80px 16px 16px;
  transition: all .4s linear 0s;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase; }
  @media (max-width: 768px) {
    .special-button {
      font-size: 12px; }
      .special-button > i {
        display: none; } }
  .special-button:hover {
    text-decoration: none;
    background-color: rgba(255, 82, 2, 0.85);
    color: #fff; }

.button_one_alt {
  display: inline-block;
  position: relative;
  background-color: #fff;
  border: 2px solid #ff5202;
  color: #ff5202;
  transition: all .4s linear 0s;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  width: 150px;
  height: 50px;
  line-height: 50px;
  text-align: center; }
  .button_one_alt:hover {
    text-decoration: none;
    background-color: rgba(255, 82, 2, 0.85);
    color: #fff;
    border-color: rgba(255, 82, 2, 0.85); }

.button_two {
  display: inline-block;
  position: relative;
  background-color: #14bdee;
  border: 0;
  color: #fff;
  padding: 14px 35px;
  transition: all .4s linear 0s;
  font-size: 15px;
  font-weight: 500;
  border-radius: 30px;
  text-transform: uppercase;
  box-shadow: 0 0.5rem 1rem rgba(20, 189, 238, 0.35); }
  .button_two:hover {
    text-decoration: none;
    background-color: rgba(20, 189, 238, 0.7);
    color: #fff; }

.button_two_plane {
  display: inline-block;
  position: relative;
  background-color: #14bdee;
  border: 0;
  color: #fff;
  padding: 12px 25px;
  transition: all .4s linear 0s;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase; }
  .button_two_plane:hover {
    text-decoration: none;
    background-color: rgba(20, 189, 238, 0.7);
    color: #fff; }

.button_three {
  display: inline-block;
  position: relative;
  background-color: #91c73d;
  border: 0;
  color: #fff;
  padding: 10px 25px;
  transition: all .4s linear 0s;
  font-size: 15px;
  font-weight: 400;
  border-radius: 30px;
  text-transform: uppercase; }
  @media (max-width: 575px) {
    .button_three {
      padding: 10px; } }
  .button_three:hover {
    text-decoration: none;
    background-color: #adadad;
    color: #fff; }

.button_four {
  display: inline-block;
  position: relative;
  background-color: #fff;
  border: 2px solid #ff5202;
  color: #ff5202;
  padding: 10px 25px;
  transition: all .4s linear 0s;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  cursor: pointer; }
  .button_four.active {
    background-color: #ff5202;
    color: #fff; }
  @media (max-width: 575px) {
    .button_four {
      padding: 10px; } }
  .button_four:hover {
    text-decoration: none;
    background-color: #ff5202;
    color: #fff; }

.button_five {
  display: inline-block;
  position: relative;
  background-color: #ff5202;
  color: #fff;
  padding: 10px 35px;
  transition: all .4s linear 0s;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  border: 2px solid #ff5202;
  cursor: pointer; }
  .button_five.active {
    background-color: #fff;
    color: #ff5202; }
  @media (max-width: 575px) {
    .button_five {
      padding: 10px; } }
  .button_five:hover {
    text-decoration: none;
    background-color: #fff;
    color: #ff5202; }

.button_block {
  display: block;
  width: 100%;
  height: 50px;
  border: 0;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  transition: all .4s linear 0s; }

.rounded-btn {
  display: inline-block;
  position: relative;
  background-color: #d0f2fc;
  border: 0;
  color: #14bdee;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  transition: all .4s linear 0s;
  font-size: 15px;
  font-weight: 400;
  border-radius: 30px;
  text-transform: uppercase;
  font-size: 16px; }
  .rounded-btn i {
    color: #14bdee; }
  .rounded-btn:hover {
    text-decoration: none;
    background-color: #14bdee;
    color: #fff; }
    .rounded-btn:hover i {
      color: #fff; }

.theme-list {
  display: inline-block; }
  .theme-list ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .theme-list ul li:last-child a {
      padding-bottom: 0; }
    .theme-list ul li a {
      display: inline-block;
      position: relative;
      padding: 5px;
      color: #002147;
      transition: all .4s linear 0s; }
      .theme-list ul li a:hover {
        text-decoration: none;
        color: #ff5202; }
      .theme-list ul li a:before {
        content: "\f058";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        padding-right: 5px;
        color: #ff5202; }

.theme-list-2 {
  display: inline-block; }
  .theme-list-2 ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .theme-list-2 ul a {
      display: inline-block;
      position: relative;
      padding: 10px;
      color: #002147;
      transition: all .4s linear 0s; }
      .theme-list-2 ul a:hover {
        text-decoration: none;
        color: #14bdee; }
      .theme-list-2 ul a:before {
        content: "\f058";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        padding-right: 5px;
        color: #14bdee; }

.theme-list-3 {
  display: inline-block; }
  .theme-list-3 ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .theme-list-3 ul li {
      position: relative;
      padding: 10px;
      color: #002147;
      transition: all .4s linear 0s;
      font-size: 16px; }
      .theme-list-3 ul li:hover a {
        text-decoration: none;
        color: #91c73d; }
      .theme-list-3 ul li:before {
        content: "\f058";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        padding-right: 5px;
        color: #91c73d; }

.theme-list-4 {
  display: inline-block; }
  .theme-list-4 ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .theme-list-4 ul li {
      display: block;
      position: relative;
      padding: 10px;
      color: #002147;
      transition: all .4s linear 0s;
      font-size: 16px; }
      .theme-list-4 ul li:hover a {
        text-decoration: none;
        color: #ff5202; }
      .theme-list-4 ul li:before {
        content: "\f00c";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        padding-right: 5px;
        color: #ff5202;
        font-size: 14px; }

.section-title {
  padding-bottom: 20px; }
  .section-title h4 {
    color: #ff5202;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500; }
  .section-title h2 {
    color: #006699;
font-size:2rem;font-weight:600;line-height:44px; }
    @media (max-width: 575px) {
      .section-title h2 {
        font-size: 35px; } }

.sub-title {
  font-weight: 500;
  font-size: 30px;
  color: #002147; }
  @media (max-width: 575px) {
    .sub-title {
      font-size: 35px; } }

.sm-sub-title {
  font-weight: 600;
  font-size: 30px;
  color: #002147; }

.section-title-2 {
  padding-bottom: 20px; }
  .section-title-2 h4 {
    color: #14bdee;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500; }
  .section-title-2 h2 {
    color: #002147;
    font-size: 50px;
    font-weight: 600; }
    @media (max-width: 575px) {
      .section-title-2 h2 {
        font-size: 40px; } }

.section-title-3 {
  padding-bottom: 20px; }
  .section-title-3 h4 {
    color: #91c73d;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 400; }
  .section-title-3 h2 {
    color: #002147;
    font-size: 50px;
    font-weight: 600; }
    @media (max-width: 575px) {
      .section-title-3 h2 {
        font-size: 40px; } }

.section-title-6 {
  padding-bottom: 20px; }
  .section-title-6 h4 {
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600; }
  .section-title-6 h2 {
    color: #fff;
    font-size: 50px;
    font-weight: 600; }
    @media (max-width: 575px) {
      .section-title-6 h2 {
        font-size: 40px; } }

.single-section-title {
  margin-bottom: 50px; }
  .single-section-title h2 {
    display: inline-block;
    font-size: 50px;
    color: #002147;
    position: relative;
    font-weight: 600; }
    .single-section-title h2:after {
      content: "";
      position: absolute;
      left: 0;
      bottom: -15px;
      width: 100px;
      height: 3px;
      background-color: #14bdee; }

.single-section-title-2 {
  margin-bottom: 50px; }
  .single-section-title-2 h2 {
    display: inline-block;
    font-size: 50px;
    color: #002147;
    position: relative;
    font-weight: 600; }
    .single-section-title-2 h2:after {
      content: "";
      position: absolute;
      left: 0;
      bottom: -15px;
      width: 100px;
      height: 3px;
      background-color: #91c73d; }

.section-heading {
  position: relative;
  font-size: 35px;
  color: #002147;
  font-weight: 600; }
  .section-heading:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 5px;
    top: 50%;
    left: 40%;
    background-color: #ff5202; }
    @media (max-width: 768px) {
      .section-heading:before {
        left: 48%; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .section-heading:before {
        left: 40%; } }
    @media (max-width: 575px) {
      .section-heading:before {
        left: 50%;
        content: none; } }

.overlay {
  position: relative; }
  .overlay:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(34, 34, 34, 0.45); }

.overlay_2 {
  position: relative; }
  .overlay_2:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 33, 71, 0.8); }

.overlay_3 {
  position: relative; }
  .overlay_3:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 25px;
    border-radius: 25px; }
    @media (min-width: 992px) {
      .overlay_3:before {
        display: none; } }

.border-2 {
  border: 2px solid #ff5202;
  transition: all .4s linear 0s; }

.border-3 {
  border: 2px solid #14bdee;
  transition: all .4s linear 0s; }

.border-4 {
  border: 2px solid #eff7e2;
  transition: all .4s linear 0s; }

.border-5 {
  border: 2px solid #d0f2fc;
  transition: all .4s linear 0s; }

.border-6 {
  border: 2px solid #dddddd;
  transition: all .4s linear 0s; }

.border-7 {
  border: 5px solid #1d2144;
  transition: all .4s linear 0s; }

.border-8 {
  border: 5px solid #eff7e2;
  transition: all .4s linear 0s; }

.border-bottom-2 {
  border-bottom: 2px solid #ff5202; }

.button_icon i {
  font-size: 20px;
  padding-left: 5px; }

@media (min-width: 768px) and (max-width: 991px) {
  .mb-3d-5 {
    padding-bottom: 3rem; } }

@media (max-width: 768px) {
  .mb-3d-5 {
    padding-bottom: 3rem; } }

@media (max-width: 575px) {
  .mb-3d-5 {
    padding-bottom: 3rem; } }

@media (min-width: 768px) and (max-width: 991px) {
  .mt-3d-5 {
    padding-top: 3rem; } }

@media (max-width: 768px) {
  .mt-3d-5 {
    padding-top: 3rem; } }

@media (max-width: 575px) {
  .mt-3d-5 {
    padding-top: 3rem; } }

@media (max-width: 768px) {
  .mb-xs-5 {
    padding-bottom: 3rem; } }

@media (max-width: 575px) {
  .mb-xs-5 {
    padding-bottom: 3rem; } }

@media (max-width: 575px) {
  .mb-mob-5 {
    padding-bottom: 3rem; } }

@media (max-width: 768px) {
  .mb-xs-4 {
    padding-bottom: 2rem; } }

@media (max-width: 575px) {
  .mb-xs-4 {
    padding-bottom: 2rem; } }

@media (max-width: 768px) {
  .my-xs-5 {
    margin: 5rem 0; } }

@media (max-width: 575px) {
  .my-xs-5 {
    margin: 5rem 0; } }

@media (max-width: 768px) {
  .my-xs-4 {
    margin: 4rem 0; } }

@media (max-width: 575px) {
  .my-xs-4 {
    margin: 4rem 0; } }

@media (min-width: 768px) and (max-width: 991px) {
  .mb-bd-5 {
    padding-bottom: 3rem; } }

@media (max-width: 768px) {
  .mb-bd-5 {
    padding-bottom: 3rem; } }

@media (max-width: 575px) {
  .mb-bd-5 {
    padding-bottom: 3rem; } }

@media (max-width: 768px) {
  .mt-xs-5 {
    padding-top: 3rem; } }

@media (max-width: 575px) {
  .mt-xs-5 {
    padding-top: 3rem; } }

.shadow-theme-lg {
  box-shadow: 0 1rem 3rem 1rem rgba(20, 189, 238, 0.175) !important; }

.height-470 {
  height: 470px; }

@media (min-width: 992px) {
  .pr-120-lg {
    padding-right: 120px; } }

.translate_50 {
  transform: translateY(50%) !important; }

.widget-title {
  display: inline-block;
  position: relative;
  color: #002147;
  font-size: 24px;
  margin: 0;
  font-weight: 500; }
  .widget-title:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 70px;
    height: 3px;
    background-color: #ff5202; }

.pagination-wrapper {
  margin-top: 60px; }
  .pagination-wrapper ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .pagination-wrapper ul li {
      display: inline-block; }
      .pagination-wrapper ul li:last-child a {
        margin-right: 0; }
      .pagination-wrapper ul li a {
        display: inline-block;
        margin-right: 25px;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background-color: #efefef;
        color: #666;
        text-align: center;
        line-height: 50px;
        transition: all .4s linear 0s; }
        .pagination-wrapper ul li a:hover {
          background-color: #ff5202;
          color: #fff;
          text-decoration: none; }

.link_btn {
  display: inline-block;
  color: #ff5202;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 15px;
  transition: all .4s linear 0s; }
  .link_btn i {
    transition: all .4s linear 0s; }
  .link_btn:hover {
    text-decoration: none;
    color: #ff5202; }
    .link_btn:hover i {
      padding-left: 5px; }

.tags-list p {
  display: inline-block;
  margin-bottom: 0;
  color: #002147;
  font-size: 16px;
  font-weight: 500;
  padding-right: 5px; }
  @media (max-width: 575px) {
    .tags-list p {
      font-size: 14px; } }

.tags-list ul {
  margin: 0;
  padding: 0;
  display: inline-block; }
  .tags-list ul li {
    display: inline-block;
    margin-right: 5px; }
    .tags-list ul li a {
      position: relative;
      color: #666;
      font-size: 16px;
      transition: all .4s linear 0s; }
      .tags-list ul li a:hover {
        text-decoration: none;
        color: #ff5202; }
      .tags-list ul li a:after {
        content: " , ";
        font-size: 20px; }
    .tags-list ul li:last-child a:after {
      content: none; }

.share-option p {
  display: inline-block;
  margin-bottom: 0;
  color: #002147;
  font-weight: 500;
  padding-right: 5px; }
  @media (max-width: 575px) {
    .share-option p {
      padding-right: 0;
      padding-left: 5px;
      font-size: 14px; } }

.share-option ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block; }
  .share-option ul li {
    display: inline-block; }
    .share-option ul li:last-child a {
      margin-right: 0; }
    .share-option ul li a {
      display: inline-block;
      width: 40px;
      height: 40px;
      line-height: 40px;
      margin-right: 10px;
      text-align: center;
      background-color: #fff;
      border: 2px solid #ff5202;
      border-radius: 50%;
      color: #ff5202;
      transition: all .4s linear 0s; }
      @media (max-width: 575px) {
        .share-option ul li a {
          width: 35px;
          height: 35px;
          line-height: 35px;
          margin-right: 0;
          border-width: 1px;
          font-size: 12px; } }
      .share-option ul li a:hover {
        background-color: #ff5202;
        color: #fff; }

@media (min-width: 768px) and (max-width: 991px) {
  .mb-xs-2 {
    margin-bottom: 2rem; } }

@media (max-width: 768px) {
  .mb-xs-2 {
    margin-bottom: 2rem; } }

@media (max-width: 575px) {
  .mb-xs-2 {
    margin-bottom: 2rem; } }

@media (min-width: 768px) and (max-width: 991px) {
  .mb-xs-3 {
    margin-bottom: 3rem; } }

@media (max-width: 768px) {
  .mb-xs-3 {
    margin-bottom: 3rem; } }

@media (max-width: 575px) {
  .mb-xs-3 {
    margin-bottom: 3rem; } }

@media (max-width: 575px) {
  .mb-mob-3 {
    margin-bottom: 3rem; } }

/**
* ============================
*  3.Media Query
* ============================
*/


/*********************************
4. Start Featured Section
**********************************/
.featured-section-2 {
  background-size: 100% 53%;
  background-repeat: no-repeat; }
  @media (max-width: 768px) {
    .featured-section-2 {
      padding-bottom: 250px; } }

.feature-image {
  position: relative; }
  .feature-image img {
    width: 100%; }

.single-featured {
  transition: all .4s linear 0s;
  box-shadow: none; }
  .single-featured:hover {
    border-color: #ffac47 !important; }
  .single-featured .product-price {
    position: absolute;
    right: 30px;
    bottom: 30px; }

.single-featured-2 {
  transition: all .4s linear 0s;
  box-shadow: none; }
  .single-featured-2:hover {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    border-color: #14bdee !important; }
    .single-featured-2:hover .featured-text-and-info {
      border-color: #14bdee !important; }
  .single-featured-2 .feature-image {
    position: relative; }
    .single-featured-2 .feature-image img {
      width: 100%; }
  .single-featured-2 .product-price-2 {
    position: absolute;
    right: 30px;
    bottom: 30px; }
  .single-featured-2 .event-date-2 {
    position: absolute;
    right: 30px;
    bottom: 30px; }

.single-featured-3 {
  transition: all .4s linear 0s; }
  .single-featured-3:hover .border-6 {
    border-color: #14bdee; }
  .single-featured-3 h3 {
    padding-top: 30px;
    font-weight: 600; }
  .single-featured-3 .featured-text-and-info {
    border-top-color: #14bdee;
    transition: all .4s linear .09s; }

.single-featured-4 {
  transition: all .4s linear 0s; }
  .single-featured-4:hover .border-6 {
    border-color: #14bdee; }
  .single-featured-4 h3 {
    padding-top: 30px;
    font-weight: 600; }
  .single-featured-4 .featured-text-and-info {
    border-top-color: #14bdee;
    transition: all .4s linear 0s; }
  .single-featured-4 .feature-image {
    position: relative; }
    .single-featured-4 .feature-image .product-price-4 {
      position: absolute;
      right: 30px;
      bottom: 30px; }
    @media (max-width: 768px) {
      .single-featured-4 .feature-image img {
        width: 100%; } }
  .single-featured-4:hover {
    box-shadow: 0 1rem 3rem rgba(145, 199, 61, 0.3); }

.single-featured-5 {
  transition: all .4s linear 0s; }
  .single-featured-5:hover .border-6 {
    border-color: #ff5202; }
  .single-featured-5 h3 {
    padding-top: 30px;
    font-weight: 600; }
  .single-featured-5 .featured-text-and-info {
    border-top-color: #ff5202;
    transition: all .4s linear .09s; }
  .single-featured-5 .feature-image {
    position: relative; }
    .single-featured-5 .feature-image .product-price-4 {
      position: absolute;
      right: 30px;
      bottom: 30px; }

.featured-text-and-info {
  position: relative; min-height:110px }

.feature-image {
  position: relative; width:100%; height:auto; max-height:280px; overflow:hidden; }

.feature-status {
  display: flex;
  justify-content: space-between; }
  .feature-status span {
    color: #a2a2a2; font-size:14px }
  .feature-status i {
    color: #ffac47;
    font-size: 14px; }

.feature-status-2 {
  display: flex;
  justify-content: space-between; }
  .feature-status-2 span {
    color: #a2a2a2; }
  .feature-status-2 i {
    color: #14bdee;
    font-size: 14px; }

.feature-status-3 {
  display: flex;
  justify-content: space-between; }
  .feature-status-3 span {
    color: #a2a2a2; }
    .feature-status-3 span i {
      color: #f99e1c; }
  .feature-status-3 i {
    color: #a2a2a2;
    font-size: 14px; }

.feature-status-4 {
  display: flex;
  justify-content: space-between; }
  .feature-status-4 span {
    color: #a2a2a2; }
    .feature-status-4 span i {
      color: #91c73d; }
  .feature-status-4 i {
    color: #91c73d;
    font-size: 14px; }

.feature-content h3 {
  font-size: 1.2em; color: #33384D;
  font-weight: 500;
  padding-bottom: 10px;}
  .feature-content a:hover {
    color: #0099CC;
    transition: all .4s linear 0s; }
    .feature-content h3:hover {
      text-decoration: none;color: #0099CC;
 }

.feature-content-2 h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0;
  padding-bottom: 15px; }
  .feature-content-2 h3 a {
    color: #002147;
    transition: all .4s linear 0s; }
    .feature-content-2 h3 a:hover {
      text-decoration: none;
      color: #14bdee; }

.feature-content-3 h3 {
  font-size: 24px;
  font-weight: 600;
  margin: 0;
  padding-top: 0;
  padding-bottom: 15px; }
  .feature-content-3 h3 a {
    color: #002147;
    transition: all .4s linear 0s; }
    .feature-content-3 h3 a:hover {
      text-decoration: none;
      color: #91c73d; }

.product-price {
  display: inline-block;
  padding: .6rem 1rem;
  background-color: #ff5202;
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  text-align: center; }
  .product-price p {
    margin-bottom: 0; }

.product-price-2 {
  display: inline-block;
  padding: .6rem 1rem;
  background-color: #14bdee;
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  text-align: center; }
  .product-price-2 p {
    margin-bottom: 0; }

.product-price-3 {
  display: inline-block;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 2px solid #14bdee;
  font-size: 24px;
  font-weight: 500;
  line-height: 70px;
  color: #14bdee;
  background-color: #fff;
  z-index: 2;
  position: absolute;
  bottom: -35px;
  left: 50%;
  transform: translateX(-50%); }
  .product-price-3 p {
    margin-bottom: 0;
    line-height: 68px; }

.product-price-4 {
  display: inline-block;
  padding: .6rem 1rem;
  background-color: #91c73d;
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  text-align: center; }
  .product-price-4 p {
    margin-bottom: 0; }

.product-price-5 {
  display: inline-block;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 2px solid #ff5202;
  font-size: 24px;
  font-weight: 500;
  line-height: 70px;
  color: #ff5202;
  background-color: #fff;
  z-index: 2;
  position: absolute;
  bottom: -35px;
  left: 50%;
  transform: translateX(-50%); }
  .product-price-5 p {
    margin-bottom: 0;
    line-height: 68px; }

.event-date-2 {
  display: inline-block;
  padding: .6rem 1rem;
  background-color: #14bdee;
  color: #fff;
  font-size: 20px;
  text-align: center; }
  .event-date-2 p {
    margin-bottom: 0; }

.courses-list {
  text-align: center; }
  @media (max-width: 768px) {
    .courses-list {
      text-align: left; } }
  @media (max-width: 575px) {
    .courses-list {
      text-align: left; } }
  .courses-list ul li {
    cursor: pointer;
    margin: 5px; }


.show_navigation {
  position: relative; }
  .show_navigation .owl-nav {
    position: absolute;
    top: -120px;
    right: 0; }

    .show_navigation .owl-nav button {
      margin: 10px; }
      .show_navigation .owl-nav button i {
        font-size: 22px; }
      .show_navigation .owl-nav button.owl-prev {
        width: 30px;
        height: 30px;
        background: #efefef;
        line-height: 35px;
        display: inline-block;
        border-radius: 50%;
        color: #a1a1a1;
        border: 1px solid #a1a1a1;
        transition: all .4s linear 0s; }
        .show_navigation .owl-nav button.owl-prev:hover {
          background-color: #ff4f01;
          border-color: #ff4f01;
          color: #fff; }
      .show_navigation .owl-nav button.owl-next {
        width: 30px;
        height: 30px;
        line-height: 35px;
        background: #efefef;
        display: inline-block;
        border-radius: 50%;
        color: #a1a1a1;
        border: 1px solid #a1a1a1;
        transition: all .4s linear 0s; }
        .show_navigation .owl-nav button.owl-next:hover {
          background-color: #ff4f01;
          border-color: #ff4f01;
          color: #fff; }
      .show_navigation .owl-nav button:focus {
        outline: 0;
        box-shadow: none; }

.show_navigation_2 {
  position: relative; }
  .show_navigation_2 .owl-nav {
    position: absolute;
    top: -120px;
    right: 0; }
    @media (min-width: 768px) and (max-width: 991px) {
      .show_navigation_2 .owl-nav {
        display: none; } }
    @media (max-width: 768px) {
      .show_navigation_2 .owl-nav {
        display: none; } }
    .show_navigation_2 .owl-nav button {
      margin: 10px; }
      .show_navigation_2 .owl-nav button i {
        font-size: 22px; }
      .show_navigation_2 .owl-nav button.owl-prev {
        width: 50px;
        height: 50px;
        background: #efefef;
        line-height: 55px;
        display: inline-block;
        border-radius: 50%;
        color: #a1a1a1;
        border: 1px solid #a1a1a1;
        transition: all .4s linear 0s; }
        .show_navigation_2 .owl-nav button.owl-prev:hover {
          background-color: #14bdee;
          border-color: #14bdee;
          color: #fff; }
      .show_navigation_2 .owl-nav button.owl-next {
        width: 50px;
        height: 50px;
        line-height: 55px;
        background: #efefef;
        display: inline-block;
        border-radius: 50%;
        color: #a1a1a1;
        border: 1px solid #a1a1a1;
        transition: all .4s linear 0s; }
        .show_navigation_2 .owl-nav button.owl-next:hover {
          background-color: #14bdee;
          border-color: #14bdee;
          color: #fff; }
      .show_navigation_2 .owl-nav button:focus {
        outline: 0;
        box-shadow: none; }

.show_navigation_3 {
  position: relative; }
  .show_navigation_3 .owl-nav {
    font-size: 30px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .show_navigation_3 .owl-nav {
        display: none; } }
    @media (max-width: 768px) {
      .show_navigation_3 .owl-nav {
        display: none; } }
    .show_navigation_3 .owl-nav button {
      margin: 10px; }
      .show_navigation_3 .owl-nav button i {
        font-size: 22px; }
      .show_navigation_3 .owl-nav button.owl-prev {
        position: absolute;
        width: 50px;
        height: 50px;
        background: #efefef;
        line-height: 50px;
        display: inline-block;
        border-radius: 50%;
        color: #a1a1a1;
        border: 1px solid #a1a1a1;
        transition: all .4s linear 0s;
        top: 50%;
        transform: translateY(-50%);
        display: none; }
        @media (min-width: 1199px) {
          .show_navigation_3 .owl-nav button.owl-prev {
            display: inline-block;
            left: -80px; } }
        .show_navigation_3 .owl-nav button.owl-prev:hover {
          background-color: #ff5202;
          border-color: #ff5202;
          color: #fff; }
      .show_navigation_3 .owl-nav button.owl-next {
        position: absolute;
        width: 50px;
        height: 50px;
        line-height: 50px;
        background: #efefef;
        display: inline-block;
        border-radius: 50%;
        color: #a1a1a1;
        border: 1px solid #a1a1a1;
        transition: all .4s linear 0s;
        transform: translateY(-50%);
        top: 50%;
        display: none; }
        @media (min-width: 1199px) {
          .show_navigation_3 .owl-nav button.owl-next {
            display: inline-block;
            right: -80px; } }
        .show_navigation_3 .owl-nav button.owl-next:hover {
          background-color: #ff5202;
          border-color: #ff5202;
          color: #fff; }
      .show_navigation_3 .owl-nav button:focus {
        outline: 0;
        box-shadow: none; }

.show_navigation_4 {
  position: relative; }
  .show_navigation_4 .owl-nav {
    font-size: 30px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .show_navigation_4 .owl-nav {
        display: none; } }
    @media (max-width: 768px) {
      .show_navigation_4 .owl-nav {
        display: none; } }
    .show_navigation_4 .owl-nav button {
      margin: 10px; }
      .show_navigation_4 .owl-nav button i {
        font-size: 22px; }
      .show_navigation_4 .owl-nav button.owl-prev {
        position: absolute;
        width: 50px;
        height: 50px;
        background: #efefef;
        line-height: 50px;
        display: inline-block;
        border-radius: 50%;
        color: #a1a1a1;
        border: 1px solid #a1a1a1;
        transition: all .4s linear 0s;
        left: -90px;
        top: 50%;
        transform: translateY(-50%); }
        .show_navigation_4 .owl-nav button.owl-prev:hover {
          background-color: #91c73d;
          border-color: #91c73d;
          color: #fff; }
        @media (min-width: 992px) {
          .show_navigation_4 .owl-nav button.owl-prev {
            display: none; } }
        @media (min-width: 1199px) {
          .show_navigation_4 .owl-nav button.owl-prev {
            display: block; } }
      .show_navigation_4 .owl-nav button.owl-next {
        position: absolute;
        width: 50px;
        height: 50px;
        line-height: 50px;
        background: #efefef;
        display: inline-block;
        border-radius: 50%;
        color: #a1a1a1;
        border: 1px solid #a1a1a1;
        transition: all .4s linear 0s;
        right: -90px;
        transform: translateY(-50%);
        top: 50%; }
        .show_navigation_4 .owl-nav button.owl-next:hover {
          background-color: #91c73d;
          border-color: #91c73d;
          color: #fff; }
        @media (min-width: 992px) {
          .show_navigation_4 .owl-nav button.owl-next {
            display: none; } }
        @media (min-width: 1199px) {
          .show_navigation_4 .owl-nav button.owl-next {
            display: block; } }
      .show_navigation_4 .owl-nav button:focus {
        outline: 0;
        box-shadow: none; }


/***********************
14. scroll-top
************************/
.scroll-top {
  position: fixed;
  width: 50px;
  height: 50px;
  background-color: #222222;
  bottom: 80px;
  right: 20px;
  z-index: 9999;
  cursor: pointer;
  transition: all .4s linear 0s;
  display: none;
  border-radius: 50%; }

.scroll-top .scroll-icon {
  color: #fff;
  font-size: 20px;
  line-height: 53px;
  text-align: center; }

.scroll-top:hover {
  background-color: #ff5202; }

.scroll-top.option-2 {
  background-color: #14bdee; }

.scroll-top.option-3 {
  background-color: #91c73d; }

/************************************
15.1 Start Featured-2 Section
****************************************/
.featured-area {
  margin-bottom: -20px; }

.featured-2-icon {
  margin-right: 30px; }
  .featured-2-icon i {
    color: #ff5202;
    font-size: 25px;
    width: 60px;
    height: 60px;
    line-height: 55px;
    text-align: center;
    border-radius: 50%;
    border: 2px solid #ffac47; }

.single-featured-3:hover .featured-2-icon i {
  background: #ff5202;
  color: #fff;
  transition: all .4s linear 0s; }

.featured-2-text h5 {

  font-size: 20px;
  font-weight: 600; }

.half-column-content h2 {
  font-size: 50px; }
