@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Lato:400');
html{scroll-behavior: smooth;}
body {font-family:'Poppins', sans-serif; } 

h1,h2,h3,h4,h5,h6 {font-family:'Poppins', sans-serif; } 
a { color: #e11a27; transition: all 0.5s ease 0s; } 
a:hover { color: #434e55; text-decoration: none; transition: all 0.5s ease 0s; }  

.main-wrapper { position: relative; } 
.inner-wrapper { position: relative; background-repeat: no-repeat; background-size: 100% auto; background-attachment: fixed; } 
.inner-wrapper .content-wrapper { background: #fff; background-size: 100% auto; background-attachment: fixed;} 

.max-cntr { max-width: 1300px; margin: 0 auto; } 

.top-bar { position: absolute; z-index: 10; width: 100%; font-size: 14px; color: #666; padding: 8px 0; top: 0; background-color: #fff;}

/* .inner-wrapper .top-bar{background-color: rgba(3, 50, 72, 0.9);} */
/* .inner-wrapper .top-bar::after{background-color: rgba(107, 181, 79, 0.8); position: absolute; right: 0; top: 0; content: ""; height: 100%; width: 35%; z-index: -1; -webkit-clip-path: polygon(100px 0, 100% 0, 100% 100%, 0% 100%); clip-path: polygon(100px 0, 100% 0, 100% 100%, 0% 100%);} */

.tblock{display: flex; align-items: center;}
.tlogo{width: 30%; display: flex; justify-content: center; order: 2;}
.top-bar a { color: #ffffff; }
.tp1 { text-align: left; width: 35%; order: 1; padding-bottom: 0px;}
.tp-phone { position: relative; font-size: 14px; font-weight: normal; color: #333; display: flex; margin-bottom: 5px; font-family:'Lato', 'Poppins', sans-serif; align-items: flex-start;}
.tp-phone i{background-color: #e11a27; margin-right: 7px; padding: 5px;  font-size: 12px; border-radius: 50%; color: #fff;}
.tp-email { position: relative; font-size: 15px; font-weight: normal; display: block; font-family:'Lato', 'Poppins', sans-serif;} 
.tp-email i{ background-color: #e11a27; margin-right: 7px; padding: 5px; font-size: 12px; font-weight: 600; border-radius: 50%; color: #fff; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; }
.tp-email a { color: #0673aa; }
.tp-email a:hover{color: #333; } 
.tp-srch { position: relative;} 
.tp-srch .tsrch { width: 280px; border-radius: 15px; border: 0 none; background-color: rgba(0, 0, 0, 0.2); padding: 5px 40px 5px 12px; color: #ffffff; outline: none;  transition: all 0.7s ease 0s;} 
/* .tp-srch .tsrch:focus { width: 620px;  background-color: rgba(0, 0, 0, 0.9);} */
.tp-srch .tsrch::placeholder{color: rgba(255, 255, 255, 0.8); opacity: 1;}
.tp-srch a { position: absolute; right: 4px; top: 0; } 
.tp-srch a i { font-size: 16px; width: 30px; text-align: center; } 
.tp-srch a i:hover { animation-name: rubberBand; -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; -webkit-animation-duration: 0.5s; animation-duration: 0.5s; } 
.tp-srch button { position: absolute; right: 0px; top: 7px; border: 0 none; background: transparent; cursor: pointer; outline: none;} 
.tp-srch button i { font-size: 16px; width: 30px; text-align: center;  color: #fff;} 
.tp-srch button:hover i { animation-name: rubberBand; -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; -webkit-animation-duration: 0.5s; animation-duration: 0.5s; } 

.top-dc-logo-3{ position: relative; width: 100%; display: flex; justify-content: flex-end; padding: 0px 0px 7px !important;}
.top-dc-logo-3 a:first-child{ margin-bottom: 0px; background-color: #e11a27;}
.top-dc-logo-3 a{background-color: #6bb651; padding: 2px 13px; border-radius: 30px; color: #fff !important; margin-right: 52px !important;}
.top-dc-logo-3 a:hover{transform: translateY(-5px) scale(1.02); transition: all 0.25s ease;}
.top-dc-logo-3 a:last-child{ margin-right: 0 !important;}

.tp2 { text-align: right; } 
.tp-social a { border-right: 1px solid rgba(255, 255, 255, 0.3); padding:0 8px; } 
.tp-social a:last-child { border-right:0 none; } 
.tp-social a i { font-size: 18px; } 

.top-dc-logo-1{ width: 100%; display: flex; justify-content: flex-end; align-items: center; margin-bottom: 5px;}
.top-dc-logo-1 a{transition: all 0.25s ease; margin-bottom: 0 !important; margin-right: 0px !important;}
.top-dc-logo-1 a img{ max-height: 50px;}
.top-dc-logo-1 a:hover{transform: translateY(-5px) scale(1.02); transition: all 0.25s ease;}
.top-dc-logo-1 small{ margin-left: 20px;}
.top-dc-logo-1 small img{ max-height: 35px;}
.new-lgo-siz img{ max-height: 39px !important;}

.scor-login { width: 100%; font-size: 14px; color: #ffffff; padding: 0 0 0px; position: relative; text-align: right; margin: 0px; width: 35%; order: 3; display: flex; justify-content: flex-end; flex-wrap: wrap;}
.scor-login .scbox { padding:2px 0px; align-items: center; display: flex; border-radius: 20px; text-align: left; justify-content: flex-end; flex-wrap: wrap;} 
.scor-login a { color: #333; display: block; font-size: 16px; margin-right: 20px; font-weight: 500; text-transform: uppercase; margin-bottom: 0px; text-align: right;}
.scor-login a:hover { color: #e11a27;}
.scor-login a i { color: #fff; font-size: 12px; margin-left: 10px;}
.scor-login .scbox span{ color: #c4c4c4; display: none; padding: 0 5px;}

#bootnavbar{flex-grow: unset !important;}
.navbar-brand { padding-top: 0; position: absolute; z-index: 99999; visibility: hidden; display: none; } 
.navbar {padding: 0;}
.nav-bg { background-color:rgba(0, 0, 0, 0.3); position: absolute; width: 100%; z-index: 20; top: 147px; } 
.inner-wrapper .nav-bg { background-color:rgba(3, 50, 72, 0.9);} 
/* .nav-bg::after { background-color:rgba(0, 0, 0, 0.2); position: absolute; width: 100%; z-index: 20; bottom: -7px; height: 7px; content: ""; }  */
.nav-bg .navbar { padding-left: 0; padding-right: 0; } 
.nav-bg li.nav-item { padding: 0px; position: relative;}
.nav-bg li.nav-item::after {position: absolute; content: ""; width: 1px; height: 30px; background-color: rgba(255, 255, 255, 0.2); right: 0; top: 16px;}
.nav-bg li.nav-item:last-child::after {display: none;}
/* .nav-bg li.nav-item:last-child { padding-right: 0; } */
.navbar-dark .navbar-nav .nav-link { font-size: 16px; font-weight: 300; text-transform: uppercase; color: #fff; padding: 20px 20px; position: relative; } 
.navbar-dark .navbar-nav .nav-link i { position: absolute; right: -10; padding:6px 0 0 5px; } 
.navbar-dark .navbar-nav .nav-link:hover { color:#fff; } 
.navbar-dark .navbar-nav .active .nav-link { color:#fff; } 

li.nav-item > a:before { position:absolute; height:100%; background:#68bc46; width:0; content:" "; left:0; bottom:0; top: 0; right: 0; margin: auto; transition: all 0.3s ease 0s; z-index:-1; opacity: 1; border: 0 none;} 
li.nav-item:hover > a:before { left:0; width:100%; opacity: 1; padding: 0; } 

.mega-dropdown-menu h2{ margin:10px 0px 20px; display: block; background-color:#d9d9d9; border-radius: 3px; border-left: 3px solid #b6b6b6; border-right: 3px solid #b6b6b6; padding: 10px 15px;}
.mega-dropdown-menu h2 a{ margin: 0; display: block; font-size: 16px; text-transform: uppercase; color: #333; font-weight: 400;}


.nav-bg li:nth-child(5){position: static !important;}
.nav-bg li:nth-child(5) .mega-dropdown-menu.crs-mn{left: 0; right: 0; margin: 0 auto; width: 100%;}
.nav-bg li:nth-child(5).nav-item::after{display: none;}
.nav-bg li:nth-child(5) .drp-flex2{display: flex; flex-wrap: wrap; height: 370px; overflow-y: scroll; justify-content: space-between; scrollbar-width: thin;}
.nav-bg li:nth-child(5) .drp-flex2 li{width: 49%;}
.nav-bg li:nth-child(6).nav-item::before{position: absolute; content: ""; width: 1px; height: 30px; background-color: rgba(255, 255, 255, 0.2); left: 0; top: 16px;}

.mga-lnk{ width:100%; display:flex; /* grid-template-columns:repeat(3,1fr); */ grid-gap:25px; padding:10px 20px;}
.mga-lnk .mga-bx{ width:100%;}
.mga-lnk .mga-bx h5{ font-size:18px; font-weight:600; color:#333; padding:0px 0px 8px; transition:0.4s; display:block; margin-bottom:15px; border-bottom:1px solid #e4e7eb; position:relative;}
.mga-lnk .mga-bx .drp-flex2{ width:100%; height:370px !important; display:block !important;}
.mga-lnk .mga-bx .drp-flex2 li{ width:100% !important;}

/* .mega-dropdown { position: static !important; }  */
.mega-dropdown-menu { padding: 10px 0px 10px 0px; width: 380px; max-width: 1366px; margin: 0 auto; left: 0; right: 0; background-color: #fff; border: 0 none; border-radius: 0;} 
.mega-dropdown-menu.crs-mn{width: 600px;}
.mega-dropdown-menu > li ul { padding: 0; margin: 0;} 
.mega-dropdown-menu > li ul > li { list-style: none; border-bottom: 1px dotted #eee;}
.mega-dropdown-menu > li ul > li:last-child { border-bottom: 0 none;}
.mega-dropdown-menu > li ul > li > a { display: block; color: #e11a27; padding: 4px 5px 4px 30px; position: relative; font-size: 15px;} 
/* .mega-dropdown-menu > li ul > li > a::after { position: absolute; content: ""; height: 100%; width: 100%; border: 1px solid #eee; border-left: 4px solid #eee; left: 4px; top: 0; background-color: #fff; transition: all 0.5s ease 0s; z-index: -1; border-radius: 4px;} */
.mega-dropdown-menu > li ul > li > a::after { font-family: "Font Awesome 5 Free"; font-weight: 900; font-size: 12px; margin: 0; padding: 0; position: absolute; content: "\f054"; top:10px; left: 15px; display: inline-block; font-style: normal; font-variant: normal; text-rendering: auto; line-height: 1; color: #e11a27; transition: all 0.5s ease 0s;}
.mega-dropdown-menu > li ul > li > a:hover::after{ color: #999;}
.mega-dropdown-menu > li ul > li > a:hover,.mega-dropdown-menu > li ul > li > a:focus { text-decoration: none; color: #333; } 
/* .mega-dropdown-menu > li ul > li > a:hover::after { height: 100%; width: 100%; border-color: #e11a27; background-color: #e11a27; top: 0px; z-index: -1; transition: all 0.5s ease 0s; }  */
.mega-dropdown-menu .dropdown-header { font-size: 24px; color: #fff; padding: 0px 10px 5px; line-height: 30px; text-transform: none; font-weight: 300; margin-bottom: 30px; } 
.mega-dropdown-menu .drp-tit { font-size: 18px; color: #e11a27; padding: 10px 2px; margin:0; font-weight: 500; } 
.megalink { border-right: 1px solid #dddddd; } 
.megalink:last-child { border-right: 0 none; } 
.megalink li { border-top: 1px dotted rgba(225, 255, 255, 0.1); } 
.megalink:nth-child(1):hover i { animation-name: rubberBand; animation-duration: 1s; } 
.megalink:nth-child(2):hover i { animation-name: rubberBand; animation-duration: 1s; } 
.megalink:nth-child(3):hover i { animation-name: rubberBand; animation-duration: 1s; } 
.megalink:nth-child(4):hover i { animation-name: rubberBand; animation-duration: 1s; } 
.megalink:nth-child(5):hover i { animation-name: rubberBand; animation-duration: 1s; } 

/* .drp-flex { display: flex; align-items: center; width: 100%; flex-wrap: wrap; } 
.drp-flex li { width: 31%; padding: 1px; margin: 0 1%; } 
.drp-flex2 { display: flex; align-items: center; width: 100%; flex-wrap: wrap; } 
.drp-flex2 li { width: 48%; padding: 1px; margin: 0 1%; } 
.drpnoflex li { padding: 1px; }  */

.drpcol { padding-left: 30px; padding-right: 30px; } 

.sticky { position: fixed; top: 0; width: 100%; box-shadow:  0 15px 20px rgba(0, 0, 0, 0.4); background-color: rgba(3, 50, 72, 0.9); z-index: 20; -webkit-animation-name: slideInDown; animation-name: slideInDown; -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both;} 
.sticky .navbar-brand { position: relative; padding-bottom: 0 !important; } 
.sticky .navbar-brand img { max-height: 40px; } 
.sticky .navbar-brand { visibility: visible; display: unset; } 
.sticky.navbar-dark .navbar-nav .nav-link{ padding: 15px 13px;}

/*.carousel-caption h3:first-child { animation-delay: 1s; } 
.carousel-caption h3:nth-child(2) { animation-delay: 2s; } 
.carousel-caption button { animation-delay: 3s; } */

/* Banner Slide Part */
#wowslider-container1 a.ws_prev, #wowslider-container1 a.ws_next{ display: none;}
#wowslider-container1 .ws_bullets{ left:0; right: 0; padding:8px 15px 8px 10px; border-radius: 50px; display: flex; justify-content: center;}
#wowslider-container1 .ws_controls{ max-width: 1500px; margin: 0 auto; position: absolute; left: 0; right: 0; bottom: 5%;}
#wowslider-container1 .ws_bullets div{ left: auto;}
#wowslider-container1 .ws_bullets a{ height:12px; width: 12px; border-radius: 10px; background-color: transparent; border: 1px solid rgba( 255, 255, 255, 0.9); background-image: none;}
#wowslider-container1 .ws_bullets a.ws_selbull{ background-color: #6bd543; border-color: #6bd543;}
#wowslider-container1 .ws_fullscreen{visibility: hidden; opacity: 0;}
.carousel-control-prev { opacity: 0; } 
.carousel-control-next { opacity: 0; } 

/* banner Bg */
.banner-bg{ position: relative; z-index: 0;}
/* #wowslider-container1.fullscreen-wow:before{ background-color:rgba(0, 0, 0, 0.6); position:absolute; left:0; bottom:0; width:100%; height:100%; content:""; z-index:9;} */

/* Banner Caption */
.carousel-caption { left:0; max-width:1500px; margin:0; padding:0px 30px; position:absolute; top:40%; overflow: hidden; bottom:0; /*-webkit-animation-name: zoomInDown; animation-name: zoomInDown; -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both;*/} 
.carousel-caption .cardelay { position: relative; text-align: left; width: 65%; margin: 60px auto 0;} 
.carousel-caption .cardelay h1{ font-size:30px; font-weight:300; margin-bottom: 0; color: #e11a27; text-transform: uppercase;}
.carousel-caption .cardelay h2{ font-size:70px; font-weight:bold; text-transform:uppercase;  margin:0px 0px; color: #6bd543; position: relative; padding-bottom:10px;}
/* .carousel-caption .cardelay h2:before{ background-color: rgba(255, 255, 255,0.2); position: absolute; left: 0; bottom: 0; width:260px; height: 1px; content: "";} */
.carousel-caption .cardelay p{ font-size: 25px; font-weight: 200; line-height: 26px; margin: 0px 0px 30px; max-width: 700px;}
.bnr-arrow span a{ display:inline-block; background-color:#e11a27; border:1px solid #e11a27 !important; color:#fff; padding:10px 20px; font-size:20px;}
.bnr-arrow span a:hover{ background-color: transparent; border: 1px solid #e11a27 !important; color: #e11a27;}

/* inner banner */
.banner-bg2{text-align: center; background-color: #333;}
.banner-bg2 .carousel-inner{padding-top: 148px;}
.banner-bg2 img{margin: 0 auto; max-width: 100%;}
.carousel-caption2{position: absolute; bottom: 30px; max-width: 1300px; margin: 0 auto; left: 0; right: 0; text-align: center;}
.carousel-caption2 h1 { font-size: 36px; color: #fff; font-weight: bold; padding: 20px 30px; margin: 0 0 0 0px; line-height: 1; display: inline-block; -webkit-animation-name: flipInX; animation-name: flipInX; -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; -webkit-animation-duration: 1s; animation-duration: 1s; animation-delay: 0.5s; -webkit-animation-fill-mode: both; animation-fill-mode: both; background-color: rgba(0, 0, 0, 0.3); border-radius: 50px;}

/* Awards Gallery Page */
.tmadv-cam{ padding:15px 0px 0px;}
.tmadv-cam h2{ padding: 0px 0px 10px; margin-top: 10px; font-size: 20px; color: #005ca9; text-transform: uppercase; font-weight: 600; margin-bottom: 10px; position:relative}
.tmadv-cam h2:before{ position:absolute; content:''; background:#e1e1e1; height:1px; bottom:0px; left:0%; width:110px;}
.tmadv-cam h2:after{ position:absolute; content:''; background:#d38004; height:3px; bottom:-4px; left:0%; width:50px;}
.tmadv-cam-galry { padding: 20px 0px 0; display: flex; flex-wrap: wrap; }
.tmadv-cam-galry .gal-box{ width:19%; position: relative;} 
.tmadv-cam-galry .d-flex { margin-bottom:16px; border: 1px solid #ccc; margin-right:16px;} 
.tmadv-cam-galry .d-flex:nth-child(5n+5){ margin-right:0;}
.tmadv-cam-galry .card { text-align: center; border: 0 none; transition: all 0.5s ease 0s; position:relative; width:100%; align-items: center;
justify-content: center; height:250px; transition:0.4s;}
.tmadv-cam-galry .card > a { display: flex; text-align: center; overflow: hidden; padding:5px;} 
.tmadv-cam-galry .card > a img{border-radius: 0; margin: 0; width: auto; height: auto; object-fit: contain;}
.tmadv-cam-galry .card > a span { display: block; width: 100%; background-color: rgba(0, 0, 0, 0.7); color: #fff; font-size: 14px; position: absolute;
bottom: 15px; padding: 10px; left: 0; transition:0.4s;} 
.tmadv-cam-galry .card > a:hover span{ bottom:30px; background-color: rgba(236, 15, 24, 0.95)}
/* // Advertisers / Agency */
/*digicert seal*/
.dig-crt-abc {
display: flex;
justify-content: flex-end;
margin: 40px 0px 0px;
}
/*digicert seal*/
/* Register Page */
.chk-reg{ width: 100%;}
.chk-reg h1{ font-size: 20px; font-weight: 500; color: #444; margin-bottom: 20px; text-align: left; position: relative; padding-bottom: 10px;}
.chk-reg h1:before{ position: absolute; content: ""; background-color: #d9d9d9; left: 0; bottom:2px;  width:150px; height: 1px; }
.chk-reg h1:after{ position: absolute; content: ""; background-color: #d9d9d9; left: 0; bottom: 0;  width:80px; height: 1px; }
.chk-reg .reg-btn-grup{ display: flex; justify-content: flex-start; background-color: #f3f3f3; padding: 15px; border-radius: 3px;}
.chk-reg .reg-btn-grup .btn-group{background-color: transparent;} 
.chk-reg .reg-btn-grup .btn-reg{ color: #fff; background-color: #1c77ec; text-transform: uppercase; border-color:#1c77ec; font-size:13px; margin-right:8px; transition: 0.4s; border-radius: 5px; padding: 6px 15px;}
.chk-reg .reg-btn-grup .btn-reg:hover{ transition: 0.4s; background-color: #024498; border: 1px solid #024498; color: #fff;}
.chk-reg .reg-btn-grup .btn-reg:first-child{  border-radius: 5px; }
.chk-reg .reg-btn-grup .btn-reg:nth-child(2){  border-radius: 5px; }
.chk-reg .reg-btn-grup .btn-reg:nth-child(3){  border-radius: 5px; }
.chk-reg .reg-btn-grup .btn-reg:last-child{ margin-right: 0; }
.chk-reg .reg-btn-grup .btn-reg.active{ background-color: #024498; border: 1px solid #024498; color: #fff;  transition: 0.4s;}
.chk-reg .reg-btn-grup .btn:focus{ outline: 0; box-shadow: 0 0 0 .0rem rgba(255, 255, 255, 0.25);}
.chk-reg .reg-btn-grup .btn-reg.btn:focus{ outline: 0; box-shadow: 0 0 0 .0rem rgba(255, 255, 255, 0.25);}

.reg-des{ width: 100%; background-color: #fff; border: 1px solid #ececec; border-radius: 3px; margin-top: 15px; padding: 15px; margin-bottom: 30px; /*animation-name: slideInUp ; animation-duration: 1s;*/}
.reg-des .reg-title{ font-size: 17px; font-weight: 300; color: #fff; margin-bottom: 15px; padding: 6px 15px; background-color: #888; border-radius: 5px; text-align:left; text-transform: uppercase;}
.reg-des ul{ padding: 0; margin: 0px 0px 12px;}
.reg-des ul li{ list-style: none; line-height: 1.7; color: #444; position: relative; padding-left: 15px; text-align: justify;}
.reg-des ul li ul{ padding: 0; margin: 10px 0px;}
.reg-des ul li ul li{ list-style: none; padding-left: 0;}
.reg-des ul li ul li:before{ background-color: transparent;}
.reg-des ul li ul li h2{ font-size: 20px; font-weight: 500; color: #333; margin-bottom:5px; text-align: left; position: relative; padding-bottom:0px;}
.reg-des ul li ul li span{ width: 100%; display: block; font-size: 15px;}
.reg-des ul li:before{ position: absolute; content: ""; background-color: #999; left: 0; top: 11px; width: 8px; height: 8px; 
-webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%); clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%); }
.reg-des ul li b{ text-decoration: underline;}
.reg-des p{ margin: 10px 0px; line-height: 1.6; color: #333; text-align: justify;}
/* .reg-des p strong{ text-decoration: underline;} */
.reg-des span.reg-chk{ display: flex; align-items: center; background-color: #f3f3f3; padding: 8px; border-radius: 5px; font-weight: 600;}
.reg-des span.reg-chk input{ margin-right: 5px; } 
.clr-red{ color: #ec1a22;}

.reg-des .reg-btn{ width: 100%; margin: 20px 0px 10px; text-align: left;}

.btn-prcd{ background-color:#4472c4; border:1px solid #4472c4; border-radius:5px; color:#fff; transition:0.4s; padding:5px 16px; text-transform: uppercase; font-size: 13px; letter-spacing: 0.5px; margin-right:3px;}
.btn-prcd i{ padding-right:5px; font-size: 16px;}
.btn-prcd:hover{ color:#4472c4; background-color:transparent;}
.btn-prcd:focus{ color:#4472c4; background-color:transparent;}

h2.eventhide{ display: flex; flex-wrap: wrap; width: 100%; margin-top: 10%; justify-content: center; font-weight: 100; color: #888;}
h2.eventhide b{ width: 100%; text-align: center; margin-bottom: 10px }
h2.eventhide b i{ width: 100%; text-align: center; color: #999; font-size: 46px; }

/* Course List */
.prd-list { padding: 20px 0; text-align: center;} 
.prd-list .row{ margin: 0; } 
.prd-list .prd-title { margin:20px 0 20px; } 
.prd-list .prd-title h4 { color: #444; font-size: 24px; font-weight: 300; margin: 0; padding: 0; } 
.prd-list .prd-title small { color: #95a6ae; font-size: 14px; font-weight: 500; } 
.prd-list .prd-box { position: relative; overflow: hidden; padding: 10px 0 10px; margin-right: 36px; border-radius: 5px; background-color: #444;} 
.prd-list .prd-box:last-child{margin-right: 0;}
.prd-list .prd-box::before { position: absolute; content: ""; height: 100%; width: 10%; left: 0; bottom: 10%; background-color: rgba(68, 68, 68, 0.7); z-index: 1; transition: all 0.5s ease 0s; top: 0; visibility: hidden; opacity: 0;} 
.prd-list .prd-box:hover::before { left: 0; transition: all 0.5s ease 0s; bottom:0; height: 100%; width: 100%; opacity: 1; visibility: visible; } 
/* .prd-list .prd-box > a{display: block;} */
.prd-list .prd-box span { margin-bottom: 12px; display: block; max-height: 188px; overflow: hidden; } 
.prd-list .prd-box h2 { font-size: 18px; color: #fefefe; font-weight: normal; text-transform: none; padding: 0 15px;} 
.prd-list .prd-box p { text-align: center; font-size: 14px; color: #687989; margin-bottom: 5px; line-height: normal; font-weight: normal; text-transform: none; } 
.prd-list .prd-box a { color: #fff; font-size: 14px; text-transform: uppercase; font-weight: 500; background-color: #e11a27; display: inline-block; position: absolute; top: -40%; z-index: 9; margin: 0 15%; padding: 15px 15px; border-radius: 25px; left: 0; right: 0; transition: all 0.5s ease 0s; visibility: hidden; opacity: 0;}
.prd-list .prd-box:hover a{visibility: visible; top: 40%; transition: all 0.5s ease 0s; opacity: 1;}
.prd-list .prd-box a:hover { color: #e11a27; background-color: #fff;}

/* News List */
.nws-list { padding: 80px 0 60px; text-align: center; background: url(../images/testimo-bg.jpg) center top no-repeat;} 
.tst-hd{text-align: left; margin-bottom: 40px;}
.tst-hd h2{font-size: 18px; color: #6bb54f;}
.tst-hd h3{font-size: 27px; color: #d7272c; font-weight: 300;}
.tst-hd h4{font-size: 48px; color: #62d636; text-transform: uppercase; font-weight: bold; width: 50%;}
.nws-list .testimo-block{display: flex; width: 80%;} 
.nws-list .nwshme{ width: 100%; display: flex; flex-wrap: wrap;}
.nws-list .nwshme .nws-box{ max-width: 24%;}
.nws-list .nws-title { margin:20px 0 20px; } 
.nws-list .nws-title h4 { color: #444; font-size: 24px; font-weight: 300; margin: 0; padding: 0; } 
.nws-list .nws-title small { color: #95a6ae; font-size: 14px; font-weight: 500; } 
.nws-list .nws-box { position: relative; overflow: hidden; padding: 25px; margin-right: 30px; background-color: #f4f4f4; width: 50%;} 
.nws-list .nws-box:last-child{margin-right: 0;}
.nws-list .nws-box::before { position: absolute; content: ""; height: 10%; width: 100%; left: 0; bottom: 10%; background-color: rgba(68, 68, 68, 0.7); z-index: 1; transition: all 0.5s ease 0s; top: 0; visibility: hidden; opacity: 0;} 
.nws-list .nws-box:hover::before { left: 0; transition: all 0.5s ease 0s; bottom:0; height: 100%; width: 100%; opacity: 1; visibility: visible; } 
/* .nws-list .nws-box > a{display: block;} */
.nws-list .nws-box .nws-dt{display: flex; width: 100%; margin-bottom: 10px;}
.nws-list .nws-box span.nwsd { width: 26%; background-color: #68bc46; padding-top: 8px;}
.nws-list .nws-box span.nwsd i{width: 100%; font-size: 18px; color: rgba(0, 0, 0, 0.4); font-style: normal; display: block;}
.nws-list .nws-box span.nwsd h5{width: 100%; padding: 0; margin: 0; font-size: 36px; color: rgba(255, 255, 255, 0.5); font-weight: bold; display: block;}
.nws-list .nws-box span.nwsd small{width: 100%; font-size: 14px; color: rgba(0, 0, 0, 0.4); display: block;}
.nws-list .nws-box span.nwsi {width: 74%; text-align: right; overflow: hidden; max-height: 108px;}
.nws-list .nws-box span.nwsi img {max-width: 100%; height: auto;}
.nws-list .nws-box h2 { font-size: 16px; color: #000; font-weight: normal; text-transform: none; padding: 0; margin: 0;} 
.nws-list .nws-box small { font-size: 14px; color: #6bb54f; font-weight: normal; text-transform: none; padding: 0;} 
.nws-list .nws-box p { text-align: justify; font-size: 14px; color: #033248; margin-bottom: 5px; line-height: normal; font-weight: normal; text-transform: none; } 
.nws-list .nws-box a { color: #fff; font-size: 14px; text-transform: uppercase; font-weight: 500; background-color: #e11a27; display: inline-block; position: absolute; top: -40%; z-index: 9; margin: 0 15%; padding: 15px 15px; border-radius: 25px; left: 0; right: 0; transition: all 0.5s ease 0s; visibility: hidden; opacity: 0;}
.nws-list .nws-box:hover a{visibility: visible; top: 40%; transition: all 0.5s ease 0s; opacity: 1;}
.nws-list .nws-box a:hover { color: #e11a27; background-color: #fff;}

/* Enquiry Bar */
.enq-bar { background-color: #0068b6; padding: 30px 0; } 
.enq-bar h3 { font-size: 30px; color: #ffffff; font-weight: 100; } 
.enq-bar .conth .phoneh { font-size: 18px; color: #ffffff; font-weight: 600; } 
.enq-bar .conth .phoneh i { border: 1px solid rgba(255, 255, 255, 0.5); padding: 12px; border-radius: 50%; } 
.enq-bar .conth .emailh { margin-left: 30px; } 
.enq-bar .conth .emailh a { font-size: 18px; color: #ffffff; font-weight: 600; } 
.enq-bar .conth .emailh a i { border: 1px solid rgba(255, 255, 255, 0.5); padding: 12px; border-radius: 50%; } 
.enrtr { text-align: right; } 
a.enq-btn { background-color: #fff; display: inline-block; padding: 20px 30px 20px 80px; color: #354554; font-size: 18px; border-radius: 10px; margin-top: 15px; position: relative; } 
a.enq-btn i { padding: 19px 15px 0; height: 67px; background-color: #84b8de; color: #ffffff; font-size: 30px; border-radius: 10px 0 0 10px; margin-right: 20px; position: absolute; left: 0; top: 0; display: inline-block; } 
a.enq-btn span { text-transform: uppercase; font-weight: 600; } 
a.enq-btn:hover { background-color: #354554; color: #ffffff; } 

/* Welcome Part */
.wel-bg { background-repeat: no-repeat; background-position: left top; background-size: cover; background-color: #f5f0ea; padding: 40px 0; overflow: hidden;} 
.wel-cnt { display: flex; width: 100%; justify-content: flex-end;} 
.wel-cnt .wltr { width: 60%; padding: 0px 0 230px; text-align: left;}
.wel-cnt .wltr h1 { color: #444; font-size: 24px; font-weight: 300; position: relative; margin-bottom: 25px;} 
.wel-cnt .wltr h2 { color: #444; font-size: 24px; font-weight: 300; position: relative; margin-bottom: 25px;} 
.wel-cnt .wltr h1 b{ color: #e11a27; font-size: 42px; font-weight: bold; display: block;} 
.wel-cnt .wltr h2 b{ color: #e11a27; font-size: 42px; font-weight: bold; display: block;} 
/* .wel-cnt .wltr h1::after{content: ""; height: 3px; width: 28%; background-color: #e11a27; position: absolute; bottom: -10px; left: 0; right: 0; margin: 0 auto;} */
.wel-cnt .wltr h1 small { color: #606e7f; font-size: 36px; font-weight: normal; display: block; } 
.wel-cnt .wltr h2 { color: #606e7f; font-size: 20px; font-weight: normal; display: block; } 
.wel-cnt .wltr .wbox{padding: 20px 0 10px; margin: 10px 0; position: relative;}
/* .wel-cnt .wltr .wbox::after{position: absolute; content: ""; top: 0; left: -30%; height: 100%; width: 200%; background-color: rgba(255, 255, 255, 0.4); z-index: -1;} */
.wel-cnt .wltr p { color: #444; font-size: 17px; text-align: justify; } 
.wel-cnt .wltr .wftr{display: flex; padding-top: 10px;}
.wel-cnt .wltr .wbtn { width: 30%;} 
.wel-cnt .wltr .wbtn a { display: inline-block; background-color: #e11a27; color: #fff; padding:10px 20px; border-radius: 30px; text-transform: uppercase; font-size: 14px; position: relative; } 
.wel-cnt .wltr .wbtn a i { font-size: 16px; padding: 0px 5px; } 
.wel-cnt .wltr .wbtn a:hover { background-color: #444; color: #ffffff; } 

.crt-logo{padding: 0; width: 70%; text-align: right;}
.crt-logo span{display: inline-block; padding: 4px 8px; background-color: #fff; border: 1px solid #ddd; border-radius: 5px;}

/* .wel-cnt .wrtr { text-align: right; position: relative; } 
.wel-cnt .wrtr .wimg1 { padding: 0; } 
.wel-cnt .wrtr .wimg2 { position: absolute; z-index: 7; left: 0; top: 100px; }  */

/* About part home page */
.wel-box{background-color: #d1c3a0; padding: 40px 0;}
.wel-box .abt-part{display: flex;}
.wel-box .abt-part .abltr{width: 55%; display: grid; grid-template-columns: repeat(3, 1fr); justify-content: center;}
.wel-box .abt-part .abltr a{text-align: center; color: #033248; padding: 25px;}
.wel-box .abt-part .abltr a:hover{color: #e11a27;}
.wel-box .abt-part .abltr a:nth-child(1){ border-right: 1px solid #baac88; border-bottom: 1px solid #baac88;}
.wel-box .abt-part .abltr a:nth-child(2){ border-right: 1px solid #baac88; border-bottom: 1px solid #baac88;}
.wel-box .abt-part .abltr a:nth-child(3){ border-bottom: 1px solid #baac88;}
.wel-box .abt-part .abltr a:nth-child(4){ border-right: 1px solid #baac88;}
.wel-box .abt-part .abltr a:nth-child(5){ border-right: 1px solid #baac88;}

.wel-box .abt-part .abltr i{margin: 0 auto; font-size: 40px; border: 2px solid #fff; padding: 10px; width: 95px; height: 95px; display: flex; align-items: center; justify-content: center; border-radius: 50%; position: relative; overflow: hidden; transition: all 0.5s ease 0s;}
.wel-box .abt-part .abltr a i::after{position: absolute; content: ""; width: 0%; height: 0%; left: 0; right: 0; margin: 0 auto; top: 50%; transform: translateY(-50%); opacity: 0; background-color: #e11a27; z-index: -1; transition: all 0.5s ease 0s; border-radius: 50%;}
.wel-box .abt-part .abltr a:hover i::after{opacity: 1; width: 100%; height: 100%;}
.wel-box .abt-part .abltr a:hover i{color: #fff;}
.wel-box .abt-part .abltr span{display: block; font-size: 16px; text-transform: uppercase; margin-top: 14px;}
.wel-box .abt-part .abrtr{width: 45%; padding-left: 60px; position: relative;}
.wel-box .abt-part .abrtr .pro-box{background-color: #549e38; position: absolute; bottom: 0; right: 0; width: 500px; padding: 40px;}

.pro-box .pros-stu{margin-bottom: 40px;}
.pro-box .pros-stu h2{font-size: 30px; color: #fff; font-weight: bold; text-transform: uppercase; border-bottom: 4px dotted rgba(0, 0, 0, 0.1); padding-bottom: 8px;}
.pro-box .pros-stu ul{padding: 0; margin: 0; list-style: none;}
.pro-box .pros-stu ul li{padding: 0; margin: 0 0 10px; list-style: none;}
.pro-box .pros-stu ul li a{display: block; padding: 5px 20px; border: 1px solid rgba( 255, 255, 255, 0.2); border-radius: 20px; color: #fff;}
.pro-box .pros-stu ul li a:hover{background-color: #fff; color: #e11a27;}
.pro-box .enq-box h2{font-size: 30px; color: #fff; font-weight: bold; text-transform: uppercase; border-bottom: 4px dotted rgba(0, 0, 0, 0.1); padding-bottom: 8px;}
.pro-box .enq-box .frm-grid .form-control{background-color: #4a912f; border-color: rgba( 255, 255, 255, 0.2); color: #fff;}
.pro-box .enq-box .frm-grid .form-control::placeholder{color: rgba( 255, 255, 255, 0.4);}
.bnr-enq-btn .btn-enqhm{ background-color: #ffc600; border: 1px solid #ffc600; padding: 9px 30px; color: #143d05; text-transform: uppercase; border-radius: 3px; position: relative; z-index: 0; transition: all 0.5s ease 0s;}
.bnr-enq-btn .btn-enqhm::after{ position: absolute; content: ""; width: 100%; height: 0%; left: 0; bottom: 0; background-color: #e11a27; z-index: -1; visibility: hidden; opacity: 0; transition: all 0.5s ease 0s;}
.bnr-enq-btn .btn-enqhm i{ font-size: 16px; padding-left:8px;}
.bnr-enq-btn .btn-enqhm:hover{ background-color:transparent; border: 1px solid #e11a27; color: #fff;}
.bnr-enq-btn .btn-enqhm:hover::after{height: 100%; visibility: visible; opacity: 1;}

.serv-bg{ background: url(../images/crs-bg.png) center center no-repeat; background-size: cover; padding: 60px 0; overflow: hidden; position: relative; min-height: 600px;}
.serv-bg::after{position: absolute; content: ""; width: 35%; height: 100%; left: 0; top: 0; background-color: #033248; z-index: 0; -webkit-clip-path: polygon(0 0, 100% 0%, 70% 100%, 0 100%); clip-path: polygon(0 0, 100% 0%, 70% 100%, 0 100%);}
.serv-block {display: flex; align-items: stretch;}
.serv-block .lsec{width: 40%; height: 100%;}
.serv-block .lsec span{position: relative; display: block; content: "";}
.serv-block .lsec span img{position: absolute; max-height: 700px; top: 0; left: -100px; z-index: 9;}
.serv-block .rsec{width: 60%;}
.serv-block .rsec h1{font-size: 55px; text-transform: uppercase; font-weight: bold; color: #fff;}
.serv-block .rsec ul{padding: 0; margin: 0; list-style: none; display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; grid-auto-rows: 1fr;}
.serv-block .rsec ul li{padding: 0; margin: 0 0 10px; list-style: none;}
.serv-block .rsec ul li a{display: flex; padding: 20px 20px 20px 45px; background-color: #477c33; border-radius: 20px; color: #ffde00; font-size: 20px; font-weight: 300; position: relative; line-height: 1.2; height: 100%; align-items: center;}
.serv-block .rsec ul li a:hover{background-color: #fff; color: #e11a27;}
.serv-block .rsec ul li a i{position: absolute; left: -10px; top: 50%; color: #fff; transform: translateY(-50%);}
.serv-block .rsec ul li a:hover i{color: #e11a27;}

.stubg{background: url(../images/stu-bg.jpg) center center no-repeat #e6eff5; background-size: cover; padding: 40px 0;}
.stu-block{text-align: center;}
.stu-block h1{font-size: 30px; color: #549e38; font-weight: 300; margin: 0;}

.stu-block h2{font-size: 48px; color: #e11a27; font-weight: bold; margin: 0;}
.stu-block h3{font-size: 30px; color: #549e38; font-weight: 300; margin: 0;}
.stu-block ul{padding: 0; margin:80px 0 0; list-style: none; display: grid; grid-template-columns: repeat(3, 1fr); gap:80px 30px; grid-auto-rows: 1fr;}
.stu-block ul li{padding: 0; margin: 0 0 10px; list-style: none;}
.stu-block ul li a{display: flex; padding: 20px; background-color: #fff; border-radius: 20px; color: #444; font-size: 20px; font-weight: 300; position: relative; line-height: 1.2; height: 100%; text-align: center; align-items: center; justify-content: center;}
.stu-block ul li a:hover{background-color: #fff; color: #e11a27;}
.stu-block ul li a i{position: absolute; left: 0; right: 0; margin: 0 auto; top: -20px; color: #fff; transform: translateY(-50%); width: 90px; height: 90px; background-color: #e11a27; border-radius: 50%; border: 8px solid #fff;}
.stu-block ul li a:hover i{background-color: #6bb54f;}

/* Clients Part */
.clnt-bg { background-color: #fff; padding: 0px 0 30px; } 
.cl-tit { display: flex; justify-content: center; align-items: center; background-image: url(../images/client-bg.jpg); } 
.cl-tit h5 { font-size: 28px; font-weight: 300; text-align: center; letter-spacing: 1px; text-transform: uppercase; color: #434e55; } 
.cl-tit h5 b { display: block; font-size: 56px; font-weight: bold; color: #fff; text-shadow: 3px 3px 0px #439de0; } 
.clnt-list { flex-direction: row; align-items: stretch; height: 100%; padding: 0 14px; } 
.clnt-list .col-2 { border: 1px solid #eeeeee; padding: 30px 5px; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; } 
.clnt-list .prtit{ color: #b2b2b2; font-size: 12px; font-weight: bold; text-transform: uppercase; background-color: #e3e3e3; text-align: center; border-radius: 5px 5px 0 0;}

.taf-ptrs { border: 1px solid #eeeeee; padding: 5px; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; height: 140px;} 
.taf-ptrs img { max-height: 78px; width: auto; max-width: 200px;} 

/* News Section */
.news-bg { background: url(../images/news-bg.png); background-size: cover; padding: 50px; border: 1px solid #d1e8f9; } 
.nltr span { margin-bottom: 10px; display: block; } 
.nltr p { font-size: 20px; color: #434e55; line-height: 1.8; padding-right: 60px; } 
.nltr .ubtn a { display: inline-block; background-color: #fff; color: #0068b6; padding: 15px 65px 15px 20px; border-radius: 10px; text-transform: uppercase; font-size: 14px; position: relative; } 
.nltr .ubtn a i { background-color: #0068b6; position: absolute; font-size: 30px; right: 0; top: 0; border-radius:0 10px 10px 0; padding: 10px 15px; color: #ffffff; transition: all 0.5s ease 0s; } 
.nltr .ubtn a:hover { background-color: #439de0; color: #ffffff; } 
.nltr .ubtn a:hover i { background-color: #606e7f; color: #ffffff; transition: all 0.5s ease 0s; } 


.nrtr h3 { color: #354554; font-size: 24px; font-weight: 300; } 
.nbox { border-bottom: 1px solid #eeeeee; } 
.nbox:last-child { border-bottom: 0 none; } 
.nbox small { display: block; color: #a1afbd; margin-top: 10px; } 
.nbox small i { margin-right: 6px; } 
.nbox a { font-size: 18px; font-weight: 600; } 

/* Video Section */
.video-bg { padding: 0; margin: 30px 0 0; } 
.video-bg .vdtxt { background-color: #aaacaf; text-align: center; padding: 90px 20px; } 
.video-bg .vdtxt h3 { color: #fff; font-weight: 300; font-size: 20px; } 

/* Contact and Map Part */
.contact-bg { margin: 0px 0 30px; background-color: #444;} 
.contact-bg section { display: flex; width: 100%; } 
.contact-bg section .lsec{width: 25%; background-color: #2f2f2f; padding: 10px; text-align: center;}
.contact-bg section .lsec h4{font-family: "Open Sans"; font-weight: 300; color: #aaa; font-size: 30px; padding: 30px 0; margin: 0;}
.contact-bg section .rsec{ display: flex; width: 75%; padding: 30px 0 30px 30px;}
.cont-ltr { width: 100%; height: 500px; } 
.cont-ltr iframe{ width: 100%; height: 100%; } 
.cont-rtr { width: 45%; padding: 10px 25px 25px; color: #fff; background-color: #68bc46; } 
.cont-rtr h3 { font-size: 19px; font-weight: 600; margin-top: 10px; color: #fff; } 
.cont-rtr .address span { display: flex; margin-top: 15px; } 
.cont-rtr .address span.adrlist1 { font-size: 15px;} 
.cont-rtr .address span.adrlist2, .cont-rtr .address span.adrlist3 { font-weight: 600; font-size: 17px;} 
.cont-rtr .address span.adrlist4 { flex-wrap: wrap; } 
.cont-rtr .address span i { margin-right: 8px; padding-top: 5px; color: rgba(0, 0, 0, 0.44); font-size: 16px; } 
.cont-rtr .address span a { color: #fff; padding-left: 5px;}
/* .cont-rtr .address span.adrlist1 { display: flex; } 
.cont-rtr .address span.adrlist1 i { margin-right: 15px; padding-top: 5px; } */

/* Inner page styles */
.head-title h2 { font-size: 48px; color: #ffffff; text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.7); } 
.head-title h3 { font-size: 24px; color: #ffffff; background-color: rgba(235, 28, 39, 0.8); display: inline-block; font-weight: 300; border-radius: 6px; padding: 6px 20px; } 
.cnt-part { padding: 0; } 
.abt-us { background-color: rgba(255, 255, 255, 0.9); padding: 40px 0px 100px; border-radius: 6px 6px 0 0; min-height: 500px; } 
.abt-us::after { content: ""; width: 100%; height: 1px; clear: both !important; display: block; } 

p.our_people_img {display: flex; align-items: center; justify-content: center;}
p.our_people_img img{padding: 3px; border: 1px solid #ddd; border-radius: 3px; margin: 0 auto;}

.abt-img { float: right; margin:0 0 25px 25px; } 
.abt-img img { border-radius: 4px; box-shadow:5px 5px 0px rgba(0, 0, 0, 0.1); border: 1px solid transparent; } 

.abot-img { padding:25px; text-align: center;} 
.abot-img span{display: inline-block; background-color: #eee; padding: 20px; margin: 0 auto;} 
.abot-img img { border-radius: 4px; max-width: 500px; } 

.abt-us > ul { padding: 0; margin: 0; } 
.abt-us > ul > li { padding: 0 0 0 20px; margin: 0; list-style: none; position: relative; } 
.abt-us > ul > li::after { position: absolute; content: ""; height: 8px; border-left: 4px solid #e11a27; left: 9px; top: 9px; -webkit-clip-path: polygon(0 1%, 0 100%, 100% 49%); clip-path: polygon(0 1%, 0 100%, 100% 49%); background-color: transparent; transition: all 0.5s ease 0s; } 
.abt-us img { max-width: 100% !important; height: auto !important; } 
/* .abt-us h1, .abt-us h2, .abt-us h3, .abt-us h4, .abt-us h5, .abt-us h6 { }  */
.abt-us h1 { font-size: 40px; font-weight: 800; position: relative; padding-bottom: 5px; color: #444; margin: 0; } 
.abt-us h2 { font-size: 30px; font-weight: 300; position: relative; padding-bottom: 5px; color: #444; margin: 0; } 
.abt-us h3 { font-size: 22px; font-weight: 600; position: relative; padding-bottom: 5px; color: #e11a27; margin: 0; } 
.abt-us h4 { font-size: 18px; font-weight: 600; position: relative; padding-bottom: 5px; color: #e11a27; margin: 0; } 
.abt-us h5 { font-size: 16px; font-weight: 600; position: relative; padding-bottom: 5px; color: #444; margin: 0; } 
.abt-us h6 { font-size: 14px; font-weight: 600; position: relative; padding-bottom: 5px; color: #444; margin: 0; } 
.abt-us p { text-align: justify; margin: 0 0 20px;} 
.red-line { position: relative; } 
.red-line::after { position: absolute; content: ""; height: 5px; width: 10%; background-color: #e11a27; left: 5px; bottom: 10px; } 

.floatr-img { float: right; margin:0 0 25px 25px; } 
.floatr-img img { max-width: 600px !important; } 

.howtoapp h1{text-align: center; position: relative; padding-bottom: 15px; margin-bottom: 20px;}
.howtoapp h1::after{ border-bottom: 3px dotted #e11a27; position: absolute; content: ""; width: 200px; height: 5px; left: 0; right: 0; bottom: 0; margin: 0 auto;}
.howtoapp ul { padding: 0; margin: 0; } 
.howtoapp ul > li { padding: 0 0 0 20px; margin: 0; list-style: none; position: relative; } 
.howtoapp ul > li::after { position: absolute; content: ""; height: 8px; border-left: 4px solid #e11a27; left: 9px; top: 9px; -webkit-clip-path: polygon(0 1%, 0 100%, 100% 49%); clip-path: polygon(0 1%, 0 100%, 100% 49%); background-color: transparent; transition: all 0.5s ease 0s;}

.repro h1{text-align: center; position: relative; padding-bottom: 15px; margin-bottom: 20px;}
.repro h1::after{ border-bottom: 3px dotted #e11a27; position: absolute; content: ""; width: 200px; height: 5px; left: 0; right: 0; bottom: 0; margin: 0 auto;}
.repro ul { padding: 0; margin: 0; } 
.repro ul > li { padding: 0 0 0 20px; margin: 0; list-style: none; position: relative; } 
.repro ul > li::after { position: absolute; content: ""; height: 8px; border-left: 4px solid #e11a27; left: 9px; top: 9px; -webkit-clip-path: polygon(0 1%, 0 100%, 100% 49%); clip-path: polygon(0 1%, 0 100%, 100% 49%); background-color: transparent; transition: all 0.5s ease 0s;}
.repro h3{padding-left: 15px; position: relative; z-index: 0; margin-top: 70px; margin-bottom: 10px; border-bottom: 1px solid #eee; padding-bottom: 10px;}
.repro h3::after{padding-left: 15px; position: absolute; content: ""; width: 70px; height: 70px; left: 0; bottom: 0; background-color: #eee; z-index: -1;}

.classroom{padding: 0;}
.roombox{display: flex; margin: 70px 0 0;}
.roombox:first-child{margin-top: 30px;}
.roombox .lft{width: 40%; background-color: #333; color: #fff; text-align: center; padding: 30px 25px; align-items: center; display: flex; flex-wrap: wrap; justify-content: center;}
.roombox .lft h1{font-size: 30px; color: #fff; line-height: 1.4;}
.roombox .lft span{display: block; font-size: 24px; color: #e11a27;}
.roombox .lft b{display: block; margin-top: 10px; padding: 10px; text-transform: uppercase; font-size: 18px; color: #6bb54f; border-bottom: 2px dotted #444;}
.roombox .lft ul{padding: 0; margin: 0; list-style: none;}
.roombox .lft ul li{padding:5px  0; margin: 0; list-style: none; border-bottom: 1px dotted #444;}
.roombox .rgt{width: 60%; max-height: 450px; overflow: hidden;}
.roombox .rgt img{width: 100%; max-width: 100%;}

.bord-block{display: grid; grid-template-columns: repeat(2, 1fr); gap: 35px; padding: 35px; background-color: #eee;}
.bord-item{background-color: #fff; padding: 25px;}
.bord-item a{display: flex; align-items: center;}
.bord-item a small{width: 35%; padding-right: 15px;}
.bord-item a span{width: 65%; padding-left: 20px;}
.bord-item a span h5{font-size: 24px; font-weight: 700; transition: all 0.5s ease 0s;}
.bord-item a:hover span h5{color: #6bb54f;}
.bord-item a span b{font-size: 18px; font-weight: 300; display: block;}
.bord-item a span b em{font-size: 14px; font-weight: 300; display: block; font-style: normal; color: #666;}
.bord-item a span i{font-size: 16px; font-weight: 400; display: inline-block; background-color: #e11a27; color: #fff; padding: 10px 30px; font-style: normal; margin-top: 20px; transition: all 0.5s ease 0s;}
.bord-item a:hover span i{background-color: #999;}

.acd-block{display: grid; grid-template-columns: repeat(3, 1fr); gap: 35px; padding: 35px; background-color: #eee;}
.acd-item{background-color: #fff; padding: 25px; position: relative; z-index: 0;}
.acd-item::after{background-color: #eee; position: absolute; content: ""; width: 100%; height: 160px; left: 0; top: 0; z-index: -1;}
.acd-item a{display: block; text-align: center;}
.acd-item a small{display: block; margin-bottom: 25px; max-height: 264px; overflow: hidden; padding-top: 30px;}
.acd-item a small img{max-width: 170px; box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);}
.acd-item a span{display: block;}
.acd-item a span h5{font-size: 24px; font-weight: 700; transition: all 0.5s ease 0s;}
.acd-item a:hover span h5{color: #6bb54f;}
.acd-item a span b{font-size: 18px; font-weight: 300; display: block;}
.acd-item a span b em{font-size: 14px; font-weight: 300; display: block; font-style: normal; color: #666;}
.acd-item a span i{font-size: 16px; font-weight: 400; display: inline-block; background-color: #e11a27; color: #fff; padding: 10px 30px; font-style: normal; margin-top: 20px; transition: all 0.5s ease 0s;}
.acd-item a:hover span i{background-color: #999;}

.bord-det{padding-top: 100px;}
.bord-det .bord-tit{position: relative; background-color: #eee; padding-left: 240px;}
.bord-det .bord-tit small{position: absolute; left: 30px; bottom: 20px; max-width: 170px; max-height: 234px; overflow: hidden;}
.bord-det .bord-tit small img{max-width: 100%;}
.bord-det .bord-tit span{display: block; padding: 75px 0 20px;}
.bord-det .bord-tit span h5{font-size: 30px; font-weight: 700;}
.bord-det .bord-tit span b{font-size: 18px; font-weight: 300;}
.bord-det .bord-tit span b em{font-size: 16px; font-weight: 300; font-style: normal; color: #666;}
.bord-det .bord-tit a{position: absolute; right: 0; top: -50px; border: 1px solid #eee; display: inline-block; padding: 5px 15px; border-radius: 20px;}
.bord-cont{padding-top: 50px;}
.bord-cont .acd-det{display: flex; margin: 5px 0 30px;}
.bord-cont .acd-det .lft{width: 30%; background-color: #eee; padding: 25px; font-size: 32px; text-align: right; font-weight: 200;}
.bord-cont .acd-det .rgt{width: 70%; padding: 25px 30px;}
.bord-cont .acd-det .rgt h6{font-size: 18px; font-weight: 800;}
.bord-cont .acd-det .rgt ul{padding: 0; margin: 0; list-style: none;}
.bord-cont .acd-det .rgt ul li{padding: 2px 0 0 25px; margin: 0; list-style: none; position: relative;}
.bord-cont .acd-det .rgt ul li::after{font-family:"Font Awesome 5 Free"; content: "\f105"; font-weight: 900; font-size: 18px; position: absolute; left: 8px; top: 0px; color: #e11a27;}

.fcmem-det{padding-top: 20px;}
.fcmem-cont{padding-top: 50px;}
.fcmem-cont .fcd-det{display: flex; margin: 5px 0 30px;}
.fcmem-cont .fcd-det .lft{width: 30%; background-color: #eee; padding: 25px; text-align: right; font-weight: 200;}
.fcmem-cont .fcd-det .lft label{font-size: 30px; font-weight: 900; display: block; color: #ccc;}
.fcmem-cont .fcd-det .lft small{font-size: 16px; text-transform: uppercase; font-weight: 300; display: block; color: #e11a27; border-top: 1px dotted #ccc; padding: 5px 0 0;}
.fcmem-cont .fcd-det .lft h5{font-size: 24px; font-weight: 800; display: block; color: #333; margin-bottom: 25px;}
.fcmem-cont .fcd-det .lft strong{font-size: 18px; font-weight: 500; display: block; color: #333; margin-bottom: 25px; line-height: 1.2;}
.fcmem-cont .fcd-det .lft i{font-size: 18px; font-weight: 700; display: block; color: #333; margin-bottom: 25px; line-height: 1.2; font-style: normal;}
.fcmem-cont .fcd-det .rgt{width: 70%; padding: 25px 30px;}
.fcmem-cont .fcd-det .rgt h2{font-size: 30px; font-weight: 200; border-bottom: 3px dotted #ddd; margin-bottom: 25px;}
.fcmem-cont .fcd-det .rgt h6{font-size: 18px; font-weight: 800;}
.fcmem-cont .fcd-det .rgt ul{padding: 0; margin: 0; list-style: none;}
.fcmem-cont .fcd-det .rgt ul li{padding: 2px 0 0 25px; margin: 0; list-style: none; position: relative;}
.fcmem-cont .fcd-det .rgt ul li::after{font-family:"Font Awesome 5 Free"; content: "\f0da"; font-weight: 900; font-size: 18px; position: absolute; left: 12px; top: 0px; color: #e11a27;}

.prt-block{display: grid; grid-template-columns: repeat(3, 1fr); gap: 35px; padding: 35px; background-color: #eee;}
.prt-item{background-color: #fff; padding: 25px; position: relative; z-index: 0;}
/* .prt-item::after{background-color: #eee; position: absolute; content: ""; width: 100%; height: 160px; left: 0; top: 0; z-index: -1;} */
.prt-item .prt{display: block; text-align: center;}
.prt-item .prt small{display: block; margin-bottom: 25px; max-height: 264px; overflow: hidden; padding-top: 30px;}
.prt-item .prt small img{max-width: 250px !important; }
.prt-item .prt span{display: block; border-top: 1px solid #eee; padding-top: 20px;}
/* .prt-item .prt span h5{font-size: 24px; font-weight: 700; transition: all 0.5s ease 0s;} */
/* .prt-item .prt:hover span h5{color: #6bb54f;} */
.prt-item .prt span b{font-size: 18px; font-weight: 300; display: block; color: #e11a27;}


.prt-typ-box{width: 100%; display: flex; flex-wrap: wrap; margin-bottom: 50px;}
    .prt-typ-box h6{font-size: 24px; width: 100%; margin-bottom: 25px; padding-bottom: 20px; border-bottom: 1px dashed rgba(0,0,0,0.3); text-transform: uppercase; color: #526c39;}
    .abt-us .prt-typ-box:last-child{margin-bottom: 0;}
    .abt-us .prt-typ-box:last-child h6{color: #ec1e25;}
/* .prt-item .prt span b em{font-size: 14px; font-weight: 300; display: block; font-style: normal; color: #666;} */
/* .prt-item .prt span i{font-size: 16px; font-weight: 400; display: inline-block; background-color: #e11a27; color: #fff; padding: 10px 30px; font-style: normal; margin-top: 20px; transition: all 0.5s ease 0s;} */
/* .prt-item .prt:hover span i{background-color: #999;} */

.crtxt p{text-align: center; font-size: 18px;}

.tst-block{display: grid; grid-template-columns: repeat(1, 1fr); gap: 45px; padding: 35px; background-color: #eee;}
.tst-item{background-color: #fff; padding: 25px; position: relative; z-index: 0;}
.tst-item .tst{display: block; text-align: left;}
.tst-item .tst small{display: block;}
.tst-item .tst small p{font-size: 16px; font-weight: 400;}
.tst-item .tst span{display: block; border-top: 1px solid #eee; padding-top: 10px;}
.tst-item .tst span h5{font-size: 20px; font-weight: 700; transition: all 0.5s ease 0s;}
.tst-item .tst span b{font-size: 16px; font-weight: 300; display: block; color: #e11a27;}

.pgn-no{display: flex; margin-top: 25px;}
.pgn-no .lft{width: 40%;}
.pgn-no .rgt{width: 60%;}

.vmv-block{display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; color: #fff; line-height: 1.1;}
.vmv-block h1{color: #ffde00; margin-bottom: 15px;}
.vmv-block .vis{background-color: #6bb54f; padding: 25px;}
.vmv-block .mis{background-color: #033248; padding: 25px;}
.vmv-block .val{background-color: #6bb54f; padding: 25px;}

.ocl{text-align: left; margin-top: 40px;}
.ocl p{text-align: left;}

.ptnrs { padding: 0; } 
.ptnrs ul { padding: 0; margin: 0; list-style: none; display: flex; width: 100%; flex-wrap: wrap; } 
.ptnrs ul li { padding:15px 10px; margin: 0; list-style: none; width: 20%; text-align: center; display: flex; } 
.ptnrs ul li:nth-child(5n+5) { border-right: 0 none; } 
.ptnrs ul li a { display: flex; background-color: #fff; padding: 0 0 60px; border: 4px solid #ddd; border-radius: 5px; align-items: center; justify-content: center; min-height: 200px; position: relative; width: 100%;} 
.ptnrs ul li a img { border: 5px solid #fff; } 
.ptnrs ul li a span { position: absolute; font-size: 14px; font-weight: normal; padding: 0 10px; left: 0; right: 0; bottom: 0; height: 60px; width: 100%; margin: 0 auto; background-color: rgba(0, 0, 0, 0.7); color: #ffffff; vertical-align: middle; display: flex; justify-content: center; align-items: center; line-height: 1.3; border-radius: 0 0 3px 3px; transition: all 0.5s ease 0s; border-bottom: 2px solid #333;} 
.ptnrs ul li a:hover span { visibility: visible; opacity: 1; background-color: rgba(236, 15, 24, 0.8); transition: all 0.5s ease 0s;  border-bottom: 2px solid #e11a27;} 

/* Testimonials page */
.grid { max-width: 100%; } 
.grid:after { content: ''; display: block; clear: both; } 
.grid-sizer, .grid-item { width: 33.33%; } 
.grid-item { float: left; padding: 10px; } 
.grid-item .ts-box { padding: 20px; border: 1px solid transparent; border-bottom: 3px solid rgba(0, 0, 0, 0.15); border-radius: 10px; transition: all 0.5s ease 0s; } 
.grid-item:nth-child(3n+1) .ts-box { background-color: #def2eb; } 
.grid-item:nth-child(3n+2) .ts-box { background-color: #f2f0de; } 
.grid-item:nth-child(3n+3) .ts-box { background-color: #eee; } 
.grid-item:nth-child(3) .ts-box { background-color: #d3ebf9; } 
.grid-item:nth-child(4) .ts-box { background-color: #e6dfff; } 
.grid-item:nth-child(6) .ts-box { background-color: #e5dad6; } 
.grid-item:nth-child(9) .ts-box { background-color: #dfffe5; } 
.grid-item:nth-child(14) .ts-box { background-color: #e6dfff; } 
.grid-item .ts-box i { color: #555; font-size: 24px; display: block; } 
.grid-item .ts-box span { color: #e11a27; font-weight: 500; display: block; position: relative; padding-top: 10px; } 
.grid-item .ts-box span::after { content: ""; width: 25%; height: 2px; border-bottom: 2px solid rgba(0, 0, 0, 0.2); left: 0; top: 5px; position: absolute; } 
.grid-item .ts-box span b { display: block; font-weight: 500; } 
.grid-item .ts-box span small { display: block; font-weight: 600; color: #333; } 
.grid-item .ts-box p { line-height: 1.3 !important; font-size: 14px; } 
.grid-item:hover .ts-box { background-color: #fff; transition: all 0.5s ease 0s; border: 1px solid #ddd; border-bottom: 3px solid #e11a27; } 
.grid-item:hover .ts-box i { color: #e11a27; font-size: 24px; } 

.prgms { background-color: rgba(255, 255, 255, 0.95); padding: 40px 0px 100px; border-radius: 6px 6px 0 0; margin-top: 0px; min-height: 500px; clear: both; } 
.prgm-img{ margin: 15px 0;}
.prgm-img img{ box-shadow: 4px 4px 0 #ddd; border-radius: 8px; padding: 2px;}
.prgm-content h1 { font-size: 30px; font-weight: bold; color: #555; }

.prdetail{ width: 100%; margin-top: 15px;}
.sidebar { background-color:#ddd; margin-bottom: 25px;} 
.sbar_item { padding: 0; transition: all 0.5s ease 0s; } 
.sbar { padding-bottom: 0px; margin: 0; } 
.prgm-tit { font-size: 16px; font-weight: 500; padding: 0 0 5px 18px; margin: 0 0 5px; color: #999; border-bottom: 1px dotted rgba(255, 255, 255, 0.2); position: relative; } 
.prgm-tit i { color: #aaa; font-size: 14px; position: absolute; left: 0; top: 3px; } 
.prgmcol { padding: 20px 20px 0px; } 
.prgmcol ul { list-style: none; padding: 0; margin: 0; } 
.prgmcol ul li { margin: 0; padding: 0; list-style: none; } 
.prgmcol ul li a { color: #ffffff; font-size: 14px; position: relative; padding: 1px 10px; display: block; margin: 1px 0; border-radius: 5px; } 
.prgmcol ul li a:hover, .prgmcol ul li a.active { color: #fff; background-color: #e11a27; } 
.prgmcol ul li a:after { margin: 0; padding: 0; border-left: 4px solid #e11a27; position: absolute; content: ""; height: 10px; left: 0; top: 7px; transition: all 0.5s ease 0s; width: 0; } 
.prgmcol ul li a:hover:after { margin: 0; padding: 0; border-left: 0px solid #e11a27; border-bottom: 1px solid #999; height: 10px; left: 0px; top: auto; bottom: 0px; width: 100%; transition: all 0.5s ease 0s; border-radius: 5px; } 

.prgmcol2 { padding: 20px 0 0; } 
.prgmcol2 ul { list-style: none; padding: 0; margin: 0 20px; } 
.prgmcol2 ul li { margin: 2px 0; padding: 0; list-style: none; border-bottom: 1px dotted rgba(255, 255, 255, 0.2); } 
.prgmcol2 ul li a { color: #fff; font-size: 17px; position: relative; padding: 1px 0px; display: block; margin: 1px 0; font-weight: normal; } 
.prgmcol2 ul li a:hover, .prgmcol2 ul li a.active { color: #fff; background-color: #e11a27; border-radius: 5px; } 
.prgmcol2 ul li a:hover i { transition: all 0.5s ease 0s; opacity: 0;} 

.prgm-content { padding-left: 0px; } 
.prgm-content .pcontent p{text-align: justify;} 
.prgm-content .pcontent h3{color: #333; font-size: 24px; font-weight: 300;} 
.prgm-content .pcontent h3 strong{font-weight: 300;} 
.prgm-content .pcontent h4{color: #333; font-size: 24px; font-weight: 300;} 
.prgm-content .pcontent h4 strong{font-weight: 300;} 
.plist1 { background-color: #eee; margin-top: 30px; padding: 20px; border-radius: 3px;} 
.plist1 h4 { padding: 10px 0 0; margin: 15px 10px; color: #888; font-size: 40px; font-weight: 200; text-align: center;} 
.plist1 ul { list-style: none; margin: 0; padding: 0; display: grid; width: 100%; grid-template-columns: repeat(3, 1fr); gap: 20px;} 
.plist1 ul li { list-style: none; margin: 0; padding: 0; background-color: #fff;} 
.plist1 ul li .crbox { margin: 0; padding:25px 15px; font-size: 24px; font-weight: 200; height: 100%; text-align: center; color: #e11a27; position: relative; transition: all 0.5s ease 0s; display: flex; justify-content: center; align-items: center; position: relative;}
.plist1 ul li .crbox::after{position: absolute; content: ""; width: 30px; height: 30px; background-color: rgba(0, 0, 0, 0.1); right: 10px; bottom: 10px; -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 0% 100%); clip-path: polygon(100% 0, 100% 0, 100% 100%, 0% 100%);}
.plist1 ul li .crbox:hover{background-color: #6bb54f; transition: all 0.5s ease 0s; color: #fff;}
.plist1 ul li .crbox i{display: block; overflow: hidden; max-height: 192px; position: relative; font-style: normal; transition: all 1s ease} 
.plist1 ul li .crbox i .img-crbox{ width: 100%; display: flex; height: 185px;}
.plist1 ul li .crbox i .img-crbox img{ width:100%; height: auto; }

/* .plist1 ul li .crbox i img{width: 100%; height: auto;}  */
.plist1 ul li .crbox i span{ padding: 10px; display: flex; position: absolute; bottom: 0px; left: 0; right: 0; width: 100%; background-color: rgba(0, 0, 0, 0.7); color: #fff; font-weight: normal; line-height: 1.2; height: auto; font-size: 14px; flex-wrap: wrap; transition: 0.6s; justify-content: center; text-transform: uppercase;}
.plist1 ul li .crbox i span b{ width: 100%; background-color: rgba(0, 0, 0, 0.5); padding: 3px 5px; margin: 6px 0px 0px; border-radius: 50px;}
.plist1 ul li .crbox i span b small{ width: 100%; padding: 2px 0px;}
.plist1 ul li .crbox i span b small:nth-child(1) { color: #aaa; font-size: 12px; letter-spacing: 0.5px;}
.plist1 ul li .crbox i span b small:nth-child(2){ color: #68bc46; font-size: 13px; font-weight: 600; letter-spacing: 0.5px;}
.plist1 ul li .crbox:hover i span{background-color: rgba(236, 15, 24, 0.8); color: #fff; height: 100%; align-items: center; font-size:15px; font-weight: normal; transition: 0.6s;}
.plist1 ul li .crbox small{display: block; padding: 15px 6px;}
.vd-btn{font-size: 13px; text-transform: uppercase; color: #fff; background-color: #68bc46; padding: 4px 15px; border-radius: 20px; margin: 0 5px;}
.vd-btn:hover{background-color: #fff; color: #e11a27;}
.ap-btn{font-size: 13px; text-transform: uppercase; color: #fff; background-color: #e11a27; padding: 4px 15px; border-radius: 20px; margin: 0 5px;}
.ap-btn:hover{background-color: #fff; color: #e11a27;}

.norec{ width: 100%; display: flex; justify-content: center; align-items: center;}
.norec h6{ margin: 15px 0px !important; color: #666 !important; font-size: 30px !important; font-weight: 300 !important; display: flex; align-items: center; background-color: transparent !important;}
.norec h6 i{ font-size: 36px; padding-right: 12px; color: #e11a27;}

.plist2 { border: 1px solid #dee2e6; margin-top: 30px; padding: 10px; border-radius: 3px; } 
.plist2 h4 { padding: 8px 15px; margin: 0; background-color: #dee2e6; color: #555; font-size: 18px; border-radius: 3px; font-weight: 300; } 
.plist2 ul { list-style: none; margin: 0; padding: 0; } 
.plist2 ul li { list-style: none; margin: 0; padding: 5px 10px; border-bottom: 1px dotted #ddd; } 
.plist2 ul li a { margin: 0; padding: 3px 10px 3px 15px; font-size: 16px; position: relative; display: inline-block; border-radius: 15px; } 
.plist2 ul li a:hover { background-color: #e11a27; color: #ffffff; } 
.plist2 ul li a::after { position: absolute; content: ""; height: 8px; border-left: 4px solid #333; left: 6px; top: 12px; -webkit-clip-path: polygon(0 1%, 0 100%, 100% 49%); clip-path: polygon(0 1%, 0 100%, 100% 49%); background-color: transparent; transition: all 0.5s ease 0s; } 

.pgrmob{display: none;}

.pbot { border-bottom: 3px dotted rgba(0, 0, 0, 0.2); padding: 3px 15px 15px 40px; } 
.pbot:last-of-type { border-bottom: 0 none; } 
.pbot a { margin-right: 10px; font-size: 14px; } 
.btn-detail { background-color: rgba(0, 0, 0, 0.4); color: #ffffff; padding: 5px 20px; display: inline-block; border-radius: 20px; text-transform: uppercase;} 
.btn-apply { background-color: #e11a27; color: #ffffff; padding: 5px 20px; display: inline-block; border-radius: 20px; text-transform: uppercase; } 
.btn-sched { background-color: #ddd; color: #333; padding: 5px 20px; display: inline-block; border-radius: 20px; text-transform: uppercase; } 
.pbot a:hover { background-color: #fff; color: #e11a27; border: 1px solid #ddd; } 

.no-sched { background-color: #eee; color: #888; border: 1px solid #ddd; padding: 5px 20px; display: inline-block; border-radius: 20px; } 

.pdetail h1 { font-size: 36px; font-weight:300; position: relative; padding-bottom: 12px; color: #444; border-bottom: 1px dashed #ddd; } 
.pdetail h1 small{ display: block; font-size: 18px; font-weight: 600; color: #444; } 

.crdbar{margin: 0 0 25px; background-color: #eee; display: flex;}
.crprice{ background-color: #68bc46; text-align: center; display: flex; align-items: center; justify-content: center; color: #fff;}
.crprice span{font-size: 26px; width: 100%;}
.crprice b{font-size: 26px; width: 100%; display: block;}

.crtime{ text-align: center; display: flex; align-items: center; justify-content: center; border-right: 4px solid #fff; width: 50%; padding: 30px 0;}
.crtime span{font-size: 20px; width: 100%; display: block;}
.crtime span small{display: block;}
.crtime b{font-size:24px; width: 100%; display: block; color: #555;}

.sidebot { margin-top: 0px; background-color: #999; padding: 0px; width: 50%; display: flex; justify-content: center; align-items: center; padding: 30px 0;} 
.sidebot .csradd{text-align: center;}
.sidebot span{font-size: 20px; width: 100%; display: block; color: #fff;}
.sidebot span small{display: block;}
.sidebot b{font-size:24px; width: 100%; display: block; color: #fff;}

/* .csradd{ padding:10px; color: #fff;}
.csradd span{ display: flex; padding: 3px 0;}
.csradd span:last-child{ border-bottom: 0; width: 100%;}
.csradd span small{font-size: 15px; font-weight: bold; text-transform: uppercase; color: rgba(0, 0, 0, 0.6); padding-left: 10px;}
.csradd span b{ width: 8%; text-align: center;}
.csradd span > i{ width: 92%; font-style: normal; text-align: left; padding: 0;} */

.pdcont-main .table{ width: 100%;}
.pdcont-main .table tr td{ text-align: left;}
.pdcont-main .table tr td{ text-align: left;}
.pdcont-main .table th{ text-align: left;}
.pdcont-main .table tr td small{ display: block; width: 100%; color: #777; font-size: 14px;}


.pdcont-main{ width: 100%;}
.pdcont-main .pdcont-lst{ width: 100%; margin-bottom: 15px;}
.pdcont-main .pdcont-lst h6{ padding: 0px 0px 0px 12px; margin: 0px 0px 5px; font-weight: 500; font-size: 17px; color: #333; position: relative;}
.pdcont-main .pdcont-lst ul{ margin: 10px 10px; padding: 0;}
.pdcont-main .pdcont-lst ul li{ list-style: none; position: relative; padding-left: 15px;}
.pdcont-main .pdcont-lst ul li:before{ position: absolute; content: ""; left: 0; -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%); clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%); width: 9px; height: 9px; background-color: #ff8989; top: 9px;}
.pdcont-main .pdcont-lst h6:before{ background-color: #ff8989; height: 100%; width: 3px; left: 0; content:" "; position: absolute; border-radius: 50px;}
.pdcont-main .pdcont-lst p{ padding: 0; margin:2px 0px 0px !important; line-height:1.3 !important; color: #666;}
.pdcont-main .pdcont-lst p strong{ font-weight: 400; color: #555; font-size: 16px;}
.pdcont-main .pdcont-lst p b{ font-weight: 600; color: #38b008; font-size: 16px; text-transform: uppercase;}
.pdcont-main .pdcont-lst small{ font-size: 12px; margin: 0; padding: 0; line-height: 0; color: #666;}
.pdcont-main .pdcont-lst small.crs-nte{ font-size: 12px; margin: 0; padding: 0; line-height: 0; color: #666;}

.pdcont1 { margin-bottom: 15px; } 
.pdcont1 h5 { font-size: 22px; margin: 0; padding: 10px 0 10px 25px; font-weight: bold; color: #333; position: relative;} 
.pdcont1 h5::after { font-family:"Font Awesome 5 Free"; content: "\f101"; font-weight: 900; font-size: 18px; position: absolute; left: 2px; top: 12px; color: #e11a27;}
.pdcont1 h5 i { font-size: 18px; color: #68bc46; font-weight: 400;} 
.pdcont1 h6 { font-size: 17px; margin: 0; padding: 10px 10px 10px 0; font-weight: bold; color: #e11a27;} 
.pdcont1 ul.pdmod { margin: 0px 0 30px; padding: 0; list-style: none; } 
.pdcont1 ul.pdmod li { margin: 0; padding: 0; list-style: none; display: flex; font-size: 16px; margin-bottom: 7px; } 
.pdcont1 ul.pdmod li b { width: 40px; padding: 5px; text-align: center; background-color: #999; color: #fff; border-radius: 6px 0 0 6px; -webkit-box-shadow: inset -6px 0px 6px -6px rgba(0,0,0,0.2); -moz-box-shadow: inset -6px 0px 6px -6px rgba(0,0,0,0.2); box-shadow: inset -6px 0px 6px -6px rgba(0,0,0,0.2); } 
.pdcont1 ul.pdmod li span { width: 100%; padding:0px; background: #eee; transition: all 0.5s ease 0s; position: relative; overflow: hidden;} 
.pdcont1 ul.pdmod li span a{display: block; padding: 8px 15px 8px 15px; background-color: #ddd; transition: all 0.5s ease 0s; color: #e11a27; font-size: 18px; font-weight: bold; border-radius: 0px; } 
.pdcont1 ul.pdmod li span a.collapsed{background-color: #6bb54f; color: #fff; border: 0 none;} 
.pdcont1 ul.pdmod li span a:hover { background-color: #e11a27; color: #ffffff; transition: all 0.5s ease 0s; } 
.pdcont1 ul.pdmod li span div.open-mod{display: block; padding: 7px 10px; background-color: #555; transition: all 0.5s ease 0s; color: #fff; font-size: 14px; line-height: 1.2;} 
.pdcont1 ul.pdmod li span a::after { font-family:"Font Awesome 5 Free"; content: "\f13a"; font-weight: 900; float: right; color: rgba(0, 0, 0, 0.4); font-size: 18px; margin: -2px 0px 0 0;}
.pdcont1 ul.pdmod li span a.collapsed::after { content: "\f138"; }

.pdcont1 ul.pdmod li span a.modlnk{position: absolute; top: 4px; right: 12px; transition: all 0.5s ease 0s; display: inline-block; padding: 2px 10px; border-radius: 5px; font-size: 14px; text-transform: uppercase; background: linear-gradient(#fff, #eee); box-shadow: inset 0 -10px 10px -10px #666; color: #333; z-index: -1; opacity: 0;-webkit-animation-name: slideOutDown; animation-name: slideOutDown; -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both;}
.pdcont1 ul.pdmod li span a.modlnk:hover{color: #e11a27;}
.pdcont1 ul.pdmod li span .show a.modlnk{z-index: 10; opacity: 1; -webkit-animation-name: slideInUp; animation-name: slideInUp; -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both;}

.pdcont1 ul.pdmod .tapts h6{font-size: 15px; color: #444; border-bottom: 1px dotted #ddd; margin-bottom: 0; padding-bottom: 2px;}
.pdcont1 ul.pdmod .tapts h6:first-child{padding-top: 0;}
.pdcont1 ul.pdmod .tapts ul{padding: 0; margin: 0; list-style: none;}
.pdcont1 ul.pdmod .tapts ul li{padding: 0 0 0 24px; margin: 0; list-style: none; font-size: 14px; position: relative;}
.pdcont1 ul.pdmod .tapts ul li::after{position: absolute;  font-family:"Font Awesome 5 Free"; content: "\f054"; font-weight: 900; color: #e11a27; font-size: 14px; left: 8px; top: 0;}
.pdcont1 ul.pdmod li:hover span { background-color: #eee; color: #222; transition: all 0.5s ease 0s; } 
.pdcont1 ul.pdmod li span .mdle{margin: 0px; padding: 10px 20px;}
.pdcont1 ul.pdmod li span .mdle h4{font-size: 22px; text-transform: uppercase; font-weight: 300; margin-top: 15px;}
.pdcont1 ul.pdmod li span table{text-align: center; margin: auto; width: calc(100% - 20px); margin-top: 10px; margin-bottom: 10px;}
.pdcont1 ul.pdmod li span table th{font-size: 14px; font-weight: 600; text-transform: uppercase; background-color: #ccc; border:1px solid #eee; padding: 5px;}
.pdcont1 ul.pdmod li span table th i{font-style: normal; font-size: 12px;}
.pdcont1 ul.pdmod li span table td{font-size: 14px; font-weight: normal; background-color: #fff; border:1px solid #eee; padding: 5px;}
.pdcont1 ul.pdmod li small { width: 13%; padding: 5px; background-color: #ddd; text-align: center; font-size: 14px; color: #444; border-radius: 0 6px 6px 0; align-items: center; display: flex; justify-content: center; } 
.pdcont1 p { text-align: justify; letter-spacing: normal; font-size: 16px;} 
.pdcont1 ul.pdmod li span .mod-desc{font-size: 13px; padding: 0 10px 10px; text-align: justify; color: #444; line-height: 1.3;}

.pdtble{border: 1px solid #eee; padding: 15px;}
.pdtble table{text-align: center; margin: auto; width: calc(100% - 20px); margin-top: 10px; margin-bottom: 10px;}
.pdtble table th{font-size: 14px; font-weight: 600; text-transform: uppercase; background-color: #ccc; border:1px solid #eee; padding: 8px 5px;}
.pdtble table th i{font-style: normal; font-size: 12px;}
.pdtble table td{font-size: 14px; font-weight: normal; background-color: #fff; border:1px solid #eee; padding: 8px 5px;}

.mdbox{background-color: #fff; margin:20px 10px; padding: 10px 0;}
.mdbox .mdlist{display: flex; padding: 8px; border-bottom: 1px dotted #eee;}
.mdbox .mdlist strong{width: 30%; text-align: right; padding-right: 10px; border-right: 4px solid #ddd;}
.mdbox .mdlist span{width: 70% !important; background: #fff !important; padding-left: 10px !important;}

.pdcontbox{display: flex; margin: 20px 0;}
.pdcontbox .pdlft{width: 50%; background-color: #033248; padding: 20px 25px; color: #fff;}
.pdcontbox h5{color: #ffde00; font-size: 22px;}
.pdcontbox .pdrgt{width: 50%; background-color: #569a4d; padding: 20px 25px; color: #fff;}

.pdcont1 ul.pdtime { margin: 20px 0 30px; padding:0; list-style: none; border-radius: 8px; border: 1px solid #ccc; background-color: #fff; } 
.pdcont1 ul.pdtime li { margin: 0; padding:3px 0; list-style: none; display: flex; align-items: center; font-size: 16px; margin: 10px 0; border-bottom: 1px dotted #ccc; } 
.pdcont1 ul.pdtime li:last-child { border-bottom: 0 none; } 
.pdcont1 ul.pdtime li span { width: 50%; padding: 0px 10px; text-align: right; border-right: 4px solid #ccc; } 
.pdcont1 ul.pdtime li b { width: 50%; padding: 0px 10px; text-align: center; text-align-last: left; } 

.pdcont1 ul.pdcar { margin: 20px 0 30px; padding:0; list-style: none; border-radius: 8px; background-color: #ddd; display: flex; align-items: center; width: 100%; flex-wrap: wrap; } 
.pdcont1 ul.pdcar li { margin: 0; padding:10px 15px 10px 25px; list-style: none; font-size: 16px; margin: 0; border: 1px solid #fff; width: 50%; position: relative; } 
.pdcont1 ul.pdcar li::after { position: absolute; content: ""; height: 8px; border-left: 4px solid #e11a27; left: 15px; top: 20px; -webkit-clip-path: polygon(0 1%, 0 100%, 100% 49%); clip-path: polygon(0 1%, 0 100%, 100% 49%); background-color: transparent; transition: all 0.5s ease 0s; } 

.pdreq { padding: 0; } 
.pdreq h6 { padding: 5px 25px; margin: 0; font-size: 20px; font-weight: 300; color: #e11a27; } 
.pdreq ul { margin:0 0 10px; padding: 0; list-style: none; } 
.pdreq ul li { margin: 0; padding: 3px 10px 3px 40px; list-style: none; font-size: 16px; position: relative; } 
.pdreq ul li::after { position: absolute; content: ""; height: 8px; width: 6px; background-color: #e11a27 !important; left: 28px; top: 11px; -webkit-clip-path: polygon(45% 0%, 100% 50%, 45% 100%, 0% 100%, 35% 50%, 0% 0%); clip-path: polygon(45% 0%, 100% 50%, 45% 100%, 0% 100%, 35% 50%, 0% 0%); background-color: transparent; transition: all 0.5s ease 0s; } 
.pdreq ul li i { font-size: 10px; color: #999999; position: absolute; left: 25px; top: 11px; } 
.pdreq small { display: inline-block; margin:0 0 20px 40px; } 
.pdreq p{margin-bottom: 0;}
.pdreq p b{ font-weight: 600; color: #555;}
.pdreq ul li p{margin: 0; padding: 0;}
.pdreq ul li p b{margin: 0; padding: 0; font-weight: normal;}

.pdfee { padding-left: 0px; } 
.pdfee h6 { padding: 5px 0px; margin: 0; font-size: 20px; font-weight: 500; color: #e11a27; } 
.pdfee .crfee { display: flex; width: 100%; margin: 0 0 0px; padding: 0; list-style: none; flex-flow: row wrap; justify-content: flex-start; } 
.pdfee .crfee li { width: 15%; margin: 0; padding: 0; border: 1px solid transparent; list-style: none; display: flex; flex-flow: column nowrap; } 
.pdfee .crfee li:nth-child(1) { width: 5%; } 
.pdfee .crfee li:nth-child(2) { width: 35%; text-align: left;} 
.pdfee .crfee li:last-child { width: 15%; }
.pdfee .crfee li span { background-color: #ccc; padding: 5px 10px; text-align: center; font-size: 14px; display: flex; flex-grow: 1; align-items: center; justify-content: center; display: none;} 
.pdfee .crfee:nth-child(1) li span{display: unset;}
.pdfee .crfee li b { display: block; background-color: #eee; padding: 5px 10px; text-align: center; font-size: 14px; font-weight: normal; flex: 1;} 
/* .pdfee .crfee li:last-child b{ font-weight: bold; color: #555;} */
.pdfee .crfee li:nth-child(2) b{text-align: left;}
.cnote{font-size: 11px; padding: 5px 10px; background-color: #fff8d4; margin-top: 5px;}
.cnote{ width: 100%; padding: 10px;}
.cnote ul{ margin: 0; padding: 0;}
.cnote ul li{ list-style: none; line-height: 1.7; }

/* Tabs */
.det-tab{ width:100%; margin: 40px 0px;}
.det-tab .nav-tabs{ text-align:center; border-bottom:0 none;  width: 100%; display: flex; justify-content: flex-start; margin-bottom: 0px;}
.det-tab .nav-tabs > li{ display:inline-block; margin:0 8px 0 0;}
.det-tab .nav-tabs-custom{ margin-bottom:0; position:relative; z-index:0;}
.det-tab .nav-tabs-custom > .nav-tabs > li{  background-color: #107d00; border:none; border-radius:0; border-radius:5px 5px 0px 0px; padding:0px;}
.det-tab .nav-tabs-custom > .nav-tabs > li a{ padding: 12px 25px; display:block; font-size:14px; text-transform: uppercase; font-weight: 600; color: #fff; border-top: 4px solid rgba(0, 0, 0, 0.3);}
.det-tab .nav-tabs-custom > .tab-content{ background-color:#fff; padding:15px; border:0 none; border:1px solid #e6e6e6; margin-top:0px; border-radius:0px 10px 10px 0px; border-top: 5px solid #e6e6e6;}
.det-tab .nav-tabs-custom > .tab-content h2{ font-size:18px; color:#027dc2; margin:5px 0px 10px;}
.det-tab .nav-tabs-custom > .tab-content h3{ font-size:17px; color:#333; margin:7px 0px; font-weight:500}
.det-tab .nav-tabs-custom > .tab-content h3 a{ text-decoration:none; color:#333;}
.det-tab .nav-tabs-custom > .tab-content h3 a:hover{ color:#ec1a23;}
.det-tab .nav-tabs-custom > .tab-content p{ text-align:justify; font-size:14px; line-height:1.6; margin:8px 0px;}
.det-tab .nav-tabs-custom > .tab-content .table{ margin:10px 0px;}
.det-tab .nav-tabs-custom > .tab-content .table thead th{ background-color:#888; padding:8px 6px; color:#fff; border-bottom: 0 none;}
.det-tab .nav-tabs-custom > .tab-content .table tr td{ padding:6px; border:1px solid #eaeaea; font-size:13px;}
.det-tab .nav-tabs-custom > .tab-content .table tr td a{ color:#18a9fa;}
.det-tab .nav-tabs-custom > .tab-content .table tr td a:hover{ color:#ec1a23} 
.det-tab .nav-tabs-custom > .tab-content .table tr:nth-of-type(2n+1){ background-color: rgba(0,0,0,.02); transition:0.4s;}
.det-tab .nav-tabs-custom > .tab-content .table tr:hover{ background-color: rgba(0,0,0,.03); transition:0.4s;}
.tab-enq .csr-form .form-group{ display:flex;}
.tab-enq .csr-form .form-group label{ text-align:right;}
.tab-enq h1{ font-size:18px; font-weight: 500; color: #444; border-bottom: 1px solid #e5e6f5; margin-bottom:30px; padding: 7px 0px; line-height:1.5;}
.tab-enq h1 span{ color:#017dc2; font-size:18px; display:block;}
.text-red{ color:#ed1a0e; font-size:15px; padding-right:2px;}
.det-tab .nav-tabs > li{ position:relative;}
.det-tab .nav-tabs > li > a{ position:relative; z-index:510; padding:8px 20px; font-size:16px; color:#333; border-radius:4px 4px 0 0; font-weight:500;}
.det-tab .nav-tabs-custom > .nav-tabs > li.active > a, .det-tab .nav-tabs-custom > .nav-tabs > li.active:hover > a{ background-color:#ec1a23; color:#fff; border-color:#027dc2;}
.det-tab .nav-tabs-custom > .nav-tabs > li > a.active, .det-tab .nav-tabs-custom > .nav-tabs > li:hover > a.active{ background-color:#ec1a23; color:#fff; border-color:#dc0a13; border-radius:3px 3px 0px 0px; border-top: 4px solid rgba(0, 0, 0, 0.3);}
.det-tab .nav-tabs > li:before{ -webkit-transition: all 0.35s ease; -moz-transition: all 0.35s ease; -o-transition: all 0.35s ease; transition: all 0.35s ease; -webkit-transform: scale(0); -moz-transform: scale(0); -ms-transform: scale(0); -o-transform: scale(0); transform: scale(0); visibility: hidden; opacity: 0; content: ''; position: absolute; width: 100%; height: 100%; top: 0; left: 0; color:#ffb201; background: #ec1a23; z-index:1; border-radius:4px 4px 0 0;}
.det-tab .nav-tabs > li:hover:before{ -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); visibility: visible; opacity: 1;}
.det-tab .nav-tabs > li > a:hover{background:none transparent; color:#fff;}
.det-tab .pro-img span{ border-radius: 8px; border: 1px solid #eee; margin-right: 5px; margin-bottom: 5px; padding: 2px; width: 19%; display: block; transition:0.4s;}
.det-tab .pro-img span:nth-child(5n+5){  border-right:0 none;}
.det-tab .pro-img span a{ display:flex; background-color:#fff; text-align:center; margin:0; padding:0; height:200px;}
.det-tab .pro-img span a small{ display:flex; margin:0 auto;  max-height:200px;}
.det-tab .pro-img span a img{ width:auto; object-fit: contain; width: auto; height: auto; margin: 0 auto;}
.det-tab .pro-img span:hover{ transition:all 0.5s ease 0s; box-shadow:0 15px 20px rgba(0,0,0,.2);}
.det-tab .pro-img .no-brand{ font-size:30px; text-align:center; padding:30px; margin:10px 0; color:#ccc;}

/* Course cat B Fee styles */
.catbfee { display: flex; width: 100%; flex-wrap: wrap; margin-top: 20px;}
.catbbox { width: 31%; border: 1px solid #ddd; border-radius: 6px; margin:0 3% 25px 0; transition: all 0.5s ease 0s;}
.catbbox:hover{ box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.2); transition: all 0.5s ease 0s;}
.catbbox:nth-child(3n+3){margin-right: 0 !important;}
.catbfee h6 { padding: 5px 15px; margin: 0; font-size: 16px; font-weight: 500; color: #e11a27; display: flex; flex-wrap: wrap; height: 46px;align-items: center;} 
.catbfee h6 small{display: block; font-size: 14px; width: 100%;}
.catbfee .cbfee { width: 100%; margin: 0; padding: 0; list-style: none;} 
.catbfee .cbfee li { margin: 0; padding: 0; border: 1px solid transparent; list-style: none; display: flex; flex-flow: row wrap; justify-content: flex-start; width: 100%; } 
.catbfee .cbfee li span { background-color: #ddd; padding: 5px 10px; text-align: left; font-size: 13px; display: flex; flex-grow: 1; align-items: center; width: 62%; line-height: 1.1; box-shadow: inset -6px 0px 6px -6px rgba(0,0,0,0.2); transition: all 0.5s ease 0s;} 
.catbfee .cbfee li b { background-color: #eee; padding:3px 10px; text-align: left; font-size: 14px; width: 38%; font-weight: normal; display: flex; align-items: center; transition: all 0.5s ease 0s;}
.catbfee .cbfee li:last-child span, .catbfee .cbfee li:last-child b{font-weight: 600;}
.catbfee .cbfee li:hover span, .catbfee .cbfee li:hover b{ background-color: #fff5bc; transition: all 0.5s ease 0s;}
.catbfee .cbfee li:last-child span{ border-radius: 0 0 0 6px;}
.catbfee .catlbl1{ background-color: #e11a27; color: #fff; padding: 5px 10px; text-align: center; font-size: 12px;}
.catbfee .catlbl2{ background-color: #666; color: #fff; padding: 5px 10px; text-align: center; font-size: 12px;}
.catbfee .catlbl3{ background-color: #aaa; color: #fff; padding: 5px 10px; text-align: center; font-size: 12px;}

.pdsch { padding-left: 0px; margin-top: 0px; transition: all 0.5s ease 0s; display: flex; flex-wrap: wrap;} 
.pdcont1 .pdsch { margin-top: 10px;} 
.pdsch h6 { padding: 8px 20px; margin: 0; font-size: 18px; font-weight: normal; color: #fff; border: 0px none; position: relative; background-color: #e11a27; border-radius: 5px 5px 0 0;} 
.pdsch h6 a { color: #fff; font-weight: 300; } 
.pdsch .crsch {  width: 48%; margin: 0 25px 25px 0; padding: 0; list-style: none; background-color: #eee; border-radius: 5px;} 
/* .pdsch .crsch:nth-child(3n){margin-right: 0;} */
.pdsch .crsch li { display: flex; width: 100%; margin: 0; padding: 5px 0; border: 1px solid #ddd; border-bottom: 0 none; list-style: none; position: relative;} 
/* .pdsch .crsch li:first-child{border-radius: 5px 5px 0 0;} */
.pdsch .crsch li:last-child{ border-bottom: 1px solid #ddd; display: block; background-color: #033248; padding: 10px;}
.pdsch .crsch li span { width: 25%; padding: 3px 10px; text-align: right; font-size: 16px; border-right: 4px dotted #ccc;} 
.pdsch .crsch li b { width: 72%; padding:3px 25px 3px 10px; text-align: left; font-size: 16px; color: #777; font-weight: normal; position: relative; display: flex; align-items: center;}
.pdsch .crsch li:last-child span, .pdsch .crsch li:last-child b{ width: 100%; text-align: center; display: block; background-color: transparent; padding: 0; border: 0 none;}
.pdsch .crsch li:last-child span{color: #fff; text-transform: uppercase; margin-bottom: 8px;}
.map-lnk{ position: absolute; right:10px; width: 21px; height: 21px; border-radius: 50px; background-color: #e11a27; top: 10px; display: flex; align-items: center; justify-content: center; transition: 0.4s;}
.map-lnk:hover{ background-color: #35af03; color: #fff; transition: 0.4s;}
.map-lnk i{ color: #fff; font-size: 11px;}
.mdl-map{ width: calc(100% - 2rem); height: calc(100% - 2rem); position: absolute; left: 1rem; top: 1rem;}
.mdl-map iframe{ width: 100%; border: 1px solid #eee; border-radius: 5px; padding: 3px; height: 100%;}
.modal-mapbox{ max-width:600px}
.modal-mapbox .modal-body{ min-height: 400px;}
.modal-mapbox .modal-header i{ padding-right: 5px; font-size: 18px;}
.modal-mapbox .modal-title{ text-transform: uppercase;}

.pdsch .crsch li b small.csd { background-color: #ddd; display: inline-block; padding: 0px 18px 0 8px; border-radius: 3px; font-weight: bold; font-size: 12px; color: #ff0c0c; -webkit-clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%); clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%); text-transform: uppercase;} 
.pdsch .crsch li b small.opn { background-color: #68bc46; display: inline-block; padding: 0px 20px 0 6px; border-radius: 3px; font-weight: bold; font-size: 12px; color: #ffffff; -webkit-clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%); clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%); text-transform: uppercase;} 
.pdsch .crsch li b small.ffast{ background-color: #ff6000; display: inline-block; padding: 0px 10px; border-radius: 3px; font-weight: bold; font-size: 14px; color: #ffffff;}
.pdsch .crsch li b a.aply { background-color: #e11a27; display: inline-block; padding: 2px 20px; border-radius: 15px; font-weight: 300; font-size: 18px; color: #ffffff; margin-left: 10px; text-transform: uppercase; } 
.pdsch .crsch li b a.aply:hover { background-color: #444; } 
.pdsch .crsch li b a.opn { background-color: #68bc46; display: inline-block; padding: 2px 20px; border-radius: 15px; font-weight: 300; font-size: 18px; color: #ffffff; margin-left: 10px; text-transform: uppercase; } 
.pdsch .crsch li b a.opn:hover { background-color: #444; } 
.pdsch .crsch li b a.sch-down { background-color: #e11a27; display: inline-block; padding: 2px 10px; border-radius: 15px; font-weight: bold; font-size: 13px; color: #ffffff; margin-left: 10px; text-transform: uppercase; font-weight: 600; } 
.pdsch .crsch li b a.sch-down:hover { background-color: #444; } 

.srchcourse{ background-color: #9ca5b3; justify-content: space-between; padding: 15px 20px; border-radius: 6px; margin-bottom: 20px; margin-top: 20px; display: flex; width: 100%;}
.srchcourse span{font-size: 18px; color: #fff; margin-right: 15px; font-family: 'Open Sans'; width: 16%; text-align: right; font-weight: 300;}
.srchcourse form{ background-color: #9ca5b3; justify-content: flex-start; padding: 0px; border-radius: 6px; margin-bottom: 0px; display: flex; width: 100%;}
.srchcourse form select{font-size: 17px; margin: 0px 10px 0px 0px; color: #e11a27; width: 26%; padding: 5px; border: 0 none; border-radius: 4px;}
.pdsch2 { padding-left: 0px; margin-top: 0px; transition: all 0.5s ease 0s; display: flex; flex-wrap: wrap;} 
.pdcont1 .pdsch2 { margin-top: 10px;} 
.pdsch2 .crsch {  width: 32%; margin: 0 25px 30px 0; padding: 0; list-style: none; background-color: #fff; border-radius: 5px;} 
.pdsch2 .crsch:nth-child(3n){margin-right: 0;}
.pdsch2 .crsch li { display: flex; width: 100%; margin: 0; padding: 0; border: 1px solid #ddd; border-bottom: 0 none; list-style: none;} 
.pdsch2 .crsch li:first-child{border-radius: 5px 5px 0 0;}
.pdsch2 .crsch li:last-child{border-radius: 0 0 5px 5px; border-bottom: 1px solid #ddd;}
.pdsch2 .crsch li h2 { padding: 4px 15px; margin: 0; font-size: 16px; font-weight: normal; color: #fff; border: 0px none; position: relative; background-color: #e11a27; border-radius: 5px 5px 0 0; width: 100%; display: flex; min-height: 52px; align-items: center; justify-content: center; text-align: center; transition: all 0.5s ease 0s;} 
.pdsch2 .crsch:hover li h2{background-color: #68bc46;}
.pdsch2 .crsch li span { width: 25%; background-color: #eee; padding: 3px 8px; text-align: right; font-size: 14px; -webkit-box-shadow: inset -6px 0px 6px -6px rgba(0,0,0,0.2); -moz-box-shadow: inset -6px 0px 6px -6px rgba(0,0,0,0.2); box-shadow: inset -6px 0px 6px -6px rgba(0,0,0,0.2);} 
.pdsch2 .crsch li b { width: 75%; padding: 3px 8px; text-align: left; font-size: 14px; color: #777; } 
.pdsch2 .crsch li b small.csd { background-color: #ddd; display: inline-block; padding: 0px 15px 0 10px; border-radius: 3px; font-weight: bold; font-size: 12px; color: #cd2b3f; -webkit-clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%); clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%); text-transform: uppercase;} 
.pdsch2 .crsch li b small.opn { background-color: #68bc46; display: inline-block; padding: 0px 15px 0 10px; border-radius: 3px; font-weight: bold; font-size: 12px; color: #ffffff; -webkit-clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%); clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%); text-transform: uppercase;} 
.pdsch2 .crsch li b small.ffast{ background-color: #ff6000; display: inline-block; padding: 0px 10px; border-radius: 3px; font-weight: bold; font-size: 14px; color: #ffffff;}
.pdsch2 .crsch li b a.aply { background-color: #e11a27; display: inline-block; padding: 2px 10px; border-radius: 15px; font-weight: bold; font-size: 12px; color: #ffffff; margin-left: 10px; text-transform: uppercase; font-weight: 600; } 
.pdsch2 .crsch li b a.aply:hover { background-color: #444; } 
.pdsch2 .crsch li b a.sch-down { background-color: #e11a27; display: inline-block; padding: 2px 10px; border-radius: 15px; font-weight: bold; font-size: 13px; color: #ffffff; margin-left: 10px; text-transform: uppercase; font-weight: 600; } 
.pdsch2 .crsch li b a.sch-down:hover { background-color: #444; } 
.srchcourse form input{ width: 12%; margin: 0px 10px 0px 0px;}
.srchcourse form button{ margin: 0px 10px 0px 0px; cursor: pointer; border: 1px solid #0b76fa; font-size: 15px;}
.srchcourse form button i{ padding-right: 2px;}
.srchcourse form a i{ padding-right: 2px;}


.crs-title h1 { font-size: 20px; font-weight: normal; margin-top: 30px; margin-bottom: 0; background-color: #eee; padding: 10px 20px; color: #e11a27; border-radius: 5px 5px 0 0; } 
.crs-title h1 i { color: #68bc46; } 
.schtabs { display: flex; width: 100%; } 
.schtabs .nav-item { width: 20%; font-size: 16px; background-color: #dee2e6; padding: 15px 20px 15px 30px; line-height: 1.1; border-radius: 8px 8px 0 0; border: 1px solid #dee2e6; font-weight: bold; margin-right: 5px; color: #555; position: relative; } 
.schtabs .nav-item::after { position: absolute; content: ""; width: 20px; height: 20px; left: 13px; top: 22px; background-color: rgba(0, 0, 0, 0.2); -webkit-clip-path: polygon(0 0, 0 100%, 50% 50%); clip-path: polygon(0 0, 0 100%, 50% 50%); } 
.schtabs .nav-item:hover { color: #e11a27; } 
.schtabs .nav-item.active { background-color: #fff; color: #e11a27; } 
.crs-content .pdsch { padding: 0; margin-bottom: 30px; } 
.crs-content .pdsch .crsch { margin-bottom: 0px; transition: all 0.5s ease 0s; } 
.crs-content .pdsch .crsch:nth-child(even) { background-color: #fff; } 
.crs-content .pdsch .crsch li {  border-right: 1px solid rgba(0, 0, 0, 0.1); border-top: 0 none; padding: 0px; } 
.crs-content .pdsch .crsch li:last-child {  border-right: 1px solid rgba(0, 0, 0, 0.1); } 
.crs-content .pdsch .crsch:hover { background-color: #dcffce; transition: all 0.5s ease 0s; } 
.crs-content .pdsch .crsch li span { background-color: #777; transition: all 0.5s ease 0s; border-bottom: 0 none; text-transform: uppercase; color: #fff; font-size: 13px; /*-webkit-box-shadow: inset -6px 0px 6px -6px rgba(0,0,0,0.2); -moz-box-shadow: inset -6px 0px 6px -6px rgba(0,0,0,0.2); box-shadow: inset -6px 0px 6px -6px rgba(0,0,0,0.2); */ padding: 4px 10px; border-radius: 0px; display: none;}
.crs-content .pdsch .crsch:nth-child(1) li span{display: block;}
.crs-content .pdsch .crsch li b { font-weight: normal; color: #555; padding: 4px 10px; } 
.crs-content .pdsch:hover .crsch li span { transition: all 0.5s ease 0s; } 
.crs-content .nav-tabs { border-bottom-width: 4px; } 

/* Modal */
.anouncement-modal.modal{background-color: rgba(0,0,0,0.4);}
.anouncement-modal .modal-dialog{ position: relative; max-width:800px;}
.anouncement-modal .modal-dialog button.close{ position:absolute; right:-10px; top:-10px; opacity: 1; transition: all ease 0.5s; outline:0;}
.anouncement-modal .modal-dialog button.close i{ color: #fff; font-size:16px; width:35px; height:35px; display: flex; align-items: center; justify-content: center; transition: all ease 0.5s; background-color: #282828; padding:7px; border-radius:50px; outline:0; box-shadow: none;}
.anouncement-modal .modal-dialog button.close:hover i{ transform: rotate(180deg); transition: all ease 0.5s; background-color: #222;}
.anouncement-modal .modal-header{ width: 100%; border-radius: 20px 20px 0px 0px; background-color: #5bab40; border-bottom: 0; padding: 15px 10px;}
.anouncement-modal .modal-header h4{ margin: 0; text-transform: uppercase; color: #fff; font-weight:400; font-size: 22px;}
.anouncement-modal .modal-header h4 i{ margin-right:6px;}
.anouncement-modal .modal-content{ border: 0 none; border-radius: 20px; padding:3px 10px 10px; background-color: #5bab40;}
.anouncement-modal .modal-content .modal-body{ border-radius:20px; background-color:#fff; min-height:250px; padding: 25px;}
.anouncement-modal .modal-content .modal-body .anouncement-bdy{ width: 100%; padding: 15px;}
.anouncement-modal .modal-content .modal-body .anouncement-bdy p{ font-size: 16px; color: #222; line-height:22px; text-align: justify; margin-bottom: 15px;}
.anouncement-modal .modal-content .modal-body .anouncement-bdy p:last-child{ margin-bottom: 0;}
.anouncement-modal .modal-content .modal-body .anouncement-bdy p strong{ font-size:18px; color: #e11a27; font-weight:500;}

.ancmt-modal.modal{background-color: rgba(0,0,0,0.4);}
.ancmt-modal .modal-dialog{ position: relative; max-width:1150px;}
.ancmt-modal .modal-content .modal-body::before{ position:absolute; background:url(../images/singapore-bg.png) bottom no-repeat; content:""; width:100%; height:100px; background-size:contain; bottom:0; left:0;}
.ancmt-modal .modal-content .modal-body .anouncement-bdy{ padding:0px;}
.ancmt-modal .modal-content .modal-body .anouncement-bdy p{ text-align:justify; font-size:14px; line-height:17px; margin-bottom:10px;}
.ancmt-modal .modal-content .modal-body .anouncement-bdy p b{ color:#e11a27;}
.ancmt-modal .modal-content .modal-body .anouncement-bdy span.thnk{ display:flex; margin:30px auto; width:260px; height:260px;}
.ancmt-modal .modal-content .modal-body .anouncement-bdy span.thnk img{ max-width:100%; max-height:260px;}
/* step form styles */
.frmflex section label { text-align: right; } 
.frmflex .sred { color: #e11a27; margin: 0 4px; } 
.frmsel { padding-top: 5px; } 
.frmflex section label.form-check-label{ position: relative;}
.frmflex section label.form-check-label label.error{ position: absolute; left: 0; top: 20px; width: 300px;}
.frmflex section .form-check-inline{margin-top: 8px;}

.corp-frm { padding: 20px 30px; box-sizing: border-box; margin: 0 0px 5px; position: relative; text-align: center; background-color: #eee;} 
.corp-frm .form-group { text-align: left; margin-bottom: 15px;} 
.corp-frm .form-group.row > label { text-align: right; } 
.corp-frm .form-control{border: 0 none; border-radius: 0;}
.corp-frm .custom-select{border: 0 none; border-radius: 0;}
.corp-frm .sred { color: #e11a27; margin: 0 4px; } 

.corp-frm .form-group .crse-inpt{ width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; margin-bottom: 10px;}
.corp-frm .form-group .crse-inpt span{ width:49%;  display: flex; align-items: center; margin-bottom: 10px;}
.corp-frm .form-group .crse-inpt span:nth-child(3){ width: 100%;}
.corp-frm .form-group .crse-inpt span:nth-child(4){ width: 100%; margin-bottom: 0;}
.corp-frm .form-group .crse-inpt span:nth-child(5){ width: 100%; margin-bottom: 0;}
.corp-frm .form-group .crse-inpt span:last-child{ width: 100%; margin-bottom: 0; margin-top: 10px;}
.corp-frm .form-group .crse-inpt span input{ width:100%;}
.corp-frm .form-group .crse-inpt small.text-muted{ margin-top: 2px; color: #888 !important;}

.crse-note{ width: 100%; text-align: left; margin-bottom: 20px; background-color: rgba(255, 255, 255, 0.7); padding: 12px 15px; border-radius: 5px;}
.crse-note h2{ font-size: 16px; font-weight: 600; font-size: 14px; margin: 0px 0px 5px; color: #e11a27; padding-left: 2px;}
.crse-note ul{ margin: 0; padding: 0;}
.crse-note ol{ margin: 0; padding-left: 15px;}
.crse-note ol li{ line-height: 1.5; margin-bottom: 4px; font-size: 13px; color: #666; text-align: justify;}
.crse-note ol li span{ color:#e11a27; padding: 0px 2px; font-size: 16px; font-weight: bold;}

.form-control.infor{background-color: #f4f4f4; border: 1px solid #eee;}

.frmprevious { background: #aaa; color: white; border: 0 none; border-radius: 0px; cursor: pointer; padding: 8px 30px; margin: 0px 5px; text-transform: uppercase;} 
.frmprevious:hover, .frmprevious:focus { box-shadow: 0 0 0 2px white, 0 0 0 3px #ccc; } 
.frmsubmit { background: #e11a27; color: white; border: 0 none; border-radius: 0px; cursor: pointer; padding: 8px 30px; margin: 0px 5px; text-transform: uppercase;} 
.frmsubmit:hover, .frmsubmit:focus { box-shadow: 0 0 0 2px white, 0 0 0 3px #e11a27; } 
a.frmsubmit:hover { box-shadow: 0 0 0 2px white, 0 0 0 3px #e11a27; background: #444; color: #fff; } 

.srt-note{ width:100%; margin:0px 0px 20px; background-color:rgba(255, 255, 255,0.7); padding:10px 15px; border-radius:5px;}
.srt-note p{ margin:5px 0px; text-align:justify; font-size:13px; color:#07449f}
.srt-note ul{ margin:10px 0px; padding-left:25px;}
.srt-note ul li{ list-style:disc; font-size:13px; color:#07449f; line-height:1.6; text-align:justify}

/*headings*/
.fs-title { font-size: 20px; font-weight: 300; color: #fff; margin-bottom: 25px; padding:6px 20px; border-bottom: 2px dotted #ddd; background-color: #888; border-radius: 5px; text-align: center; text-transform: uppercase; } 
.fs-title2 { font-size: 28px; font-weight: 200; color: #e11a27; margin-bottom: 25px; padding:6px 20px; border-bottom: 2px dotted #ddd; border-radius: 5px; text-align: center; text-transform: uppercase; } 
.fs-subtitle { font-weight: normal; font-size: 13px; color: #666; margin-bottom: 20px; } 

.frmflex { width: 100%; margin-top: 30px;} 
.frmflex .frmbox { width: 100%; } 

.trmscond{ padding: 20px 30px; background-color: #f6f6f6; border-radius: 10px; margin: 15px 0;}
.trmscond h4{ text-align: center; border-bottom: 3px dotted #ddd; padding-bottom: 10px;}
.trmscond h5{font-family: 'Poppins', sans-serif;}
.yt-video{height: 500px; width: 80%; text-align: center; margin: 20px auto;}

.frmbox ul.cfmtime { margin: 20px 0 30px; padding:0; list-style: none; border-radius: 8px; border: 1px solid #ccc; background-color: #fff; } 
.frmbox ul.cfmtime li { margin: 0; padding:3px 0; list-style: none; display: flex; align-items: center; font-size: 16px; margin: 10px 0; border-bottom: 1px dotted #ccc; } 
.frmbox ul.cfmtime li:last-child { border-bottom: 0 none; } 
.frmbox ul.cfmtime li span { width: 25%; padding: 0px 10px; text-align: right; border-right: 4px solid #ccc; text-transform: uppercase; letter-spacing: 0.5px; color: #888; } 
.frmbox ul.cfmtime li b { width: 75%; padding: 0px 10px; text-align: left; display: flex; justify-content: flex-start;  color: #555; font-weight: 600; } 

.cnfm-note { padding: 0; } 
.cnfm-note h6 { padding: 5px 25px; margin: 0; font-size: 20px; font-weight: 300; color: #e11a27; } 
.cnfm-note p { text-align: center; } 
.cnfm-note ul { margin:0 0 10px; padding: 0; list-style: none; text-align: left; } 
.cnfm-note ul li { margin: 0; padding: 5px 10px 5px 30px; list-style: none; font-size: 16px; position: relative; border-top: 1px dotted #ddd; } 
.cnfm-note ul li::after { position: absolute; content: ""; height: 8px; border-left: 6px solid #e11a27; left: 15px; top: 13px; -webkit-clip-path: polygon(0 1%, 0 100%, 100% 49%); clip-path: polygon(0 1%, 0 100%, 100% 49%); background-color: transparent; transition: all 0.5s ease 0s; } 

.cnfm-note2 { padding: 0; margin-top: 30px; text-align: center; } 
.cnfm-note2 .form-group { text-align: center !important; } 

/* Terms and Conditions */

.terms-frnt{ width:100%; color:#333;}
.terms-frnt h5{ font-size:16px; margin:10px 0px;}
.terms-frnt h2{ font-size:20px; margin:10px 0px 15px; color:#333; text-align:left; font-weight:500;}
.terms-frnt h4{ font-size:16px; margin:20px 0px 7px; color:#0f8801; text-align:left; font-weight:500;}
.terms-frnt ol{ margin:0; padding-left:15px; margin:10px 0px 15px;}
.terms-frnt ol li{ line-height:1.3; margin-bottom:25px; text-align:justify; padding-left: 15px;}
.terms-frnt ol li:last-child{ margin-bottom:0;}
.terms-frnt ol li ol li{ margin-bottom:0px;}
.terms-frnt p{ text-align:justify; margin:0px;}
.terms-frnt .table{ margin:15px 0px;}
.terms-frnt .table td{ border:1px solid #d5d5d5; padding:10px;}
.terms-frnt strong{ color:#333;}

/* course details table */
.corse-table{ width: 100%; display: flex; margin: 5px 0px;}
.corse-table table{ width: 100%;}
.corse-table table tr th{background-color: #ccc; padding: 5px 10px; text-align: center; font-size: 14px; border: 2px solid #fff;}
.corse-table table tr td{background-color: #eee; padding: 5px 10px; text-align: center; font-size: 14px; border: 2px solid #fff;}
.corse-table table tr td:nth-child(2){ text-align: left;}
.corse-table table tr th p{ margin-bottom: 0;}
.corse-table table tr td p{ margin-bottom: 0;}

/*ECC Course*/
.ecc_course_code{width: 100%; display: flex; justify-content: space-between; flex-wrap: wrap; align-items: center; margin: 30px 0px;}
.ecc_course_code p{text-align: center; margin-bottom: 0; background-color: #569A4D; padding: 10px 25px; border-radius: 30px; color: #fff; font-weight: 800;}
.ecc_course_code p span{margin-left: 15px; font-weight: 400 !important;}
.ecc_course_code p:last-child{background-color: #033248 !important;}
/*ECC Course*/

/* News & Events Styles */
.newsevent { padding: 20px 0 0; } 
.newsevent .d-flex { margin-bottom: 30px; } 
.newsevent .card { text-align: center; border-top-width: 5px; transition: all 0.5s ease 0s;}
.newsevent .card:hover{border-color: #999;}
.newsevent .card > a { display: block; border-bottom: 3px solid #68bc46; position: relative; text-align: center; overflow: hidden;} 
.newsevent .card > a img{border-radius: 0;}
.newsevent .card > a .nwsd{ position: absolute; display: flex; bottom: 0; margin: 0 auto; left: 0; right: 0; background-color: rgba(104, 188, 70, 0.9); text-align: center; width: 60%; -webkit-clip-path: polygon(10% 0%, 90% 0%, 100% 100%, 0% 100%); clip-path: polygon(10% 0%, 90% 0%, 100% 100%, 0% 100%); transition: all 0.5s ease 0s;} 
.newsevent .card > a .nwsd small{margin: 0 auto; color: #fff; font-size: 14px; padding: 5px 0; font-weight: bold;}
.newsevent .card:hover > a .nwsd{bottom: -50px;}
.newsevent .card .card-body{padding: 8px 15px; -webkit-box-shadow: inset 0px 6px 9px -6px rgba(0,0,0,0.2); -moz-box-shadow: inset 0px 6px 9px -6px rgba(0,0,0,0.2); box-shadow: inset 0px 6px 9px -6px rgba(0,0,0,0.2);}
.newsevent .card h5.card-title{padding-bottom: 5px;}
.newsevent .card-text { font-size: 14px; line-height: 1.3;} 
.newsevent .card-footer { background-color: #fff; border: 0 none; padding: 10px 15px 15px;} 
.btn-news { background: #e11a27; color: white; border: 0 none; border-radius: 3px; cursor: pointer; padding: 5px 15px; margin: 0px auto; text-align: center; text-transform: uppercase; font-size: 12px; letter-spacing: 1px; display: block;} 
.btn-news:hover, .btn-news:focus { box-shadow: 0 0 0 2px white, 0 0 0 3px #e11a27; color: #ffffff; background: #68bc46; } 

.news-det { text-align: center; background: linear-gradient(#eee, #fff);} 
.news-det h1.ndtit { font-size: 33px; font-weight: 300; color: #555; margin:0 25px 20px; position: relative; padding: 20px 0 10px; border-bottom: 1px dashed #ddd;} 
/* .news-det h1.ndtit::after { content: ""; width: 20%; height: 1px; background-color: #e11a27; position: absolute; margin: 0 auto; left: 0; right: 0; bottom: -12px; }  */
.news-det .news-img { margin-bottom: 30px; position: relative;} 
.news-det .news-img .ndate { font-size: 14px; font-weight: bold; margin: 0 auto; position: absolute; left: 0; right: 0; bottom: 20px;} 
.news-det .news-img .ndate small { display: inline-block; font-size: 16px; font-weight: bold; padding: 6px 35px; text-transform: uppercase; color: #fff; background-color: #68bc46; letter-spacing: 1px; -webkit-clip-path: polygon(90% 0, 100% 50%, 90% 100%, 10% 100%, 0 50%, 10% 0); clip-path: polygon(90% 0, 100% 50%, 90% 100%, 10% 100%, 0 50%, 10% 0);} 
.news-det .news-img img { max-width: 80%; } 
.news-det .newsdet-body { padding: 0 30px; text-align: left; } 
.news-det .newsdet-body p { padding: 0 30px; text-align: justify; } 
.news-det .newsdet-body ul, .news-det .newsdet-body ol {list-style-position: inside;} 
/* .news-det .newsdet-body h1, .news-det .newsdet-body h2, .news-det .newsdet-body h3, .news-det .newsdet-body h4, .news-det .newsdet-body h5, .news-det .newsdet-body h6 { } */
.news-det .newsdet-body h5{padding:10px 30px; font-size: 20px; color: #e11a27;}
.news-det .newsdet-body img { max-width: 80%; } 
.ns-link .page-link{ background-color: #68bc46; color: #fff; border-color: #fff; text-transform: uppercase; font-size: 13px;}
.ns-link .page-item.disabled .page-link{ background-color: #68bc46; color: rgba(255, 255, 255, 0.5); border-color: #fff;}
.ns-link .pagination li:first-child .page-link{border-radius: 20px 0 0 20px;}
.ns-link .pagination li:last-child .page-link{border-radius: 0 20px 20px 0;}

/* Downloads */
.dwnld { padding: 20px 0 0; } 
.dwnld .d-flex { margin-bottom: 30px; } 
.dwnld .card { text-align: center; border-top-width: 5px; transition: all 0.5s ease 0s;}
.dwnld .card:hover{border-color: #999;}
.dwnld .card > a { display: block; position: relative; text-align: center; overflow: hidden; border-left: 1px solid #ddd; border-right: 1px solid #ddd;} 
.dwnld .card > a img{border-radius: 0;}
.dwnld .card > a .nwsd{ position: absolute; display: flex; bottom: 0; margin: 0 auto; left: 0; right: 0; background-color: rgba(0, 0, 0, 0.7); text-align: center; width: 100%; transition: all 0.5s ease 0s;} 
.dwnld .card > a .nwsd small{margin: 0 auto; color: #fff; font-size: 15px; padding: 10px 0; font-weight: normal;}
.dwnld .card:hover > a .nwsd{bottom: -50px;}
.dwnld .card .card-body{padding: 8px 15px; -webkit-box-shadow: inset 0px 6px 9px -6px rgba(0,0,0,0.2); -moz-box-shadow: inset 0px 6px 9px -6px rgba(0,0,0,0.2); box-shadow: inset 0px 6px 9px -6px rgba(0,0,0,0.2);}
.dwnld .card h5.card-title{padding-bottom: 5px;}
.dwnld .card-text { font-size: 14px; line-height: 1.3;} 
.dwnld .card-footer { background-color: #eee; border: 0 none; padding: 10px 15px 15px; -webkit-box-shadow: inset 0px 6px 9px -6px rgba(0,0,0,0.4); -moz-box-shadow: inset 0px 6px 9px -6px rgba(0,0,0,0.4); box-shadow: inset 0px 6px 9px -6px rgba(0,0,0,0.4);} 
.btn-dwn { background: #e11a27; color: white; border: 0 none; border-radius: 20px; cursor: pointer; padding: 5px 15px; margin: 0px auto; text-align: center; text-transform: uppercase; font-size: 12px; letter-spacing: 1px; display: block; width: 60%;} 
.btn-dwn:hover, .btn-news:focus { box-shadow: 0 0 0 2px white, 0 0 0 3px #e11a27; color: #ffffff; background: #68bc46; } 

/* Gallery Page */
/* Downloads */
.galry { padding: 20px 0 0; } 
.galry .d-flex { margin-bottom: 0px; border-left: 1px solid #ddd; border-bottom: 1px solid #ddd; padding: 15px;} 
.galry .d-flex:nth-child(1), .galry .d-flex:nth-child(2), .galry .d-flex:nth-child(3), .galry .d-flex:nth-child(4){border-top: 1px solid #ddd;}
.galry .d-flex:nth-child(4n){ border-right: 1px solid #ddd;}
.galry .d-flex:last-child{ border-right: 1px solid #ddd;}
.galry .card { text-align: center; border: 0 none; transition: all 0.5s ease 0s;}
.galry .card:hover{border-color: #999;}
.galry .card > a { display: block; position: relative; text-align: center; overflow: hidden; border-left: 1px solid #ddd; border-right: 1px solid #ddd; max-height: 188px;} 
.galry .card > a img{border-radius: 0;}
.galry .card > a .nwsd{ position: absolute; display: flex; bottom: 0; margin: 0 auto; left: 0; right: 0; background-color: rgba(0, 0, 0, 0.7); text-align: center; width: 100%; transition: all 0.5s ease 0s;} 
.galry .card > a .nwsd small{margin: 0 auto; color: #fff; font-size: 15px; padding: 10px 0; font-weight: normal;}
.galry .card:hover > a .nwsd{bottom: -50px;}
.galry .card .card-body{padding: 8px 15px; -webkit-box-shadow: inset 0px 6px 9px -6px rgba(0,0,0,0.2); -moz-box-shadow: inset 0px 6px 9px -6px rgba(0,0,0,0.2); box-shadow: inset 0px 6px 9px -6px rgba(0,0,0,0.2);}
.galry .card h5.card-title{padding-bottom: 5px;}
.galry .card-text { font-size: 14px; line-height: 1.3;} 
.galry .card-footer { background-color: #eee; border: 0 none; padding: 10px 15px 15px; -webkit-box-shadow: inset 0px 6px 9px -6px rgba(0,0,0,0.4); -moz-box-shadow: inset 0px 6px 9px -6px rgba(0,0,0,0.4); box-shadow: inset 0px 6px 9px -6px rgba(0,0,0,0.4);} 

/* Clients Page */
.clnts .nav-tabs{ text-align:center; justify-content: center; background: linear-gradient(#eee, #fff); border-top: 1px solid #eee; border-left: 1px solid #eee; border-right: 1px solid #eee; padding-top: 5px; border-radius: 5px 5px 0 0;}
.clnts .nav-tabs-custom > .tab-content{ background-color:#fff; padding-top:20px;}
.clnts .nav-tabs > a{ position:relative; padding:6px 15px; z-index: 1; overflow: hidden; border-right: 1px solid #eee; font-weight: bold;}
.clnts .nav-tabs > a:first-child{border-left: 1px solid #eee;}
.clnts .nav-tabs > a.active:first-child{border-left: 1px solid #dee2e6;}
/*.clnts .nav-tabs > a:after{ -webkit-transition: all 0.35s ease; -moz-transition: all 0.35s ease; -o-transition: all 0.35s ease; transition: all 0.35s ease; visibility: hidden; opacity: 0; content: ''; position: absolute; width: 100%; height: 100%; top: 80px; left: 0; background: #68bc46; z-index:0;}
.clnts .nav-tabs > a:hover:after{ visibility: visible; opacity: 1; top: 0;}*/
.clnts .nav-tabs > a:hover{background: #eee;}
.clnts .hbody ul{padding: 0; margin: 0; list-style: none; display: flex; width: 100%; flex-wrap: wrap; border-top: 1px solid #eee;}
.clnts .hbody ul li{padding: 5px 10px 5px 20px; margin: 0; list-style: none; width: 33.333%; position: relative; font-size: 14px; color: #444; border-left: 1px solid #eee; border-bottom: 1px solid #eee;}
.clnts .hbody ul li::before{position: absolute; content: ""; width: 7px; height: 7px; background-color: #e11a27; left: 8px; top: 12px; -webkit-clip-path: polygon(0% 0%, 55% 0%, 100% 50%, 55% 100%, 0% 100%); clip-path: polygon(0% 0%, 55% 0%, 100% 50%, 55% 100%, 0% 100%);}
.clnts .hbody ul li:nth-child(3n){ border-right: 1px solid #eee;}
.clnts .hbody ul li:last-child{ border-right: 1px solid #eee;}
.clnts .hbody span small{ display:table; width:100%;}
.clnts .hbody span a{ display:table-cell; background-color:#fff; height:83px; padding:5px; width:100%; vertical-align:middle; overflow:hidden;}
.clnts .hbody span a img{ max-height:73px; width:auto; margin:0 auto;}
.clnts .hbody span:hover{ background-color:#ccc;}
.clnts .hbody .no-brand{ font-size:30px; text-align:center; padding:30px; margin:10px 0; color:#ccc;}
.brands-info{ border-bottom:5px solid #eee; margin-bottom:10px; padding-bottom:10px;}
.clint-btn{ display: flex; justify-content: center; flex-wrap: wrap; align-items: center; margin-bottom: 25px;}
.clint-btn a{ font-size: 18px; background:#7cc45e; border: 1px solid #7cc45e; color:#fff; transition: 0.4s; padding: 10px 25px; border-radius: 30px;}
.clint-btn a:hover{ background: transparent; color: #7cc45e; transition: 0.4s; -webkit-transition: 0.4s; -moz-transition: 0.4s; -ms-transition: 0.4s; -o-transition: 0.4s; }
.clint-btn h3{ width: 100%; text-align: center; font-size:48px; color:#a2a2a2; font-weight: 300; font-family: 'Open Sans', sans-serif;}


.cardesc { text-align: center; padding: 20px 0; } 
.cardesc h1 { font-size: 42px; font-weight: 300; color: #555; margin-bottom: 30px; position: relative; } 
.cardesc h1::after { content: ""; width: 12%; height: 5px; background-color: #e11a27; position: absolute; margin: 0 auto; left: 0; right: 0; bottom: -12px; } 
.cardesc p { font-size: 18px; margin: 0 15%; } 
.carbox { display: flex; margin: 40px 4% 0; background-color: #eee; } 
.carbox .carlnk { width: 25%; } 
.carbox .carbody { width: 75%; padding:20px 30px; } 
.carbox .carbody h5 { font-weight: 500; font-size: 22px; position: relative; border-bottom: 3px dotted #ccc; margin: 0 0 2px; padding: 0 0 6px; } 

.cardlinks { border-bottom: 3px dotted #ddd; text-align: center; padding: 10px; margin-bottom: 20px; } 
.cardlinks a { font-size: 18px; display: inline-block; padding: 5px 10px; margin: 0 5px; text-transform: uppercase; } 
.cardlinks a.active { color: #666; } 
.cardlinks span { content: ""; height: 25px; width: 2px; display: inline-block; background-color: #ccc; margin-bottom: -6px; } 
.cartitle1 { text-align: center; margin: 10px auto; } 
.caracord .btn-link { display: block; text-decoration: none; color: #fff; font-size: 16px; text-align: left; white-space: normal; } 
.caracord .card { margin-bottom: 5px; } 
.caracord .card-header { background-color: #68bc46; padding: 0px; } 
.caracord .card-body { text-align: left; } 
.caracord .card-body h3 { font-size: 17px; font-weight: bold; color: #555555; margin: 0; padding: 0;} 
.carnote { background-color: #fff5bc; padding: 5px 10px; text-align: center; border-radius: 10px; } 
.btn-blk { text-align: center; } 
.btn-career { font-size: 22px; background-color: #333; color: #ffffff; display: inline-block; padding: 6px 40px; margin: 0; border-radius: 25px; } 
.btn-career:hover { background-color: #ddd; } 

.page-link { color: #e11a27; } 
.page-link:hover { color: #333; } 

.bof-dtrs { padding: 0; } 
.bof-dtrs h1 { font-size: 42px; font-weight: 300; color: #555; margin-bottom: 30px; position: relative; text-align: center; } 
.bof-dtrs h1::after { content: ""; width: 12%; height: 2px; border-bottom:5px dotted #e11a27; position: absolute; margin: 0 auto; left: 0; right: 0; bottom: 5px; } 
.bod-box { padding: 0; display: flex; width: 100%; flex-wrap: wrap; } 
.bod-box .bod { padding: 0; width: 50%; position: relative; margin-bottom: 30px; height: 150px; } 
.bod-box .bod:nth-child(odd) { padding-right: 30px; } 
.bod-box .bod:nth-child(even) { padding-left: 30px; } 
.bod-box .bod .bdx { position: relative; z-index: 1; padding-left: 160px; } 
.bod-box .bod .bdx:after { -webkit-clip-path: polygon(12% 0%, 100% 0%, 88% 100%, 0% 100%); clip-path: polygon(12% 0%, 100% 0%, 88% 100%, 0% 100%); background-color: #e11a27; position: absolute; content: ""; width: 100%; height: 100%; left: 0; bottom: -12px; z-index: -1; } 
.bod-box .bod .bdx small { width: 130px; height: 130px; overflow: hidden; display: inline-block; border-radius: 50%; position: absolute; z-index: 10; left: 30px; top: -20px; } 
.bod-box .bod .bdx small img { width: auto !important; max-width: 100% !important; height: auto !important; } 
.bod-box .bod .bdx span { -webkit-clip-path: polygon(12% 0%, 100% 0%, 88% 100%, 0% 100%); clip-path: polygon(12% 0%, 100% 0%, 88% 100%, 0% 100%); background:linear-gradient(228deg, rgba(221,221,221,1) 0%, rgba(238,238,238,1) 48%, rgba(255,255,255,1) 100%); display: block; padding: 15px 20px 15px 60px; height: 110px; } 
.bod-box .bod .bdx span b { display: block; font-size: 24px; font-weight: 300; position: relative; } 
.bod-box .bod .bdx span b::after { content: ""; height: 2px; background-color: #e11a27; width: 15%; position: absolute; left: 0; bottom: 0; } 
.bod-box .bod .bdx span i { display: block; font-size: 16px; font-style: normal; font-weight: 500; letter-spacing: 1px; } 

.bod-box2 { padding: 20px 0 0; display: flex; width: 100%; flex-wrap: wrap; } 
.bod-box2 .bod { padding: 0; width: 50%; position: relative; margin-bottom: 30px; height: 150px; } 
.bod-box2 .bod:nth-child(odd) { padding-right: 30px; } 
.bod-box2 .bod:nth-child(even) { padding-left: 30px; } 
.bod-box2 .bod .bdx { position: relative; z-index: 1; padding-left: 0px; } 
.bod-box2 .bod .bdx:after { -webkit-clip-path: polygon(20% 0%, 100% 0%, 78% 100%, 0% 100%); clip-path: polygon(20% 0%, 100% 0%, 78% 100%, 0% 100%); background-color: #e11a27; position: absolute; content: ""; width: 60%; height: 100%; right: 0px; top: -25px; z-index: -1; } 
.bod-box2 .bod .bdx .pos { position: absolute; right: 30px; top: -25px; color: #fff; text-transform: uppercase; } 
/* .bod-box2 .bod .bdx small { width: 130px; height: 130px; overflow: hidden; display: inline-block; border-radius: 50%; position: absolute; z-index: 10; left: 30px; top: -20px; } 
.bod-box2 .bod .bdx small img { max-width: 100%; height: auto; } */
.bod-box2 .bod .bdx span { -webkit-clip-path: polygon(12% 0%, 100% 0%, 88% 100%, 0% 100%); clip-path: polygon(12% 0%, 100% 0%, 88% 100%, 0% 100%); background:linear-gradient(228deg, rgba(221,221,221,1) 0%, rgba(238,238,238,1) 100%); display: block; padding: 15px 20px 15px 80px; height: 110px; line-height: 1.4; } 
.bod-box2 .bod .bdx span b { display: block; font-size: 24px; font-weight: 300; position: relative; } 
.bod-box2 .bod .bdx span b::after { content: ""; height: 2px; background-color: #e11a27; width: 15%; position: absolute; left: 0; bottom: 0; } 
.bod-box2 .bod .bdx span i { display: block; font-size: 16px; font-style: normal; font-weight: 500; letter-spacing: 1px; } 
.bod-box2 .bod .bdx span small { display: block; font-size: 14px; font-style: normal; font-weight: normal; } 

.org-chart { text-align: center; } 
.org-chart p { text-align: center; } 

.note { background-color: #fff5bc; padding: 5px 10px; border-radius: 10px; margin: 5px 0; } 

.paypage #msform { margin-top: 0; } 
.paypage #msform .frmbox:not(:first-of-type) { display: block; } 
.paytitle { font-size: 30px; text-align: center; padding: 0 0px 5px; margin: 0 0 5px; color: #444; } 
.paytitle2 { font-size: 36px; text-align: center; padding: 0; margin: 0 0 10px; color: #18c83e; } 
.paytitle3 { font-size: 30px; text-align: center; padding: 0; margin: 0 0 30px; } 
.paytick { text-align: center; margin-top: 30px; } 
.paytick i { font-size: 60px; color: #31b124; text-align: center; } 

.bnopmt{ width: 100%; display: flex; align-items:center; font-size:18px; margin:0px 0px 10px; border-top: 1px solid #eee; padding-top:10px; color: #555; text-transform: uppercase;}
.bnopmt b{ padding-left: 4px; color: #444;}

.uslnkbody1 { margin-bottom: 30px; } 
.uslnkbody1 h3 { font-size: 18px; font-weight: bold; color: #555555; border-bottom: 4px dotted #ddd; padding-bottom: 5px; margin-bottom: 5px; } 
.suplinks { display: flex; list-style: none; margin: 0; padding: 0; width: 100%; flex-wrap: wrap; } 
.suplinks li { display: flex; list-style: none; margin: 0; padding: 2px 5px; width: 33%; } 
.suplinks li a { display: block; background-color: #fff; padding: 5px 10px 5px 20px; width: 100%; border: 1px dashed #aaa; border-radius: 6px; position: relative; transition: all 0.5s ease 0s; } 
.suplinks li a:hover { border: 1px solid #e11a27; transition: all 0.5s ease 0s; } 
.suplinks li a::after { position: absolute; content: ""; height: 8px; border-left: 4px solid #444; left: 12px; top: 14px; -webkit-clip-path: polygon(0 1%, 0 100%, 100% 49%); clip-path: polygon(0 1%, 0 100%, 100% 49%); background-color: transparent; transition: all 0.5s ease 0s; } 

.uslnkbody2 { margin-bottom: 30px; } 
.uslnkbody2 h3 { font-size: 22px; font-weight: 300; color: #fff; padding: 10px 20px; margin-bottom: 20px; background-color: #444; border-radius: 4px; } 
.suplinks2 { display: flex; list-style: none; margin: 0; padding: 0; width: 100%; flex-wrap: wrap; } 
.suplinks2 li { list-style: none; margin: 0; padding: 8px 8px 8px 10px; width: 32%; border: 1px solid #ddd; border-radius: 6px; background-color: #ddd; border-left: 3px solid #e11a27; line-height: 1.2; margin:0 20px 20px 0; transition: all 0.5s ease 0s; } 
.suplinks2 li:hover { background-color: #fff; transition: all 0.5s ease 0s; border-left-color: #888; } 
.suplinks2 li:nth-child(3n+3) { margin-right: 0; } 
.suplinks2 li b { display: block; } 
.suplinks2 li span { display: block; } 
.suplinks2 li p { margin: 0 !important; padding: 0 !important; } 
.suplinks2 li a { padding:0px; position: relative; } 
.suplinks2 li a::after { position: absolute; content: ""; width: 5%; height: 1px; background-color: #e11a27; left: 0; bottom: 0; opacity: 0; visibility: hidden; transition: all 0.5s ease 0s; } 
.suplinks2 li a:hover::after { width: 100%; opacity: 1; visibility: visible; transition: all 0.5s ease 0s; } 

.qubox { margin: 30px 0 0; background-color: #eee; border-bottom: 5px solid #e8e8e8; border-radius: 10px; } 
.qubox .carbody { padding:20px 30px; } 
.qubox .carbody h5 { font-weight: 500; font-size: 22px; position: relative; border-bottom: 3px dotted #ccc; margin: 0 0 2px; padding: 0 0 6px; } 

.contactpg { padding: 0; } 
.cont-adr .cont-title { margin: 0 0 10px; font-weight: 200; font-size: 20px; position: relative; color: #fff; padding: 0 0 5px; line-height: 1.2; text-transform: uppercase;} 
.cont-text > b { color: #333;} 
.cont-text .cont-num { padding: 15px 0; } 
.cont-text .cont-num span { margin: 0; padding: 5px 20px 5px 10px; display: block; font-size: 20px; font-weight: bold;} 
.cont-text .cont-num span a{font-weight: 300; color: #333;}
.cont-text .cont-num span a:hover{font-weight: 300; color: #fff;}
.cont-text .cont-num span i { color: #fff; margin-right: 4px; padding: 10px; font-size: 18px;} 
.cont-text .cont-num span:last-child { border-right: 0 none; } 
.cont-text > strong { margin: 0 0 10px; font-weight: 600; font-size: 14px; text-transform: uppercase; color: #fff; display: block; background-color: #666; padding: 5px 10px; letter-spacing: 1px; } 
.cont-flex { display: flex; } 
.cont-flex .bus-text { width: 50%; padding:30px; background-color: #6bb54f;}
.cont-flex .bus-text p{margin-bottom: 0; color: #333; font-size: 18px;}
.cont-flex .bus-text b { display: block; color: #fff; font-weight: 800; font-size: 30px; } 
.cont-flex .bus-text b i { color: #444; margin-right: 3px; } 
.cont-flex .tr-text { width: 50%; background-color: #eee; padding: 0px; } 
.cont-flex .tr-text b { display: block; color: #666; font-weight: 600; } 
.cont-flex .tr-text b i { color: #444; margin-right: 3px; } 
.cont-flex .tr-text iframe{height: 100% !important; width: 100%;}

.cant-card-deck{padding-bottom: 30px;}
.cant-card-deck .card{border: 0 none !important; border-radius: 0;}
.cant-card-deck .card-body{padding:60px 60px 60px 0; border: 0 none !important; border-radius: 0; position: relative; z-index: 0;}
.cant-card-deck .card-body::after{position: absolute; content: ""; width: 70%; height: 100%; background-color: #eee; right: 0; top: 0; z-index: -1;}

.broute{ margin-top: 20px; background-color: #033248; padding: 25px;}
.broute .bbox{ display: flex; margin-bottom: 40px;}
.broute .bbox:last-child{ margin-bottom: 0px;}
.broute .bbox .lft{ width: 25%; display: flex; align-items: center; justify-content: center;}
.broute .bbox .lft i{font-size: 48px !important; color: #fff;}
.broute .bbox .rgt{ width: 75%; border-left: 3px solid rgba( 255, 255, 255, 0.1); padding: 10px 10px 10px 25px;}
.broute .bbox .rgt h4{font-size: 20px; font-weight: bold;}
.broute .bbox .rgt span{font-size: 16px; font-weight: 400; color: #fff;}
.broute .bbox .rgt b{font-size: 18px; font-weight: 400; color: #fff;}

.cont-frbox { margin-top: 30px; } 
.cont-frbox .corp-frm .fs-title{ margin-bottom: 30px; padding: 0 0 10px; background-color: transparent; font-weight: 200; font-size: 36px;} 
.cont-frbox .corp-frm .fs-title small{display: block; text-transform: none; font-size: 20px;}
.htapp h1 { font-size: 36px; font-weight: 300; color: #555555; padding-bottom: 5px; margin-bottom: 35px; text-align: center; position: relative; } 
.htapp h1::after { content: ""; width: 20%; height: 5px; background-color: #e11a27; position: absolute; margin: 0 auto; left: 0; right: 0; bottom: -12px; } 

.htalnkbody { margin-bottom: 30px; } 
.htalnkbody h3 { font-size: 16px; font-weight: 600; color: #fff; padding: 10px 20px; margin-bottom: 15px; background-color: #777; border-radius: 4px; letter-spacing: 0.5px; } 
.htalinks { display: flex; list-style: none; margin: 0; padding: 0; width: 100%; flex-wrap: wrap; } 
.htalinks li { list-style: none; margin: 0; padding: 0; width: 49%; border: 1px solid #e11a27; border-radius: 6px; background-color: #e11a27; border-left: 3px solid #333; line-height: 1.2; margin:0 20px 20px 0; transition: all 0.5s ease 0s; position: relative; z-index: 1; overflow: hidden; } 
.htalinks li:hover { background-color: transparent; transition: all 0.5s ease 0s; border-color: #222; border-left-color: #e11a27; } 
.htalinks li:nth-child(2n+2) { margin-right: 0; } 
.htalinks li::after { position: absolute; content: ""; width: 100%; height: 100%; background-color: #333; right: 100%; bottom: 0; opacity: 0; visibility: hidden; transition: all 0.5s ease 0s; z-index: -1; } 
.htalinks li:hover::after { right: 0; opacity: 1; visibility: visible; transition: all 0.5s ease 0s; } 
.htalinks li a { padding: 8px 8px 8px 10px; position: relative; display: flex; font-weight: normal; width: 100%; align-items: center; height: 100%; color: #ffffff; } 
.htalinks li a:hover { color: #ffffff; } 
.htanote { background-color: #fff5bc; padding: 5px 10px; text-align: center; border-radius: 10px; margin-bottom: 15px; } 

.hta-acord .btn-link { display: block; text-decoration: none; color: #fff; font-size: 18px; text-align: left; } 
.hta-acord .card { margin-bottom: 5px; } 
.hta-acord .card-header { background: linear-gradient(0deg, rgba(235,28,39,1) 0%, rgba(255,90,98,1) 100%); padding: 2px; } 
.hta-acord .card-body { text-align: left; } 
.hta-acord .card-body h3 { font-size: 18px; font-weight: bold; color: #555555; } 

.stulinks { display: flex; list-style: none; margin: 0; padding: 0; width: 100%; flex-wrap: wrap; } 
.stulinks li { list-style: none; margin: 0; padding: 0; width: 32%; border: 1px solid #ddd; border-radius: 6px; background-color: #fff; line-height: 1.2; margin:0 20px 20px 0; transition: all 0.5s ease 0s; position: relative; display: flex; } 
.stulinks li:nth-child(3n+3) { margin-right: 0; } 
.stulinks li b { width: 30%; background-color: #ddd; } 
.stulinks li span { width: 70%; padding: 15px 20px; display: flex; flex-flow: row wrap; justify-content: flex-start; } 
.stulinks li span strong { font-size: 18px; display: block; margin-bottom: auto; color: #444; } 
.stulinks li span strong small { font-size: 14px; display: block; } 
.stulinks li span a { margin-top: auto; } 
.btn-hta { background: #e11a27; color: white; border: 0 none; border-radius: 25px; cursor: pointer; padding: 5px 15px; text-align: center; text-transform: uppercase; font-size: 12px; letter-spacing: 1px; } 
.btn-hta:hover, .btn-news:focus { box-shadow: 0 0 0 2px white, 0 0 0 3px #e11a27; color: #ffffff; background: #999; } 

.htamodal .modal-title { font-weight: 300; font-size: 24px; position: relative; text-transform: uppercase; color: #999; margin: 0; } 
.htamodal .modal-title small { font-weight: 600; font-size: 16px; position: relative; text-transform: uppercase; color: #444; display: block; } 
.htamodal ol { margin: 10px 20px; padding: 0; } 
.htamodal ol > li { margin: 0; padding: 0 0 4px; } 
.htamodal ol li b { font-size: 14px; color: #e11a27; font-weight: 600; } 
.htamodal ul { margin: 0; padding: 0; list-style: none; } 
.htamodal ul li { margin: 0; padding: 2px 0 2px 15px; list-style: none; position: relative; font-size: 14px; border-top: 1px dashed #aaa; } 
.htamodal ul li::after { position: absolute; content: ""; height: 8px; border-left: 4px solid #e11a27; left: 6px; top: 10px; -webkit-clip-path: polygon(0 1%, 0 100%, 100% 49%); clip-path: polygon(0 1%, 0 100%, 100% 49%); background-color: transparent; transition: all 0.5s ease 0s; } 

.hta-note { padding: 0; } 
.hta-note h3 { padding: 0; margin: 0; font-size: 18px; } 
.hta-note ul { padding: 0; margin: 0; } 
.hta-note li { position: relative; list-style: none; padding: 0 0 0 20px; font-size: 14px; } 
.hta-note li::before { position: absolute; content: "闁煎瓨鐟ㄧ亸鍐嚇濡も偓閻庮垶鎳樺▎蹇曗偓顖炴嚍閹烘鐒垫い鎴犲Л閸╂宕戦鍛姃闁告劧绲洪崑鎾承掗鐐扮磿闁跨噦鎷�"; left: 6px; top: -3px; font-size: 18px; color: #e11a27; } 

.hta-desc { padding: 0; } 
.hta-desc h2 { padding: 0; font-size: 20px; } 
.hta-desc ul { padding: 0; margin: 0; } 
.hta-desc li { position: relative; list-style: none; padding: 0 0 0 20px; } 
.hta-desc li::before { position: absolute; content: "闁煎瓨鐟ㄧ亸鍐嚇濡も偓閻庮垶鎳樺▎蹇曗偓顖炴嚍閹烘鐒垫い鎴犲Л閸╂宕戦鍛姃闁告劧绲洪崑鎾承掗鐐扮磿闁跨噦鎷�"; left: 6px; top: -2px; font-size: 18px; color: #e11a27; } 

.uc-page { padding: 0; text-align: center; } 
.uc-page h1 { font-size: 100px; font-weight: 300; padding: 0; margin: 0; color: #e11a27; } 
.uc-page b { font-size: 24px; display: block; letter-spacing: 0.5px; padding: 10px 0; text-transform: uppercase; font-weight: 500; } 
.uc-page small { font-size: 18px; display: block; margin-bottom: 0px; font-weight: 600; letter-spacing: 0.5px; color: #666666; } 
.uc-page span { display: block; margin-bottom: 30px; } 
.uc-page span img { border-radius: 10px; } 
.uccut { margin: 10px 0; color: #888; } 
.uccut i { color: #333; } 

.abt-us h1.pstrtit{font-size: 30px; font-family: "Open Sans"; font-weight: 300; text-align: center; border-bottom: 2px dotted #eee; padding: 0 0 5px; margin-bottom: 10px;}
.posters{padding: 0; display: flex; flex-wrap: wrap;}
.posters a{margin:15px 10px; border: 1px solid #ddd; width: 23.3%; display: flex; align-items: center; border-radius: 6px; padding: 10px; background-color: #fff;}
.posters a:hover{border-color: #e11a27;}
.posters a img{ max-width: 100% !important;}

.stu-msg{padding: 0;}
.stu-msg .stuico{font-size: 70px; color: #2ab20f; border: 1px solid #ccc; display: inline-block; border-radius: 50%; padding: 27px 40px; margin: 20px 0;}
.stu-msg h1{padding: 0 0 15px; font-size: 48px; font-weight: 300; position: relative; margin-bottom: 15px;}
.stu-msg h1::after{ position: absolute; height: 3px; background-color: #e11a27; left: 0; right: 0; bottom: 0; content: ""; width: 10%; margin: 0 auto;}
.stu-msg h2{padding: 0; font-size: 24px; font-weight: 300;}
.stu-msg h3{padding: 15px 0; font-size: 28px; font-weight: 300; margin: 0;}
.stu-msg h3 i{font-size: 20px;}
.stu-msg p{font-size: 18px;}
.stu-msg p b{font-weight: 500;}
.stu-msg .form-check-label{margin: 0 20px; cursor: pointer; color: #e11a27;}
.stu-msg ol{list-style-position:inside; padding-left: 0;}

.hr1{border-color:rgba(0, 0, 0, 0.1); width: 20%;}

.no-msg{text-align: center; padding: 30px;}
.no-msg .noico{font-size: 70px; color: #e11a27; border: 1px solid #ccc; display: inline-block; border-radius: 50%; padding: 0px; margin: 20px auto; width: 150px; height: 150px; display: flex; justify-content: center; align-items: center;}

.estu-frm { border-radius: 6px; border: 1px solid #ddd; padding: 20px 30px; box-sizing: border-box; margin: 0 0px 50px; position: relative; text-align: center; } 
.estu-msg{padding: 0 0 20px;}
.estu-msg .stuico{font-size: 110px; color: #e11a27; display: inline-block; padding: 0px 40px; margin: 0; line-height: 1.2;}
.estu-msg .stuico2{font-size: 110px; color: #2ab20f; display: inline-block; padding: 0px 40px; margin: 0; line-height: 1.2;}
.estu-msg h1{padding: 0 0 15px; font-size: 48px; font-weight: 300; position: relative; margin-bottom: 15px;}
.estu-msg h1::after{ position: absolute; height: 3px; background-color: #e11a27; left: 0; right: 0; bottom: 0; content: ""; width: 10%; margin: 0 auto;}
.estu-msg h2{padding: 0; font-size: 24px; font-weight: 300;}
.estu-msg h3{padding: 15px 0; font-size: 28px; font-weight: 300; margin: 0;}
.estu-msg h3 i{font-size: 20px;}
.estu-msg p{font-size: 18px;}
.estu-msg p b{font-weight: 500;}
.estu-msg .form-check-label{margin: 0 20px; cursor: pointer; color: #e11a27;}
.etout{padding: 25px 0;}
.time-out{background-color: #ddd; width: 60%; font-size: 30px; padding: 10px 20px;}

.modal-dialog { max-width: 800px; } 

.clearfix { clear: both; } 

.stripe-button-el { padding: 7px 10px !important; } 
.stripe-button-el span { background: transparent !important; box-shadow: none !important; } 

/* Footer Section */
.footer-wrapper { background-color: #eee; clear: both; } 

.certlogo {text-align: right;} 
.certlogo small { display: inline-block; padding: 2px 0px; margin:0 0 8px 10px;} 
.certlogo small img { max-height: 68px; border: 1px solid #ccc; border-radius: 5px;} 

.ftr1 { background-color: #1f1f1f; } 

.ft-mainlink { border-bottom: 1px solid #ffffff; padding: 20px 0; } 
.ft-mainlink h5 { color: #8496a1; font-size: 18px; font-weight: 500; } 
.ft-mainlink .mlink span { color: #bec1c2; padding: 0 10px; } 

.emil-sbcr {border-top: 1px dashed #2c2c2c;}
.emil-sbcr h4{padding: 0; text-transform: uppercase; font-weight: normal; letter-spacing: 1px; font-size: 16px; color: #888; margin: 0;}
.emil-sbcr label{padding: 0; font-weight: normal; font-size: 13px; color: #555;}
.emil-sbcr .ml-box{display: block;}
.emil-sbcr .ml-box .form-control{border-radius:4px; background-color: #3c3c3c; border: 1px solid #3c3c3c; margin-bottom: 8px; color: #fff;}
.emil-sbcr .ml-box .btn-subs{border-radius:4px; background-color: #68bc46; color: #fff; border: 1px solid #68bc46; font-size: 14px; font-weight: bold; text-transform: uppercase; letter-spacing: 1px; padding: 4px 15px; cursor: pointer; transition: all 0.5s ease 0s;}
.emil-sbcr .ml-box .btn-subs:hover{background-color: #e11a27; border: 1px solid #e11a27; transition: all 0.5s ease 0s;}
.emil-sbcr #sub_alert{font-size: 13px; color: #e11a27;}

/* Privacy Policy */
.privacy-plcy{ width:100%; padding:40px 40px 50px; background-color:#fff;}
.privacy-plcy h2{ font-size:30px; color:#6bb54f; font-weight:600; margin:20px 0px 15px; text-transform:uppercase; text-align:left;}
.privacy-plcy h3{ font-size:24px; color:#1370c1; font-weight:500; margin:25px 0px 15px; text-align:left;}
.privacy-plcy h4{ font-size:22px; color:#333; font-weight:500; margin:25px 0px 15px; text-align:left;}
.privacy-plcy ul{ padding:0; margin:25px 0px;}
.privacy-plcy ul li { padding: 0 0 0 25px; margin-bottom:8px; list-style:none; position:relative; font-size:16px; text-align:justify;} 
.privacy-plcy ul li::after { position:absolute; content: ""; height:8px; border-left:4px solid #e11a27; left:9px; top:9px; -webkit-clip-path: polygon(0 1%, 0 100%, 100% 49%); clip-path:polygon(0 1%, 0 100%, 100% 49%); background-color:transparent; transition:all 0.5s ease 0s;}
.privacy-plcy p{ margin:16px 0px; text-align:justify;}
.privacy-plcy ul li strong{ color:#222; flex-wrap:700;}
.privacy-plcy p strong{ color:#222;}
.privacy-plcy .table-responsive .table{ border:1px solid #dee2e6; margin:10px 0px;}
.privacy-plcy .table-responsive .table tr td{ vertical-align:middle;}

/* Privacy Policy */
.cookies-plcy{ width:100%; padding:40px 40px 50px; background-color:#fff;}
.cookies-plcy h2{ font-size:30px; color:#6bb54f; font-weight:600; margin:20px 0px 15px; text-transform:uppercase; text-align:left;}
.cookies-plcy h3{ font-size:24px; color:#1370c1; font-weight:500; margin:25px 0px 15px; text-align:left;}
.cookies-plcy h4{ font-size:22px; color:#333; font-weight:500; margin:25px 0px 15px; text-align:left;}
.cookies-plcy ul{ padding:0; margin:25px 0px;}
.cookies-plcy ul li { padding: 0 0 0 25px; margin-bottom:8px; list-style:none; position:relative; font-size:16px; text-align:justify;} 
.cookies-plcy ul li::after { position:absolute; content: ""; height:8px; border-left:4px solid #e11a27; left:9px; top:9px; -webkit-clip-path: polygon(0 1%, 0 100%, 100% 49%); clip-path:polygon(0 1%, 0 100%, 100% 49%); background-color:transparent; transition:all 0.5s ease 0s;}
.cookies-plcy p{ margin:16px 0px; text-align:justify;}
.cookies-plcy ul li strong{ color:#222; flex-wrap:700;}
.cookies-plcy p strong{ color:#222;}
.cookies-plcy .table-responsive .table{ border:1px solid #dee2e6; margin:10px 0px;}
.cookies-plcy .table-responsive .table tr td{ vertical-align:middle;}

/* Footer Section styles */
.footer-wrapper{ background-color: #6bb54f;}
.footer-wrapper .ftr-bdr{ border-top:1px solid rgba(255, 255, 255, 0.04); padding:50px 0 30px;}
.ft-cont-box{display: flex; padding: 10px 0px; position: relative;background-color: #fff; border-radius: 8px; align-items: flex-start; justify-content: space-between;}
.ft-cont-box h6{ font-size: 18px; color: #888; width: 100%; text-align: left; font-weight: 600;}
.ft-blbg{padding: 25px 0px 15px; position: relative; background-color: #fff;border-top: 2px solid #ddd;}
/* .ft-blbg::before{ position: absolute; content: ''; width: 100%; height: 100%; left: 0; right: 0; top: 0; margin: 0 auto; background-color: #fff;border-top: 2px solid #ddd;} */
.ft-comp-det{display: flex; width:25%; align-items: center; flex-wrap: wrap; order: 2; text-align: center;}
.ft-comp-det .ft-logo{ padding: 0px; border-radius: 10px; width: 60%; position: relative; margin: 0 auto;}
/* .ft-comp-det .ft-logo::before{position: absolute; content: ""; width: 95px; height: 95px; background-color: #033248; left: -2px; right: 0; margin: 0 auto; top: -99px; border-radius: 50%;} */
.ft-comp-det .ft-logo img{max-width: 100%; margin: 0 auto; max-height: 80px;}
.ft-email .ft-logo img{max-width: 100%; max-height: 50px;}
.ph-box .ft-logo img{max-width: 100%; margin: 0 auto; max-height: 115px;}
.ft-comp-det .ft-det{ width: 100%; text-align: center;}
.ft-comp-det .ft-det h1{ font-size:18px; color: #6bb54f; font-weight: 800; margin-bottom:15px; text-transform: uppercase; text-align: left;}
.ft-comp-det .ft-det h2{ font-size:18px; color: #6bb54f; font-weight: 800; margin-bottom:15px; text-transform: uppercase; text-align: left;}
.ft-comp-det .ft-det p{ font-size: 14px; color: #666; font-weight: 400; margin: 0; line-height: 1.3; text-align: left; margin-bottom: 15px !important; border-top: 1px solid #ddd; padding-top: 15px;}
.ft-comp-det .ft-det p small{ display: block; font-size: 15px; font-weight: 400; color: #555;}
.ph-box h6{ padding-left: 85px !important;}
.ph-box .ft-comp-det{ width: 100% !important; padding-left: 0; justify-content: flex-start;}
.ph-box  .ft-comp-det .ft-logo{ width: 100%; text-align: left;}
.ph-box .ft-comp-det .ft-det{ padding-left: 0 !important;}
.ft-cont-box .ph-box{width: 40%; order: 1;}
.ft-phno{ font-size:16px; color: rgba(0,0,0,0.8); font-weight:300; text-align: left; position: relative; padding: 0 0 0 35px; margin-top: 10px;}
.ft-phno i{ font-size:12px; color:#fff; width: 25px; height: 25px; background-color: #cc282e; margin: 0 auto; border-radius: 50%; display: flex; align-items: center; justify-content: center; position: absolute; left: 0; top: 0;}
.ft-phno b{display: block; font-weight: 500; color: #6bb54f;}
.ft-phno .pho{display: block; font-weight: 400; color: #444; font-size: 14px; padding-top: 3px; width: 395px;}

.ft-email{width:15%; font-size:18px; color:rgba(0,0,0,0.8); font-weight:300; text-align: left; justify-content:center; order: 3; display: flex;
   flex-wrap: wrap;}
.ft-email .ft-det{ margin-bottom: 10px;}
.ft-email .ft-det p{ font-size: 10px; color: #666; font-weight: 400; margin: 0; line-height: 1.3; text-align: left; margin-bottom: 0px !important;}
.ft-email .ft-logo{ display: flex; padding: 5px; /* border: 1px solid #ddd; border-radius: 10px; */ justify-content: center; margin-bottom: 10px; flex-wrap: wrap; width: 100%;}
.ft-log-mrg{ margin-bottom: 2px !important;}
.ft-email h6{ text-align: center !important;}
.ft-qck-lik{width:10%; font-size:18px; color:rgba(0,0,0,0.8); font-weight:300; text-align: left; justify-content:center; order: 4;}

.ft-qck-lik ul{margin: 0; padding: 0;}
.ft-qck-lik ul li{list-style: none; margin: 0; padding: 3px 0;}
.ft-qck-lik ul li a{ color:#033248; font-weight:400; font-size:14px; display:inline-block; padding:0 0 2px 18px; position:relative;}
.ft-qck-lik ul li a::before { font-family: "Font Awesome 5 Free"; font-weight: 900; font-size: 14px; margin: 0; padding: 0; position: absolute; content: "\f0da"; top:4px; left: 0px; display: inline-block; font-style: normal; font-variant: normal; text-rendering: auto; line-height: 1; color: #8fdb72; transition: all 0.5s ease 0s;}
.ft-qck-lik ul li a::after{ content: ""; position: absolute; left: 0; bottom: 0; height: 1px; width: 0%; background-color: rgba(255,255,255,0.08); transition: all 0.8s ease 0s; opacity: 0;}
.ft-qck-lik ul li a:hover{color: #e11a27;}
.ft-qck-lik ul li a:hover::before{left: 4px;}
.ft-qck-lik ul li a:hover::after{ width: 100%; opacity: 1; transition: all 0.8s ease 0s;}

.bmail{position: relative; padding-left: 35px; margin-top: 10px;}
.bmail b{display: block; color: #6bb54f; font-weight: 500; font-size: 14px;}
.bmail a{color:#444; font-size: 14px; font-weight: 400;}
.bmail a:hover{color: #e11a27;}
.bmail i{ font-size:12px; color:#fff; width: 25px; height: 25px; background-color: #cc282e; margin: 0 auto; border-radius: 50%; display: flex; align-items: center; justify-content: center; position: absolute; left: 0;}

.ft-sprt-prt{ width: 100%; display: flex; justify-content: space-between;}
.ft-sprt-prt .ft-phno{ width: 50%;}
.ft-sprt-prt .ft-social{ width: 50%;}
.ft-sprt-prt .bmail{ width: 50%;}

.ft-social { text-align: left; font-size: 14px; margin-top: 5px; position: relative; padding-left: 35px; margin-top: 10px;} 
.ft-social span { color: #6bb54f; display: block; font-weight: 500; font-size: 14px;} 
.ft-social > i.fas { font-size:12px; color:#fff; width: 25px; height: 25px; background-color: #cc282e; margin: 0 auto; border-radius: 50%; display: flex; align-items: center; justify-content: center; position: absolute; left: 0;} 
.ft-social a { margin-right: 5px; color: #666; } 
.ft-social a:hover { color: #e11a27; } 
.ft-social a i { width: 30px; text-align: center; padding: 6px 0; border-radius: 50%; color: #888; transition: all 0.5s ease 0s; border: 1px solid rgba( 0, 0, 0, 0.2);}
/* .ft-social a i.fa-facebook-f{border: 1px solid rgba( 255, 255, 255, 0.2);}
.ft-social a i.fa-twitter{background-color: #1e90d8;}
.ft-social a i.fa-linkedin, .ft-social a i.fa-linkedin-in{background-color: #2464ad;}
.ft-social a i.fa-youtube{background-color: #f60000;} */
.ft-social a:hover i { background-color: #666; transition: all 0.5s ease 0s; color: #fff; } 

.ft-em-btn{width:20%; text-align: right;}
.ft-em-btn .btn-fcont{ font-size: 18px; color: #888; font-weight: 300; border: 1px solid rgba(255,255,255,0.1); padding: 15px 40px; position: relative; z-index: 0;}
.ft-em-btn .btn-fcont::after{position: absolute; content: ""; width: 0%; height: 100%; left: 50%; top: 0; z-index: -1; background-color: #e11a27; transition: all 0.5s ease 0s;}
.ft-em-btn .btn-fcont:hover{ color: #fff; border: 1px solid #e11a27;}
.ft-em-btn .btn-fcont:hover::after{left: 0; width: 100%;}
.ftr-lnk-box{display: flex; width: 100%;}
.ftr-lnk-box ul{margin: 0; padding: 0;}
.ftr-lnk-box ul li{list-style: none; margin: 0; padding: 3px 0;}
.ftr-lnk-box ul li a{ color:#033248; font-weight:400; font-size:14px; display:inline-block; padding:0 0 2px 18px; position:relative;}
.ftr-lnk-box ul li a::before { font-family: "Font Awesome 5 Free"; font-weight: 900; font-size: 14px; margin: 0; padding: 0; position: absolute; content: "\f0da"; top:6px; left: 0px; display: inline-block; font-style: normal; font-variant: normal; text-rendering: auto; line-height: 1; color: #8fdb72; transition: all 0.5s ease 0s;}
.ftr-lnk-box ul li a::after{ content: ""; position: absolute; left: 0; bottom: 0; height: 1px; width: 0%; background-color: rgba(255,255,255,0.08); transition: all 0.8s ease 0s; opacity: 0;}
.ftr-lnk-box ul li a:hover{color: #e11a27;}
.ftr-lnk-box ul li a:hover::before{left: 4px;}
.ftr-lnk-box ul li a:hover::after{ width: 100%; opacity: 1; transition: all 0.8s ease 0s;}
.ftr-lnk-box h3{font-size: 16px; font-weight: 400; color: #fff; text-transform: uppercase;}
.ftr-links1{ width:23%; border-right: 1px solid rgba(255, 255, 255, 0.03); margin-right:30px;}
.ftr-links1 .lnk{ display: flex; justify-content:space-between;}
.ftr-links1 .lnk ul li{ list-style: none;}
.ftr-links2{ width:25%; border-right: 1px solid rgba(255, 255, 255, 0.03); margin-right:30px; padding-right:0px;}
.ftr-links3{ width: 27%; margin-right:30px;}
.ftr-links4{ width: 25%;}
.cpy-bg{ background-color: #033248;}
.ft-copyright{ padding: 30px 0; display: flex; align-items: center;}
.ft-copyright .cprt-lft{ width: 60%;}
.ft-copyright .cprt-lft span{ display: block; color: #fff; font-size: 15px;}
.ft-copyright .cprt-rht{ width: 40%; display:flex; justify-content: flex-end; text-align: right;}
.ft-copyright .cprt-rht span{ display:flex; justify-content: flex-end;}

.ftr-lnks{ width:100%; border-top:1px solid rgba(255,255,255,0.2); margin-top:25px; padding-top:25px;}
.ftr-lnks .lnk-lst{ width:100%;}
.ftr-lnks .lnk-lst ul{ padding:0; margin:0; display:flex; justify-content:flex-end;}
.ftr-lnks .lnk-lst ul li{ display:flex; list-style:none; border-right:1px solid rgba(255,255,255,0.2); padding-right:15px; margin-right:15px;}
.ftr-lnks .lnk-lst ul li:last-child{ border-right:0 none; padding-right:0; margin-right:0;}
.ftr-lnks .lnk-lst ul li a{ color:#fff;}
.ftr-lnks .lnk-lst ul li a:hover{ color:#e11a27;}

.scrollToTop { width:30px; height:30px; padding:0px; text-align:center; font-weight: bold; color: rgba(235,28,39,0.4); text-decoration: none; position:fixed; bottom:0px; right:0px; display:none; font-size:20px; } 
.scrollToTop:hover { text-decoration:none; color: rgba(235,28,39,0.8); } 
.scrollToTop:focus { color: rgba(235,28,39,0.4); } 

.xhidden { opacity: 0; } 
.xvisible { opacity: 1; } 
.xanimated { -webkit-animation-duration: 1.5s; animation-duration: 1.5s; -webkit-animation-fill-mode: both; animation-fill-mode: both; } 
.xanimated2 { -webkit-animation-duration: 2s; animation-duration: 2s; -webkit-animation-fill-mode: both; animation-fill-mode: both; } 


/* E-assesment page styles */
/* .epaper, .epaper h1, .epaper h2, .epaper h3, .epaper h4, .epaper h5, .epaper h6 { }  */
.hdbar { padding: 10px 0; background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 100%); } 
.elogo { text-align: left; } 
.elogo img { max-height: 80px; } 
.edata1 { text-align: right; } 
.ename span { color: #ccc; padding: 0 15px; } 
.ename a { background-color: #e11a27; color: #ffffff; display: inline-block; padding: 2px 10px; font-size: 13px; border-radius: 15px; text-transform: uppercase; font-weight: 500; } 
.ename a:hover { background-color: #888; } 
.edate { font-size: 14px; } 
.edate strong { display: inline-block; border-top: 1px dotted #ccc; padding-top: 6px; margin-top: 10px; color: #555; } 
.q-cont { float: right; width: 80%; padding-left: 30px; padding-bottom: 30px; } 
.q-cont2 { padding-bottom: 30px; } 
.qbar { background-color: #ddd; padding: 20px 0; } 
.qbar h2 { font-size: 24px; margin: 0; } 
.etime { padding-bottom: 10px; margin-bottom: 10px; border-bottom: 1px dashed #ccc; } 
.etime h3 { margin:0; padding:0; font-size:16px; background-color:#444; color:#fff; padding:10px; border-radius: 6px 6px 0 0; } 
.etitle h3 { padding:20px 20px; margin:0; font-weight:300; } 
.etitle1 { font-size:20px; font-weight:bold; letter-spacing:0.4px; padding-top:5px; padding-bottom:5px; } 
.ex-bar { background-color:#0d406b; color:#fff; padding:15px 0; } 
.etimer { font-size:18px; display:inline-block; } 
.elang { padding-top:17px; } 
.elang select { padding:5px; } 
.etime .time-box { background-color:#e11a27; display:block; padding:5px 10px; border-radius:0 0 6px 6px; font-size:15px; margin:0px; color: #ffffff; } 
.etime .time-box strong { font-size:20px; } 
.eleft-menu { background-color:#eee; padding:20px; margin: 20px 0; border-radius: 6px; } 
.ereview h3 { margin:0; padding:0; font-size:16px; background-color:#ccc; color:#444; padding:10px; border-radius: 3px; } 
.ereview a { font-size:18px; margin:5px 2px; width:40px; border-radius: 50%; padding-top: 5px; padding-bottom: 5px; box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); } 
.ereview2 { padding-top:15px; } 
.ereview2 h3 { margin:0; padding:0; font-size:16px; background-color:#ccc; color:#444; padding:10px; border-radius: 3px; } 
.ereview2 a { font-size:18px; margin:5px 2px; width:40px; border-radius: 50%; padding-top: 5px; padding-bottom: 5px; box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); } 
.equestion { padding-top:20px; } 
.equestion .box-title { font-size: 16px; } 
.equestion .box-title2 { font-size: 20px; text-transform: uppercase; margin: 6px 0 0; } 
.equestion .text-red label { color: #e11a27; cursor: pointer; } 
.equestion .card-body h2 { font-size: 24px; color: #e11a27; border-bottom:2px dotted #ccc; padding-bottom: 6px; } 
.equestion .card-body h5 { font-size: 18px; color: #333; padding-top: 15px; } 
.ematch { margin-bottom:20px; } 
.ematch label { background-color:#CCC; width:50px; margin-right:10px; padding:5px 10px; text-align:right; display:inline-block; border-radius:4px; cursor: pointer; } 
.ematch label input { margin-right: 5px; } 
.ematch label:hover { background-color: #e11a27; color: #ffffff; } 
.ematch strong { margin-right:5px; } 
.review-btn { margin-top:20px; padding-top:20px; border-top:2px solid #ccc; text-align: center; } 
.pad1 .radio label { cursor: pointer; } 
.pad1 .radio label:hover { color: #e11a27; } 
.easyzoom { margin-bottom: 30px; } 
.text-green { color: #00a65a; } 
.all-qst { border-bottom:2px dotted #ddd; padding:10px 20px; } 
.all-qst:hover { border-bottom:2px dotted #ddd; } 
.no-ans{ background-color: #ffc8c8; margin: 8px 0; border-radius: 10px;}
.chg-ans { margin:10px 20px; } 
.ans1 label { margin-left: 15px; } 
.qs-red { color: #e11a27; } 
.etime2 { display: flex; color: #444; align-items: center; } 
.etime2 h3 { font-size: 18px; padding-right: 15px; } 
.etime2 .time-box { background-color:#e11a27; padding:3px 10px; border-radius:3px; font-size:15px; margin:0px; color: #ffffff; } 
.etime2 .time-box strong { font-size:18px; } 
.imgpaper{margin-bottom: 25px;}
.imgpaper .card{ width: 100%;}
.imgpaper .card .card-body{display: flex; align-items: center; justify-content: center; flex-wrap: wrap;}
.imgpaper .card .card-body a{ width: 100%; max-width: 100%;}
.imgpaper .card .card-body a img{ width: 100%; max-width: 100%;}
.imgpaper .card-footer{ text-align: center;}
.imgpaper .card-footer .img-ans{ text-align: center; padding: 3px 10px; border: 1px solid #999; background-color: #fff; cursor: pointer; border-radius: 8px; margin: 0;}
.imgpaper .card-footer .form-group, .imgpaper .card-footer .input-group{margin-bottom: 0 !important;}
.main-ans{ padding: 0;}
.sub-qs{ padding-bottom: 6px; margin: 0px;}
.sub-qs label{ font-weight: bold; display: block; padding: 0; margin: 0; border-top: 1px dotted #ddd; margin-top: 10px;}
.sub-list ul{padding: 0; margin: 0;}
.sub-list ul li{ margin: 0; padding:2px 0 2px 20px; list-style: none; position: relative;}
.sub-list > ul > li::after { position: absolute; content: ""; height: 8px; border-left: 4px solid #e11a27; left: 9px; top: 11px; -webkit-clip-path: polygon(0 1%, 0 100%, 100% 49%); clip-path: polygon(0 1%, 0 100%, 100% 49%); background-color: transparent; transition: all 0.5s ease 0s; } 

.qspaper .fancybox-container--ready .fancybox-bg{ opacity: 0.6;}
.qsfile{white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 100%;}
.qslink1{max-width: 35%;}
.qslink2{max-width: 55%;}
.qslink3{max-width: 10%;}

.sum-sign{ text-align: center; margin-top: 25px; margin-bottom: 10px;}
.sum-sign .pad1{ margin: 0 auto;}

.psukico{ color: #aaa; cursor: pointer; animation-name: rubberBand; -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-delay: 0.5s; animation-delay: 0.5s;}
.psukico:hover{color: #444;}
.modal-psuk .modal-title{font-family:'Poppins', sans-serif;}
.modal-psuk .modal-body h4{font-size: 16px; border-bottom: 1px dotted #ccc; padding: 5px 0;}
.modal-psuk .modal-body ul{margin: 0 0 15px; padding: 0;}
.modal-psuk .modal-body ul li{margin: 0; padding:2px 0 2px 20px; font-size: 14px; position: relative; list-style: none;}
.modal-psuk .modal-body ul li::after { position: absolute; content: ""; height: 8px; border-left: 4px solid #e11a27; left: 9px; top: 10px; -webkit-clip-path: polygon(0 1%, 0 100%, 100% 49%); clip-path: polygon(0 1%, 0 100%, 100% 49%); background-color: transparent; transition: all 0.5s ease 0s; } 

.no-ans .btn-chng{ background: #e11a27 !important;}
.btn-chng { background: #aaa; color: white; border: 0 none; border-radius: 5px; cursor: pointer; padding: 5px 15px; margin: 10px 5px; } 
.btn-chng:hover, .btn-chng:focus { box-shadow: 0 0 0 2px white, 0 0 0 3px #ccc; background: #888; color: #ffffff; } 
.btn-eprev { background: #aaa; color: white; border: 0 none; border-radius: 5px; cursor: pointer; padding: 10px 25px; margin: 10px 5px; } 
.btn-eprev:hover, .btn-eprev:focus { box-shadow: 0 0 0 2px white, 0 0 0 3px #ccc; background: #888; color: #ffffff; } 
.btn-enext { background: #e11a27; color: white; border: 0 none; border-radius: 5px; cursor: pointer; padding: 10px 25px; margin: 10px 5px; } 
.btn-enext:hover, .btn-enext:focus { box-shadow: 0 0 0 2px white, 0 0 0 3px #e11a27; color: #ffffff; background: #555; } 

/* Header search bar auto complete styles */
.ui-autocomplete{cursor: pointer; background: rgba(0, 0, 0, 0.9); margin: 0; width: 100% !important; max-width: 340px !important; list-style: none; padding: 15px; border-radius: 6px; z-index: 999; position: absolute; right: 0;}
.ui-widget.ui-widget-content{ border: 0 none;}
.ui-autocomplete li{cursor: pointer; color: #aaa; list-style: none; font-size: 13px !important; line-height: 1.2; border-bottom: 1px dotted rgba(225, 255, 255, 0.2); padding-bottom: 3px; margin-bottom: 3px;}
.ui-autocomplete li:last-child{border: 0 none;}
.ui-autocomplete li .ui-state-active{cursor: pointer; background-color: #e11a27; border: 0 none; border-radius: 5px; margin: 0;}

.tp-srch .tsrch:focus{ width: 350px;}

/* Modal Announcement */
.modal-announcement{max-width: 750px;}
.modal-announcement .modal-content{border-radius: 8px;}
.modal-announcement .modal-header{padding: 10px 10px;}
.modal-announcement .modal-title{font-size: 18px; text-transform: uppercase;}
.modal-announcement .modal-title i{ color: #999;}
.modal-announcement .modal-body{ min-height:150px;}
.modal-announcement .modal-body p{ font-size: 15px; color: #333; margin-bottom: 12px; text-align: justify; line-height: 1.6;}

.modal-signbox{max-width: 380px;}
.modal-signbox .modal-content{border-radius: 0px; border: 0 none;}
.modal-signbox .modal-header{padding: 5px 10px;}
.modal-signbox .modal-title{font-size: 24px; font-weight: 200; padding-left: 10px;}
.modal-signbox .modal-title i{ color: #999;}
.modal-signbox .modal-body ul{ padding: 0; margin: 0;}
.modal-signbox .modal-body ul li{ padding: 0; margin: 0 0 8px; list-style: none;}
.modal-signbox .modal-body ul li a{ color: #fff; background-color: #68bc46; padding:6px 10px; display: block; border-radius: 30px; font-size: 18px; font-weight: 300;}
.modal-signbox .modal-body ul li a:hover{ color: #fff; background-color: #444;}
.modal-signbox .modal-body ul li a i{font-size: 18px; width: 40px; text-align: center; color: #fff; padding: 10px 0; border-radius: 6px 0 0 6px; margin-right: 0px; transition: all 0.5s ease 0s;}
.modal-signbox .modal-body ul li a:hover i{ color: #e11a27; transition: all 0.5s ease 0s;}

.modal-regbox{max-width: 300px;}
.modal-regbox .modal-content{border-radius: 8px;}
.modal-regbox .modal-header{padding: 5px 10px;}
.modal-regbox .modal-title{font-size: 18px; text-transform: uppercase;}
.modal-regbox .modal-title i{ color: #999;}
.modal-regbox .modal-body ul{ padding: 0; margin: 0;}
.modal-regbox .modal-body ul li{ padding: 0; margin: 0 0 8px; list-style: none;}
.modal-regbox .modal-body ul li a{ color: #fff; background-color: #e11a27; padding: 0px; display: block; border-radius: 6px; font-size: 16px; font-weight: 300; text-transform: uppercase;}
.modal-regbox .modal-body ul li a:hover{ color: #fff; background-color: #444;}
.modal-regbox .modal-body ul li a i{font-size: 18px; width: 40px; text-align: center; color: #fff; padding: 10px 0; border-radius: 6px 0 0 6px; margin-right: 0px; transition: all 0.5s ease 0s;}
.modal-regbox .modal-body ul li a:hover i{ color: #e11a27; transition: all 0.5s ease 0s;}

/*acknowledgement modal */
.modal-acgbox{max-width: 600px;}
.modal-acgbox .modal-content{border-radius: 8px;}
.modal-acgbox .modal-header{padding: 5px 10px;}
.modal-acgbox .modal-title{font-size: 18px; text-transform: uppercase;}
.modal-acgbox .modal-title i{ color: #999;}
.modal-acgbox .modal-body ul{ padding: 0; margin: 0;}
.modal-acgbox .modal-body ul li{ padding: 0; margin: 0 0 8px; list-style: none;}
.modal-acgbox .modal-body ul li a{ color: #fff; background-color: #e11a27; padding: 0px; display: block; border-radius: 6px; font-size: 16px; font-weight: 300; text-transform: uppercase;}
.modal-acgbox .modal-body ul li a:hover{ color: #fff; background-color: #444;}
.modal-acgbox .modal-body ul li a i{font-size: 18px; width: 40px; text-align: center; color: #fff; padding: 10px 0; border-radius: 6px 0 0 6px; margin-right: 0px; transition: all 0.5s ease 0s;}
.modal-acgbox .modal-body ul li a:hover i{ color: #e11a27; transition: all 0.5s ease 0s; background-color: #333;}
.modal-acgbox .modal-body p{ text-align:justify; font-size:14px;}
.modal-acgbox .modal-footer{padding: 8px 0px;}
/*acknowledgement modal*/

ul.src-rslt{ padding: 0;}
ul.src-rslt li{ border-top: 1px dotted #ddd; padding: 5px 0 4px 20px;}
ul.src-rslt li::after{top: 14px;}

.nimg-group{padding: 25px 30px;}

.page-item.active .page-link{background-color: #444; border-color: #444;}

/* Enquiry Bar */
.vtourbg { background-color: #e11a27; padding: 15px 0; } 
.vtourbg h3 { font-size: 30px; color: #ffffff; font-weight: 300; font-family:'Poppins', sans-serif; } 
.vtourbg .conth .phoneh { font-size: 20px; color: #ffffff; font-weight: 600; margin-right: 25px;} 
.vtourbg .conth .phoneh i { font-size: 16px; padding: 10px; border-radius: 50%; background-color: #fff; color: #e11a27;} 
.vtourbg .conth .emailh { margin-left: 0px; } 
.vtourbg .conth .emailh a { font-size: 20px; color: #ffffff; font-weight: 600; } 
.vtourbg .conth .emailh a i { font-size: 16px; padding: 10px; border-radius: 50%; background-color: #fff; color: #e11a27;} 
.vtourbg .enrtr { text-align: right; } 
.vtourbg a.enq-btn { background-color: #68bc46; display: inline-block; padding: 15px 30px; color: #fff; font-size: 20px; border-radius: 40px; margin-top: 8px; position: relative; border: 2px solid #fff;} 
.vtourbg a.enq-btn i { padding: 0px; background: transparent !important; height: auto; color: #fff; font-size: 24px; position: unset; margin-right: 10px; } 
.vtourbg a.enq-btn span { text-transform: uppercase; font-weight: 600; } 
.vtourbg a.enq-btn:hover { background-color: #e11a27; } 

/* My Styles */
.vmv-block p{line-height: 20px; text-align: left;}
.vmv-block ul{padding-right: 20px;}
.vmv-block li{margin: 0 0 10px; line-height: 20px; list-style-type: none;}
.vmv-block .vsn-new{background:#1b3767; padding: 0 0 10px;;}
.vmv-block .vsn-new .vsn-title{position: relative; display: block; background: url('../images/vision-bg.jpg'); background-size: cover; background-position: bottom; height: 250px; z-index: 1;}
.vmv-block .vsn-new .vsn-title::before{position: absolute; content: ''; width: 100%; height: 100%; background: linear-gradient(0deg, rgba(27,55,103,1) 17%, rgba(0,0,0,0.1) 80%); left: 0; z-index: -1;}
.vmv-block h1{padding:0px 25px 0; font-size: 48px; position: relative; top: 61%;}

.vmv-block .msn-new{background:#bb0036; padding: 0 0 10px;;}
.vmv-block .msn-new .msn-title{position: relative; display: block; background: url('../images/mission-bg.jpg'); background-size: cover; background-position: center; height: 250px; z-index: 1;}
.vmv-block .msn-new .msn-title::before{position: absolute; content: ''; width: 100%; height: 100%; background: linear-gradient(0deg, rgba(187,0,54,1) 17%, rgba(0,0,0,0.1) 80%); left: 0; z-index: -1;}
.vmv-block .vsn-new .vsn-cnt, .vmv-block .msn-new .msn-cnt,.vmv-block .val-new .val-cnt{display: block; padding: 0 25px 0;}
.vmv-block .vsn-new .vsn-cnt p{font-size: 14px;}
.vmv-block .val-new{background:#00403a; padding: 0 0 10px;}
.vmv-block .val-new .val-title{position: relative; display: block; background: url('../images/our-values-bg.jpg'); background-size: cover; background-position: center; height: 250px; z-index: 1;}
.vmv-block .val-new .val-title::before{position: absolute; content: ''; width: 100%; height: 100%; background: linear-gradient(0deg, rgba(0,64,58,1) 17%, rgba(0,0,0,0.1) 80%); left: 0; z-index: -1;}

/* tble abc */

.tble-abc-slct {background: #fff; padding: 10px;}
.tble-abc-slct h2 {font-size: 22px; font-weight: 600;text-align: left; padding: 10px 0px 30px 10px; color: #333;}
.tble-abc-slct .table-bordered td, .table-bordered th {border: 1px solid #b6b6b7;}
.tble-abc-slct .table-bordered thead td, .table-bordered thead th {border-bottom: 1px solid #b6b6b7;}
.tble-abc-slct .brdr-none {border:0}
.tble-abc-slct  .table-bordered {border:0}
.tble-abc-slct .gcolor-tble {background: #e2efda; color:#222;}
.tble-abc-slct .rcolor-tble {background: #fce4d6; color:#222;}
.tble-abc-slct .bcolor-tble {background: #d6dce4; color:#222;}
.tble-abc-slct h4 {text-align: left; padding: 15px 0; color: #333; font-weight: 300; border-bottom: 3px solid #ccc;}
.tble-abc-slct h4 b {font-weight: 600;}
.tble-abc-slct small {text-align: left; display: flex; padding: 20px 7px; font-size: 15px;}
.abot-img1 { width: 70%; margin: 0 auto; display: block;  }


/* Extra large devices (large desktops, 1368px and up) */
@media (min-width: 1366px) 
 {
    .wel-bg{background-position: 50% center;}
    
 }

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1366px) 
 {
   .carousel-caption .cardelay{margin: 40px 0 0 20px;}


/* Large devices (desktops, less than 1200px) */
@media (max-width: 1200px) 
 {
   .navbar-dark .navbar-nav .nav-link{ padding: 20px 14px;}
   .sticky.navbar-dark .navbar-nav .nav-link { padding: 15px 10px; }
   .pdsch2{ justify-content: space-between;}
   .pdsch2 .crsch { width:49%; margin: 0 0px 30px 0;}
   .nav-bg li:nth-child(5) .drp-flex2 li{width: 100%;}
   .mga-lnk{ width:100%; display:grid; grid-template-columns:repeat(2,1fr)}
}
}


/* iPads (portrait and landscape) */
@media only screen and (min-device-width : 970px) and (max-device-width : 1024px) 
 {
.max-cntr { max-width: 970px; margin: 0 auto; } 
.tp-phone{font-size: 14px;}
.top-brand .taflg1{max-height: 100px;}
.scor-login a{font-size: 14px;}
.carousel-caption .cardelay h1{font-size: 20px;}
.carousel-caption .cardelay h2{font-size: 40px;}
.carousel-caption .cardelay p{font-size: 18px;}
.nav-bg{top: 139px;}
.nav-bg.sticky{top: 0;}
.navbar-dark .navbar-nav .nav-link{font-size: 14px; padding: 20px 7px;}
.sticky.navbar-dark .navbar-nav .nav-link{padding: 15px 5px;}
.mega-dropdown-menu.crs-mn{width: 500px;}
.wel-cnt .wltr{width: 70%;}
.wel-cnt .wltr h1 b{font-size: 32px;}
.wel-cnt .wltr h2 b{font-size: 32px;}
.wel-bg{background-position: -380px top;}
.wel-cnt .wltr{padding-bottom: 140px;}
.wel-box .abt-part .abltr{grid-template-columns: repeat(2, 1fr);}
.wel-box .abt-part .abrtr .pro-box{width: 430px;}
.pro-box .pros-stu h2{font-size: 26px;}
.wel-box .abt-part .abltr a{padding: 15px;}
.wel-box .abt-part .abltr i{width: 85px; height: 85px;}
.wel-box .abt-part .abltr span{font-size: 14px;}
.wel-box .abt-part .abltr a:nth-child(2){border-right: 0px none;}
.wel-box .abt-part .abltr a:nth-child(3){border-right: 1px solid #baac88;}
.wel-box .abt-part .abltr a:nth-child(4){border-bottom: 1px solid #baac88; border-right: 0px none;}
.serv-block .lsec span img{max-height: 540px; top: 140px;}
.serv-block .rsec ul{grid-template-columns: repeat(1, 1fr); gap: 10px;}
.serv-block .rsec ul li a{padding: 10px 10px 10px 35px; font-size: 16px;}
.tst-hd h4{font-size: 36px;}
.ft-cont-box{ flex-wrap: wrap;}
.ft-cont-box .ph-box{padding-left: 0px; width: 48%;}
.ft-comp-det{ width: 48%;}
.ft-email{padding-left: 0px; width: 48%; position: relative; justify-content: flex-start; margin: 40px 0px 20px;}
.ft-email h6{ width: 100%; text-align: left !important;}
.ft-qck-lik{ width: 48%; margin-top: 40px;}
.pdetail h1{font-size: 38px;}
.pdsch .crsch{margin-right: 15px;}
.vmv-block h1{top: 68%; font-size: 36px;}
.vmv-block p{line-height: 22px;}
.abot-img1 {width: 100%;}
.ft-email .ft-logo{ width: 20%; margin-bottom: 0; margin-right: 15px;}
.ft-email .ft-det { margin-bottom: 10px; position: absolute; content: ''; bottom: -25px; left: 0; }
.ft-email .ft-det p{ font-size: 5px;}
.ft-log-mrg{ margin-bottom: 0 !important;}
.ft-email .ft-logo img{ max-height: 35px;}

 }

/* Medium devices (tablets, less than 992px) */
@media (max-width: 992px) 
 {
.max-cntr { max-width: 960px; margin: 0 auto; }
.tp1{padding-bottom: 5px; padding-left: 15px;}
.tp-phone{font-size: 14px; display: block; margin-bottom: 10px;}
.top-brand .taflg1{max-height: 100px;}
.scor-login {padding-bottom: 5px;}
.scor-login a{font-size: 14px; display: block; text-align: left; margin-bottom: 10px;}
.carousel-caption .cardelay{width: 100%;}
.carousel-caption .cardelay h1{font-size: 18px;}
.carousel-caption .cardelay h2{font-size: 36px;}
.carousel-caption .cardelay p{font-size: 16px;}
.navbar-dark .navbar-toggler{border-color: transparent;}
.nav-bg{top: 144px; background-color: rgba(0, 0, 0, 0.8);}
.nav-bg.sticky{top: 0;}
.navbar-dark .navbar-nav .nav-link{font-size: 14px; padding: 20px 15px;}
.sticky.navbar-dark .navbar-nav .nav-link{padding: 15px 15px;}
.mga-lnk{ width:100%; display:grid; grid-template-columns:repeat(1,1fr)}
.mega-dropdown-menu{width: 100% !important;}
.mega-dropdown-menu.crs-mn{width: 100% !important;  height: 250px; overflow: auto;}
.wel-cnt .wltr{width: 70%;}
.wel-cnt .wltr h1 b{font-size: 32px;}
.wel-cnt .wltr h2 b{font-size: 32px;}
.wel-bg{background-position: -300px top;}
.wel-cnt .wltr{padding: 0 20px; width: 70%;}
.wel-cnt .wltr h1{margin-bottom: 0;}
.wel-cnt .wltr h2{margin-bottom: 0;}
.wel-cnt .wltr .wbox{padding: 0;}
.wel-cnt .wltr p{font-size: 15px; line-height: 1.2;}
.wel-cnt .wltr .wftr{flex-wrap: wrap;}
.wel-cnt .wltr .wbtn{width: 100%;}
.crt-logo{width: 100%; text-align: left; padding-top: 20px;}
.wel-box{padding-bottom: 0;}
.wel-box .abt-part{flex-wrap: wrap;}
.wel-box .abt-part .abltr{grid-template-columns: repeat(3, 1fr); width: 100%;}
.wel-box .abt-part .abrtr .pro-box{width: 100%; position: unset;}
.pro-box .pros-stu h2{font-size: 26px;}
.wel-box .abt-part .abltr a{padding: 15px;}
.wel-box .abt-part .abltr i{width: 85px; height: 85px;}
.wel-box .abt-part .abltr span{font-size: 14px;}
/* .wel-box .abt-part .abltr a:nth-child(2){border-right: 0px none;}
.wel-box .abt-part .abltr a:nth-child(3){border-right: 1px solid #baac88;}
.wel-box .abt-part .abltr a:nth-child(4){border-bottom: 1px solid #baac88; border-right: 0px none;} */
.wel-box .abt-part .abrtr{width: 100%; padding-left: 0;}
.serv-block .lsec span img{max-height: 470px; top: 140px;}
.serv-block .rsec ul{grid-template-columns: repeat(1, 1fr); gap: 5px;}
.serv-block .rsec ul li{margin-bottom: 0;}
.serv-block .rsec ul li a{padding: 10px 10px 10px 35px; font-size: 16px;}
.stu-block{padding: 15px;}
.tst-hd h4{font-size: 36px;}
.ft-cont-box .ph-box{padding-left: 30px;}
.ft-email{padding-left: 20px;}
.bord-block{grid-template-columns: repeat(1, 1fr);}
.plist1 ul{grid-template-columns: repeat(2, 1fr);}
.pdetail h1{font-size: 38px;}
.pdsch .crsch{margin-right: 15px;}
.roombox{flex-wrap: wrap;}
.roombox .lft{width: 100%;}
.roombox .rgt{width: 100%;}
.cont-flex{flex-wrap: wrap;}
.cont-flex .bus-text{width: 100%;}
.cont-flex .tr-text{width: 100%; height: 300px;}
.prt-block{grid-template-columns: repeat(2, 1fr);}
.tp-srch .tsrch{width: 250px;}
.vmv-block h1{font-size: 38px;}
.abot-img1 {width: 100%;}
.top-dc-logo-3{ align-items: center;}
.top-dc-logo-3 a:last-child{ margin-bottom: 0;}
.ft-cont-box{ flex-wrap: wrap;}
.ft-cont-box .ph-box{padding-left: 0px; width: 48%;}
.ft-comp-det{ width: 48%;}
.ft-email{padding-left: 0px; width: 48%; position: relative; justify-content: flex-start; margin: 40px 0px 20px;}
.ft-email h6{ width: 100%; text-align: left !important;}
.ft-qck-lik{ width: 48%; margin-top: 40px;}
.ft-email .ft-logo{ width: 20%; margin-bottom: 0; margin-right: 15px;}
.ft-email .ft-det { margin-bottom: 10px; position: absolute; content: ''; bottom: -25px; left: 0; }
.ft-email .ft-det p{ font-size: 5px;}
.ft-log-mrg{ margin-bottom: 0 !important;}
.ft-email .ft-logo img{ max-height: 35px;}
.anouncement-modal .modal-dialog{ width: 93%; margin: 0 auto;}
 }

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 768px) 
 {
.max-cntr { max-width: 730px; margin: 0 auto; }
.tp1{padding-bottom: 5px; padding-left: 0px;}
.tp-phone{font-size: 12px; display: block; margin-bottom: 10px;}
.tp-phone i{padding: 3px; font-size: 10px;}
.tp-email{font-size: 12px;}
.tp-email i{padding: 3px; font-size: 10px;}
.top-brand .taflg1{max-height: 80px;}
.scor-login {padding-bottom: 5px;}
.scor-login a{font-size: 12px; display: block; text-align: right; margin-bottom: 10px; margin-right: 5px;}
.scor-login a i{padding: 5px; font-size: 10px; margin-left: 0;}
.tp-srch .tsrch{width: 175px;}
.carousel-caption{top: 47%;}
.carousel-caption .cardelay{width: 100%;}
.carousel-caption .cardelay h1{font-size: 18px;}
.carousel-caption .cardelay h2{font-size: 36px;}
.carousel-caption .cardelay p{font-size: 16px;}
#wowslider-container1 .ws_controls{display: none;}
.nav-bg{top: 130px; background-color: rgba(0, 0, 0, 0.8);}
.nav-bg.sticky{top: 0;}
.navbar-dark .navbar-nav .nav-link{font-size: 14px; padding: 20px 15px;}
.sticky.navbar-dark .navbar-nav .nav-link{padding: 15px 15px;}
.mega-dropdown-menu{width: 100% !important;}
.mega-dropdown-menu.crs-mn{width: 100% !important;}
.wel-cnt .wltr{width: 70%;}
.wel-cnt .wltr h1 b{font-size: 32px;}
.wel-cnt .wltr h2 b{font-size: 32px;}
.wel-bg{background-position: -300px top;}
.wel-cnt .wltr{padding: 0 20px; width: 70%;}
.wel-cnt .wltr h1{margin-bottom: 0;}
.wel-cnt .wltr h2{margin-bottom: 0;}
.wel-cnt .wltr .wbox{padding: 0;}
.wel-cnt .wltr p{font-size: 15px; line-height: 1.2;}
.wel-cnt .wltr .wftr{flex-wrap: wrap;}
.wel-cnt .wltr .wbtn{width: 100%;}
.crt-logo{width: 100%; text-align: left; padding-top: 20px;}
.wel-box{padding-bottom: 0;}
.wel-box .abt-part{flex-wrap: wrap;}
.wel-box .abt-part .abltr{grid-template-columns: repeat(3, 1fr); width: 100%;}
.wel-box .abt-part .abrtr .pro-box{width: 100%; position: unset;}
.pro-box .pros-stu h2{font-size: 26px;}
.wel-box .abt-part .abltr a{padding: 15px;}
.wel-box .abt-part .abltr i{width: 85px; height: 85px;}
.wel-box .abt-part .abltr span{font-size: 14px;}
.wel-box .abt-part .abrtr{width: 100%; padding-left: 0;}
.serv-block .lsec span img{max-height: 470px; top: 140px;}
.serv-block .rsec ul{grid-template-columns: repeat(1, 1fr); gap: 5px;}
.serv-block .rsec ul li{margin-bottom: 0;}
.serv-block .rsec ul li a{padding: 10px 10px 10px 35px; font-size: 16px;}
.stu-block{padding: 15px;}
.nws-list{background-color: #043249; padding-top: 50px;}
.tst-hd h3{font-size: 18px;}
.tst-hd h4{font-size: 24px;}
.ft-cont-box{flex-wrap: wrap;}
.ft-comp-det{width: 100%;}
.ft-comp-det{ margin-top: 40px;}
.ph-box .ft-comp-det{ margin-top: 0px !important;}
.ft-email .ft-det p { font-size: 8px; }
.ft-email .ft-det{ bottom: -35px;}
.ft-cont-box .ph-box{ width: 100%;}
.ft-email{width: 100%;}
.ft-qck-lik{ width: 100%;}
.banner-bg2 .carousel-inner{padding-top: 146px;}
.vmv-block{grid-template-columns: repeat(1, 1fr);}
.acd-block{grid-template-columns: repeat(2, 1fr);}
.bord-cont .acd-det{flex-wrap: wrap;}
.bord-cont .acd-det .lft{width: 100%; text-align: center;}
.bord-cont .acd-det .rgt{width: 100%;}
.fcmem-cont .fcd-det{flex-wrap: wrap;}
.fcmem-cont .fcd-det .lft{width: 100%; text-align: left;}
.fcmem-cont .fcd-det .rgt{width: 100%;}
.pdetail h1{font-size: 28px;}
.pdsch .crsch{margin-right: 10px;}
.abt-us h1{font-size: 30px;}
.abt-us h2{font-size: 24px;}
.corp-frm .form-group.row > label{width: 40%; max-width: 40%; flex: unset;}
.corp-frm .form-group.row > .col-sm-6{width: 60%; max-width: 60%; flex: unset;}
.corp-frm .form-group.row > .col-sm-8{width: 60%; max-width: 60%; flex: unset;}
.corp-frm span.form-control{height: auto;}
.tlogo{width: 36%;}
.tp1{width: 32%;}
.scor-login{width: 32%;}
.vmv-block h1{top: 73%;}
.abot-img1 {width: 100%;}
.top-dc-logo-3 a{margin-right: 15px !important; padding: 2px 7px;}
.ftr-lnks .lnk-lst ul{ justify-content:center;}
.pdsch2 .crsch { width:100%;}
.srchcourse { flex-wrap: wrap;}
.srchcourse span{ width:100%; text-align:left;}
.srchcourse select { width:100%;}
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 576px) 
 {
.max-cntr { max-width: 100% !important; margin: 0 auto; overflow-x: hidden; }
.top-bar{width: 83%; z-index: 99; position: fixed; padding: 4px 0px;}
.banner-bg{margin-top: 90px;}
.banner-bg2{margin-top: 90px;}
.tp-phone{font-size: 14px; display: block; margin-bottom: 10px;}
.tp1{padding-bottom: 5px; padding-left: 15px; order: 2; display: none;}
.tblock{align-items: center;}
.tlogo{order: 1; width: 40%;}
.top-brand .taflg1{max-height: 70px;}
.scor-login {padding-bottom: 0px; width: 60%; margin-top: 10px;}
.scor-login a{font-size: 12px; display: inline-block; text-align: right; margin-bottom: 0px; margin-left: 10px; width: 90px; border-radius: 12px; background: #ddd; margin: 3px 0;}
.scor-login a i{padding: 4px;}
.carousel-caption{top: 25%; right: 0;}
.carousel-caption .cardelay{width: 55%; margin: 0;}
.carousel-caption .cardelay h1{font-size: 17px;}
.carousel-caption .cardelay h2{font-size: 24px;}
.carousel-caption .cardelay p{font-size: 14px; line-height: 1.2; display: none;}
#wowslider-container1 .ws_controls{display: none;}
#bootnavbar{margin-top: 25px;}
.nav-bg{top: 0px; background-color: #fff; position: fixed;}
.navbar-dark .navbar-toggler{background-color: #999;}
.nav-bg .navbar{ padding: 25px 5px 25px 0;}
.inner-wrapper .nav-bg{background-color: #fff;}
.nav-bg.sticky{top: 0; position: fixed; -webkit-animation: none; animation: none;}
.sticky .navbar-brand{margin-left: 15px;}
.navbar-dark .navbar-nav .nav-item{border-top: 1px dotted #ddd;}
.navbar-dark .navbar-nav .nav-link{font-size: 14px; padding: 20px 15px; color: #333;}
.sticky.navbar-dark .navbar-nav .nav-link{padding: 15px 15px;}
.mega-dropdown-menu{width: 100% !important;}
.mega-dropdown-menu.crs-mn{width: 100% !important;}
.wel-cnt .wltr{width: 70%;}
.wel-cnt .wltr h1 b{font-size: 32px;}
.wel-cnt .wltr h2 b{font-size: 32px;}
.wel-bg{background-position: 80px top; background-size: contain;}
.wel-cnt{text-align: center; justify-content: center;}
.wel-cnt .wltr{padding: 100px 20px 0 20px; width: 100%; text-align: center;}
.wel-cnt .wltr h1{margin-bottom: 0; text-align: center;}
.wel-cnt .wltr h2{margin-bottom: 0; text-align: center;}
.wel-cnt .wltr .wbox{padding: 0;}
.wel-cnt .wltr p{font-size: 15px; line-height: 1.2;}
.wel-cnt .wltr .wftr{flex-wrap: wrap;}
.wel-cnt .wltr .wbtn{width: 100%;}
.crt-logo{width: 100%; text-align: center; padding-top: 20px;}
.crt-logo span{margin-bottom: 10px;}
.wel-box{padding-bottom: 0;}
.wel-box .abt-part{flex-wrap: wrap;}
.wel-box .abt-part .abltr{grid-template-columns: repeat(2, 1fr); width: 100%;}
.wel-box .abt-part .abrtr .pro-box{width: 100%; position: unset;}
.pro-box .pros-stu h2{font-size: 26px;}
.wel-box .abt-part .abltr a{padding: 15px;}
.wel-box .abt-part .abltr i{width: 85px; height: 85px;}
.wel-box .abt-part .abltr span{font-size: 14px;}
.wel-box .abt-part .abltr a:nth-child(2){border-right: 0px none;}
.wel-box .abt-part .abltr a:nth-child(3){border-right: 1px solid #baac88;}
.wel-box .abt-part .abltr a:nth-child(4){border-bottom: 1px solid #baac88; border-right: 0px none;}
.wel-box .abt-part .abrtr{width: 100%; padding-left: 0;}
.serv-bg{min-height: unset;}
.serv-bg::after{display: none;}
.serv-block .lsec{display: none;}
.serv-block .lsec span img{max-height: 470px; top: 140px;}
.serv-block .rsec h1{text-align: center; font-size: 36px;}
.serv-block .rsec{width: 100%; padding: 0 15px 0 25px;}
.serv-block .rsec ul{grid-template-columns: repeat(1, 1fr); gap: 5px;}
.serv-block .rsec ul li{margin-bottom: 0;}
.serv-block .rsec ul li a{padding: 10px 10px 10px 35px; font-size: 16px;}
.stu-block{padding: 15px;}
.stu-block h1{font-size: 24px;}
.stu-block h2{font-size: 32px;}
.stu-block ul{grid-template-columns: repeat(1, 1fr);}
.nws-list{background-color: #043249; padding-top: 50px;}
.tst-hd h3{font-size: 18px;}
.tst-hd h4{font-size: 24px; width: 70%;}
.nws-list .testimo-block{width: 100%; flex-wrap: wrap;}
.nws-list .nws-box{width: 100%; margin-right: 0; margin-bottom: 20px;}
.ft-cont-box{flex-wrap: wrap; justify-content: center; padding: 10px 10px;}
.ft-comp-det{width: 100%;}
.ft-comp-det .ft-logo{padding: 0;}
.ft-comp-det .ft-logo img{position: unset;}
.ft-cont-box .ph-box{width: 100%;}
.ft-email{width: 100%;}
.ftr-lnk-box{flex-wrap: wrap;}
.ftr-links1{width: 100%; margin: 0; padding: 15px 20px;}
.ftr-links2{width: 100%; margin: 0; padding: 15px 20px;}
.ftr-links3{width: 100%; margin: 0; padding: 15px 20px;}
.ftr-links4{width: 100%; margin: 0; padding: 15px 20px;}
.ftr-links5{width: 100%; margin: 0; padding: 15px 20px;}
.ft-copyright{flex-wrap: wrap;}
.ft-copyright .cprt-lft{width: 100%; padding: 0 20px; text-align: center;}
.ft-copyright .cprt-rht{width: 100%; padding: 10px 20px 0 20px; text-align: center;}
.ft-copyright .cprt-rht span{margin: 0 auto;}
.inner-wrapper .top-bar{background-color: transparent;}
.inner-wrapper .top-bar::after{display: none;}
.banner-bg2 .carousel-inner{padding-top: 0;}
.carousel-caption2 h1{font-size: 18px; padding: 0 15px;}
.bord-item a{flex-wrap: wrap; justify-content: center;}
.bord-item a small{width: 100%; text-align: center; padding: 0 0 15px;}
.bord-item a span{width: 100%; text-align: center; padding: 0;}
.bord-det{padding-top: 40px;}
.bord-det .bord-tit{padding: 20px;}
.bord-det .bord-tit small{bottom: 0px; position: unset; display: block; margin: 0 auto;}
.bord-det .bord-tit span{padding-top: 10px;}
.acd-block{grid-template-columns: repeat(1, 1fr);}
.plist1 ul{grid-template-columns: repeat(1, 1fr);}
.pdcontbox{flex-wrap: wrap;}
.pdcontbox .pdlft{width: 100%;}
.pdcontbox .pdrgt{width: 100%;}
.mdbox{margin: 0;}
.mdbox .mdlist{flex-wrap: wrap;}
.mdbox .mdlist strong{width: 100%; text-align: left; border: 0 none;}
.mdbox .mdlist span{width: 100% !important;}
.crdbar{flex-wrap: wrap;}
.crtime{width: 100%;}
.sidebot{width: 100%;}
.pdsch .crsch{width: 100%; margin-right: 0;}
.abt-us h1{font-size: 24px;}
.abt-us h2{font-size: 20px;}
.abt-us h3{font-size: 20px;}
.corp-frm .form-group.row > label{width: auto; max-width: 100%; flex: unset; text-align: left;}
.corp-frm .form-group.row > .col-sm-6{width: 100%; max-width: 100%; flex: unset;}
.corp-frm .form-group.row > .col-sm-8{width: 100%; max-width: 100%; flex: unset;}
.roombox .lft h1{font-size: 24px;}
.roombox .lft span{font-size: 20px;}
.cant-card-deck .card-body{padding-right: 20px;}
.cont-flex .bus-text{text-align: center;}
.cont-flex .bus-text b{font-size: 22px;}
.cont-flex .bus-text p{font-size: 14px; text-align: center;}
.broute{padding: 15px;}
.broute .bbox{flex-wrap: wrap;}
.broute .bbox .lft{width: 100%;}
.broute .bbox .rgt{width: 100%; padding: 10px; border: 0 none;}
.broute .bbox .lft i{font-size: 30px !important; }
.broute .bbox .rgt h4{font-size: 18px;}
.broute .bbox .rgt span{font-size: 14px;}
.broute .bbox .rgt b{font-size: 16px;}
.corp-frm span.form-control{height: auto;}
.prt-block{grid-template-columns: repeat(1, 1fr);}
.tst-block{padding: 15px;}
.tp-srch{display: none;}
.top-dc-logo-3{ text-align: right;}
.vmv-block h1{top: 78%;}

.abot-img1 {width: 100%;}
.tble-abc-slct h2 {font-size: 16px}
.top-dc-logo-1 a img{ max-height: 40px;}
.top-dc-logo-1 small img { max-height: 25px; }
.top-dc-logo-1 a{ background: transparent !important;}
.top-dc-logo-3{ padding: 0 !important;}
.top-dc-logo-3 a{ padding: 0px 7px; width: auto; margin-right: 5px !important;}
.top-dc-logo-3 a:last-child{background-color: #6bb651 !important;}
.top-dc-logo-1 small{ margin-left: 5px;}
.scor-login .scbox{padding: 0px 2px;}
.ft-email .ft-det{ position: relative; bottom: 0; width: 100%;}
.ft-email .ft-logo{ width: 100%; justify-content: center; margin-bottom: 15px; margin-right: 0; }
.ft-qck-lik{ margin-top: 0;}
.ft-email .ft-logo img{max-height: 70px;}
.ph-box h6{ padding-left: 0 !important; text-align: center !important;}
.ph-box .ft-comp-det .ft-logo{ text-align: center;}
.ft-cont-box h6{ text-align: center !important;}
.ft-comp-det .ft-det h1{ text-align: center;}
.ft-comp-det .ft-det p small{ display: unset; font-size: 16px;}
.ft-comp-det .ft-det p{ text-align: center;}
.ft-qck-lik h6{ text-align: left !important;}
.ft-cont-box h6{ font-size: 24px;}
.anouncement-modal .modal-header h4{ font-size:20px;}
.anouncement-modal .modal-content .modal-body .anouncement-bdy{ padding: 10px; }
.anouncement-modal .modal-content .modal-body .anouncement-bdy p{ font-size: 15px; line-height:20px;}
.ecc_course_code p:last-child{ margin-top:20px;}
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 400px) 
 {
   .scor-login a{ font-size: 10px;}
   .top-dc-logo-1 a img { max-height: 30px; }
   .top-brand .taflg1 { max-height: 50px; }
   .navbar-toggler{ padding: 3px 7px !important;}
 }
/* Animation */

@keyframes slideOutLeft { 
 0% { -webkit-transform: translateX(0); transform: translateX(0); } 
 100% { visibility: hidden; -webkit-transform: translateX(-100%); transform: translateX(-100%); } 
 }

@-webkit-keyframes fadeIn { 
 0% { opacity: 0; } 
 100% { opacity: 1; } 
 }

@keyframes fadeIn { 
 0% { opacity: 0; } 
 100% { opacity: 1; } 
 }

@keyframes fadeInUp { 
 0% { opacity: 0; -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); } 
 100% { opacity: 1; -webkit-transform: none; transform: none; } 
 }

@keyframes zoomIn { 
 0% { opacity: 0; -webkit-transform: scale3d(.3, .3, .3); transform: scale3d(.3, .3, .3); } 
 50% { opacity: 1; } 
 }

@-webkit-keyframes bounceInRight { 0%,
 60%,
 75%,
 90%,
 100% { -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); } 
 0% { opacity: 0; -webkit-transform: translate3d(3000px, 0, 0); transform: translate3d(3000px, 0, 0); } 
 60% { opacity: 1; -webkit-transform: translate3d(-25px, 0, 0); transform: translate3d(-25px, 0, 0); } 
 75% { -webkit-transform: translate3d(10px, 0, 0); transform: translate3d(10px, 0, 0); } 
 90% { -webkit-transform: translate3d(-5px, 0, 0); transform: translate3d(-5px, 0, 0); } 
 100% { -webkit-transform: none; transform: none; } 
 }

@keyframes bounceInRight { 0%,
 60%,
 75%,
 90%,
 100% { -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); } 
 0% { opacity: 0; -webkit-transform: translate3d(3000px, 0, 0); transform: translate3d(3000px, 0, 0); } 
 60% { opacity: 1; -webkit-transform: translate3d(-25px, 0, 0); transform: translate3d(-25px, 0, 0); } 
 75% { -webkit-transform: translate3d(10px, 0, 0); transform: translate3d(10px, 0, 0); } 
 90% { -webkit-transform: translate3d(-5px, 0, 0); transform: translate3d(-5px, 0, 0); } 
 100% { -webkit-transform: none; transform: none; } 
 }

@-webkit-keyframes zoomInRight { 
 0% { opacity: 0; -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0); transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0); -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); } 
 60% { opacity: 1; -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0); transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0); -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); } 
 }

@keyframes zoomInRight { 
 0% { opacity: 0; -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0); transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0); -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); } 
 60% { opacity: 1; -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0); transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0); -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); } 
 }

@-webkit-keyframes lightSpeedIn { 
 0% { -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg); transform: translate3d(100%, 0, 0) skewX(-30deg); opacity: 0; } 
 60% { -webkit-transform: skewX(20deg); transform: skewX(20deg); opacity: 1; } 
 80% { -webkit-transform: skewX(-5deg); transform: skewX(-5deg); opacity: 1; } 
 100% { -webkit-transform: none; transform: none; opacity: 1; } 
 }

@keyframes lightSpeedIn { 
 0% { -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg); transform: translate3d(100%, 0, 0) skewX(-30deg); opacity: 0; } 
 60% { -webkit-transform: skewX(20deg); transform: skewX(20deg); opacity: 1; } 
 80% { -webkit-transform: skewX(-5deg); transform: skewX(-5deg); opacity: 1; } 
 100% { -webkit-transform: none; transform: none; opacity: 1; } 
 }

@-webkit-keyframes fadeInLeftBig { 
 0% { opacity: 0; -webkit-transform: translate3d(-2000px, 0, 0); transform: translate3d(-2000px, 0, 0); } 
 100% { opacity: 1; -webkit-transform: none; transform: none; } 
 }

@keyframes fadeInLeftBig { 
 0% { opacity: 0; -webkit-transform: translate3d(-2000px, 0, 0); transform: translate3d(-2000px, 0, 0); } 
 100% { opacity: 1; -webkit-transform: none; transform: none; } 
 }

.ed-align-slct {width: 100%;}
.ed-align-cnt {border-bottom: 2px dotted #cecece; padding-top: 20px;}
.ed-align-btn {display: flex; width: 100%; justify-content: flex-end; margin-top: 20px;margin-bottom: 20px;}
.ed-align-btn a.xbtn-add {color: #fff; border: 0 none; border-radius: 0px; cursor: pointer; padding: 5px 10px; margin: 0px 5px;text-transform: uppercase; background: #6bb54f; font-weight: 400;}
.ed-align-btn a i { margin-right: 3px }
.ed-align-btn a:hover {background: #aaa;}
.ed-align-btn a.xbtn-remove {color: #fff; border: 0 none; border-radius: 0px; cursor: pointer; padding: 5px 10px; margin: 0px 5px;text-transform: uppercase; background: #e11a27; font-weight: 400;}

.tble-stu-per-ind {background: #fff; }
.tble-stu-per-ind .table-bordered td, .table-bordered th {border: 2px solid #000 !important;}
.tble-stu-per-ind .brdr-none { border: 0 !important;}

