@import url('https://fonts.googleapis.com/css2?family=Cabin:wght@400;500;600;700&display=swap');
/* urudu font */

@import url('https://fonts.googleapis.com/css2?family=Aref+Ruqaa&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lateef&display=swap');

body {
  color: #fff;
}

.navbar {
  transition: all 0.4s;
  padding: 0px 1rem !important;
}

.navbar .nav-link {
  color: #fff;
  font-weight: 500;
}

.navbar .nav-link:hover,
.navbar .nav-link:focus {
  color: #0e63a5;
  text-decoration: none;
}

.navbar .navbar-brand img {
  width: 160px;
  margin-top: -13px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

/* Change navbar styling on scroll */

.navbar.active {
  background-image: linear-gradient(1deg, #9bd6ff 0%, #44b2ff 160%);
  box-shadow: 1px 2px 10px rgb(0 123 255 / 21%);
}

.navbar.active .nav-link {
  color: #ffffff;
}

.navbar.active .nav-link:hover,
.navbar.active .nav-link:focus {
  color: #085291 !important;
  text-decoration: none;
}

.navbar.active .navbar-brand {
  color: #555;
}

/* Change navbar styling on small viewports */

@media (max-width: 991.98px) {
  .navbar {
    background: #fff;
  }

  .navbar.active {
    background: #fff;
  }

  .navbar .navbar-brand,
  .navbar .nav-link {
    color: #2285c3 !important;
  }
}

.navbar-toggler {
  padding: .25rem .75rem;
  font-size: 35px !important;
  line-height: 1;
  background-color: #f6f6f6;
  border: 1px solid transparent;
  border-radius: .25rem;
  color: #2285c3;
}

/* .navbar{
    position: fixed!important;
    width: 100%;
    background-color: #fff;
    z-index: 9999;
    box-shadow: 0px -8px 19px 1px #40b8e0;
}
.navbar-light .navbar-nav .nav-link{
    font-weight: 600;
    color: #2764a4!important;
}
.navbar-light .navbar-nav .nav-link:hover{
    color: #40b8e0!important;
} */

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: .5rem 0;
  margin: .125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: none !important;
  border-radius: 0px !important;
  box-shadow: 0px 2px 4px -1px #77b5da;
}

.dropdown-item {
  font-size: 14px !important;
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: #ffffff !important;
  text-decoration: none;
  background-color: #8cd0ff !important;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff !important;
  text-decoration: none;
  background-color: #85ccff !important;
}

.navbar-light .navbar-nav .nav-link {
  color: rgb(34 133 195) !important;
}

.contact-navbar {
  position: fixed !important;
  background-color: #fff !important;
  width: 100% !important;
  z-index: 999 !important;
  box-shadow: 0px 0px 16px -6px #248ccb;
  padding: 8px 9px !important;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 33px !important;
  height: 33px !important;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.banner {
  background-image: url(images/second-banner-2.jpg);
  height: 80vh;
  background-size: cover;
  background-position: center;
  position: relative;
  top: 0px;
}

@font-face {
  font-family: myFirstFont;
  src: url(Museo300-Regular.otf);
}

@font-face {
  font-family: myFirstFont;
  src: url(Museo700-Regular.otf);
}

.banner h5 {
  color: #fff;
  font-size: 29px;
  font-family: myFirstFont;
  font-weight: 300 !important;
}

.banner h2 {
  top: 33px;
  color: #1963ad;
  font-size: 40px;
  margin-right: 15px;
  font-family: myFirstFont;
}

.banner-cnt {
  top: 256px;
  text-align: left;
}

#photo {
  position: absolute;
  left: 210px;
  top: 259px;
  width: 55%;
}

.alig-option {
  margin-right: 43px;
}

.bg {
  background-color: #fff;
  box-shadow: 0px 4px 18px rgb(34 141 204 / 22%);
  border-radius: 5px;
  transition: .3s;
  width: 128%;
}

.bg:hover {
  box-shadow: 0px 20px 40px rgba(34 141 204 / 22%);
  transform: scale(1.05, 1.05);
}

.bg:hover .img-bg img {
  -webkit-animation-name: hvr-wobble-horizontal;
  animation-name: hvr-wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

a {
  text-decoration: none !important;
}

.img-bg {
  background-color: #228dcc;
  text-align: center;
  border-radius: 5px;
}

.banner-links {
  top: -35px;
}

.banner-links img {
  width: 65px;
  padding: 3px;
}

.banner-links h6 {
  padding-top: 27px;
  padding-bottom: 27px;
  color: #000;
}

.under-line {
  background-color: blue;
  height: 2px;
  width: 50px;
}

#slideshow {
  margin: 0px auto;
  position: relative;
  width: 100%;
  height: 150px;
  padding: 10px;
  /* box-shadow: 0 0 20px rgba(0, 0, 0, 0.4); */
}

#slideshow>div {
  position: absolute;
  top: 10px;
  left: 40px;
  right: 10px;
  bottom: 10px;
}

/* ********************* */

/* START=WHO WE ARE-HOME-PAGE */

/* ********************* */

.we-are-banner {
  background-image: url(images/who-we-are-banner-2.jpg);
  height: 540px;
  background-size: cover;
  background-position: center top;
}

.item-1 {
  position: relative;
  display: block;
  top: 110%;
  width: 60%;
  font-size: 38px;
  font-weight: 700;
  color: #0076bd;
  line-height: 36px;
  letter-spacing: 5px;
  animation-duration: 15s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  margin-left: -195px;
}

.item-2 {
  position: relative;
  display: block;
  top: 76%;
  width: 60%;
  font-size: 38px;
  font-weight: 700;
  color: #0076bd;
  line-height: 36px;
  letter-spacing: 5px;
  animation-duration: 15s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  margin-left: -195px;
}

.item-3 {
  position: relative;
  display: block;
  top: 43%;
  width: 60%;
  font-size: 38px;
  font-weight: 700;
  color: #0076bd;
  line-height: 36px;
  letter-spacing: 5px;
  animation-duration: 15s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  margin-left: -195px;
}

.item-1 {
  animation-name: anim-1;
}

.item-2 {
  animation-name: anim-2;
}

.item-3 {
  animation-name: anim-3;
}

@keyframes anim-1 {

  0%,
  8.3% {
    left: -100%;
    opacity: 0;
  }

  8.3%,
  25% {
    left: 25%;
    opacity: 1;
  }

  33.33%,
  100% {
    left: 110%;
    opacity: 0;
  }
}

@keyframes anim-2 {

  0%,
  33.33% {
    left: -100%;
    opacity: 0;
  }

  41.63%,
  58.29% {
    left: 25%;
    opacity: 1;
  }

  66.66%,
  100% {
    left: 110%;
    opacity: 0;
  }
}

@keyframes anim-3 {

  0%,
  66.66% {
    left: -100%;
    opacity: 0;
  }

  74.96%,
  91.62% {
    left: 25%;
    opacity: 1;
  }

  100% {
    left: 110%;
    opacity: 0;
  }
}

.item-1 span {
  font-size: 18px;
  font-weight: 500;
  color: #05304b;
}

.item-2 span {
  font-size: 18px;
  font-weight: 500;
  color: #05304b;
}

.item-3 span {
  font-size: 18px;
  font-weight: 500;
  color: #05304b;
}

.we-are-align {
  margin-top: 122px;
  margin-bottom: 50px;
}

.we-are-cnt {
  padding: 43px !important;
}

.we-are-cnt h1 {
  color: #228dcc;
  font-size: 44px;
}

.we-are-cnt span {
  padding-left: 38px;
  font-size: 28px;
}

.we-are-cnt p {
  color: #000;
  line-height: 29px;
  padding-top: 10px;
  font-family: 'Cabin', sans-serif;
  font-size: 15px;
  text-align: justify;
}

.we-are-cnt button {
  background: #228dcc;
  color: #fff;
  border: none;
  padding: 8px 16px;
  border-radius: 3px;
  outline: none !important;
  cursor: pointer;
  transition: all 0.8s, color 0.3s 0.3s;
}

.we-are-cnt button:hover {
  box-shadow: -300px 0 0 0 rgba(0, 0, 0, 0.5) inset;
}

.who-bg {
  background-image: url(images/who-bg.png);
  background-repeat: no-repeat;
  margin-top: -100px;
}

/* ********************* */

/* END=WHO WE ARE-HOME-PAGE */

/* ********************* */

.bb-unique-align {
  margin-top: 75px;
  margin-bottom: 75px;
}

.bb-unique h6 {
  padding-left: 71px;
  color: #666;
  line-height: 0px;
}

.bb-unique h1 {
  color: #228dcc;
  font-size: 42px;
  padding-left: 37px;
}

