body {
  font-family: "Muli", sans-serif;
  font-size: 16px;
  color: #8c8c8c;
  line-height: 26px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: 700;
  color: #252525;
  font-family: "Roboto Slab", serif;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-weight: inherit;
  font-size: inherit;
}

h1 {
  font-size: 40px;
  line-height: 70px;
  letter-spacing: 1px;
  margin-bottom: 0px;
}

h2 {
  font-size: 42px;
  line-height: 52px;
  margin-bottom: 0px;
}

h3 {
  font-size: 28px;
  line-height: 38px;
  margin-bottom: 0px;
}

h4 {
  font-size: 20px;
  line-height: 30px;
}

h5 {
  font-size: 18px;
  line-height: 28px;
}

h6 {
  font-size: 16px;
  line-height: 26px;
}

p {
  font-weight: normal;
  letter-spacing: 0;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 30px;
  text-align: justify;
}

ul.list-inline {
  display: block;
}

ul.list-inline li {
  display: inline-block;
}

/*Animation*/
.btn,
a {
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  color: #333;
}

a:focus,
a:hover {
  color: #fc9928 !important;
}

*::-moz-selection {
  background: #fc9928;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #fc9928;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #fc9928;
  color: #fff;
  text-shadow: none;
}

.btn-lg {
  padding: 22px 40px !important;
}

.btn {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 12px;
  padding: 18px 40px;
  border-radius: 3px;
  border: none;
  text-transform: uppercase;
}

.btn-sm {
  padding: 12px 20px;
}

.btn-primary {
  background: #fc9928 !important;
  color: #ffffff;
  border: 1px solid #fc9928 !important;
}

.btn-primary:focus,
.btn-primary:hover {
  background-color: #ffffff !important;
  color: #fc9928 !important;
  border-color: #fc9928 !important;
}

.btn-light {
  background-color: #ffffff !important;
  color: #252525 !important;
  border-color: #ffffff !important;
}

.btn-light:focus,
.btn-light:hover {
  background-color: #fc9928 !important;
  color: #ffffff !important;
  border-color: #fc9928 !important;
}

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

.primary-bg {
  background-color: #fc9928;
}

/*============================================
    1. Home / Header Top
*=============================================*/

#header {
  position: relative;
}

.header-top {
  background-color: #fc9928;
  padding: 10px 0;
}

.ht-address ul li {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  margin-right: 17px;

  & a {
    color: #fff;
  }
}

.ht-address ul li i {
  font-size: 21px;
  margin-right: 7px;
  vertical-align: middle;
}

.ht-social {
  text-align: right;
}

.ht-social ul li {
  display: inline-block;
}

.ht-social ul li a {
  display: block;
  color: #fff;
  font-size: 16px;
  margin-left: 10px;
}

/*============================================
    END Header Top
*=============================================*/

/*============================================
    Header Bottom
*=============================================*/

