body{
font-family:'Open Sans',sans-serif;
font-size:14px;
margin:0;
padding:0;
}

img{
max-width:100%;
height:auto;
}

/* HEADER */

.top_bar_2{
background:#364388;
color:#fff;
padding:10px 0;
}

.logo_wrap img{
height:60px;
}

.main_header{
background:#161F37;
}

.nav_3 ul{
list-style:none;
margin:0;
padding:0;
display:flex;
flex-wrap:wrap;
}

.nav_3 ul li{
list-style:none;
}

.nav_3 ul li a{
color:#fff;
padding:15px 20px;
display:block;
text-decoration:none;
font-weight:600;
}

.nav_3 ul li a:hover{
background:#ff3115;
}

/* BANNER */

.banner{
background:url("../images/banner.jpg") center/cover no-repeat;
min-height:400px;
display:flex;
align-items:center;
justify-content:center;
text-align:center;
color:#fff;
}

.banner_inner h1{
font-size:40px;
font-weight:700;
}

.quote{
font-size:16px;
margin-top:10px;
}

/* COURSE CARDS */

#box34{
background:#fff;
border-radius:10px;
box-shadow:0 5px 20px rgba(0,0,0,0.15);
transition:0.3s;
padding:20px;
text-align:center;
}

#box34:hover{
transform:translateY(-5px);
box-shadow:0 15px 35px rgba(0,0,0,0.25);
}

.thumbimg{
width:60px;
height:60px;
border-radius:50%;
}

.coursetitle{
font-size:15px;
font-weight:600;
margin-top:10px;
}

.coursetitle2{
font-size:12px;
color:#666;
}

/* FOOTER */

.footer{
background:#113b3e;
color:#ccc;
padding:40px 0;
}

.footer a{
color:#ccc;
text-decoration:none;
}

.footer a:hover{
color:#fff;
}

/* MOBILE RESPONSIVE */

@media(max-width:768px){

.nav_3 ul{
flex-direction:column;
}

.banner{
min-height:250px;
padding:40px 20px;
}

.banner_inner h1{
font-size:24px;
}

.col-md-3{
width:100%;
margin-bottom:20px;
}

.logo_wrap{
text-align:center;
}

}
/* MOBILE MENU FIX */

@media (max-width:768px){

.nav_3 ul{
flex-direction:column;
}

.nav_3 ul li{
width:100%;
text-align:center;
border-bottom:1px solid #eee;
}

.nav_3 ul li a{
padding:12px;
}

.logo_wrap{
text-align:center;
margin-bottom:10px;
}

}


#box34{
background:#ffffff;
border-radius:10px;
padding:20px;
margin-bottom:25px;
box-shadow:0 5px 15px rgba(0,0,0,0.1);
transition:all 0.3s ease;
text-align:center;
}

#box34:hover{
transform:translateY(-6px);
box-shadow:0 15px 30px rgba(0,0,0,0.2);
}

.thumb4{
margin-bottom:10px;
}

.thumbimg{
width:60px;
height:60px;
object-fit:contain;
}

.coursetitle{
font-size:16px;
font-weight:600;
margin-top:10px;
}

.coursetitle2{
font-size:13px;
color:#666;
}
/* COURSE GRID ALIGN FIX */

.what_indu .row{
display:flex;
flex-wrap:wrap;
}

.what_indu .col-md-3{
display:flex;
margin-bottom:25px;
}

#box34{
width:100%;
}
/* ===== BANNER IMPROVEMENT ===== */

.banner{
background-size:cover;
background-position:center;
min-height:420px;
display:flex;
align-items:center;
justify-content:center;
text-align:center;
padding:40px 20px;
}

.banner_inner h1{
font-size:42px;
font-weight:700;
color:#fff;
margin-bottom:15px;
}

.quote{
font-size:18px;
color:#fff;
margin-bottom:25px;
}

.btnContainer button{
background:#ff3115;
border:none;
color:#fff;
padding:12px 25px;
border-radius:6px;
font-size:16px;
font-weight:600;
cursor:pointer;
transition:0.3s;
}

.btnContainer button:hover{
background:#d7280f;
}

/* MOBILE BANNER */

@media(max-width:768px){

.banner_inner h1{
font-size:26px;
}

.quote{
font-size:14px;
}

.banner{
min-height:260px;
}

}
/* STICKY HEADER */

#header_2{
position:sticky;
top:0;
z-index:9999;
box-shadow:0 2px 10px rgba(0,0,0,0.1);
}
.whatsapp_float{
position:fixed;
bottom:20px;
right:20px;
background:#25D366;
color:#fff;
width:55px;
height:55px;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
font-size:28px;
z-index:9999;
box-shadow:0 4px 10px rgba(0,0,0,0.3);
}
/* HEADER CONTACT FIX */

.nav_2 ul{
list-style:none;
margin:0;
padding:0;
display:flex;
gap:20px;
}

.nav_2 ul li{
list-style:none;
}

.phone-details{
display:flex;
align-items:center;
gap:8px;
font-size:14px;
}

.phone-details span{
display:block;
font-weight:600;
}

.phone-details a{
text-decoration:none;
color:#333;
}
/* REMOVE SMALL BOX ICONS */

.nav_2 ul{
list-style:none !important;
}

.nav_2 ul li{
list-style:none !important;
}

.nav_2 ul li::marker{
display:none;
}

ul{
list-style:none;
padding-left:0;
}
/* REMOVE TEXT HIGHLIGHT BACKGROUND */

::selection{
background:transparent;
}

::-moz-selection{
background:transparent;
}

/* FIX HEADER CONTACT ICON BOX */

.nav_2 ul li{
list-style:none !important;
}

.nav_2 ul li i{
margin-right:5px;
}

/* FIX BANNER CALL TEXT */

.main_search .phone-details{
display:none;
}
/* FIX WHATSAPP POSITION */