.bb-unique span {
  font-size: 27px;
  padding-left: 34px;
}

.bb-unique-list {
  padding-top: 13px;
}

.bb-unique-list img {
  float: left;
  padding-top: 4px;
  margin-right: 15px;
}

.bb-unique-list ul li {
  font-family: 'Cabin', sans-serif;
  margin-bottom: 10px;
  color: #000;
  list-style: none;
  font-size: 15px;
}

/* ////START-WE HAVE SECTION//// */

.we-have-style {
  margin-top: 0px;
  margin-bottom: 0px;
}

.we-have-style h1 {
  text-align: center;
  margin-bottom: 17px;
  color: #228dcc;
  font-family: 'myFirstFont';
  font-size: 39px;
}

.under-line {
  background-color: #228dcc;
  height: 1px;
  width: 20%;
  margin-left: 40%;
}

.under-line-img img {
  width: 24px;
  position: absolute;
  top: 50px;
  background: #ffffff;
  padding: 3px 4px;
  margin-left: 48%;
}

.align-wehave {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 0px;
  background-color: #228dcc;
  padding: 40px;
}

.cap-icon i {
  font-size: 44px;
  padding-bottom: 5px;
  margin-right: 18px;
  color: #fff;
  border: 2px solid;
  border-radius: 116px;
  padding: 7px 11px;
}

.cap-icon h6 {
  font-size: 17px;
  font-weight: 600;
  font-family: 'Cabin', sans-serif;
  color: #fff;
}

.user-cogs i {
  font-size: 35px;
  padding-bottom: 5px;
  margin-right: 18px;
  color: #fff;
  border: 2px solid;
  border-radius: 116px;
  padding: 14px 13px;
}

.user-cogs h6 {
  font-size: 17px;
  font-weight: 600;
  font-family: 'Cabin', sans-serif;
  color: #fff;
}

.university i {
  font-size: 35px;
  padding-bottom: 5px;
  margin-right: 18px;
  color: #fff;
  border: 2px solid;
  border-radius: 116px;
  padding: 14px 12px;
}

.university h6 {
  font-size: 17px;
  font-weight: 600;
  font-family: 'Cabin', sans-serif;
  color: #fff;
}

.align-wehave h3 {
  font-size: 45px;
  font-weight: 600;
  padding-bottom: 7px;
  color: #fff;
}

.righ-border {
  border-right: 2px dashed #ffffff;
  ;
}

.jumb-img {
  position: absolute;
  top: -44px;
  left: 118px;
}

.mobile-image {
  padding-top: 40px;
}

h3.counting::after {
  content: " +";
  display: inline-block;
}

img.vert-move {
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate;
}

img.vert-move {
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate;
}

@-webkit-keyframes mover {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-15px);
  }
}

@keyframes mover {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-15px);
  }
}

/* ////END-WE HAVE SECTION//// */

.index-ftr {
  margin-top: 50px;
  margin-bottom: 34px;
}

.index-contact {
  text-align: center;
  padding: 20px;
  /* box-shadow: 0px 4px 18px rgb(34 141 204 / 22%);
    background-image: url(images/Untitled-1_03.png);
    background-repeat: no-repeat; */
}

.index-contact img {
  width: 70px;
  margin-bottom: 20px
}

.adress p {
  line-height: 26px;
  font-family: 'Cabin', sans-serif;
}

.adress p a {
  color: #000;
}

.phone-no p {
  font-family: 'Cabin', sans-serif;
}

.phone-no p a {
  color: #000;
}

.g-mail p {
  font-family: 'Cabin', sans-serif;
  padding-bottom: 24px;
  color: #000;
}

.g-mail p a {
  color: #000;
}

.contact-bg {
  background-image: url(images/contact-bg.png);
  background-size: cover;
  background-position: center;
}

/* ///////// */

.footer-bg {
  background-color: #043754
}

.ftr-col {
  text-align: center;
  padding: 38px 0px 0px 0px;
}

.ftr-col img {
  width: 116px;
  padding-bottom: 17px;
}

.ftr-list ul li {
  list-style: none;
  display: inline-block;
  padding-right: 15px;
  color: rgb(167 167 167);
}

.ftr-sm-icons {
  padding-bottom: 10px;
  margin-left: 20px;
  text-align: center;
}

.ftr-sm-icons i {
  padding-right: 10px;
  font-size: 21px;
  color: rgb(167 167 167);
}

.ftr-all-rights p {
  color: rgb(167 167 167);
  font-family: 'Cabin', sans-serif;
  border-top: 1px solid #a7a7a7;
}

.ftr-all-rights img {
  width: 23px;
  padding-top: 18px;
}

.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  transition-duration: 0.3s;
  transition-property: transform;
}

.hvr-grow:hover,
.hvr-grow:focus,
.hvr-grow:active {
  transform: scale(1.1);
}

#facebook:hover {
  color: #3b5998;
}

#twitter:hover {
  color: #26a7de;
}

#instagram:hover {
  background: -webkit-radial-gradient(33% 100% circle, #FED373 4%, #F15245 30%, #D92E7F 62%, #9B36B7 85%, #515ECF);
  background: radial-gradient(circle at 33% 100%, #FED373 4%, #F15245 30%, #D92E7F 62%, #9B36B7 85%, #515ECF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#youtube:hover {
  color: #c4302b;
}

#google:hover {
  background: radial-gradient(circle at 34% -1%, #4285F4 21%, #DB4437 34%, #F4B400 51%, #0F9D58 53%, #515ECF);
  background: radial-gradient(circle at 34% -1%, #4285F4 21%, #DB4437 34%, #F4B400 51%, #0F9D58 53%, #515ECF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#sidebar {
  height: 250px;
  width: 10px;
  position: fixed;
  /* text-align: center; */
  padding: -3px;
  margin-left: 15px;
  top: 55%;
}

#sidebar-servi {
  height: 250px;
  width: 10px;
  position: fixed;
  /* text-align: center; */
  padding: -3px;
  margin-left: 15px;
  top: 64%;
}

#sidebar-call {
  height: 250px;
  width: 10px;
  position: fixed;
  /* text-align: center; */
  padding: -3px;
  margin-left: 15px;
  top: 73%;
}

.social i {
  left: 28px;
  position: relative;
  vertical-align: middle;
  text-align: center;
  font-size: 33px;
  color: #fff;
  margin-top: 0px;
}

.social-servi img {
  left: 5px;
  position: relative;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  margin-top: 0px;
  width: 22px;
}

.call-back img {
  left: 29px;
  position: relative;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  margin-top: -2px;
  width: 34px;
}

.social p {
  color: aliceblue;
  margin: 0;
  padding: 7px 0px 7px 4px;
}

.social-servi p {
  color: aliceblue;
  margin: 0;
  padding: 5px 0px 5px 4px;
}

.call-back p {
  color: aliceblue;
  margin: 0;
  padding: 5px 0px 5px 4px;
}

.social {
  margin-left: -200px;
  width: 217px;
  padding: 0;
  display: inline-table;
  height: 0px;
  background-color: rgb(40 167 69);
  -moz-transition-property: margin-left;
  -moz-transition-duration: 0.2s;
  -moz-transition-delay: 0.2s;
  -ms-transition-property: margin-left;
  -ms-transition-duration: 0.2s;
  -ms-transition-delay: 0.2s;
  -o-transition-property: margin-left;
  -o-transition-duration: 0.2s;
  -o-transition-delay: 0.2s;
  -webkit-transition-property: margin-left;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-delay: 0.2s;
  cursor: pointer;
  border-bottom-right-radius: 50px;
  border-top-right-radius: 50px;
  transition: all 0.5s;
}

.social-servi {
  margin-left: -200px;
  width: 217px;
  padding: 0;
  display: inline-table;
  height: 0px;
  background-color: rgb(34 141 204);
  -moz-transition-property: margin-left;
  -moz-transition-duration: 0.2s;
  -moz-transition-delay: 0.2s;
  -ms-transition-property: margin-left;
  -ms-transition-duration: 0.2s;
  -ms-transition-delay: 0.2s;
  -o-transition-property: margin-left;
  -o-transition-duration: 0.2s;
  -o-transition-delay: 0.2s;
  -webkit-transition-property: margin-left;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-delay: 0.2s;
  cursor: pointer;
  border-bottom-right-radius: 50px;
  border-top-right-radius: 50px;
  transition: all 0.5s;
}

