body { animation: fadein 2s; -moz-animation: fadein 2s; /* Firefox */ -webkit-animation: fadein 2s; /* Safari and Chrome */ -o-animation: fadein 2s; /* Opera */ font-size: 1rem; font-family: "Roboto", sans-serif; } @keyframes fadein { from { opacity: 0; } to { opacity: 1; } } @-moz-keyframes fadein { /* Firefox */ from { opacity: 0; } to { opacity: 1; } } @-webkit-keyframes fadein { /* Safari and Chrome */ from { opacity: 0; } to { opacity: 1; } } @-o-keyframes fadein { /* Opera */ from { opacity: 0; } to { opacity: 1; } } a { font-size: 1rem; } .whiteFont { color: #fff; } .grayFont { color: #888888; } .errorFont { color: #c91f1f; } .successFont { color: #00b124; } .greenFont { color: #4bafb7; } .blueFont { color: #1e2088; } .dropdown-menu a { color: #4c4c4c; } .card-title { font-size: 1.8rem; } .memberIcon { font-size: 7rem; } .shardowBox { box-shadow: 2px 5px 36px -14px hsla(0, 0%, 70%, 0.7); } .resourceCard { padding: 25% 20px; border-radius: 10px; border: 1px dotted #4c4c4c; } .iconList { margin: 0; padding: 0; padding-left: 30px; } .iconList li { position: relative; padding: 6px 0px; list-style: none; } .iconList i { left: -26px; top: 10px; position: absolute; } .mainBtn { background-color: #1e2088; color: #fff; } .tabMenu { display: flex; } .tabMenu a { margin-right: 1px; padding: 20px; color: #fff; background-color: #cdcdcd; } .tabMenu a:hover { text-decoration: none; } .annualTab { font-size: 0.8rem; padding: 10px; color: #fff; background-color: #1e2088; } .modal-body .close { right: -8px; top: -20px; position: absolute; background-color: #fff; border-radius: 50px; padding: 10px 15px; opacity: 1; box-shadow: 0 4px 25px -3px rgba(0, 0, 0, 0.2); } .modal-content { border-radius: 10px; border: 0 solid rgba(0, 0, 0, 0.2); box-shadow: 0 4px 25px -3px rgba(0, 0, 0, 0.2); } .modal-body { padding: 20px; } .modal-footer { justify-content: flex-start; padding: 0 20px 20px; border-top: 0 solid #dee2e6; } .modal { background-color: rgba(255, 255, 255, 0.5); } .datetimepicker table { margin: 10px; } .datetimepicker td, .datetimepicker th { padding: 5px; } .enrollmentlist { border-bottom: 1px solid #cdcdcd; } .enrollmentMember { font-size: 0.9rem; padding: 10px; border-bottom: 1px dotted #cdcdcd; } .glyphicon-arrow-left::after { content: "<"; } .glyphicon-arrow-right::after { content: ">"; } .dateRang { position: relative; } .dateRang::after { content: "To"; position: absolute; top: 12px; font-size: 0.8rem; right: -8px; } .input-group { position: relative; } .searchInput { padding-right: 40px; } .serachIconBtn { color: #cdcdcd; position: absolute; right: 22px; top: 6px; border: 0; background: transparent; } ul.member { padding-left: 30px; } ul.member li { position: relative; list-style: none; line-height: 28px; } ul.member li i { color: #cdcdcd; position: absolute; left: -26px; top: 5px; } .sbutton { color: #4bafb7; padding: 5px 8px; font-size: 0.8rem; border-radius: 10px; background-color: #fff; border: 1px solid #4bafb7; } .memberCard { padding: 20px; border: 1px solid #cdcdcd; border-radius: 10px; } .tabContent { padding: 30px; border: 1px solid #cdcdcd; } .accordionWrap { border-bottom: 1px dotted #cdcdcd; } .accordionTitle { position: relative; padding: 10px 20px; cursor: pointer; } .accordionTitleBtn::before { content: "\f054"; font-family: "Font Awesome 5 Free"; font-weight: 900; position: absolute; left: 0; top: 10px; } .roateIcon .accordionTitleBtn::before { transform: rotate(90deg); } .accordionBody { margin-bottom: 10px; padding: 10px 20px; } .blueOutlineBtn { color: #1e2088 !important; border: 1px solid #1e2088 !important; background-color: #fff; } .grayOutlineButton { color: #4c4c4c !important; border: 1px solid #cdcdcd !important; background-color: #fff; } .tabMenu a.active { background-color: #4bafb7; } .roateIcon .fa-stack { transform: rotate(90deg); } .button { padding: 10px 40px; border-radius: 50px; border: 0; } .button:hover, .sbutton:hover { opacity: 0.5; } .nav-tabs { width: 100%; display: flex; margin-bottom: 0 !important; box-shadow: 0 1px 24px -8px hsla(0, 0%, 70%, 0) !important; } .nav-tabs .nav-item { text-align: center; width: 50%; } .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link { color: #1e2088; font-weight: bold; background-color: #fff; } .nav-tabs .nav-link { font-size: 1.5rem; color: #fff; font-weight: bold; padding: 20px; background-color: #cdcdcd; border: 0 solid transparent; border-top-left-radius: 0; border-top-right-radius: 0; } .tab-content { padding: 40px; } .tabBtn.active { background-color: #fff; } .tab-pane { background-color: #fff; } .tabBtn { text-align: center; width: 50%; background-color: #cdcdcd; padding: 50px; } .nomber01Img { width: 30%; margin: 0 auto; } .silderTitle { font-weight: bold; font-size: 4rem; } .form-control::-webkit-input-placeholder { color: #cdcdcd; } .form-group label, .label { font-size: 0.9rem; margin-bottom: 0; } .leftImg { position: relative; padding-top: 5%; } .leftImg::after { font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f054"; font-size: 1.4rem; padding: 8px; top: 40%; right: -26px; position: absolute; z-index: 1; color: #4c4c4c; background-color: #fff; border-radius: 50px; width: 50px; height: 50px; } .card-img, .card-img-top { border-top-left-radius: 0; border-top-right-radius: 0; } .card { border-radius: 0; } .h1, h1 { font-size: 2.8rem; } .h2, h2 { font-size: 2.4rem; } .lborderGreen { border-left: 6px solid #4bafb7; } .joinUsDes { position: relative; padding: 40px 20px; } .mainSlider { margin-top: -16px; } .lborderYellow { border-left: 6px solid #ffe665; } .blueBgColor { background-color: #1e2088; } .boxInDetail { padding: 20% 20px; margin: 20px; background-color: #fff; } .btn { padding: 10px 20px; border: 1px solid #4bafb7; border-radius: 50px; } .joinBtn { padding: 10px 40px; } .listRow { margin-bottom: 20px !important; padding: 20px; background-color: #f8f8f8; } .card-text { height: 40px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; line-height: 20px; } .backgroundImg { background-size: cover; background-position: 50% 50%; } .subWrapper { margin: 50px 10%; } .sliderMask::after { content: ""; position: absolute; width: 100%; top: 0; height: 100%; background-color: rgba(0, 0, 0, 0.4); } .boxOutLine { margin: 20px; border: 2px solid #fff; background: transparent; } .joinBox { box-shadow: 2px 5px 36px -14px hsla(0, 0%, 70%, 0.7); } .joinUs { background-size: cover; background-position: 50% 50%; } .cardItemBtn { width: 100%; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; } .cardItemBtn .cardImg { height: 200px; position: relative; background-size: cover; overflow: hidden; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; } .card { border: 0; } .cardItemBtn:hover { text-decoration: none; color: #cdcdcd !important; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3); } .joinUs::after { position: absolute; content: ""; width: 0; top: 42%; height: 0; left: 0; border-style: solid; border-width: 25px 0 25px 26px; border-color: transparent transparent transparent #fff; } .cardItemBtn .rightArrow { -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; } .cardItemBtn:hover .rightArrow { padding-left: 20px; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; } .cardItemBtn .cardImg::before { content: ""; position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: inherit; transition: inherit; } .cardItemBtn:hover .cardImg::before { transform: scale(1.2); -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; } .numberInput { width: 50%; } .feeBox { margin: 20px; padding: 60px 20px; } .greenBorder { border: 1px solid #4bafb7; } .blueBorder { border: 1px solid #1e2088; } .fullCourse { color: #cdcdcd; } .fullCourse input { color: #cdcdcd; } .yellowBtn { font-size: 0.8rem; padding: 10px 30px; border: 0; background-color: #ffe665; color: #4c4c4c; } .yellowBtn:hover { background-color: #fff2ae; } .yellowLine { width: 100px; background-color: #ffe665; height: 6px; } .link { font-weight: 500; color: #4bafb7; } .link:hover { color: #1e2088; } .linkWhite { font-weight: 500; color: #fff; } .linkWhite:hover { color: #cdcdcd; } .mainWrapper { margin: 50px; } .breadcrumbWrapper { display: flex; width: 100%; margin: 20px 50px; } .breadcrumbTitle { text-transform: uppercase; } .newRow { padding: 20px; border-bottom: 1px dotted #cdcd; } .newRow:hover { background-color: #fffae1; } .listTableHead { font-weight: bold; padding: 10px; background-color: #f8f8f8; } .listTableRow { padding: 10px 25px; } .breadcrumbLink a { font-size: 0.8rem; text-transform: uppercase; } .lab_video_text_overlay { margin-top: 185px; z-index: 1; position: relative; } .swiper-slide { position: relative; background-position: 50% 50%; background-size: cover; height: 660px; } .swiper-pagination-bullet-active { background: #fff; } .breadcrumb { background-color: #fff; padding: 0 1rem; margin-bottom: 0; } footer { background-color: #f8f8f8; padding: 40px 20px; color: #4c4c4c; } .footerMenu { display: flex; } .footerMenu a { color: #4c4c4c; padding: 10px 20px; } .footerMedia a { font-size: 1.6rem; color: #4c4c4c; padding: 10px; } .footerPrivacy a { color: #9b9b9b; position: relative; padding: 10px; } .footerPrivacy a:first-child::after { content: "|"; position: absolute; right: 0; } .footerPrivacy a:last-child::before { content: "|"; position: absolute; left: 0; } .scrollToTop { z-index: 1000; position: fixed; bottom: 40px; right: 20px; color: #4c4c4c; background: rgba(255, 255, 255, 0.7); padding: 14px 18px; width: 50px; height: 50px; display: block; text-decoration: none; -webkit-border-radius: 35px; -moz-border-radius: 35px; border-radius: 35px; -webkit-transition: all 0.3s linear; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; box-shadow: 0 4px 25px -3px rgba(0, 0, 0, 0.2); } .ci { padding: 10px; } @media (max-width: 1001px) { .tabMenu { display: block; } .tabMenu a { display: inline-block; margin-right: 1px; margin-bottom: 9px; padding: 20px; } .h1, h1 { font-size: 3rem; } .breadcrumbWrapper { margin: 20px 10px; } .mobileMb { margin-bottom: 20px; } .mainWrapper { margin: 20px 10px; } } @media (max-width: 768px) { .numberInput { width: 100px; } .cardItemBtn .cardImg { height: 300px; } .swiper-slide { height: 500px; } .h2, h2 { font-size: 1.4rem; } .footerMenu { display: initial; } .footerMenu a { display: block; border-bottom: 1px solid #e8e8e8; } .joinUs::after { top: -12px; transform: rotate(90deg); left: initial; } }