/* @font-face {
  font-family: inter;
  src: url(./assests/fonts/static/Inter-Black.ttf);
}
@font-face {
  font-family: inter;
  src: url(./assests/fonts/static/Inter-Bold.ttf);
}
@font-face {
  font-family: inter;
  src: url(./assests/fonts/static/Inter-ExtraBold.ttf);
}
@font-face {
  font-family: inter;
  src: url(./assests/fonts/static/Inter-ExtraLight.ttf);
}
@font-face {
  font-family: inter;
  src: url(./assests/fonts/static/Inter-Light.ttf) !important;
}
@font-face {
  font-family: inter;
  src: url(./assests/fonts/static/Inter-Medium.ttf) !important;
}
@font-face {
  font-family: inter;
  src: url(./assests/fonts/static/Inter-Regular.ttf) !important;
}
@font-face {
  font-family: inter;
  src: url(./assests/fonts/static/Inter-SemiBold.ttf) !important;
}
@font-face {
  font-family: inter;
  src: url(./assests/fonts/static/Inter-Thin.ttf) !important;
} */
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
:root {
  --primary-color: #cb004b;
  --secondary-color: #e20155;
  --tertiary-color: #af003e;
  --text-color: #737373;
  --background-color: #26272b;
  --button-hover-color: #c90049;
  --link-color: #3f88dc;
  --navbar-gradient: linear-gradient(var(--primary-color), var(--secondary-color), var(--tertiary-color));
  --navbar-link-gradient: linear-gradient(var(--primary-color), var(--secondary-color), var(--tertiary-color));
}
/* top nav start */

.iconmain {
  width: 62px;
  height: 62px;
  border: 2px solid var(--link-color);
  border-radius: 50%;
}
img.icon-register {
  padding: 7px 0 0 10px;
}

img.icon-contract {
  padding: 10px 0 0 15px;
}

img.icon-quality {
  padding: 6px 0 0 7px;
}
.certifcate {
  color: var(--link-color);
  padding-left: 9px;
  padding-top: 9px;
}
.certifcate-icon {
  font-size: 38px;
  color: goldenrod;
}
.certifcate-text {
  text-decoration: none;
  color: var(--background-color);
}
.ahreftex {
  text-decoration: none;
  color: var(--link-color);
  font-weight: 500;
  /* font-style: ; */
  font-size: 14px;
}

.ahreftex1 {
  font-family: Arial, Helvetica, sans-serif;

  font-weight: 500;
  font-size: 14px;
}

.navbar-toggler {
  &:focus,
  &:active {
    outline: none;
    box-shadow: none;
  }
}

.navbar-toggler-icon {
  background-image: none;

  &:focus {
    outline: none;
    box-shadow: none;
  }
}
.bar1,
.bar2,
.bar3 {
  width: 25px;
  height: 3px;
  background-color: #fff;
  margin: 6px 0;
  transition: 0.4s;
}

.change .bar1 {
  transform: translate(0, 11px) rotate(-45deg);
}

.change .bar2 {
  opacity: 0;
}

.change .bar3 {
  transform: translate(0, -11px) rotate(45deg);
}

@media (max-width: 990px) {
  /* Move logo to the left */
  .navbar-brand {
    position: absolute;
    transform: translateX(-50%);
    z-index: 999;
    left: 7%;
    top: 3px;
   
  }
  .navbar-brand  img{
    width: 75px;
  }
  /* Adjust toggler position to the right */
  .navbar-toggler {
    order: -1;
    margin-right: 15px;
  }
}
@media (max-width: 660px) {
  /* Move logo to the left */
  .navbar-brand {
    position: absolute;
    transform: translateX(-50%);
    z-index: 999;
    left: 12%;
    top: 3px;
   
  }
  .navbar-brand  img{
    width: 80px;
  }
  /* Adjust toggler position to the right */
  .navbar-toggler {
    order: -1;
    margin-right: 15px;
  }
}
@media (max-width: 440px) {
  /* Move logo to the left */
  .navbar-brand {
    position: absolute;
    transform: translateX(-50%);
    z-index: 999;
    left: 17%;
    top: 3px;
   
  }
  .navbar-brand  img{
    width: 80px;
  }
  /* Adjust toggler position to the right */
  .navbar-toggler {
    order: -1;
    margin-right: 15px;
  }
}
@media (max-width: 991px) {
  .navbar .container-fluid {
    padding: 0;
  }
  .logo-ewx{
  position: absolute;
  }
  .navbar-nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .navbar-toggler {
    order: 1;
    margin-left: auto;
  }
  .navbar-brand {
    order: -1;
    margin-right: auto;
  }
  .navbar {
    margin-top: 0 !important;
  }
}
/* top nav end */
/* navbar  */
@media (max-width: 991px) {
  .navbar-toggler {
    order: -1; /* Move the toggler to the beginning of the flex container */
    margin-left: auto; /* Align the toggler to the right side */
  }
}
.navbar {
  background: #00427e;
}
.navbar-nav .nav-item .nav-link {
  font-size: 18px;
  font-weight: 400;
  /* font-style: ; */
  /* font: icon; */
}