.call-back {
  margin-left: -198px;
  width: 217px;
  padding: 0;
  display: inline-table;
  height: 0px;
  background-color: rgb(39 100 164);
  -moz-transition-property: margin-left;
  -moz-transition-duration: 0.2s;
  -moz-transition-delay: 0.2s;
  -ms-transition-property: margin-left;
  -ms-transition-duration: 0.2s;
  -ms-transition-delay: 0.2s;
  -o-transition-property: margin-left;
  -o-transition-duration: 0.2s;
  -o-transition-delay: 0.2s;
  -webkit-transition-property: margin-left;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-delay: 0.2s;
  cursor: pointer;
  border-bottom-right-radius: 50px;
  border-top-right-radius: 50px;
  transition: all 0.5s;
}

.social:hover {
  margin-left: -30px;
  width: 217px;
  background-color: rgb(40 167 69);
}

.social-servi:hover {
  margin-left: -30px;
  width: 217px;
  background-color: rgb(34 141 204);
}

.call-back:hover {
  margin-left: -30px;
  width: 217px;
  background-color: rgb(39 100 164);
}

/*--------------------------------------------------*/

/* ******====Start who-we-wre-pain page====******* */

.we-are-inner-bg {
  background-color: #228dcc;
}

.we-are-inner-cnt h1 {
  text-align: center;
  padding-top: 58px;
  color: #fff;
}

.we-are-inner-cnt p {
  text-align: center;
  line-height: 27px;
  color: #fff;
  font-family: 'Cabin', sans-serif;
}

.we-are-inner-cnt-1 {
  padding: 40px !important;
  box-shadow: 0px 2px 38px -20px #737373;
  margin-bottom: 50px;
}

.we-are-inner-cnt-1 p {
  text-align: left;
  line-height: 27px;
  color: #000;
  font-family: 'Cabin', sans-serif;
  margin-bottom: 25px;
  font-size: 15px;
  text-align: justify;
}

.mission-shadow {
  box-shadow: 0px 0px 16px -8px #737373;
  border-radius: 5px;
}

.mission-img {
  background-color: #007bff4d;
  border-radius: 5px;
}

.mission-img img {
  width: 100%;
  padding: 55px 29px 33px 29px;
}

.mission-cnt h4 {
  text-align: center;
  padding-bottom: 15px;
}

.mission-cnt span {
  color: #39a0d6;
}

.mission-cnt {
  padding: 35px 26px 0px 10px;
}

.mission-cnt p {
  text-align: center;
  line-height: 23px;
  font-size: 15px;
  font-family: 'Cabin', sans-serif;
  padding-right: 10px;
}

.vision-img img {
  width: 100%;
  padding: 49px 30px 44px 30px;
}

.vision-img {
  background-color: #007bff4d;
  border-radius: 5px;
}

.vision-cnt h4 {
  text-align: center;
  padding-bottom: 10px;
}

.vision-cnt span {
  color: #39a0d6;
}

.vision-cnt {
  padding: 33px 26px 0px 10px;
}

.vision-cnt p {
  text-align: center;
  line-height: 23px;
  font-size: 15px;
  font-family: 'Cabin', sans-serif;
  padding-right: 10px;
}

.marg-we-do {
  margin-top: 50px;
  text-align: center;
}

.marg-we-do h1 {
  padding-bottom: 11px;
  color: #39a0d6;
  font-family: 'myFirstFont';
  font-size: 39px;
}

.under-line-we-do {
  background-color: #228dcc;
  height: 1px;
  width: 20%;
  margin-left: 40%;
}

.under-line-we-do-img img {
  width: 24px;
  position: absolute;
  top: 54px;
  background: #ffffff;
  padding: 3px 4px;
  margin-left: -1%;
}

.marg-we-do p {
  padding-top: 19px;
  font-family: 'Cabin', sans-serif;
}

.smart-career {
  text-align: center;
  box-shadow: 0px 0px 22px -11px #737373;
  padding: 15px;
  margin-bottom: 50px;
  transition: 0.5s;
  height: 90%;
}

.smart-career:hover {
  background-color: #228dcc;
  color: #fff;
}

.image-career-bg img {
  background-color: #fff;
  padding: 18px 20px;
  width: 100px;
  border-radius: 15px 15px 15px 15px;
}

.smart-career h6 {
  padding-top: 19px;
  padding-bottom: 8px;
}

.smart-career p {
  font-size: 15px;
  line-height: 25px;
  font-family: 'Cabin', sans-serif;
}

.image-care-bg img {
  background-color: #fff;
  padding: 18px 20px;
  width: 100px;
  border-radius: 15px 15px 15px 15px;
}

.image-skilled-bg img {
  background-color: #fff;
  padding: 18px 20px;
  width: 100px;
  border-radius: 15px 15px 15px 15px;
}

.image-tools-bg img {
  background-color: #fff;
  padding: 18px 20px;
  width: 100px;
  border-radius: 15px 15px 15px 15px;
}

.we-do-cnt-align {
  margin-top: 40px;
  margin-bottom: 50px;
}

/* ******====End who-we-wre-pain page====******* */

/*--------------------------------------------------*/

/* =---------------------------------------------= */

/* *******Start Consultation Page****** */

.consult-main {
  padding-top: 150px;
}

.consult-contact-frm {
  background-color: rgb(255 255 255);
  padding: 60px;
  box-shadow: 0px 0px 28px -9px #8cd6e9;
  border-top: 4px solid #248ccb;
}

.consult-contact-frm input {
  width: 100%;
  margin-bottom: 15px;
  border: 1px solid #c4e1ff;
  padding: 6px 13px;
  border-radius: 6px;
  outline: none !important;
  font-family: 'Cabin', sans-serif;
}

.consult-contact-frm h4 {
  color: #248ccb;
  text-align: center;
  padding-bottom: 20px;
  font-family: 'myFirstFont';
}

.consult-contact-frm select {
  width: 100%;
  margin-bottom: 15px;
  border: 1px solid #c4e1ff;
  padding: 6px 13px;
  border-radius: 6px;
  font-family: 'Cabin', sans-serif;
}

.frm-submit {
  text-align: end;
  padding-top: 15px;
}

.frm-submit button {
  background-color: #248ccb;
  border: none;
  color: white;
  padding: 5px 27px;
  letter-spacing: 1px;
  border-radius: 3px;
  outline: none !important;
  cursor: pointer;
  width: 80%;
  text-align: center;
}


.fran-submit {
  text-align: center;
  padding-top: 15px;
}

.fran-submit button {
  background-color: #248ccb;
  border: none;
  color: white;
  padding: 5px 27px;
  letter-spacing: 1px;
  border-radius: 3px;
  outline: none !important;
  cursor: pointer;
  width: 70%;
  text-align: center;
}

.trani-sub-btn {
  text-align: left;
  padding-top: 15px;
}

.trani-sub-btn button {
  background-color: #248ccb;
  border: none;
  color: white;
  padding: 5px 27px;
  letter-spacing: 1px;
  border-radius: 3px;
  outline: none !important;
  cursor: pointer;
  margin-right: 25px;
  width: 100%;
}

.enqry-btn-traini {
  position: relative;
}

.enqry-btn-traini button {
  position: absolute;
  right: -125px;
  top: -50px;
}

.consul-cnt {
  padding: 0px 46px;
}

.consul-cnt h3 {
  color: #2098d1;
  padding-bottom: 15px;
}

.consul-cnt p {
  font-size: 15px;
  line-height: 25px;
  font-family: 'Cabin', sans-serif;
  text-align: justify;
}

.consult-main-cnt {
  margin-bottom: 50px;
}

.consult-main-cnt h1 {
  font-size: 84px;
  font-weight: 700;
  color: #dadada;
}

.support-shadow {
  box-shadow: -2px 2px 20px -9px #4eb6e5;
  border-radius: 50px 50px 50px 0px;
  margin-bottom: 15px;
  background-color: #fff;
  transition: 0.4s;
}

.support-shadow:hover {
  background-color: #2098d1;
  color: #fff !important;
}

.support-img {
  float: left;
  background-color: #2098d1;
  border-radius: 50px 50px 50px 0px;
  padding: 10px 0px;
}

.support-img img {
  width: 100%;
  padding: 6px 6px;
}

.support-cnt {
  float: right;
}

.support-cnt p {
  padding-top: 23px;
  padding-left: 12px;
  padding-right: 9px;
  font-size: 15px;
  font-family: 'Cabin', sans-serif;
}

.margin-line {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgb(0 123 255 / 22%), rgba(0, 0, 0, 0));
  border: 0;
  height: 1px;
  margin-top: 60px;
}

.consul-index-ftr {
  margin-top: 27px;
  margin-bottom: 34px;
}

/* *******End Consultation Page****** */

/* =----------------------------------------------= */

/* ------------------------------------------- */

/* *******Strat Contact Page****** */

.contact-all-divs {
  padding-top: 50px;
  padding-bottom: 100px;
}

.contact-adres {
  background-color: #3196d4;
  color: white;
  padding: 24px;
  box-shadow: 0px 0px 19px -4px #aaa;
}

