html {
  scroll-behavior: smooth;
}

body {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #828282;


}

.size14 {
  font-weight: 700;
  font-size: 14px;
  line-height: 19.07px;
  letter-spacing: 0px;
  color: #6F6F6F;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 20px;
}

.sie16 {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
}

h1,
h2,
h3,
h4 {
  font-family: "Playfair Display", serif;
  font-weight: 500;
}

h1 {

  font-size: 75px;
  line-height: 85px;
  text-align: center;

}

h2 {
  font-size: 50px;
  line-height: 60px;
  color: #000;
}

h3 {
  font-weight: 400;
  font-size: 40px;
  line-height: 51px;
}

h4 {
  font-weight: 400;
  font-size: 40px;
  line-height: 51px;
  letter-spacing: 0%;

}


h5 {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
}

h6 {
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  color: #fff;

}


p {
  line-height: 1.5;
}

img {
  max-width: 100%;
  width: 100%;
}

a,
button {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: inherit;
}

a:hover,
button:hover {
  text-decoration: none;
  outline: none;
}

a:focus,
button:focus {
  text-decoration: none;
  outline: none;
}

input:focus {
  outline: none;
}

.p_100 {
  padding: 100px 0px;
}

.p_130 {
  padding: 130px 0px;
}

.p_140 {
  padding: 140px 0px;
}


:active,
:hover,
:focus {
  outline: 0 !important;
  outline-offset: 0;
}

.btn-holder {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;

}

.cta {
  position: relative;
  display: inline-block;
  width: auto;
  height: auto;
  background-color: transparent;
  border: none;
  padding: 0;
}

.cta span {
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 24.51px;
  top: 0;
  left: 0;
  width: 100%;
  padding: 16px 35px 15px 36px;
  transition: 0.3s;
}

/*--- btn-1 ---*/
.btn-1::before {
  position: absolute;
  content: "";
  background-color: #6F6F6F;
  transition: 0.3s ease-out;
}

.btn-1 span {
  color: rgb(255, 255, 255);
  border: 1px solid #6F6F6F;
  transition: 0.2s 0.1s;
}

.btn-1 span:hover {
  color: #fff;
  transition: 0.2s 0.1s;
  border-color: #6f6f6f;
}

/* 1.hover-filled-slide-down */
.btn.hover-filled-slide-down::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
}

.btn.hover-filled-slide-down:hover::before {
  height: 0%;
}

.container {
  padding-left: 15px;
  padding-right: 15px;

}

.container-fluid {
  padding: 0px 30px;
}

/* ================= new css =================== */


/* banner */
.banner {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.42), rgba(0, 0, 0, 0.42)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 39.46%);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner_1 h1 {
  font-family: Playfair Display;
  font-weight: 500;
  font-size: 95px;
  line-height: 105px;
  position: relative;
  max-width: 931px;
  margin: auto;
  color: #fff;
  margin-bottom: 45px;
  z-index: 1;
}

.cta_a span {
  background-color: #fff;
  color: #000 !important;

}

/* .banner_1 {
  padding: 284px 0px 220px 0px;
} */
.banner_part1 {
  padding: 284px 0px 220px 0px;
}

.banner_1 h1::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 594px;
  height: 594px;
  border-radius: 50%;
  background-color: #6F6F6F78;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.banner_1 .btn-holder {
  position: relative;
  z-index: 1;
}

/* end of banner_1 */

/* start 0f services */

.services {
  background-color: #6F6F6F;
  padding: 63px 0px 67px 0px;
}

.services h4 {
  color: #fff;
}

.services h4 span {
  font-weight: 500;
}

.services .servieces_2 {
  display: flex;
  justify-content: end;
  gap: 18px;
}

.servieces_2 .cta_a span {
  padding: 14.75px 27.5px;
}

.services .servieces_2 .con {
  border: 1px solid #FFFFFF;
}

.services .servieces_2 .con span {
  padding: 16px 76.2px;
}

/* .practical section */
.practical {
  overflow-x: hidden;
}

.cornner_text {
  position: absolute;
  content: "";
}

.practical .practical_2 p {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 33px;
    margin-top: 15px;
}

.practical .practical_2 h4 {
  max-width: 469px;
  margin: 20px 0px 15px 0px;
}

.practical .practical_2 p.diff {
  font-family: Open Sans;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 33px;
  margin-top: 15px;
}

.about-mission .btn-holder {
  padding-top: 20px;
}

.practical .btn-holder {
  justify-content: flex-start;
}

.practical .btn-holder a.cta:hover span {
  color: #000;
}