.whatsapp_float{
position:fixed;
bottom:90px;
right:20px;
z-index:9999;
}
/* BANNER BUTTON IMPROVEMENT */

.btnContainer{
margin-bottom:12px;
}

.btnContainer button{
width:280px;
padding:14px 18px;
font-size:16px;
border-radius:8px;
display:flex;
align-items:center;
justify-content:center;
gap:8px;
}

.btnContainer button svg{
margin-right:6px;
}
/* BANNER BUTTON ALIGNMENT */

.main_search{
margin-left:40px;
}

.btnContainer{
margin-bottom:14px;
}
/* BANNER DARK OVERLAY */

.banner{
position:relative;
}

.banner:before{
content:"";
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(0,0,0,0.35);
}

.banner_inner{
position:relative;
z-index:2;
}
/* FIX HEADER OVERLAP */

.main_header{
position:relative;
z-index:999;
}

.banner{
padding-top:80px;
}
/* FIX SCROLL OVERLAP */

.main_header{
position:sticky;
top:0;
z-index:9999;
}

.banner{
margin-top:0px;
padding-top:60px
}
/* FIX BANNER GAP */

.banner{
    margin-top:0 !important;
    padding-top:0 !important;
}

.banner_inner{
    padding-top:20px !important;
}

.banner_inner h1{
    margin-top:0px !important;
}
.btnContainer{
    display:flex;
    justify-content:center;
}
.btnContainer button{
    transition:0.3s;
}

.btnContainer button:hover{
    transform:translateY(-3px);
    box-shadow:0 8px 20px rgba(0,0,0,0.2);
}
/* MODERN COURSE CARDS */

#box34{
    background:#ffffff;
    border-radius:10px;
    padding:20px;
    margin-bottom:25px;
    text-align:center;
    transition:0.3s;
    box-shadow:0 4px 15px rgba(0,0,0,0.08);
}

#box34:hover{
    transform:translateY(-8px);
    box-shadow:0 10px 25px rgba(0,0,0,0.15);
}

.thumb4{
    margin-top:-40px;
}

.thumbimg{
    width:100px;
    height:100px;
    object-fit:contain;
}

.coursetitle{
    font-size:18px;
    font-weight:600;
    margin-top:10px;
    color:#222;
}

.coursetitle2{
    font-size:14px;
    color:#777;
}

.thumb3{
    height:60px;
    border-radius:8px;
}
#box34:hover .coursetitle{
    color:#ff3c1f;
}
.floating-buttons{
position:fixed;
right:20px;
bottom:100px;
display:flex;
flex-direction:column;
gap:10px;
z-index:9999;
}

.floating-buttons a{
width:50px;
height:50px;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
color:#fff;
font-size:22px;
text-decoration:none;
box-shadow:0 5px 15px rgba(0,0,0,0.2);
}

.call-btn{
background:#ff3c1f;
}

.whatsapp-btn{
background:#25D366;
}

.enquiry-btn{
background:#007bff;
}
.popup-form{
display:none;
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(0,0,0,0.6);
z-index:9999;
}

.popup-content{
background:#fff;
width:350px;
padding:25px;
border-radius:8px;
position:absolute;
top:50%;
left:50%;
transform:translate(-50%,-50%);
text-align:center;
}

.popup-content input{
width:100%;
padding:10px;
margin:10px 0;
border:1px solid #ccc;
border-radius:5px;
}

.popup-content button{
background:#ff3c1f;
color:#fff;
border:none;
padding:10px 20px;
border-radius:5px;
cursor:pointer;
}

.close-popup{
position:absolute;
right:10px;
top:10px;
font-size:22px;
cursor:pointer;
}
/* Floating Enquiry Buttons */

.floating-buttons{
position:fixed;
right:20px;
bottom:120px;
display:flex;
flex-direction:column;
gap:15px;
z-index:9999;
}

.floating-buttons a{
width:55px;
height:55px;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
font-size:22px;
color:white;
text-decoration:none;
box-shadow:0 4px 10px rgba(0,0,0,0.3);
}

.call-btn{
background:#ff3b30;
}

.whatsapp-btn{
background:#25D366;
}

.enquiry-btn{
background:#007bff;
}
/* MOBILE STICKY ENQUIRY BAR */

.mobile-enquiry-bar{
position:fixed;
bottom:0;
left:0;
width:100%;
display:none;
z-index:9999;
}

.mobile-enquiry-bar a{
width:33.33%;
text-align:center;
padding:14px;
color:white;
font-weight:bold;
text-decoration:none;
float:left;
font-size:16px;
}

.mobile-enquiry-bar .call{
background:#ff3b30;
}

.mobile-enquiry-bar .whatsapp{
background:#25D366;
}

.mobile-enquiry-bar .demo{
background:#007bff;
}

@media(max-width:768px){
.mobile-enquiry-bar{
display:block;
}
}
/* DEMO POPUP */

.demo-popup{
display:none;
position:fixed;
left:0;
top:0;
width:100%;
height:100%;
background:rgba(0,0,0,0.6);
z-index:9999;
}

.demo-popup-content{
background:white;
width:350px;
padding:25px;
border-radius:8px;
position:absolute;
top:50%;
left:50%;
transform:translate(-50%,-50%);
text-align:center;
}

.demo-popup-content input,
.demo-popup-content select{
width:100%;
padding:10px;
margin:8px 0;
border:1px solid #ddd;
border-radius:4px;
}

.demo-popup-content button{
width:100%;
padding:12px;
background:#ff3115;
color:white;
border:none;
border-radius:5px;
font-size:16px;
}

.close-demo{
float:right;
font-size:22px;
cursor:pointer;
}
.faq-section{
margin-top:0px;
}

