@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');


/* CSS reset */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

a,
a:hover {
    color: #000;
    text-decoration: none;
}

html,
body {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    font-size: 16px;
    color: #000;
    font-family: "Poppins", sans-serif;
}

section {
    padding: 100px 0px;
}

.container {
    max-width: 1200px;
}

.top-strip {
    background: #00A0E3;
    color: #fff;
    padding: 10px 0px;
}

.top-strip p {
    margin: 0;
}

.social-list {
    margin: 0;
    padding: 0;
    float: right;
}

.social-list li {
    list-style: none;
    float: left;
    text-align: right;
    margin-left: 20px;
}

.top-strip a {
    color: #fff;
}



.navbar-default {
    background-color: transparent;
    border: none;
}

.navbar {
    margin: 0;
}

.nav-link {
    font-size: 16px;
}

.dropdown-item {
    font-size: 14px !important;
}

.header .navbar-nav .nav-link {
    padding: 0px !important;
    color: #000;
    margin: 0px 12px;
}

.header .navbar-nav .nav-link:hover {
    color: #E95721;
}

.header.active .navbar-nav .nav-link {
    padding: 0px !important;
    color: #000;
    margin: 0px 12px;
}

.header .navbar-nav .nav-link.active {
    color: #fff !important;
    background: #E95721;
    border-radius: 100px;
    padding: 0px 25px !important;
}

.navbar-nav {
    margin-top: 0px !important;
}

.navbar-toggler-icon {
    color: #fff;
    margin-top: 10px;
}

.header.active .navbar-toggler-icon {
    color: #E95721;
    margin-top: 10px;
}


.navbar-toggler:focus {
    box-shadow: none;
}

.header {
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    padding: 10px 0px;
    z-index: 99;
    transition: all 0.3s ease-in-out;
    height: auto;
    background-color: #fff;
    text-align: center;
    line-height: 40px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}


.navbar-brand{
    width: 36%;
}
.logo {
    width: 100% !important;
    transition: 0.5s;
}

.slide {
    margin-top: 100px;
    color: #fff;
}

.carousel-item p {
    font-size: 20px;
}

.carousel-item {
    padding: 130px 0px 50px;
    background-size: cover;
    background-position: right;
}

.carousel-control-prev-icon i,
.carousel-control-next-icon i {
    color: #E95721 !important;
    font-size: 30px;
}

.carousel-item h1 {
    font-weight: bold;
}



.social-icons i {
    margin-left: 25px;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #FD5D60;
}

h5 {
    margin-bottom: 10px;
}

h2 {
    margin-bottom: 40px;
    font-size: 36px;
    font-weight: bold;
}

p {
    margin-bottom: 20px;
    font-size: 15px;
}


.btn-white {
    background: #E95721;
    color: #fff;
    padding: 10px 30px;
    transition: 0.3s;
    border-radius: 50px;
    margin-bottom: 30px
}

.btn-white:hover {
    background: #E95721;
    color: #fff;
    padding: 10px 30px;
    transition: 0.3s;
    border-radius: 50px;
}

.btn-black {
    background: #00A0E3;
    color: #fff;
    padding: 10px 30px;
    transition: 0.3s;
    border-radius: 50px;
    margin-bottom: 30px
}

.btn-black:hover {
    background: #fff;
    color: #00A0E3;
    padding: 10px 30px;
    transition: 0.3s;
    border-radius: 50px;
}

.btn-red {
    background: #E95721;
    color: #fff;
    padding: 10px 30px;
    transition: 0.3s;
    border-radius: 50px;
}

.btn-red:hover {
    background: #000;
    color: #fff;
    padding: 10px 30px;
    transition: 0.3s;
    border-radius: 50px;
}

.btn-red-outline {
    background: #fff;
    color: #E95721;
    padding: 10px 20px;
    transition: 0.3s;
    border-radius: 50px;
}

.btn-red-outline:hover {
    background: #fff;
    color: #000;
    padding: 10px 20px;
    transition: 0.3s;
    border: solid 2px #000;
    border-radius: 0px;
}

.h-300 {
    min-height: 280px;
}

.talent-card {
    padding: 40px 20px;
    background: #FFF7F7;
    color: #000;
    transition: 0.3s;
    padding: 100px 20px 20px 20px;
    border-radius: 0px;
    border: none;
    min-height: 260px;
    position: relative;
}

.card {
    overflow: hidden;
    border: none;    
}


.card-one:hover,
.card-two:hover,
.card-three:hover{
    transition: 0.3s;
    overflow: hidden;
    transform: scale(1.1);
}

.card-title {
    position: absolute;
    bottom: -10px;
    left: 0px;
    background: #E95721;
    background: linear-gradient(90deg, rgba(233, 87, 33, 1) 0%, rgba(0, 160, 227, 1) 100%);
    width: 100%;
    padding: 15px;
    color: #fff;
    font-size: 30px !important;
}



.bg-orange{
    background: #E95721
}
.bg-blue{
    background: #19497e
}

.mt-low-100{
    margin-top: -180px;
}


.bg-blue i{
    font-size: 46px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.play-cards{
    transition: 0.3s;
    margin-bottom: 30px;
}
.play-cards:hover{
    background: #f37121;
    color: #fff;
    transition: 0.3s
}

.list-check {
    margin: 0;
    padding: 0;
}

.list-check li {
    margin-bottom: 15px;
}

.list-check li::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f058";
    color: #E95721;
    font-size: 14px;
    margin-right: 10px;
}

.student_img img {
    width: 60px;
    border-radius: 100%;
}

.student_name {
    margin-left: 15px;
    margin-top: 15px;
}

.student_name p:nth-child(1) {
    margin-bottom: 0px;
    color: #E95721;
}

.student_name p:nth-child(2) {
    margin-bottom: 5px;
    font-size: 12px;
}


.testimonial-slide {
    padding-right: 30px;
}



footer {
    background: #f9f9f9;
    color: #494949;
    padding: 60px 0px;
}

footer a {
    color: #494949;
}


.map{
    width: 100%;
    height: 350px;
    border: none;
    border-radius: 10px;
}

.contact-icon{
    font-size: 26px;
    padding:10px 20px;
    background: #fbdfce;
    color: #f37121;
    border-radius: 50px;    
    height: 70px;
    width: 70px;
    text-align: center;
    margin-right: 20px;
}
.contact-icon i{
    margin: 0;
    padding: 0;
    line-height: 50px;
}






/*Responsive*/
@media screen and (max-width: 768px) {

    .container {
        width: 100%;
        padding: 0px 30px;
    }
    
    .top-strip{
        display: none;
    }
    .navbar-brand{
        width: 60%;
    }
    .logo{
        width: 100% !important;
    }
    .slide{
        margin-top: 30px;
    }
    .header {
        top: 0px;
    }
    .navbar-collapse {
        background: #E95721;
    }

    .navbar-nav .nav-link {
        color: #fff;
    }
    .navbar-toggler-icon i{
        color: #E95721
    }
    .pe-5{
        padding-right: 0 !important;
    }
    
    footer .col-md-4{
        margin-bottom: 30px !important;
    }
    
    
}