.practical .practical_1 {
  position: relative;
}

.practical .practical_1::after {
  position: absolute;
  content: url(../img/text.png);
  top: 0%;
  left: 100%;

}

.practical_2 {
  padding-left: 20px;
}

/* next page business */

.business {
  position: relative;
  background-color: #f8f8f8;
}

.business::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #6F6F6F;
  opacity: 5%;
  z-index: -1;
}

.business_1 .busi_diff {
  font-family: Open Sans;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  max-width: 657px;
  margin: 0px;
  margin-bottom: 74px;
}

.business_1 h5 {
  margin: 20px 0px 13px 0px;
}

.info_2-child img {
  max-width: 68px;
  width: 100%;
}

.info_2-child h5 {
  font-family: Open Sans;
  margin: 0px;
  color: #000;
  margin-top: 41px;
}

.info_2-child p {
  font-family: Open Sans;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  color: #828282;
  margin: 0px;
  padding-top: 7px;
}

.info_business2 {
  display: grid;
  grid-template-columns: auto auto;
  column-gap: 31px;
  row-gap: 30px;
}

.info_2-child {
  padding: 50px 38px 28px 37px;
  box-shadow: 0px 23px 44px 0px #00000005;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #fff;
}

.business_1 p:nth-child(1) {
  padding-top: 35px;
}


.info_2-child:hover p,
.info_2-child:hover p.info_2business {
  color: #fff;
}

.info_2-child:hover img {
  filter: brightness(0) invert(1);
}

.business .btn-holder a.cta span:hover {
  color: #000;
}

.business .btn-holder {
  padding-top: 64px;
}

/* next page  play_video*/
.play_video .video_v {
  position: relative;
  z-index: 0;
  padding-top: 47%;
}

video#myVideo {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100% !important;
}

.play_video .video_v .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
  font-family: Open Sans;
  font-weight: 600;
  font-size: 18px;
  line-height: 32px;
  border: 2px solid #FFFFFF;
  width: 126px;
  height: 126px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 50%;
  z-index: 10;
  cursor: pointer;
}

.video_back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 9;
}

.active_video .video_back {
  z-index: -1;
  opacity: 0;
}

.active_video .play {
  z-index: -2 !important;
  opacity: 0;
}

.video_back img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right top;
}

/* our frim */
.our_firm {
  position: relative;
  overflow: hidden;
}

.our_firm::after {
  position: absolute;
  content: url(../img/after.png);
  top: -7px;
  right: -10px;
  width: 360px;
  height: 173px;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
}

.our_firm .our_firm1 p {
  margin-bottom: 14px
}

.our_firm .our_firm1 h5 {
  max-width: 1033px;
  margin-bottom: 61px;
}

.our_firm .our_firm2 {
  position: relative;
}

.major_info {
  background-color: #6F6F6F;
  display: flex;
  max-width: 666px;
  justify-content: space-between;
  padding: 60px 56px;
  position: absolute;
  bottom: 0;
  left: 100%;
  width: 100%;
  transform: translate(-115px, 90px);
}

.major_info ul li {
  font-family: Open Sans;
  font-weight: 500;
  font-size: 16px;
  line-height: 21.79px;
  color: #fff;
  position: relative;
  padding-left: 30px;
  width: 47%;
}

.major_info ul {
  display: flex;
  justify-content: space-between;
  gap: 24.95px;
  margin-bottom: 0px;
  padding: 0;
  list-style: none;
  flex-wrap: wrap;
}

.our_firm3 {
  padding-left: 30px;
}

.our_firm3 p:nth-child(1) {
  font-family: Open Sans;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 0px;
  padding-top: 25px;
  max-width: 401px;
}

.our_firm3 h6 {
  font-family: Open Sans;
  font-size: 24px;
  color: #000;
  margin: 37px 0px 6px 0px;
}

.our_firm3 p {
  font-family: Open Sans;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  max-width: 407px;
}

/* project facts */


.sectionClass {
  padding: 65px 0;
}

.projectFactsWrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}


.item {
  position: relative;
}

.item .number {
  font-weight: 700;
  font-size: 174px;
  line-height: 236.96px;
  color: #6F6F6F;
  opacity: 10%;
  margin: 0px;
}

.about_dr-head {
  padding-bottom: 20px !important;
}

.item span {
  width: 50px;
  height: 2px;
  background: white;
  display: block;
  margin: 10px auto;
}