.faq-section h4{
margin-top:20px;
color:#ff3115;
}
.course-header-box{
background:#ffffff;
padding:35px;
border-radius:10px;
box-shadow:0 6px 18px rgba(0,0,0,0.08);
margin-bottom:30px;
}

.course-header-box h2{
font-size:28px;
font-weight:600;
margin-bottom:12px;
}

.course-info{
margin-bottom:18px;
}

.course-info span{
margin-right:18px;
font-weight:600;
font-size:15px;
}

.rating{
color:#ff9800;
}

.course-buttons a{
display:inline-block;
padding:12px 22px;
margin-right:12px;
border-radius:6px;
color:#fff;
text-decoration:none;
font-size:15px;
font-weight:600;
transition:0.3s;
}

.course-buttons a:hover{
transform:translateY(-2px);
box-shadow:0 6px 12px rgba(0,0,0,0.2);
}

.btn-call{
background:#ff5722;
}

.btn-enquiry{
background:#0d6efd;
}

.btn-download{
background:#28a745;
}
.course-banner img{
width:100%;
border-radius:8px;
margin:20px 0;
}
.brdShadow h1{
margin-top: 10px;
    margin-bottom: 10px !important;
	display:none;
}
.company-slider{
display:flex;
gap:60px;
justify-content:center;
align-items:center;
animation:scroll 20s linear infinite;
}

.company-slider img{
height: 90px;
    opacity: 0.8;
    width: 100%;
    border-radius: 5px;
    padding: 2px;
    border: #ebd6d6 solid 1px;
}

.company-slider img:hover{
opacity:1;
}

@keyframes scroll{
0%{transform:translateX(0);}
100%{transform:translateX(-50%);}
}
.welcome_cnt{
background:#f9fbff;
padding:60px 0;
}

.welcome_cnt h1{
font-weight:700;
margin-bottom:20px;
}

.welcome_cnt p{
line-height:1.8;
font-size:15px;
color:#555;
}
.ourResponsibility{
background:white;
padding:60px;
border-radius:10px;
box-shadow:0 5px 20px rgba(0,0,0,0.08);
}

.rams li{
margin-bottom:12px;
line-height:1.7;
}
.cards{
background:#ffffff;
padding:35px;
border-radius:12px;
text-align:center;
transition:all 0.3s ease;
box-shadow:0 5px 20px rgba(0,0,0,0.08);
height:100%;
}

.cards:hover{
transform:translateY(-8px);
box-shadow:0 10px 30px rgba(0,0,0,0.15);
}

.cards-body i{
font-size:45px;
color:#0b3d91;
margin-bottom:15px;
background:#eef3ff;
width:80px;
height:80px;
line-height:80px;
border-radius:50%;
display:inline-block;
}

.cards-title{
font-size:20px;
font-weight:600;
margin-top:10px;
margin-bottom:10px;
color:#222;
}

.cards-text{
font-size:15px;
color:#666;
line-height:1.7;
}
.what_indu{
background:#f6f8fc;
padding:30px 0;
}

.what_indu h2{
font-weight:700;
margin-bottom:10px;
}
.topbar{
background:#0b3d91;
color:#ffffff;
padding:8px 0;
font-size:14px;
}

.topbar a{
color:#ffffff;
margin-left:15px;
text-decoration:none;
}

.topbar a:hover{
color:#ffd700;
}
footer{
background:#0b3d91;
color:#ffffff;
padding:60px 0;
}

footer h4{
font-size:18px;
margin-bottom:20px;
font-weight:600;
}

footer p{
color:#d6d6d6;
line-height:1.8;
font-size:14px;
}

footer ul{
list-style:none;
padding:0;
}

footer ul li{
margin-bottom:8px;
}

footer ul li a{
color:#d6d6d6;
text-decoration:none;
}

footer ul li a:hover{
color:#ffffff;
}

footer iframe{
border-radius:8px;
}
.topbar{
background:#3f4c8b;
color:#fff;
font-size:13px;
padding:5px 0;
}

.topbar i{
margin-right:5px;
}

.topbar a{
color:#fff;
text-decoration:none;
margin-left:10px;
}
.header-top{
padding:10px 0;
background:#ffffff;
}

.header-top img{
max-height:60px;
}

.header-contact{
font-size:14px;
color:#444;
}
footer{
background:#0f3f3f;
color:#ddd;
padding:50px 0 20px;
}

footer h4{
color:#fff;
margin-bottom:15px;
}

footer p{
font-size:14px;
line-height:1.7;
}

footer ul{
list-style:none;
padding:0;
}

footer ul li{
margin-bottom:6px;
}

footer ul li a{
color:#ddd;
text-decoration:none;
}

footer ul li a:hover{
color:#fff;
}

.footer-bottom{
text-align:center;
border-top:1px solid #2b5a5a;
margin-top:20px;
padding-top:10px;
font-size:13px;
}
.top-social{
float:right;
}

.top-social a{
color:#ffffff;
margin-left:10px;
font-size:15px;
background:#0b3d91;
padding:6px 8px;
border-radius:3px;
}

.top-social a:hover{
background:#ff6600;
color:#fff;
}
.topbar{
background:#3f4c8b;
color:#fff;
font-size:14px;
padding:6px 0;
}

.topbar-flex{
display:flex;
align-items:center;
justify-content:space-between;
}

.top-social a{
color:#fff;
margin:0 5px;
background:#1e3a8a;
padding:6px 8px;
border-radius:4px;
}

.top-social a:hover{
background:#ff6600;
}

.top-right a{
color:#fff;
text-decoration:none;
}
.top_bar_2 .row{
display:flex;
align-items:center;
justify-content:space-between;
}

.top_social_icons{
display:flex;
align-items:center;
margin:0;
padding:0;
}

.top_social_icons li{
list-style:none;
margin-left:10px;
}

.top_social_icons li a{
color:#fff;
font-size:14px;
}

