/*********************  Default-CSS  *********************/

input[type="file"]::-webkit-file-upload-button {
    cursor: pointer;
}

input[type="file"]::-moz-file-upload-button {
    cursor: pointer;
}

input[type="file"]::-ms-file-upload-button {
    cursor: pointer;
}

input[type="file"]::-o-file-upload-button {
    cursor: pointer;
}

input[type="file"],
a[href],
input[type='submit'],
input[type='button'],
input[type='image'],
label[for],
select,
button,
.pointer {
    cursor: pointer;
}

::-moz-focus-inner {
    border: 0px solid transparent;
}

::-webkit-focus-inner {
    border: 0px solid transparent;
}

*::-moz-selection {
    color: #fff;
    background: #000;
}

*::-webkit-selection {
    color: #fff;
    background: #000;
}

*::-webkit-input-placeholder {
    color: #333333;
    opacity: 1;
}

*:-moz-placeholder {
    color: #333333;
    opacity: 1;
}

*::-moz-placeholder {
    color: #333333;
    opacity: 1;
}

*:-ms-input-placeholder {
    color: #333333;
    opacity: 1;
}

html body {
    font-family: 'Lato', sans-serif;
    margin: 0;
    line-height: 1.3;
}

a,
div a:hover,
div a:active,
div a:focus,
button {
    text-decoration: none;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

a,
span,
div a:hover,
div a:active,
button {
    text-decoration: none;
}

*::after,
*::before,
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.no-list li,
.no-list ul,
.no-list ol,
footer li,
footer ul,
footer ol,
header li,
header ul,
header ol {
    list-style: inside none none;
}

.no-list ul,
.no-list ol,
footer ul,
footer ol,
header ul,
header ol {
    margin: 0;
    padding: 0;
}

a {
    outline: none;
    color: #555;
}

a:hover {
    color: #000;
}

body .clearfix,
body .clear {
    clear: both;
    line-height: 100%;
}

body .clearfix {
    height: auto;
}

* {
    outline: none !important;
}

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

ul:after,
li:after,
.clr:after,
.clearfix:after,
.container:after,
.grve-container:after {
    clear: both;
    display: block;
    content: "";
}

div input,
div select,
div textarea,
div button {
    font-family: 'Lato', sans-serif;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
    font-family: 'Lato', sans-serif;
    line-height: 120%;
    color: #333;
    font-weight: bold;
    margin: 0 0 15px;
}

body h1:last-child,
body h2:last-child,
body h3:last-child,
body h4:last-child,
body h5:last-child,
body h6:last-child {
    margin-bottom: 0;
}

div select {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

div select option {
    font-size: 13px;
    color: #333;
    padding: 2px 5px;
}

img {
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

body p,
a,
li,
td,
.content {
    font-family: arial !important;
    font-size: 1.1rem !important;
    line-height: 2rem !important;
    padding: 0;
}


body p:empty {
    margin: 0;
    line-height: 0;
}

body p:last-child {
    margin-bottom: 0;
}

p strong {
    font-weight: bold;
}

.a-left {
    text-align: left;
}

.a-right {
    text-align: right;
}

.a-center {
    text-align: center;
}

label em {
    color: #ff0000;
    display: inline-block;
    font-style: normal;
    vertical-align: top;
    margin-left: 5px;
}

.hidden {
    display: none !important;
}

body .container {
    width: 100%;
    max-width: 1150px;
}


/*********************  scroll Hide  *********************/

html.show-menu {
    overflow: hidden;
}

html.show-menu body {
    overflow: hidden;
    height: 100%;
}

.overflow-hidden{
    overflow: hidden;
}

/*********************  Default-CSS close  *********************/


/*********************  Gapping  *********************/

section {
    padding-bottom: 30px;
    padding-top: 30px;
}


/*********************  Gapping close  *********************/


/*********************  Default-CSS  *********************/


/*********************  Common-Css  *******************/

.clr:after,
ul:after,
.clearfix:after,
li:after,
.grve-container:after {
    clear: both;
    display: block;
    content: "";
}

.btn.focus,
.btn:focus {
    box-shadow: none !important;
}

.form-control:focus {
    box-shadow: none !important;
}


/*********************  Common-Css Close  *******************/


/*********************  Header  *******************/

header {
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: all 0.5s;
    z-index: 999;
}

div#navbarNav {
    display: grid !important;
    margin-left: auto !important;
    background-color: #fff;
    z-index: 1000;
}


.navbar-toggler {
    z-index: 990 !important;
}

.show-menu .navbar-toggler {
    z-index: 1001 !important;
}

.navbar-brand img {
    max-width: 200px;
}

@media only screen and (max-width: 991px) {
    .navbar-nav .nav-link:hover {
        color: #009FE2 !important;
    }

    #navbarNav {
        box-shadow: 0 0px 0 10px #fff inset, 0 0 0 11px #009FE2 inset !important;
    }

    .navbar-brand img {
        max-width: 150px;
        margin-left: 15px;
        margin-top: -5px
    }

    .content-title h1 {
        font-size: 1.75rem !important;
    }

    .content h2 {
        font-size: 1.4rem !important;
    }

    .content h3 {
        font-size: 1.2rem !important;
    }

    .content h4 {
        font-size: 1rem !important;
        font-weight: bold;
    }
}


ul.headerbtns {
    display: flex;
    align-items: center;
    margin-left: auto !important;
    justify-content: flex-end;
    margin-bottom: -48px;
}

ul.navbar-nav {
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
    margin-top: auto !important;
}

ul.headerbtns a {
    margin-left: 33px;
}

ul.navbar-nav a {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #02274D;
    margin-right: 80px;
}

nav.navbar.navbar-expand-lg {
    padding: 20px 0px;
}

section.hero {
    height: 710px;
    display: flex;
    align-items: flex-end;
}

.heroinfo span {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 60px;
    /* identical to box height */
    color: #000000;
}

.heroinfo {
    text-align: center;
}

.heroinfo h1 {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 70px;
    line-height: 85px;
    /* identical to box height */
    margin-bottom: 55px;
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.161));
    color: #090909;
}

