* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

/************* colors-start *************/
:root {
    --blue: #4D9CD4;
    --yellow: #F3D70B;
    --black1: #333333;
    --textColorLight: #555555;
    --textColorLight1: #7B7F81;
    --textColorLight2: #777789;
}

body {
    font-family: "Outfit", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #000;
    background-color: #FAFDFF;
    overflow-x: hidden;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin: 0;
    padding: 0;
    font-family: "Outfit", sans-serif;
    text-transform: none;
    color: #000;
}

h1,
.h1 {
    font-size: 60px;
    font-weight: 600;
    line-height: 75px;
    margin: 0;
}

h2,
.h2 {
    font-size: 40px;
    font-weight: 600;
    line-height: normal;
    margin: 0;
}

h3,
.h3 {
    font-size: 22px;
    font-weight: 600;
    line-height: normal;
    margin: 0;
}

h4,
.h4 {
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    margin: 0;
}

h5,
.h5 {
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    margin: 0;
}

h6,
.h6 {
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    margin: 0;
}

p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 20px;
    color: var(--textColorLight);
}

/* p:last-child {
    margin-bottom: 0
} */

.txt48 {
    font-size: 48px;
    font-weight: 400;
    line-height: normal;
    margin: 0;
    padding: 0
}

.txt36 {
    font-size: 36px;
    font-weight: 400;
    line-height: normal;
    margin: 0;
    padding: 0
}

.txt32 {
    font-size: 32px;
    font-weight: 400;
    line-height: normal;
    margin: 0;
    padding: 0
}

.txt30 {
    font-size: 30px;
    font-weight: 400;
    line-height: normal;
    margin: 0;
    padding: 0
}

.txt28 {
    font-size: 28px;
    font-weight: 400;
    line-height: normal;
    margin: 0;
    padding: 0
}

.txt24 {
    font-size: 24px;
    font-weight: 400;
    line-height: normal;
    margin: 0;
    padding: 0
}

.txt22 {
    font-size: 22px;
    font-weight: 400;
    line-height: normal;
    margin: 0;
    padding: 0
}

.txt20 {
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
    margin: 0;
    padding: 0
}

.txt18 {
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    margin: 0;
    padding: 0
}

.txt16 {
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    margin: 0;
    padding: 0
}

.txt15 {
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    margin: 0;
    padding: 0
}

.txt14 {
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    margin: 0;
    padding: 0
}

.txt13 {
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
    margin: 0;
    padding: 0
}

.txt12 {
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    margin: 0;
    padding: 0
}

.txt11 {
    font-size: 11px;
    font-weight: 400;
    line-height: normal;
    margin: 0;
    padding: 0
}

.txt10 {
    font-size: 10px;
    font-weight: 400;
    line-height: normal;
    margin: 0;
    padding: 0
}

img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%
}

ol,
ul {
    margin: 0;
    padding: 0;
    list-style: none
}

b {
    font-weight: 700;
}

.lh_1p0 {
    line-height: 1.0 !important;
}

.lh_1p1 {
    line-height: 1.1 !important;
}

.lh_1p2 {
    line-height: 1.2 !important;
}

.lh_1p3 {
    line-height: 1.3 !important;
}

.lh_1p4 {
    line-height: 1.4 !important;
}

.lh_1p5 {
    line-height: 1.5 !important;
}

.lh_1p6 {
    line-height: 1.6 !important;
}

.lh_1p7 {
    line-height: 1.7 !important;
}

.lh_1p8 {
    line-height: 1.8 !important;
}

a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

a:hover{
    text-decoration: none;
}

.ttCap {
    text-transform: capitalize
}

.ttUpper {
    text-transform: uppercase
}

.ttNone {
    text-transform: none
}

.fwExBold {
    font-weight: 800 !important
}

.fwBold {
    font-weight: 700 !important
}

.fwSemiBold {
    font-weight: 600 !important
}

.fwMedium {
    font-weight: 500 !important
}

.fwNormal {
    font-weight: 400 !important
}

.fsItalic {
    font-style: italic;
}

.dFlex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.dInFlex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.inv {
    flex-direction: row-reverse
}

.dNone {
    display: none;
}

.dBlock {
    display: block
}

.dInBlock {
    display: inline-block
}

.jcCenter {
    justify-content: center
}

.jcRight {
    justify-content: flex-end;
}

.jcSB {
    justify-content: space-between;
}

.aiCenter {
    align-items: center;
}

strong {
    font-weight: 700
}

input:focus,
textarea:focus,
button:focus,
select:focus,
a:focus {
    box-shadow: none !important;
    outline: none !important;
}

/*Margins-Paddings*/

.m_0 {
    margin: 0 !important;
}

.mt_0 {
    margin-top: 0 !important;
}

.mb_0 {
    margin-bottom: 0 !important;
}

.p_0 {
    padding: 0 !important;
}

.pt_0 {
    padding-top: 0 !important;
}

.pb_0 {
    padding-bottom: 0 !important;
}

.pl_0 {
    padding-left: 0 !important;
}

.pr_0 {
    padding-right: 0 !important;
}

.mt_4 {
    margin-top: 4px;
}

.mb_4 {
    margin-bottom: 4px;
}

.pt_4 {
    padding-top: 4px;
}

.pb_4 {
    padding-bottom: 4px;
}

.mt_6 {
    margin-top: 6px;
}

.mb_6 {
    margin-bottom: 6px;
}

.pt_6 {
    padding-top: 6px;
}

.pb_6 {
    padding-bottom: 6px;
}

.mt_8 {
    margin-top: 8px;
}

.mb_8 {
    margin-bottom: 8px;
}

.pt_8 {
    padding-top: 8px;
}

.pb_8 {
    padding-bottom: 8px;
}

.mt_10 {
    margin-top: 10px;
}

.mb_10 {
    margin-bottom: 10px;
}

.pt_10 {
    padding-top: 10px;
}

.pb_10 {
    padding-bottom: 10px;
}

.mt_12 {
    margin-top: 12px;
}

.mb_12 {
    margin-bottom: 12px;
}

.pt_12 {
    padding-top: 12px;
}

.pb_12 {
    padding-bottom: 12px;
}

.mt_14 {
    margin-top: 14px;
}

.mb_14 {
    margin-bottom: 14px;
}

.pt_14 {
    padding-top: 14px;
}

.pb_14 {
    padding-bottom: 14px;
}

.mt_16 {
    margin-top: 16px;
}

.mb_16 {
    margin-bottom: 16px;
}

.pt_16 {
    padding-top: 16px;
}

.pb_16 {
    padding-bottom: 16px;
}

.mt_18 {
    margin-top: 18px;
}

.mb_18 {
    margin-bottom: 18px;
}

.pt_18 {
    padding-top: 18px;
}