.header-bottom {
  position: absolute;
  left: 0;
  z-index: 998;
  width: 100%;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.sticky-header {
  position: fixed;
  top: 0;
  background: #222;
}

.header-bottom-inner {
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.sticky-header .header-bottom-inner {
  border-color: #222;
}

.logo a {
  display: inline-block;
}

.main-menu nav ul li {
  display: inline-block;
  position: relative;
}

.main-menu {
  text-align: right;
}

.main-menu nav ul li a {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  padding: 43px 17px;
}

.sticky-header .main-menu nav > ul > li > a {
  padding: 38px 17px;
}

.main-menu nav ul li > a:hover,
.main-menu nav ul li.active > a {
  color: #fc9928;
}

/* mobile menu slicknav*/

.slicknav_menu .slicknav_menutxt {
  display: none;
}

.slicknav_menu {
  background: transparent;
  margin-top: 21px;
}

.slicknav_menu .slicknav_icon-bar {
  background-color: #ffffff;
  height: 2px;
  width: 19px;
  margin: 3px 0px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.slicknav_btn {
  background-color: transparent;
  position: relative;
  margin-top: -42px;
  cursor: pointer;
}

.slicknav_menu .slicknav_open .slicknav_icon-bar:nth-child(2) {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.slicknav_menu .slicknav_open .slicknav_icon-bar:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(1px, 7px);
  transform: rotate(45deg) translate(1px, 7px);
}

.slicknav_menu .slicknav_open .slicknav_icon-bar:nth-child(3) {
  -webkit-transform: rotate(-45deg) translateY(-6px);
  transform: rotate(-45deg) translateY(-6px);
}

.slicknav_menu {
  margin: 10px 0;
  padding: 0;
}

.slicknav_nav {
  background: #202020;
  margin: 0;
  padding: 0;
}

.slicknav_nav a:hover {
  background: #fefefe;
  border-radius: 0;
}

.slicknav_nav a {
  font-size: 14px;
  letter-spacing: 0.01em;
}

.slicknav_nav .slicknav_arrow {
  float: right;
}

.slicknav_nav .slicknav_row:hover,
.slicknav_nav .slicknav_row:hover .slicknav_arrow {
  border-radius: 0;
  background-color: #3c3333;
}

/*mobile menu end*/

.hb-right {
  margin-left: -18px;
}

.hb-right ul li {
  font-size: 18px;
  color: #fff;
  cursor: pointer;
  text-align: right;
}

/*search form*/

.offset-search {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 999;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.offset-search form {
  position: relative;
}

.offset-search input {
  height: 50px;
  width: 500px;
  max-width: 100%;
  padding-right: 50px;
  padding-left: 20px;
  letter-spacing: 0;
  color: #222;
  border: none;
  border-radius: 2px;
}

.offset-search button {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50px;
  border: none;
  background: #1d1c1c;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  border-radius: 0 2px 2px 0;
}

/*offset area*/

.body_overlay {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 998;
  height: 100vh;
  width: 100%;
  cursor: pointer;
  background-color: #fc9928;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: url(../images/icon/cross-cursor.png), auto;
}

.show_hide {
  opacity: 1;
  visibility: visible;
}

/*============================================
    END Header Bottom
*=============================================*/

/*============================================
    Slider Area
*=============================================*/

.slider_item {
  min-height: 825px;
  display: flex;
  align-items: center;
  padding-top: 120px;
}

.slider-content {
  padding-right: 20px;
}

.slider-content h3 {
  font-size: 30px;
  text-transform: uppercase;
  position: relative;
  padding-left: 70px;
  margin-bottom: 10px;
}

.slider-content h3:before {
  content: "";
  height: 2px;
  width: 50px;
  background: #fc9928;
  position: absolute;
  left: 0;
  top: 12px;
}

.slider-content h1 {
  font-size: 36px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 70px;
  margin-bottom: 20px;
  text-align: justify;
}

.slider-content h1 span {
  display: block;
}

.primary-color {
  color: #fc9928 !important;
}

.text-color {
  color: #fc9928;
}

.slider-content p {
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
}

/*animation*/

.active .slider-content > span,
.active .slider-content h2,
.active .slider-content p,
.active .slider-content a {
  opacity: 1;
  -webkit-transform: translatey(0px);
  -ms-transform: translatey(0px);
  -o-transform: translatey(0px);
  transform: translatey(0px);
}

/*caorusel*/

.slider-area .owl-nav div {
  height: 60px;
  padding: 0 22px 0 23px;
  text-align: center;
  line-height: 60px;
  background: #6b6c6d;
  color: #fff;
  border-radius: 33px;
  position: absolute;
  left: 0;
  top: calc(50% - 30px);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.slider-area .owl-nav div:hover {
  background: #232323;
}

.slider-area .owl-nav .owl-next {
  left: auto;
  right: 0;
  padding: 0 23px 0 22px;
}

.slider-area .owl-nav div span {
  text-transform: uppercase;
  font-size: 12px;
  width: 0;
  opacity: 0;
  overflow: hidden;
  display: inline-block;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.slider-area .owl-nav .owl-next span {
  float: left;
}

.slider-area .owl-nav .owl-prev span {
  float: right;
}

.slider-area .owl-nav div:hover span {
  width: 50px;
  opacity: 1;
}

/*============================================
    END Slider Area
*=============================================*/

/*============================================
    About Area
*=============================================*/

.section-title {
  position: relative;
  margin-bottom: 50px;
}

.section-title > span {
  display: block;
  font-weight: 700;
  color: #252525;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}

.section-title h2 {
  font-size: 36px;
  font-weight: 700;
  color: #222;
  line-height: 1.3;
}

.section-title h2 span {
  display: inline-block;
  font-weight: 500;
}

.line-break {
  display: block;
}

.about-left-content p {
  font-weight: 400;
}

.abt-right-thumb {
  height: 100%;
  padding: 20px;
  background: #f9f9f9;
  box-shadow: 0px 0px 21px 11px rgba(204, 204, 223, 0.2);
}

.abt-rt-inner {
  height: 100%;
  display: flex;
  background: url(../images/about/abt-right-thumb.jpeg) center/cover no-repeat;
}

a.expand-video {
  margin: auto;
  height: 78px;
  width: 78px;
  background: #fc9928;
  text-align: center;
  line-height: 78px;
  border-radius: 50%;
  color: #fff;
  font-size: 24px;
}

a.expand-video i {
  position: relative;
  right: -2px;
}

a.expand-video:focus,
a.expand-video:hover {
  background-color: #fff;
  color: #fc9928;
}

/* About Cards */
.about-cards-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 40px;
}

.about-cards-container .card {
  background: #fff;
  border-radius: 10px;
  padding: 30px 25px;
  border: 1px solid #e9ecef;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  height: 100%;
}

.about-cards-container .card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

.about-cards-container .card h3 {
  font-size: 22px;
  margin-bottom: 15px;
  color: #222;
}

.about-cards-container .card p {
  margin: 0;
  color: #666;
  line-height: 1.8;
}

/* Tablet */
@media (max-width: 991px) {
  .about-cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile */
@media (max-width: 576px) {
  .about-cards-container {
    grid-template-columns: 1fr;
  }
}

/*============================================
    END About Area
*=============================================*/

/*============================================
    Course Area
*=============================================*/

/* course pages */
.course-block {
  border: 1px solid #e7ddc4;
  border-radius: 10px;
  background: #fffcf5;
  overflow: hidden;
  margin-bottom: 34px;
}

.course-head {
  background: #172644;
  color: #fff;
  padding: 26px 28px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 12px;
}

.course-head h3 {
  color: #fff;
}

.course-head .code {
  color: #e6c877;
  letter-spacing: 0.06em;
}

.course-body {
  padding: 28px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

@media (max-width: 800px) {
  .course-body {
    grid-template-columns: 1fr;
  }
}

.course-body p {
  font-size: 16px;
  color: #666;
  line-height: 1.8;
}

.course-body ul {
  padding-left: 1.1em;
  color: #52493c;
  list-style-type: disc;
}

.course-body li {
  margin-bottom: 12px;
}

.info-box {
  background: #f5ecd6;
  border: 1px solid #e7ddc4;
  border-radius: 10px;
  padding: 20px;
}

.info-box .k {
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #7c1f2c;
}

.info-box .v {
  font-weight: 500;
  color: #172644;
  margin-top: 2px;
}

.info-row {
  margin-bottom: 12px;
}

.info-row:last-child {
  margin-bottom: 0;
}

.cards-container {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.card {
  background-color: #fffdf6;
  border: 1px solid #ebdcb7;
  border-radius: 10px;
  flex: 1;
  min-width: 230px;
  padding: 28px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.02);
}

/* Top dashed golden border accent */
.card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6px;
  background-color: #cca232;
  background-image: repeating-linear-gradient(
    90deg,
    #cca232 0px,
    #cca232 10px,
    #cfc8b8 10px,
    #cfc8b8 16px
  );
}

.card h3 {
  font-family: "Georgia", "Times New Roman", serif;
  color: #0b1f3a;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 12px;
}

.card p {
  color: #555146;
  line-height: 1.5;
  margin-bottom: 0 !important;
}

.card:hover {
  box-shadow: 0 -6px 24px rgba(10, 10, 10, 0.09);
}

.card {
  transition: all 0.3s ease 0s;
}

.course-thumb {
  position: relative;
}

.cs-price {
  position: absolute;
  right: -10px;
  top: 23px;
  color: #fff;
  padding: 6px 12px;
  background: #fc9928;
}

.cs-price:before {
  content: "";
  position: absolute;
  right: 0;
  top: -9px;
  border-left: 10px solid #fc9928;
  border-top: 9px solid transparent;
}

.course-meta-title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.course-meta-text {
  flex-basis: calc(100% - 41px);
}

.course-meta-text h4 a {
  color: #252525;
  display: block;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 28px;
  margin-bottom: 10px;
}

.course-meta-text h4 a:hover {
  color: #fc9928;
}

ul.course-meta-stats {
}

ul.course-meta-stats li {
  display: inline-block;
  margin-right: 15px;
}

ul.course-meta-stats li:last-child {
  margin-right: 0;
}

ul.course-meta-stats li i {
  color: #fc9928;
}

.course-meta-thumbnail {
  height: auto;
  width: 40px !important;
}

.course-meta-details span {
  font-size: 14px;
  color: #222;
}

.course-meta-details p {
  font-size: 15px;
  margin-bottom: 0;
  margin-top: 0;
}

.course-meta-details li {
  border-right: 1px solid #cccccc;
  display: table-cell !important;
  flex: 1 1 0 !important;
  text-align: center;
}

.course-meta-details {
  display: table !important;
  flex-flow: row wrap;
  justify-content: center;
  border-top: 1px solid #eee;
  padding-top: 20px;
}

.card {
  border-color: rgba(0, 0, 0, 0.07) !important;
}

.course-meta-details li:last-child {
  border-right: 0 none;
}

.blog-carousel .owl-nav,
.course-carousel .owl-nav,
.teacher-carousel .owl-nav {
  position: absolute;
  right: 0;
  top: -78px;
}

.blog-carousel .owl-nav div,
.course-carousel .owl-nav div,
.teacher-carousel .owl-nav div {
  height: 43px;
  width: 43px;
  background: #2f2f2f;
  display: inline-block;
  margin-left: 5px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  line-height: 42px;
  font-size: 24px;
  transition: all 0.3s ease 0s;
}

.blog-carousel .owl-nav div:hover,
.course-carousel .owl-nav div:hover,
.teacher-carousel .owl-nav div:hover {
  background: #fc9928;
}

/*============================================
    END Course Area
*=============================================*/

/*============================================
    Take Toure Area
*=============================================*/
.bg-red,
.bg-red span,
.bg-red h2 {
  background-color: #14171d;
  color: white;
}
.bg-blue {
  background-color: #14171d;
  color: white;
}
.text-white span,
.text-white h2 {
  color: white;
  min-width: 1000px !important;
}

.take-toure-area {
  background: #14171d;
  position: relative;
  z-index: 1;
}

.take-toure-area:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  height: 386px;
  width: 100%;
  background: #fff;
}

.sec-style-two {
  text-align: center;
}

img.title-top-shape {
  margin-bottom: 20px;
}

.sec-style-two h2 {
  color: #fff;
}

.sec-style-two > span {
  color: #fff;
}

.video-area {
  position: relative;
  z-index: 1;
  height: 570px;
  display: flex;
  border-radius: 10px;
  overflow: hidden;
  background: url(../images/bg/take-toure-bg.jpg) center/cover no-repeat;
}

.video-area:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  background: #000;
  opacity: 0.7;
}

/*============================================
    END Take Toure Area
*=============================================*/

/*============================================
    Teacher Area
*=============================================*/

.teacher-area {
  position: relative;
  z-index: 1;
}

.teacher-area .card-title.mb-4 {
  margin-bottom: 0 !important;
}

.teacher-area:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  height: 400px;
  width: 100%;
  background: #2f2f2f;
}

.teacher-content ul li a {
  font-size: 16px;
}

.teacher-contenttchd-content ul li a {
  margin-right: 10px;
}

/*============================================
    END Teacher Area
*=============================================*/

/*============================================
    Testimonial Area
*=============================================*/

img.tst-bg {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
}

.testimonial-content h3 {
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0;
  font-style: italic;
  line-height: 46px;
  margin-bottom: 35px;
}

.testimonial-content h4 {
  font-weight: 400;
  color: #ffffff;
}

.testimonial-content > span {
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 0;
  font-style: italic;
}

/*============================================
    END Testimonial Area
*=============================================*/

/*============================================
    Call to Action
*=============================================*/
.cta-content span {
  font-weight: 400;
  letter-spacing: 0;
}

/*ff9a02 */
.cta-content h2 {
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 36px;
}

.cta-btn {
  text-align: right;
}

.cta-btn .btn-light:hover {
  border-color: #fff !important;
}

.cta-area {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

/*============================================
    END Call to Action
*=============================================*/

/*============================================
    Footer Area
*=============================================*/

.footer-top {
  background: #14171d;
}

.flex {
  display: flex;
  align-items: center;
  gap: 10px;
}

.widget-company > a {
  display: inline-block;
  margin-bottom: 40px;
}

.widget-company > p {
  font-size: 16px;
  font-weight: 400;
  color: #edf1ff;
  margin-bottom: 24px;
}

.address {
  margin-bottom: 15px;
}

.address h6 {
  font-weight: 400;
  color: #fc9928;
  text-transform: capitalize;
  margin-bottom: 5px;
}

.address p {
  margin-bottom: 20px;
  max-width: 450px;
}

.widget-company .social li {
  display: inline-block;
}

.widget-company .social li a {
  display: block;
  font-size: 19px;
  color: #9fa4af;
  margin-right: 10px;
}

.widget-company .social li a:hover {
  color: #fc9928;
}

.fwidget-title {
  position: relative;
}

.fwidget-title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 35px;
  background: #58595d;
}

.footer-link a {
  color: rgba(255, 255, 255, 0.8);
}

.fz-14 {
  font-size: 14px;
}

span.post-date {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #a09f9c;
  letter-spacing: 0;
  margin-top: 8px;
}

span.post-date i {
  color: #ff9c02;
  margin-right: 5px;
}

.widget-opening ul li {
  display: block;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 16px;
  color: rgba(255, 255, 255, 0.75);
}

.widget-opening ul li span {
  color: #fff;
  width: 130px;
  display: inline-block;
  letter-spacing: 2px;
}

.footer-bottom {
  text-align: center;
  margin-top: 50px;
  border-top: 1px solid #2a2a2a;
  padding-top: 40px;
}

.footer-bottom p {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
}

.footer-link li i {
  font-size: 14px;
  margin-right: 12px;
  color: #fc9928;
}

.footer-link li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 14px 0;
}

.footer-link li:last-child {
  border-bottom: 0 none;
}

/*============================================
    END Footer Area
*=============================================*/

/*============================================
    Home
*=============================================*/

.header-two {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9998;
  width: 100%;
  background: #fff;
}

.menu-style2 {
  text-align: center;
}

.menu-style2.main-menu nav > ul > li > a {
  color: #151515;
  padding: 54px 17px;
  position: relative;
}

.menu-style2.main-menu nav > ul > li > a:before {
  content: "";
  position: absolute;
  left: -6px;
  top: calc(50% - 1px);
  height: 2px;
  width: 10px;
  background: #fc9928;
  opacity: 0;
  transition: all 0.3s ease 0s;
}

.menu-style2.main-menu nav ul li.active a:before,
.menu-style2.main-menu nav ul li a:hover:before {
  opacity: 1;
  width: 19px;
}

.menu-style2.main-menu nav ul li.middle-logo a {
  padding: 0;
  transform: translateY(5px);
}

.menu-style2.main-menu nav ul li.middle-logo a:before {
  display: none;
}

.menu-style2.main-menu nav ul li.middle-logo a img.hb-bottom-shape {
  position: absolute;
  left: 50%;
  min-width: 157px;
  transform: translateX(-50%);
}

.header-bottom-right-style-2 {
  margin-left: -41px;
  text-align: right;
}

.header-bottom-right-style-2 li {
  display: inline-block;
}

.header-bottom-right-style-2 li a.btn {
  padding: 12px 20px;
}

.header-bottom-right-style-2 li a.btn-light {
  border: 1px solid #ccc !important;
}

.header-bottom-right-style-2 li a.btn-light:hover {
  border-color: #fc9928 !important;
}

.header-bottom-right-style-2 li a:hover,
.header-bottom-right-style-2 li a.active {
}

.header-bottom-right-style-2 li:first-child a {
  margin-left: 0;
}

/*hero area*/

.hero-area {
  margin-top: 104px;
  position: relative;
  z-index: 1;
  padding: 170px 0;
  background: url(../images/bg/slider.jpg) center/cover no-repeat;
}

.hero-area:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  background: #1b2945;
  opacity: 0.5;
}

.hero-content {
  text-align: center;
}

.hero-content h3 {
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: "Quicksand", sans-serif;
}

.hero-content h1 {
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 69px;
}

.hero-content p {
  font-size: 24px;
  font-weight: 300;
}

.form-input {
  display: inline-block;
  position: relative;
}

.form-input input {
  height: 55px;
  width: 100%;
  max-width: 670px;
  background: #fff;
  border: none;
  padding-left: 60px;
  padding-right: 170px;
  border-radius: 50px;
  letter-spacing: 0;
  color: #222;
}

.form-input .fa-search {
  position: absolute;
  left: 21px;
  top: 18px;
  color: #464545;
  font-size: 20px;
}

.form-input button.btn {
  position: absolute;
  right: 4px;
  top: 4px;
  height: calc(100% - 8px);
  width: 167px;
}

.form-input button:hover {
  background-color: #13172e;
}

.hero-content form strong {
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0;
  margin-top: 24px;
  display: block;
}

.hero-content form strong a {
  display: inline-block;
  color: #9599a2;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
}

.hero-content form strong a:hover {
  color: #fc9928;
}

/*about-area-style2*/

.about-area-style2 {
  background: url(../images/bg/abt2-bg.jpg) center/cover no-repeat;
}

.section-title-style2 {
  padding-top: 29px;
  margin-bottom: 50px;
}

.section-title-style h2 {
  font-size: 60px;
  line-height: 70px;
  margin-bottom: 30px;
}

.about-content-style2 .section-title-style2 {
  margin-bottom: 0px;
}

.section-title-style2 span {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 9px;
  letter-spacing: 2px;
  position: relative;
  display: inline-block;
}

.section-title-style2 span:before,
.section-title-style2 span:after {
  content: "";
  background: url(../images/icon/s2-title-left-shape.png) center/contain
    no-repeat;
  position: absolute;
  left: -78px;
  top: -40px;
  height: 69px;
  width: 67px;
}

.section-title-style2 span:after {
  left: auto;
  right: -78px;
  background: url(../images/icon/s2-title-right-shape.png) center/contain
    no-repeat;
}

.section-title-style2 h2 {
  font-size: 54px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 66px;
}

.black-title span {
  color: #1e2c39;
}

.white-title span {
  color: rgba(255, 255, 255, 0.8);
}

.white-title h2 {
  color: #fff;
}

.title-tb {
  margin-top: 24px;
}

.title-tb span:before {
  display: none;
}

.title-tb span:after {
  background: #2f2f2f;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 30px;
  position: absolute;
  top: -53px;
}

/*common carousel for all*/

.tst-carousel .owl-dots,
.commn-carousel .owl-dots {
  text-align: center;
}

.tst-carousel .owl-dot,
.commn-carousel .owl-dots .owl-dot {
  display: inline-block;
  width: 30px;
  height: 5px;
  border-radius: 30px;
  background: #b6b6b6;
  margin: 0 5px;
}

.tst-carousel .owl-dots .active,
.commn-carousel .owl-dots .active {
  background: #fc9928;
}

/*============================================
    END Home Two
*=============================================*/

/*============================================
    Courses
*=============================================*/

.crumbs-area {
  position: relative;
  z-index: 1;
  background: url(../images/facilities/ground3.jpeg);
  padding: 213px 0 114px;
  background-size: cover;
}

.crumbs-area:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  opacity: 0.5;
  background: #1b2945;
}

.crumb-content h4 {
  font-size: 55px;
  color: #fefefe;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
  line-height: 59px;
  margin-bottom: 18px;
}

.crumb-content h4 span {
  color: #fc9928;
}

.crumb-title {
  font-size: 30px;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0;
  padding-left: 80px;
  position: relative;
}

.crumb-title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 25px;
  height: 2px;
  width: 50px;
  background: #fc9928;
}

