
@font-face {
	font-family: 'themify';
	src:url('../fonts/themify.eot?-fvbane');
	src:url('../fonts/themify.eot?#iefix-fvbane') format('embedded-opentype'),
		url('../fonts/themify.woff?-fvbane') format('woff'),
		url('../fonts/themify.ttf?-fvbane') format('truetype'),
		url('../fonts/themify.svg?-fvbane#themify') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="ti-"], [class*=" ti-"] {
	font-family: 'themify';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.ti-location-pin:before {
	content: "\e693";
}
.ti-time:before {
	content: "\e72b";
}


body { line-height: 25px;
    font-size: 15px;
    font-family: "zain", sans-serif;
    font-weight: 400; margin:0; padding:0; background:#ffffff; }
    @media (max-width:380px) {
	body{font-size:14px;}}
    header { background:#fff; position:sticky; top:0; z-index:100; box-shadow:0 2px 8px #eee; }
    .container { max-width:1600px; padding: 15px;  margin-right: auto;margin-left:auto;    }
    .header-flex { display:flex; align-items:center; justify-content:space-between; padding:0; }
    .logo { width:70px; height:70px; border-radius:50%; background:#fff; display:flex; align-items:center; justify-content:center; color:#fff; font-size:2rem; font-weight:bold; }
    nav { display:flex; gap:15px;padding-left:20px; }
    nav a { color:#1976d2; text-decoration:none; font-weight:bold; padding:8px 0; }
    nav a:hover { color:#ff9800; }
    .menu-toggle { display:none; background:none; border:none; font-size:3rem; color:#1976d2; cursor:pointer; }
    /* Slider Styles */
    .slider { position:relative; width:100%; height:360px; overflow:hidden; }
    .slide { position:absolute; top:0; left:0; width:100%; height:100%; opacity:0; transition:opacity 1s; background-size:cover; background-position:center; display:flex; align-items:center; justify-content:center; }
    .slide.active { opacity:1; z-index:2; }
    .slider .overlay { position:absolute; top:0; left:0; width:100%; height:100%; background:rgb(69 70 71 / 58%); z-index:1; }
    .slider-content { position:relative; z-index:3; text-align:center; color:#fff; }
    .slider-content h1 { font-size:2.5rem; margin-bottom:15px; }
    .slider-content button { background:#191363; color:#fff; border:none; padding:12px 32px; font-size:1.1rem; border-radius:25px; cursor:pointer; }
    .slider-controls { position:absolute; bottom:20px; left:50%; transform:translateX(-50%); z-index:4; display:flex; gap:10px; }
    .slider-controls span { width:14px; height:14px; border-radius:50%; background:#fff; opacity:0.5; cursor:pointer; border:2px solid #ff9800; display:inline-block; }
    .slider-controls span.active { opacity:1; background:#ff9800; }
    /* Rest of the styles remain unchanged */
    .about { display:flex; flex-wrap:wrap; background:#002347; margin:30px 0; border-radius:10px; overflow:hidden;color: #fff; }
    .about-img { flex:2; max-width:450px; background:url('../img/eng.png') center/cover no-repeat; min-height:450px; margin:10px}
	.about-img1 { flex:2; max-width:450px; background:url('../img/exam.jpg') center/cover no-repeat; min-height:450px; margin:10px; border-radius: 10px;}
    .about-text { flex:2; padding:30px;margin-top: 25px; }
    .services { display:grid; grid-template-columns:repeat(4,1fr); gap:20px; padding:10px; margin-top:15px }
    .service-card { background:#fdfdff; border-radius:10px; padding:25px 10px; text-align:center; box-shadow: 2px 2px 8px #999696; }
    .service-card i { font-size:2.5rem; color:#ff9800; margin-bottom:10px; }
    .courses, .news, .footer-cols { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
    .course-card, .news-card { background:#fff; border-radius:10px; box-shadow:0 2px 8px #eee; padding:20px; text-align:center; }
    .course-card img, .news-card img { width:100%; height:120px; object-fit:cover; border-radius:8px; }
    .consulting { background:#fbfbfd; border-radius:10px; padding:10px; margin:30px 0; text-align:right; }
    .cta { background:#1976d2; color:#fff; text-align:center; padding-bottom: 10px; border-radius:10px; margin:10px 0; }
	.cta button { background:#191363; color:#fff; border:none; padding:12px 32px; font-size:1.1rem; border-radius:25px; cursor:pointer; margin-top:10px; }
    .btn { background:#178b02; color:#fff; border:none; padding:12px 32px; font-size:1.1rem; border-radius:25px; cursor:pointer; margin-top:10px; }
    .trend-slider { display:flex; overflow-x:auto; gap:20px; margin:30px 0; }
    .trend-card { min-width:250px; background:#fff; border-radius:10px; box-shadow:0 2px 8px #eee; padding:15px; text-align:center; }
    .trend-card img { width:100%; height:100px; object-fit:cover; border-radius:8px; }
    footer { background:#1976d2; color:#fff; padding:10px 0 10px; }
    .footer-cols { margin-bottom:20px; }
    .footer-col h4 { color:#ff9800; margin-bottom:10px; }
    .footer-col ul { list-style:none; padding:0; }
    .footer-col ul li { margin-bottom:8px; }
    .footer-col ul li a { color:#fff; text-decoration:none; }
    .footer-col ul li a:hover { color:#ff9800; }
    .social { display:flex; gap:10px; }
    .social a { color:#fff; font-size:1.5rem; }
    @media (max-width:900px) {
      .services { grid-template-columns:repeat(2,1fr); }
      .courses, .news, .footer-cols { grid-template-columns:1fr; }
      .about { flex-direction:column; }
	  .services { grid-template-columns:1fr; }
      .service-card { width:100%; box-sizing:border-box; }
	  .about-text {margin-top:10px;}
    }
    @media (max-width:600px) {
      .header-flex { flex-direction:row; padding:10px }
      .logo { width:60px; height:60px; font-size:1.3rem; }
      nav { position:fixed; top:0; right:-100%; width:70vw; height:100vh; background:#fff; flex-direction:column; align-items:flex-start; justify-content:flex-start; gap:0; padding:40px 20px 0 0; box-shadow:-2px 0 8px #eee; transition:right 0.3s; z-index:200; }
      nav.open { right:0; }
      nav a { padding:15px 0; width:100%; border-bottom:1px solid #eee; color:#1976d2; }
      .menu-toggle { display:block; }
    }
	.section-bg {
		
    position: relative;
    background-size: cover;
    background-position: center;
    border-radius: var(--radius);
    padding: 5px;
    color: white;
    overflow: hidden;
    scroll-margin-top: 80px;
}
	.section-bg details.q {
    background: rgba(72, 126, 209, 0.99);
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 10px;
    font-size: 14px;
}
.section-bg details.q summary {
    font-weight: 500;
    cursor: pointer;
    color: white;
}
	/* Start Event Area css
============================================================================================ */
.events_area {
direction:ltr;
border-radius:10px;
  padding: 30px;
  background: #fbfbfd; color: #fff;}
  @media (max-width: 991px) {
    .events_area {
      padding: 20px; } }
  .events_area .event-link {
    color: #fdc632;
    font-size: 13px;
    text-transform: uppercase; }
    .events_area .event-link img {
      margin-left: 5px;
      display: inline-block; }
.primary-btn {
  display: inline-block;
  background: #fdc632;
  padding: 0px 48px;
  color: #002347;
  font-size: 13px;
  font-weight: 500;
  line-height: 50px;
  border-radius: 5px;
  outline: none !important;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .primary-btn:hover {
    background: #002347;
    color: #fdc632; }
.single_event {
  margin-bottom: 10px; border: 2px solid #cbc50f; }
  .single_event .event_thumb {
    overflow: hidden;height: 300px; }
    .single_event .event_thumb img {
      -webkit-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }
  .single_event .event_details {
    background: rgba(0, 35, 71, 0.5);
    position: absolute;
    top: 0px;
    right: 0px;
    width: 275px;
    padding: 30px 25px;
    color: #ffffff; }
    .single_event .event_details .date {
      color: #ffffff;
      padding-right: 15px;
      border-right: 2px solid #fff;
      font-family: "zain", sans-serif;
      font-size: 14px; }
      .single_event .event_details .date span {
        display: block;
        color: #fdc632;
        font-size: 28px;
        font-weight: 500; }
    .single_event .event_details .time-location {
      padding-left: 15px;
      font-size: 14px; }
      .single_event .event_details .time-location p {
        margin-bottom: 0px; }
        .single_event .event_details .time-location p span {
          color: #ffffff;
          font-size: 13px;
          font-weight: 500; }
  .single_event:hover img {
    transform: scale(1.1); }
  .single_event:hover h4 a {
    color: #fdc632; }
	

/* End Event Area css
============================================================================================ */

/* Start Registration Area css
============================================================================================ */
.registration_area {
  background: #002347;direction: ltr;border-radius:10px;padding: 15px;flex-direction: row-reverse; }

.clock_sec {
  color: #fff; padding-left: 5px;}
  .clock_sec h1 {
    font-size: 42px;
    color: #fff; margin-top: 15px;}
    @media (max-width: 575px) {
      .clock_sec h1 {
        font-size: 30px; } }
  .clock_sec .clockinner {
    background: #1976d2;
    padding: 10px 10px;
    margin-right: 15px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 5px;
    margin-top: 15px; }
    @media (max-width: 991px) {
      .clock_sec .clockinner {
        margin-top: 40px; } }
    @media (max-width: 767px) {
      .clock_sec .clockinner {
        margin: 0 15px;
        padding: 10px;
        margin-top: 30px; } }
    @media (max-width: 400px) {
      .clock_sec .clockinner {
        margin-right: 0;
        padding: 10px 5px; } }
    .clock_sec .clockinner:last-child {
      margin-right: 0; }
      @media (max-width: 575px) {
        .clock_sec .clockinner:last-child {
          margin-right: 15px; } }
    .clock_sec .clockinner h1 {
      font-size: 36px;
      display: inline-block; }
      @media (max-width: 1199px) {
        .clock_sec .clockinner h1 {
          display: block; } }

.register_form {
  background: #fff;
  text-align: center;
  padding:15px;
border-radius:10px  }
  @media (max-width: 991px) {
    .register_form {
      margin-top: 10px; } }
  .register_form h3 {
    font-size: 20px;
    margin-bottom: 0; }
  .register_form input {
    width: 100%;
    border: none;
    border: 1px solid #eeeeee;
    padding: 12px;
    margin-top: 10px;	}
    .register_form input:focus {
      outline: none;
      box-shadow: none; }
    .register_form input.placeholder {
      color: #aaaaaa;
      font-size: 14px;
      font-weight: 500;
      font-family: "zain", sans-serif; }
    .register_form input:-moz-placeholder {
      color: #aaaaaa;
      font-size: 14px;
      font-weight: 500;
      font-family: "zain", sans-serif; }
    .register_form input::-moz-placeholder {
      color: #aaaaaa;
      font-size: 14px;
      font-weight: 500;
      font-family: "zain", sans-serif; }
    .register_form input::-webkit-input-placeholder {
      color: #aaaaaa;
      font-size: 14px;
      font-weight: 500;
      font-family: "zain", sans-serif; }
  .register_form .primary-btn {
    width: 100%;
    border-radius: 10px;
    border: none;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 30px;
padding:1px;	}
	
	.radio-group {
    display: flex;
    flex-direction: row;
    gap: 5px;
    padding: 0 0 10px 0;
	flex-direction: row-reverse;
}
	.custom-radio {
    display: flex;
    box-sizing: border-box;
    height: 40px;
    padding: 5px;
    
   
    cursor: pointer;
    transition: all 0.3s ease;
    background-color: #fff;
   
    flex-direction: row-reverse;
    align-content: center;
    align-items: flex-end;
    justify-content: center;
    flex-wrap: wrap;
}
	
.custom-radio input[type="radio"] {
    opacity: 0;
}
.custom-radio .radio-label {
    padding-right: 10px;
    font-size: 13px;
    color: #000000;
    
}
.hidden-field {
 
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}


:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.custom-radio input[type="radio"]:checked + .radio-icon::after {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    width: 8px;
    height: 8px;
    background-color: #ff1c00;
    border-radius: 50%;
}
.custom-radio .radio-icon {
    box-sizing: border-box;
    width: 15px;
    height: 15px;
    border: 2px solid #343c8f;
    margin-bottom: 5px;
    position: relative;
    transition: border 0.3s;}
	.form-select .nice-select {
    border: none;
    border-radius: 0px;
    height: 40px;
    background: #f9f9ff !important;
    padding-left: 5px;
    padding-right: 5px;
    width: 250px;}
	
}
.form-select {
    height: 40px;
    width: 100%;
}
.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
  text-align: right !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  width: auto; }

/* End Registration Area css
============================================================================================ */