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

@font-face {
  font-family: "GE-Light";
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/GE-Light.otf);
}

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

.main-body {
  width: 100%;
  max-width: 102.3rem;
  margin: 0 auto;
  border: 1px solid #707070;
  position: relative;
  background: url(../img/white-wall.jpg) no-repeat center/cover;
  overflow: hidden;
  background-position: top;
}

.main-body .btn-live-chat {
  height: 10rem;
  border: none;
  position: fixed;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  top: 50%;
  background: #118F09;
  border-top-left-radius: 50rem;
  border-bottom-left-radius: 50rem;
  z-index: 20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 23.4rem;
  cursor: pointer;
  white-space: nowrap;
  -webkit-box-shadow: 0 0 0 0 rgba(17, 143, 9, 0.63);
          box-shadow: 0 0 0 0 rgba(17, 143, 9, 0.63);
  -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
          animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.main-body .btn-live-chat img {
  max-width: 100%;
  height: 6.4rem;
}

@media (max-width: 425px) {
  .main-body .btn-live-chat {
    height: 7.5rem;
  }
}

.main-body .btn-live-chat:hover {
  -webkit-animation: none;
          animation: none;
}

.main-body .btn-live-chat:focus {
  outline: none;
}

.main-body .contetnt-box {
  padding: 9.2rem 5rem 9.5rem;
  position: relative;
}

@media (max-width: 767px) {
  .main-body .contetnt-box {
    padding: 4.2rem 4rem 4.5rem;
  }
}

.main-body .contetnt-box .heading-container {
  text-align: center;
  overflow: hidden;
}

.main-body .contetnt-box .heading-container .heading-p {
  font-size: 5.5rem;
  color: #000;
  font-weight: 500;
  font-family: "GE-Medium";
  line-height: 10rem;
}

.main-body .contetnt-box .heading-container .heading-p .link-hover {
  color: #C00000;
}

.main-body .body-inner {
  padding: 0 5rem;
}
.main-body .body-inner .video-detail .heading-p-main{
  margin-bottom: 0rem;
  font-size: 6.5rem;
  margin-top: 8rem;
}
.mt-0{
  margin-top: 0 !important;
}

.main-body .body-inner .heading-p {
  font-size: 5.5rem;
  color: #000;
  font-weight: 500;
  font-family: "GE-Medium";
  line-height: 10rem;
  text-align: center;
  padding: 5.6rem 0 5.6rem;
}
.main-body .body-inner .video-detail  .heading-p {
  font-size: 4.5rem;
  line-height: 9rem;
  padding: 0.6rem 0 0rem 0;
}

@media (max-width: 767px) {
  .main-body .body-inner .heading-p {
    padding: 2.6rem 0 2.6rem;
  }
}

.main-body .body-inner .video-box {
  width: 100%;
  height: 51.9rem;
  border: 1px solid #DDDDDD;
  overflow: hidden;
  position: relative;
  margin-bottom: 3rem;
}
.video-box {
  width: 100%;
  height: 51.9rem;
  border: 1px solid #DDDDDD;
  overflow: hidden;
  position: relative;
  margin-bottom: 3rem;
}

@media (max-width: 767px) {
  .main-body .body-inner .video-box {
    height: 41.9rem;
  }
  .video-box {
    height: 41.9rem;
  }
}

.main-body .body-inner .video-box .video-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9rem;
  height: 9rem;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 0;
  border: none;
  padding-left: 0.5rem;
  cursor: pointer;
}

.main-body .body-inner .video-box .video-btn:focus {
  outline: none;
}

.main-body .body-inner .video-box .video-btn .fa-play {
  font-size: 3.2rem;
  color: #fff;
}

.main-body .body-inner .video-box .vedio-c {
  width: 100%;
  height: 100%;
}

.main-body .body-inner .video-box .vedio-c:focus {
  outline: none;
}

.main-body .body-inner .text-p {
  font-size: 4rem;
  color: #000;
  font-weight: 300;
  font-family: "GE-Light";
  line-height: 7rem;
  text-align: center;
  padding: 3rem 0 4.4rem;
}

.main-body .whatsapp-btn {
  width: 100%;
  height: 12.0rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1rem;
  border: none;
  background: #000;
  border-radius: 50rem;
  cursor: pointer;
  margin-bottom: 7rem;
}

@media (max-width: 767px) {
  .main-body .whatsapp-btn {
    max-height: 9.5rem;
  }
}

.main-body .whatsapp-btn img {
  max-width: 100%;
  height: 8.1rem;
}

.main-body .whatsapp-btn:focus {
  outline: none;
}

.footer-line {
  background: #f3f3f3;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0 -3px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 -3px 8px rgba(0, 0, 0, 0.1);
  height: 10rem;
}

.footer-line .text-f {
  font-size: 2.5rem;
  font-weight: 400;
  color: #000;
  font-family: "Poppins-Regular";
  direction: ltr;
}

@-webkit-keyframes pulsing {
  to {
    -webkit-box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
            box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
  }
}

@keyframes pulsing {
  to {
    -webkit-box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
            box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
  }
}

/*****=========== 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;
}

.clearfix {
  clear: both;
}

img {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
}

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

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

html {
  font-size: 10px;
}

@media (max-width: 1199px) {
  html {
    font-size: 8px;
  }
}

@media (max-width: 767px) {
  html {
    font-size: 7px;
  }
}

@media (max-width: 425px) {
  html {
    font-size: 5px;
  }
}

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

.heading-p-main{
  font-size: 7.5rem;
  color: #000;
  font-weight: 500;
  font-family: "GE-Medium";
  line-height: 10rem;
  text-align: center;
  margin-bottom: 5rem;
}
/*# sourceMappingURL=main.css.map */

.mt-4{
  margin-top: 7rem;
}