.view-more {
  text-align: center;
}

.view-more a {
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  color: #959595;
  letter-spacing: 0;
}

.view-more a:hover {
  color: #fea402;
}

.view-more a span {
  height: 7px;
  width: 7px;
  background: #fea402;
  display: inline-block;
  margin-right: 5px;
  border-radius: 50%;
}

.view-more a span.last-dot {
  margin-right: 11px;
}

/*============================================
    END Courses
*=============================================*/

/*============================================
    About
*=============================================*/

.ftch-two {
  margin: 0;
}

.befr-themeoclor.teacher-area:before {
  background: #fc9928;
}

/*============================================
    END About
*=============================================*/

/*============================================
    Contact
*=============================================*/

.contact-info {
  z-index: 1;
  position: relative;
}

.contact-info:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 50%;
  width: 100%;
  z-index: -1;
  background: #fc9928;
}

.contact-info .cnt-info {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}

.cnt-title {
  text-align: center;
  margin-bottom: 20px;
}

.cnt-title h4 {
  display: inline-block;
  font-size: 24px;
  font-weight: 700;
  color: #000000;
  letter-spacing: 0;
  margin-bottom: 15px;
  position: relative;
}

.cnt-title h4 span {
  font-weight: 500;
}

.cnt-title p {
  font-size: 16px;
  color: #9fa4af;
  text-align: center;
}