.item p:nth-child(2) {
  font-family: Open Sans;
  font-weight: 600;
  font-size: 22px;
  line-height: 29.96px;
  margin: 0px;
  color: #000;
  top: 50%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* next page */
.courses_include h5 {
  margin-bottom: 102px;
}

.courses_include .price h5 {
  font-family: Open Sans;
  font-weight: 600;
  color: #000;
  max-width: 271px;
  margin-bottom: 16px;
  margin-top: 0px !important;
}

.price h5 {
  color: #6F6F6F;
  margin: 16px 0px 32px 0px;
}

.price ul {
  margin-bottom: 48px;
  max-width: 380px;
  padding: 0;
  list-style: none;
}

.price ul li {
  font-family: Open Sans;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #828282;
  position: relative;
  margin-bottom: 15px;
  padding-left: 30px;
}

.prices {
  display: flex;
  justify-content: center;
  align-items: center;
}

.price {
  padding: 48px;
}

.price:nth-child(2) {
  box-shadow: 0px 44px 74px 0px #6F6F6F24;
  padding: 58px;
}

.price:nth-child(1) {
  border: 1px solid #e9e9e9;
  border-right: none;
}

.price .btn-holder {
  justify-content: flex-start;
}

.price .btn-holder a.cta span {
  font-family: Open Sans;
  font-weight: 500;
  font-size: 18px;
  line-height: 24.51px;
}

.price .btn-holder a.cta:hover span {
  color: #000;
}


.contact1 h5:nth-child(2) {
  font-family: Open Sans;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #000;
  margin: 21px 0px 6px 0px;
}

.contact1 h5:nth-child(2)+p {
  font-family: Open Sans;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  max-width: 576px;
  margin: 0px;
}

.contact1 h4 {
  font-family: Open Sans;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #000;
  margin: 39px 0px 13px 0px;
}

.contact1 h4+p.add {
  font-family: Open Sans;
  font-weight: 400;
  font-size: 18px;
  line-height: normal;
}

.contact1 h4:nth-child(2) {
  margin-top: 41px;
  margin-bottom: 6px;
}

.contact1 p.diff {
  font-family: Open Sans;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
}

.contact1 .btn-holder {
  margin-top: 37px;
  justify-content: flex-start;
}

.contact1 .btn-holder a.cta span {
  padding: 12.4px 26px;
}

.contact1 .btn-holder a.cta:hover span {
  color: #000;
}


.contact_us {
  position: relative;
}

.contact2 {
  position: absolute;
  top: 0;
  width: 50%;
  left: 50%;
  height: 100%;
}

/* next subscrib */
.subscribe {
  position: relative;
}

.subscribe::after {
  position: absolute;
  top: 40px;
  left: 0;
  content: url("../img/sub-vactor.png");
  width: 281px;
  height: 263px;
  z-index: -3;
}

.sub .from_f {
  border: 1px solid #FFFFFF33;
  display: inline-block;
  border-right: none;
  border-left: none;
  max-width: 645px;
  position: relative;
  width: 100%;
}

.sub {
  position: relative;
  text-align: center;
  padding: 111px 0px;
}


.sub h5 {
  font-family: Playfair Display;
  font-weight: 500;
  font-size: 56px;
  line-height: 68px;
  color: #fff;
  margin: 0px;
}

.sub p {
  line-height: 28px;
  color: #fff;
  margin: 9px 0px 41.8px 0px;
}

.sub .from_f input[type="text"] {
  border: none;
  background-color: transparent;
  padding: 18.5px 0px;
  width: 100%;
  color: #fff;
}

.sub .from_f input[type="text"]::placeholder {
  font-size: 16px;
  line-height: 20.16px;
  color: #fff;

}

.from_f img {
  position: absolute;
  top: 50%;
  right: 0;
  width: 45px;
  height: 18px;
  transform: translate(0%, -50%);
}

/* ======= 4 march ======= */

a.cta.btn.btn-1.white-cta::before {
  background-color: #fff;
}

a.cta.btn.btn-1.white-cta span {
  color: #000000;
  border: 1px solid #fff;
}

a.cta.btn.btn-1.white-cta span:hover {
  color: #fff;
  border-color: #fff;
}

section.services h3 {
  color: #fff;
}

section.services h3 b {
  font-weight: 500;
}

.services .servieces_2 span {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-holder.contact-btn span {
  padding: 15px 78px;
}

.contact-btn a.cta.btn.btn-1.white-cta::before {
  background-color: transparent;
}

.contact-btn a.cta.btn.btn-1.white-cta span {
  color: #fff;
}

.practical .practical_2 {
  max-width: 522px;
  position: relative;
  z-index: 9;
}

.practical_1 {
  max-width: 664px;
}

.info_2-child .overlay {
  background-color: #6F6F6F;
  line-height: 200px;
  color: #fff;
  transform: translateY(100%);
  -webkit-transition: transform 0.5s ease-out;
  -o-transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
}

.info_2-child:hover .overlay {
  transform: translateY(0);
}

.overlay {
  height: 100%;
  position: absolute;
  left: 0;
  top: 1px;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
}

.info_2-child {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.overly-box {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  height: 100%;
}

.info_2-child {
  width: 100%;
  max-width: 337px;
  height: 100%;
}

.row.pad-top {
  padding-top: 30px;
}

.info_2-child:hover h5 {
  color: #fff;
}

section.our_firm .our_firm1 {
  max-width: 1033px;
  padding-bottom: 60px;
}

.major_info ul li:after {
  content: '';
  position: absolute;
  background-image: url('../img/right.png');
  height: 20px;
  width: 20px;
  left: 0;
}

.courses_include h2 {
  padding-bottom: 50px;
}

.prices h2 {
  color: #6F6F6F;
  padding-bottom: 32px;
}


.price ul li:before {
  content: '';
  position: absolute;
  background-image: url(../img/right-color.png);
  height: 20px;
  width: 20px;
  left: 0;
  top: 6px;
}

.box-content-2 h5 {
  margin: 0px;
  margin-bottom: 36px;
}

header .dropdown_menu li {
  padding: 0;
  font-size: 14px;
}

.hover-active span.down-arrow i {
  rotate: 180deg;
  transition: rotate 0.3s ease-in-out;
}


span.down-arrow i {
  font-size: 16px;
}

.navbar-expand-lg .navbar-nav {
  align-items: center;
}

header .dropdown_menu li:last-child {
  padding-bottom: 10px;
}

.play {
  position: relative;
  width: 80px;
  height: 80px;
  background-color: #000;
  color: white;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 80px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 2;
}

/* Waves Animation */
.play::before,
.play::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  background: rgb(111 111 111);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  animation: waves 1.5s infinite ease-out;
}

.play::after {
  animation-delay: 0.5s;
}

@keyframes waves {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.9;
  }

  100% {
    transform: translate(-50%, -50%) scale(2.5);
    opacity: 0;
  }
}

.banner-2 h1 {
  max-width: 876px !important;
}

.contact-btn a.cta.btn.btn-1.white-cta::before {
  background-color: #6F6F6F !important;
}

.contact-btn a.cta {
  background-color: #fff;
}

.contact-btn a.cta.btn.btn-1.white-cta span:hover {
  color: #000;
}

.about-mission .practical_2 {
  max-width: 600px;
}

section.about_dr .practical_2 {
  padding: 0;
}

section.about_dr .practical_1 {
  margin-left: auto;
  max-width: 683px;
}

section.contact_us iframe {
  filter: grayscale(100%);
}

section.services p {
  color: #fff;
}

.We_here-content1 {
  max-width: 690px;
}

.We_here-content2 {
  max-width: 622px;
  padding-left: 20px;
}

.inner-banner h1 {
  padding-top: 70px;
}

.We_here-content2 h2 {
  margin-bottom: 15px;
}

.allows-us .We_here-content2 {
  padding: 0;
}

.allows-us .We_here-content1 {
  margin-left: auto;
  padding-left: 10px;
}

.services-content {
  max-width: 932px;
  margin: auto;
  padding-bottom: 57px;
}

.services-content p {
  line-height: 28px;
}

.services-img {
  padding-right: 20px;
}

.services-business-text {
  max-width: 603px;
  padding-left: 10px;
}

.services-business-text p {
  max-width: 585px;
}

header .btn:hover span {
  color: #fff;
}

.btn:hover span {
  color: #212529;
}

section.contact_us {
  margin-bottom: 140px;
}

section.services-sec .btn-holder {
  justify-content: start;
  padding-top: 53px;
}

.services-business-text h2 {
  margin-bottom: 17px;
}

.private-services {
  padding: 70px 0;
}

.private-services .services-business-text {
  padding: 0;
}

.private-services .services-img {
  padding-right: 0;
  padding-left: 10px;
}

.projectFactsWrap .item:after {
  content: '';
  position: absolute;
  border-right: 1px solid #e2e2e2;
  height: 47px;
  width: 100%;
  top: 50%;
  right: -50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(-50%);
  z-index: -1;
}

.projectFactsWrap .item:last-child:after {
  display: none;
}