.heroinfo h1 span {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 70px;
    line-height: 85px;
    /* identical to box height */
    color: #009FE2;
}

.heroinfo p {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 189.5%;
    /* or 34px */
    color: #000000;
}

.truestedcontent {
    background: linear-gradient(180deg, #FFF3DC 64.06%, rgba(255, 255, 255, 0) 146.41%);
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    border-radius: 22px;
}

.accesstitle {
    text-align: center;
    background: #FFF3DC;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 22px;
    padding: 15px 70px;
}

.truestedcontent2 {
    -webkit-box-shadow: 0px 0px 4px 2px rgba(112, 112, 112, 0.83);
    -moz-box-shadow: 0px 0px 4px 2px rgba(112, 112, 112, 0.83);
    box-shadow: 0px 0px 4px 2px rgba(112, 112, 112, 0.83);
    padding: 15px;
}

.accesstitle2 {
    text-align: center;
    border-radius: 22px;
}


.accesstitle2 h5 {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 35px;
    text-align: center;
    color: #000;
}


.accesstitle2 h5 span {
    color: #FF4040;
}

.studentname2 {
    margin-bottom: 10px
}

.studentname2 span {
    font-weight: 700 !important;

}

.studentdetail2 {
    padding: 10px;
}

.studentdetail2 span {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    /* identical to box height */
    color: #000000;
    margin-right: 13px;
}

.studentdetail2 input,
.studentdetail2 select {
    /* border: solid 1px #000; */
    border: none;
    background: transparent;
    width: 100%;
    display: inline-flex;
    border-radius: 5px;
    padding: 10px;
    margin-top: 7px;
    -webkit-box-shadow: 0px 0px 4px 2px rgba(92, 92, 92, 1);
    -moz-box-shadow: 0px 0px 4px 2px rgba(92, 92, 92, 1);
    box-shadow: 0px 0px 4px 2px rgba(92, 92, 92, 1);
}

.seats2 {
    text-align: center;
    padding-top: 20px;
    font-size: 20px;
    font-weight: 700;
}

.seats2 span {
    color: #FF4040
}

.enroll2 a {
    width: 150px;
    height: 50px;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    background: #009FE2;
    box-shadow: 0px 8px 20px -8px rgba(20, 20, 42, 0.66);
    border-radius: 5px;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    /* identical to box height */
    color: #FFFFFF !important;
}


.studentdetail {
    padding: 27px 40px;
}

.studentdetail span {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    /* identical to box height */
    color: #000000;
    margin-right: 13px;
}

a.ex1:hover,
a.ex1:active {
    color: #fff;
}

.teamimg:after {
    opacity: 0;
}

.studentdetail input {
    border-bottom: 1px solid #919191 !IMPORTANT;
    border: none;
    background: transparent;
    width: 100%;
    display: inline-flex;
}

/* select#other_data {
    background: transparent;
    padding: 10px;
    margin-top: -5px;
    border: none !important;
    border-bottom: 1px solid #919191 !IMPORTANT;
} */

.studentname {
    margin-top: 25px;
    display: flex;
}

.accesstitle h5 {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 39px;
    text-align: center;
    color: #02274D;
}

.accesstitle h5 span {
    color: #009FE2;
}

.enroll a {
    width: 241px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    background: #009FE2;
    box-shadow: 0px 8px 20px -8px rgba(20, 20, 42, 0.66);
    border-radius: 12px;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    /* identical to box height */
    color: #FFFFFF !important;
}

.truestedcontent {
    padding-bottom: 20px;
}

.esaraltitle h3 {
    text-align: center;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 150%;
    /* identical to box height, or 75px */
    color: #272B35;
}

.esaraltitle span {
    color: #009FE2;
}

.esaraltitle {
    margin-bottom: 38px;
}

.whyesaraldetail img {
    margin-bottom: 27px;
}

.whyesaraldetail {
    text-align: center;
    margin-bottom: 35px;
}

.whyesaraldetail h5 {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 105%;
    /* or 25px */
    text-align: center;
    letter-spacing: -0.01em;
    color: #009FE2;
}

.whyesaraldetail p {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    letter-spacing: 0.015em;
    color: #000000;
}

.btngetstarted {
    text-align: center;
}

.btngetstarted a {
    /* width: 241px;
    height: 60px; */
    width: auto !important;
    height: auto !important;
    padding: 10px 15px;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 22px;
    /* identical to box height, or 94% */
    color: #FFFFFF;
    background: #009FE2;
    box-shadow: 0px 8px 20px -8px rgba(20, 20, 42, 0.66);
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.youneedheading h3 {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 150%;
    /* or 75px */
    text-align: center;
    color: #020202;
    margin-bottom: 57px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.youneedheading h3 img {
    width: 150px;
    margin: 0;
    justify-content: center;
}

.youneed {
    text-align: center;
}

.youneed img {
    margin-bottom: 8px;
}

.youneed h4 {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 800;
    font-size: 45px;
    line-height: 54px;
    /* identical to box height */
    letter-spacing: 0.115em;
    color: #009FE2;
}

.youneed p {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    /* identical to box height */
    letter-spacing: 0.05em;
    color: #000000;
}

section.youneed .btngetstarted {
    margin-top: 70px;
}

.studentinfo img {
    width: 120px !important;
    margin-bottom: 15px;
}

.studentinfo {
    text-align: center;
}

.studentdetails {
    display: flex;
    justify-content: center;
}

.studentedu {
    text-align: left;
}

.studentdetails table {
    text-align: left;
    width: 180px;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    margin-right: 27px;
}

.studentinfo th {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #000000;
    text-align: center;
}

.studentinfo td {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    color: #000000;
    text-align: center;
}

.studentinfo thead tr {
    background: #CDF2FF;
}

.studentedu h4 {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    /* line-height: 75px; */
    /* or 312% */
    color: #000000;
    margin-bottom: 12px;
}

.studentedu p {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    /* or 139% */
    color: #000000;
}

.studenttext p {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    /* or 125% */
    text-align: center;
    color: #000000;
    max-width: 800px;
    margin: auto;
    margin-top: 35px;
    position: relative;
}

.studenttitle h3 {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 150%;
    /* identical to box height, or 75px */
    text-align: center;
    color: #000000;
}

.studenttitle {
    margin-bottom: 25px;
}

section.students {
    padding-top: 0;
}

.studenttext p:after {
    content: "";
    position: absolute;
    width: 81px;
    height: 54px;
    left: -30px;
    top: -26px;
    background-image: url(../images/startquote.png);
    z-index: -9;
}

.studenttext p:before {
    content: "";
    position: absolute;
    width: 81px;
    height: 54px;
    right: -30px;
    bottom: -26px;
    background-image: url(../images/endquote.png);
    z-index: -9;
}

.items {
    padding-bottom: 20px;
}

#student .owl-dots {
    text-align: center;
}

#student .owl-dots button {
    background: #CECECE !important;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    margin: 0px 6px;
}

#student .owl-dots button.active {
    background: #000000 !important;
}