.login_wrap{
margin-left:15px;
}
.top_social_icons li a{
background:#1f3c88;
padding:6px 8px;
border-radius:4px;
}
.announcement{
color:#fff;
font-size:13px;
text-align:center;
font-weight:600;
}

.top-social a{
background:#2c3e8f;
color:#fff;
padding:6px 8px;
border-radius:4px;
margin-left:5px;
font-size:13px;
}

.top-social a:hover{
background:#ff6600;
}
.top_bar_2 .text-right a{
display:inline-block;
margin-left:8px;
color:#fff;
font-size:14px;
background:#2c3e8f;
padding:6px 9px;
border-radius:4px;
}

.top_bar_2 .text-right a:hover{
background:#ff6600;
color:#fff;
}
.main_header{
position:relative;
z-index:999;
}

.top_bar_2{
z-index:1000;
position:relative;
}

.banner{
margin-top:0px;
}
.announcement{
overflow:hidden;
white-space:nowrap;
}

.ticker span{
display:inline-block;
padding-left:100%;
animation:ticker 15s linear infinite;
color:#fff;
font-size:13px;
font-weight:600;
}

@keyframes ticker{
0%{
transform:translateX(0);
}
100%{
transform:translateX(-100%);
}
}
.features-section{
background:#f5f7fb;
padding:40px 0;
text-align:center;
}

.feature-box{
background:#fff;
padding:30px;
border-radius:8px;
box-shadow:0 3px 10px rgba(0,0,0,0.08);
transition:0.3s;
}

.feature-box:hover{
transform:translateY(-5px);
box-shadow:0 6px 18px rgba(0,0,0,0.15);
}

.feature-icon{
font-size:40px;
color:#ff3b2f;
margin-bottom:15px;
}

.feature-box h3{
font-size:20px;
font-weight:600;
margin-bottom:10px;
}

.feature-box p{
color:#555;
font-size:14px;
line-height:1.6;
}
.main-footer{
background:#0f3d3e;
color:#fff;
padding:50px 0 0 0;
}

.main-footer h4{
color:#fff;
margin-bottom:20px;
font-weight:600;
}

.main-footer p{
color:#cfd8dc;
font-size:14px;
line-height:1.7;
}

.footer-links{
list-style:none;
padding:0;
}

.footer-links li{
margin-bottom:10px;
}

.footer-links a{
color:#cfd8dc;
text-decoration:none;
}

.footer-links a:hover{
color:#ff6b35;
}

.footer-bottom{
background:#082a2b;
text-align:center;
padding:15px;
font-size:13px;
color:#ddd;
margin-top:40px;
}
.footer{
background:#151717;
padding:60px 0px 0px 30px;
color:#ffffff;
}

.footer h4{
color:#ffffff;
font-size:18px;
font-weight:600;
margin-bottom:20px;
}

.footer p{
color:#d6e3e3;
font-size:14px;
line-height:1.7;
}

.footer_menus{
list-style:none;
padding:0;
}

.footer_menus li{
margin-bottom:10px;
}

.footer_menus a{
color:#d6e3e3;
text-decoration:none;
}

.footer_menus a:hover{
color:#ff6b35;
}

.footer-top{
margin-bottom:20px;
}

.footer iframe{
border-radius:6px;
}

.subfooter{
background:#0a2e2e;
padding:15px 0;
color:#ccc;
font-size:13px;
}
.welcome_cnt{
background:#f5f7fb;
padding:60px 0;
}
.corporatetraining{
font-size:30px;
font-weight:700;
color:#1f2d3d;
margin-bottom:10px;
}
.cards{
background:#ffffff;
padding:35px;
border-radius:10px;
box-shadow:0 8px 20px rgba(0,0,0,0.08);
transition:0.3s;
text-align:center;
}

.cards:hover{
transform:translateY(-6px);
box-shadow:0 12px 30px rgba(0,0,0,0.15);
}
.cards i{
font-size:40px;
color:#ff3b2f;
margin-bottom:15px;
}
.cards-title{
font-size:20px;
font-weight:600;
color:#1f2d3d;
margin-bottom:10px;
}

.cards-text{
color:#555;
font-size:14px;
line-height:1.7;
}
.contact-section{
padding:60px 0;
background:#f7f9fc;
}

.contact-info{
background:#fff;
padding:30px;
border-radius:8px;
box-shadow:0 4px 15px rgba(0,0,0,0.08);
}

.form-box{
background:#fff;
padding:30px;
border-radius:8px;
box-shadow:0 4px 15px rgba(0,0,0,0.08);
}

.form-box input,
.form-box textarea{
width:100%;
padding:12px;
margin-bottom:15px;
border:1px solid #ddd;
border-radius:5px;
}

.contact-map{
margin-top:40px;
}


