
*{
    margin: 0;
    padding: 0;
}

body{
    font-family:  'Poppins',Tahoma,sans-serif, Geneva, Verdana !important;
    overflow-x: hidden !important;

}
/*----global----*/

.bg-hovern:hover{
    background-color:red;
}

.btn-primary{
    background-color: rgb(247, 142, 22) !important; 
    transition: none !important;
    border: none !important;  
    font-weight:500 !important;
    font-size: 15px !important;
}

.btn-primary:hover{
    background-color: dodgerblue !important;
}


.cust-line{
    position: absolute;
    width: 30px;
    height: 2px;
    background-image: linear-gradient(45deg, rgb(255, 0, 0), rgb(252, 255, 49));
    z-index: 10;
}

.cust-img2{
    background-image: url(../img/backgrounds/bread.jpg);
    background-color: rgb(235, 231, 231) !important;
    background-blend-mode: lighten;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

.fa-play-circle{
    z-index: 10 !important;
}

/*custom play button effect*/
 .cust-effect{
    position: absolute;
	width: 90px;
	height: 90px;
	background-color: rgb(255, 255, 255);
	border-radius: 50%;
    animation: kawai 1.5s infinite ease-out;
    z-index: 1 !important;
}

@keyframes kawai{
	100%{
	transform:scale(1.3);
	opacity: 0;
	}
}
 /*custom play button*/
.cust-close-btn{
    position: absolute;
    left: 90%;
    top: 0;
    color: white;
    background-color: black;
    border: 4px solid white;
    border-radius: 50%;
    padding: 5px 9px;
}

/*----global closed----*/




/*----header contact----*/

.cust-nav{
    font-size: 14px !important;
    height: 30px;
    padding-top: 18px !important;
}

@media(max-width: 992px){
    .cust-header{
        display: none !important;
    }
}

/*----header contact----*/


/*----header----*/

#nav-bar{
    position: sticky;
    top: 0;
    z-index: 20;
}

.active2{
    border: 2px solid rgba(255, 179, 0, 50%);
    border-radius: 20px;
}

.navbar-brand img{
     height: 100px !important;
    width: auto;
    padding-left: 20px !important;
}

.navbar-nav li a{
    color: rgb(15, 15, 15) !important;
    padding: 5px 20px !important;
    font-weight: 450;
}
.navbar-nav li a:hover{
    color: rgb(247, 142, 22) !important;
}

.navbar-toggler{
    outline: none !important;
}

/*----header closed----*/

/*----carousel---*/

.carousel-caption{
    top: 25%;
    right: 70% !important;
    width: 40% !important;
}

.carousel-caption h5{
    letter-spacing: 7px;
}


@media(max-width:992px){
    .carousel-caption{
        position: absolute !important;
        top: 20%;
        right: 70% !important;
        width: 40% !important;
    }

    .carousel-caption h5{
        letter-spacing: 7px;
        font-size: 20px;
    }

    .carousel-caption p{
        font-size: 30px;
    }
}

@media(max-width:552px){
    .carousel-caption{
        top: 10%;
        right: 70% !important;
        width: 40% !important;
    }
    .carousel-caption h5{
        letter-spacing: 7px;
        font-size: 15px;
    }

    .carousel-caption p{
        font-size: 20px;
    }

    .pop>img{
        display: none !important;
    }
}

/*----carousel---*/


/*----section1---*/

.cust-padding{
    padding: 90px 0!important;
}

.cust-para{
    text-align:justify;
    text-justify: inter-word;
}

.cust-img{
    width:500px;
    border: 1px transparent !important;
    border-radius: 10px !important;
    transition: all 0.5s ease-in-out;
    
}

.cust-img:hover{
    transform: scale(1.08);
}


/*----section1 ends---*/

/*----section2---*/