ul.star {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
    margin-top: 25px;
}

ul.star li i {
    color: #FFB124;
    font-size: 20px;
    margin: 0px 4px;
}

.teaminfo {
    text-align: center;
    background: #FFF3DC;
    box-shadow: 0px 8px 20px -8px rgba(20, 20, 42, 0.66);
    border-radius: 12px;
    padding: 25px 53px;
    position: absolute;
}

.teaminfo h5 {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 42px;
    text-align: center;
    color: #009FE2;
}

.teaminfo p {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    color: #000000;
}

.areyouready {
    text-align: right;
    padding: 67px;
}

.areyouready .btngetstarted {
    justify-content: flex-end !IMPORTANT;
    text-align: right !IMPORTANT;
}

.areyouready h4 {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 60px;
    text-align: right;
    color: #02274D;
    margin-bottom: 44px;
}

.areyouready h4 span {
    color: #009FE2;
}

.areyouready p {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    text-align: right;
    color: #000000;
    margin-bottom: 50px;
}

section.team .container {
    max-width: 1310px;
}

.teammaindiv {
    background: #E5F8FF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 22px;
    padding: 0px 63px;
}

.teamimg {
    position: relative;
}

.teamimg:after {
    content: "";
    position: absolute;
    width: 310px;
    height: 310px;
    left: 50%;
    top: -80px;
    transform: translateX(-50%);
}