.nav-link {
  color: white !important;
  font-size: 14px;
  font-weight: 400;
  margin-left: 1rem;
  /* background: var(--navbar-gradient); */
  border-radius: 25px;
  align-items: center;
}
.dropdown-menu {
  background: #00427e;
}
.dropdown-item {
  color: white;
  transition: 0.5s ease;
}
.navbar-nav .nav-link {
  display: flex;
  align-items: center;
}

.navbar-nav .nav-link i {
  margin-right: 5px;
  vertical-align: middle;
}

.dropdown-menu .dropdown-item i {
  margin-right: 5px;
  vertical-align: middle;
}

.dropdown-menu .dropdown-toggle::after {
  vertical-align: middle;
  border-left: 4px solid;
  border-bottom: 4px solid transparent;
  border-top: 4px solid transparent;
}
.dropdown-menu .dropdown .dropdown-menu {
  left: 100%;
  top: 0%;
  margin: 0 20px;
  border-width: 0;
}
.dropdown-menu .dropdown .dropdown-menu.left {
  right: 100%;
  left: auto;
}
@media (min-width: 768px) {
  .dropdown-menu .dropdown .dropdown-menu {
    margin: 0;
    border-width: 1px;
  }

  .dropdown-menu > li a:hover,
  .dropdown-menu > li.show {
    background: rgb(45, 119, 202);
    color: white;
  }
  .dropdown-menu > li.show > a {
    color: white;
  }
}
/* ============ desktop view ============ */
@media all and (min-width: 992px) {
  .dropdown-menu li {
    position: relative;
  }
  .dropdown-menu .submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: -7px;
  }
  .dropdown-menu .submenu-left {
    right: 100%;
    left: auto;
    transition: 1.8s ease;
  }

  .dropdown-menu > li:hover {
    border-color: var(--link-color);
  }
  .dropdown-menu > li:hover > .submenu {
    display: block;
  }
}
/* ============ desktop view .end// ============ */

/* ============ small devices ============ */
@media (max-width: 991px) {
  .dropdown-menu .dropdown-menu {
    margin-left: 0.7rem;
    margin-right: 0.7rem;
    margin-bottom: 0.5rem;
  }
}

nav ul li i {
  font-size: 13px;
}
@media (max-width: 991px) {
  .navbar-nav .nav-link {
    width: 27%;
    /* padding: 0.5rem 1rem; */
  }
}
@media (max-width: 991px) {
  .navbar-nav .nav-item {
    margin-top: 7px;
  }
}
/* navbar end */
/* Courses */

.Courses-Offering-Heading {
  color: rgb(45, 119, 202);
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
  font-weight: 700;
  margin-top: 20px;
  font-size: 34px;
  text-align: center;
}
.card-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
}

.card {
  box-sizing: border-box;
  border-radius: 10px;
  border: none;
  box-shadow: 0 8px 30px 0 rgba(121, 119, 139, 0.16);
}