.pb_18 {
    padding-bottom: 18px;
}

.mt_20 {
    margin-top: 20px;
}

.mb_20 {
    margin-bottom: 20px;
}

.pt_20 {
    padding-top: 20px;
}

.pb_20 {
    padding-bottom: 20px;
}

.mt_24 {
    margin-top: 24px;
}

.mb_24 {
    margin-bottom: 24px;
}

.pt_24 {
    padding-top: 24px;
}

.pb_24 {
    padding-bottom: 24px;
}

.mt_28 {
    margin-top: 28px;
}

.mb_28 {
    margin-bottom: 28px;
}

.pt_28 {
    padding-top: 28px;
}

.pb_28 {
    padding-bottom: 28px;
}

.mt_32 {
    margin-top: 32px;
}

.mb_32 {
    margin-bottom: 32px;
}

.pt_32 {
    padding-top: 32px;
}

.pb_32 {
    padding-bottom: 32px;
}

.mt_36 {
    margin-top: 36px;
}

.mb_36 {
    margin-bottom: 36px;
}

.pt_36 {
    padding-top: 36px;
}

.pb_36 {
    padding-bottom: 36px;
}

.mt_40 {
    margin-top: 40px;
}

.mb_40 {
    margin-bottom: 40px;
}

.pt_40 {
    padding-top: 40px;
}

.pb_40 {
    padding-bottom: 40px;
}

.mt_44 {
    margin-top: 44px;
}

.mb_44 {
    margin-bottom: 44px;
}

.pt_44 {
    padding-top: 44px;
}

.pb_44 {
    padding-bottom: 44px;
}

.mt_48 {
    margin-top: 48px;
}

.mb_48 {
    margin-bottom: 48px;
}

.pt_48 {
    padding-top: 48px;
}

.pb_48 {
    padding-bottom: 48px;
}

.mt_52 {
    margin-top: 52px;
}

.mb_52 {
    margin-bottom: 52px;
}

.pt_52 {
    padding-top: 52px;
}

.pb_52 {
    padding-bottom: 52px;
}

.mt_56 {
    margin-top: 56px;
}

.mb_56 {
    margin-bottom: 56px;
}

.pt_56 {
    padding-top: 56px;
}

.pb_56 {
    padding-bottom: 56px;
}

.mt_60 {
    margin-top: 60px;
}

.mb_60 {
    margin-bottom: 60px;
}

.pt_60 {
    padding-top: 60px;
}

.pb_60 {
    padding-bottom: 60px;
}

.mt_64 {
    margin-top: 64px;
}

.mb_64 {
    margin-bottom: 64px;
}

.pt_64 {
    padding-top: 64px;
}

.pb_64 {
    padding-bottom: 64px;
}

.mt_68 {
    margin-top: 68px;
}

.mb_68 {
    margin-bottom: 68px;
}

.pt_68 {
    padding-top: 68px;
}

.pb_68 {
    padding-bottom: 68px;
}

.mt_72 {
    margin-top: 72px;
}

.mb_72 {
    margin-bottom: 72px;
}

.pt_72 {
    padding-top: 72px;
}

.pb_72 {
    padding-bottom: 72px;
}

.mt_76 {
    margin-top: 76px;
}

.mb_76 {
    margin-bottom: 76px;
}

.pt_76 {
    padding-top: 76px;
}

.pb_76 {
    padding-bottom: 76px;
}

.mt_80 {
    margin-top: 80px;
}

.mb_80 {
    margin-bottom: 80px;
}

.pt_80 {
    padding-top: 80px;
}

.pb_80 {
    padding-bottom: 80px;
}

.mt_84 {
    margin-top: 84px;
}

.mb_84 {
    margin-bottom: 84px;
}

.pt_84 {
    padding-top: 84px;
}

.pb_84 {
    padding-bottom: 84px;
}

.mt_88 {
    margin-top: 88px;
}

.mb_88 {
    margin-bottom: 88px;
}

.pt_88 {
    padding-top: 88px;
}

.pb_88 {
    padding-bottom: 88px;
}

.mt_92 {
    margin-top: 92px;
}

.mb_92 {
    margin-bottom: 92px;
}

.pt_92 {
    padding-top: 92px;
}

.pb_92 {
    padding-bottom: 92px;
}

.mt_96 {
    margin-top: 96px;
}

.mb_96 {
    margin-bottom: 96px;
}

.pt_96 {
    padding-top: 96px;
}

.pb_96 {
    padding-bottom: 96px;
}

.mt_100 {
    margin-top: 100px;
}

.mb_100 {
    margin-bottom: 100px;
}

.pt_100 {
    padding-top: 100px;
}

.pb_100 {
    padding-bottom: 100px;
}

.mt_104 {
    margin-top: 104px;
}

.mb_104 {
    margin-bottom: 104px;
}

.pt_104 {
    padding-top: 104px;
}

.pb_104 {
    padding-bottom: 104px;
}

.mt_108 {
    margin-top: 108px;
}

.mb_108 {
    margin-bottom: 108px;
}

.pt_108 {
    padding-top: 108px;
}

.pb_108 {
    padding-bottom: 108px;
}

.mt_112 {
    margin-top: 112px;
}

.mb_112 {
    margin-bottom: 112px;
}

.pt_112 {
    padding-top: 112px;
}

.pb_112 {
    padding-bottom: 112px;
}

.mt_116 {
    margin-top: 116px;
}

.mb_116 {
    margin-bottom: 116px;
}

.pt_116 {
    padding-top: 116px;
}

.pb_116 {
    padding-bottom: 116px;
}

.mt_120 {
    margin-top: 120px;
}

.mb_120 {
    margin-bottom: 120px;
}

.pt_120 {
    padding-top: 120px;
}

.pb_120 {
    padding-bottom: 120px;
}

.mAuto {
    margin-left: auto;
    margin-right: auto;
}

.minW_0 {
    min-width: 0 !important;
}

.maxW_1100 {
    max-width: 1100px !important;
}

.maxW_1150 {
    max-width: 1150px !important;
}

.maxW_1000 {
    max-width: 1000px !important;
}

.maxW_1050 {
    max-width: 1050px !important;
}

.maxW_1020 {
    max-width: 1020px !important;
}

.maxW_1096 {
    max-width: 1096px !important;
}

.maxW_900 {
    max-width: 900px !important;
}

.maxW_950 {
    max-width: 950px !important;
}

.maxW_920 {
    max-width: 920px !important;
}

.maxW_800 {
    max-width: 800px !important;
}

.maxW_850 {
    max-width: 850px !important;
}

.maxW_700 {
    max-width: 700px !important;
}

.maxW_750 {
    max-width: 750px !important;
}

.maxW_600 {
    max-width: 600px !important;
}

.maxW_650 {
    max-width: 650px !important;
}