.bg-img{
    background-image: url(../img/backgrounds/people.jpg);
    background-color: rgb(46, 44, 41);
    background-blend-mode: multiply;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.card-sm{
    transition: all 0.4s ease-in-out;
}

.card-sm:hover{
    border: none !important;
    border-radius: 8px !important;
    box-shadow: 3px 3px 8px 3px #f0ebeb;
    transform: scale(1.04);
}

.fa-play-circle{
    cursor: pointer !important ;
}
.cust-btn:hover{
    background: transparent !important;
    outline: none !important;
    animation: sun 1s linear !important;
    
}
@keyframes sun{
    0%{

    }
}
/*----section2 ends---*/


.cust-line-height{
    line-height: 80px !important;
    font-weight: lighter !important;
}

.cust-block{
    font-size: 20px;
}

@media(max-width:768px){
    .cust-block{
        display:none;
    }
}

/*--------section 4--------*/

.sec4-img{
    background-image: url(../img/backgrounds/face-montage.jpg);
    background-color: rgb(44, 43, 42);
    background-blend-mode: multiply;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
}

/*--------section 4--------*/


/*---------footer--------*/

footer{
    background-color: #181717;

}

footer h5{
    font-size: 18px !important;
}
footer p{
    font-size: 12px !important;
}
.fab{
    transition: all 0.2s ease-in-out; 
}
.fab:hover{
    color: rgb(247, 142, 22);
    text-shadow: 3px 3px 8px rgb(255, 255, 255);
}
/*---------footer--------*/



/*--------Services css---*/
.container h2{
    opacity: 1;
}

.card-img-overlay>h2{
    margin-top: 50px;
}
.card-img-overlay>p,.card-img-overlay>a{
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.card-lg:hover .card-img-overlay>p,.card-lg:hover .card-img-overlay>a{
        opacity: 1; 
}

.card-img{
    transition: all 0.5s ease-in-out;
}

.card-lg:hover .card-img{
    filter: blur(8px);
    -webkit-filter: blur(8px);
}
/*--------Services css end---*/


/*--------Portfolio css---*/

.cust-container-img {
    -webkit-transition: 0.6s ease;
    transition: 0.6s ease;
    z-index: 1;
    }
 
.cust-container:hover .cust-container-img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);

}

.cust-container-img:hover{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.card-lg>.card-body{
    font-size: 12px;
    width: 350px;
    height: 150px;
}    

/*--------Portfolio css end---*/

/*--------careers---*/
.bg-img2{
    background-image:url(../img/careers-img/background.jpg);
    background-color: rgb(165, 163, 163);
    background-blend-mode: multiply;
    width: 100%;
    height: 83vh;
    background-size: cover;
}

/*---------careers end---*/



/*---------training page-----*/

.training-img{
    background-image: url(../img/backgrounds/person-984124_1280.jpg);
    background-size: cover;
    background-position: top;
}

.cust-paddingg{
    padding: 25px 25px;
}


.cust-paddingg{
    transition: all 0.3s ease-in-out;
    display: inline-block;
    
}

.cust-paddingg:hover{
    padding: 25px 15px;
    transform: scale(1.5);
}

@media (max-width:560px){
    .cust-paddingg{
        padding: 0 0;
        margin: 15px 30px;
    }
    .cust-paddingg:hover{
        padding: 0 0;
        transform: none;
    }
}


/*--------training page------*/

/* =========================

   MODERN THEME OVERRIDE
========================= */

:root{
    --primary:#F4C542;
    --primary-dark:#e0ac00;
    --dark:#111827;
    --text:#2b2b2b;
    --light:#ffffff;
}

/* Global */
body{
    font-family:'Poppins',sans-serif !important;
    overflow-x:hidden;
    background:#fafafa;
    color:var(--text);
}

/* ================= NAVBAR ================= */

#nav-bar{
    position:sticky;
    top:0;
    z-index:999;
}

.navbar{
    background:#fff !important;
    box-shadow:0 4px 20px rgba(0,0,0,0.08);
    padding:10px 25px !important;
}

/* LOGO FIX (MAIN ISSUE FIXED HERE) */
.navbar-brand img{
    height:140px !important;
    width:auto !important;
    max-height:none !important;
    display:block;
}

/* Menu */
.navbar-nav li a{
    font-weight:600 !important;
    color:var(--dark) !important;
    padding:8px 18px !important;
    transition:0.3s;
    position:relative;
}

