@import url('https://fonts.googleapis.com/css2?family=Roboto+Flex:opsz,wght@8..144,200;8..144,400;8..144,500;8..144,600;8..144,700;8..144,800;8..144,900;8..144,1000&display=swap');
*{
    font-family: 'Roboto Flex', sans-serif;
    font-weight:600;
}
html {
    scroll-behavior: smooth;
}
body{margin:0;padding:0;}
.bg-white{background-color:#fff;}.w-10{width:12%;}
p{font-size:18px;line-height:32px;color:rgb(37, 37, 37);font-weight:500;}
.fixed-header-img {
    position: fixed;
    top: 0;
    z-index: 0;
    height: 700px;
    right: 0;
}
.text-green{
    color:#19916b;
}
.ul-list li{
    font-size:20px;
}
.jobs-uk h5{font-size:20px;}
section{
    padding:50px 0px;
}
.banner {
    padding: 20px 0px 0px 0px;
    z-index: 99;
    position: relative;
    background-position: 100%;
    background-size: cover;
    background-repeat:no-repeat;
    background:url(../img/back2.jpg);
    /* background:linear-gradient(to left, #edf3ff, #ffffff); */
}
.banner h1{font-size:110px;font-weight:600;color:#c8102e;margin-top:15%;}
    /* background:linear-gradient(to right, #c8102e, #012169); */
    /* -webkit-background-clip: text; */
    /* -webkit-text-fill-color: transparent;} */
.banner p {
    font-size: 22px;
    font-weight: 400;
    color: rgb(41, 41, 41);
    line-height: 32px;
}
h2{
  font-size:40px;
  font-weight:700; 
  color:#000;
}
h2 span{
    color:#012169;
    font-size:40px;
}
.text-green{
    color:#05923b; 
}
.text-red{
    color:#c8102e; 
}
.w-40{
    width:40%;
}
.w-35{
    width:35%;
}
.navbar-nav li{
    margin-right:8px;
}
.navbar-nav li a{color:#000;font-weight:600;}  
.nav-link.active {
    color: #012169;
    border-radius:0px;
}
.nav-link:hover,.nav-link:focus{
    color: #012169;
}
header{
    /* box-shadow:0 1px 8px rgb(36 37 38 / 8%); */
    width:100%;
    top:0;
    z-index:9;
    background-color:#fff;
}

a.anchor {
	display: block;
	position: relative;
	top: -83px;
	visibility: hidden;
}
.fixed-top{
    position:fixed;
    width:100%;
    top:0;
    transition: ease-in-out;
    background-color:#fff;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}
.contact-top li a {
    border: 1px solid #c8102e;
    border-radius: 27px;
    color: #c7102e;
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.contact-top li a:hover,.contact-top li a:focus{
    background:#c8102e;
    color: #fff;
}
.btn-dangerd{
    background:#012169;
    border-radius: 27px;
    color: #fff;
    font-size:16px;
    padding:10px 0px;
    font-weight:500;
    text-transform:uppercase;
}
.btn-dangerd:hover,.btn-dangerd:focus,.btn-dangerd:active{
    background:#012169;
    border-radius: 27px;
    color: #fff;
}
.white-box {
    padding:50px 30px;
    background-color:#fff;
    border-radius:27px;
    margin-bottom:20px;
    border-left:15px solid #eaecf7;
    border-top:1px solid #eaecf7;
    border-right:1px solid #eaecf7;
    border-bottom:1px solid #eaecf7;
    /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
}
.box-white {
    padding: 24px 30px;
    background-color: #fff;
    margin-bottom:20px;
    box-shadow: rgb(199 208 233) 0px 7px 29px 0px;
    border-radius: 27px;
    border-left: 4px solid #a8b9e7;
    min-height: 380px;
    height: 400px;
    max-height: 380px;
}
.box-white:hover{
    background:rgb(168 185 231 / 15%);
}


.text-blue{
    color:#012169;
}
.bg-blue{
    background:#000c26;
}
.why_Study_sec h2{
    font-size:50px;
}
.form-regsiter{
    font-size:30px;
    font-weight:700;
}
.why_Study_sec h2 span{
    font-size:50px;
}
.why_study{
    background-size: cover !important;
    background-position:100%;
    background-repeat:no-repeat;
    /* background:url(../img/banner.png); */
}
.job_opportunities{
    background-color:#f2f5fd;
}
.navitas-content{
    font-size:40px;
}


.form-control {
    border-radius: 27px;
    font-size: 16px;
    height: 45px;
    background-color: #fff;
    font-weight: 400;
    border: 1px solid #ccc;
    color: rgb(32, 32, 32);
}
.form-control:focus{
    border:1px solid #012169;
    box-shadow:none;
}

.form-control::placeholder{
    color:rgb(80, 80, 80);
}
select.form-control::placeholder{
    color:rgb(80, 80, 80);
}
.navbar-toggler:focus{box-shadow:none;}.navbar-toggler{position:relative;top:5px;font-size:25px;}
.ul-arrow li{display:flex;}

:target {
  margin-top:141px;
  position: relative;
  }
.point_whydo{margin-top:10%;margin-left:5%;}
.point_whydo h4{margin-bottom:30px;padding:15px 10px;border-radius:27px;}
.point{
    border: 1px solid #012169;
    padding: 6px 11px;
    border-radius: 50%;
    background: #012169;
    color: #fff;
    font-size: 17px;
    width: 35px;
    height: 35px;
    margin-top: 16px;
    font-weight: 800;
}
.highlight-sec .box{
    background-color:#fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding:30px 20px;
    text-align: center;
    border-radius:27px;
}
.highlight-sec h5{
    font-size:20px;
}

@media(max-width:425px){
    .w-35,.w-40{width:80%;}h2{font-size:30px;}h2 span{font-size:30px;}.white-box{padding:10px 10px;}
    .w-25{width:40% !important;}
    .form-regsiter{font-size:25px;}
    .nav-link.active {
        color: #012169;
        border-radius:0px;
        border-bottom:none;
    }
    .w-10 {
        width: 40%;
    }
    .contact-top li a{text-align: center;}
    .contact-top li{margin-bottom:10px;}
}

@media(max-width:576px){
    .w-35,.w-40{width:80%;}
    h2 {
        font-size: 35px !important;
    }h2 span{font-size:30px;}.white-box{padding:20px 20px;}
    .w-10{width:30%;}
    .w-25{width:40% !important;}
    .nav-link.active {
        color: #012169;
        border-radius:0px;
        border-bottom:none;
    }
    .contact-top li a{text-align: center;}
    .contact-top li{margin-bottom:10px;}
}

@media(min-width:768px) and (max-width:1023px){
h2{font-size:28px;}h2 span{font-size:28px;}
.contact-top li{margin-bottom:10px;}.box-white{
    min-height: 380px !important;
    height: 400px !important;
    max-height: 380px !important;
}
}

@media(min-width:992px) and (max-width:1156px){
    body{
        margin-bottom:65px;
    }
    .banner h1{
        font-size:80px;
    }
    .navbar-nav.contact-top{
        position: fixed;
        bottom: 0;
        text-align: center;
        justify-content: center;
        width: 100%;
        margin-left: auto;
        left: 0;
        background: #fff;
        padding-top: -45px;
        /* margin-top: 34px; */
        padding: 11px;
        border-top: 1px solid #ccc;
    }
    
}

@media(min-width:1157px) and (max-width:1280px){
    .navbar-nav li a{
        font-size:14px;
    }
}

@media(max-width:991px){
    .box-white {
        min-height:auto;
        height:auto;
        max-height:auto;
    }
    .jobs-uk{padding-left:20px;}
    p{
        font-size:18px !important;
    }
    .banner h1{
        margin-top:0%;
        font-size:50px;
    }
    header{
        position:static;
    }
    .mob-banner{
        display:inherit;
    }
    
}

@media(min-width:991px){
    .desktop-banner{
        display:inherit;
    }
    .mob-banner{
        display:none;
    }
}
