@import 'https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&amp;family=Titillium+Web:wght@400;600;700;900&amp;display=swap';

*,
*:before,
*:after {
    box-sizing: inherit
}

* {
    scroll-behavior: inherit !important
}

html,
body {
    height: auto;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    box-sizing: border-box
}

body {
      font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-size: 16px;
    font-weight: 400;
    color: #757f95;
    line-height: 1.8
}

a {
    color: #14212b;
    display: inline-block
}

a,
a:active,
a:focus,
a:hover {
    outline: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    text-decoration: none
}

a:hover {
    color: #0049d0
}

ul {
    margin: 0;
    padding: 0
}

li {
    list-style: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #182333;
    margin: 0;
    font-weight: 600;
        font-family: "Montserrat", sans-serif;
    line-height: 1.2
}

h1 {
    font-size: 40px
}

h2 {
    font-size: 35px
}

h3 {
    font-size: 28px
}

h4 {
    font-size: 22px
}

h5 {
    font-size: 18px
}

h6 {
    font-size: 16px
}

p {
    margin: 0
}

.img,
img {
    max-width: 100%;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    height: auto
}

label {
    color: #999;
    cursor: pointer;
    font-weight: 400
}

*::-moz-selection {
    background: #d6b161;
    color: #fff;
    text-shadow: none
}

::-moz-selection {
    background: #555;
    color: #fff;
    text-shadow: none
}

::selection {
    background: #555;
    color: #fff;
    text-shadow: none
}

*::-moz-placeholder {
    color: #999;
    font-size: 16px;
    opacity: 1
}

*::placeholder {
    color: #999;
    font-size: 16px;
    opacity: 1
}

.preloader {
    background: #fff;
    position: fixed;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9999
}

.loader {
    width: 40px;
    height: 40px;
    position: relative;
    top: calc(50% - 30px);
    left: calc(50% - 20px)
}

.loader-box-1,
.loader-box-2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #004AAB;
    opacity: .6;
    position: absolute;
    top: 0;
    left: 0;
    animation: loader-bounce 2s infinite ease-in-out
}

.loader-box-2 {
    animation-delay: -1s
}

@keyframes loader-bounce {

    0%,
    100% {
        transform: scale(0)
    }

    50% {
        transform: scale(1)
    }
}

.ovrflow-hidden {
    overflow: hidden
}

.text-right {
    text-align: right
}

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

.c-pd {
    padding: 0 7rem
}

.s-pd {
    padding: 0 12rem
}

.h-100 {
    height: 100%
}

.h-100vh {
    height: 100vh
}

.bg {
    background-color: #f6f6f6
}

.site-heading {
    margin-bottom: 50px
}

.site-title-tagline {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    color: #004AAB;
    position: relative
}

.site-title {
    font-weight: 700;
    text-transform: capitalize;
    font-size: 48px;
    color: #182333;
    margin-top: 5px;
    margin-bottom: 0
}

.site-title span {
    color: #004AAB
}

.site-heading p {
    font-size: 16px
}

@media all and (max-width:767px) {
    .site-title {
        font-size: 35px
    }
}

.pb-140 {
    padding-bottom: 140px
}

.pd-50 {
    padding: 50px 0
}

.py-120 {
    padding: 120px 0
}

.pt-120 {
    padding-top: 120px
}

.pb-120 {
    padding-bottom: 120px
}

.pt-0 {
    padding-top: 0
}

.pt-10 {
    padding-top: 10px
}

.pt-20 {
    padding-top: 20px
}

.pt-30 {
    padding-top: 30px
}

.pt-40 {
    padding-top: 40px
}

.pt-50 {
    padding-top: 50px
}

.pt-60 {
    padding-top: 60px
}

.pt-70 {
    padding-top: 70px
}

.pt-80 {
    padding-top: 80px
}

.pt-90 {
    padding-top: 90px
}

.pt-100 {
    padding-top: 100px
}

.pb-0 {
    padding-bottom: 0
}

.pb-10 {
    padding-bottom: 10px
}

.pb-20 {
    padding-bottom: 20px
}

.pb-30 {
    padding-bottom: 30px
}

.pb-40 {
    padding-bottom: 40px
}

.pb-50 {
    padding-bottom: 50px
}

.pb-60 {
    padding-bottom: 60px
}

.pb-70 {
    padding-bottom: 70px
}

.pb-80 {
    padding-bottom: 80px
}

.pb-90 {
    padding-bottom: 90px
}

.pb-100 {
    padding-bottom: 100px
}

.mt-0 {
    margin-top: 0
}

.mt-10 {
    margin-top: 10px
}

.mt-20 {
    margin-top: 20px
}

.mt-30 {
    margin-top: 30px
}

.mt-40 {
    margin-top: 40px
}

.mt-50 {
    margin-top: 50px
}

.mt-60 {
    margin-top: 60px
}

.mt-70 {
    margin-top: 70px
}

.mt-80 {
    margin-top: 80px
}

.mt-90 {
    margin-top: 90px
}

.mt-100 {
    margin-top: 100px
}

.mb-0 {
    margin-bottom: 0
}

.mb-10 {
    margin-bottom: 10px
}

.mb-20 {
    margin-bottom: 20px
}

.mb-30 {
    margin-bottom: 30px
}

.mb-40 {
    margin-bottom: 40px
}

.mb-50 {
    margin-bottom: 50px
}

.mb-60 {
    margin-bottom: 60px
}

.mb-70 {
    margin-bottom: 70px
}

.mb-80 {
    margin-bottom: 80px
}

.mb-90 {
    margin-bottom: 90px
}

.mb-100 {
    margin-bottom: 100px
}

.mr-300 {
    margin-right: 300px
}

.ml-300 {
    margin-left: 300px
}

.pos-rel {
    position: relative;
    z-index: 1
}


.main-header{
    display: none!important;
}
header.main-header.header-style-1.font-heading {
    display: none !important;
}
footer.pb-20.bg-grey{
    display: none!important;
}

@media(min-width:1200px) {

    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl {
        max-width: 1185px
    }
}

#scroll-top {
    display: block;
    position: fixed;
    bottom: 140px;
    right: 30px;
    z-index: 99;
    font-size: 17px;
    border: none;
    outline: none;
    background: #004AAB;
    color: #fff;
    cursor: pointer;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    box-shadow: 0 3px 24px rgb(0 0 0/10%);
    transition: all .5s ease-in-out
}

.whatsapplt {
    display:block;
    position: fixed;
    bottom: 82px;
    right: 26px;
    z-index: 99;
    font-size: 40px;
    border: none;
    outline: none;
    color: #25d366;
    cursor: pointer;
    width: 45px;
    height: 45px;
    line-height: 20px;
    border-radius: 50%;
    text-align: center;

}

 .whatsapplt {
    /* animation: bounce-whatsapp-button 2s infinite;
    -webkit-animation: bounce-whatsapp-button 2s infinite;
    -moz-animation: bounce-whatsapp-button 2s infinite;
    -o-animation: bounce-whatsapp-button 2s infinite */
  }

  @-webkit-keyframes bounce-whatsapp-button {

    0%,
    100%,
    20%,
    50%,
    80% {
      -webkit-transform: translateY(0)
    }

    40% {
      -webkit-transform: translateY(-30px)
    }

    60% {
      -webkit-transform: translateY(-15px)
    }
  }

  @-moz-keyframes bounce-whatsapp-button {

    0%,
    100%,
    20%,
    50%,
    80% {
      -moz-transform: translateY(0)
    }

    40% {
      -moz-transform: translateY(-30px)
    }

    60% {
      -moz-transform: translateY(-15px)
    }
  }

  @-o-keyframes bounce-whatsapp-button {

    0%,
    100%,
    20%,
    50%,
    80% {
      -o-transform: translateY(0)
    }

    40% {
      -o-transform: translateY(-30px)
    }

    60% {
      -o-transform: translateY(-15px)
    }
  }

  @keyframes bounce-whatsapp-button {

    0%,
    100%,
    20%,
    50%,
    80% {
      transform: translateY(0)
    }

    40% {
      transform: translateY(-30px)
    }

    60% {
      transform: translateY(-15px)
    }
  }


