.has-scroll-smooth body {
    overflow: hidden !important;
}

:root{
    --black-color: #000;
    --white-color: #fff;
    --green-color: #77BD05;
    --dark-blue: #49527A;
    --para-color: #000001;
    --blue-color: #32ABE2;
    --ash-color: #B2BEB5;


    --font-15: 0.885vw;
    --font-16: 0.885vw;
    --font-70: 3.646vw;
    --font-120: 6.25vw;
    --font-64: 3.333vw;
    --font-18: 0.938vw;
    --font-22: 1.146vw;
    --font-80: 4.167vw;
    --font-20: 1.042vw;
    --font-24: 1.25vw;
    --font-38: 1.979vw;
    --font-40: 2.083vw;
    --font-30 : 1.563vw;

    /* for the tamil */
    --font-100: 5.208vw;
    --font-50: 2.604vw;
    --font-14: 0.729vw;
    --font-13: 0.677vw;
    --font-11: 0.573vw;

    --lh-26: 1.354vw;
    --lh-80: 4.167vw;
    --lh-100: 5.208vw;
    --lh-130: 6.771vw;
    --lh-74: 3.854vw;
    --lh-28: 1.458vw;
    --lh-32: 1.667vw;
    --lh-90: 4.688vw;
    --lh-30: 1.563vw;
    --lh-48: 2.5vw;
    --lh-50: 2.604vw;
    --lh-40 : 2.083vw;

    --main-font : "Mulish", sans-serif;
    --sub-font: "Mulish", sans-serif;
}



.main-font {
    font-family: var(--main-font);
}
.sub-font {
    font-family: var(--sub-font);
}

@media (min-width: 1921px){
    body, header{
        max-width: 1920px;
        margin: 0 auto;
    }
}

::selection {
    color: var(--ash-color);
    background: var(--blue);
}

/* For Mozilla Firefox */
::-moz-selection {
    color: var(--yellow);
    background: var(--blue);
}
:focus-visible{
    outline: 0;
    box-shadow: none;
}
.wpcf7 p{
	margin:0;
}
.wpcf7 p br{
	display:none;
}
.slick-slider:not(.slick-initialized) {
	display: none !important;
}

p, h1, h2, h3, h4, h5, h6{
  margin-bottom: 0;
}
.accordion-button:focus {
  border-color: transparent;
  box-shadow: unset;
}
.accordion-item {
  border: 0;
}
.accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: unset;
}
/* width */
::-webkit-scrollbar {
  width: 3px;
}

/* Track */
::-webkit-scrollbar-track {
  background: var(--dark-blue); 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--blue); 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: var(--ash-color); 
}
a{
    text-decoration: none;
}
.tab-content > .tab-pane:not(.active),
.pill-content > .pill-pane:not(.active) {
    display: block;
    height: 0;
    overflow-y: hidden;
}
.z-1{
  z-index: 1;
}
/* FONT ====================  */
.letter-space-2 {
  /* letter-spacing: -2.8px; */
}
.normal{
  font-weight: 300;
}
.regular{
  font-weight: 400;
}
.medium{
  font-weight: 500;
}
.semiBold{
  font-weight: 700;
}
.bold{
  font-weight: 700;
}

.font-15 {
  font-size: var(--font-15);
  line-height: var(--lh-26);
}
.font-16 {
  font-size: var(--font-16);
  line-height: var(--lh-26);
}
.font-70 {
  font-size: var(--font-70);
  line-height: var(--lh-80);
}
.font-120 {
  font-size: var(--font-120);
  line-height: var(--lh-100);
}
.font-64 {
  font-size: var(--font-64);
  line-height: var(--lh-74);
}
.font-18 {
  font-size: var(--font-18);
  line-height: var(--lh-28);
}
.font-20 {
  font-size: var(--font-20);
  line-height: var(--lh-30);
}
.font-22 {
  font-size: var(--font-22);
  line-height: var(--lh-32);
}
.font-80 {
  font-size: var(--font-80);
  line-height: var(--lh-90);
}
.font-24 {
  font-size: var(--font-24);
}
.font-38 {
  font-size: var(--font-38);
  line-height: var(--lh-48);
}
.font-30 {
  font-size: var(--font-30);
  line-height: var(--lh-40);
}
.font-40 {
  font-size: var(--font-40);
  line-height: var(--lh-50);
}
.translated-ltr .font-16 {
  font-size: var(--font-14);
}
.translated-ltr .font-120 {
  font-size: var(--font-80);
}
.translated-ltr .font-18 {
  font-size: var(--font-15);
}
.translated-ltr .font-80 { 
  font-size: var(--font-50);
}


.dark-blue{
  color: var(--dark-blue);
}
.para-color {
  color: var(--para-color);
}
.white-color{
  color: var(--white-color);
}
.para, .para p {
  font-family: var(--main-font);
  font-size: var(--font-18);
  font-weight: 400;
  line-height: var(--lh-26);
  /* text-transform: capitalize; */
}
.translated-ltr .para, .translated-ltr  .para p { 
  font-size: var(--font-13);
}
.sm-sec-title {
  font-family: var(--sub-font);
  font-size: var(--font-64);
  font-weight: 700;
  line-height: var(--lh-74);
  /* letter-spacing: -2.56px; */
}
.translated-ltr .sm-sec-title { 
  font-size: var(--font-40);
}
.text-space {
  white-space: nowrap;
}
/* BUTTON ========================= */

