@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.5.0/font/bootstrap-icons.css");

body {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	color: #555555;
	font-weight: 400;
	line-height: 35px;
}
ul,ol {
	list-style-type: none;
}
a {
	text-decoration: none;
}
img {
	max-width: 100%;
}
.titleCol h3 {
    font-size: 65px;
    font-weight: 500;
    color: #333333;
    line-height: 85px;
    margin-bottom: 0;
}
.titleCol h3 span {
	font-weight: 700;
}
.btn {
	border-radius: 50px;
}
.btn.lgBtn {
    font-size: 16px;
    padding: 16px 40px;
}
.minWidBtn {
    min-width: 290px;
}
.btnPrimary {
    background-color: #F49627;
    border-color: #F49627;
    color: #fff;
    -webkit-box-shadow: 0 20px 50px rgba(244, 150, 39, 0.5);
    box-shadow: 0 20px 50px rgba(244, 150, 39, 0.5);
}
/***************** Header Css Starts ***************/
.headerMain {
    top: 0;
    background-color: #384966;
    background-size: cover;
    background-position: center;
    width: 100%;
    padding: 7px 0 0 0;
    z-index: 99;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.headerNav ul li {
	display: inline-block;
}
.headerNav ul li a {
	color: #fff;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    position: relative;
}
.headerNav ul li.phoneMenu a {
	font-size: 16px;
}
.headerNav ul li a:before {
	content: "";
}
.headerNav ul li a:before {
    content: "";
    left: 50%;
    right: 50%;
    height: 1px;
    background: #f49627;
    position: absolute;
    bottom: -5px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.headerNav ul li.phoneMenu a:before {
	display: none;
}
.headerNav ul li a:hover {
	color: #f49627 !important;
}
.headerNav ul li a:hover:before {
    left: 0;
    right: 0;
}
.headerNav ul li + li {
	margin-left: 50px;
}
.headerMain.stickyHeader {
    background-color: #fff;
    padding: 20px 0;
}
.logoImg img {
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.headerNav ul li.phoneMenu a img {
    margin-right: 10px;
}
/***************** Header Css Ends ***************/
.pageSpacing {

}
.pageTopCol {
	background-color: #3A3A3A;
	padding: 7px 0;
}
.topColContent {
	padding-left: 170px;
}
.topColContent h3 {
	margin: 0;
	font-weight: 600;
	color: #000F2A;
	margin-bottom: 15px;
	font-size: 30px;
}
.topColContent h4 {
	margin: 0;
	font-weight: 300;
	color: #000F2A;
	margin-bottom: 15px;
	font-size: 18px;
}
.topColContent p {
	margin: 0;
	font-weight: 300;
	color: #A6A6A6;
	font-size: 16px;
}
.organizationCol {
	padding: 90px 0;
}
.card.cardStyle1 {
    border: 1px solid #EBEBEB;
    box-shadow: 0 30px 75px rgba(0,0,0,0.1);
    padding: 25px 60px 25px 15px;
    height: 100%;
    border-radius: 0;
}
.card.cardStyle1 .cardDesc h3 {
    font-size: 25px;
    font-weight: 500;
}
.card.cardStyle1 .cardDesc p {
    color: #000F2A;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    margin: 0;
    margin-bottom: 5px;
}
.card.cardStyle1 .cardDesc {
	height: 100%;
}
.card.cardStyle1 .cardDesc a {
    color: #F2672B;
    font-size: 14px;
    font-weight: 500;
    text-decoration: underline;
    margin-top: auto;
}
.card.cardStyle1 .cardImg {
    min-width: 230px;

}
.card.cardStyle1 .cardDesc {
    display: flex;
    flex-direction: column;
}
.pageTopCol.pagTopInner {
    padding: 7px 0;
}
/***************** Event Css Starts ****************/
.eventCol {
	padding: 60px 0;
}
.eventMain {
	max-width: 1140px;
	margin: 0 auto;
}
.card.cardStyle2 {
    border: 1px solid #EBEBEB;
    padding: 40px 50px 30px 60px;
    box-shadow: 0 30px 75px rgba(0,0,0,0.1);
}
.eventList + .eventList {
	margin-top: 20px;
}
.card.cardStyle2 .cardDesc h3 {
    font-size: 18px;
    font-weight: 500;
    color: #000F2A;
}
.card.cardStyle2 .cardDesc .dateCol img ,
.card.cardStyle2 .cardDesc .dateCol span {
    display: inline-block;
    vertical-align: middle;
}
.card.cardStyle2 .cardDesc .dateCol span {
    color: #393939;
    font-size: 16px;
    font-weight: 500;
    margin-left: 10px;
}
.card.cardStyle2 .cardDesc p {
    color: #000F2A;
    font-weight: 300;
    line-height: 25px;
    font-size: 14px;
    margin: 0;
    margin-bottom: 10px;
}
.card.cardStyle2 .cardDesc .dateCol {
    margin-bottom: 10px;
}
.card.cardStyle2 .cardDesc a img ,
.card.cardStyle2 .cardDesc a span {
    display: inline-block;
    vertical-align: middle;
}
.card.cardStyle2 .cardDesc a span {
    font-size: 14px;
    font-weight: 500;
    color: #F2672B;
    text-decoration: underline;
    margin-left: 20px;
}
.topColDesc {
	margin-top: 20px;
}
.topColDesc h3 {
	font-size: 20px;
	font-weight: 400;
    margin: 0;
}
.topColDesc p {
	font-size: 16px;
	color: #000F2A;
	font-weight: 300;
	margin: 0;
}
.videoCol {
	padding: 50px 0 80px;
}
.videoLeftCol {
    background-color: #fff;
    border: 1px solid #EBEBEB;
    padding: 26px 16px 33px 22px;
    box-shadow: 0 30px 75px rgba(0,0,0,0.1);
}
.sticky-top{
	top: 30px;
}
ul.tree-list {
	padding: 0px;
	margin: 0px;
}
.customScroll .mCSB_draggerRail {
    background-color: #EAEAEA !important;
    width: 3px;
}
.customScroll .mCSB_dragger_bar {
    background-color: #F49627 !important;
    width: 3px !important;
}
.section-link{
	background-color: #555555;
	color: #fff;
	padding: 4px 0px 4px 4px;
	margin-top: 45px;
}
.tree-list a.section-link.catalog-link {
    color: #000F2A;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    display: inline-block;
}
.tree-list a.section-link.catalog-link + ul {
    padding-left: 30px;
}
.session-link{
	margin-top: 45px;
}
.tree-list a.session-link.catalog-link + ul {
    padding-left: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.tree-list li a.item-link.catalog-link {
    position: relative;
    display: inline-block;
}
.tree-list li a.item-link.catalog-link:before {
    position: absolute;
    content: "";
    width: 17px;
    height: 17px;
    top: 4px;
    left: -30px;
}
.tree-list a.session-link.catalog-link {
    color: #F2672B;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    display: inline-block;
}
.tree-list li {
    line-height: initial;
}
.tree-list li a.item-link.catalog-link {
    position: relative;
    color: #000F2A;
    line-height: 20px;
    font-size: 14px;
    display: inline-block;
}
.tree-list li.treeMainList + li.treeMainList {
    margin-top: 20px;
}
.height100 {
	height: 85vh;
}
.videoColPop {
	max-width: 630px;
	margin: 0 auto;
}
.closeCanvas button.btn-close.text-reset {
    background: none;
    padding: 0;
    margin: 0;
    margin-left: auto;
}
.videoColMain {
	padding-left: 60px;
}
.tree-list li.active a.item-link.catalog-link {
    color: #007fff;
	text-decoration: underline;
}

.catalog-list-item{
	margin-bottom: 20px;
}

/***************** Event Css Ends ****************/
/*********** Video Skins Starts **********/
.ckin__player .default__button--big .ckin-play {
	background-image: url('../images/play-btn.svg');
}
.ckin__player .default__button--big .ckin-play::before, .ckin__player .default__button--big .ckin-pause::before {
	opacity: 0;
}
.ckin__player .default__button--big .ckin-pause {
	background-image: url('../images/pause-btn.svg');
}
.default.is-playing:hover .default__button--big {
	opacity: 1;
	visibility: visible;
}
.ckin__player .default__button--big .ckin-play, .ckin__player .default__button--big .ckin-pause {
	-webkit-background-size: contain;
	background-size: contain;
	background-repeat: no-repeat;
}
.default__controls {
  	opacity: 0;
}
.ckin__player.is-playing:hover .default__controls {
	opacity: 1;
}
.videoCardStyle button.default__button--big {
    width: 102px;
    height: 102px;
}
.videoCardStyle button.default__button--big i {
    width: 100%;
    display: inline-block;
    height: 100%;
}
.videoCardStyle .default {
    display: flex;
    position: absolute;
}
.videoDesc {
	margin-top: 40px;
}
.videoDesc h4 {
	color: #000F2A;
	font-size: 16px;
	font-weight: 500;
}
.videoDesc p {
	color: #000F2A;
	font-size: 14px;
	font-weight: 300;
	line-height: 25px;
}
.videoCardStyle video {
    object-fit: cover;
}
/*********** Video Skins Ends **********/
/***************** Footer Css Starts ***************/
.footerCol {
	background-color: #384966;;
	padding: 30px 0;
}
.copyRightCol p {
	margin: 0;
	color: #dfc38b;
	font-size: 18px;
}
/***************** Footer Css Ends ***************/
@media (min-width: 1400px) {
	.container {
		max-width: 1400px;
	}
}

@media (max-width: 1400px) {
	.card.cardStyle1 .cardImg {
	    min-width: 160px;
	}
	.videoColPop {
	    max-width: 500px;
	}
	.videoColMain {
		padding-left: 40px;
	}
	.videoCardStyle button.default__button--big {
	    width: 80px;
	    height: 80px;
	}
	.tree-list a.section-link.catalog-link {
	    font-size: 16px;
	    margin-bottom: 10px;
	}
	.tree-list a.section-link.catalog-link + ul {
	    padding-left: 20px;
	}
	.tree-list a.session-link.catalog-link {
	    font-size: 14px;
	}
	.tree-list li a.item-link.catalog-link {
	    line-height: 18px;
	    font-size: 12px;
	}
	.videoDesc h4 {
		font-size: 14px;
	}
	.videoDesc {
		margin-top: 30px;
	}
	ul.tree-list {

	}
	.videoDesc p {
	    font-size: 12px;
	    line-height: 20px;
	}
	.topColDesc h3 {
		font-size: 14px;
	}
	.topColDesc p {
		font-size: 13px;
	}
	.eventMain {
	    max-width: 1040px;
	}
	.card.cardStyle2 .cardDesc h3 {
	    font-size: 16px;
	}
	.card.cardStyle2 .cardDesc .dateCol span {
	    font-size: 13px;
	}
	.card.cardStyle2 .cardDesc p {
	    font-size: 13px;
	    margin-bottom: 0;
	}
	.card.cardStyle2 {
	    padding: 30px 40px 25px 40px;
	}
	.pageTopCol.pagTopInner {
	    padding: 30px 0;
	}
	.headerMain.stickyHeader {
	    padding: 15px 0;
	}
	.card.cardStyle1 {
	    padding: 25px 45px 15px 15px;
	}
	.card.cardStyle1 .cardImg img {
	    max-width: 160px;
	}
	.headerMain {
	    padding: 22px 0;
	}
	.topColContent {
		padding-left: 100px;
	}
	.pageSpacing {

	}
	.headerNav ul li a {
		font-size: 14px;
	}
	.headerNav ul li.phoneMenu a img {
	    max-width: 20px;
	}
	.headerNav ul li.phoneMenu a {
		font-size: 13px;
	}
	.footerCol {
		padding: 20px 0;
	}
	.copyRightCol p {
		font-size: 14px;
	}
	.pageTopCol {
	    padding: 40px 0;
	}
	.topColContent h3 {
	    font-size: 26px;
	}
	.topColContent h4 {
	    font-size: 14px;
        margin-bottom: 10px;
	}
	.topColContent p {
	    font-size: 13px;
        line-height: 20px;
	}
}
@media (max-width: 991px) {
	.headerMain {
	    padding: 15px 0;
	}
	.pageSpacing {

	}
	.toggle {
	    width: 26px;
	    height: 18px;
	    position: relative;
	    margin-left: auto;
	    cursor: pointer;
	    display: block;
	}
	.topColContent {
	    padding-left: 50px;
	}
	.headerMain.stickyHeader .headerNav ul li a {
	    color: #fff;
	}
	.bar {
	    width: 100%;
	    height: 2px;
	    position: absolute;
	    background-color: #fff;
	    z-index: 1;
	    -webkit-transition: all 500ms ease-in-out 0s;
	    -o-transition: all 500ms ease-in-out 0s;
	    transition: all 500ms ease-in-out 0s;
	    top: 7px;
	    border-radius: 20px;
	}
	.bar:nth-child(1) {
	    top: 0px;
	}
	.bar:nth-child(3) {
	    top: 14px;
	    width: 60%;
	    right: 0;
	}
	.actNav .bar:nth-child(1) {
	    transform: rotate(135deg);
	    top: 8px;
	}
	.actNav .bar:nth-child(2) {
	    transform: translate(-100%, 0);
	    opacity: 0;
	}
	.actNav .bar:nth-child(3) {
	    transform: rotate(-135deg);
	    top: 8px;
	    width: 100%;
	}
	.headerNav ul li + li {
	    margin-left: 0;
	    margin-top: 20px;
	}
	.headerNav ul li a {
	    font-size: 16px;
	}
	.headerNav ul li {
	    display: block;
	}
	.headerNav {
	    position: fixed;
	    left: 0;
	    top: 0;
	    bottom: 0;
	    overflow-y: auto;
	    background-color: #f49627;
	    z-index: 99;
	    padding: 30px 20px;
	    width: 250px;
	    -webkit-transform: translateX(-150%);
	    -ms-transform: translateX(-150%);
	    transform: translateX(-150%);
	    -webkit-transition: all 300ms ease-in-out 0s;
	    -o-transition: all 300ms ease-in-out 0s;
	    transition: all 300ms ease-in-out 0s;
	    text-align: left;
	    margin-left: 0 !important;
	}
	.actNav .headerNav {
	    -webkit-transform: translateX(0);
	    -ms-transform: translateX(0);
	    transform: translateX(0);
	}
	.menuBackDrop {
	    position: fixed;
	    left: 0;
	    right: 0;
	    top: 0;
	    bottom: 0;
	    opacity: 0;
	    visibility: hidden;
	    pointer-events: none;
	    background-color: rgba(0, 0, 0, 0.5);
	    -webkit-transition: all 800ms ease-in-out 0s;
	    -o-transition: all 800ms ease-in-out 0s;
	    transition: all 800ms ease-in-out 0s;
	    z-index: 9;
	}
	.actNav .menuBackDrop {
	    opacity: 1;
	    visibility: visible;
	    pointer-events: initial;
	}
	.videoColMain {
	    padding-left: 0;
	}
	.orderMb2 {
		order: 2;
	}
	.videoCardStyle button.default__button--big {
	    position: absolute;
	}
}
@media (max-width: 767px) {
	.topColContent {
	    padding-left: 20px;
	}
	.videoLeftCol .mCSB_inside > .mCSB_container {
	    margin-right: 20px;
	}
	.videoCardStyle button.default__button--big {
	    width: 50px;
	    height: 50px;
	}
	.tree-list a.section-link.catalog-link + ul {
	    padding-left: 10px;
	}
	.videoLeftCol {
	    padding: 25px 5px 20px 10px;
	}
	.topColContent h3 {
	    font-size: 22px;
	}
	.organizationCol {
	    padding: 50px 0;
	}
	.card.cardStyle2 .cardDesc a span {
	    margin-left: 10px;
	}
}
@media (max-width: 575px) {
	.topColContent {
	    padding-left: 0;
	    margin-top: 30px;
	    text-align: center;
	}
	.card.cardStyle2 {
	    padding: 20px 20px 15px 20px;
	}
	.card.cardStyle1 .cardImg {
	    text-align: center;
	    margin-bottom: 20px;
	}
	.topColImg {
	    text-align: center;
	}
	.card.cardStyle1 {
	    padding: 25px 15px 15px 15px;
	}
	.card.cardStyle1 .cardDesc {
	    text-align: center;
	    height: auto;
	}
}