#call {
    display:block;
    position: fixed;
    bottom: 30px;
    right: 26px;
    z-index: 99;
    font-size: 13px;
    border: none;
    outline: none;
    color: #ffffff;
    cursor: pointer;
    width: 42px;
    height: 42px;
    line-height: 16px;
    border-radius: 50%;
    text-align: center;
    box-shadow: 0 3px 24px rgb(0 0 0/10%);
    transition: all .5s ease-in-out
    
    
}


.cc-calto-action-ripple {
	z-index: 99999;
	position: fixed;
	right: 1rem;
	bottom: 8rem;
	background: #004AAB;
	width: 4rem;
	height: 4rem;
	padding: 1rem;
	border-radius: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #ffffff;
	/* -webkit-animation: cc-calto-action-ripple 0.6s linear infinite; */
	/* animation: cc-calto-action-ripple 0.6s linear infinite; */
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-items: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none; }
	.call-buton .cc-calto-action-ripple i {
	  -webkit-transition: 0.3s ease;
	  transition: 0.3s ease;
	  font-size: 2.2rem; }
	.call-buton .cc-calto-action-ripple:hover i {
	  -webkit-transform: rotate(135deg);
	  transform: rotate(135deg); }
  
  @-webkit-keyframes cc-calto-action-ripple {
	0% {
	  -webkit-box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 0 rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2);
	  box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 0 rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2); }
	100% {
	  -webkit-box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2), 0 0 0 20px rgba(236, 139, 0, 0);
	  box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2), 0 0 0 20px rgba(236, 139, 0, 0); } }
  
  @keyframes cc-calto-action-ripple {
	0% {
	  -webkit-box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 0 rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2);
	  box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 0 rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2); }
	100% {
	  -webkit-box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2), 0 0 0 20px rgba(236, 139, 0, 0);
	  box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2), 0 0 0 20px rgba(236, 139, 0, 0); } }

	span.num{
		position: absolute;
    color: #ec8b00;
    left: -30%;
    bottom: -50%;
	}
	
	
.header-top {
    padding: 0px 0;
    position: relative;
    z-index: 2;
    background-color: #000000d1;
}

.header-top-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-top-contact ul {
    display: flex;
    align-items: center;
    gap: 25px;
    flex-wrap: wrap; /* Ensure wrapping on smaller screens */
}