.rightAdver { background: #0d3c91;padding: 10px; height:auto;border-radius: 4px 4px 0 0;}

.rightAdver h5 {
	color: #fff;
}

.box-content.mrgnTB10.liveTrainings {
	margin: 10px 0 10px 15px !important;
}
.rightAdver h5 {
	color: #fff;
}
.no-padding {
	padding: 0;
}
.box-container {
	border: 1px solid #f16436;
    border-radius: 4px;
}

.box-header {
	background: #f16436;
    border-radius: 4px 4px 0 0;
    padding: 0 10px;
}
.box-content {
	/* margin: 10px 0 10px 15px; */
    padding: 10px;
    color: #fff;
    list-style-type: none;
}
.box-content li {
	margin-bottom: 10px;
}
.box-content li:before {
  position: absolute;
  margin-left: -1.3em;
  font-weight: bold;
}
.contactIcons a {
	color: #fff;
	font-weight:600;
}
.contactIcons img {
	width: 30px;
	margin-right: 10px;
    vertical-align: middle;
    border-radius: 50%;
}
.offers {  
	background-color: #9E9E9E;
    padding: 10px;
    border-radius: 4px;
    position: relative;
}
.offers sup {
	background-color: #E91E63;
    padding: 15px 0px;
    margin-right: 5px;
    display: block;
    width: 85px;
    font-weight: 700;
    color: #000;
    text-align: center;
    animation: myfirst 5s linear 2s infinite alternate;
    margin-bottom: 5px;
    border-radius: 50%;
    font-size: 14px;
}

.brdShadow {
	border:1px solid #e8e6e6;
    border-radius: 8px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding: 20px;
    background:#fff;
}
.brdShadow p {
    text-align:justify;
}
.box-content.mrgnTB10.liveTrainings {
	margin: 10px 0 10px 15px !important;
}


.coursesList {
	background-color: #ccc;
    padding: 5px;
    margin: 20px 0;
}
.courseDetails {
	background-color: #364388;
    padding: 10px 10px;
    /* height: 130px; */
	/* display: block; */
	display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
    border-radius: 4px;
}
.courseDetails:last-child {
	margin-bottom: 0px;
}

.padd0 {
	padding: 0;
}
.courseImg img{
	padding-top: 0px;
    height: 111px;
    border-radius: 8px;
}
.details, .details a {
	font-size: 12px;
    color: #fff;
    font-weight: 700;
}

.details p {
	margin: 3px 0;
    font-size: 12px;
	color:#fff;
}

.details .courseName {
    margin: 0;
    font-size: 16px;
    color: #fff;
}
.enquiryNow {
	 
	text-align:center;
	width:100%;
     
}
a.enquiryNow:hover {
    opacity: 0.75;
    text-decoration: none;
    color: #fff;
}

 /* Slick Slider Styles -- Provided by https://kenwheeler.github.io/slick/ */
  /* Slider */
  .slick-slider
  {
	  position: relative;
	  clear: both;
	  display: block;
	  padding: 15px 0;
	  -moz-box-sizing: border-box;
		   box-sizing: border-box;
  
	  -webkit-user-select: none;
		 -moz-user-select: none;
		  -ms-user-select: none;
			  user-select: none;
  
	  -webkit-touch-callout: none;
	  -khtml-user-select: none;
	  -ms-touch-action: pan-y;
		  touch-action: pan-y;
	  -webkit-tap-highlight-color: transparent;
  }
  
  .slick-list
  {
	  position: relative;
  
	  display: block;
	  overflow: hidden;
  
	  margin: 0;
	  padding: 0;
  }
  .slick-list:focus
  {
	  outline: none;
  }
  .slick-list.dragging
  {
	  cursor: pointer;
	  cursor: hand;
  }
  
  .slick-slider .slick-track,
  .slick-slider .slick-list
  {
	  -webkit-transform: translate3d(0, 0, 0);
		 -moz-transform: translate3d(0, 0, 0);
		  -ms-transform: translate3d(0, 0, 0);
		   -o-transform: translate3d(0, 0, 0);
			  transform: translate3d(0, 0, 0);
  }
  
  .slick-track
  {
	  position: relative;
	  top: 0;
	  left: 0;
  
	  display: block;
  }
  .slick-track:before,
  .slick-track:after
  {
	  display: table;
  
	  content: '';
  }
  .slick-track:after
  {
	  clear: both;
  }
  .slick-loading .slick-track
  {
	  visibility: hidden;
  }
  
  .slick-slide
  {
	  display: none;
	  float: left;
  
	  height: 100%;
	  min-height: 1px;
	  margin: 0 5px;
  }
  [dir='rtl'] .slick-slide
  {
	  float: right;
  }
  .slick-slide img
  {
	  display: block;
  }
  .slick-slide.slick-loading img
  {
	  display: none;
  }
  .slick-slide.dragging img
  {
	  pointer-events: none;
  }
  .slick-initialized .slick-slide
  {
	  display: block;
  }
  .slick-loading .slick-slide
  {
	  visibility: hidden;
  }
  .slick-vertical .slick-slide
  {
	  display: block;
  
	  height: auto;
  
	  border: 1px solid transparent;
  }
  .slick-arrow.slick-hidden {
	  display: none;
  }
   
  /* Slider */
  .slick-loading .slick-list
  {
	  background: #fff url('http://maggiesadler.com/wp-content/uploads/2015/10/ajax-loader.gif') center center no-repeat;
  }
  
  /* Icons */
  @font-face
  {
	  font-family: 'slick';
	  font-weight: normal;
	  font-style: normal;
  
	  src: url('../fonts/slick.eot');
	  src: url('../fonts/slick.eot?#iefix') format('embedded-opentype'), url('../fonts/slick.woff') format('woff'), url('../fonts/slick.ttf') format('truetype'), url('../fonts/download.svg#slick') format('svg');
  }
  /* Arrows */
  .slick-prev,
  .slick-next
  {
	  font-size: 0;
	  line-height: 0;
  
	  position: absolute;
	  top: 50%;
  
	  display: block;
  
	  width: 20px;
	  height: 20px;
	  margin-top: -10px;
	  padding: 0;
  
	  cursor: pointer;
  
	  color: transparent;
	  border: none;
	  outline: none;
	  background: transparent;
  }
  .slick-prev:hover,
  .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus
  {
	  color: transparent;
	  outline: none;
	  background: transparent;
  }
  .slick-prev:hover:before,
  .slick-prev:focus:before,
  .slick-next:hover:before,
  .slick-next:focus:before
  {
	  opacity: 1;
  }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before
  {
	  opacity: .25;
  }
  
  .slick-prev:before,
  .slick-next:before
  {
	  font-family: 'slick';
	  font-size: 20px;
	  line-height: 1;
  
	  opacity: .75;
	  color: white;
  
	  -webkit-font-smoothing: antialiased;
	  -moz-osx-font-smoothing: grayscale;
  }
  
  .slick-prev
  {
	  left: -25px;
  }
  [dir='rtl'] .slick-prev
  {
	  right: -25px;
	  left: auto;
  }
  .slick-prev:before
  {
	  content: '';
  }
  [dir='rtl'] .slick-prev:before
  {
	  content: '';
	  font-weight: bold;
	  font-size: 20px;
  }
  
  .slick-next
  {
	  right: -25px;
  }
  [dir='rtl'] .slick-next
  {
	  right: auto;
	  left: -25px;
  }
  .slick-next:before
  {
	  content: '';
  }
  [dir='rtl'] .slick-next:before
  {
	  content: '';
  }
  
  /* Dots */
  .slick-slider
  {
	  margin-bottom: 30px;
  }
  
  .slick-dots
  {
	  position: absolute;
	  bottom: -45px;
  
	  display: block;
  
	  width: 100%;
	  padding: 0;
  
	  list-style: none;
  
	  text-align: center;
  }
  .slick-dots li
  {
	  position: relative;
  
	  display: inline-block;
  
	  width: 20px;
	  height: 20px;
	  margin: 0 5px;
	  padding: 0;
  
	  cursor: pointer;
  }
  .slick-dots li button
  {
	  font-size: 0;
	  line-height: 0;
  
	  display: block;
  
	  width: 20px;
	  height: 20px;
	  padding: 5px;
  
	  cursor: pointer;
  
	  color: transparent;
	  border: 0;
	  outline: none;
	  background: transparent;
  }
  .slick-dots li button:hover,
  .slick-dots li button:focus
  {
	  outline: none;
  }
  .slick-dots li button:hover:before,
  .slick-dots li button:focus:before
  {
	  opacity: 1;
  }
  .slick-dots li button:before
  {
	  font-family: 'slick';
	  font-size: 6px;
	  line-height: 20px;
  
	  position: absolute;
	  top: 0;
	  left: 0;
  
	  width: 20px;
	  height: 20px;
  
	  content: '�';
	  text-align: center;
  
	  opacity: .25;
	  color: black;
  
	  -webkit-font-smoothing: antialiased;
	  -moz-osx-font-smoothing: grayscale;
  }
  .slick-list {
	  width: 100%;
  }
  .slick-dots li.slick-active button:before
  {
	  opacity: .75;
	  color: black;
  }
  .paddy {
	  padding: 1rem 0;
  }
  .card {
    padding: 25px;
    background: #fff;
    text-align: center;
	font-size: 20px;
	height: 108px;
	display: flex;
    justify-content: center;
    align-items: center;
}
.ratings {
    color: #ffce00;
    font-size: 20px;
    padding-right: 6px;
}
.courseDetails .enquiryNow{
	display: block;
    margin: 10px 0;
    background: #FF5722;
    color: #fff;
	text-align: center;
	line-height: normal;
}
.courseDetails .enquiryNow:hover {
	color: #fff;
}
.trending-techs li {
	list-style-type: disc;
}
.trending-techs li a {
	color: #fff;
	font-weight: 600;
}
.sidebar-form form.enquireyForm input[type='submit'] {
	width: auto;
}
.form {
	width: 70%;
}
.form form.enquireyForm input[type='submit'] {
	width: 132px;
}

 
.h1, h1 {
    font-size: 22px!important;
	margin-bottom: 5px!important;
}
.h2, h2 {
    font-size: 20px!important;
 
}
.h3, h3 {
    font-size: 19px!important;
	margin-bottom: 5px!important;
	color: #f16436;
}
.h4, h4 {
    font-size: 18px!important;
    margin-bottom: 5px!important;
    color: #364388;
}
.h5, h5 {
    font-size: 16px;
     margin-bottom: 5px!important;
    color: #f16436;
}

.btn-warning {
    color: #fff;
    background-color: #ff5722;
    border-color: #ff5722;
}
.contact-form h4 {
     color: #fff;
     font-size: 14px!important;
}
.rams {
 list-style:none; padding-left:10px; margin-bottom:6px; padding-bottom:6px; 
}
.rams li {
 float:left;
 display:flex;
 padding-bottom:6px; 
     width: 100%;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-right: 10px;
    margin-top: 3px;
}


#box34 {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23) !important;
    border-radius: 12px;
    margin-bottom: 30px;    
    min-height: 188px;
  }
  .thumb3 {
      width: 100%;
      height: 60px;
  }
 
 
 
 