.cnt-addres-single .icon {
  float: left;
  margin-right: 15px;
  color: #fc9928;
  font-size: 48px;
}

.cnt-addres-single .content {
  overflow: hidden;
}

.cnt-addres-single .content h4 {
  letter-spacing: 0;
}

.cnt-addres-single .content p {
  font-size: 16px;
}

.contact-form {
}

.contact-form form input,
.contact-form form textarea {
  height: 40px;
  border: none;
  border-bottom: 1px solid #ebebeb;
  width: 100%;
  letter-spacing: 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  /* margin-bottom: 20px; */
}

.contact-form form input:focus,
.contact-form form textarea:focus {
  border-bottom: 1px solid #fc9928;
}

.contact-form form textarea {
  height: 150px;
  padding-top: 20px;
}

.contact-form form button {
  height: 48px;
  width: 193px;
  color: #fff;
  background: #fc9928;
  letter-spacing: 0;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  border: none;
  border-radius: 33px;
  margin-top: 25px;
  outline: none;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.contact-form form button:hover {
  background: #222;
}

/*============================================
    END Contact
*=============================================*/

.modal-body input {
  border: 1px solid #efefef;
  margin-bottom: 20px;
  padding: 10px 15px;
  width: 100%;
}

.checkbox-inline input[type="checkbox"] {
  margin-right: 8px;
  width: auto;
}