.header-top-contact li {
    display: flex;
    align-items: center;
    gap: 12px;
}
    .course-sec .dashboard-wrap {
    max-width: 1090px;
    margin: 40px auto;
}
.course-sec .card-box {
    background: #fffaea;
    border: 2px solid #f8ba10 !important;
    border-radius: 16px;
    padding: 20px;
    transition: 0.5s;
    box-shadow: 0 2px 20px rgb(239 222 175 / 66%);
}
.pilot-sec {
    padding: 50px 0px;
}
.pilot-content-box h2 {
    font-size: 29px;
    font-weight: 700;
    margin-bottom: 10px;
}
.pilot-img img {
    box-shadow: 0px 0px 20px 0px #9ab7dd;
    border-radius: 10px;
}
.pilot-img{
   padding: 10px 15px 0px; 
}
.pilot-content-box {
    margin-bottom: 30px;
}
.pilot-sec-1 {
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 30px;
    position: relative;
    padding: 50px 0px;
    background: rgb(255, 250, 234);
}
.pilot-content-box h3 {
    font-size: 27px;
    margin-bottom: 10px;
    color: #000;
    font-weight: 700;
}
.cta-sec {
    padding: 50px 0px;
    background: url(assets/img/bg-pilot.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.pilot-content-box ul{
    margin-top: 10px;
}

.cta-box{
    text-align: center;
}
.theme-link {
    color: #f8ba10;
    margin: 0px 10px;
    text-decoration: underline;
}
.cta-box h4 {
    color: #fff;
    font-size: 27px;
    margin-bottom: 25px;
}
.cta-box p{
    color: #fff;
}
.pilot-content-box ul li, .pilot-content-box-1 ul li {
    color: #000;
    padding: 5px 0px;
    list-style: none;
    margin: 0px 15px;
}
.pilot-content-box ul li i, .pilot-content-box-1 ul li i{
    color: #004AAB;
    margin-right: 10px
}
.conclusion-sec {
    padding: 50px 0px;
}
.conclusion-box {
    text-align: center;
    background: #004aab;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0px 0px 20px 0px #adadad;
}
.conclusion-box h4 {
    color: #fff;
    font-size: 27px;
    margin-bottom: 15px;
    font-weight: 700;
}
.conclusion-box p {
    color: #fff;
    font-size: 15px;
    margin-bottom: 15px;
}
.pilot-content-box-1 {
    margin-top: 30px;
    padding: 20px;
    box-shadow: 0px 0px 15px 0px #e4e4e4;
    border-radius: 10px;
    background: #fffaea;
}

.pilot-content-box-1 h4 {
    font-size: 21px;
    margin-bottom: 10px;
    font-weight: 700;
}
.pilot-content-box-1 p{
    font-size: 15px;
}
.course-sec .course-card:hover {
    background: #e7f8ff3b;
    transition: 0.5s;
    box-shadow: 0px 0px 31px 0px rgb(206 234 246 / 66%);
}
.course-sec .course-card {
    background: #fff;
    border: 1px solid #004AAB42 !important;
    border-radius: 16px;
    padding: 20px;
    transition: 0.5s;
    margin-bottom: 15px;
}
.home-2.main {
    margin-top: 0;
}

.site-breadcrumb {
    position: relative;
}

.breadcrumb-shape {
    clip-path: polygon(100% 0, 100% 80%, 50% 100%, 0 80%, 0 0);
}
.course-sec .course-card:hover {
    background: #e7f8ff3b;
    transition: 0.5s;
    box-shadow: 0px 0px 31px 0px rgb(206 234 246 / 66%);
}
.fa, .fas {
    font-family: 'FontAwesome'!important;
    font-weight: 900;
}
.course-sec h5 {
    font-size: 28px;
    color: #004aab;
    font-weight: 700;
}
.personal-info{
    background:#004aab!important;color:#fff;
}
.personal-info:hover{
    background: #f8ba10!important;
    color: #000!important;
    border-color:#f8ba10!important;
}
.course-sec h6 {
    font-size: 26px !important;
    margin-bottom: 15px;
}
form#ProfileForm label {
    color: #000 !important;
}
.course-sec p {
    font-size: 15px !important;
    margin-bottom: 20px;
    color: #000 !important;
}
.course-sec .profile-circle {
    width: 50px;
    margin-right: 20px;
    height: 50px;
    border-radius: 50%;
    background: #f8ba10;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}
.course-sec h5 span {
    font-size: 20px;
    font-weight: 400;
}
       .course-sec .course-card {
            background: #fff;
            border: 1px solid #eee;
            border-radius: 16px;
            padding: 20px;
            margin-bottom: 15px;
        }
.course-sec .section-title {
    border-left: 4px solid #3d9dea!important;
    background: #004AAB!important;
    padding: 10px 14px;
    border-radius: 5px!important;
    font-weight: 600;
    margin: 18px 0 18px!important;
    color: #fff;
}
      .course-sec  .status-badge.active {
            background: #dcfce7;
            color: #15803d;
        }
       .course-sec .status-badge.expired {
            background: #fee2e2;
            color: #dc2626;
        }
.course-sec .icon-box.bg-green {
    background: #ceffc1;
    color: #00c009;
    padding: 13px 5px;
    font-size: 20px;
    text-align: center !important;
    border-radius: 5px;
}
.course-sec .number-circle
 {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #004AAB;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px!important;
    font-weight: 700;
}
.course-sec .page-wrap {
    max-width: 1135px!important;
    margin: 40px auto;
}
.exam-sec {
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    padding: 50px 0;
}
   .course-sec .card-ui{
      background:#fff;
      border:1px solid #e7e7e7;
      border-radius:14px;
      padding:18px 20px;
      box-shadow:0 1px 4px rgba(0,0,0,0.03);
    }
  .course-sec  .badge-soft-blue{background:#e0f2fe;color:#0284c7;font-size:12px;}
  .course-sec  .badge-soft-green{background:#dcfce7;color:#65a30d;font-size:12px;}
  .course-sec  .section-title{
      border-left:4px solid #06b6d4;
      background:#eef9fd;
      padding:10px 14px;
      border-radius:4px;
      font-weight:600;
      margin:18px 0 8px;
    }
.theme-btn:hover {
color: #fff!important;
}
.detail-box .accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    color: #000;
    height: 1.25rem;
    margin-left: auto;
    content: "\f0d7";
    font-family: 'FontAwesome';
    background-image: none;
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
}
.course-sec .topic-row {
    background: #fffaea;
    border: 1px solid #f8ba10 !important;
    border-radius: 10px;
    color: #000 !important;
    padding: 25px 12px !important;
    transition: 0.5s;
    margin-bottom: 20px !important;
}
.course-sec .accordion-item {
    background-color: #fff;
    border: 1px solid rgb(255 255 255 / 13%);
}
.course-sec .accordion-header .accordion-button {
    color: #ffffff;
    background-color: #004aab;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}
.course-sec .accordion-body {
    padding: 1rem 1.25rem;
    color: #000;
    border-radius: 10px;
}

.course-sec .accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "\f0d7";
        font-family: 'FontAwesome';

    background-image:none;
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
}


#scoreModal h6 {
    font-size: 20px;
}
.course-sec .topic-row:hover {
    border: 1px solid #f8ba10 !important;
    box-shadow: 0px 0px 20px 0px #ffe9abb5;
}
    .modal-dialog {
        max-width: 520px!important;
        margin: 1.75rem auto;
    }
.topic-box h4{
    color: #004AAB;
}
.course-sec .number-circle{
      width:30px!important;
      height:30px!important;
      border-radius:50%;
          background: #f8ba10;
    color: #000000;
      display:flex;
      align-items:center;
      justify-content:center;
      font-size:12px;
      font-weight:700;
    }
   .course-sec .btn-outline-custom{
      border:1px solid #d1d5db;
      border-radius:8px;
      background:#fff;
      padding:7px 14px;
      font-size:14px;
    }
   .course-sec .topic-box .bg-blue {
    background: #004AAB24;
    font-size: 14px;
    font-weight: 500;
    padding: 5px 13px;
    color: #004AAB;
    margin: 0px 10px;
}
.course-sec .topic-box .bg-green {
    background: #49ff5224;
    font-size: 14px;
    font-weight: 500;
    padding: 5px 13px;
    color: #0bbb00;
    margin: 0px 10px;
}
  .exam-sec  .page-wrap {
            max-width: 965px;
            margin: 40px auto;
        }

.exam-sec .card-ui {
    background: #004aab;
    border: 0px solid #f8ba10;
    border-radius: 14px;
    padding: 20px;
    box-shadow: 0 1px 16px 0px #f2ede0a1;
    margin-bottom: 30px !important;
}
.exam-sec .card-ui h4 {
    color: #ffffff;
}
.exam-sec .card-ui h5 {
    color: #000000;
}
.btn-skip:hover, .btn-nav:hover {
    background: #f8ba10 !important;
    color: #000000 !important;
    border: 1px solid #f8ba10 !important;
}
.exam-sec .card-ui small {
    color: #f8ba10 !important;
}
.exam-sec .progress-bar{
        background-color: #f8ba10 !important;
}
.exam-sec .timer-box {
    /* display: flex; */
    background: #f8ba10;
    border: 1px solid #f8ba10;
    border-radius: 10px;
    padding: 0px 14px;
    text-align: center;
    color: #000000;
    align-items: baseline;
    justify-content: space-between;
    min-width: 100px;
}
#questionCount{
    color: #004aab !important;
}
.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #004aab;
    transition: width .6s ease;
}
.timer-box  small{
    color: #000!important;
}
div#timer {
    color: #fff !important;
    font-size: 18px !important;
}

     .exam-sec .progress {
    height: 6px;
    margin: 15px 0px !important;
    border-radius: 10px;
}
span#questionLabel {
    font-size: 17px;
    color: #ffffff;
    font-weight: 600;
}
.timer-box i{
    font-size: 17px!important;
}
.timer-box div#timer {
    color: #000000 !important;
    font-size: 15px !important;
    line-height: 10px;
}
.text-warning-emphasis{
    font-size: 11px;
    line-height: 3px;
}

    .exam-sec .option-box {
    border: 0px solid #e3e3e3;
    border-radius: 10px;
    padding: 12px 14px;
    margin-bottom: 10px;
    background: #fff0c4;
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    color: #000;
    transition: .2s;
    font-weight: 500;
}
       .exam-sec .option-box:hover,
       .exam-sec .option-box.selected {
            border-color: #ffdd7d;
            background: #ffdd7d;
        }
.right-pageination {
    background: #fff;
    border-radius: 18px;
    padding: 20px;
        height: 270px;
    overflow-y: scroll;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
    position: sticky;
    top: 20px;
}
.exam-sec .option-circle {
    width: 28px;
    height: 38px;
    border-radius: 50%;
    border: 1px solid #004AAB;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 14px;
    color: #ffffff;
    background: #004AAB;
}

.exam-sec .step-circle {
    width: 33px;
    height: 26px;
    border-radius: 15%;
    border: 1px solid #d9d9d9;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 4px;
    color: #000;
    background: #fff;
    font-size: 12px;
    cursor: pointer;
}
    .exam-sec .step-circle.active {
    border: 1px solid #16c5d8;
    background: #004AAB;
    color: #ffffff;
    font-weight: 700;
}
.btn-skip {
    background: #004aab !important;
    color: #ffffff !important;
    border: 1.5px solid #004AAB !important;
    border-radius: 8px;
    padding: 7px 16px;
    cursor: pointer;
    font-weight: 600;
    transition: background .15s;
}

