@import 'bootstrap.min.css';
@import 'all.min.css';
@import url('https://fonts.googleapis.com/css2?family=Questrial&display=swap');
/*--global-css--*/
body {font-family: 'Montserrat', sans-serif;color:#000;}
img { max-width: 100%; height: auto; }
button,
a,
input,
textarea,
header,
.navbar-brand{ -webkit-transition: all .5s; -moz-transition: all .5s; transition: all .5s; outline: none; text-decoration: none; }
button:focus,input:focus,textarea:focus,select:focus {box-shadow:none !important;outline: none !important;}
a:hover,a:focus{text-decoration: none;}




.home-head {
    background-color: #85a8d2;
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    padding: 5px 10px;
    margin-bottom: 16px;
}

.home-head h1.heading-h1 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.525 !important;
    font-size: 19px !important;
    margin: 0 !important;
    color: #fff !important;
    font-weight: 500 !important;
    letter-spacing: 0 !important;
}

.home-second-sec .com-box {
    margin: 0 -10px 22px;
}

.home-second-sec .tabs-sec {
    width:calc(100% - 20px) !important;
}

.home-second-sec .tabs-sec li{
    width: calc(25% - 6px) !important;
}

.home-second-sec .tabs-sec li:nth-child(3){
    width: calc(45% - 6px) !important;
}

.home-second-sec .com-box ul.update-head {
    width: calc(51% - 20px);
    padding: 0;
    list-style-type: none;
    margin: 0 0px 0 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.home-second-sec .com-box .form-search {
    width: calc(100% - 20px);
    margin: 0 10px;
}

.home-second-sec .com-box ul.update-head li:nth-child(1) a {display: flex ;align-items: center;background-color: #f0a21c;padding: 10px 15px;border-radius: 5px;text-align: center;justify-content: center;}

.home-second-sec .com-box ul.update-head li a .text-left {
    font-size: 14px;
    line-height: 1.5;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}

.home-second-sec .com-box ul.update-head li a .img-right {
    margin-left: 9px !important;
}

.home-second-sec .com-box ul.update-head li:nth-child(2) a .img-right {
    width: 20px;
    background-color: #fff;
    height: 20px;
    border-radius: 50px;
    line-height: 0;
    padding: 2px;
    margin-left: 115px;
}

.home-second-sec .com-box ul.update-head li a .img-right img {
    filter: brightness(0.5);
}

.home-second-sec .com-box ul.update-head li {
    width: calc(53% - 20px);
    margin: 0 10px 0 0;
}

.home-second-sec .com-box ul.update-head li:nth-child(2) a {
    display: flex;
    align-items: center;
    background-color: #4dd05c;
    padding: 10px 15px;
    border-radius: 5px;
    text-align: center;
    justify-content: space-around;
}

.home-second-sec .com-box .form-search .form-group {
    margin: 0;
}

.home-second-sec .com-box .form-search .form-group input[type="search"] {
    width: 100%;
    padding: 6px 15px;
    border-radius: 4px;
    border: 4px solid #d7d7d7;
}

.home-second-sec .com-box ul.update-head li:last-child {
    margin: 0;
}

.adver-sec .adver-box {
    width: calc(50% - 30px);
    margin: 15px;
    position: relative;
}

.adver-sec {
    margin: 0 0px;
}

.adver-sec .adver-box .adver-img {
    width: 160px;
}

.adver-sec .adver-box .adver-img img {
    width: 100%;
    display: block;
}

.adver-sec .adver-box  .text-box {
    width: calc(100% - 160px);
    margin: 0 15px;
    position: relative;
}

.adver-sec .adver-box .text-box h3 {
    text-align: center;
    font-size: 18px;
    color: #85a8d2;
}

.adver-sec .adver-box .text-box p {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
}

.adver-sec .adver-box .text-box:before {
    content: "";
    width: 125px;
    height: 3px;
    /* background-color: #2b5063; */
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.tabs-sec a.nav-link {
    display: flex;
    align-items: center;
    background-color: #82aacd !important;
    padding: 10px 15px;
    border-radius: 5px;
    text-align: center;
    justify-content: center;    
    padding-right: 30px !important;
    position: relative;
}

.tabs-sec a.nav-link .text-left {
    font-size: 14px;
    line-height: 1.5;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}

.tabs-sec a.nav-link .img-right {
    width: 20px;
    background-color: #fff;
    height: 20px;
    border-radius: 50px;
    line-height: 0;
    padding: 2px;
    margin-left: 9px;
    transform: rotate(90deg);   
    position: absolute;
    right: 8px;
}

.tabs-sec a.nav-link .img-right img {
    filter: brightness(0.5);
}

.tabs-sec ul.nav.nav-tabs#group-tab-B > li, .tabs-sec ul.nav.nav-tabs#group-tab-C > li {
    margin: 3px 3px;
    border: none !important;
    width: calc(25% - 6px);
}

.tabs-sec ul.nav.nav-tabs#group-tab-B > li:last-child, .tabs-sec ul.nav.nav-tabs#group-tab-C > li:last-child, .tabs-sec ul.nav.nav-tabs#group-tab-D > li:last-child{
    padding-top: 10px;
    margin: 3px 3px;
    border: none !important;
    width: calc(100% - 6px);
}

#group-tab-D > li:nth-child(1), #group-tab-D > li:nth-child(2), #group-tab-D > li:nth-child(3) {
    width: calc(33.33% - 6px);
}