.company-section{
  background:#fff;
  padding:60px 0;
}

.company-item{
  text-align:center;
}

.company-item img{
  max-width:120px;
  margin:auto;
 /* filter:grayscale(100%); */
  opacity:1;
  transition:0.3s;
}

.company-item img:hover{
  filter:none;
  opacity:1;
}

/* NAV BUTTONS */
.company-carousel .owl-nav{
  position:absolute;
  top:-60px;
  right:0;
}

.company-carousel .owl-nav button{
  background:#0d3c91 !important;
  color:#fff !important;
  padding:6px 12px !important;
  margin-left:5px;
  border-radius:4px;
}

.company-carousel .owl-nav button:hover{
  background:#000 !important;
}


.breadcrumb-section{
  background:#0d3c91;
  color:#fff;
  padding:30px 0;
  text-align:center;
}
.breadcrumb-section a{
  color:#fff;
  text-decoration:none;
}
.breadcrumb-section h2{
  margin-bottom:10px;
}

.contact-box{
  background:#f8f9fa;
  padding:30px;
  border-radius:8px;
  box-shadow:0 3px 10px rgba(0,0,0,0.1);
}

.contact-form{
      background: #2b4574;
    padding: 8px;
  border-radius:8px;
  box-shadow:0 3px 10px rgba(0,0,0,0.1);
}

.contact-form h4{
  margin-bottom:20px;
}

.form-control{
  height:38px;
}

textarea.form-control{
  height:auto;
}