.exam-sec .btn-nav {
    border: 1px solid #d8d8d8;
    margin: 0px 17px;
    border-radius: 8px;
    background: #fff;
    padding: 7px 16px;
    color: #000;
}
.owl-carousel .owl-item .course-box img {
    display: block;
    width: 100%;
    height: 285px;
}


#reviewBox .border {
    border: 3px solid #f8f9fa !important;
    background: #fffaea;
}
     div#reviewBox {
    background: #004AAB00;
    border: 0px solid #004AAB;
    border-radius: 10px;
}
  .score-sec .page-wrap{max-width:820px;margin:40px auto;}
.score-sec .card-ui {
    background: #fffaea;
    border-radius: 14px;
    padding: 28px;
    box-shadow: 0 1px 16px rgb(255 230 161);
    border: 1px solid #f8ba10;
}
.score-sec .card-ui h2 {
    color: #fff;
    font-weight: 700;
    font-style: italic;
    margin: 10px 0px 20px;
    font-family: cursive;
    font-size: 40px;
}
.score-sec .card-ui h4 {
    color: #000000;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.score-sec .card-ui small{
    color: red;
}
.score-sec .card-ui small {
    color: #004AAB !important;
    font-size: 23px;
    margin-bottom: 30px;
    font-weight: 700;
}
.score-sec .score-circle {
    width: 115px;
    height: 115px;
    border: 0px solid #ffffff;
    background: #f8ba10;
    border-radius: 5%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px !important;
    justify-content: center;
    margin: 0 auto;
    box-shadow: 0px 0px 42px 0px #ffe7a6;
}
.score-sec .stat-box small {
    color: #fff !important;
    font-size: 18px;
}
.bg-blue-R {
    background: #004aab !important;
    border: 0px !important;
    box-shadow: 0px 0px 10px 0px #add0ff !important;
}
.score-sec .score-circle h2 {
    margin: 0;
    color: #ffffff;
    font-size: 28px;
    margin-top: 27px;
    font-weight: 700;
    line-height: 43px;
}
.score-sec .card-ui h6 {
    color: #fff;
    font-size: 19px;
    text-transform: uppercase;
    font-weight: 600;
}

.score-sec p strong{
    color: #004aab;
    font-weight: bolder;
}
.score-sec p {
    color: #000000 !important;
}
span.fail-badge {
    /* background: #004AAB; */
    color: #ff1818;
    font-weight: 700;
    padding: 5px 20px;
    margin-top: 20px;
    font-size: 26px;
    border-radius: 5px;
    text-transform: uppercase;
}
   .score-sec .score-circle small {
    color: #000000 !important;
    font-weight: 600;
}
   .score-sec .pass-badge{display:inline-block;background:#e7f4da;color:#6b8e23;padding:6px 18px;border-radius:20px;font-weight:600;font-size:14px;}
   
.score-sec .stat-box {
    background: #004aab;
    border: 2px solid #ffffff;
    border-radius: 10px;
    padding: 14px;
    text-align: center;
    box-shadow: 0px 0px 40px 0px #51515154;
    margin-bottom: 20px;
    margin-top: 20px;
    color: #fff;
    font-weight: 500;
}
#reviewBox h5 {
    color: #000000;
    font-weight: 600;
    margin-bottom: 20px;
}
.exam-sec {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center;
}
#reviewBox .border.rounded.mb-2 {
    font-size: 14px;
    color: #000;
    font-weight: 500;
    border: 0px !important;
    margin-bottom: 20px !important;
    background: #ffedb3;
}
   .score-sec .stat-box h3{margin:0;font-weight:700;}
  .score-sec .action-btn {
    border: 0px solid #d8d8d8;
    background: #f8ba10;
    border-radius: 8px;
    padding: 8px 14px;
}

.score-sec .action-btn:hover{
       color: #fff;
    background: #004aab;
}
        .score-sec{
            padding: 0px 0px;
        }
#reviewBox h4 {
    font-size: 19px;
    font-weight: 600;
}
.icon-box.bg-teal {
    background: #84ffe694;
    color: #02959f;
    padding: 13px 5px;
    font-size: 20px;
    text-align: center !important;
    border-radius: 5px;
}
#reviewBox h4 span{
        color: #004AAB;
}
.course-sec .topic-box p {
    padding: 7px 0px;
}
.course-sec .btn-custom:hover, .course-sec .btn-outline-custom:hover {
    background: #004AAB;
    color: #fff;
    border-color: #004AAB;
}
.course-sec .topic-box ul {
    display: flex;
}
.course-sec .topic-box ul li {
    font-size: 13px;
    margin-right: 10px;
    color: #004aab;
    font-weight: 700;
}


.course-sec .icon-box.bg-red {
    background: #ffdbdb;
    color: #c00000;
    padding: 13px 5px;
    font-size: 20px;
    border-radius: 5px;
}
       .course-sec .status-badge {
            padding: 4px 10px;
            border-radius: 20px;
            font-size: 12px;
            font-weight: 600;
        }
.text-muted {
    color: #000000 !important;
}
.course-sec .btn-custom {
    border-radius: 10px;
    border: 1px solid #ddd;
    background: #f8ba10;
    font-weight: 500;
}
 .course-sec .icon-box.bg-blue {
    background: #d5f1ff;
    color: #004AAB;
    padding: 13px 5px;
    font-size: 20px;
    text-align: center;
    border-radius: 5px;
}
.course-status p {
    margin-bottom: 5px;
    font-size: 14px !important;
    font-weight: 600;
}

.course-status .progress {
    display: flex;
    height: 0.4rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem;
}
.course-status .progress-bar {
    height: 10px;
}
.bg-blue-light {
    background: #d2e5ff;
    color: #004aab;
    padding: 13px 5px;
    font-size: 20px;
    text-align: center !important;
    border-radius: 5px;
}
.header-top-contact ul li i {
    height: 46px;
    line-height: 46px;
    text-align: center;
    color: #fff;
    border-radius: 10px;
    font-size: 25px;
}

.header-top-contact li h6 {
    color: #fff;
    font-size: 20px;
}

.header-top-contact ul li a {
    color: #fff;
    font-weight: 400;
}

.header-top-right {
    display: flex;
    align-items: center;
    gap: 15px;
}

.header-top-social a {
    width: 38px;
    height: 38px;
    line-height: 38px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    margin-left: 5px;
    border-radius: 10px;
    transition: all 0.5s ease-in-out;
}

.header-top-social a:hover {
    background: #10539a;
    color: #fff;
}

@media all and (max-width: 992px) {
    .header-top {
        display: none;
    }

    .navbar {
        top: 0;
        right: 0;
        left: 0;
        background-color: #fff;
    }

    .navbar-brand img {
        width: 80px;
    }

    .navbar-toggler {
        font-size: 32px;
        color: #182333;
        font-weight: 500;
    }

    .navbar-collapse {
        max-height: 290px;
        overflow-y: auto;
        padding: 10px 20px;
        background-color: #fff;
    }

    .header-nav-right {
        display: none;
    }

    .navbar .nav-item .nav-link {
        font-size: 16px;
        font-weight: 700;
        color: #182333;
        transition: all 0.3s ease;
    }

    .navbar .nav-item .nav-link:hover {
        color: #004AAB;
    }
}

@media (max-width: 991px) {
    .navbar .nav-item .dropdown-menu {
        position: relative;
        display: block;
        width: 100%;
        margin-top: 10px;
        box-shadow: none;
    }
}

.navbar .nav-item .dropdown-menu {
    /* display: none; Initially hidden */
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 15px;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 0 50px 0 rgb(32 32 32 / 15%);
}