.card:last-child {
  margin-right: 0;
}
.content-description {
  padding: 0 34px 0 60px;
}
.line-break::after {
  content: "\A";
  white-space: pre;
}
.card-img {
  width: 100%;
  height: auto;
  display: block;
}
.img-linear-gradient {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.9));
  position: relative;
  width: 100%;
  height: 23px;
  bottom: 23px;
}
.card-content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.card-heading {
  width: 359px;
  height: 53px;
  font-family: Inter;
  font-size: 20px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 0.66px;
  color: #253d52;
}
.card-paragraph {
  font-family: Inter;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.71;
  letter-spacing: 0.46px;
  color: #253d52;
  flex-grow: 1;
  text-align: justify;
}

.card-btn {
  transition: 1.3s ease;
}
.card-footer {
  font-size: 20px;
  text-align: center;
  font-family: "Times New Roman", Times, serif;
  transition: background-color 1.8s ease;
  border-top: none;
  background-color: #e8f1ff;
}
.card-footer a {
  color: var(--link-color);
  text-decoration: none;
}

/* Media queries for different screen sizes */
/* couserse end */
/* testominal */
.gtco-testimonials {
  position: relative;
  margin-top: 30px;

  h4 {
    font-size: 30px;
    text-align: center;
    color: #253d52;
    font-weight: 700;
    font-size: 20px;
  }
  h1 {
    font-size: 34px;
    font-weight: 700;
    color: var(--link-color);
  }
  .owl-stage-outer {
    padding: 30px 0;
  }

  .owl-nav {
    display: none;
  }

  .owl-dots {
    text-align: center;

    span {
      position: relative;
      height: 10px;
      width: 10px;
      border-radius: 50%;
      display: block;
      background: #fff;
      border: 2px solid #0c5edc;
      margin: 0 5px;
    }

    .active {
      box-shadow: none;

      span {
        background: #3f88dc;
        box-shadow: none;
        height: 12px;
        width: 12px;
        margin-bottom: -1px;
      }
    }
  }
  .brighten-img {
    filter: brightness(1.5);
  }
  .card-carousel {
    background: #fff;
    padding: 0 10px;
    border-radius: 20px;
    border: 0;

    .card-img-top {
      max-width: 100px;
      border-radius: 50%;
      margin: 15px auto 0;
      width: 100px;
      height: 100px;
    }
    h5 {
      color: #253d52;
      font-size: 20px;
      line-height: 1.3;
      span {
        font-size: 18px;
        color: #666666;
      }
      font-weight: 700;
      padding-top: 10px;
    }
    p {
      font-size: 14px;
      color: #555;
      padding-bottom: 6px;
      font-weight: 400;
    }
  }

  .active {
    opacity: 0.9;
    transition: all 0.3s;
  }

  .center {
    opacity: 1;

    h5 {
      font-size: 24px;

      span {
        font-size: 20px;
      }
    }

    .card-img-top {
      max-width: 100%;
      height: 120px;
      width: 120px;
    }
  }
}
.card-carousel .card-body p::after {
  content: "";
  display: block;
  margin: 0 auto;
  width: 50px;
  border-bottom: 2px solid #26272b;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .gtco-testimonials {
    margin-top: 20px;
  }
}

.owl-carousel {
  .owl-nav button {
    &.owl-next,
    &.owl-prev {
      outline: 0;
    }
  }

  button.owl-dot {
    outline: 0;
  }
}