.contact-adres h4 {
  padding-top: 20px;
  font-size: 28px;
  padding-bottom: 15px;
}

.contact-adres p {
  font-size: 15px;
  text-align: left;
  font-family: 'Cabin', sans-serif;
  margin-bottom: 0px;
}

.contact-adres p a {
  color: #fff;
}

.contact-form {
  padding: 25px 60px;
  height: 100%;
  box-shadow: -1px 1px 16px -5px #aaa;
}

.contact-form h4 {
  text-align: center;
  padding-bottom: 20px;
  color: #2285c3;
  font-size: 30px;
}

.map {
  box-shadow: -1px 1px 16px -5px #aaa
}

.contact-form input {
  width: 100%;
  padding: 4px 8px;
  margin-bottom: 15px;
  border: none;
  background-color: #d4ebff;
  border-radius: 5px;
}

.contact-form textarea {
  width: 100%;
  border: none;
  background-color: #d4ebff;
  padding: 4px 8px;
  border-radius: 5px;
}

.contact-form-btn {
  padding-top: 37px;
  text-align: center;
}

.contact-form-btn button {
  background-color: #3196d4;
  color: #fff;
  border: none;
  padding: 8px 27px;
  border-radius: 5px;
  outline: none !important;
  cursor: pointer;
}

.contact-adress {
  position: relative;
  top: -24px;
  padding-left: 40px;
}

.contact-icons i {
  background-color: #1865aa;
  padding: 4px 8px;
  border-radius: 50px;
}

.cont-phone-icon i {
  background: #1865aa;
  padding: 2px 8px;
  border-radius: 50px;
  font-size: 20px;
}

.cont-land-icon i {
  background: #1865aa;
  padding: 3px 6px;
  border-radius: 50px;
  font-family: 'FontAwesome';
  font-style: inherit;
  font-size: 12px;
  position: absolute;
  margin-top: 4px;
}

.cont-pnone-no {
  position: relative;
  top: -26px;
  left: 36px;
  line-height: 28px;
}

.cont-gmail-icon i {
  background-color: #1865aa;
  padding: 6px 6px;
  border-radius: 50px;
  font-size: 13px;
}

.cont-gmail {
  position: relative;
  top: -26px;
  left: 37px;
}

.contact-form {
  /* background-image: url(images/retyuftg.png); */
}

.under-line-cont {
  background-color: #228dcc;
  height: 1px;
  width: 21%;
  margin-left: 40%;
  margin-bottom: 28px;
}

.under-line-img-cont img {
  width: 24px;
  position: absolute;
  top: 43px;
  background: #ffffff;
  padding: 3px 4px;
  margin-left: 48%;
}

.get-in h3 {
  text-align: center;
  color: #228dcc;
  padding-bottom: 15px;
  font-family: 'myFirstFont';
}

/* *******End Contact Page****** */

/* ------------------------------------------ */

/* ------------------------------------ */

/* ******Start Traiding Section***** */

.spare-parts h1 {
  font-size: 84px;
  font-weight: 700;
  color: #dadada;
}

.spare-parts h4 {
  font-size: 24px;
  color: #228dcc;
  font-family: 'myFirstFont';
  letter-spacing: 0px;
}

.spare-parts p {
  font-size: 15px;
  line-height: 28px;
  letter-spacing: .2px;
  color: #000;
  font-family: 'Cabin', sans-serif;
  text-align: justify;
}

.spare-parts h6 {
  font-size: 19px;
  margin-bottom: 15px;
  font-family: 'myFirstFont';
}

.spare-parts ul {
  padding-left: 0px;
  list-style: inside;
  display: inline-flex;
  margin-bottom: 25px;
}

.spare-parts ul li {
  margin-right: 20px;
  font-size: 16px;
  font-family: 'Cabin', sans-serif;
  background-color: #2098d112;
  padding: 1px 13px;
  border-radius: 12px;
}