.maxW_500 {
    max-width: 500px !important;
}

.maxW_550 {
    max-width: 550px !important;
}

.maxW_400 {
    max-width: 400px !important;
}

.maxW_420 {
    max-width: 420px !important;
}

.maxW_450 {
    max-width: 450px !important;
}

.maxW_380 {
    max-width: 380px !important;
}

.maxW_350 {
    max-width: 350px !important;
}

.maxW_300 {
    max-width: 300px !important;
}

.textCenter {
    text-align: center !important;
}

.textLeft {
    text-align: left !important;
}

.textRight {
    text-align: right !important;
}

.textJustify {
    text-align: justify
}

.fdCol {
    flex-direction: column
}

.imgCenter img {
    display: block;
    margin: auto
}

.posRel {
    position: relative;
}

.posAbs {
    position: absolute;
}

.fullWidth {
    width: 100%;
}

.colorBlack {
    color: #000000;
}

.colorWhite {
    color: #ffffff;
}

.colorBlue {
    color: var(--blue);
}

.colorYellow {
    color: var(--yellow);
}

.colorBlack1{
    color: var(--black1);
}

.textColorLight{
    color: var(--textColorLight);
}

.textColorLight1{
    color: var(--textColorLight1);
}

.textColorLight2{
    color: var(--textColorLight2);
}

.bgWhite {
    background-color: white !important;
}


.w_1_3 {
    width: 33.33%
}

.w_2_3 {
    width: 66.66%
}

.w_1_4 {
    width: 25%
}

.w_2_4,
.w_1_2 {
    width: 50%
}

.w_3_4 {
    width: 75%
}

.w_1_1 {
    width: 100%
}

.container1 {
    width: 100%;
    max-width: 1392px;
    margin-left: auto;
    margin-right: auto;
}

.btn {
    font-family: "Outfit", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    border-radius: 30px;
    min-height: 50px;
    min-width: 155px;
    padding: 5px 26px;
    background-color: var(--blue);
    border: 1px solid var(--blue);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all ease 0.3s;
}

.btn:hover, .webform-submission-contact-us-form .form-submit.btn:hover{
    text-decoration: none;
    background-color: #fff;
    color: var(--blue);
}

.btnYellow{
    background-color: var(--yellow);
    border: 1px solid var(--yellow);
    color: var(--black1);
}

.btnYellow:hover{
    text-decoration: none;
    color: var(--black1);
}

.btn.inv{
    background-color: transparent;
    color: var(--blue);
}

.btn.inv:hover{
    text-decoration: none;
    background-color: var(--blue);
    color: #fff;
}

.btn1{
    font-family: "Outfit", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    border-radius: 30px;
    min-height: 30px;
    padding: 5px 12px;
    background-color: transparent;
    border: 1px solid #345170;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all ease 0.3s;
}
.btn1:hover{
    text-decoration: none;
    background-color: var(--blue);
    color: #fff;
}

.btn1.yellow{
    background-color: var(--yellow);
    border: 1px solid var(--yellow);
    color: var(--black1);
}
.btn1.yellow:hover{
    background-color: #fff;
    border-color: var(--black1);
}
/*  */

/**/


.owl-stage {
    display: flex;
}

.owl-carousel .owl-stage-outer {
    margin: -20px;
    padding: 20px
}

.item {
    display: flex;
    flex: 1 0 auto;
    height: 100%;
}

.link {
    color: var(--blue);
}

.form-group {
    position: relative;
}


.dropdown-toggle::after {
    width: 6px;
    height: 6px;
    background: transparent;
    border-right: 1.5px solid #000;
    border-bottom: 1.5px solid #000;
    border-top: 0;
    border-left: 0;
    transform: rotate(45deg);
}

.btnFlex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

button.navbar-toggler {
    background: var(--blue);
    border: 1px solid var(--blue);
    border-radius: 6px;
    padding: .25rem .55rem;
}

.adminHBW button.navbar-toggler {
    background: none;
    background-color: transparent;
    border: 1px solid var(--blue);
    border-radius: 8px;
    padding: 0 0;
    width: 40px;
    height: 40px;
}

.bar1,
.bar2,
.bar3 {
    background-color: #fff;
    cursor: pointer;
    height: 2px;
    margin: 6px 0;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 30px;
    display: block;
}

.bar2 {
    width: 20px;
}

button:focus:not(:focus-visible) {
    box-shadow: none;
}


/************* colors-end *************/

/************* Header-start *************/
.header {
    background-color: #fff;
    position: relative;
    z-index: 9;
}

nav#myHeader {
    display: block;
    padding: 4px 0;
    transition: 0.3s all;
}

.navbar-brand {
    display: flex;
    align-items: center;
    padding: 0;
}

.navbar-brand>img {
    width: 80px;
    transition: all ease 0.3s;
}

.adminHBW .navbar-brand>img {
    width: 62px;
    height: 62px;
    margin-right: 8px;
}

.navbar-nav {
    gap: 45px;
}

.navbar-expand-xl .navbar-nav .nav-link {
    font-family: "Outfit", sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #000;
    transition: all ease 0.3s;
    position: relative;
}

.navbar-expand-xl .navbar-nav .nav-link:hover,
.navbar-expand-xl .navbar-nav .nav-link.active,
.navbar-expand-xl .navbar-nav .nav-link.is-active{
    color: var(--blue);
}

.navbar-expand-xl .navbar-nav .nav-link:before{
    display: block;
    content: "";
    width: 0;
    height: 2px;
    background-color: var(--blue);
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    margin-top: -5px;
    transition: all ease 0.3s;
}

.navbar-expand-xl .navbar-nav .nav-link:hover:before,
.navbar-expand-xl .navbar-nav .nav-link.active:before,
.navbar-expand-xl .navbar-nav .nav-link.is-active:before{
    /* width: 30px; */
    width: 50%;
}

nav.sticky_header#myHeader {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.05);
    z-index: 9;
}

.navbar-nav .dropdown-menu {
    min-width: 250px;
    padding: 0;
}

.dropdown-menu .dropdown-item {
    padding: 10px 15px;
    line-height: 1.2;
}

.dropdown-menu .dropdown-item:active {
    opacity: 1;
}
.headerBtn{
    gap: 10px;
    margin-left: 70px;
}