.teamimg img {
    position: relative;
    z-index: 9;
}

#main {
    margin: 50px 0;
}

#main #faq .card {
    margin-bottom: 30px;
    border: 0;
    border-radius: 12px;
}

#main #faq .card .card-header {
    border: 0;
    -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
    box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
    border-radius: 12px;
    padding: 0;
}

#main #faq .card .card-header .btn-header-link {
    color: #fff;
    display: block;
    text-align: left;
    background: #FFFFFF;
    color: #222;
    padding: 20px;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    /* identical to box height */
    color: #0D1015;
    background: #E5F8FF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 12px;
}

#main #faq .card .card-header .btn-header-link:after {
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    float: right;
}

#main #faq .card .card-header .btn-header-link.collapsed {
    /* background: #A541BB; */
    color: #fff;
    background: #E5F8FF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 12px;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    /* identical to box height */
    color: #0D1015;
}

#main #faq .card .card-header .btn-header-link.collapsed:after {
    content: "\f106";
}

#main #faq .card .collapsing {
    background: #FFFFFF;
    line-height: 30px;
    box-shadow: 0 0 20px 0 rgb(213 213 213 / 50%);
    border-radius: 12px;
}

#main #faq .card .collapse {
    border: 0;
    box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
    border-radius: 12px;
    margin: 10px 3px;
    transition: all 0.5s;
}

#main #faq .card .collapse.show {
    /* background: #FFE472; */
    line-height: 30px;
    color: #222;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 12px;
    margin: 10px 0px;
    box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
    border-radius: 12px;
    transition: all 0.5s;
}

.card-body {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    color: #0D1015;
    padding-left: 60px;
}

.faqtitle h4 {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 150%;
    /* identical to box height, or 75px */
    color: #020202;
}


/*********************  Header Close  *******************/


/*********************  Home banner  *******************/

footer {
    background: #000000;
    padding-top: 57px;
}

.contactinfo h3 {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #009FE2;
    margin-bottom: 20px;
}

ul.contact li {
    display: flex;
    align-items: center;
    margin: 12px 0px;
}

ul.contact img {
    margin: 0;
    margin-right: 4px;
}

ul.contact span {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
}

h4.footertitle {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    margin-bottom: 12px;
}

.location p {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    margin-bottom: 30px !important;
}

ul.contact {
    margin-bottom: 20px;
}

ul.contact a {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
}

