/* Base CSS */

@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;0,900;1,300;1,700&display=swap');

/* </style > */
.alignleft {
    float: left;
    margin-right: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
}

.aligncenter {
    display: block;
    margin: 0 auto 15px;
}

a:focus {
    outline: 0 solid
}

* {
    box-sizing: border-box;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    color: #3e3b6d;
    font-family: 'DM Sans';
}

body {
    color: #737fc7;
    font-weight: 400;
    font-family: 'DM Sans';
    line-height: 25px;
    background: #1C1D1F;
}

@font-face {
    font-family: 'DM Sans';
    src: url('../fonts/DMSans-Medium.woff2') format('woff2'),
        url('../fonts/DMSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'DM Sans';
    src: url('../fonts/DMSans-Bold.woff2') format('woff2'),
        url('../fonts/DMSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'DM Sans';
    src: url('../fonts/DMSans-Regular.woff2') format('woff2'),
        url('../fonts/DMSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}






.selector-for-some-widget {
    box-sizing: content-box;
}

a:hover {
    text-decoration: none
}

button:focus {
    outline: 0;
    outline: 5px auto -webkit-focus-ring-color;
}

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


.container {
    max-width: 1170px;
    margin: auto;
}








/*header--area--start*/

.header__area {
    width: 100%;
    height: 55px;
    background: #1C1D1F;
    display: flex;
    align-items: center;
    padding: 0 25px;
}

.header__wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.header__lf {
    display: flex;
    align-items: center;
    width: 33%;
}

.header__logo a {
    width: 110px;
    display: flex;
    align-items: center;
}

.header__tab p {
    margin: 0;
    color: #fff;
    font-size: 18px;
    padding-left: 20px;
    margin-left: 20px;
    position: relative;
}

.header__tab p:before {
    position: absolute;
    width: 1px;
    height: 22px;
    background: #3E4143;
    content: "";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.header__ri {
    display: flex;
    align-items: center;
    width: 33%;
    justify-content: end;
}

.share_btn a {
    width: 85px;
    height: 40px;
    border: 1px solid #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    text-transform: capitalize;
}

.share_btn a i {
    margin-left: 5px;
}

.bar {
    width: 40px;
    height: 40px;
    border: 1px solid #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 17px;
    margin-left: 10px;
    display: none;
}

/*header--area--end*/





/*video--aera--start*/

.course__lf {
    width: 80%;
}

.video video {
    width: 100%;
    height: 100%;
}

.video {
    width: 100%;
    height: 82vh;
    background: #1C1D1F;
}

.video iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video__tab {
    width: 100%;
    padding: 0 15px;
    background: #fff;
}

.video-link {
    font-size: 18px;
    font-weight: 700;
    color: #6A6F73;
    border: 0;
    background: transparent;
    padding: 15px 5px;
    display: flex;
    align-items: center;
    margin-right: 10px;
    position: relative;
}

.video-tabs {
    border-bottom: 1px solid #D1D7DC;
}

.video-link:before {
    position: absolute;
    width: 0;
    height: 2px;
    background: #1C1D1F;
    content: "";
    left: 0;
    bottom: 0;
    transition: .3s;
}

.video-link.active::before {
    width: 100%;
}

.video-link.active {
    color: #1C1D1F;
}

.video__tab__body {
    padding: 40px 15px;
}

.video__tab__body h2 {
    color: #1C1D1F;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 10px;
}

.video__tab__body p {
    font-size: 18px;
    margin: 0;
    color: #6A6F73;
}

.course__ri {
    width: 22.44%;
    position: fixed;
    right: 0;
    top: 55px;
    background: #fff;
    height: 100%;
    transition: .3s;
    bottom: 0;
}

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

.header__area {
    border-bottom: 1px solid #3E4143;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 99;
}

.ourse__ri__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 15px;
    border-bottom: 1px solid #D1D7DC;
}

.ourse__ri__top p {
    margin: 0;
    font-size: 18px;
    color: #1c1d1f;
    font-weight: 500;
}

.cross {
    font-size: 18px;
    color: #1c1d1f;
}

.course__lf {
    margin-top: 55px;
    transition: .3s;
    /*! padding: 0px 20px; */
}

.course__ac-btn p {
    font-size: 18px;
    color: #1c1d1f;
    margin: 0;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 23px;
}

.course__ac-btn span {
    font-size: 13px;
    color: #1c1d1f;
}

.course-button {
    width: 100%;
    border: 0;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: start;
    text-align: left;
    position: relative;
    background: #F7F9FA;
}

.course__ac-btn {
    display: flex;
    flex-direction: column;
}

.angle {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 14px;
    font-size: 24px !important;
}

.course-button[aria-expanded="true"] span.angle i {
    transform: rotate(180deg);
    transition: .3s;
}

.course-button[aria-expanded="false"] span.angle i {
    transform: rotate(0deg);
    transition: .3s;
}

.form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.form-group label {
    position: relative;
    cursor: pointer;
}

.form-group input:checked+label::before {
    background: #1C1D1F;
}

.form-group label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #1C1D1F;
    box-shadow: unset;
    padding: 0;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 0;
    width: 16px;
    height: 16px;
}

.form-group input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 9px;
    left: 6px;
    width: 4px;
    height: 8px;
    border: solid #D4D4D5;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
}

/*video--aera--end*/

/*dropdown--style--start*/

.course_content__box__btm p {
    margin: 0;
}

.course_content__box__btm p {
    font-size: 16px;
    color: #1c1d1f;
    margin-bottom: 5px;
}

.cross2 {
    font-size: 18px;
    color: #000;
    display: none;
}

.course_content__box__btm span {
    font-size: 13px;
    display: flex;
    align-items: center;
    color: #1c1d1f;
}

.course_content__box__btm span i {
    margin-right: 5px;
}

.course__btm__fx {
    display: flex;
    align-items: start;
}

.course_content__box__btm {
    margin-left: 15px;
}

.course-header {
    margin: 0;
}

.course__content__single__box.actv {
    background: #D1D7DC;
}

.course__content__single__box {
    background: transparent;
    padding: 15px 15px 15px 15px;
    cursor: pointer;
    position: relative;
    transition: .3s;
}

.course__content__single__box:hover {
    background: #D1D7DC;
}

.dropdown-style {
    padding: 5px 10px;
    background: transparent;
    border: 1px solid #1C1D1F;
    display: flex;
    align-items: center;
    font-size: 15px;
    text-transform: capitalize;
    position: absolute;
    bottom: -6px;
    right: 0;
}

.dropdown-style:after {
    display: none;
}

.dropdown-style i {
    margin-right: 5px;
}

.dropdown-item {
    padding: 10px 15px;
    border-bottom: 1px solid #D1D7DC;
    display: flex;
    align-items: center;
}

.dropdown-item i {
    margin-right: 7px;
}

.dropdown-menu {
    position: absolute !important;
    z-index: 1000;
    display: none;
    margin: 0;
    color: #212529;
    text-align: left;
    list-style: none;
    background-clip: padding-box;
    border-radius: .25rem;
    background-color: #fff;
    border: 1px solid #d1d7dc;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .08), 0 4px 12px rgba(0, 0, 0, .08);
    width: 260px;
    right: 0 !important;
    padding: 0;
}

.course__content__wp {
    height: 100%;
    overflow-y: scroll;
    background: #fff;
}


/*dropdown--style--end*/



/*footer--aera--style--start*/


.footer__area {
    background: #1C1D1F;
}

.footer__top--tx h5 {
    font-size: 25px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 10px;
}

.footer__top--tx p {
    margin: 0;
    font-size: 16px;
    color: #fff;
}

.footer__top-btn a {
    width: 147px;
    height: 48px;
    border: 1px solid #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
}

.footer__top {
    padding: 20px 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #3E4143;
}

.footer__mid {
    padding: 20px 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #3E4143;
}

.footer__mid h4 {
    margin: 0;
    font-size: 20px;
    color: #fff;
    font-weight: 700;
}

.footer__mid h4 a {
    color: #CEC0FC;
    text-decoration: none;
}

.footer__mid__brand a img {
    max-width: 105px;
    margin-left: 12px;
}

.footer__btm {
    padding: 25px 70px 60px 70px;
}

.footer__single__menu ul li a {
    font-size: 15px;
    color: #fff;
    text-transform: capitalize;
    text-decoration: none;
    line-height: 27px;
}

.footer__menu {
    display: flex;
    align-items: center;
}

.footer__single__menu {
    display: flex;
    flex-basis: 310px;
}

.footer__copyright a img {
    width: 130px;
}

.footer__copyright p {
    font-size: 15px;
    color: #fff;
    margin: 0;
}

.footer__copyright {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 70px 30px 70px;
}

.footer__language a {
    width: 140px;
    height: 40px;
    border: 1px solid #FFFFFF;
    display: flex;
    align-items: center;
    padding: 0 15px;
    text-decoration: none;
    font-size: 18px;
    color: #fff;
}

.footer__language a i {
    margin-right: 6px;
}

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

/*footer--aera--style--end*/




.course__ri.active {
    right: -100%;
}

.course__lf.active {
    width: 100%;
}

.course__lf.active .video__tab {
    max-width: 1560px;
    margin: auto;
}

.course__ct__btn a {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    border: 1px solid #6A6F73;
    font-size: 20px;
    text-decoration: none;
    color: #fff;
    border-right: 0;
    right: 0;
    top: 120px;
}

.course__mobile__bar {
    display: none;
}

.video__tab__wd {
    background: #fff;
}

































/* nav box area start here */

.aside__nav-container {
    position: fixed;
    background: #fff;
    width: 20%;
    z-index: 999;
    top: 0;
    left: 0;
    /*! border: 1px solid #181C32; */
    overflow-y: scroll;
    bottom: 0;
    margin-top: 55px;
}
.aside__body .aside__nav-container {
	z-index: unset;
}
.aside__nav-container .navigation__body {
    background: #181C32;
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
}

.aside__nav-container .navigation__body ul {
    display: flex;
    justify-content: center;
    width: 100%;
    border-bottom: 1px solid #fff;
}

.aside__nav-container .navigation__body ul li button {
    background: transparent !important;
    padding: 0;
    border-radius: 0 !important;
    font-size: 12px;
    color: #7e8299;
    border-bottom: 1px solid transparent !important;
    margin: -1px 6px;
    padding: 10px 0;
    font-weight: 500;
}

.aside__nav-container .navigation__body #pills-home-tab.active {
    color: #1BC5BD;
    border-bottom: 1px solid #1BC5BD !important;
}

.aside__nav-container .navigation__body ul li button:hover {
    border-color: #1BC5BD !important;
    color: #1BC5BD !important;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #1BC5BD;
    border-bottom: 1px solid #1BC5BD !important;
}



table {
    width: 100%;
}

table tr th {
    border: 1px solid #EBEDF3;
    padding: 5px 10px;
    font-size: 13px;
    font-weight: 300;
    color: #3f4254;
}

table tr td {
    border: 1px solid #EBEDF3;
    padding: 10px 10px;
    text-align: center;
    color: #3F4254;
}

.small-td {
    width: 165px;
}

table tr {
    transition: .3s;
}

table tr:hover {
    background: #E4E6EF;
}

.small-td.x-large {
    font-size: 30px;
}

.tab__list {
    padding: 30px 20px;
}

.tab__list h5 {
    background: #6993FF;
    font-size: 15px;
    padding: 10px;
    color: #fff;
    margin: 0;
}

.tab__list ul li {
    border: 1px solid #EBEDF3;
    padding: 10px;
    color: #3F4254;
}



.bg-custom-gray {
    background: #F3F6F9;
}

.bg-custom-orange {
    background: #ECCAAA;
}

.bg-custom-aqua {
    background: #DBF0F7;
}

.bg-custom-green {
    background: #CCFFCC;
}

/* nav box area end here */



.aside__body {
    height: 100%;
    width: 27%;
}

.course__ri-body {
    width: 31%;
}






.aside__offcanva .aside__nav-container {
    position: fixed;
    left: -100%;
    transition: .5s;
    margin: 0;
    height: 100%;
}

.full-canva.active .aside__nav-container {
    left: 0;
    width: 40%;
}

.click__input {
    background: transparent;
    color: #fff;
    margin-left: 10px;
    padding: 0;
    cursor: pointer;
    text-decoration: none;
    width: 35px;
    border: 1px solid #fff;
    justify-content: center;
    font-size: 20px;
    height: 35px;
    align-items: center;
    flex-shrink: 0;
}

.click__input {
    display: none;
}
.click__input:hover {
  color: #fff;
}




















.objective__card {
    background: #fff;
    box-shadow: 0 0 30px 0 rgba(82, 63, 105, .05);
    margin-bottom: 50px;
    border-radius: 5px;
}

.object__top-content {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 25px;
    border-bottom: 1px solid #EBEDF3;
}

.object__top-content h5 {
    margin: 0;
    display: flex;
    gap: 10px;
}

.object__top-content h5 span {
    color: #1BC5BD;
}

.object__top-content span {
    color: #b5b5c3;
}

.object__bottom-content p {
    margin: 0;
    color: #3F4254;
    font-size: 13px;
    padding: 25px;
}










.word__box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
  }
  .word__box-left {
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 5px;
    width: 43%;
    padding: 40px 28px;
  }
  .word__box-left span {
	font-size: 12px;
	font-weight: 600;
	color: #B5B5C3;
	margin-bottom: 30px;
}
.word__box-left img {
	padding: 2px;
	border: 1px solid #E4E6EF;
	width: 160px;
	height: 160px;
	border-radius: 5px;
}
.word__box-left p {
	margin: 0;
	color: #000;
	font-weight: 600;
	margin-top: 30px;
}
.word__box-right {
	background: #fff;
	border-radius: 5px;
	width: 54%;
}
.word__box-list {
	padding: 25px;
}
.word__box-list ul li {
	display: flex;
	justify-content: space-between;
	align-items: start;
	border-top: 1px solid #EBEDF3;
	border-bottom: 1px solid #EBEDF3;
	padding: 10px 0;
}