/************* Header-end *************/
.headerTopSec{
    background-color: #00172F;
    padding: 10px 0;
}
.headerTopSecIn{
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.headerTopSecInLft{
    align-items: center;
    justify-content: flex-start;
    gap: 40px;
}
.headerTopSecInRgt{
    align-items: center;
    justify-content: flex-end;
    gap: 25px;
}
.headerTopSec a{
    color: #fff;
    line-height: 1;
    display: inline-flex;
    gap: 8px;
    transition: all ease 0.3s;
}
.headerTopSec a:hover{
    color: var(--yellow);
}
/* Banner Start */
.bannerSection{
    position: relative;
    overflow: hidden;
    padding: 190px 0 240px;
    background-color: #F5FAFF;
}
.bannerBg{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
}
.bannerBg img{
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
}
.bannerIn{
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 45px;
    position: relative;
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.bannerSection h1{
    text-transform: none;
    color: #000;
}
.bannerSection h1 span{
    color: var(--blue);
}
.bnrSearch{
    width: 100%;
    position: relative;
}
.bnrSearch input[type="text"]{
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 30px;
    width: 100%;
    height: 65px;
    padding: 8px 160px 8px 62px;
    font-family: "Outfit", sans-serif;
    transition: all ease 0.3s;
}
.bnrSearch input[type="text"]:focus{
    border-color: var(--blue);
}
.bnrSearch input[type="text"]:focus ~ .field-suffix i{
    color: var(--blue);
}
.bnrSearch input[type="text"]::-webkit-input-placeholder,
.nlForm input[type="email"]::-webkit-input-placeholder,
.coursesSearch input[type="text"]::-webkit-input-placeholder,
.contactForm .form-control::-webkit-input-placeholder,
.loginForm .formInpt input::-webkit-input-placeholder,
.user-register-form.coursesFilter .form-search::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #555;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  font-size: 16px;
}
.bnrSearch input[type="text"]::-moz-placeholder,
.nlForm input[type="email"]::-moz-placeholder,
.coursesSearch input[type="text"]::-moz-placeholder,
.contactForm .form-control::-moz-placeholder,
.loginForm .formInpt input::-moz-placeholder,
.user-register-form.coursesFilter .form-search::-moz-placeholder { /* Firefox 19+ */
  color: #555;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  font-size: 16px;
}
.bnrSearch input[type="text"]:-ms-input-placeholder,
.nlForm input[type="email"]:-ms-input-placeholder,
.coursesSearch input[type="text"]:-ms-input-placeholder,
.contactForm .form-control:-ms-input-placeholder,
.loginForm .formInpt input:-ms-input-placeholder,
.user-register-form.coursesFilter .form-search:-ms-input-placeholder { /* IE 10+ */
  color: #555;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  font-size: 16px;
}
.bnrSearch input[type="text"]:-moz-placeholder,
.nlForm input[type="email"]:-moz-placeholder,
.coursesSearch input[type="text"]:-moz-placeholder,
.contactForm .form-control:-moz-placeholder,
.loginForm .formInpt input:-moz-placeholder,
.user-register-form.coursesFilter .form-search:-moz-placeholder { /* Firefox 18- */
  color: #555;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  font-size: 16px;
}
.bnrSearch i{
    position: absolute;
    left: 29px;
    top: 50%;
    transform: translateY(-50%);
    color: #555;
}
.bnrSearch .btn{
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
}
.bnrNote{
    font-size: 25px;
    font-weight: 500;
}
.box3Common{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
    margin-left: -12px;
    margin-right: -12px;
}
.box3Common > li{
    width: 33.33%;
    padding: 12px;
}
.box4Common{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
    margin-left: -12px;
    margin-right: -12px;
}
.box4Common > li{
    width: 25%;
    padding: 12px;
}
.elsSec{
    background-color: #02264D;
}
.elsBox{
    height: 100%;
    border: 1px solid #345170;
    border-radius: 20px;
    padding: 20px 35px;
    align-items: center;
    gap: 24px;
    color: #fff;
    transition: all ease 0.3s;
}
.elsBox:hover{
    border-color: #fff;
}
.elsIcon{
    width: 58px;
    height: 58px;
    background-color: var(--yellow);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.elsTxt{
    flex: 1;
}
.elsBox h2{
    font-size: 25px;
    margin-bottom: 5px;
}
.elsBox p{
    line-height: normal;
    color: #fff;
}
.exploreSec{
    background-color: #02264D;
    color: #fff;
}
.exploreBox{
    height: 100%;
    border: 1px solid #345170;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all ease 0.3s;
}
.exploreBox:hover,
.exploreBox:hover .exploreBoxBottom{
    border-color: #fff;
}
.exploreBoxTop{
    padding: 35px 24px 20px;
}
.exploreBoxMainImg{
    height: 238px;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 18px;
}
.exploreBoxMainImg img{
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
}
.exploreTag{
    display: inline-block;
    background-color: #19487B;
    border-radius: 20px;
    padding: 2px 13px;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    color: var(--blue);
}
.exploreHlgtBlock{
    align-items: center;
    gap: 30px;
}
.exploreHlgt{
    align-items: center;
    gap: 5px;
    font-size: 14px;
    font-weight: 500;
    color: #ccc;
}
.exploreAuthInfo{
    align-items: center;
    justify-content: space-between;
}
.exploreAuthInfoLft{
    align-items: center;
    gap: 6px;
}
.exploreAuthInfoImg{
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.exploreAuthInfoImg img{
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
}
.exploreAuthInfoTxt{
    flex: 1;
    font-size: 14px;
    color: rgba(204, 204, 204, 0.8);
    line-height: normal;
}
.eaNm{
    color: #fff;
}
.exploreAuthInfoRgt{
    align-items: center;
    gap: 5px;
    font-size: 14px;
    color: rgba(204, 204, 204, 0.8);
    line-height: normal;
}
.starRat{
    align-items: center;
    gap: 5px;
}
.exploreBoxBottom{
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #345170;
    padding: 13px 24px;
    transition: all ease 0.3s;
}
.learnBox{
    background-color: #fff;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    padding: 56px 48px;
    border-radius: 30px;
    text-align: center;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    height: 100%;
    transition: all ease 0.3s;
}
.learnBox:hover{
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
}
.learnBoxIcon{
    width: 120px;
    height: 120px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--yellow);
    margin: auto;
    margin-bottom: 15px;
}
.learnBox p{
    color: #555;
}

.experienceIn{
    align-items: flex-start;
    justify-content: space-between;
}
.experienceImgBlock{
    width: 625px;
    flex-shrink: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
}
.experienceTxtBlock{
    flex: 1;
    padding-right: 100px;
}
.experienceImg{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 300px;
}
.experienceImgLft{
    justify-content: flex-end;
}
.experienceImgLft img{
    border-radius: 0 45px 0 45px;
}
.experienceImgRgt{
    gap: 13px;
}
.experienceImgRgt .experienceImgRgtIn img{
    border-radius: 45px 0 45px 0;
    position: relative;
}
.experienceImgRgtIn{
    position: relative;
    padding: 7px;
}
.experienceImgRgtIn:before {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 34px;
    bottom: 0;
    content: "";
    width: auto;
    height: 100%;
    border: 2px solid var(--blue);
    border-radius: 45px 0 45px 0;
}
.getSupport{
    background-color: #02264D;
    padding: 22px 27px;
    border-radius: 45px 0 45px 0;
    align-items: center;
}
.gsIcon{
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #F3D70B;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.gsTxt{
    flex: 1;
    padding-left: 13px;
    color: #fff;
}
.gsTxt span{
    display: block;
    font-size: 25px;
    font-weight: 700;
    line-height: normal;
}
.experienceTxtFea{
    align-items: center;
    gap: 62px;
}
.experienceTxtFeaIn{
    align-items: center;
    gap: 11px;
    width: 50%;
    flex: 1;
}
.experienceTxtFeaIcon{
    width: 75px;
    height: 75px;
    border-radius: 50%;
    background-color: var(--yellow);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.experienceTxtFeaTxt{
    flex: 1;
}
.experienceTxtFeaTxt p{
    font-size: 14px;
    line-height: 20px;
}
.feaBox{
    background-color: #fff;
    border-radius: 20px;
    padding: 36px 24px;
    align-items: center;
    gap: 15px;
    transition: all ease 0.3s;
}
.feaBox:hover{
    box-shadow: 0px 0px 12px rgba(255, 255, 255, 0.8);
}
.feaIcon{
    width: 50px;
    height: auto;
    flex-shrink: 0;
}
.feaTxt{
    flex: 1;
}
.feaTxt p{
    line-height: normal;
}
.feaSec{
    position: relative;
}
.feaBg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.feaBg img{
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
}
.feaSec:after{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    content: "";
    background-color: rgba(2, 38, 77, 0.9);
}
.feaIn{
    position: relative;
    z-index: 1;
}
.careIn{
    align-items: center;
    justify-content: space-between;
}
.careImgBlock{
    align-items: center;
    width: 618px;
    flex-shrink: 0;
}
.careTxtBlock{
    flex: 1;
    padding-left: 80px;
}
.careImg{
    width: 300px;
}
.careImgLftIn{
    position: relative;
    padding: 32px 24px;
}
.careImgLftIn img{
    border-radius: 45px 0 45px 0;
    position: relative;
}
.careImgLftIn:before{
    display: block;
    content: "";
    position: absolute;
    top: 16px;
    bottom: 16px;
    left: 62px;
    right: -70px;
    border: 2px solid var(--blue);
    border-radius: 55px 0 0 0;
}
.careImgRgt{
    gap: 24px;
    position: relative;
}
.careImgRgt img:nth-child(1){
    border-radius: 0 45px 0 45px;
}
.careImgRgt img:nth-child(2){
    border-radius: 45px 0 45px 0;
}
.listStyleCircleCheck{
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.listStyleCircleCheck li{
    position: relative;
    padding-left: 26px;
}
.listStyleCircleCheck li:before{
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    background: url("../images/circleCheck.png") center center no-repeat;
    background-size: 100%;
    width: 15px;
    height: 15px;
}
.newsletterSec{
    position: relative;
}
.newsletterSec .container{
    position: relative;
}
.newsletterIn{
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}
.nlBg{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #02264D;
}
.nlBg img{
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
}
.nlLeft,
.nlRight{
    flex: 1;
}
.nlForm{
    min-width: 590px;
    position: relative;
}
.nlForm input[type="email"]{    
    background-color: #f4f4f4;
    border: 1px solid #ccc;
    border-radius: 30px;
    width: 100%;
    height: 60px;
    padding: 20px 145px 20px 25px;
    transition: all ease 0.3s;
}
.nlForm input[type="text"]:focus{
    border-color: var(--blue);
}
.nlForm .btn{
    position: absolute;
    right: 0;
    top: 0;
    height: 60px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    min-width: 145px;
}
/* footer */
.footer{
    background-color: #FBFBFB;
}
.footerTop{
    justify-content: space-between;
}
.footerTopCol1{
    width: 100%;
    max-width: 380px;
}
.footerTopCol2{
    width: 100%;
    max-width: 200px;
}
.footerTopCol3{
    width: 100%;
    max-width: 150px;
}
.footerTopCol4{
    width: 100%;
    max-width: 300px;
}
.footerLogo{
    display: block;
    max-width: 95px;
}
.footerTop p{
    font-family: "Asap", sans-serif;
}
.footerSocial{
    align-items: center;
    gap: 9px;
}
.footerSocial a{
    width: 30px;
    height: 30px;
    border: 1px solid var(--yellow);
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--yellow);
    transition: all ease 0.3s;
}
.footerSocial a:hover{
    background-color: var(--yellow);
    color: #fff;
}
.footerTopCol .h6{
    margin-bottom: 16px;
}
.footerTopCol ul{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.footerTopCol ul li a{
    display: block;
    position: relative;
    padding-left: 28px;
    background: url("../images/doubleArwRgt.png") left center no-repeat;
    background-size: auto;
    color: #555;
    transition: all ease 0.3s;
}
.footerTopCol ul li a:hover, .footerTopCol p a:hover{
    color: var(--yellow);
}
.footerColContact {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.footerTopCol p, .footerTopCol p a{
    display: flex;
    align-items: flex-start;
    gap: 9px;
    color: #555;
    margin-bottom: 0;
}
.footerTopCol p a img{
    flex-shrink: 0;
    width: 18px;
    margin-top: 7px;
}
.footerBottom p{
    color: #555;
}

/* About US page */

.ipBannerSection{
    height: 450px;
    position: relative;
}
.ipBannerSection .bannerBg:after{
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 20, 41, 0.75);
}
.ipBannerSection .container,
.ipBannerSection .bannerIn{
    height: 100%;
}
.bnrBC{
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
}
.bnrBC li{
    position: relative;
    display: flex;
    align-items: center;
}
.bnrBC li:after{
    display: block;
    content: "/";
    padding: 0 5px 0 8px;
    color: #fff;
}
.bnrBC li:last-child:after{
    display: none;
}
.bnrBC li a{
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    text-transform: capitalize;
}
.bnrBC li:last-child a{
    color: var(--blue);
    pointer-events: none;
}
.reasonSec{
    background-color: #fff;
}
.reasonSec.experienceImgBlock{
    flex-direction: row-reverse;
    align-items: flex-end;
    width: 100%;
    max-width: 600px;
}
.reasonSec .experienceImg{
    width: 48%;
}
.reasonSec .experienceImgRgt .experienceImgRgtIn img{
    transform: scaleX(-1);
}
.reasonSec .experienceImgRgtIn:before{
    display: none;
}
.reasonSec .experienceImgRgtIn{
    padding: 0;
}
.reaBlueShape{
    border-radius: 0 45px 0 45px;
    background-color: #4D9CD4;
}
.reaBlueShape * {
    line-height: 1;
}
.reasonInTxt{
    padding-left: 140px;
    flex: 1;
}
.reasonList{
    position: relative;
    flex-direction: column;
}
.reasonList li{
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
    padding-bottom: 45px;
}
.reasonList li:last-child{
    padding-bottom: 0;
}
.reasonList li:before{
    display: block;
    content: "";
    position: absolute;
    left: 25px;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: #ccc;
}
.reasonList li:last-child::before{
    display: none;
}
.reasonList li .rlImg{
    width: 50px;
    background-color: #fff;
    position: relative;
    flex-shrink: 0;
}
.rlTxt{
    flex: 1;
    padding-left: 35px;
}
.expertBox{
    border: 1px solid #ccc;
    border-radius: 20px;
    text-align: center;
    overflow: hidden;
    transition: all ease 0.3s;
}
.expertBox:hover{
    background-color: #FAFDFF;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
}
.expertImg{
    width: 100%;
    height: 380px;
}
.expertImg img{
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
}
.expertSocial{
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.expertSocial li a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border: 1px solid #ccc;
    border-radius: 50%;
    font-size: 18px;
    color: var(--yellow);
    transition: all ease 0.3s;
}
.expertSocial li a:hover{
    border-color: var(--yellow);
    background-color: var(--yellow);
    color: #fff;
}
.expertCtnt{
    padding: 15px;
}
.expertSec{
    background-color: #fff;
}
.contactIn{
    align-items: flex-start;
    justify-content: space-between;
}
.lrBlock{
    width: 100%;
    max-width: 790px;
    padding-right: 86px;
    border-right: 1px solid #ccc;
}
.oiBlock{
    width: 100%;
    max-width: 570px;
    padding-left: 86px;
}
.contactIn h2{
    margin-bottom: 4px;
}
.contactForm ul{
    margin-left: -12px;
    margin-right: -12px;
    align-items: flex-start;
}
.contactForm ul li{
    padding: 12px;
}
.contactForm label{
    font-size: 18px;
    color: #000;
    margin-bottom: 0.5rem;
}
.contactForm .form-control{
    background-color: #fff;
    border-color: #ccc;
    border-radius: 6px;
    color: #000;
    height: 50px;
    padding: 10px 15px;
    margin: 0 !important;
    font-family: "Outfit", sans-serif;
}
.contactForm .form-control:focus{
    border-color: var(--blue);
}
.contactForm textarea.form-control{
    height: 108px;
}
.oiContactInfo{
    flex-direction: column;
    gap: 40px;
}
.oiContactBox{
    align-items: center;
    justify-content: flex-start;
    gap: 14px;
}
.oiContactBoxIcon{
    width: 60px;
    height: 60px;
    background-color: var(--yellow);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.oiContactBoxTxt{
    flex: 1;
}
.coursesFilter{
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.coursesSearch{
    position: relative;
    width: 100%;
    max-width: 492px;
}
.coursesSearch input[type="text"]{
    width: 100%;
    height: 50px;
    background-color: #F4F4F4;
    border: 1px solid #ccc;
    border-radius: 10px;
    color: var(--textColorLight);
    padding: 12px 20px;
    padding-right: 50px;
    transition: all ease 0.3s;
}
.coursesSearch input[type="text"]:focus{
    border-color: var(--blue);
}
.coursesSearch input[type="text"]:focus,
select.custom-select:focus{
    border-color: var(--blue);
}
.cBtn{
    width: 50px;
    height: 100%;
    padding-left: 12px;
    background: none;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: absolute;
    right: 0;
    top: 0;
}
.coursesSearch input[type="text"]:focus ~ .cBtn{
    color: var(--blue);
}
.coursesSearch input[type="text"]:focus ~ .cBtn:hover{
    color: var(--yellow);
}
.cfRight{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    width: 100%;
    flex: 1;
}
.custom-select{
    width: 100%;
    max-width: 250px;
    height: 50px;
    background-color: #F4F4F4;
    border: 1px solid #ccc;
    border-radius: 10px;
    color: var(--textColorLight);
    padding: 10px 15px;
}
/*  */
.sort-wrapper {
  position: relative;
  display: inline-block;
}

.sort-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 7px;
  min-width: 170px;
  padding: 10px 15px;
  background: #F4F4F4;
  border: 1px solid #ccc;
  border-radius: 8px;
  cursor: pointer;
  font-size: 16px;
  color: var(--textColorLight);
  transition: all ease 0.3s;
}

button.sort-btn:focus{
    border-color: var(--blue);
}

.sort-btn svg path{
    fill: var(--textColorLight);
}

.sort-icon {
  fill: #555;
}

.sort-dropdown {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  width: 100%;
  background: #F4F4F4;
  border: 1px solid #ccc;
  border-radius: 8px;
  list-style: none;
  margin: 0;
  padding: 6px 0;
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
  display: none;
  z-index: 100;
}

.sort-dropdown.open {
    display: block;
}

#sortDropdown {
  display: none;
}

#sortDropdown.open {
  display: block;
}

.sort-dropdown li {
  padding: 8px 15px;
  font-size: 16px;
  color: var(--textColorLight);
  cursor: pointer;
}

.sort-dropdown li:hover {
  background: #fff;
}
/*  */
.coursesSec .exploreBox{
    border-color: #ccc;
}
.coursesSec .exploreTag,
.coursesDtlSec .exploreTag{
    background-color: #D4E8FC;
    color: #4D9CD4;
}
.coursesSec .exploreBoxBottom,
.coursesSec .exploreBox:hover .exploreBoxBottom {
    border-color: #ccc;
}
.coursesDtlSec{
    background-color: #fff;
}
.coursesDtlIn{
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
}
.coursesDtlMain{
    flex: 1;
    border: 1px solid #ccc;
    border-radius: 20px;
    padding: 24px;
}
.coursesPurchase{
    width: 400px;
    flex-shrink: 0;
    border: 1px solid #ccc;
    border-radius: 20px;
    padding: 24px;
}
.coursesDtlImg{
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 18px;
}
.courseDtlInfo{
    align-items: center;
    margin-top: 15px;
}
.courseDtlInfo li{
    position: relative;
    padding: 0 20px;
    align-items: center;
    gap: 6px;
}
.courseDtlInfo li:first-child{
    padding-left: 0;
}
.courseDtlInfo li:last-child{
    padding-right: 0;
}
.courseDtlInfo li:after{
    display: block;
    content: "";
    width: 1px;
    height: 17px;
    background-color: #ccc;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.courseDtlInfo li:last-child:after{
    display: none;
}
.courseAuthrImg{
    width: 35px;
    height: 35px;
    border-radius: 50%;
    overflow: hidden;
}
.courseAuthrImg img{
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
}
.coursesPurchase .custom-select{
    width: 100%;
    max-width: 100%;
}
.coursesPurchase .btnFlex{
    flex-wrap: nowrap;
}
.coursesPurchase .btn{
    border-radius: 8px;
    min-width: 0;
    max-width: 100%;
    flex: 1;
}
.courseInfo{
    flex-direction: column;
    gap: 16px;
}
.courseInfo li{
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.courseInfoHd{
    display: flex;
    align-items: center;
    gap: 15px;
}
.bgWhite{
    background-color: #fff !important;
}
.servicesSec1 .careTxtBlock{
    padding-left: 0;
    padding-right: 80px;
}
.servicesSec1 .careImgBlock{
    flex-direction: row-reverse;
}
.servicesSec1 .careImgRgt img:nth-child(1) {
    border-radius: 45px 0 45px 0;
}
.servicesSec1 .careImgRgt img:nth-child(2) {
    border-radius: 0 45px 0 45px;
}
.servicesSec1 .careImgLftIn img{
    border-radius: 0 45px 0 45px;
}
.servicesSec1 .careImgLftIn:before{
    border-radius: 0 55px 0 0;
    top: 0;
    bottom: 0;
    left: -50px;
    right: 70px;
}
.serv2ImgBlock{
    width: 100%;
    max-width: 554px;
    flex-shrink: 0;
    border-radius: 45px 0 45px 0;
    overflow: hidden;
    margin: auto;
}
/* Login Page */
.loginHdr{
    position: absolute;
    left: 58px;
    top: 36px;
    z-index: 1;
}
.logoLogin {
    width: 120px;
    display: block;
}
.loginSec{
    min-height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.loginBgBlock{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #F3F8FF;
    background: linear-gradient(180deg, rgba(243, 248, 255, 1) 15%, rgba(194, 223, 255, 1) 100%);
}
.loginBgBlock img{
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    position: relative;
}
.loginWrap{
    width: 100%;
    max-width: 630px;
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}
.loginBox{
    background-color: white;
    border-radius: 35px;
    padding: 32px 40px;
    box-shadow: 2px 2px 14px rgba(56, 56, 56, 0.14);
}
.loginHD{
    text-align: center;
    width: 100%;
    /* max-width: 300px; */
    margin-left: auto;
    margin-right: auto;
}
.loginHD h2{
  color: #232529;
}
.loginHD p{
  color: #232529;
  line-height: normal;
}
.loginForm .formInpt label{
    display: block;
    color: #000;
    line-height: normal;
}
.formInpt label span {
    color: #FF0000;
}
.loginForm .formInpt input {
    background-color: #F9FAFB;
    border: 1px solid #EEEEEE;
    border-radius: 8px;
    color: #000;
    width: 100%;
    height: 48px;
    padding: 10px 12px;
    font-family: "Outfit", sans-serif;
    transition: all ease 0.3s;
}
.loginForm .formInpt input:focus{
    border-color: var(--blue);
}
.formInpt {
    position: relative;
}
.formInpt .custom-select{
    background-color: #F9FAFB;
    border: 1px solid #EEEEEE;
    border-radius: 8px;
    color: #000;
    width: 100%;
    max-width: 100%;
    height: 48px;
    padding: 10px 12px;
    font-family: "Outfit", sans-serif;
}
.formInptWrap2{
    display: flex;
    justify-content: space-between;
}
.formInptWrap2 .formInpt{
    width: 100%;
    max-width: calc(50% - 8px);
}
.shPW button {
    background: none;
    border: 0;
    width: 16px;
    height: 16px;
    position: absolute;
    right: 20px;
    bottom: 16px;
    cursor: pointer;
}

.shPW button.show img.showPW {
    display: block;
}

.shPW button.hide img.hidePW {
    display: block;
}

.shPW button.hide img.showPW,
.shPW button.show img.hidePW {
    display: none;
}
.rmWrap {
    justify-content: space-between;
    align-items: flex-start;
}
/* CSS Custom Checkbox */
.tccL {
    display: flex;
    align-items: center;
    gap: 8px;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.tccL input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.tccL .checkmark {
    position: relative;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #F9FAFB;
    border: 1px solid #FCA228;
    border-radius: 3px;
    flex-shrink: 0;
}

.tccL:hover input~.checkmark {
    background-color: transparent;
    border: 1px solid #FCA228;
}

.tccL input:checked~.checkmark {
    background-color: #FCA228;
}
.tccL input:checked~.checkmark:hover{
    border-color: #FCA228;
}

.tccL .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.tccL input:checked~.checkmark:after {
    display: block;
}

.tccL .checkmark:after {
    left: 6px;
    top: 2px;
    width: 6px;
    height: 11px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.rmRight a, .loginForm p a{
    color: #0D78EC;
}
.rmRight a:hover, .loginForm p a:hover{
    text-decoration: underline;
}
.loginForm input[type="submit"]{
    background-color: #0D78EC;
    border-color: #0D78EC;
}
.loginForm input[type="submit"]:hover,
.loginForm input[type="submit"]:focus{
    background-color: transparent;
    color: #0D78EC;
}
/*  */
.navbar-nav .main-menu__item{
    padding: 0;
}
.exploreSec .view-opigno-training-catalog{
    padding-bottom: 0;
}
.bnrSearchWrap{
    width: 100%;
}
.bnrSearchWrap .view-filters.form-group{
    margin-bottom: 0;
}
.views-exposed-form .form-items-group > .form-item{
    margin-right: 0;
}
.bnrSearchWrap form .form-submit.btn{
    font-family: "Outfit", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    border-radius: 30px;
    min-height: 50px;
    min-width: 155px;
    padding: 5px 26px;
    background-color: var(--blue);
    border: 1px solid var(--blue);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all ease 0.3s;
}
.bnrSearchWrap form .form-submit.btn:hover{
    background-color: #fff;
    color: var(--blue);
}
/* .bnrSearch:before{
    display: block;
    content: "\f002";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 29px;
    top: 50%;
    transform: translateY(-50%);
    color: #555;
} */
.gsTxt h5,
.gsTxt p{
    color: #fff;
}
form.nlForm .form-submit.btn{
    position: absolute;
    right: 0;
    top: 0;
    height: 60px;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    min-width: 145px;
    font-family: "Outfit", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    border-radius: 30px;
    min-height: 50px;
    padding: 5px 26px;
    background-color: var(--blue);
    border: 1px solid var(--blue);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all ease 0.3s;
    margin-right: 0;
}
.footerSocial .headerTopSecInRgt{
    gap: 9px;
}
.careTxtBlock .btn{
    margin-top: 20px;
}
fieldset.contactForm > legend{
    display: none;
}
.contactForm .w_2_4, 
.contactForm .w_1_2 {
    width: calc(50% - 12px);
}
.webform-submission-contact-us-form .form-submit.btn{
    font-family: "Outfit", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    border-radius: 30px;
    min-height: 50px;
    min-width: 155px;
    padding: 5px 26px;
    background-color: var(--blue);
    border: 1px solid var(--blue);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all ease 0.3s;
}
.oiContactBoxTxt{
    font-size: 16px;
}
fieldset.contactForm .fieldset-wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
form .contactForm .form-item{
    margin-bottom: 24px !important;
}
.block-page-title-block h1{
    margin-bottom: 0 !important;
    font-weight: 600;
}
.bannerIn nav{
    position: absolute;
    bottom: 0;
}
.contactIn > .block-africode-mainpagecontent{
    display: none;
}
.oiContactBoxTxt p{
    margin-bottom: 0 !important;
}
.loginHdr .navbar-brand{
    width: 120px;
    margin-right: 0 !important;
}
.loginHdr .navbar-brand>img{
    width: 100%;
}
.user-login-form.loginForm .formInpt{
    margin-bottom: 20px !important;
}
.loginForm .js-form-type-checkbox{
    position: relative;
    display: inline-block;
    margin-bottom: 20px !important;
    top: 0;
}
.loginForm .js-form-type-checkbox label{
    position: relative;
    padding-left: 28px;
    margin: 0 !important;
    color: var(--textColorLight);
    font-weight: 500 !important;
    font-size: 16px;
    display: inline-block;
    pointer-events: none;
}
.loginForm .js-form-type-checkbox input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 100%;
    width: 100%;
}
.loginForm .js-form-type-checkbox label:before{
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    height: 20px;
    width: 20px;
    background-color: #F9FAFB;
    border: 1px solid #FCA228;
    border-radius: 3px;
}
.loginForm .js-form-type-checkbox input[type="checkbox"]:checked ~ label:before{
    background-color: #FCA228;
}
.loginForm .js-form-type-checkbox label:after{
    content: "";
    position: absolute;
    display: none;
    left: 7px;
    top: 7px;
    width: 6px;
    height: 11px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.loginForm .js-form-type-checkbox input[type="checkbox"]:checked ~ label::after{
    display: block;
}
/*  */
.forgotPass {
    display: block;
    width: 135px;
    margin-left: auto;
    text-align: right;
    position: absolute;
    right: 0;
    margin-top: 6px;
    font-weight: 700;
    color: #0D78EC;
}
.forgotPass:hover{
    color: #0D78EC;
    text-decoration: underline;
}
.loginForm input[type="submit"] {
    background-color: #0D78EC;
    border-color: #0D78EC;
    color: #fff;
    border-width: 1px;
    min-height: 50px;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
}
.formInpt label{
    font-size: 16px;
}
.user-register-form .form-item{
    margin-bottom: 20px !important;
}
.password-suggestions ul li {
    font-size: 14px;
    line-height: 1.4;
    list-style-type: disc;
    list-style-position: inside;
}
.password-strength__title{
    font-size: 14px;
}
.password-strength__meter {
    height: 0.5em;
    margin-top: 0.5em;
    background-color: #EEEEEE;
    border: 1px solid #EEEEEE;
    border-radius: 4px;
}
.password-strength__indicator{
    background-color: var(--blue);
    border-radius: 4px;
}
.password-strength__indicator.is-weak{
    background-color: #DF1F26;
}
.password-strength__indicator.is-good{
    background-color: var(--yellow);
}
.password-strength__indicator.is-strong{
    background-color: #92C63D;
}
.user-register-form .form-select.bootstrap-select > .dropdown-toggle{
    background: none;
    padding: 12px 12px !important;
    font-family: "Outfit", sans-serif !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    background-color: #F9FAFB;
    border: 1px solid #EEEEEE;
    border-radius: 8px;
    color: #000;
    width: 100%;
    max-width: 100%;
    height: 48px;
}
.user-register-form .form-select.bootstrap-select > .dropdown-toggle:focus,
.user-register-form .form-select.bootstrap-select.show > .dropdown-toggle{
    border-color: var(--blue);
}
.form-select.bootstrap-select > .dropdown-toggle:after{
    font-size: 1.1rem;
}
.user-register-form .bootstrap-select > select{
    left: 0;
}
.user-register-form .bootstrap-select > .dropdown-toggle:after{
    margin: 0 !important;
    width: 18px;
    height: 18px;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%) rotate(0deg) !important;
}
.user-register-form .form-select.bootstrap-select.show > .dropdown-toggle:after{
    transform: translateY(-50%) rotate(180deg) !important;
}
.user-register-form .formInpt .custom-select, .user-register-form .form-select{
    background: none !important;
    border: none !important;
    padding: 0 !important;
    width: 100% !important;
}
.form-select.bootstrap-select > .dropdown-menu{
    border: 1px solid #EEEEEE;
    border-radius: 8px;
}
.user-register-form .bootstrap-select.dropup > .dropdown-toggle:after{
    content: "\f10f";
}
.user-register-form .formInptWrap2 .formInpt .form-item {
    margin-bottom: 0 !important;
}
.reaBlueShape p{
    margin: 0;
}
.courseDtlInfo p{
    margin-bottom: 0;
}
.coursesDtlImg > img{
    border-radius: 20px;
}
main{
    font-size: 16px;
}
.lp-update-date {
    font-size: 14px;
    font-style: normal;
    white-space: nowrap;
    margin-bottom: 10px;
    width: 50%;
    padding-left: 4px;
}
.coursesDtlImg .dropdown{
    width: 50px;
    margin-left: auto;
    margin-top: -30px;
    position: relative;
    top: -10px;
}
.coursesDtlImg .dropdown .dropdown-toggle {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    gap: 8px;
    padding-right: 4px;
}
.coursesDtlImg .dropdown-menu{
    background-color: #fff;
    border: 1px solid #EEEEEE;
    border-radius: 8px;
    box-shadow: none;
}
.loginBox ul{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-bottom: 24px;
}
.loginBox ul li a:hover{
    text-decoration: underline;
}

.bootstrap-select.dropup > .dropdown-toggle:after{
    content: "\f10f";
}
.user-register-form .form-item.form-item-sort-bef-combine .label{
    display: none;
}
.user-register-form .form-item.form-item-field-learning-path-category-target-id{
    margin-left: auto;
    margin-right: 10px;
}
.coursesFilter{
    align-items: flex-end;
}
.user-register-form.coursesFilter .form-item{
    margin-bottom: 0 !important;
}
.user-register-form.coursesFilter .form-select.bootstrap-select > .dropdown-toggle,
.user-register-form.coursesFilter .form-search{
    background-color: #F4F4F4;
    border: 1px solid #CCCCCC;
    color: #555;
}
.user-register-form.coursesFilter .form-search{
    border-radius: 8px;
    margin: 0;
    height: 48px;
}
.user-register-form.coursesFilter .js-form-item-search{
    width: 100%;
    max-width: 492px;
}


/*  */

