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

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
    /* background-color: #F9F9F9; */
    font-family: 'Inter', sans-serif;

}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

nav ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

/* change colours to suit your needs */
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

/* change colours to suit your needs */
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}
.modal-title
{
    font-style: normal;
    font-weight: 700;

    color: #005494;
}
h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 38px;


    color: #005494;
}

.btn-orange {
    background-color: #FED680;
    padding: 10px 20px;
}

.bg-grey {
    background-color: #F9F9F9;
}

/* .accordion-button:not(.collapsed)::after {
    background-image: url('../images/no-collapsed.png') !important;
    background-repeat: no-repeat;
} */

/* HEADER  */
header {
    position: relative;
}

.header {

    background-image: url('../images/menu-bg.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    width: 100%;
    height: 400px;
}

.header .navbar-nav .nav-item {
    margin-right: 12px;
}

.header .navbar-nav .nav-item a {
    color: #005296;
    padding: 10px 20px;
    border: 1px solid transparent;

}

.header .navbar-nav .nav-item a:hover {
    border: 1px solid #005296;
    border-radius: 3px;
}

.header .navbar-nav .nav-item .login {
    padding: 10px 30px;
    background-color: #FED680;
    border-radius: 3px;
}

#trainingDetails {
    position: relative;
    top: -70px;
    padding-left: 100px;
    padding-right: 100px;
}

/* LEARN SECTION */
.learnSection {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    padding-right: calc(var(--bs-gutter-x) * 4.5);
    padding-left: calc(var(--bs-gutter-x) * 4.5);
}

.rightDiv {
    background-color: #D4FEF2;
    position: relative;
    width: 50%;
}

.leftDiv {
    background-color: #EAFED3;
    width: 50%;
}

.leftDiv img {
    width: 400px;
}


.accordion-button
{
    padding: 40px 0;
}
.accordion-button:focus
{
    border-color: transparent!important;
    box-shadow:none;
}
.accordion-header
{
    border-top: 1px dashed #000;
    border-bottom: 1px dashed #000;
}
.accordion-body
{
    line-height: 28px;
    padding: 20px 0;
}

/* REVIEWS CSS */
.verified_customer_section {
    display: grid;
    grid-template-columns: 1fr;
    border-radius: 10px;

    background-color: #F9F9F9;
    padding: 15px;
    max-width: 540px;
    min-height: 180px;
    margin: auto;
}

.image_review {
    padding-top: 10px;
    padding-left: 5px;
}

.customer_review i {
    font-size: 16px;
    color: gold;
    margin-left: 0;
    margin-right: 2px;
    padding-top: 10px;
    padding-bottom: 10px;
}


.customer_image {
    max-width: 80px;
    max-width: 80px;
}

.customer_image img {
    height: 100%;
    width: 100%;
    border-radius: 50%;
    float: left;
    margin-right: 10px;
}


.customer_name {
    font-family: Poppins;
    font-weight: 700;
    font-size: 16px;
    margin-top: 0;
    text-align: left;
    color: #2e2a39;
    margin-bottom: 0;
}


.customer_bage {
    float: left;
    padding-right: 5px;
}

.customer_status .customer_bage img {
    width: 12px;
    height: 15px;
}


.customer_status_content {
    padding-left: 5px;
    margin-bottom: 0;
    font-weight: 400;
    font-size: 13px;
    margin-top: 2px;
    color: rgb(91, 191, 138);
}

.customer_comment {
    padding-left: 5px;
    padding-top: 10px;
    margin-bottom: 0;
    font-size: 15px;
    color: #2e2a39;
    margin-top: 3px;
    font-weight: 300;
    padding-right: 5px;
    text-align: left;
    line-height: 23px;
}

.bg-logo {
    position: absolute;
    top: 50%;
    left: 20%;
    transform: translateY(-50%);


}

.bg-logo-img {
    position: absolute;
    top: 50%;
    left: 20%;
    transform: translateY(-50%);
    background-image: url('../images/bg-logo.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 500px;
    height: 400px;
}


#faqs .accordion-item {
    border: none !important;
}

#faqs .accordion-button:not(.collapsed) {
    background-color: transparent !important;
}
.brdr 
{
    border: 1px solid #D9D5D2;

}
.bg-white
{
    background-color: #fff;

}
.rk_card
{
    background: #FFFFFF;
    padding: 50px 20px 20px 20px;
}
.rk_card h3
{
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
}
.rk_card p 
{
    font-weight: 500;
font-size: 16px;
line-height: 28px;
letter-spacing: 0.02em;
}

/* SUBSCRIBE */
#subscribe
{
    background-image: url('../images/subscribe-bg.jpg');
    box-shadow: inset 0 0 0 1000px rgba(254, 210, 163,0.5);

    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 374px;
    position: relative;
}
#subscribe .subscribeDiv
{
position: absolute;
top: 50%;
transform: translateY(-50%);
}

/* FOOTER */
.footer 
{
    padding-top:60px;
    background-color: #005494;
}
.footer p 
{
    line-height: 25px;
}
.footer_link1  ,.footer_link2
{
    list-style: none;
}
.footer_link1 h3 
{
    color: #fff;
    font-weight: bold;
}
.footer_link1  li a
{
color: #fff;
line-height: 32px;
text-decoration: none;
} 
.footer_link2 li 
{
    line-height: 36px;
    color: #FFF;
}
.social_links
{
    list-style: none;
    margin-top: 30px;
   
}
.social_links li 
{
    display: inline;
    margin-right: 20px;
}
.social_links li a 
{
    color: #fff;
    font-size: 20px;
}
/* .footer_link2 li:first-child:before
{
     display: inline-block;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      font-family: "Font Awesome 6 Free";
      font-weight: 900; 
      content: "\f3c5";
} */
.course_item
{
    margin-bottom: 30px;
}
.course_details 
{
    padding: 10px 15px;
}
.course_item:hover 
{
    background-color: #F4F4F4;
}
#courses_detail h3 
{
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #005296;
    margin-bottom: 20px;
    margin-top: 20px;
}
#courses_detail ol 
{
    padding-left: 20px;
}
#courses_detail p 
{
    line-height: 27px;
}
#courses_detail ol li  
{
    line-height: 27px;
}
.course_date 
{
font-weight: 600;
font-size: 20px;
color: #4D4D4D;
margin-top: 20px;
}
.course_date span 
{
font-weight: 600;
font-size: 20px;
line-height: 32px;
color: #E53566;
}