.mailsubmit {
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    border-radius: 12px;
    padding: 20px 12px;
}

.mailsub input {
    background: #FFFFFF;
    border: 0.5px solid #A8A8A8;
    border-radius: 12px;
    height: 34px;
    width: 100%;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    /* identical to box height */
    color: #827D7D;
    padding-left: 12px;
}

.mailsub input::placeholder {
    color: #827D7D;
}

.mailsub {
    position: relative;
}

.mailsub a {
    position: absolute;
    right: 0;
    background: #000000;
    border: 1px solid #000000;
    border-radius: 12px;
    height: 34px;
    width: 94px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    /* identical to box height */
    color: #FFFFFF;
}

ul.social {
    list-style: none;
    padding: 0;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

ul.social li {
    margin-right: 20px;
}


.dowapp h4 {
    margin-bottom: 70px;
}

ul.coursedetail {
    display: flex;
    flex-wrap: wrap;
}

ul.coursedetail li {
    width: 50%;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-right: 27px;
}

.jee a {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
}

ul.coursedetail li a {
    width: 100%;
}

.jee {
    flex-direction: column;
    display: flex;
}

.course {
    padding-left: 60px;
}

ul.coursedetail li:nth-child(even) {
    padding-right: 0;
    padding-left: 27px;
}

.studymetrial {
    display: flex;
    flex-wrap: wrap;
    margin-top: 18px;
}

.studymetrial li {
    width: 50%;
}

.studymetrial li a {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
}

.course h4 {
    margin-bottom: 25px !important;
}

.copright {
    display: flex;
    justify-content: flex-end;
    border-top: 3px solid #C4C4C4;
    margin-top: 30px;
    padding: 20px 0px;
}

.copright p {
    margin: 0;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
}

.copright a {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
}

.copright {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
}


/*********************  Home banner Close  *******************/


/**********************/


/* Full screen search */


/**********************/

#search {
    align-items: center;
    background: rgba(0, 0, 0, 0.975);
    height: 0;
    display: flex;
    justify-content: center;
    opacity: 0;
    position: fixed;
    transition: all 0.5s;
    width: 100vw;
    will-change: transform, opacity;
    z-index: -1;
}

#search.show {
    height: 100vh !important;
    opacity: 1;
    width: 100vw !important;
    z-index: 99999;
}

#search.show .close-btn {
    display: block;
}

#searchbox {
    background: transparent;
    border: solid #fff;
    border-width: 0 0 1px 0;
    color: #fff;
    flex: 1 0 auto;
    font-size: 2rem;
    height: 2rem;
    max-width: 50%;
    outline: 0;
    padding: 2rem 1rem;
}

.close-btn {
    display: none;
    color: #fff;
    font-size: 2rem;
    position: absolute;
    top: 0.5rem;
    right: 2rem;
}

.enroll a:hover {
    background: white;
    color: #009fe2 !important;
}

a#create_lead {
    cursor: pointer;
}

.btngetstarted a:hover {
    background: white;
    color: #009fe2;
    padding: 5px 0;
}

li.nav-item.active a {
    position: relative;
}

li.nav-item.active a:after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px;
    width: 66px;
    height: 2px;
    background: #01264c;
}

li.nav-item {
    padding: 5px 0;
}

li.nav-item span {
    color: #A2A6AE;
    font-weight: normal;
    font-size: 0.9rem;
}

.nav-item a.dropdown-item {
    line-height: 1.1rem !important;
}

li.nav-item span.highlight {
    background-color: #5F46E3;
    font-weight: bold;
    padding: 5px;
    border-radius: 5px;
    color: #fff;
}


/* width */

::-webkit-scrollbar {
    width: 5px;
}


/* Track */

::-webkit-scrollbar-track {
    background: transparent;
}


/* Handle */

::-webkit-scrollbar-thumb {
    background: #01264c;
}

header .contianer {
    display: block;
    flex-direction: column;
}

header .container {
    display: block;
    flex-direction: column;
}

.headermenu {
    display: flex;
    width: 100%;
}

#whyesaral .owl-dots {
    text-align: center;
}

#whyesaral .owl-dots button {
    background: #CECECE !important;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    margin: 0px 6px;
}

#whyesaral .owl-dots button.active {
    background: #000000 !important;
}