.hvr-shutter-out-horizontal:hover:before, .hvr-shutter-out-horizontal:focus:before, .hvr-shutter-out-horizontal:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.hvr-shutter-out-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  background: var(--green-color);
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-shutter-out-horizontal:hover, .hvr-shutter-out-horizontal:focus, .hvr-shutter-out-horizontal:active {
  color: white;
}
.hvr-shutter-out-horizontal:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--dark-blue);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
[class^="hvr-"] {
  cursor: pointer;
  background: var(--green-color);
  text-decoration: none;
  color: #666;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.green-btn {
  color: var(--white-color);
  font-family:var(--main-font);
  font-size: var(--font-16);
  font-weight: 700;
  line-height: normal;
  /* letter-spacing: 4.8px; */
  width: 270px;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* WRAPPER =========================  */
.w-40 {
  width: 40%;
}
.w-50 {
  width: 50%;
}
.w-35 {
  width: 35%;
}
.w-65 {
  width: 65%;
}
.w-30 {
  width: 30%;
}
.w-60 {
  width: 60%;
}
.main-wrapper {
  margin: 0 auto;
  width: 90%;
}
.sub-wrapper {
  margin: 0 auto;
  width: 85%;
}
.sm-wrapper {
  width: 70%;
  margin: 0 auto;
}
.too-sm-wrapper {
  width: 60%;
  margin: 0 auto;
}
.sm-65-wrapper {
  width: 65%;
  margin: 0 auto;
}
.wrapper-75 {
  width: 75%;
  margin: 0 auto;
}
.left-wrapper {
  width: 92.5%;
  margin-left: auto;
}
/* PADDING =============================  */
.sec-top {
  padding-top: 140px;
}
.sec-bottom {
  padding-bottom: 140px;
}
.p-t-60 {
  padding-top: 60px;
}
.p-t-30 {
  padding-top: 30px;
}
.p-b-60 {
  padding-bottom: 60px;
}
.p-b-70 {
  padding-bottom: 70px;
}
.p-b-80 {
  padding-bottom: 80px;
}
.p-t-80 {
  padding-top: 80px;
}
.p-b-50 {
  padding-bottom: 50px;
}
.p-b-40 {
  padding-bottom: 40px;
}
.p-b-20 {
  padding-bottom: 20px;
}
.p-t-20 {
  padding-top: 20px;
}
.p-b-15 {
  padding-bottom: 15px;
}
.p-b-100 {
  padding-bottom: 100px;
}
.p-b-35 {
  padding-bottom: 35px;
}
.p-b-30 {
  padding-bottom: 30px;
}
.p-t-40 {
  padding-top: 40px;
}
.p-t-100{
  padding-top: 100px;
}
.p-b-100{
  padding-bottom: 100px;
}
.p-t-50 {
  padding-top: 50px;
}

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

.desktop-menu {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 9;
  height: 110px;
  transition: all 2s;
}
a.nav-link {
  color: var(--para-color);
  font-family: var(--main-font);
  font-size: var(--font-16);
  font-weight: 400;
  /* letter-spacing: 0.8px; */
  text-transform: uppercase;
}
li.current_page_item.active a, .single-pharmcosl-courses li#menu-item-26 a.nav-link {
  color: var(--para-color);
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: var(--para-color);
}
.desktop-menu .navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 25px;
  padding-left: 25px;
  padding-top: 0;
  padding-bottom: 0;
}
.desktop-menu .menu-main-menu-container {
  padding-left: 35px;
}
.header .translate-nav {
  padding-right: 12px;
  border: 1px solid var(--dark-blue);
  margin-right: 12px;
  border-radius: 4px;
  background-color: var(--white-color);
}
.header .translate-nav select { 
  border: none;
  padding: 8px;
}
.translated-ltr .header .translate-nav select { 
  padding: 8px 8px 6px 8px;
  border: none;
}
input#s {
  border: 0;
  border-bottom: 1px solid #9FA3B4;
  width: 250px;
  background: transparent !important;
}
.search-top {
  padding-right: 50px;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
    -webkit-background-clip: text;
    -webkit-text-fill-color: var(--dark-blue);
    transition: background-color 5000s ease-in-out 0s;
    box-shadow: inset 0 0 20px 20px transparent;
}
/* HOME =====================================  */
section.main-banner {
  height: auto;
  overflow: hidden;
  position: relative;
  padding-top: 100px;
}
section.main-banner::after {
  border-radius: 0px 0px 50px 0px;
  background: linear-gradient(218deg, rgba(0, 0, 1, 0.00) 0%, rgba(0, 0, 1, 0.44) 65.51%, #000001 100%);
  width: 42%;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  transition: all .5s;
  height: 100%;
  z-index: 2;
  margin-right: 5%;
}
section.main-banner::before {
  border-radius: 0px 0px 50px 0px;
  background: var(--dark-blue);
  width: 42%;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  transition: all .5s;
  height: 100%;
  margin-right: 5%;
}
.banner-img {
  position: relative;
  z-index: 99;
  padding-left: 75px;
}
.banner-img::after {
  border-radius: 432px;
  opacity: 0.4;
  background: #77BD05;
  filter: blur(250px);
  width: 100%;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  transition: all .5s;
  height: 58%;
  margin-right: 5%;
  z-index: -1;
}
input#searchsubmit {
  display: none;
}
.banner-bottom {
  margin-top: -75px;
}
.search-course {
  /* padding-bottom: 135px; */
  position: relative;
  z-index: 99999999;
}
.search-course form#searchform {
  border-radius: 30px;
  border: 1px solid #9FA3B4;
  background: var(--white-color);
  width: 579px;
  height: 50px;
  filter: drop-shadow(0px 5px 16.7px rgba(132, 132, 132, 0.25));
}
.search-course input#s {
  color: #9FA3B4;
  font-family: Almarai;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  border: 0;
  width: 100%;
  height: 49px;
  padding: 10px 30px;
}
.search-course input#searchsubmit {
  display: block !important;
  border-radius: 30px;
  background: var(--green-color);
  height: 44px;
  padding: 12px 27px 12px 31px;
  border: 0;
  width: 136px;
  color: var(--white-color);
  font-family: var(--main-font);
  font-size: var(--font-16);
  font-weight: 400;
  line-height: normal;
  margin-right: 3px;
}
.search-top svg {
  position: absolute;
  right: 51px;
  bottom: 7px;
}
img.logo-icon {
  z-index: 9;
  padding-bottom: 50px;
  float: right;
  position: absolute;
  right: 150px;
}
.factory-img, .welcom-note {
  height: 700px;
} 
.factory-img img {
  object-fit: cover;
  border-radius: 50px 0 0 50px;
}
.welcome {
  width: 100%;
  height: 100%;
  border-radius: 50px;
}
.welcom-note {
  padding: 0 100px 0 0;
  width: 40%;
  background-color: var(--dark-blue);
  border-radius: 50px;
}
.welcome-note-sec .section-title {
  margin-left: -111%;
}
.factory-img::after {
  background: linear-gradient(232deg, #2C2E3A 11.45%, rgba(44, 46, 58, 0.00) 67.05%);
  position: absolute;
  top: 0;
  right: 0;
  transition: all .5s;
  height: 100%;
  content: '';
  width: 100%;
  border-radius: 50px 0 0 50px;
}
.section-title {
  z-index: 9;
}
.welcome{
  position: relative;
}
.welcome::after {
  position: absolute;
  top: 0;
  right: 0;
  transition: all .5s;
  height: 100%;
  content: '';
  width: 52%;
  border-radius: 50px;
  background: var(--dark-blue);
}
.welcome-note-sec .para {
  z-index: 9;
}
.factory-img {
  width: 60%;
  overflow: hidden;
  border-radius: 50px 0 0 50px;
}
.welcome::before {
  position: absolute;
  top: 0;
  right: 0;
  transition: all .5s;
  height: 100%;
  content: '';
  width: 52%;
  border-radius: 50px;
  background: linear-gradient(130deg, rgba(0, 0, 1, 0.00) 1.14%, rgba(0, 0, 1, 0.50) 70.09%, #000001 100%);
z-index: 1;
}
.welcome-note-sec .section-title::after {
  position: absolute;
  content: "";
  height: 10px;
  background-color: var(--green-color);
  width: 66px;
  left: 7%;
  bottom: -12px;
}
.tes {
  margin-left: -15%;
}
.scech {
  z-index: 1;
  /* float: right;
  padding-bottom: 30px;
  padding-right: 30px;
  margin-right: -78%;
  margin-bottom: -15%;
  padding-top: 85px; */
  position: absolute;
  right: 0;
  bottom: 10%;
}
.choose-item {
  border-radius: 30px;
  border: 3px solid var(--dark-blue);
  background: var(--white-color);
  padding: 50px 28px;
  width: 15%;
  margin: 12px;
  width: 250px;
  height: 250px;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  transition: all 1s;
}
.translated-ltr .choose-item { 
  font-size: var(--font-11);
}
.translated-ltr .choose-item .icom-c {  
  padding-bottom: 24px;
}
.translated-ltr .choose-item .title-c  {  
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3; 
}
.wrapper-choose {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 9;
}
.choose-item:hover {
  border-radius: 30px;
  border: 3px solid var(--blue-color);
  background: var(--blue-color);
  box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.25);
  transition: all 1s;
}
.choose-item:hover img {
  transition: all 0.1s;
  filter: brightness(0) saturate(100%) invert(95%) sepia(100%) saturate(16%) hue-rotate(113deg) brightness(107%) contrast(100%);
}
.choose-item:hover .title-c {
  font-weight: 700;
  color: var(--white-color);
}
.why-choose-sec::after {
  position: absolute;
  content: '';
  bottom: 0;
  transition: all 0.4s ease-in-out;
  width: 598px;
  height: 606px;
  background-repeat: no-repeat;
}
.round-btn {
  width: 185px;
  height: 50px;
  color: var(--white-color);
  font-size: var(--font-16);
  font-weight: 700;
  line-height: normal;
    border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.translated-ltr .round-btn {
  font-size: var(--font-13);
}
.mask-course{
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
  mask-size: 100%;
  mask-position: center;
  -webkit-mask-position: center;
  transition: all 0.35s ease-in-out;
  border-radius: 0 0 45px 45px;
}
.mask-course img, .points-items img, .method--item img {
  transition: all 0.35s ease-in-out;

}
.mask-course:hover img, .points-items:hover img, .method--item:hover img{
  transform: scale(1.1) translateY(-4%);
  transition: all 0.35s ease-in-out;
}

.food-wrapper .mask-course{
  -webkit-mask-size: 80%;
  mask-size: 80%;
  mask-position: center;
  -webkit-mask-position: center;
}
.course--items {
  margin: 0 15px;
  position: relative;
}
.course-details-slider {
  position: absolute;
  z-index: 999;
  bottom: 0;
  padding: 30px 50px;
  transition: all 2s;
}
.course--items::after {
  content: '';
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 49.9%, #000 83.66%);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 43px;
}
.num-comman {
  color: var(--para-color);
font-family: var(--main-font);
font-size: var(--font-24);
font-weight: 400;
line-height: normal;
}
.num-light.slider-count {
  color: #9FA3B4;
  font-size: var(--font-16);
  font-weight: 400;
}
.numandarrow {
  right: 2%;
  bottom: 40%;
}
section.course-sec-home::after {
  background: linear-gradient(92deg, #49527A 21.3%, #141718 100%);
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 330px;
  z-index: -1;
}
.bg-darkness {
  background-color: var(--dark-blue);
  height: 500px;
  background: linear-gradient(101deg, #141718 0%, #49527A 52.57%);
  border-radius: 50px 0 0 50px;

}
.image-container {
  transition: width 2s;
  transition: width 2s cubic-bezier(0.645, 0.045, 0.355, 1);
  height: 500px;
  object-fit: cover;
  width: 100%;
  position: relative;
}

.image-container:last-child {
  border-radius: 0 50px 50px 0;
  overflow: hidden;
}

.image-container img {
  object-fit: cover;
}
.student-img {
  position: absolute;
  bottom: 0;
  left: 83px;
}
.image-container:hover {
  /* width: 180%; */
  transition: width 2s cubic-bezier(0.645, 0.045, 0.355, 1);
  height: 500px;
  object-fit: cover;
  /* filter: none; */
  -webkit-filter: grayscale(1);
}
.image-container::before {
  content: '';
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  transition: all 2s;
}
.hover-top.position-absolute {
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider-name-icon {
  padding: 50px 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.slider-topic {
  padding-top: 30px;
}
.bg-darkness:after {
  border-radius: 50px;
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
}
.sm-img-test {
  margin-top: 3%;
  margin-right: -6%;
  z-index: 9;
  overflow: hidden;
  border-radius: 20px;
}
.testi-items {
  border-radius: 20px;
  border: 2px solid var(--dark-blue);
  background: var(--white-color);
  padding: 40px 45px;
  margin: 0 12px;
}
.person-img img {
  border-radius: 80px;
  object-fit: cover;
  margin-right: 30px;
  width: 80px;
height: 80px;
}
.testi-items hr:not([size]) {
  height: 2px;
  background: var(--dark-blue);
  opacity: 1;
  margin: 30px 0 35px;
}
.w-80 {
  width: 80%;
}
.slider--testi {
  margin-top: -15%;
}
.testimonials-sec .numandarrow {
  left: -5%;
  bottom: 32%;
}
.testimonials-sec .w-60 {
  width: 80%;
}
footer#footer {
  background: linear-gradient(105deg, #49527A 17.2%, #141718 92.42%);
  padding-top: 120px;
}
ul#footer {
  display: flex;
  flex-direction: row;
}
ul#footer a.nav-link {
  color: var(--white-color);
  font-family: var(--main-font);
  font-size: var(--font-16);
  font-weight: 400;
  line-height: 24px; /* 150% */
  text-transform: uppercase;
  padding-right: 80px;
} 
.footer-social-links a {
  padding-right: 33px;
}
hr.footer.line {
  height: 2px !important;
  margin: 0;
  color: var(--white-color);
  opacity: 1;
}
.copy-right a {
  color: var(--blue-color);
  font-family: var(--main-font);
  font-weight: 700;
  line-height: 24px;
}
ul#footer li.current_page_item.active a {
  color: var(--white-color);
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: var(--white-color);
}
.footer-right {
  width: 18%;
  text-align: left;
}
.footer-right a {
  text-align: left;
  width: 100%;
}
.footer-right a:hover {
  color: var(--white-color);
}
.sm-sec-title::after {
  position: absolute;
  content: "";
  height: 10px;
  background-color: var(--green-color);
  width: 33px;
  left: 0;
  bottom: -5px;
}
section.why-choose-sec .sm-sec-title::after {
  left: 18px;
}
.sm-img-test img {
  border-radius: 20px;
  object-fit: c;
}
.inner-banner {
  height: 80vh;
}
.inner-banner::after {
  border-radius: 0px 0px 50px 0px;
  background: linear-gradient(218deg, rgba(0, 0, 1, 0.00) 0%, rgba(0, 0, 1, 0.44) 65.51%, #000001 100%);
  width: 42%;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  transition: all .5s;
  height: 100%;
  z-index: 2;
  margin-right: 5%;
}
.inner-banner::before {
  border-radius: 0px 0px 50px 0px;
  background: var(--dark-blue);
  width: 42%;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  transition: all .5s;
  height: 100%;
  margin-right: 5%;
}
.breadcrumbs {
  color: var(--para-color);
  font-family: var(--main-font);
  font-size: var(--font-16);
  font-weight: 700;
  line-height: 24px;
}
.breadcrumbs a{
  color: var(--para-color);
  font-weight: 400;
}
.story-content {
  position: absolute;
  top: 0;
  bottom: 0;
  right: auto;
  left: 5%;
  width: 33%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 1;
}
.border-img {
  border-radius: 50px;
}
.story {
  overflow: hidden;
  border-radius: 50px;
}
.story::after {
  border-radius: 50px;
  background: linear-gradient(90deg, #141718 7.5%, rgba(73, 82, 122, 0.00) 50.03%);
  width: 100%;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  transition: all .5s;
  height: 100%;
}
.mess p {
  color: var(--dark-blue);
  font-family: var(--main-font);
  font-size: var(--font-18);
  font-weight: 400;
  line-height: var(--lh-26);
}
.translated-ltr .mess p { 
  font-size: var(--font-15);
}
.director--erap {
  padding: 0 90px 50px;
}
.director-secc {
  border-radius: 50px;
  border: 2px solid var(--dark-blue);
  background: var(--white-color);
  overflow: hidden;
}
.director-pic {
  height: 100%;
overflow: hidden;
}
.director-pic img {
  object-fit: cover;
}
.path--wrap {
  background: linear-gradient(96deg, #141718 0%, #49527A 60.68%);
  border-radius: 50px;
  padding: 0 80px 0;
  position: relative;
  height: 500px;
}
.path--wrap::after {
  background: linear-gradient(103deg, rgba(20, 23, 24, 0.00) 67.27%, #141718 96.87%);
  position: absolute;
}
.two-img {
  display: flex;
  align-items: flex-end;
  position: absolute;
  bottom: 0;
  right: 8%;
}
.enroll-img img {
  position: absolute;
  bottom: 0;
  left: -3%;
}
section.enroll-sec .path--wrap {
  height: 400px;
}
.enroll-sec .sm-sec-title::after {
  content: none;
}
.m--content {
  padding: 40px 30px 50px;
  border-radius: 0px 0px 50px 50px;
  border-right: 2px solid var(--dark-blue);
  border-bottom: 2px solid var(--dark-blue);
  border-left: 2px solid var(--dark-blue);
  background: var(--white-color);
  height: auto;
}

.m-img img {
  object-fit: cover;
  overflow: hidden;
}
.item--method {
  margin: 0 11px;
}
.why-choose-coures-sec .sm-sec-title, .page-template-page-templatepage-php .sm-sec-title, .pharmacy-sec .sm-sec-title, .business-success-sec .sm-sec-title, .faq-sec .sm-sec-title {
  max-width: max-content;
  margin: 0 auto;
}
.item-cou {
  border-radius: 30px;
  border: 2px solid var(--dark-blue);
  background: var(--white-color);
  padding: 50px 60px;
  height: 260px;
  margin: 0 11px;
}
.item-cou:hover {
  border-radius: 30px;
  border: 2px solid var(--blue-color);
  background: var(--blue-color);
  box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.25);
  transition: all 1s;
} 
.item-cou:hover .font-15, .item-cou:hover .font-18 {
  color: var(--white-color);
  transition: all 1s;
}
.courses-land-sec .search-course form#searchform {
  width: 515px;
}
a.course-items {
  width: -webkit-fill-available;
  width: 25%;
  margin-bottom: 50px;
}
.page-numbers {
  color: var(--blue-color);
  text-align: center;
  font-family: var(--main-font);
  font-size: var(--font-16);
  font-weight: 600;
  line-height: 30px;
  border-radius: 10px;
  border: 2px solid var(--blue-color);
  background: var(--white-color);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 4px;
}
span.page-numbers.current {
  border-radius: 10px;
  background: var(--blue-color);
  color: var(--white-color);
}
a.next.page-numbers, a.prev.page-numbers{
  border-radius: 10px;
  border: 2px solid #EAEAEA;
  background: #FFF;
}
input#search_course_name {
  border-radius: 30px;
  border: 1px solid #9FA3B4;
  background: #FFF;
  height: 50px;
}
.form-control:focus {
  box-shadow: none;
}
input#search_course_name {
  color: #9FA3B4;
  font-family: var(--main-font);
  font-size: var(--font-16);
  font-weight: 400;
  line-height: normal;
  padding: 0 30px;
}
.modal-content {
  border-radius: 50px;
  background: linear-gradient(105deg, #49527A 8.77%, #141718 100%);
}
.modal-header {
  border-bottom: 0;
}
.modal-dialog {
  max-width: 75%;
  margin: 0 auto;
}
button.btn.btn-primary.hvr-shutter-out-horizontal.round-btn {
  border: 0;
}
.btn-primary:hover, .btn-check:focus+.btn-primary, .btn-primary:focus, .btn-check:active+.btn-primary, .btn-check:checked+.btn-primary, .btn-primary.active, .btn-primary:active, .show>.btn-primary.dropdown-toggle {
  background-color: transparent !important;
  box-shadow: none !important;
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 100px 273px 20px;
}
.modal .sm-sec-title, .contact-form .sm-sec-title {
  text-align: center;
  width: max-content;
  margin: 0 auto;
}
.inquery-form p, .wpcf7 p {
  color: var(--white-color);
  font-family: var(--main-font);
  font-size: var(--font-16);
  font-weight: 700;
  line-height: var(--lh-26);
  width: 100%;
  margin-bottom: 60px;
}
.field-wrap {
  width: 100%;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid var(--white-color);
  height: 40px;
}
.m-r-40 {
  margin-right: 40px;
}
.m-l-40 {
  margin-left: 40px;
}
textarea.field-wrap {
  height: 70px;
}
select.field-wrap {
  color: var(--white-color);
  font-family: var(--main-font);
  font-size: var(--font-18);
  font-weight: 400;
  line-height: 24px;
  
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.hvr-shutter-out-horizontal.round-btn {
  border: 0;
}
.modal-content img.logo-icon {
  z-index: 9;
  padding-bottom: 0;
  position: absolute;
  right: 5%;
  bottom: 5%;
}
.modal-header {
  position: absolute;
  right: 0;
  padding: 38px;
  z-index: 9;
}
.btn-close:focus {
  box-shadow: none;
}
.btn-close {
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  opacity: 1;
}
.inquery-form p span, .wpcf7 p span {
  color: #F00;
  font-family: var(--main-font);
  font-size: var(--font-16);
  font-weight: 700;
  line-height: 24px;
}
header.header.header-scrolled .desktop-menu {
    background: var(--white-color);
    box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.15);
    z-index: 999999999;
    height: 75px;
    transition: all 2s;
}
header.header.header-scrolled .desktop-menu img{
  width: 60%;
    transition: all 2s;
}
.desktop-menu img {
  transition: all 2s;
}
header.header.header-scrolled .desktop-menu .green-btn {
  height: 75px;
  transition: all 2s;
}
.desktop-menu .nav-link:focus, .desktop-menu .nav-link:hover {
  color: var(--para-color);
}
.contact-form {
  border-radius: 50px;
  background: linear-gradient(105deg, #49527A 8.77%, #141718 100%);
  padding: 100px 273px 20px;
}
.contact-form-sec .logo-icon {
  padding-bottom: 0;
  right: 5%;
  bottom: 5%;
}
.contact p, .contact a {
  padding-left: 20px;
}
.p-b-30 {
  padding-bottom: 30px;
}
.social-media-link a {
  padding: 0 15px;
}
.bold-text::after {
  content: "";
  display: block;
  width: 198px;
  height: 2px;
  background: #000;
  left: 120%;
  top: 45%;
  position: absolute;
}
.social-media-link {
  padding-left: 230px;
}
.map iframe {
  border: 0;
  height: 739px;
  width: 100%;
}
.border-box {
  border-radius: 50px;
  border: 2px solid var(--dark-blue);
  overflow: hidden;
}
.find-us {
  padding: 0 100px;
}
.option-items {
  border-radius: 30px;
  border: 3px solid var(--dark-blue);
  background: #FFF;
  padding: 50px 60px;
  margin: 12px;
  width: 31%;
}
.icin {
  margin-right: 30px;
}
.banner-faq {
  overflow: hidden;
  border-radius: 50px;
}
.banner-faq img {
  border-radius: 50px;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}
.banner-faq::after {
  position: absolute;
  border-radius: 50px;
  background: linear-gradient(101deg, rgba(20, 23, 24, 0.00) 0%, #49527A 96.84%);
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  content: '';
}
.m-img {
  position: relative;
  height: 250px;
  overflow: hidden;
  border-radius: 48px 48px 0px 0px;
}
.m-img::after {
  position: absolute;
  border-radius: 48px 48px 0px 0px;
  background: linear-gradient(180deg, rgba(20, 23, 24, 0.00) 60%, rgba(20, 23, 24, 0.80) 100%);
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  content: '';
}
.accordion-item {
  border-top: 2px solid #B3B3B3 !important;
  padding: 50px 40px;
}
.accordion-item:first-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 25 25' fill='none'%3e%3cg clip-path='url(%23clip0_18_1213)'%3e%3cpath d='M22.8027 10.3027H14.6973V2.19727C14.6973 0.98374 13.7135 0 12.5 0C11.2865 0 10.3027 0.98374 10.3027 2.19727V10.3027H2.19727C0.98374 10.3027 0 11.2865 0 12.5C0 13.7135 0.98374 14.6973 2.19727 14.6973H10.3027V22.8027C10.3027 24.0163 11.2865 25 12.5 25C13.7135 25 14.6973 24.0163 14.6973 22.8027V14.6973H22.8027C24.0163 14.6973 25 13.7135 25 12.5C25 11.2865 24.0163 10.3027 22.8027 10.3027Z' fill='%23B3B3B3'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='clip0_18_1213'%3e%3crect width='25' height='25' fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");
}
.accordion-item:last-of-type {
  border-bottom: 2px solid #B3B3B3 !important;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='25' height='5' viewBox='0 0 25 5' fill='none'%3e%3crect width='25' height='5' rx='2.5' fill='%2349527A'/%3e%3c/svg%3e");
}
.item-business {
  border-radius: 30px;
  background: #FFF;
  margin: 0 12px;
  padding: 30px;
}
.business-slider .slick-list {
  padding-right: 13%;
}
.slider-bg {
  border-radius: 50px 0px 0px 50px;
  background: linear-gradient(94deg, #49527A 39.14%, #141718 100%);
  padding: 100px 0 100px 80px;
}
.business-success-sec .numandarrow {
  right: unset;
  bottom: 26%;
  left: 3%;
}
.success-sec .p-t-60  {
  padding-top: 32px;
}
.about-coursee {
  border-radius: 50px;
  background: linear-gradient(96deg, #141718 0%, #49527A 100%);
  padding: 80px;
}
.course-detailss .round-btn {
  width: 100%;
  margin-top: 24px;
}
.course-detailss .w-35 {
  width: 35%;
  padding-right: 25px;
}
.course-detailss .w-65 {
  padding-left: 15px;
}
.mask-course::after {
  background: linear-gradient(180deg, rgba(73, 82, 122, 0.00) 42.5%, #49527A 99.5%);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  content: ''
}
.title-30 {
  color: var(--dark-blue);
  font-family: var(--sub-font);
  font-size: var(--font-30);
  font-weight: 900;
  line-height: var(--lh-26); 
}
.b-icon {
  margin-right: 25px;
}
.course-sheedule, ul.key-future-poin{
  column-count: 2;
}
.key-future-poin {
  column-count: 3;
}
ul.key-future-poin, .requirement-poin {
  list-style-type: none;
  padding: 0;
}
ul.key-future-poin li, .requirement-poin  li{
  margin-left: 50px;
}
ul.key-future-poin li:before, .requirement-poin li::before {
  content: '';
  margin-right: 20px;
  background-size: cover;
  position: absolute;
  width: 30px;
  height: 30px;
  left: -50px;
  top: -5%;
}
.ash-box {
  border-radius: 30px;
  border: 2px solid #49527A;
  background: #FFF;
  padding: 50px;
  display: flex;
  align-items: flex-start;
  margin: 30px 0;
  flex-direction: column;
  transition: all 2s;
}
.ash-box:hover {
  border-radius: 30px;
  border: 2px solid var(--blue-color);
  background: var(--blue-color);
  box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.25);
  transition: all 2s;
}
.ash-box:hover .dark-blue {
  color: var(--white-color);
} 
.explan-course::before {
  content: "";
  height: 2px;
  width: 0%;
  transition: all 0.5s;
  position: absolute;
  bottom: 0;
  background-color: var(--white-color);
}

.ash-box:hover .explan-course::before{
  width: 100% !important;
    transition: all 0.5s;
}
.ash-box:last-child {
  margin-bottom: 0;
}
.ash-box:first-child {
  margin-top: 0;
}

.quick-social {
  position: fixed;
  z-index: 999999999;
}
.quick-social ul {
  list-style: none;
  padding: 0;
}
.quick-social ul li {
  padding: 10px 0;
}
.quick-social a {
  font-family: var(--main-font);
  color: var(--white-color);
  text-transform: uppercase;
  text-decoration: none;
  position: fixed;
  bottom: 36%;
  right: 0;
  z-index: 9999;
  background-color: var(--green-color);
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 50px 0px 0px 50px;;
  height: 80px;
  width: 168px;
  display: flex;
  align-items: center;
  justify-content: center;
  animation-name: req-demo-floating;
  animation-iteration-count: infinite;
  animation-duration: 1.5s;
  color: #FFF;
  text-align: right;
  font-size: var(--font-16);
  font-weight: 700;
  /* letter-spacing: 8px; */
}
.translated-ltr .quick-social a { 
  font-size: var(--font-14);
  padding-right: 22px;
}

@keyframes req-demo-floating {
  30% {
      transform: scale(1.1);
  }
  40%, 60% {
      transform: scale(1.1);
  }
  50% {
      transform: scale(1.1);
  }
  70% {
      transform: scale(1.1);
  }
  100% {
      transform: scale(1);
  }
}

.scroll-arr {
  bottom: 5%;
  right: -2%;
  z-index: 2;
}
.box span {
  width: 20px;
  height: 20px;
  display: block;
  border-right: 2px solid #CFDDC6;
  border-bottom: 2px solid #CFDDC6;
  transform: rotate(45deg);
  margin: 0 auto;
  animation: animate 2s infinite;
}
.scroll-arr .p {
  transform: rotate(-90deg);
  opacity: 0.31;
  color: #9FA3B4;
  /* letter-spacing: 4.8px; */
  text-transform: uppercase;
}
.scroll-arr .box {
  margin-top: 65px;
}
@keyframes animate {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 1;
		transform: rotate(45deg) translate(10px, 10px);
	}
	100% {
		opacity: 0;
	}
}
.banner--content--bottom {
    margin-top: -5%;
    z-index: 999999;
    position: relative;
    margin-right: 10%;
    padding-bottom: 50px;
}
.banner--content--bottom span {
  padding: 0 10px;
}
/* .banner-email::after {
  content: "";
  display: block;
  width: 1090px;
  height: 2px;
  background: #9FA3B4;
  left: 120%;
  top: 45%;
  position: absolute;
} */
a.banner-email:hover {
  color: var(--para-color);
  text-decoration: underline;
}
.call-banner a:hover {
  color: var(--white-color);
  text-decoration: underline;
}
.modal {
  z-index: 999999999;
}

/**Styling scrollable elements*/

.js-scroll {
  opacity: 0;
  transition: opacity 500ms;
}

.js-scroll.scrolled {
  opacity: 1;
}

.scrolled.fade-in {
  animation: fade-in 1s ease-in-out both;
}

.scrolled.fade-in-bottom {
  animation: fade-in-bottom 1s ease-in-out both;
}

.scrolled.slide-left {
  animation: slide-in-left 1s ease-in-out both;
}

.scrolled.slide-right {
  animation: slide-in-right 1s ease-in-out both;
}
.scrolled.scale-in {
  animation: animateupscale 1s ease-in-out both;
}

@keyframes animateupscale {
  0% {
      transform: scale(1.2);
      transition: transform 0ms, opacity 0ms, -webkit-transform 0;
  }
  100% {
      transform: scale(1);
      transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1), opacity 1500ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1);
  }
}

@keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

a.course-items:hover .course-details-slider {
  bottom: 50px;
  line-height: 1.5;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transition: all 2s;
} 
.s-icon {
  margin-right: 5px;
}
section.course-sec-home a.course-items {
  margin-bottom: 0;
}

.slick-dots {
  display: flex;
  margin: 0;
  padding: 40px 0 0;
  list-style-type: none;
  justify-content: center;
}
.slick-dots li {
  margin: 0 5px;
}
.slick-dots button {
  display: block;
  width: 9px;
  height: 9px;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: #CBCBCB;
  text-indent: -9999px;
}
li.slick-active  button{
  background-color: var(--dark-blue)
}
input#position-input {
  background: transparent;
  width: 100%;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid var(--white-color);
  height: 40px;
  color: #fff;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  color: #fff;
}
.d-position {
  text-align: center;
}
.enroll-sec .content-su { 
  position: relative;
}
/* ================================================= RESPONSIVE ================================================= */
@media only screen and (max-width: 1600px) {
  .search-course input#s {
    padding: 10px 0 10px 30px;
  }
  .banner-caption .p-b-70 {
    padding-bottom: 20px;
}
.banner-caption  .p-t-60 {
    padding-top: 20px;
}
.quick-social a {
  height: 60px;
  width: 120px;
}
}
@media (min-width: 991px) and (max-width: 1600px) {
  section.main-banner {
    padding-top: 10%;
  }
  .modal-body {
    padding: 100px 10% 20px;
}
  .banner--content--bottom {
    padding-bottom: 35px;
  }
  .banner-img {
    padding-left: 106px;
    width: 36%;
  }
  .banner-email::after {
    width: 925px;
  }
  .director--erap {
    padding: 0 50px;
  }
  .inner-banner .banner-img {
    padding-left: 97px;
    width: 50%; 
  }
  /* .success-sec .w-50 {
    width: 100%!important;
  } */
  .inner-banner {
    height: auto;
    padding-top: 180px;
  }
  .find-us {
    padding: 0 85px;
  }
  .bold-text::after {
    width: 145px;
  }
  .social-media-link {
    padding-left: 160px;
  }
  .social-media-link a {
    padding: 0 10px;
  }
  .contact-form {
    padding: 100px 150px 20px;
}
}
@media (min-width: 1400px) and (max-width: 1500px) {
  .banner--content--bottom {
    display: none !important;
}
  .factory-img, .welcom-note {
    height: 610px;
  }
  .welcom-note {
    padding: 60px 100px 0 0;
  }
  .inner-banner {
    height: 75vh;
  }
  .footer-right {
    width: 25%;
    text-align: left;
  }
  .social-media-link a {
    padding: 0 5px;
  }
}
@media (min-width: 1300px) and (max-width: 1400px) {
  .sec-bottom {
    padding-bottom: 100px;
  }
  /* .sec-top {
      padding-top: 100px;
  } */
  .find-us {
    padding: 0 50px;
  }
  .p-b-80 {
    padding-bottom: 50px;
  }
  footer#footer {
    padding-top: 100px;
  }
  .search-course form#searchform {
    width: 500px;
  }
  .banner--content--bottom {
    display: none !important;
  }
  .factory-img, .welcom-note {
    height: auto;
  }
  .welcom-note {
    padding-top: 30px;
  }
    .scech {
      padding-top: 0;
  }
  .course-sec-home::after {
    height: 255px !important;
  }
  .director-pic {
    /* height: 560px; */
  }
  .accordion-item {
    padding: 35px 20px;
  }
  .content-su {
    margin-right: -10%;
  }
  .search-course form#searchform {
    width: 490px;
  }
}
@media (min-width: 991px) and (max-width: 1500px) {
 
}
@media (min-width: 1200px) and (max-width: 1300px) {
  .desktop-menu .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 20px;
    padding-left: 20px;
}
.social-media-link {
  padding-left: 110px;
}
.social-media-link a {
  padding: 0 5px;
}
.bold-text::after {
  width: 100px;
}
.contact-form {
  padding: 100px 100px 20px;
}
  .search-course form#searchform {
    width: 490px;
  }
  .factory-img, .welcom-note {
    height: auto;
  }
  .scech {
    margin-bottom: -25%;
    padding-top: 0;
    width: 65%;
  }
  .why-choose-sec .w-30 {
    width: 42%;
  }
  .choose-item {
    width: 22%;
    height: auto;
  }
  section.course-sec-home::after {
    height: 260px !important;
  }
  .sec-bottom {
    padding-bottom: 100px;
  }
  .sec-top {
    padding-top: 100px;
  }
  .student-img {
    left: 50px;
    width: 86%;
  }
  .sm-img-test img, .lg-img-test img {
    width: 100%;
  }
  .slider--testi {
    margin-top: -13%;
  }
  .img--wrap {
    width: 100%;
  }
  .director-pic {
    height: 100%;
  }
  .director--erap {
    padding: 0 50px 50px;
  }
  .item-business {
    padding: 50px;
  }
  .content-su {
    margin-left: 10%;
  }
  .course-details-slider {
    padding: 30px;
  }
  .two-img {
    display: flex;
    align-items: flex-end;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .two-img img {
    width: 85%;
  }
  .page-template-courses .content-su {
    margin-left: 0;
  }
  a.course-items:hover .course-details-slider {
    bottom: 5px;
  }
  .path--wrap {
    height: 420px;
  }
  .m--content {
    padding: 30px;
    height: 172px;
  }
  .p-t-50 {
    padding-top: 30px;
  }
  .enroll-sec .content-su {
    margin-left: 10%;
  }
  footer#footer .p-b-80 {
    padding-bottom: 50px;
  }
  footer#footer {
    padding-top: 100px;
  }
}
@media (min-width: 991px) and (max-width: 1400px) {
  .banner--content--bottom {
    display: none !important;
  }
  
}
@media (min-width: 991px) and (max-width: 1300px) {
 
}
@media (min-width: 991px) and (max-width: 1600px) {
  
}

