@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

body {
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 400;
    overflow-x: hidden;
    color: #000;
    background-color: #fff;
    box-sizing: border-box;
}

section {
    padding: 80px 0;
}

.img-responsive {
    width: 100%;
    height: auto;
}

.h1 {
    font-size: 65px;
    font-family: "Lato", sans-serif;
}
.h2{
    font-size: 55px;
    line-height: 60px;
    font-weight: 700;
}
.h3{
    font-size: 40px;
}
.program_section p{
    font-size: 16px;
    line-height: 20px;
}

a {
    text-decoration: none;
    color: #f7bc0a;
}

a:hover {
    color: #003E87;
}

.btn {
    background-color: #f7bc0a;
    color: #fff;
    padding: 10px 40px;
    font-size: 18px;
    font-weight: 500;
}

.btn:hover {
    background-color: #F1E334;
    color: #003E87;
    transition: all 0.4s;
}

.fixed-top {
    top: -60px;
    transform: translateY(60px);
    transition: transform 1s;
    background-color: #000 !important;
    position: fixed !important;
}

.logo_img {
    width: 150px;
}

.navbar-nav li {
    padding: 0 10px;
}

.navbar-nav li a {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
}

.hero_section{
    background: url('../images/hero-bg.webp') center center no-repeat;
    padding: 80px 0;
    background-position: center;
    background-size: cover;
    height: 90vh;
}
.hero_section h1{
    color: #fff;
    font-weight: 700;
}

.hero_section p{
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    font-weight: 400;
}
.right_box{
    position: relative;
}
.bg_pattern{
    background-color: #353535;
    border-radius: 15px;
    padding: 50px;
}
.about_section img{
    border-radius: 20px;
}
.smal_heading{
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: #f7bc0a;
    border-bottom: 3px solid #000;
    margin-bottom: 20px;
    display: inline-block;
}
.bg_pattern img{
    border-radius: 20px;
}
.bg_dark{
    background-color: #000;
    padding: 20px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.bg_white{
    background-color: #fff;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}
.bg_black{
    background-color: #000;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.round{
    border-radius: 50px;
}
.rounded{
    border-radius: 15px !important;
}

.course_item .card img{
    border-radius: 50%;
    width: 100px;
    height: 100px;
}
.course_item .card{
    border-radius: 20px;
}
.text-body-secondary{
    background-color: #F1F1F1;
    color: #000;
}
.course_item .card-footer a{
    color: #000;
    font-size: 20px;
}
.course_item .card-footer{
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.program_section .nav button{
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 10px 20px;
    color: #fff;
}
.program_section .tab-pane{
    background-color: #fff;
    margin-top: 20px;
    opacity: 1;
    border-radius: 25px;
    box-shadow: rgba(0, 0, 0, 0.11) 0px 1px 12px 6px inset;
}

.course_pointer p{
    font-size: 16px;
}
.why_choose p{
    font-size: 25px;
    line-height: 30px;
}
.why_choose_details{
    border: 1px solid #353535;
}

.why_choose_details ul li{
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 15px;
}

.owl-carousel .owl-nav button.owl-prev{
    position: absolute;
    top: 50%;
    left: -20px;
    transform: translateY(-50%);
    background: #000;
    border-radius: 50px;
    height: 40px;
    width: 41px;
    font-size: 25px;
    margin: auto;
    color: #fff;

}
.owl-carousel .owl-nav button.owl-next{
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
    background: #000;
    border-radius: 50px;
    height: 40px;
    width: 41px;
    font-size: 25px;
    margin: auto;
    color: #fff;
}
.domain iframe{
    border: 2px solid #fff;
}
.domain_details{
    border: 1px solid #fff;
    color: #fff;
}
.domain_img{
    height: 80px;
    width: 80px !important;
    margin: auto;
}
.domain_details .bg-white{
    border-radius: 15px;
    height: 200px;
}
.domain_details h5{
    font-weight: 700;
}
.events-card{
    border: 1px solid #353535;
    padding: 20px;
}
.testimonials{
    border-bottom: 1px solid #fff;
}

.breadcrumb_section{
    background: url(../images/breadcrumb.png)center center no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.overlay{
    background-color: #000;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0.3;
    z-index: -1;
    
}
.bd_cumb{
    opacity: 1;
    color: #fff;
    z-index: 1;
}

.form-control{
    line-height: 2;
    border-radius: 0;
}
.course_title{
    font-weight: 700;
}

.login_form img{
    text-align: center;
    display: flex;
    margin: auto;
    padding-bottom: 30px;
}

.owl-carousel .owl-stage{
    display: flex;
    align-items: center;
}
.partner-carousel img{
    width: 150px !important;
}

/* .bg_pattern{
    padding: 50px;
    
    border-radius: inherit;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url(../img/bg.svg);
    background-repeat: repeat;
    background-position: left top;
    border: 0;
    background-size: 63px auto;
} */



.events-card .card-title{
    font-size: 22px;
    font-weight: 700;
    padding: 10px 0;
}


.testimonial-card{
    background: #fff;
    padding: 15px;
    border-radius: 20px;
}
.testimonial-card .icon svg{
    color: #003E87;
}

footer{
    background-color: #000;
    padding-top: 80px;

}
.footer_logo_img{
    width: 120px;
}

.footer_menu{
    padding-left: 0;
}
.footer_menu li{
    list-style: none;
    padding: 5px 0;
}
.footer_menu li a{
    color: #fff;
}
.footer_menu li a:hover{
    color: #F1E334;
    padding-left: 5px;
    transition: all 0.4s;
}
.social_link_box a svg{
    margin: 5px;
    background: #fff;
    padding: 10px;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    color: #000;
}
.social_link_box a svg:hover{
    background: #fff;
    color: #000;
    transition: all 0.4s;
    transform: scale(1.2);
}
footer .contact_box a{
    color: #fff;
}
footer .contact_box a:hover{
    color: #f7bc0a;
}

.course_details p{
    text-transform:capitalize;
}


@media(max-width:576px){
    .owl-carousel .owl-nav button.owl-next{
        right:0;
    }
    .owl-carousel .owl-nav button.owl-prev{
        left:0;
    }
    .h1{
        font-size:40px;
        line-height:45px;
    }
    .h2{
        font-size:35px;
        line-height:45px;
    }
}