.navbar .nav-item.show .dropdown-menu {
    display: block; /* Display on parent hover/click */
    opacity: 1;
    visibility: visible;
}

/* Add proper spacing and alignment */
.navbar .nav-item .dropdown-menu li {
    margin-bottom: 10px;
}
    .navbar .nav-item .dropdown-menu li:last-child {
        margin-bottom: 0;
        border-bottom: none;
    }

    .navbar .nav-item .dropdown-menu .dropdown-item {
        font-size: 15px;
        font-weight: 600;
        padding: 8px 15px;
        color: #182333;
        position: relative;
        text-transform: uppercase;
        transition: all 0.3s ease-in-out;
    }

    .navbar .nav-item .dropdown-menu .dropdown-item:hover {
        background: rgba(51, 189, 255, 0.1);
        color: #004AAB;
        padding-left: 20px;
    }

    .navbar .nav-item .nav-link {
        position: relative;
        z-index: 1;
    }

    .navbar .nav-item .nav-link.active,
    .navbar .nav-item:hover .nav-link {
        color: #004AAB;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transition: all 0.3s ease;
        opacity: 1;
        visibility: visible;
        top: 100%;
        transform: rotateX(0deg);
    }
.dropdown:hover .dropdown-menu {
    display: block;
}
    .navbar .dropdown-menu-end {
    right: 0;
    display: none;
    left: auto;
}



    .navbar .dropdown-menu.fade-down {
        top: 80%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
    }

    .navbar .dropdown-menu.fade-up {
        top: 140%;
    }

    /* Submenu styles */
    .navbar .nav-item .dropdown-menu .dropdown {
        position: relative;
    }

    .navbar .nav-item .dropdown-menu .dropdown .dropdown-menu {
        position: absolute;
        top: 0;
        left: 100%;
        margin-top: 0;
        margin-left: 10px;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
        transform: translateX(-10px);
        border-radius: 12px;
        box-shadow: 0 0 50px 0 rgb(32 32 32 / 15%);
    }

    .navbar .nav-item .dropdown-menu .dropdown:hover .dropdown-menu {
        opacity: 1;
        visibility: visible;
        transform: translateX(0);
    }

    .navbar .nav-item .dropdown-menu .dropdown .dropdown-item {
        padding: 8px 15px;
        font-size: 14px;
        font-weight: 500;
    }

    .navbar .nav-item .dropdown-menu .dropdown .dropdown-item:hover {
        padding-left: 20px;
        color: #004AAB;
        background: rgba(51, 189, 255, 0.1);
    }
    footer.pb-20.bg-grey {
    display: none;
    }
    header.main-header.header-style-1.font-heading {
    display: none;
    }
    .sidenav {
   
    display: none!important;
}

.pagination-area .page-link, #scrollUp{
    bottom: 190px !important;
}
#scrollUp{
    position: inherit;
    z-index: 1;
    display: none!important;
}


@media all and (max-width: 991px) {
    .navbar .nav-item .dropdown-menu .dropdown .dropdown-menu {
        position: relative; /* Ensure it stacks below the parent menu */
        top: auto; /* Reset position for mobile */
        left: auto;
        margin-top: 10px; /* Add spacing between menus */
        margin-left: 0;
        opacity: 1; /* Make it visible on mobile */
        visibility: visible; /* Ensure it's not hidden */
        transform: translateX(0); /* Remove animation offset */
        border-radius: 12px;
        box-shadow: 0 0 20px 0 rgba(32, 32, 32, 0.15); /* Softer shadow for mobile */
        width: 100%; /* Ensure it spans the width of the screen for better usability */
        background-color: #fff; /* Match the dropdown background */
    }

    .navbar .nav-item .dropdown-menu .dropdown {
        position: relative;
    }

    .navbar .nav-item .dropdown-menu .dropdown .dropdown-item {
        padding: 10px 15px;
        font-size: 14px;
        font-weight: 500;
        color: #182333;
    }

    .navbar .nav-item .dropdown-menu .dropdown .dropdown-item:hover {
        color: #004AAB;
        background: rgba(51, 189, 255, 0.1);
    }
}

    .header-nav-right {
        display: flex;
        align-items: center;
        gap: 20px;
        margin-left: 30px
    }

    .header-nav-search a {
        color: #1f242e;
        font-size: 18px;
        padding: 5px
    }

    .header-nav-search a:hover {
        color: #004AAB
    }

    .navbar .header-btn {
        padding-top: 8px
    }

    .header-phone {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        margin-left: 18px
    }

    .header-phone-icon {
        width: 45px;
        height: 45px;
        background: #004AAB;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50px;
        font-size: 22px
    }

    .header-phone-content span {
        color: #fff
    }

    .header-phone-content a {
        color: #fff;
    }


.navbar {
    padding-top: 0;
    padding-bottom: 0;
    z-index: 999
}

.navbar-bg {
    background: #fff;
    border-radius: 10px
}

.navbar.fixed-top {
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, .17);
    animation: slide-down .7s
}

@keyframes slide-down {
    0% {
        transform: translateY(-100%)
    }

    100% {
        transform: translateY(0)
    }
}

.navbar.fixed-top .nav-item .nav-link::before {
    color: #182333
}

.navbar .navbar-brand .logo-display {
    display: block
}

.navbar .navbar-brand .logo-scrolled {
    display: none
}

.navbar.fixed-top .navbar-brand .logo-display {
    display: none
}

.navbar.fixed-top .navbar-brand .logo-scrolled {
    display: block
}

button.navbar-toggler {
    font-size: 3.5rem;
    padding: 0;
    margin: 0
}

button.navbar-toggler:focus {
    outline: none;
    box-shadow: none
}

.navbar-toggler-icon {
    display: inline-block;
    width: inherit;
    height: inherit
}

.navbar-brand img {
    width: 140px;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: 5px;
    vertical-align: 1.5px;
    font-family: 'FontAwesome';
    content: "\f067";
    font-weight: 600;
    border: none;
    font-size: 11px;
}
.read-more-state {
  display: none;
}

.read-more-target {
  opacity: 0;
  max-height: 0;
  font-size: 0;
  transition: .25s ease;
}

.read-more-state:checked ~ .read-more-wrap .read-more-target {
  opacity: 1;
  font-size: inherit;
  max-height: 999em;
}

.read-more-state ~ .read-more-trigger:before {
  content: 'Show more';
}

.read-more-state:checked ~ .read-more-trigger:before {
  content: 'Show less';
}

.read-more-trigger {
  cursor: pointer;
  display: inline-block;
  padding: 0 .5em;
  color: #666;
  font-size: .9em;
  line-height: 2;
  border: 1px solid #ddd;
  border-radius: .25em;
}

.full-text {
  display: none;
}

.read-more-btn {
  color: #2daae1;
  font-weight: 600;
  cursor: pointer;
  margin-left: 5px;
}

.read-more-btn:hover {
  text-decoration: underline;
}
.dropdown-toggle:hover::after {
    content: "\f068"
}

.mobile-menu-right {
    display: flex;
    align-items: center
}

@media all and (max-width:1199px) {
    .navbar .header-btn {
        display: none
    }

    .navbar .header-btn {
        display: none
    }

    .header-phone {
        display: none
    }
}