@media (min-width: 991px) and (max-width: 1025px) {
  :root{
    --font-15: 13px;
    --font-16: 13px;
    --font-18: 13px;
    --font-20: 15px;
    --font-22: 15px;
    --font-24: 15px;
    --font-30 : 18px;
    --font-38: 20px;
    --font-40: 23px;
    --font-64: 36px;
    --font-70: 40px;
    --font-80: 40px;
    --font-120: 45px;

    --font-100: 72px;
    --font-50: 42px;
    --font-14: 14px;
    --font-13: 13px;
    --font-11: 11px;

    --lh-26: 23px;
    --lh-80: 50px;
    --lh-100: 50px;
    --lh-130: 50px;
    --lh-74: 46px;
    --lh-28: 23px;
    --lh-32: 25px;
    --lh-90: 50px;
    --lh-30: 25px;
    --lh-48: 40px;
    --lh-50: 33px;
    --lh-40 : 28px;
}

.desktop-menu .navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 10px;
  padding-left: 10px;
}
  .inquery-form p, .wpcf7 p {
    margin-bottom: 40px;
  }
  .green-btn {
    height: 75px;
    width: 180px;

  }
  .desktop-menu img {
    transition: all 2s;
    width: 65%;
    margin: 0;
  }
  .navbar-brand {
    margin-right: 0;
  }
  .inner-banner {
    padding-top: 120px;
  }
  .inner-banner .sec-bottom {
    padding-bottom: 80px;
  }
  img.logo-icon {
    z-index: 9;
    padding-bottom: 50px;
    float: right;
    position: absolute;
    right: 75px;
    width: 11%;
    bottom: 0;
    }
    .welcome-note-sec .d-flex.align-items-center.welcome {
      align-items: unset !important;
  }
    .banner-img {
      width: 50%;
    }
    .search-course form#searchform {
      width: 420px;
  }
  .welcom-note {
    padding: 30px;
    width: 45%;
}
  .factory-img, .welcom-note {
    height: auto;
  }
  .scech {
    margin-bottom: 0;
    width: 53%;
    position: absolute;
    bottom: 0;
  }
  section.why-choose-sec .w-30 {
    width: 50%;
  }
  .choose-item {
    padding: 20px;
    width: 22%;
    height: auto;
  }
  .sec-bottom {
    padding-bottom: 100px;
  }
  .sec-top {
    padding-top: 100px;
  }
  .img--wrap {
    width: 100%;
  }
  .lg-img-test img, .sm-img-test img {
    width: 100%;
  }
  .testimonials-sec .title-sec , .img--wrap {
    width: 50%;
  }
  .sm-sec-title::after {
    height: 5px;
    width: 20px;
  }
  section.course-sec-home::after {
    height: 200px;
  }
  .numandarrow svg {
    width: 25px;
  }
  .quick-social a {
    height: 72px;
    width: 148px;
  }
  .student-img {
    left: 5%;
    width: 90%;
  }
  .image-container, .bg-darkness {
    height: 440px !important;
  }
  .slider--testi.w-80 {
    width: 100%;
  }
  .slider--testi {
    margin-top: -9%;
  }
  .testimonials-sec .numandarrow {
    left: -4%;
  }
  footer#footer {
    padding-top: 100px;
  }
  footer#footer .p-b-80 {
    padding-bottom: 50px;
  }
  img.border-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left;
  }
  .story-content {
    padding: 10% 5%;
    width: 100%;
    position: relative;
    top: 0;
    bottom: 0;
    right: auto;
    left: auto;
    z-index: 1;
  }
  .derector-sec .too-sm-wrapper {
    width: 80%;
  }
  .director-secc {
    height: 100%;
  }
  .page-template-page-templateabout-php .inner-banner .banner-img {
    padding-left: 97px;
    width: 60%;
  }
  .box span {
    width: 10px;
    height: 10px;
  }
  .scroll-arr {
    right: -5%;
  }
  .numandarrow {
    right: 1%;
  }
  .footer-logo img {
    width: 70%;
  }
  .course-details-slider {
    padding: 20px;
  }
  .director-pic {
    height: 100%;
  }
  .page-template-page-templatewhyus-php .inner-banner .banner-img {
    width: 71%;
  }
  .path--wrap {
    height: 360px;
  }
  .page-template-page-templatewhyus-php .two--img {
    display: none;
  }
  .option-items {
    width: 47%;
    padding: 30px;
  }
  .m--content {
    padding: 30px;
    height: 212px;
  }
  .m--content .p-t-50 {
    padding-top: 30px;
  }
  .item-business {
    padding: 50px;
  }
  .accordion-item {
    padding: 25px 40px;
  }
  .content-su {
    margin-left: 34%;
  }
  .success-sec .content-su {
    margin-left: 0;
  }
  .two-img {
    display: none;
  }
  section.success-sec .w-30 {
    width: 100%;
  }
  a.course-items {
    width: 33%;
  }
  div#course-results {
    justify-content: center;
  }
  .item-cou {
    padding: 30px;
    height: 288px;
  }
  .contact-form {
    padding: 100px 10% 20px;
  }
  .find-us {
    padding: 0 50px;
  }
  .social-media-link {
    padding-left: 50px;
  }
  .bold-text::after {
    width: 37px;
  }
  .p-t-80 {
    padding-top: 50px;
  }
  .p-b-60 {
      padding-bottom: 50px;
  }
  .map iframe {
    height: 610px;
  }
}