.navbar-nav li a:hover{
    color:var(--primary-dark) !important;
}

/* underline hover effect */
.navbar-nav li a::after{
    content:'';
    position:absolute;
    left:50%;
    bottom:0;
    width:0;
    height:2px;
    background:var(--primary);
    transition:0.3s;
}

.navbar-nav li a:hover::after{
    width:100%;
    left:0;
}

/* Active menu */
.active2{
    background:rgba(244,197,66,0.2);
    border-radius:25px;
}

/* ================= BUTTON ================= */

.btn-primary{
    background:linear-gradient(135deg,#F4C542,#FFB800) !important;
    border:none !important;
    color:#111 !important;
    font-weight:600 !important;
    border-radius:12px !important;
    padding:10px 20px !important;
    box-shadow:0 8px 20px rgba(244,197,66,0.3);
    transition:0.3s ease;
}

.btn-primary:hover{
    transform:translateY(-2px);
    box-shadow:0 12px 25px rgba(244,197,66,0.4);
}

/* ================= CARDS ================= */

.card-sm{
    border:none !important;
    border-radius:18px !important;
    transition:0.3s;
    background:#fff;
}

.card-sm:hover{
    transform:translateY(-8px);
    box-shadow:0 15px 35px rgba(0,0,0,0.12);
}

/* ================= IMAGES ================= */

.cust-img{
    border-radius:20px !important;
    transition:0.3s;
}

.cust-img:hover{
    transform:scale(1.03);
}

/* ================= CAROUSEL ================= */

.carousel-caption{
    top:25%;
}

.carousel-caption h5{
    font-weight:600;
}

/* ================= SECTIONS ================= */

.cust-padding{
    padding:90px 0 !important;
}

/* ================= VIDEO SECTION ================= */

.bg-img{
    background-color:#111827 !important;
}

/* play button fix */
.fa-play-circle{
    color:var(--primary) !important;
}

/* ================= FOOTER ================= */

footer{
    background:#0f172a !important;
}

footer h5{
    color:var(--primary);
}

/* social icons */
.fab{
    transition:0.3s;
}

.fab:hover{
    color:var(--primary);
    transform:translateY(-3px);
}

/* ================= RESPONSIVE ================= */

@media(max-width:992px){
    .navbar-brand img{
        height:110px !important;
    }
}

@media(max-width:576px){
    .navbar-brand img{
        height:90px !important;
    }
}

/* ================= FLOATING CHAT ================= */

.floating-chat{
    position:fixed;
    bottom:25px;
    right:25px;
    z-index:9999;
}

/* chat button */
.chat-btn{
    width:60px;
    height:60px;
    background:linear-gradient(135deg,#F4C542,#FFB800);
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:24px;
    color:#111;
    cursor:pointer;
    box-shadow:0 10px 25px rgba(0,0,0,0.2);
}

/* chat box */
.chat-box{
    display:none;
    position:absolute;
    bottom:75px;
    right:0;
    width:260px;
    background:#fff;
    border-radius:15px;
    box-shadow:0 10px 30px rgba(0,0,0,0.2);
    overflow:hidden;
}

/* header */
.chat-header{
    background:#F4C542;
    padding:10px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    font-weight:600;
}

/* body */
.chat-body{
    padding:15px;
}

.chat-wa{
    display:block;
    margin-top:10px;
    background:#25D366;
    color:#fff;
    text-align:center;
    padding:8px;
    border-radius:8px;
    text-decoration:none;
}

/* ================= SOCIAL BAR ================= */

.social-bar{
    position:fixed;
    top:50%;
    right:0;
    transform:translateY(-50%);
    display:flex;
    flex-direction:column;
    z-index:9999;
}

.social-bar a{
    width:45px;
    height:45px;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    text-decoration:none;
    transition:0.3s;
}

.social-bar a:hover{
    width:55px;
}

/* colors */
.social-bar .fb{background:#1877F2;}
.social-bar .ig{background:#E1306C;}
.social-bar .tw{background:#1DA1F2;}
.social-bar .wa{background:#25D366;}