.whyesaraldetail img {
    max-width: 300px;
}

div#whyesaral {
    display: none;
}

section.whyesaral .row {
    display: none;
}

.content {
    line-height: 28px;
    font-size: 1rem;
    color: #100E27;
}

.content a {
    color: #3090E8;
}

.badge-yellow {
    color: #100E27;
    background-color: #FFB023;
    margin-bottom: 10px !important;
    margin-top: 5px;
}

#post-submit-message {
    display: none;
}

.error-message {
    color: red;
}

.main-content {
    /* padding-top: 30px !important; */
}

.sidebar-widget li {
    padding-bottom: 10px;
}

.esquestion {
    padding: 15px;
    margin: 15px 0;
    background-color: #f3f3f4;
    border-radius: 8px;
}

.esquestion>.esquestion-text {
    font-weight: bold;
}

.esquestion-text>span {
    font-size: 20px;
    font-style: italic;
    color: #333A47;
}

.esquestion-solution>span {
    font-size: 20px;
    font-style: italic;
    color: #333A47;
    font-weight: bold;
}

.esquestion-tag {
    background: #FFB023;
    border-radius: 0px;
    font-size: 14px;
}

.content a h2 {
    color: #3090E8;
}

a.floating-btn {
    background: #128C7E;
    position: fixed;
    z-index: 1000;
    bottom: 25px;
    right: 25px;
    padding: 10px;
    border-radius: 50%;
}


#bottom-bar{
    left: 0;
    bottom: 0;
    position: fixed;
    width: 100%;
    z-index: 999;
    background: #f5f5f5;
    display: flex;
    /* justify-content: space-evenly; */
    box-shadow: 0px 0px 8px -2px;
}

#bottom-bar-btn {
    background-color: #004BFF;
    color: #FFF;
    padding: 5px 10px;
    border-radius: 4px;
}

#bottom-bar .close-img{
    border: 1px solid #c4c4c4;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    padding: 2px;
    height: 20px;
    width: 20px;
    margin: 10px;
}

#bottom-bar .img-ctr{
    width: 25%;
    min-width: 100px;
    position: relative;
}
#bottom-bar .img{
    position: absolute;
    width: 100%;
    bottom: -20px;
    max-width: 120px;
    max-height: none;
    transform: translate(-50%);
    left: 50%;
    min-width: 120px;
}

#bottom-bar .text-btn{
    display: flex;
    flex-wrap: wrap;
    margin-left: 25%;
}
#bottom-bar .title{
    font-size: 1rem !important;
    font-weight: 600;
    line-height: 1.225 !important;
    margin: 0;
}

#bottom-bar .description{
    font-size: 14px !important;
    font-weight: 300;
    line-height: 1.1 !important;
}

/* 
#bottom-bar .cta {
    align-items: center;
    background: #f5f5f5;
    display: flex;
    justify-content: center;
    padding: 10px;
    position: relative;
}

#bottom-bar .cta .close {
    border: 1px solid #c4c4c4;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    margin-right: 20px;
    padding: 5px;
}
#bottom-bar .cta .img-w {
    display: block;
    height: 100%;
    width: 172px;
} */


#bottom-bar .cta .description {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.7142857143;
}
#bottom-bar .cta .img-w .img {
    position: absolute;
    top: -74px;
}
#bottom-bar .cta .title {
    font-size: 16px !important;
    font-weight: 600;
    line-height: 1.625 !important;
    margin: 0;
}
#bottom-bar .cta .description {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.7142857143;
    margin: 0;
}



/* content tree css */
.datatree ul {
    list-style: none;
    padding: 0;
}

.datatree ul .inner {
    padding-left: 1em;
    overflow: hidden;
    display: none;
    background: rgba(48, 144, 232, 0.1);
}

.datatree ul>li {
    margin: 0.5em 0;
}

.datatree ul li .toggle {
    width: 100%;
    display: block;
    background: #E5F8FF;
    color: #0D1015;
    padding: 10px;
    border-radius: 8px;
    transition: background 0.3s ease;
    border: solid 1px #3090E8;
}

@keyframes chav-roll {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(-90deg);
    }
}

.datatree ul li .toggle a {
    color: #0D1015;
}