@media only screen and (min-width: 991px) {

}

@media (min-width: 600px) and (max-width: 991px) {

}

@media only screen and (max-width: 991px) {
  :root{
    --font-15: 13px;
    --font-16: 13px;
    --font-18: 13px;
    --font-20: 15px;
    --font-22: 15px;
    --font-24: 15px;
    --font-30 : 18px;
    --font-38: 20px;
    --font-40: 23px;
    --font-64: 36px;
    --font-70: 40px;
    --font-80: 40px;
    --font-120: 45px;

    --font-100: 60px;
    --font-50: 36px;
    --font-14: 14px;
    --font-13: 13px;
    --font-11: 11px;

    --lh-26: 23px;
    --lh-80: 50px;
    --lh-100: 50px;
    --lh-130: 50px;
    --lh-74: 46px;
    --lh-28: 23px;
    --lh-32: 25px;
    --lh-90: 50px;
    --lh-30: 25px;
    --lh-48: 40px;
    --lh-50: 33px;
    --lh-40 : 28px;

    --main-font : "Almarai", sans-serif;
    --sub-font: "Arima", system-ui;
}
.quick-social {
  z-index: 99;
}
.desktop-menu {
  display: none;
}
.mobile-menu {
  display: block !important;
}
.quick-social a {
  height: 60px;
}
body.offcanvas-active{
  overflow:hidden;
}

.offcanvas-header{ display:none; }

.screen-darken{
  height: 100%;
  width:0%;
  z-index: 30;
  position: fixed;
  top: 0;
  right: 0;
  opacity:0;
  visibility:hidden;
  background-color: rgba(34, 34, 34, 0.6);
  transition:opacity .2s linear, visibility 0.2s, width 2s ease-in;
}

.screen-darken.active{
  z-index:10; 
  transition:opacity .3s ease, width 0s;
  opacity:1;
  width:100%;
  visibility:visible;
}	
.offcanvas-header{ display:block; }

.mobile-offcanvas{
visibility: hidden;
transform:translateX(-100%);
border-radius:0; 
display:block;
position: fixed;
top: 85px; left:0;
height: 100%;
z-index: 999999999;
width: 100%;
overflow-y: scroll;
overflow-x: hidden;
transition: visibility .3s ease-in-out, transform .3s ease-in-out;
}
li#menu-item-289 {
  background: var(--green-color);
  padding: 10px 105px;
}
li#menu-item-289 a {
  padding: 0;
}
.mobile-offcanvas.show{
visibility: visible;
transform: translateX(0);
}
.mobile-offcanvas .container, .mobile-offcanvas .container-fluid{
display: block;
}
.mobile-menu {
  background: var(--dark-ash);
  height: 85px;
}
.bg-primary {
  background-color: var(--dark-blue)!important;
}
.mobile-menu .main-logo img {
  width: 75%;
}
.mobile-menu .d-flex.menu-btn-wrap {
  background: var(--blue);
  height: 75px;
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
button.hamburger.classic.offcanvas-header.d-flex.flex-wrap.btn-close {
  width: 100%;
  z-index: 9999;
  padding: 0;
  height: 30px;
  flex-direction: column;
  width: 30px;
}
.btn-close {
  background: none;
  opacity: 1;
}
.btn-close:focus {
  box-shadow: unset;
}
.hamburger .line {
  width: 30px;
  height: 2px;
  background-color: var(--ash-color);
  display: block;
  margin: 3px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 15px;
  transition: all 1s;
}
span.line.line-2 {
  width: 20px;
  margin-left: auto;
}
.classic.is-active .line:nth-child(3) {
  transform: translateY(-14px) rotate(-45deg);
  background-color: var(--ash-color);
  transition: all 1s;
}
.hamburger.is-active .line:nth-child(2) {
  width: 0px;
  transition: all 1s;
}
.classic.is-active .line:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
  background-color: var(--ash-color);
  transition: all 1s;
}
.mob--menu {
  background: var(--blue);
  padding: 100px 0 70px;
}
.mobile-menu a.nav-link {
  color: var(--white-color) !important;
  text-align: center;
  font-family: var(--inter);
  font-size: 20px;
      font-weight: 400;
  line-height: normal;
  padding: 20px 0;
}
  .main-wrapper , .sub-wrapper, .sm-wrapper, .too-sm-wrapper, .sm-65-wrapper , .wrapper-75 {
    width: 90%;
    margin: 0 auto;
  }

  section.main-banner {
    height: 50vh;
  }
  .factory-img, .welcom-note {
    height: 530px;
  }
  .why-choose-sec .w-30 {
    width: 60%;
  }
  .choose-item {
    width: 29%;
  }
  .sec-bottom {
    padding-bottom: 80px;
  }
  .sec-top {
      padding-top: 80px;
  }
  .wrapper-choose {
    width: 100%;
    margin: -12px;
  }
  section.course-sec-home::after {
    height: 245px;
  }
  a.course-items {
    margin-bottom: 0;
  }
  .numandarrow, .bg-darkness, .lg-img-test, .sm-img-test {
    display: none !important;
  }
  section.main-details-sec .w-50 {
    width: 100%!important;
  }
  .image-container:first-child {
    border-radius: 50px 0 0 50px;
    overflow: hidden;
  }
  .testimonials-sec .w-80 {
    width: 100% !important;
    margin-top: -5%;
  }
  ul#footer a.nav-link {
    padding-right: 30px;
  }
  .p-b-80 {
    padding-bottom: 50px;
  }
  .p-b-35 {
    padding-bottom: 20px;
  }
  .footer-right {
    width: 31%;
  }
  .slider-name-icon {
    padding: 30px 30px;
    width: 100%;
  }
  .footer-logo img {
    width: 79%;
  }
  .director--erap {
    padding: 0 30px;
  }
  .director-pic {
    /* height: 575px; */
  }
  .accordion-item {
    padding: 25px 15px;
  }
  .course-details-slider {
    padding: 25px;
  }
  .courses-land-sec a.course-items {
    width: 50%;
    margin-bottom: 40px;
  }
  .contact-form {
    padding: 80px 50px;
  }
  .find-us {
    padding: 0 35px;
  }
  .social-media-link {
    padding-left: 70px;
  }
  .social-media-link a {
    padding: 0 5px;
  }
  .bold-text::after {
    width: 50px;
  }
  .sm-sec-title::after {
    height: 6px;
    width: 22px;
  }
  .p-t-80 {
    padding-top: 50px;
  }
  .p-b-60 {
      padding-bottom: 50px;
  }
  .map iframe {
    height: 610px;
  }
  .inner-banner {
    height: 40vh;
  }
  .modal-body {
    padding: 80px 50px;
  }
  .search-course form#searchform {
    width: 335px;
  }
  .banner-caption.w-35{
    width: 50% !important;
  }
  .banner--content--bottom {
    z-index: 9999999;
    margin-top: -3%;
  }
  .tab-direction {
    flex-direction: column;
  }
  .p-b-70 {
    padding-bottom: 50px;
  }
  .p-t-60 {
      padding-top: 50px;
  }
  .banner-email::after {
    width: 300px;
  }
  .scroll-arr {
    right: -8%;
    bottom: 11%;
  }
  .box span {
    width: 10px;
    height: 10px;
  }
  .welcom-note {
    padding: 0 50px 0 0;
    width: 50%;
  }
  .welcome-note-sec .section-title {
    margin-left: 0;
    text-align: start;
    width: 100%;
  }
  .tes {
    margin-left: 0;
  }
  img.scech {
    width: 50%;
  }
  .start.d-flex.align-items-center {
    padding-top: 10px;
  }
  .testi-items {
    padding: 30px;
  }
  .why-choose-sec .mob-dispaly-wrapper.main-wrapper {
    width: 95%;
    margin-right: 0;
  }
  .wrapper-choose .slick-list {
    padding-right: 0;
  }
  .why-choose-sec::after {
    content: none;
  }
  .welcome-note-sec .section-title::after {
    height: 6px;
    width: 22px;
    left: 3%;
  }
  .icom-c {
    margin: 0 auto;
    display: flex;
    justify-content: center;
  }
  .testimonials-sec .w-60 {
    width: 100%;
  }
  .inner-banner .w-25 {
    width: 50%!important;
  }
  .story-content {
    padding: 10% 5%;
    width: 100%;
    position: relative;
    top: 0;
    bottom: 0;
    right: auto;
    left: auto;
    z-index: 1;
  }
  img.border-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left;
  }
  .success-sec img {
    display: none;
  }
  .success-sec .w-50 {
    width: 100%!important;
  }
  .path--wrap {
    height: auto;
  }
  .option-items {
    padding: 30px;
    margin: 10px;
    width: 46%;
  }
  .shadoww-logo, .enroll-img, img.logo-icon {
    display: none;
  }
  section.enroll-sec .path--wrap {
    height: auto;
  }
  section.enroll-sec .content-su {
    position: relative;
  }
  .content-su .para.w-80 {
    width: 100%;
  }
  .p-t-100 {
    padding-top: 80px;
  }
  .content-su .w-30 {
    width: 100%;
  }
  .p-b-100 {
    padding-bottom: 80px;
  }
  section.method-sec.p-b-60 {
    padding-bottom: 0;
  }
  .item-cou {
    padding: 30px;
    height: 300px;
  }
  .method-sec .title-sec .w-30 {
    width: 50%;
  }
  .about-coursee {
    padding: 30px;
  }
  .ash-box {
    padding: 30px;
  }

  .course-detailss .w-35 {
    width: 100%;
    padding-right: 0;
  }
  .course-detailss .w-65 {
    padding-left: 0;
    width: 100%;
  }
  .tab-direction-re {
    flex-direction: column-reverse;
  }
  section.testimonials-sec .w-50 {
    width: 100%!important;
  }

}