.fa-quote-left {
  font-size: 50px;
  color: var(--link-color);
  padding-top: 10px;
}
/* testominal  end */
/* footer */
footer{
  padding-top: 10px;
}
.site-footer {
  background-color: #26272b;
  padding: 34px 12px 8px 12px;
  font-size: 15px;
  line-height: 24px;
  color: #737373;
}
.site-footer hr.small {
  margin: 20px 0;
}
.site-footer h2 {
  color: #f4b51a;
  font-size: 28px;
  font-weight: 700;
  margin-top: 5px;
}
.text-justify {
  text-align: justify;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
}
.site-footer a {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}
.site-footer a:hover {
  text-decoration: none;
}
.footer-links {
  list-style: none;
  padding: 0;
}
.footer-links li {
  display: block;
}
.footer-links a {
  color: #ffffff;
}
.footer-links li span {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.78;
  letter-spacing: 0.59px;
  color: #f4b51a;
}
.social-mdia-icon {
  /* padding-left:0; */
  margin-bottom: 0;
  list-style: none;
}
.social-mdia-icon li {
  display: inline-block;
  margin-bottom: 4px;
}
.social-mdia-icon li.title {
  margin-right: 15px;
  text-transform: uppercase;
  color: #96a2b2;
  font-weight: 700;
  font-size: 13px;
}
.social-mdia-icon a {
  background-color: #f4b51a;
  color: #fff;
  font-size: 16px;
  display: inline-block;
  line-height: 44px;
  width: 44px;
  height: 44px;
  text-align: center;
  margin-right: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
*/ .social-mdia-icon a:active,
.social-mdia-icon a:focus,
.social-mdia-icon a:hover {
  color: #fff;
  background-color: #29aafe;
}
.social-mdia-icon.size-sm a {
  line-height: 34px;
  height: 34px;
  width: 34px;
  font-size: 14px;
}
.btn-details {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  background-color: #f4b51a;
}
.copyright {
  background-color: #08172e;
}
.copyright-text {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
}
.copyright-text-two {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
}
@media (max-width: 767px) {
  .social-icons li.title {
    display: block;
    margin-right: 0;
    font-weight: 600;
  }
}
/* footer end */
/* backto top */
.go-to-top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #0c5edc;
  color: white;
  padding: 10px 15px;
  border-radius: 5px;
  text-decoration: none;
  transition: opacity 0.4s;
  z-index: 99;
  scroll-behavior: smooth;
}

.go-to-top:hover {
  opacity: 0.7;
  background: #0c5edc;
  color: #fff;
}
@media screen and (min-height: 400px) {
  .go-to-top {
    display: none;
  }
  .go-to-top.show {
    display: block;
  }
}
@media (min-width: 1200px) {
  .quick-links {
    padding: 0 0 0 114px;
  }
}

@media (max-width: 767px) {
  .quick-links {
    padding-right: 0;
  }
}
/* contactus */
a {
  text-decoration: none;
}
.contactus-title h2 {
  font-size: 28px;
  font-weight: bold;
  color: #0c5edc;
}
.contactus-text h2 {
  font-size: 26px;
  font-weight: bold;
  color: #0c5edc;
  padding-top: 10px;
}
.contactus-text h4 {
  font-size: 18px;
  font-weight: 500;
  color: #0c5edc;
}
.break-after-word {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  color: #253d52;
}
.break-after-word span {
  display: block;
}
input {
  background-color: #00427e;
}
.btn{
  background-color: #f1f4f9;
}
input:hover,
input:focus,
input:active,
.input:active:focus:not(:disabled):not(.disabled),
.input:focus,
.input:active,
input:hover {
  box-shadow: none !important;
  outline: 0;
  background-color: #f1f4f9;
}
select:hover,
select:focus,
select:active,
select:active:focus:not(:disabled):not(.disabled),
select:focus,
.select:active,
select:hover {
  box-shadow: none !important;
  outline: 0;
  background-color: #f1f4f9;
}
textarea:hover,
textarea:focus,
textarea:active,
textarea:active:focus:not(:disabled):not(.disabled),
textarea:focus,
textarea:active,
textarea:hover {
  box-shadow: none !important;
  outline: 0;
  background-color: #f1f4f9;
}
.form-select {
  border: none;
  background-color: #f1f4f9;
}
.form-control {
  background-color: #f1f4f9;
  border: none;
}
.form-control:focus{
  background-color: #f1f4f9;
  border: none;
}
.img-schedule{
  height: 192px;
  width: 193px;
}
.btn-primary{
  background-color: #0c5edc;
}
@media (max-width: 767px) {
  .move-bottom-on-mobile {
    order: 1;
  }
  .move-bottom-on-mobile-two{
    order: 2;
  }
}
/* contact us */
.border-radius{
  box-shadow: 0 8px 30px 0 rgba(121, 119, 139, 0.16);
}
.btn-close:hover,
.btn-close:focus,
.btn-close:active,
.btn-close:active:focus:not(:disabled):not(.disabled),
.btn-close:focus,
.btn-close:active,
.btn-close:hover {
  box-shadow: none !important;
  outline: 0;
  background-color: #f1f4f9;
}