@media all and (max-width:991px) {
    .navbar {
        top: 0;
        right: 0;
        left: 0;
        background-color: #fff;
       /*position: fixed*/
    }

    .navbar-brand {
        padding-left: 10px
    }

    .navbar-brand img {
        width: 80px
    }

    .navbar-collapse {
        max-height: 290px;
        overflow: hidden;
        overflow-y: auto;
        padding: 0 20px;
        background-color: #fff
    }

    .dropdown-toggle::after {
        float: right
    }

    .navbar .nav-item .nav-link {
        color: #182333;
        font-weight: 700;
        transition: all .5s ease-in-out
    }

    .navbar .nav-item .nav-link:hover {
        color: #004AAB !important
    }

    .navbar-toggler-icon {
        font-size: 32px;
        color: #182333;
        font-weight: 500;
        padding-right: 10px;
        margin-bottom: 10px
    }

    .navbar .dropdown-menu {
        border-radius: 10px
    }

    .navbar.fixed-top .navbar-toggler-icon {
        color: #182333
    }

    .header-nav-right {
        display: none
    }
}


.course-content {
    margin-top: 40px
}

.course-time i {
    color: #004AAB
}

.course-title {
    margin-top: 5px
}

.course-title a {
    margin-bottom: 10px;
    font-size: 24px;
}

.course-title a:hover {
    color: #004AAB !important
}

.home-2.header .navbar-nav li {
    margin: 0px 4px!important;
}
.inner-banner{
    background: url(../img/test/banner-airline.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 150px 0px;
}
.banner-content h4 {
    font-size: 52px;
    margin-bottom: 15px;
    font-weight: 700;
}
.banner-content p{
    font-size: 19px;
    color: #000;
}
.course-sec .course-title a {
    margin-bottom:10px;
    font-size: 23px;
}
.testimonial-area img {
    width: 140px;
    margin-top: 20px;
    display: block;
    padding-top: 20px;
    text-align: center;
    margin: auto;
}
.testimonial-area a.reviews{
    display: block;
}
.pricing-sec {
    padding: 50px 0px;
   

}
.choose-box p {
    margin-top: 10px;
    font-size: 14px;
}
.course-sec {
    padding: 30px 0px 0px;
}
.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    justify-content: center;
}
.course-icon-img {
    position: inherit !important;
    background: #013a96;
    margin-top: -11% !important;
    color: #fff;
    font-size: 21px;
    transform: rotate(359deg);
    border-radius: 50px;
    border: 5px solid #fff;
    box-shadow: 0px 0px 10px 0px #e2e2e2;
    top: 43%;
    left: 0px;
    margin: auto;
    line-height: 52px;
    right: 0px;
    width: 90px;
    height: 90px;
    padding: 6px;
}
.course-icon-img img{
    border-radius: 50%;
}
.course-box {
    text-align: center;
    position: relative;
    border: 1px solid #004AAB;
    border-radius: 25px;
    transition: 0.5s;
    background: #fffaea;
    margin-bottom: 30px;
}
.course-box:hover{
box-shadow: 0px 0px 17px 0px #004AAB91;
}
.course-box img {
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}
.course-d-sec {
    padding: 50px 0px;
}
.course-d-img img {
    border-radius: 20px;
}
.course-d-content {
    padding: 30px 0px;
}
.course-sec.sub-course .course-icon-img {
  top: -12%;
}
.course-sec.sub-course .course-box{
    border: 1px solid #004AAB;
    margin-bottom: 60px;
}
.course-popup {
    text-align: center;
}
.course-popup .modal-header{
    display: block;
    border-bottom: 0px;
}
.course-popup .modal-header h5{
    font-size: 25px;
}
.login-sec {
    padding: 70px 0px;
}
.login-box {
    border: 1px solid #f8ba10;
    box-shadow: 0px 0px 10px 0px #ccc;
    padding: 25px;
    border-radius: 15px;
    text-align: center;
}
.testimonial-area hr {
    margin: 0px;
}
.login-box h4 {
    font-size: 35px;
    font-weight: 700;
    color: #004aab;
    margin-bottom: 20px;
}
.login-box input {
    background: #ffffff;
    border: 0px;
    padding: 13px 10px;
    margin-top: 10px;
    border-radius: 50px;
    height: 55px;
    border: 1px solid #f8ba10;
}
.login-box label{
    color: #000;
    font-weight: 500;
}
.course-popup .btn-close {
    position: absolute;
    top: 0px;
    right: 0px;
    background: #004AAB;
    opacity: 1;
    line-height: 10px;
    padding: 12px;
    color: #fff;
    font-size: 18px;
    border-radius: 50px;
}
.theme-btn {
    font-size: 16px;
    color: #fff;
    padding: 7px 40px 7px 40px!important;
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
    text-align: center;
    border-radius: 50px;
    font-weight: 600;
    overflow: hidden;
    border: none;
    background: #004AAB;
    box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
    transition: all .5s ease-in-out;
    z-index: 1;
}

.course-d-content h4 {
    font-size: 29px;
    font-weight: 700;
    margin-bottom: 15px;
}
.course-d-content p{
    font-size: 16px;
}
.course-box-content {
    padding: 15px 20px 20px !important;
    margin-bottom: 20px;
    height: 330px;
}
.pricing-box .icon-price a {
    background: #004AAB;
    color: #fff;
    width: 52px;
    border-radius: 50px;
    height: 52px;
    font-size: 22px;
    line-height: 52px;
    text-align: center;
    margin-bottom: 20px;
}
.explpain-popup button.btn-close {
    background: #004AAB;
    line-height: 20px;
    border-radius: 50px;
    width: 25px;
    height: 25px;
    color: #fff;
    font-size: 19px;
    opacity: 1;
    position: absolute;
    right: 0px;
}
.explpain-popup .modal-header{
    padding: 0px;
    border-bottom: 0px;
}
.pricing-box h4 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 17px;
    margin-top: 15px;
}
.explpain-popup .modal-body {
    padding: 30px;
}
.pricing-box ul li {
    color: #000;
    list-style: disc;
    margin-left: 20px;
    padding: 3px 0px;
    font-weight: 600;
}
.pricing-box {
    box-shadow: 0px 0px 10px 0px #ccc;
    padding: 25px;
    border-radius: 15px;
    margin-bottom: 30px;
}
.pricing-box h4 span {
    color: #aeaeae;
    font-weight: 500;
    font-size: 15px;
}
.test-sec {
    padding:30px 0px 50px;
}
.time-text h6 {
    color: #004AAB;
}
.test-box {
    padding: 30px;
    border: 1px solid #004AAB;
    border-radius: 20px;
}
.test-box h4{
    margin-bottom: 20px;
}
.test-box .form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: 15px;
}
.test-box .form-check label{
    color: #000;    
}
.test-box .form-check-input{
    margin-top: 0.45em;
}
.test-bottom a {
    color: #004AAB;
}
.explpain-popup .modal-body h3{
    font-size: 35px;
}
.explpain-popup .modal-body h3 {
    font-size: 29px;
    font-weight: 700;
    margin-bottom: 20px;
}
.explpain-popup .modal-body h5{
    font-size: 20px;
    text-align: left;
}
.test-box h6 {
    font-size: 20px;
    margin: 16px 0px;
    font-weight: 700;
    letter-spacing: 0.5px;
}
.pagination.page .page-link {
    border-radius: 0px !important;
    width: 80px;
    line-height: 26px;
    font-weight: 700;
    text-align: center;
    height: 33px;
    margin: 0px 20px;
}
.explpain-popup .modal-body p {
    font-size: 16px;
    text-align: justify;
    color: #000;
    padding-top: 10px;
}