@media only screen and (max-width: 600px) {
  .choose-item {
    width: 80%;
  }
  .success-sec .w-75 {
    width: 100% !important;
  }
  
  .main-details-sec .image-container {
    height: 308px;
  }
  .mobile-menu {
    height: 85px;
    position: fixed;
    width: 100%;
    z-index: 99;
  }
  .w-40, .w-35 , .w-65, .w-30, .w-60 {
    width: 100%;
  }
  section.main-banner::before {
    border-radius: 0;
    width: 100%;
    margin-right: 0;
  }
  ul#footer a.nav-link {
    padding-right: 0;
  }
  .mob-direction {
    flex-direction: column;
  }
  .footer-left {
    text-align: center;
  }
  footer#footer .font-80 {
      
    font-weight: 700;
    /* letter-spacing: -1.6px; */
  }
  footer#footer {
    background: linear-gradient(105deg, #49527A 17.2%, #141718 92.42%);
    padding-top: 80px;
  }
  .footer-logo {
    display: none;
  }
  .footer-right, .footer-right a {
    width: 100%;
    text-align: center;
  }
  .quick-social a {
    height: 45px;
    width: 130px;
    bottom: 32%;
    font-size: 10px;
  }
  .translated-ltr .quick-social a {
    height: 60px;
    width: 150px;
    padding-left: 6px;
  }
  .pharmacy-sec .sm-sec-title::after {
    content: none;
}
  ul#footer {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .banner-faq {
    height: 300px;
}
.courses-land-sec .title-sec .para {
  padding-top: 40px;
}
.banner-faq  img {
  object-fit: cover;
}
  .mob-footer-logo {
    display: block !important;
    padding-bottom: 60px;
  }
  section.main-banner {
    height: auto;
  }
  a.navbar-brand.tab-logo {
    display: none;
  }
  a.navbar-brand.w-100.mob-logo {
    display: block !important;
  }
  .hamburger .line, .classic.is-active .line:nth-child(3) {
    background-color: var(--white-color);
  }
  .main-banner .dark-blue, .main-banner .para-color {
    color: var(--white-color) !important;
  }
  .banner-caption.w-35 {
    width: 100% !important;
    /* padding-top: 130px; */
    z-index: 9;
}
  .scroll-arr {
    display: none;
  }
  .welcome {
    display: flex;
    flex-direction: column;
  }
  .factory-img {
    width: 100%;
    border-radius: 50px 0;
  }
  section.main-banner::after, .factory-img::after {
    border-radius: 0;
    width: 100%;
    margin-right: 0;
  }
  .welcome::after, .welcome::before {
    content: none;
  }
  .welcom-note {
    padding: 30px 30px 100px;
    width: 100%;
    border-radius: 0 0 50px 50px;
  }
  .factory-img, .welcom-note {
    height: auto;
  }
  .welcome {
    border-radius: 0;
  }
  img.scech {
    width: 50%;
    position: absolute;
    margin-right: 0;
    bottom: 0;
    right: 0;
}
  .factory-img, .factory-img::after, .factory-img img {
    width: 100%;
    border-radius: 50px 50px 0 0 ;
  }
  .title-sec {
    display: flex;
    flex-direction: column;
  }
  .why-choose-sec .w-30 {
    width: 100%;
    padding-top: 40px;
  }
  .main-details-sec .w-50 .d-flex {
    flex-wrap: wrap;
    border-radius: 50px !important;
    overflow: hidden;
}
  .image-container {
    width: 50%;
  }
  .image-container:first-child {
    border-radius: 50px 0 0 0;
  }

  .image-container:last-child {
    border-radius: 0 0 50px 0;
    overflow: hidden;
}
.inner-banner::after {
  width: 100%;
  margin-right: 0;
  border-radius: 0;
}
.inner-banner {
  height: auto;
}
.banner-img {
  padding-left: 0;
  z-index: 3;
  width: 80%;
}
.banner--content--bottom {
  display: none !important;
}
.search-top {
  padding-right: 0;
}
.search-course form#searchform {
  width: 100%;
}
.search-course {
  padding-bottom: 25px;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 90%;
  margin: 0 auto;
}
.course-sec-home .round-btn {
  margin-top: 40px;
}
.inner-banner .w-25 {
  width: 100%!important;
}
.inner-banner::before {
  border-radius: 0;
  width: 100%;
  margin-right: 0;
}
.inner-banner .dark-blue , .inner-banner .para-color {
  color: var(--white-color);
}
.inner-banner .w-25 {
  width: 100%!important;
  padding-top: 105px;
  z-index: 9;
}
.w-50 {
  width: 100%!important;
}
.director-pic, .director-pic img {
  height: auto;
  border-radius: 0;
}
.director--erap {
  padding: 0 30px 30px;
}
.option-items {
  width: 100%;
}
.path--wrap {
  padding: 0 30px;
}
.pharmacy-sec .sm-sec-title {
  white-space: normal;
}
.pharmacy-sec,   .business-success-sec .sm-sec-title::after, section.faq-sec .sm-sec-title::after, .why-choose-coures-sec .sm-sec-title::after{
  content: none !important;
}
.business-slider .slick-list {
  padding-right: 0;
}
.item-business {
  padding: 30px;
}
.left-wrapper {
  width: 100%;
  margin: 0 auto;
}
.slider-bg {
  padding: 50px 30px 50px 30px;
  border-radius: 0;
}
.sm-sec-title {
  white-space: normal;
}
.courses-land-sec a.course-items {
  width: 100%;
}
.method-sec .title-sec .w-30 {
  width: 100%;
}
section.method-sec .para {
  padding-top: 40px;
}
.item-cou {
  padding: 30px;
  height: auto;
}
.form--contact .d-flex {
  flex-direction: column;
}
.inquery-form p, .wpcf7 p {
  margin-bottom: 40px;
}
.m-l-40 {
  margin-left: 0;
}
.m-r-40 {
  margin-right: 0;
}
.border-box {
  flex-direction: column;
}
.find-us {
  padding: 40px;
}
.course-sheedule, ul.key-future-poin, .requirement-poin {
  column-count: 1;
}
section.enroll-sec.position-relative.sec-bottom.p-t-100 {
  padding-top: 0;
}
.success-content h6.sub-font.font-38 {
  line-height: 30px;
  padding-bottom: 20px;
}
section.method-sec.p-b-60 {
  padding-bottom: 60px;
}
.breadcrumbs a, .breadcrumbs {
  color: var(--white-color);
}
.inquery-form .d-flex {
  flex-direction: column;
}
.modal-body {
  padding: 30px;
}
.modal-dialog {
  max-width: 95%;
  margin: 0 auto;
}
.inner-banner .sec-bottom {
  padding-bottom: 30px;
}
header.header.header-scrolled .mobile-menu {
  background-color: var(--dark-blue);
}
 }
 select.field-wrap {
  color: #adabab;
 }

.success-sec .path--wrap {
  padding: 36px 30px;
}
.success-sec .para {
  text-align: justify;
}


.gt_selector {
  position: relative;
  appearance: none; 
  background: url('data:image/svg+xml,%3Csvg%20width%3D%229%22%20height%3D%227%22%20viewBox%3D%220%200%209%207%22%20fill%3D%22none%22%20xmlns%3D%22http://www.w3.org/2000/svg%22%3E%3Cpath%20id%3D%22Polygon%206%22%20d%3D%22M4.5%207L0.602887%200.249999L8.39711%200.25L4.5%207Z%22%20fill%3D%22%23000106%22%3E%3C/path%3E%3C/svg%3E') no-repeat right center;
  background-size: 9px 7px;
  padding-right: 20px; 
}

.gt_selector option {
  padding: 10px; 
}

.gt_selector:hover,
.gt_selector:focus {
  border-color: #0073e6; 
}


@media (min-width: 1200px) and (max-width: 1300px) {
  .page-template-whyus .success-sec {
    padding-top: 250px;
  }
}