/* .datatree ul li .toggle:hover {
    background:#3090E8;
    color:#fff;
} */
/* .datatree ul li span.toggle a:hover {
    background:#3090E8;
    color:#fff;
} */

#backdrop {
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    position: fixed;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2000;
    display: none;
}

#dialog {
    background: #fff;
    width: 100%;
    position: fixed;
    height: 0%;
    bottom: -20px;
    border-radius: 15px 15px 0 0;
    overflow-y: scroll;
    overflow-x: hidden;
    z-index: 2100;
    padding: 10px;
}

#dialogshow {
    background: #3090E8;
    position: fixed;
    z-index: 1000;
    bottom: 25px;
    left: 25px;
    padding: 10px;
    border-radius: 8px;
    color: #fff;
    padding: 10px;
    z-index: 1000;
    box-shadow: 0px 3px 10px -2px rgba(23, 23, 23, 0.75);
    -webkit-box-shadow: 0px 3px 10px -2px rgba(23, 23, 23, 0.75);
    -moz-box-shadow: 0px 3px 10px -2px rgba(23, 23, 23, 0.75);
}

.sidebar-content {
    padding: 5px;

}

#dialog {
    display: none;
}

#dialogshow {
    display: none;
}

@media only screen and (max-width: 600px) {
    #dialog {
        display: block;
    }

    section.sidebar {
        display: none;
    }

    #dialogshow {
        display: block;
    }

}

/* content tree css end */

.admin-bar {
    background: #000;
    color: #fff;
    width: 100%;
    padding: 5px;
}

.admin-bar a {
    color: #fff;
}


/* Ticker */
.ticker {
    background: #FFE8DC;
    padding: 5px;
    font-size: 12px;
}

.ticker button {
    font-size: 12px;
}



/* comments css */
.comment {
    background: rgba(230, 230, 230, 0.5);
    margin: 15px 0;
    padding: 15px;
}

.reply-comment {
    background: rgba(230, 230, 230, 0.5);
    margin: 15px 0;
    padding: 15px;
}

.comment-name {
    font-weight: 700;
}

.comment-created-on {
    color: #5F46E3;
    font-size: 14px;
}

.comment-text {
    padding: 15px 0;
}

.footer_nav_list {
    display: flex;
    flex-wrap: wrap;
    scale: .8;
    list-style: inside none none;
    width: 125%;
    margin-inline: -12.5%;
    padding-bottom: 15px;
}

.footer_nav_list li:not(:last-child) ::after {
    content: ",\00a0";
}

.sticky-header{
    position: sticky;
    top: 0;
    background-color: #f8f9fa ;
    z-index: 990;
}


    /** Right Menu  **/

    .offcanvas-right {
        box-shadow: 0 0px 0 10px #fff inset, 0 0 0 11px #009FE2 inset !important;
        background-color: #fff;
        z-index: 1000;
        padding: 1rem;
        position: fixed;
        top: 0;
        right: 0;
        display: block !important;
        width: 100% !important;
        text-align: center;
        bottom: 0;
        -webkit-transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -ms-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
        -webkit-transform: translateX(110%);
        -moz-transform: translateX(110%);
        -ms-transform: translateX(110%);
        -o-transform: translateX(110%);
        transform: translateX(110%);
        height: auto !important;
        overflow: auto;
    }

    .show-offcanvas {
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
    }

    .offcanvas-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 1rem 1rem;
    }
    
    .offcanvas-body {
        flex-grow: 1;
        padding: 1rem 1rem;
        overflow-y: hidden;
    }

    .btn-close {
        box-sizing: content-box;
        float: right;
        width: 1em;
        height: 1em;
        padding-left: auto;
        color: #000;
        background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
        border: 0;
        border-radius: 0.25rem;
        opacity: .5;
    }

    .sticky-header ul.scroll-y {
        white-space: nowrap; /* Prevents text from wrapping */
        overflow-x: scroll;  /* Enable horizontal scrolling */
        overflow-y: hidden; 
        flex-flow: row;
        justify-content: unset;
    }
    .sticky-header ul.navbar-nav a{
        margin-right: 15px;
    }
    .sticky-header ul.navbar-nav::-webkit-scrollbar {
        height: 0;
    }


    /** Right Menu  **/

    