.map-section iframe{
  display:block;
}


.floating-buttons{
  position:fixed;
  right:20px;
  bottom:130px;
  display:flex;
  flex-direction:column;
  gap:10px;
  z-index:999;
}

.floating-buttons a{
  width:50px;
  height:50px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  color:#fff;
  font-size:20px;
  text-decoration:none;
}
/* Reset FA padding only inside floating buttons */
.floating-buttons a i{
  padding-right: 0 !important;
  margin-right: 0 !important;
}

.call-btn{ background:#0d6efd; }
.whatsapp-btn{ background:#25D366; }
.enquiry-btn{ background:#ff9800; }

/* POPUP BOX */
.popup-box{
  background:#fff;
  width:95%;
  max-width:420px;
  padding:25px 20px;
  border-radius:8px;
  position:relative;
  box-shadow:0 20px 50px rgba(0,0,0,0.25);
  text-align:left;
}

/* CLOSE BUTTON FIX */
.popup-close{
  position:absolute;
  top:10px;
  right:15px;
  font-size:22px;
  cursor:pointer;
  font-weight:bold;
  color:#333;
  z-index:10;
}

.popup-close:hover{
  color:red;
}

/* TITLE CENTER */
.popup-title{
  text-align:center;
  font-size:20px;
  color:#0d3c91;
  margin-bottom:10px;
}

/* HIGHLIGHT */
.popup-highlight{
  text-align:center;
  background:#ff9800;
  color:#fff;
  padding:8px;
  border-radius:5px;
  margin-bottom:12px;
  font-weight:600;
}

/* DESCRIPTION */
.popup-desc{
  text-align:center;
  font-size:14px;
  margin-bottom:18px;
}

/* FEATURE LIST CONTAINER */
.feature-list{
  background:#fff;
  border-radius:8px;
  overflow:hidden;
  position:relative;

  /* SINGLE MAIN SHADOW */
  box-shadow:0 12px 25px rgba(0,0,0,0.12);
}

/* CURVED SHADOW UNDER WHOLE BLOCK */
.feature-list::after{
  content:"";
  position:absolute;
  bottom:-8px;
  left:10%;
  width:80%;
  height:12px;
  background:rgba(0,0,0,0.15);
  border-radius:50%;
  filter:blur(8px);
  z-index:-1;
}

/* EACH ROW */
.feature-row{
  padding:12px 15px;
  border-bottom:1px solid #eee;
  font-size:14px;

  /* FORCE LEFT ALIGN */
  text-align:left;
}

/* REMOVE LAST BORDER */
.feature-row:last-child{
  border-bottom:none;
}

/* BUTTON */
.popup-btn{
  display:block;
  text-align:center;
  background:#0d6efd;
  color:#fff;
  padding:12px;
  border-radius:5px;
  text-decoration:none;
  font-weight:600;
  margin-top:18px;
}

.feature-row:hover{
  background:#f9fbff;
}


 
/* Header Css */

.slider-img{
/* height:500px; */
object-fit:cover;
}

.carousel-caption{
background:rgba(0,0,0,0.55);
padding:25px;
border-radius:6px;
}

.carousel-caption h2{
font-size:36px;
font-weight:bold;
}

.carousel-caption p{
font-size:18px;
}

@media(max-width:768px){

.slider-img{
height: 190px;
}

.carousel-caption h2{
font-size:20px;
}

.carousel-caption p{
font-size:14px;
}

}
 
.top-header{
background:#111;
color:#fff;
padding:8px 0;
font-size:14px;
}

.navbar-nav .nav-link{
font-weight:600;
margin-right:15px;
color:#222;
}

.navbar-nav .nav-link:hover{
color:#e41f05;
}

.demo-btn{
background:#e41f05;
border:none;
padding:8px 20px;
}

.demo-btn:hover{
background:#c21702;
}
/* Mobile menu overlay fix */
@media (max-width:768px){

.navbar-collapse{
position:absolute;
top:100%;
left:0;
width:100%;
background:#fff;
z-index:9999;
padding:15px;
border-top:1px solid #ddd;
}

.navbar-nav{
margin:0;
}

.navbar-nav li{
display:block;
width:100%;
}

.navbar-nav li a{
display:block;
padding:10px 15px;
}

}
@media (max-width:768px){

.navbar-nav > li > a{
font-size:18px;
border-bottom:1px solid #eee;
}

.demo-btn{
margin-top:10px;
width:100%;
}

}
.navbar{
position:relative;
z-index:9999;
}
.top-bar{
background:#e41f05;
color:#fff;
padding:6px 0;
font-size:14px;
}

.top-bar a{
color:#fff;
text-decoration:none;
margin-left:5px;
font-weight:600;
}

.top-bar i{
margin-right:5px;
}

@media(max-width:768px){

.top-bar .col-md-6{
text-align:center !important;
margin-bottom:3px;
}

}
@media (max-width:768px){

.navbar-collapse{
left:0;
right:0;
width:100%;
max-width:100%;
overflow-x:hidden;
}

}
img{
max-width:100%;
height:auto;
}

.subfooter{
background:#111;
color:#fff;
padding:15px 0;
}

.subfooter .brand{
color:#ff3115;
font-weight:bold;
}

.social_media{
list-style:none;
padding:0;
margin:0;
}

.social_media li{
display:inline-block;
margin-left:10px;
}

.social_media li a{
color:#fff;
font-size:18px;
transition:0.3s;
}

.social_media li a:hover{
color:#ff3115;
}

/* Mobile */

@media (max-width:768px){

.subfooter{
text-align:center;
}

.social_media{
margin-top:10px;
}

.social_media li{
margin:0 8px;
}

}

a,
a:hover,
a:focus,
a:active{
text-decoration:none;
}
.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: 4px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    padding: 10px!important;
	margin-bottom:10px;
}
.popup-overlay{
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(0,0,0,0.6);
display:none;
justify-content:center;
align-items:center;
z-index:9999;
}

.popup-box{
background:#fff;
width:350px;
padding:25px;
border-radius:8px;
position:relative;
text-align:center;
}

.popup-box h3{
margin-bottom:15px;
font-size:20px;
}

.popup-box input,
.popup-box select{
width:100%;
padding:10px;
margin-bottom:10px;
border:1px solid #ccc;
border-radius:4px;
}

.popup-box button{
width:100%;
padding:10px;
background:#ff3115;
color:#fff;
border:none;
cursor:pointer;
border-radius:4px;
}

.popup-close{
position:absolute;
top:10px;
right:15px;
font-size:24px;
cursor:pointer;
}

/* Mobile Responsive */
@media(max-width:480px){

.popup-box{
width:90%;
}

}
.popup-overlay{
display:none;
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(0,0,0,0.6);
justify-content:center;
align-items:center;
z-index:9999;
}

.popup-box{
background:#fff;
padding:25px;
width:350px;
border-radius:6px;
position:relative;
}

.popup-close{
position:absolute;
top:10px;
right:15px;
font-size:22px;
cursor:pointer;
font-weight:bold;
}

.enquiryNow{
display:inline-block;
padding:10px 18px;
background:#e63946;
color:#fff;
text-decoration:none;
margin:5px 0;
border-radius:4px;
}

@media(max-width:768px){
 

.enquiryNow{
display:block;
width:100%;
margin-top:10px;
}

}
.brdShadow p {
text-align:left;
}
.location-btn{
width:100%;
margin:10px 0;
}
.locationBtn{
width:100%;
margin:10px 0;
}
/* Apply Poppins to all headings */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600;
    letter-spacing: 0.3px;
}
a {
    text-decoration: none!important;
}



/* Course Page li Css */
   /* Modern List Style */
.custom-list {
    list-style: none;
    padding-left: 0;
    margin-top: 15px;
}

.custom-list li {
    position: relative;
    padding: 12px 15px 12px 40px;
    margin-bottom: 12px;
    background: #fff;
    border-radius: 8px;
    font-size: 15px;
    color: #333;
    line-height: 1.6;
    box-shadow: 0 3px 10px rgba(0,0,0,0.06);
    transition: 0.3s ease;
}

/* Left Icon Circle */
.custom-list li::before {
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 12px;
    top: 14px;
    background: #e41f05;
    color: #fff;
    font-size: 12px;
    width: 22px;
    height: 22px;
    text-align: center;
    line-height: 22px;
    border-radius: 50%;
}

/* Hover Effect */
.custom-list li:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 18px rgba(0,0,0,0.1);
}