.card-body-sec {
    margin-top: 15px;
}

.accor-sec .left-box {
    width: 30%;
}

.tabs-sec ul.nav.nav-tabs {
    border: none;
    padding-bottom: 25px;
    position: initial !important;
    width: 100% !important;
}

.accor-sec  .right-box {
    width: 70%;
}

.accor-sec .left-box ul {
    list-style-type: none;
    padding: 0;
}

.accor-sec .left-box ul li {
    margin-bottom: 0;
    font-size: 13px;
    position: relative;
    padding: 7px 10px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 2.3;
}

.accor-sec .left-box ul li .nav-link {
    justify-content: space-around;
}

.accor-sec .right-box .video-sec {
    padding-left: 30px !important;
}

.accor-sec .right-box .video-sec .top-head {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 25px !important;
}

.accor-sec .right-box .video-sec .top-head img {
    width: 26px;
    height: max-content;
    margin-right: 7px;
}

.accor-sec .right-box .video-sec .top-head  p {
    margin: 0;
    width: calc(100% - 35px);
    font-size: 13px;
}

.accor-sec .right-box .video-sec .top-head p span {
    font-size: 18px;
}

.accor-sec .right-box .video-sec .video-youtub {
    width: 100%;
}

.accor-sec .right-box .video-sec .video-youtub iframe {
    width: 100%;
    height: 313px;
    border-radius: 7px;
    box-shadow: 0px 0px 15px #878383;
}

.accor-sec {
    margin-bottom: 30px;
}

[class*="-bbs"] .tabs-sec a.nav-link.active {
    background-color: #e9a12b !important;
    border: none !important;
}

.tabs-sec a.nav-link.active .img-right {
    transform: rotate(270deg);
}



ul.video-btm-sec {counter-reset: my-sec-counter;}

ul.video-btm-sec li {
    margin-bottom: 15px;
}

ul.video-btm-sec li img {
    width: 8px;
    opacity: .7;
    margin: 0 5px 0 0;
}

.accor-sec .left-box ul.video-btm-sec li:before {
    counter-increment: my-sec-counter;
    content: " " counter(my-sec-counter) ". ";
}

.accor-sec .left-box ul.video-btm-sec li:nth-child(2n+2) {
    background-color: #f1f1f1;
}

.top-head-video ul {
    padding: 0;
    list-style-type: none;
    display: flex;
    align-items: center;
}

.top-head-video ul li {
    padding: 0 30px 0 0;
    font-weight: 600;
    font-size: 20px;
}

.top-head-video ul li a {
    color: #1e4b82;
}

.accor-sec .left-box ul li:nth-child(1) {
    padding-top: 0;
}







.inner-left-box h4.panel-title a {
    display: flex;
    align-items: center;
    background-color: #82aacd !important;
    padding: 10px 15px;
    border-radius: 5px;
    text-align: center;
    justify-content: space-between;
}

.inner-left-box h4.panel-title a .text-left {
    font-size: 14px;
    line-height: 1.5;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}

.inner-left-box h4.panel-title a .img-right {
    width: 20px;
    background-color: #fff;
    height: 20px;
    border-radius: 50px;
    line-height: 0;
    padding: 2px;
    margin-left: 9px;
    transform: rotate(90deg); 
}

.inner-left-box h4.panel-title a .img-right img {
    filter: brightness(0.5);
}

.inner-left-box .panel-body p {
    margin: 0;
    font-size: 15px;
    font-weight: 500;
}

.inner-left-box .panel-body {
    padding-bottom: 15px;
}



.inner-left-box h4.panel-title a[aria-expanded="true"] {
    background-color: #e9a12b !important;
}

.inner-left-box h4.panel-title a[aria-expanded="true"] .img-right {
    transform: rotate(270deg);
}

.inner-left-box .panel-body p {margin-bottom: 15px;}

.head-about {
    width: calc(100% - 6px) !important;
}

.head-about .text-left{
    text-transform: none !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.525 !important;
    font-size: 18px !important;
    margin: 0 !important;
    color: #fff !important;
    font-weight: 500 !important;
    letter-spacing: 0 !important;
}

.head-about .text-right{
    text-transform: none !important;
}

.show{
    display: block !important;
}

.hide{
    display: none !important;
}

/* Show Video Page */
.showVideoPage .videoTextContainer h2,
.showVideoPage .videoTextContainer p {
	width: 100%;
	text-align: left;
}

.showVideoPage .videoTextContainer h2::before {
    content: "\266C";
    margin-right: .5rem;
    color: #85A8D2;
    font-size: 1.6rem;
}

.showVideoPage .videoChoice {
    text-align: center;
}

.showVideoPage .videoAllContainer {
    text-align: left;
}

/* Show Promoted Video tab */
.promoted-video-container ul li:hover {
	color: #fff;
	background-color: #85A8D2 !important;
}

.promoted-video-container .showPromotedVideoSpan.active::before,.promoted-video-container .showPromotedMusicSpan.active::before{
    content: "\266B";
    /* position: absolute; */
    float: right;
    top: 6px;
    right: -14.5rem;
    z-index: 1001;
}

.adver-sec .adver-box .text-box p {
    width: 100%;
    /* word-break: break-all; */
    display: block;
    white-space: break-spaces;
    padding: 0 10px;
}