.oath-bg-img {
  background-image: url(./images/oath-bg.jpg);
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.image-01 img {
  padding-top: 64px;
  width: 95%;
}

.image-02 img {
  width: 73%;
  margin-left: 80px;
}

.image-03 img {
  width: 71%;
  margin-left: 88px;
}

.contant-01 {
  padding-top: 50px;
  margin-bottom: 50px;
}

.contant-02 {
  margin-bottom: 50px;
  margin-top: 10px;
}

.contant-03 {
  margin-top: 100px;
  margin-bottom: 50px;
}

.spare-phone-icon {
  margin: auto 0;
}

.spare-phone-icon i {
  background-color: #228dcc;
  border-radius: 50px;
  padding: 3px 12px;
  font-size: 29px;
  color: #fff;
  margin-right: 10px;
  margin-left: 15px;
}

.spare-landph-icon {
  margin: auto 0;
}

.spare-landph-icon i {
  background-color: #228dcc;
  border-radius: 50px;
  padding: 9px 9px;
  font-size: 18px;
  color: #fff;
  margin-right: 3px;
  margin-left: 15px;
  font-family: 'FontAwesome';
  font-style: inherit;
}

.spare-no-1 button {
  margin-right: 11px;
  background-image: linear-gradient(315deg, #228dcc 0, #2764a4 74%);
  color: #fff;
  border: none;
  padding: 6px 15px;
  border-radius: 5px;
  outline: none !important;
  width: 100%;
  margin-bottom: 18px;
  cursor: pointer;
}

.spare-no-1 button:hover {
  background-image: linear-gradient(315deg, #28a745 0, #06681c 74%);
}

.spare-no-1 i {
  font-size: 23px;
  position: relative;
  top: 2px;
}

.spare-no-1 p {
  margin-right: 15px;
  font-size: 17px;
  font-weight: 600;
  color: #228dcc !important;
  padding-top: 5px;
  margin: auto 7px;
}

.spare-no-1 p a {
  color: #228dcc !important;
}

.trading-last-cnt p {
  padding-top: 51px;
  font-size: 16px;
  font-weight: 500;
  color: #228dcc;
}

.trading-last-section {
  margin-bottom: 50px;
  margin-top: 100px;
}

.traid {
  float: right;
}

.traid-cnt-1 p {
  padding-top: 9px;
  padding-left: 15px;
  padding-right: 23px;
  font-size: 15px;
  font-family: 'Cabin', sans-serif;
}

.traid-cnt-2 p {
  padding-top: 23px;
  padding-left: 15px;
  padding-right: 73px;
  font-size: 15px;
  font-family: 'Cabin', sans-serif;
}

.traid-cnt-3 p {
  padding-top: 23px;
  padding-left: 19px;
  padding-right: 81px;
  font-size: 15px;
  font-family: 'Cabin', sans-serif;
}

.traid-cnt-4 p {
  padding-top: 23px;
  padding-left: 17px;
  padding-right: 74px;
  font-size: 15px;
  font-family: 'Cabin', sans-serif;
}

.new-oath-image {
  background-image: url(./images/new-oath_03.png);
  background-position: center;
  background-repeat: no-repeat;
  padding: 100px 60px 50px 60px !important;
  text-align: center;
  color: #fff;
}

.new-oath-image h2 {
  padding-bottom: 15px;
}

.arb-udu-main {
  padding: 155px 0px;
}

.arab-cnt {
  border-bottom: 1px solid #3897d54a;
}

.arab-cnt h2 {
  background-color: #3897d5;
  color: #fff;
  text-align: end;
  padding: 2px 73px 3px;
  border-radius: 52px;
  font-family: 'Lateef', cursive;
  font-size: 38px;
}

.arab-cnt p {
  text-align: end;
  font-family: 'Lateef', cursive;
  font-size: 26px;
  margin-bottom: 26px;
}

.arab-head {
  margin-left: 67%;
  width: 33%;
}

.urdu-cnt h2 {
  background-color: #3897d5;
  color: #fff;
  padding: 11px 81px 11px;
  text-align: end;
  border-radius: 50px;
  font-family: 'Aref Ruqaa', serif;
  font-size: 22px;
  margin-bottom: 18px;
}

.urdu-cnt p {
  text-align: end;
  font-family: 'Aref Ruqaa', serif;
  font-size: 19px;
}

.urd-head {
  width: 33%;
  margin-left: 67%;
  margin-top: 35px;
}

/* ******End Traiding Section***** */

/* ------------------------------------- */

.repair-banner {
  padding-top: 80px;
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.repair-banner img {
  width: 100%;
}

.repairing-image-01 img {
  padding-top: 64px;
  width: 81%;
  margin-left: 52px;
}

.repairing-image-02 img {
  width: 82%;
  margin-left: 80px;
}

.repairing-image-03 img {
  width: 60%;
  margin-left: 132px;
}

.repairing {
  padding-top: 86px;
}

.tech-supply-image-01 img {
  padding-top: 180px;
  width: 100%;
}

.tech-supply-image-02 img {
  width: 100%;
  margin-left: 10px;
  padding-top: 75px;
}

.tech-supply-consul-cnt {
  padding-left: 50px !important;
  padding-top: 150px;
}

.tech-supply-consult-main {
  margin-top: 50px;
}

.cnt-exp-tech {
  float: right;
}

.exp-tech p {
  padding-top: 23px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 15px;
  font-family: 'Cabin', sans-serif;
}

.exp-tech-1 p {
  padding-top: 23px;
  padding-left: 16px;
  padding-right: 24px;
  font-size: 15px;
  font-family: 'Cabin', sans-serif;
}

.exp-tech-2 p {
  padding-top: 23px;
  padding-left: 16px;
  padding-right: 55px;
  font-size: 15px;
  font-family: 'Cabin', sans-serif;
}

.exp-tech-3 p {
  padding-top: 23px;
  padding-left: 16px;
  padding-right: 76px;
  font-size: 15px;
  font-family: 'Cabin', sans-serif
}

.exp-tech-4 p {
  padding-top: 23px;
  padding-left: 16px;
  padding-right: 38px;
  font-size: 15px;
  font-family: 'Cabin', sans-serif;
}

.course-table tbody {
  box-shadow: 1px 1px 10px -5px;
  border: 1px solid #97cdeb;
}

.course-table tr {
  border-bottom: 1px solid #3fa3da8a;
}

.course-table th {
  text-align: center;
  background-color: #3fa3da;
  padding: 10px 55px;
  color: #fff;
  font-weight: 500;
}

.course-table td {
  text-align: center;
  color: #0e65ad;
  padding: 14px 35px;
  font-weight: 500;
}

.course-table span {
  font-weight: 400;
}

.course-table td a {
  color: #0e65ad;
}

table {
  border-collapse: collapse;
  width: 100%;
}

.training-image-01 img {
  padding-top: 0px;
  width: 81%;
  margin-left: 52px;
}

.training-cnt {
  padding-top: 60px;
}

.training-cnt p {
  font-size: 15px;
  line-height: 28px;
  letter-spacing: .2px;
  color: #000;
  font-family: 'Cabin', sans-serif;
  text-align: justify;
}

.course-table h4 {
  text-align: center;
  background-color: #1b6bb5;
  width: 50%;
  margin-left: 146px;
  padding: 10px 1px;
  color: #ffffff;
  border-radius: 50px;
  margin-bottom: 35px;
}

.tr-1 {
  background: #e5f2fd;
}

.tr-2 {
  background-color: aliceblue;
}

.tr-3 {
  background-color: #f0f8ff54;
}

.course-table {
  padding-top: 0px;
}

.course-table p {
  padding-top: 42px;
  font-size: 15px;
  color: #000000;
  line-height: 30px;
  letter-spacing: .3;
  font-family: 'Cabin', sans-serif;
}

.consult-contact-frm textarea {
  width: 100%;
  margin-bottom: 15px;
  border: 1px solid #c4e1ff;
  padding: 6px 13px;
  border-radius: 6px;
  outline: none !important;
  font-family: 'Cabin', sans-serif;
}

.training-table-contact {
  margin-top: 79px;
}

.repair-cnt-1 p {
  padding-top: 9px;
  padding-left: 15px;
  padding-right: 46px;
  font-size: 15px;
  font-family: 'Cabin', sans-serif;
}

.repair-cnt-2 p {
  padding-top: 23px;
  padding-left: 15px;
  padding-right: 20px;
  font-size: 15px;
  font-family: 'Cabin', sans-serif;
}

.repair-cnt-3 p {
  padding-top: 23px;
  padding-left: 19px;
  padding-right: 91px;
  font-size: 15px;
  font-family: 'Cabin', sans-serif;
}

.repair-cnt-4 p {
  padding-top: 23px;
  padding-left: 17px;
  padding-right: 107px;
  font-size: 15px;
  font-family: 'Cabin', sans-serif;
}

/* 
    .gallery{
        padding-top: 50px;
    }
    .gallery-wrapper {
        max-width: 960px;
        width: 100%;
        margin: 20 auto;
        padding: 0 1em;
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
        grid-gap: 1em;
      }
      .gallery-wrapper .image-wrapper a {
        padding: 0.5em;
        display: block;
        width: 100%;
        text-decoration: none;
        color: #333;
        box-shadow: 0 0 5px #228dcc80;
        transition: all 200ms ease-in-out;
      }
      .gallery-wrapper .image-wrapper a:hover {
        box-shadow: 0 2px 5px #228dcc80;
      }
      .gallery-wrapper .image-wrapper a img {
        width: 100%;
      }
      
      .gallery-lightboxes .image-lightbox {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background: rgba(0, 0, 0, 0.8);
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0ms ease-in-out;
        z-index: 1;
      }
      .gallery-lightboxes .image-lightbox:target {
        opacity: 1;
        visibility: visible;
      }
      .gallery-lightboxes .image-lightbox:target .image-lightbox-wrapper {
        opacity: 1;
        transform: scale(1, 1) translateY(0);
      }
      .gallery-lightboxes .image-lightbox .image-lightbox-wrapper {
        transform: scale(0.95, 0.95) translateY(-30px);
        transition: opacity 500ms ease-in-out, transform 500ms ease-in-out;
        opacity: 0;
        margin-top: 90px;
        max-width: 75%;
        padding: 0.5em;
        display: inline-block;
        background: #fff;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
        position: relative;
      }
      .gallery-lightboxes .image-lightbox .image-lightbox-wrapper .close {
        width: 1.5em;
        height: 1.5em;
        background: #000;
        color: #fff;
        font-weight: bold;
        text-decoration: none;
        border-radius: 50%;
        box-shadow: 0 0 0 2px white inset, 0 0 5px rgba(0, 0, 0, 0.5);
        position: absolute;
        right: -1em;
        top: -1em;
      }
      .gallery-lightboxes .image-lightbox .image-lightbox-wrapper .close:before {
        content: "";
        display: block;
        width: 10px;
        height: 2px;
        background: #fff;
        margin: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -1px 0 0 -5px;
        transform: rotate(-45deg);
      }
      .gallery-lightboxes .image-lightbox .image-lightbox-wrapper .close:after {
        content: "";
        display: block;
        width: 10px;
        height: 2px;
        background: #fff;
        margin: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -1px 0 0 -5px;
        transform: rotate(45deg);
      }
      .gallery-lightboxes .image-lightbox .image-lightbox-wrapper .arrow-left {
        position: absolute;
        top: 0;
        right: 50%;
        bottom: 0;
        left: 0;
      }
      .gallery-lightboxes .image-lightbox .image-lightbox-wrapper .arrow-left:before {
        content: "";
        display: inline-block;
        width: 20px;
        height: 20px;
        border: 2px solid #fff;
        border-bottom: 0;
        border-right: 0;
        border-radius: 4px 0 0 0;
        position: absolute;
        top: 50%;
        right: 100%;
        cursor: pointer;
        transform: rotate(-45deg) translateY(-50%);
      }
      .gallery-lightboxes .image-lightbox .image-lightbox-wrapper .arrow-right {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 50%;
      }
      .gallery-lightboxes .image-lightbox .image-lightbox-wrapper .arrow-right:before {
        content: "";
        display: block;
        width: 20px;
        height: 20px;
        border: 2px solid #fff;
        border-bottom: 0;
        border-left: 0;
        border-radius: 0 4px 0 0;
        position: absolute;
        top: 50%;
        left: 100%;
        cursor: pointer;
        transform: rotate(45deg) translateY(-50%);
      }
      .gallery-lightboxes .image-lightbox .image-lightbox-wrapper img {
        margin: 0 auto;
        max-height: 70vh;
      }
      .gallery img{
          max-width: 100%;
      } */

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 970px !important;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: fixed !important;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.gallery-bg {
  background-image: url(./images/gallery-bg-1.jpg);
  padding: 50px;
}

.thumb {
  margin-bottom: 0px;
  padding-right: 3px !important;
  padding-left: 3px !important;
}

.thumb:last-child {
  margin-bottom: 0;
}

/* CSS Image Hover Effects: https://www.nxworld.net/tips/css-image-hover-effects.html */

.thumb figure img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.thumb figure:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.img-thumbnail {
  padding: 0px !important;
  background-color: #fff;
  border: 0px solid #dee2e6 !important;
  border-radius: .25rem;
  max-width: 100%;
  height: auto;
}

figure {
  margin: 0 0 6px !important;
}

.hover14 figure {
  position: relative;
}

.hover14 figure::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
  overflow: hidden !important;
}

.hover14 figure:hover::before {
  -webkit-animation: shine .75s;
  animation: shine .75s;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

figure {
  margin: 0;
  padding: 0;
  overflow: hidden;
}

figure:hover+span {
  bottom: -36px;
  opacity: 1;
}

.hover01 figure img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.hover01 figure:hover img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

.galler-head {
  padding-top: 140px;
}

.galler-head h6 {
  font-size: 22px;
  font-weight: 400;
  color: #fff;
}

.galler-head h5 {
  font-size: 44px;
  font-weight: 400;
  color: #fff;
}

.galler-head hr {
  background-color: #fff;
  height: 1px;
  width: 100px;
  margin-bottom: 18px;
  margin-top: -10px;
  margin-left: 72px;
}

/* *****Start Status Checking page**** */

.sts-checkmain {
  background: #e7f4ff;
  box-shadow: 0px 0px 13px -5px #74bfff;
  margin-top: 150px;
  margin-bottom: 70px;
}

.sts-check-frm {
  padding: 146px;
}

.sts-check-frm h4 {
  color: #1b71b4;
  padding-bottom: 10px;
  text-align: center;
}

.sts-check-frm input {
  border: none;
  padding: 7px;
  width: 100%;
  background-color: #ffffff;
  border-radius: 7px;
  margin-bottom: 15px;
  outline: none;
  box-shadow: 1px 1px 11px -3px #66666663;
}

.sts-check-frm button {
  background: #4791d2;
  color: #fff;
  border: none;
  padding: 5px 18px;
  border-radius: 5px;
  margin-top: 0px;
}

span.psw {
  float: right;
  padding-top: 16px;
}

/* The Modal (background) */

.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto !important;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
  padding-top: 55px;
}

/* Modal Content/Box */

.modal-content {
  background-color: #fefefe !important;
  margin: -3% auto 0% auto !important;
  border-top: 7px solid #4eb6e5 !important;
  width: 50% !important;
}

/* The Close Button (x) */

.close {
  position: absolute;
  right: 25px;
  top: 15px;
  color: #000;
  font-size: 35px;
  font-weight: bold;
  z-index: 999;
}

.close:hover,
.close:focus {
  color: red;
  cursor: pointer;
}

/* Add Zoom Animation */

.animate {
  -webkit-animation: animatezoom 0.6s;
  animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
  from {
    -webkit-transform: scale(0)
  }

  to {
    -webkit-transform: scale(1)
  }
}

@keyframes animatezoom {
  from {
    transform: scale(0)
  }

  to {
    transform: scale(1)
  }
}

/* Change styles for span and cancel button on extra small screens */

@media screen and (max-width: 300px) {
  span.psw {
    display: block;
    float: none;
  }

  .cancelbtn {
    width: 100%;
  }
}

.online-serv {
  background-color: #248ccb;
  padding: 15px 0px 15px;
  margin-top: 35px;
  /* margin-bottom: 50px; */
}

.online-serv h2 {
  font-size: 37px;
  font-weight: 600;
  color: #fff;
  padding-top: 75px;
  margin-bottom: 0;
}

.online-serv p {
  font-size: 18px;
  color: #fff;
  font-style: italic;
}

.pick-button {
  text-align: end;
  padding-top: 49px;
}

.pick-button img {
  width: 21px;
  margin-top: -7px;
}

.status-button {
  text-align: end;
  padding-top: 49px;
}

.status-button img {
  width: 14px;
  margin-left: -6px;
  margin-right: 13px;
  margin-top: -6px;
}

.pick-button button {
  border: none;
  background: #fff;
  padding: 7px 8px;
  color: #05629a;
  font-weight: 500;
  border-radius: 5px;
  outline: none !important;
  cursor: pointer;
  /* box-shadow: 0px 0px 12px 5px #0b6294; */
  font-size: 18px;
}

.status-button button {
  border: none;
  background: #fff;
  padding: 7px 23px;
  color: #05629a;
  font-weight: 500;
  border-radius: 5px;
  outline: none !important;
  cursor: pointer;
  /* box-shadow: 0px 0px 12px 5px #0b6294; */
  font-size: 18px;
}

.status-button i {
  margin-left: 0px;
  padding-right: 10px;
}

.ph-no {
  width: 48%;
  margin-right: 8px;
}

.whts-no {
  width: 48%;
}

.align-rows {
  padding-left: 15px;
}

/* ********** */

.courses {
  background-image: url(images/scp-bg.png);
  background-position: bottom;
  background-size: cover;
  padding: 25px 40px;
  box-shadow: 0px 0px 24px -11px #228dcc;
  margin-bottom: 40px;
}

.courses h6 {
  padding-bottom: 20px;
  color: #228dcc;
  font-size: 23px;
}

.courses p {
  font-weight: 500;
}

.courses span {
  font-weight: 400;
}

.course-seco-cnt {
  margin-top: 50px;
  margin-bottom: 50px;
}

.course-seco-cnt-frm {
  background-color: rgb(255 255 255);
  padding: 23px 50px;
  box-shadow: 0px 0px 28px -9px #8cd6e9;
  border-top: 4px solid #4eb6e5;
}

.course-cnt {
  padding-top: 150px;
}

.arabic-font p {
  font-size: 26px;
  font-family: 'Lateef', cursive;
  text-align: end;
  padding: 44px 22px 79px 21px;
  color: #2764a4;
}

.arabic-font h2 {
  text-align: center;
  padding-top: 31px;
  color: #2e69a7;
}

.urdu-font p {
  font-size: 21px;
  font-family: 'Aref Ruqaa', serif;
  text-align: end;
  padding: 41px 22px 26px 21px;
  color: #2764a4;
}

.urdu-font h2 {
  text-align: center;
  padding-top: 31px;
  color: #2e69a7;
  font-family: 'Aref Ruqaa', serif;
}

.align-p-eng {
  padding: 20px;
}

.align-p-eng p {
  color: #2e69a7;
}

.eng-font h2 {
  text-align: center;
  padding-top: 27px;
  color: #2e69a7;
}

.down-frm {
  padding-top: 50px;
  padding-bottom: 50px;
}

.broch-bg {
  background-image: url(images/brouchre.jpg);
  min-height: 58vh;
  background-repeat: no-repeat;
  margin-bottom: 15px;
  width: 100%;
  background-position: center;
  background-size: cover;
  text-align: center;
  padding: 45px 15px;
}

.logo-img img {
  width: 128px;
  padding-top: 24px;
  padding-bottom: 20px;
}

.subje-name h4 {
  color: #fff;
  text-align: center;
}

.down-btn {
  padding-top: 26px;
}

.down-btn button {
  border: none;
  padding: 7px 14px;
  font-size: 20px;
  border-radius: 50px;
  color: #1f65ab;
  outline: none !important;
  cursor: pointer;
  font-weight: 500;
  transition: 0.4s;
}

.down-btn button:hover {
  border: 1px solid #fff;
  filter: brightness(0) invert(1);
  background-color: #ffffff00;
}

.down-btn img {
  width: 20px;
  margin-left: 16px;
  margin-bottom: 5px;
}

.branch-adres {
  margin-bottom: 25px;
}

.branch-adres h4 {
  text-align: center;
  background: #3196d4;
  color: #fff;
  padding: 7px 25px;
  margin-bottom: 15px;
}

.branch-adres p {
  font-size: 15;
}

.branch-adres a {
  color: #000;
}

.branch-adres span {
  font-weight: 600;
}

.location-i {
  float: left;
  background: #1865aa;
  padding: 4px 9px;
  font-size: 20px !important;
  border-radius: 50px;
  color: #fff;
  margin-right: 15px;
  margin-left: 15px;
}

.phone-i {
  float: left;
  background: #1865aa;
  font-size: 20px !important;
  border-radius: 50px;
  padding: 4px 7px;
  color: #fff;
  margin-right: 15px;
  margin-left: 15px;
}

.email-i {
  float: left;
  background: #1865aa;
  border-radius: 50px;
  padding: 6px 6px;
  color: #fff;
  margin-right: 15px;
  margin-left: 15px;
}

.padi-align {
  padding: 15px;
  box-shadow: 1px 1px 14px -4px #9c9c9c;
  height: 100%;
}


/* -------------new_bc_css------------- */

/* .slick-slide {
	margin: 15px 15px;
  height: 340px !important;
} */

.bc_main {
  position: relative;
}

.bc_img {
  position: relative;
  box-shadow: 0px 0px 12px 2px #6666663d;
  margin-bottom: 17px;
}

.bc_img img {
  border-radius: 5px;
}

.bc_cnt {
  position: absolute;
  top: 20;
  left: 0;
  right: 0;
  text-align: center;
}

.bc_cnt h6 {
  color: #fff;
  font-size: 25px;
  font-family: 'Cabin';
  margin-bottom: 16px;
}

.bc_cnt button {
  background: none;
  color: #fff;
  border: 2px solid;
  padding: 1px 8px;
  font-family: 'Cabin';
  font-size: 18px;
  border-radius: 10px;
  outline: none !important;
  transition: 0.3s;
}

.bc_cnt button:hover {
  background-color: #fff;
  color: #0560b3;
}

.bc_db_cnt {
  position: absolute;
  top: 20;
  left: 0;
  right: 0;
  text-align: center;
}

.bc_db_cnt h6 {
  color: #1d63ab;
  font-size: 25px;
  font-family: 'Cabin';
  margin-bottom: 16px;
}

.bc_db_cnt button {
  background: none;
  color: #1d63ab;
  border: 2px solid;
  padding: 1px 8px;
  font-family: 'Cabin';
  font-size: 18px;
  border-radius: 10px;
  outline: none !important;
  transition: 0.3s;
}

.bc_db_cnt button:hover {
  background-color: #1d63ab;
  color: #fff;
}







/* client logos style */

#client-logos .item {
  margin: 1px;
}

.cover-wrapper {
  padding: 5px 75px 31px 75px;
}

.client-inners img {
  height: 100%;
  object-fit: contain;
  width: 150px !important;
}

.client-inners {
  /* border: 1px solid #ccc; */
  height: 85px;
  text-align: center;
  padding: 8px;
  background-color: white;
}

.owl-carousel {
  z-index: 0 !important;
}

.owl-nav img {
  width: 34px;
}

.owl-prev img {
  position: absolute;
  left: -38px;
  top: 50%;
  margin-top: -20px;
  display: none !important;
}

.owl-next img {
  position: absolute;
  right: -38px;
  top: 50%;
  margin-top: -20px;
  display: none !important;
}

.deals_item .owl-nav {
  display: none !important;
}

.deals_item .owl-dots {
  display: none !important;
}

.my-partners-2 .owl-nav {
  display: none !important;
}

.my-partners-2 .owl-dots {
  display: none !important;
}

.my-partners h2 {
  color: #228dcc;
  text-align: center;
  margin-top: 100px;
}

.my-partners-2 h2 {
  margin-top: 50px;
  color: #228dcc;
  text-align: center;
}

.consult-join-us-frm {
  background-color: rgb(255 255 255);
  padding: 0px;
  border: none !important;
}

.join-us-frm-main {
  margin-top: 150px;
  margin-bottom: 70px;
}

.join-us-bg {
  background-image: url(./images/join-us.png);
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
}

.join-us-bg h6 {
  text-align: center;
  color: #fff;
  padding: 60px 0px;
  font-size: 24px;
}

.consult-join-us-frm input {
  width: 100%;
  margin-bottom: 15px;
  border: 1px solid #c4e1ff;
  padding: 3px 13px;
  border-radius: 6px;
  outline: none !important;
  font-family: 'Cabin', sans-serif;
}

.consult-join-us-frm h4 {
  color: #248ccb;
  text-align: center;
  padding-bottom: 20px;
}

.contact-no {
  width: 48%;
  margin-right: 1px;
}

.join-frm {
  padding: 67px 15px;
}

.join-frm p {
  color: #000;
  line-height: 29px;
  padding-top: 10px;
  font-family: 'Cabin', sans-serif;
  font-size: 15px;
  text-align: justify;
  margin-bottom: 30px;
}

/* request_call_back_tab_css */

.ui-widget-content {
  border: none !important;
  background: #ffffff;
  color: #333333;
}

.ui-tabs .ui-tabs-nav {
  background: none !important;
  border: none !important;
  justify-content: center;
  display: flex;
}

.ui-tabs .ui-tabs-panel {
  padding: 19px 0px !important;
}

.ui-tabs .ui-tabs-nav li {
  margin: 0px 0.2em 0 0 !important;
  border-bottom-width: 1px !important;
  border-radius: 50px !important;
}

.ui-state-active {
  border: 1px solid #4eb6e5 !important;
  background: #4eb6e5 !important;
}

.ui-tabs .ui-tabs-panel {
  padding: 19px 0px !important;
}

.enqr_now {
  text-align: left;
  padding-top: 15px;
}

.enqr_now button {
  background: linear-gradient(156deg, #25D366 -9%, #057669 124%);
  border: none;
  color: white;
  padding: 5px 27px;
  letter-spacing: 1px;
  border-radius: 3px;
  outline: none !important;
  cursor: pointer;
  width: 80%;
  text-align: center;
}

.enqr_now i {
  position: relative;
  top: 2px;
  font-size: 21px;
}

.enqr_now_trani button {
  background: linear-gradient(156deg, #25D366 -9%, #057669 124%);
  border: none;
  color: white;
  padding: 5px 5px;
  letter-spacing: 1px;
  border-radius: 3px;
  outline: none !important;
  cursor: pointer;
  width: 100%;
  text-align: center;
  margin-top: 14px;
}

.enqr_now_trani i {
  position: relative;
  top: 2px;
  font-size: 21px;
}

/* .enqry-btn{
  position: relative;
    text-align: end;
}
.enqry-btn button{
  position: absolute;
  top: -51px;
  width: 70%;
  margin-left: 10px;
} */

/* End request_call_back_tab_css */

.quotes {
  display: none;
}

.align_oath_main {
  position: absolute;
  text-align: center;
  right: 0px;
  left: 10px;
  top: 133px;
  margin: 25px 360px;
}

.align_oath_ml_main {
  position: absolute;
  text-align: center;
  right: 0px;
  left: 10px;
  top: 133px;
  margin: 25px 360px;
}

.align_oath {
  position: absolute;
  text-align: center;
  right: 0px;
  left: -9px;
  top: 133px;
  margin: 0px 137px;
}

.align_oath_ml {
  position: absolute;
  text-align: center;
  right: 0px;
  left: -9px;
  top: 92px;
  margin: 0px 137px;
}


.eng_oath h3 {
  font-family: 'Cabin';
  color: #1e6bb1;
}

.eng_oath p {
  text-align: center;
  font-family: 'Cabin';
  font-size: 15px;
}

.oath_ml h3 {
  font-family: 'Cabin';
  color: #1e6bb1;
}

.oath_ml p {
  text-align: center;
  font-family: 'Cabin';
  font-size: 10px;
  line-height: 16px;
}

.eng_oath_main h3 {
  font-family: 'Cabin';
  color: #1e6bb1;
}

.eng_oath_main p {
  text-align: center;
  font-family: 'Cabin';
  font-size: 18px;
}

.arb_oath h3 {
  font-family: 'Lateef', cursive;
  font-size: 30px;
  margin-bottom: 3px;
  color: #1e6bb1;
}

.arb_oath p {
  font-family: 'Lateef', cursive;
  font-size: 20px;
}

.arb_oath_main h3 {
  font-family: 'Lateef', cursive;
  font-size: 30px;
  margin-bottom: 3px;
  color: #1e6bb1;
}

.arb_oath_main p {
  font-family: 'Lateef', cursive;
  font-size: 23px;
}

.quick_links_bg {
  background-image: url(./images/links-bg.jpg);
  background-position: center;
  background-size: cover;
}

.quick_links_bg h6 {
  padding: 78px 66px 15px;
  font-size: 17px;
  color: #0560b3;
}

.quick_links_bg span {
  font-size: 14px;
}

.link-main {
  padding: 10px 35px;
}

.link-main p {
  font-size: 15px;
  font-family: 'Cabin';
}

.quick-web i {
  float: left;
  font-size: 25px;
  margin-right: 12px;
}

.quick-fb i {
  float: left;
  background-color: #0059b9;
  color: #fff;
  border-radius: 50px;
  padding: 4px 7px;
  font-size: 14px;
  margin-right: 12px;
}

.quick-insta i {
  background: radial-gradient(circle at 33% 100%, #FED373 4%, #F15245 30%, #D92E7F 62%, #9B36B7 85%, #515ECF);
  color: #fff;
  border-radius: 50px;
  padding: 4px 6px;
  font-size: 15px;
  float: left;
  margin-right: 9px;
}

.quick-tube i {
  background-color: #dd2536;
  color: #fff;
  border-radius: 50px;
  padding: 5px 5px;
  font-size: 14px;
  float: left;
  margin-right: 9px;
}

.quick-twitt i {
  background-color: #1DA1F2;
  color: #fff;
  border-radius: 50px;
  padding: 5px 5px;
  font-size: 14px;
  float: left;
  margin-right: 9px;
}

.quick-google i {
  background-color: #0c8f00;
  padding: 5px 3px;
  color: #fff;
  border-radius: 50px;
  font-size: 14px;
  float: left;
  margin-right: 9px;
}




/* -------20/10/21 edit--------- */
.author_item {
  margin-top: 100px;
  margin-bottom: 10px
}

.author_item ul {
  list-style: none;
  display: flex;
  justify-content: center;
  padding-left: 0px;
}

.author_item li img {
  width: 150px;
}

.author_item h2 {
  text-align: center;
  color: #228dcc;
  font-family: 'myFirstFont';
  margin-bottom: 40px;
}

.author_item h2::before {
  content: '';
  width: 158px;
  height: 1px;
  position: absolute;
  right: 26%;
  top: 20px;
  background: #228dcc;
}

.author_item h2::after {
  content: '';
  width: 158px;
  height: 1px;
  position: absolute;
  left: 26%;
  top: 20px;
  background: #228dcc;
}



.deals_item {
  margin-top: 80px;
  margin-bottom: 10px
}

.deals_item h2 {
  text-align: center;
  color: #228dcc;
  font-family: 'myFirstFont';
}

.deals_item h2::before {
  content: '';
  width: 156px;
  height: 1px;
  position: absolute;
  right: 30%;
  top: 20px;
  background: #228dcc;
}

.deals_item h2::after {
  content: '';
  width: 156px;
  height: 1px;
  position: absolute;
  left: 30%;
  top: 20px;
  background: #228dcc;
}

.britco_link ul {
  list-style: none;
  display: inline-flex;
  padding-left: 0;
}

.britco_link ul li {
  margin-right: 15px;
}

.web-link {
  position: relative;
}

.web-link i {
  position: absolute;
  top: 2px;
  font-size: 22px;
  color: rgb(58, 58, 58);
}

.web-link p {
  padding-left: 25px;
  font-family: 'Cabin';
  color: rgb(58, 58, 58);
}

.br_fb {
  background-color: #0560b3;
  color: #fff;
  border-radius: 50px;
  padding: 7px 12px;
  font-size: 20px !important;
}

.br_insta {
  background: radial-gradient(circle at 33% 100%, #FED373 4%, #F15245 30%, #D92E7F 62%, #9B36B7 85%, #515ECF);
  color: #fff;
  padding: 7px 9px;
  border-radius: 50px;
  font-size: 20px !important;
}

.br-ytub {
  background-color: rgb(226, 43, 43);
  color: #fff;
  padding: 7px 8px;
  border-radius: 50px;
  font-size: 20px !important;
}

.br_twit {
  background-color: #4ebae7;
  color: #fff;
  border-radius: 50px;
  padding: 7px 9px;
  font-size: 20px !important;
}

/* .border_item{
  border-bottom:  1px solid #c1c1c1;
  padding-bottom: 3px;
  margin-bottom: 17px;
} */
.skills ul {
  list-style: none;
  display: flex;
  justify-content: center;
  padding-left: 0;
}

.skills h2 {
  text-align: center;
  color: #228dcc;
  font-family: 'myFirstFont';
  margin-bottom: 10px;
}

.skills span {
  font-size: 23px;
}

.skills hr {
  width: 200px;
  border-top: 1px solid rgb(34 141 204 / 36%);
}

.align-link-item {
  margin: auto;
  justify-content: center;
  display: flex;
}

.servi_whats i {
  font-size: 21px;
  position: relative;
  top: 2px;
}

.servi_whats {
  background-color: #1e9b3b !important;
  margin-left: 10px;
  cursor: pointer;
}

.ftr-web-adrs {
  margin-bottom: 10px;
}

.ftr-web-adrs i {
  position: relative;
  top: 3px;
}

.ftr-web-adrs p {
  float: right;
  right: 0;
  left: 0;
  display: contents;
  color: #a7a7a7;
  font-family: 'Cabin';
}










.courses_abt h2 {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}

.courses_abt p {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  line-height: 2;
  text-align: justify;
}

.courses_main {
  background-color: #055043;
  box-shadow: 0px 4px 9px 1px #6666661c;
  position: relative;
  border-radius: 10px;
  margin-bottom: 3rem;
  height: 100%;
}

.inner_course_card {
  background-color: #fef8e6;
  border-radius: 8px 8px 8px 8px;
  position: relative;
  height: 100%;
  display: flex;
  justify-content: space-between;
  margin: 8px;
}

.inner_course_card p {
  font-family: 'Poppins';
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0;
}

.inner_course_cnt {
  padding: 15px;
  font-family: 'Montserrat';
  display: flex;
  align-items: center;
  gap: 1rem;
}

.inner_course_cnt h2 {
  font-weight: 600;
  margin-bottom: 0px;
}

/* .inner_course_cnt p{
  font-size: 15px;
} */
.inner_course_duration {
  padding: 25px 15px;
  border-radius: 0px 0px 10px 10px;
  width: 60%;
}

.inner_course_duration h6 {
  color: #000;
  padding: 0px 6px 15px;
  text-align: center;
  margin-bottom: 0;
  font-size: 18px;
  font-family: 'Poppins';
}

.inner_course_time {
  /* display: flex; */
  background-color: #fff;
  border-radius: 15px;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

.inner_course_day {
  background-color: #f7c633;
  border-radius: 15px 15px 0px 0px;
}

.inner_course_day i {
  font-size: 16px;
}

.inner_course_day h5 {
  margin-bottom: 0;
  font-size: 13px;
  padding: 10px 10px;
  font-family: 'Poppins';
  font-weight: 600;
}

.inner_course_hour {
  padding: 10px 10px;
}

.inner_course_hour i {
  font-size: 16px;
}

.inner_course_hour h5 {
  font-size: 14px;
  margin-bottom: 0;
  font-family: 'Poppins';
  font-weight: 600;
}

.courses_overview {
  padding: 1.5rem 1rem;
  color: #fff;
}

.courses_overview h5 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  margin-bottom: 1rem;
}

.courses_overview p {
  font-family: 'Poppins';
  font-size: 15px;
  line-height: 1.5;
  text-align: justify;
  transition: 0.3s all ease-in-out;
}

.inner_course_cnt img {
  border-radius: 10px;
  box-shadow: 0px 4px 9px 1px #6666661c;
}

/* .marg_duration{
  margin-top: 10rem;
} */

.courses_whatsapp button {
  background-color: #4caf50;
  color: #fff;
  border: none;
  font-size: 28px;
  border-radius: 50px;
  padding: 11px 13px;
  position: absolute;
  bottom: 20px;
  right: 2rem;
}

.short_term {
  text-align: center;
  box-shadow: 0px 4px 9px 1px #6666661c;
  padding: 1.5rem;
  border-radius: 10px;
  height: 100%;
  display: grid;
  justify-items: center;
  align-content: center;
  transition: 0.8s linear;
}

.short_term h6 {
  margin-top: 1.5rem;
  font-family: 'Poppins';
  font-weight: 600;
  font-size: 19px;
}

.short_term_head {
  text-align: center;
  font-family: 'Montserrat';
  margin-bottom: 2.5rem;
}

.short_term_head h1 {
  font-weight: 600;
}

.short_term:hover {
  transform: scale(1.05) !important;
  box-shadow: 0px 22px 16px -11px #66666654;
  transition: 0.8s linear;
}




.contact_frm {
  padding: 2rem;
  box-shadow: 0px 4px 9px 1px #6666661c;
  border-radius: 0px;
  border-top: 1px solid #ffffff3d;
}

.contact_frm input,
textarea {
  background-color: #f7f4eb;
  border: none;
  margin-bottom: 1.2rem;
  padding: 7px 14px;
  width: 100%;
  border-radius: 8px;
  outline: none;
}

.frm_btn {
  text-align: center;
}

.frm_btn button {
  background-color: #ffc107;
  color: #fff;
  font-family: 'Poppins';
  font-weight: 500;
  padding: 6px 19px;
  border: none;
  border-radius: 10px;
  margin-top: 1rem;
}

.enquiry_frm {
  background-color: #055043;
  border-radius: 10px;
}

.enquiry_frm h3 {
  color: #fff;
}

.enquiry_frm input,
textarea {
  background-color: #f7f4eb;
}

.enquiry_frm button {
  outline: none;
  background-color: #F6BE16;
}


#more {
  display: none;
  transition: 0.3s all ease-in-out;
  margin-top: 1rem;
}

#myBtn {
  background: none;
  border: none;
  color: #ffbf00;
  font-weight: 500;
  font-size: 16px;
  outline: none;
}

.section_marg {
  margin-top: 100px;
  margin-bottom: 100px;
}

.abt_img {
  text-align: center;
}

.khda_certification{
  background:url(images/certi_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 15px 0px 15px;
}
.khda_certification p {
  font-size: 35px;
  padding-top: 0px !important;
  color: #248CCB;
  margin-bottom:0px;
font-weight: 600;
}
.cntr{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}