/* FAQs */
.faq-section{
  background:#f3f7fb;
  padding:60px 0;
}

.faq-title{
  text-align:center;
  font-size:32px;
  margin-bottom:40px!important;
  font-weight:600;
  color:#0d3c91;
}

/* ONE COLUMN ONLY */
.faq-grid{
  display:block;
}

/* FAQ CARD */
.faq-item{
  margin-bottom:15px;
  border-radius:8px;
  overflow:hidden;
  box-shadow:0 3px 12px rgba(0,0,0,0.08);
  background:#fff;
  transition:0.3s;
}

/* QUESTION */
.faq-question{
  width:100%;
  text-align:left;
  padding:16px 20px;
  background:#0d3c91;
  color:#fff;
  border:none;
  font-size:16px;
  cursor:pointer;
  position:relative;
  transition:0.3s;
}

/* HOVER EFFECT */
.faq-question:hover{
  background:#082c6c;
}

/* ACTIVE COLOR CHANGE */
.faq-question.active{
  background:#e41f05;
}

/* ICON */
.faq-question::after{
  content:'+';
  position:absolute;
  right:20px;
  font-size:22px;
  transition:0.3s;
}

.faq-question.active::after{
  content:'−';
}

/* ANSWER */
.faq-answer{
  max-height:0;
  overflow:hidden;
  transition:max-height 0.4s ease;
  background:#fff;
}

.faq-answer p{
  padding:15px 20px;
  margin:0;
  color:#333;
  line-height:1.6;
}


/* Sidebar List */
.sidebar-list {
    list-style: none !important;
    padding: 10px 5px;
    margin: 0;
}

.sidebar-list li {
    list-style: none !important;
    background: #3c65ae;
    margin: 6px 0;
    padding: 8px 12px;
    color:#fff;
    border-radius: 6px;
    border-left: 3px solid #e41f05;
    box-shadow: 0 2px 6px rgba(0,0,0,0.06);
    overflow: hidden;  
}

/* Make link FULL clickable */
.sidebar-list li a {
    display: block;  
    color: #fff !important;
    text-decoration: none;
    transition: all 0.3s ease;
}

/* Hover on FULL box */
.sidebar-list li:hover {
    background: #fff;
    color: #000 !important;
}
.sidebar-list li:hover a {
    background: #fff;
    color: #000 !important;
}

.contact-list {
    list-style: none;
    padding: 10px;
    margin: 0;
}

.contact-list li {
    margin-bottom: 10px;
}

.contact-list li a {
    display: flex;
    align-items: center;    
    gap: 12px;
color:#fff;
    background: #3c65ae;
    padding: 6px 9px;
    border-radius: 3px;
}


/* Icon Style */
.contact-list li a i {
    width: 42px;
    height: 42px;
    background: #1e3c88; 
    color: #fff;
    border-radius: 50%;
padding-left: 8px;
    display: flex;               
    align-items: center;         
    justify-content: center;   

    font-size: 16px;
}

/* Hover Effect */
.contact-list li a:hover {
    background: #f3f3f3;
    color: #000;
}

.contact-list li a:hover i {
    background: #fff;
    color: #0d3c91;
}