.header__middle {
	height: 50px;
	text-align: center;
    margin: 0 20px;
	width: 33%;
}
.header__middle img {
	height: 100%;
}



.modal-header {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 15px;
	border: none;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0;
	z-index: 999;
}
.modal-body {
	padding: 0;
	display: flex;
	justify-content: center;
}
.modal.show .modal-dialog {
	transform: translateY(45%);
}
.modal-dialog {
	max-width: 280px;
}
.modal-content {
	border-radius: 10px;
	outline: 0;
	overflow: hidden;
}
.modal__text {
	text-align: center;
}
.modal-header button {
	font-size: 13px;
	background: #000;
	opacity: 1;
	color: #fff;
	border-radius: 30px;
	width: 20px;
	height: 20px;
	display: flex;
	justify-content: center;
	border: none;
	align-items: center;
}
.modal__text h4 {
	font-size: 20px;
	padding: 10px;
	margin: 0;
	padding-bottom: 0;
}

.modal__text p {
	margin: 0;
	padding: 10px;
	font-size: 14px;
	line-height: 20px;
	color: #000;
}
.btn-secondary {
	color: #fff;
	background-color: #2A338C;
	border-color: transparent;
}
.modal__footer span {
	display: block;
	margin: 5px;
	font-size: 14px;
	color: #000;
}



.mobile__aside__container.aside__nav-container {
	position: unset;
	width: unset;
	height: 100vw;
	overflow-y: scroll;
	border-radius: 0;
	margin-top: 0;
}









.mobile__tab__wrap #pills-tab2 {
  background: #fff;
  border-bottom: 1px solid #D1D7DC;
}
.mobile__tab__wrap #pills-tab2 button {
  background: transparent;
  border-radius: 0;
  color: #1C1D1F;
  font-size: 16px;
}
.mobile__tab__wrap .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  border-bottom: 2px solid #1C1D1F !important;
  font-weight: bold;
}

.button__table__container {
	display: flex;
	justify-content: space-between;
	gap: 15px;
	padding: 15px;
}
.button__table__container button {
	background: #6A5B5F;
	border: 1px solid transparent;
	width: 50%;
	padding: 4px 10px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}
.nav__image {
	width: 100%;
}
.nav__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.button__table__container {
	position: fixed;
	z-index: 9999;
	bottom: -5px;
	width: 100%;
	left: 0;
	right: 0;
	margin: auto;
}
.button__table__container.d-flex {
	/* display: none !important; */
	max-width: 500px !important;
}
.button__table__container button{
border-radius: 5px;
}