.footer-area {
    background: #1f242e;
    position: relative;
    z-index: 1
}

.footer-shape {
    position: relative;
    height: 80px;
    width: 100%;
    left: 0;
    top: 0;
    background: #004AAB;
    clip-path: polygon(100% 0, 0 0, 50% 100%)
}

.footer-widget-box {
    margin-bottom: 20px
}

.footer-widget {
    position: relative;
    z-index: 1
}

.footer-logo img {
    width: 240px;
    margin-bottom: 20px
}

.copyright {
    padding: 20px 0;
    background: #1b2029
}

.copyright .footer-menu {
    margin: 0;
    padding: 0;
    text-align: right
}

.copyright .footer-menu li {
    display: inline-block;
    margin-left: 25px;
    font-size: 16px
}

.copyright .footer-menu li a {
    color: #f5faff;
    transition: all .5s ease-in-out
}

.copyright .footer-menu li a:hover {
    color: #004AAB
}

.copyright .copyright-text {
    color: #f5faff;
    margin-bottom: 0;
    font-size: 16px
}

.copyright .copyright-text a {
    color: #004AAB;
    font-weight: 500
}

.footer-widget-title {
    color: #fff;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px;
    z-index: 1
}

.footer-widget-title::before {
    position: absolute;
    content: '';
    z-index: -1;
    width: 15px;
    height: 3px;
    background-color: #004AAB;
    bottom: 0;
    left: 0
}
course-right-box .coupon-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fffaea;
    padding: 10px;
}

section.detail-sec {
    padding-top: 70px;
}
.detail-box h2 {
    margin-bottom: 15px;
    color: #004aab;
}
.detail-box p {
    font-size: 17px;
}

.course-div {
    background: #fffaea;
    box-shadow: 0px 0px 23px 0px #bbbbbb;
    padding: 25px;
    border-radius: 20px;
    margin-bottom: 30px;
    transition: 0.5s;
    border: 1px solid #f8ba10;
}
.course-div:hover {
    margin-top: -5px;
    box-shadow: 0px 0px 23px 0px #a3e2ff;
}
.course-div h4 {
    font-size: 25px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 15px;
}
.course-div ul li {
    margin: 1px 7px;
    font-weight: 500;
    font-size: 16px;
    display: inline-block;
    position: relative;
    color: #000;
    list-style: disc;
    margin-left: 18px;
}
.course-div ul li i {
    font-size: 15px;
    color: #000000;
}
.detail-content h3{
    font-size: 41px;
    margin-bottom: 15px;
    color: #fff;
        
}
.price-text h6 span {
    font-size: 27px;
    color: #009521;
}
.detail-banner  .bread-crumb ul li {
    color: #fff;
    margin: 7px;
}
.detail-banner .bread-crumb ul {
    display: flex;
}
.detail-banner {
    background: url(../img/banner-1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 85px 0px 85px;
}

.detail-content p {
    color: #fff;
    font-size: 20px;
}
.footer-widget-title::after {
    position: absolute;
    content: '';
    z-index: -1;
    width: 35px;
    height: 3px;
    background-color: #004AAB;
    bottom: 0;
    left: 20px
}

.footer-list {
    display: flex;
    flex-direction: column;
    gap: 1rem
}

.footer-list li a {
    color: #fff;
    transition: all .5s ease-in-out
}

.footer-list li a i {
    margin-right: 5px;
    color: #004AAB
}

.footer-list li a:hover {
    padding-left: 10px;
    color: #004AAB
}

.footer-widget-box p {
    color: #fff;
    padding-right: 18px;
    margin-bottom: 20px
}

.footer-social {
    display: flex;
    gap: 15px;
    margin-top: 30px
}

.footer-social li a i {
    height: 40px;
    width: 40px;
    line-height: 35px;
    text-align: center;
    border-radius: 50px;
    background: #004AAB;
    border: 2px solid #004AAB;
    color: #fff;
    transition: all .5s ease-in-out
}

.footer-social li a i:hover {
    background: 0 0;
    color: #004AAB
}

.footer-newsletter .subscribe-form .form-control {
    border: 2px solid #e8e8e8;
    height: 55px;
    padding: 0 20px;
    border-radius: 50px;
    font-size: 16px;
    color: #fff;
    box-shadow: none;
    background-color: transparent
}

.footer-newsletter .subscribe-form .form-control::placeholder {
    color: #f2f3f5;
    opacity: 1
}

.footer-newsletter .subscribe-form .theme-btn {
    margin-top: 20px
}

.footer-contact li {
    position: relative;
    display: flex;
    justify-content: start;
    align-items: center;
    color: #f5faff;
    font-size: 16px;
    margin-bottom: 10px
}

.footer-contact li a {
    color: #f5faff;
    -webkit-transition: .3s;
    transition: .3s
}

.footer-contact li i {
    width: 12px;
    height: 30px;
    font-size: 18px;
    margin-right: 15px;
    border-radius: 5px;
    line-height: 31px;
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s;
    color: #004AAB
}

@media all and (max-width:1199px) {
    .footer-widget-box {
        margin-bottom: 50px
    }
}

@media all and (max-width:991px) {
    .footer-widget-wrapper {
        padding-bottom: 0
    }
.detail-banner {
    background: url(../img/banner-1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0px 115px;
}
    .detail-content h3 {
    font-size: 31px;
    margin-bottom: 15px;
    color: #fff;
    text-align: center;
}
    .detail-box h2 {
    margin-bottom: 15px;
    font-size: 29px;
}
    .detail-banner .bread-crumb ul {
    display: flex;
    justify-content: center;
}

.pt-70 {
    padding-top: 50px;
}

    .copyright .footer-menu {
        float: left;
        margin-top: 20px;
        text-align: left
    }

    .copyright .footer-menu li {
        margin-left: 0;
        margin-right: 15px
    }
}

@media all and (max-width:767px) {
    .footer-widget-wrapper {
        padding-bottom: 0
    }
}

.search-popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 99999;
    margin-top: -540px;
    transform: translateY(-100%);
    background-color: rgba(0, 0, 0, .8);
    transition: all 1500ms cubic-bezier(.86, 0, .07, 1);
    transition-timing-function: cubic-bezier(.86, 0, .07, 1)
}

.sidenav-bar-visible .search-popup {
    width: 80%
}

.search-active .search-popup {
    transform: translateY(0%);
    margin-top: 0
}

.search-popup .close-search {
    position: absolute;
    left: 0;
    right: 0;
    top: 75%;
    border: none;
    margin: 0 auto;
    margin-top: -200px;
    text-align: center;
    background: #004AAB;
    text-align: center;
    width: 50px;
    height: 50px;
    color: #fff;
    font-size: 20px;
    border-radius: 10px;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0, 0, 0, .05);
    transition: all 500ms ease;
    opacity: 0;
    visibility: hidden
}

.search-active .search-popup .close-search {
    visibility: visible;
    opacity: 1;
    top: 35%;
    transition-delay: 1500ms
}

.search-popup form {
    position: absolute;
    max-width: 700px;
    top: 50%;
    left: 15px;
    right: 15px;
    margin: -35px auto 0;
    transform: scaleX(0);
    transform-origin: center;
    transition: all 300ms ease
}

.search-active .search-popup form {
    transform: scaleX(1);
    transition-delay: 1200ms
}

