img {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  min-height: 100%;
}

.ltr {
  direction: ltr !important;
  text-align: left;
}

.bg-none {
  background-image: none !important;
}

.rtl {
  direction: rtl;
  text-align: right;
}

@font-face {
  src: url("../fonts/GE_SS_Two_Bold.otf");
  font-family: "GE_SS_Two";
  font-style: normal;
  font-weight: 400;
}

@font-face {
  src: url("../fonts/GE_SS_Two_Medium.otf");
  font-family: "GE_SS_Two";
  font-style: normal;
  font-weight: 500;
}

.mian-course-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 991px) {
  .mian-course-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}

.course-detail-page {
  background: url(../img/Header.jpg) no-repeat center/cover;
  padding-bottom: 50px;
  padding-top: 50px;
}

.w-100 {
  width: 100%;
}

.mian-course-box .courses-image {
  position: static;
  margin: 0px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #eba950;
  margin-left: 30px;
  font-size: 0;
}

@media (max-width: 991px) {
  .mian-course-box .courses-image {
    margin-left: 0px;
  }
}

.mian-course-box .courses-detail-sec .title {
  font-family: "GE_SS_Two";
  font-weight: 700;
  font-size: 34px;
  color: #fff;
}

@media (max-width: 991px) {
  .mian-course-box .courses-detail-sec .title {
    margin-top: 20px;
  }
}

@media (max-width: 575px) {
  .mian-course-box .courses-detail-sec .title {
    font-size: 24px;
  }
}

.top-area {
  font-family: "GE_SS_Two";
  font-weight: 700;
  color: #eba950;
  font-size: 26px;
  margin-top: 28px;
  margin-bottom: 28px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  text-align: center;
}

@media (max-width: 767px) {
  .top-area {
    margin-bottom: 18px;
  }
}

.top-area2 {
  font-family: "GE_SS_Two";
  font-weight: 500;
  color: #eba950;
  font-size: 18px;
  text-align: center;
  margin-bottom: 18px;
}

.video-mt {
  width: auto;
  max-width: 640px;
  height: 360px;
  font-size: 0px;
  margin: 0 auto;
  margin-bottom: 100px;
  border: 7px solid #e9b810;
  border-radius: 30px;
  background-color: black;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.35);
          box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.35);
  position: relative;
  overflow: hidden !important;
}

@media (max-width: 767px) {
  .video-mt {
    height: auto;
    width: auto;
    margin-bottom: 30px;
  }
}

@media (max-width: 575px) {
  .video-mt {
    height: 298px;
  }
}

@media (max-width: 425px) {
  .video-mt {
    height: 214px;
  }
}

@media (max-width: 375px) {
  .video-mt {
    height: 186px;
  }
}

@media (max-width: 325px) {
  .video-mt {
    height: 155px;
  }
}

.video-mt .video-holder {
  position: absolute;
}

.border-b-ctm {
  border-bottom: 15px solid #4c1e21;
}

/*****=========== Mytechnology  SCSS Custom  ================**********/
* {
  margin: 0px;
  padding: 0px;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}

body {
  font-family: "GE_SS_Two";
  margin: 0;
}

.container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0px 15px;
}

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

.mx-auto {
  margin-right: auto;
  margin-left: auto;
}

/*
font-family: 'Josefin Sans', sans-serif;
*/
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

.mian-logo {
  max-width: 555px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .mian-logo {
    margin-bottom: 30px;
  }
}

.img-fluid {
  max-width: 100%;
  height: auto;
}
/*# sourceMappingURL=main.css.map */