.search-popup .form-group {
    position: relative;
    margin: 0;
    overflow: hidden
}

.search-popup .form-group input[type=text],
.search-popup .form-group input[type=search] {
    position: relative;
    width: 100%;
    /*height: 70px;*/
    outline: none;
    border-radius: 10px;
    border: none;
   /* padding: 0 100px 0 35px;*/
    transition: all 500ms ease;
    text-transform: capitalize
}

.search-popup .form-group input[type=submit],
.search-popup .form-group button {
    position: absolute;
    right: 10px;
    top: 7px;
    border-radius: 10px;
    background: #004AAB;
    text-align: center;
    font-size: 20px;
    color: #fff !important;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    transition: all 500ms ease
}

.search-popup .form-group input[type=submit]:hover,
.search-popup .form-group button:hover {
    background: #004AAB
}

.search-popup input::placeholder,
.search-popup textarea::placeholder {
    color: #51668a
}

.mobile-search-btn {
    display: none
}

@media all and (max-width:991px) {
    .mobile-search-btn {
        display: block;
        position: absolute;
        right: 20%;
        color: #182333;
        font-size: 20px
    }

    .mobile-search-btn:hover {
        color: #004AAB
    }
}

@media all and (max-width:767px) {
    .mobile-search-btn {
        right: 20%
    }
}

.home-2.main {
    margin-top: 0
}

.home-2 .hero-single {
    padding-top: 150px
}

.home-3 .header-top {
    background: #004AAB;
    padding: 10px 0
}

.home-3 .header-top-contact ul li i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 17px
}

.home-3 .header-top-contact li {
    gap: 5px
}

.home-3 .header-top-social a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 17px;
    background: #fff;
    color: #004AAB
}

.home-3 .header-top-social a:hover {
    background: #10539a;
    color: #fff
}

.home-3.main {
    margin-top: 0
}

.home-3 .hero-single {
    padding-top: 150px
}

.search-popup .form-group input[type=email],
.search-popup .form-group input[type=search] {
    position: relative;
    width: 100%;
   /* height: 70px;*/
    outline: none;
    border-radius: 10px;
    border: none;
   /* padding: 0 100px 0 35px;*/
    transition: all 500ms ease;
    text-transform: capitalize;
}

.fiwhatsapp {
    display: none;
}

.ficallbtn {
    display: none;
}


@media all and (max-width: 768px) {
    .fiwhatsapp {
        position: fixed;
        bottom: 20px;
        left: 30px;
        width: 50px;
        z-index: 99999;
        display: inline !important;
    }

    .ficallbtn {
        position: fixed;
        bottom: 20px;
        left: 45vw;
        width: 50px;
        z-index: 99999;
        display: inline !important;
    }
}


/* Overlay Styling */
.blackOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 10;
}

/* Popup Styling */
.popup {
    position: fixed;
    top: 65%; /* Centered vertically */
    left: 50%; /* Centered horizontally */
    transform: translate(-50%, -50%);
    background: rgba(39, 39, 39, 0.57); /* Consistent opacity */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    padding: 20px;
    border-radius: 8px;
    width: 90%;
    max-width: 350px; /* Limits size for larger screens */
    z-index: 50;
    display: none;
    opacity: 1; /* Hidden by default */
    transform: translate(-50%, -60%) scale(0.95); /* Subtle animation start state */
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.popup.show {
    display: block;
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

/* Close Button Styling */
.closePopup {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    font-weight: bold;
    color: white;
    cursor: pointer;
    background: none;
    border: none;
}

/* Input Field Styling */
.form-input {
    width: 100%;
    padding: 10px;
    margin: 8px 0;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 4px;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.form-input:focus {
    border-color: #007bff;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
    outline: none;
}

/* Submit Button Styling */
.submit-button {
    background-color: #007bff;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.submit-button:hover {
    background-color: #0056b3;
    transform: scale(1.05);
}

/* Popup Header Styling */
.popup-header {
    text-align: center;
    margin-bottom: 20px;
    font-size: 1.2em;
    color: white;
}

/* Image Styling */
img {
    max-width: 100%;
    max-height: 100%;
}

/* Animation */
.animated.fade-in {
    animation: fadeIn 0.5s ease-in-out forwards;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translate(-50%, -60%);
    }
    to {
        opacity: 1;
        transform: translate(-50%, -50%);
    }
}

/* Media Queries for Responsiveness */
@media (max-width: 768px) {
    .popup {
        width: 90%;
        max-width: none;
        height: auto;
        padding: 15px;
        top: 45%;
    }

    .closePopup {
        font-size: 18px;
        top: 5px;
        right: 5px;
    }

    .popup-header {
        font-size: 1em;
    }

    .submit-button {
        font-size: 14px;
        padding: 10px 15px;
    }
}
.partner-area .partner-wrapper img {
    padding: 20px
}
@media (max-width: 480px) {
    .popup {
        width: 95%;
        padding: 10px;
        top: 64%;
    }

    .closePopup {
        font-size: 16px;
        top: 5px;
        right: 5px;
    }

    .popup-header {
        font-size: 0.9em;
    }

    .form-input {
        padding: 8px;
        font-size: 14px;
    }

    .submit-button {
        font-size: 12px;
        padding: 8px 10px;
    }
}

@media(max-width:991px){
    .theme-btn{
        padding: 7px 30px 7px 30px !important;
    }
    .pricing-sec {
    padding: 0px 0px 40px;
}
    .banner-content {
    display: none;
}
    .course-sec .profile-circle {
        width: 43px;
        margin-right: 0px;
        height: 37px;
        border-radius: 50%;
        background: #f8ba10;
        color: #000000;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 700;
    }
    .course-sec h5 {
    font-size: 20px;
    color: #004aab;
    font-weight: 700;
}
.course-sec .btn-custom {
        border-radius: 10px;
        border: 1px solid #ddd;
        background: #f8ba10;
        font-weight: 500;
        margin-top: 10px;
        font-size: 14px;
    }
    .course-sec h6 {
    font-size: 21px !important;
    margin-bottom: 15px;
}
    .course-sec .course-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 16px;
    padding: 20px 10px;
    margin-bottom: 15px;
}
    .course-sec .icon-box {
    background: #d5f1ff;
    color: #004AAB;
    padding: 13px 5px;
    font-size: 18px;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 5px;
}
  .course-sec .number-circle {
        width: 30px !important;
        height: 30px !important;
        border-radius: 50%;
        background: #f8ba10;
        color: #000000;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 12px;
        font-weight: 700;
    }
    .flag-icon {
    text-align: end;
    margin-bottom: 20px;
}
    .btn-skip {
    background: #fff7ed;
    color: #ea580c;
    border: 2px solid #fdba74;
    padding: 2px 22px!important;
    border-radius: 7px!important;
    font-size: 13px;
    font-weight: 600;
    margin: 10px 15px 10px!important;
}

    .course-sec .topic-row{
            display: block !important;
    }
.inner-banner {
    background: url(../img/test/banner-airline.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 55px 0px;
}
                .exam-sec .btn-nav {
    border: 1px solid #d8d8d8;
    border-radius: 8px;
    background: #fff;
    padding: 4px 5px;
    font-size: 12px;
}
     .detail-box .accordion-button .d-flex {
    display: block!important;
}
    .pilot-content-box h2 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 25px;
}
    .pilot-content-box h3 {
    font-size: 22px;
    margin-bottom: 10px;
    color: #000;
    font-weight: 700;
}
}