


@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&family=Jost:ital,wght@0,100..900;1,100..900&family=Lobster&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=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');




body {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: "Inter", sans-serif;
}

.navbar-brand img{
    width: 125px;
}

a {
    text-decoration: none;
}

ul {
    padding: 0px;
    margin: 0px;
}

ul li {
    list-style: none;
}

.padding-70 {
    padding: 70px 0px;
}


.topbar {
    background: #ad2b32;
    color: #fff;
    text-align: center;
    padding: 7px 0px;
    font-size: 16px;
}
/**start-header**/
.logo img {
    max-width: 220px;
}
header.header {
    padding: 10px 0px;
    box-shadow: 0px 0px 10px -1px #ccc;
}
ul.hdr-manu {
    display: flex;
    justify-content: center;
}
ul.hdr-manu li a {
    font-size: 18px;
    color: #333;
}
.cals {
    float: right;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    padding: 13px 30px;
    border: none;
    background-color: #ad2b32;
    color: #fff;
    text-transform: uppercase;
    box-shadow: 0px 6px 16px rgba(243, 109, 46, 0.24);
    border-radius: 5px;
    transition: 0.5s;
    width: max-content;
}
.cals a{
    color:#fff;
}
ul.hdr-manu li {
    padding: 0px 15px;
    border-right: 1px #666 solid;
}
ul.hdr-manu li:last-child{
    border: 0px;
}
ul.hdr-manu li:hover a{
    color:#ad2b32;
} 

/**end-header**/

/**start-banner**/
section.course-bnr {
    background: url(../images/course-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 650px;
    object-fit: cover;
    padding: 70px 0px;
}
.bnr-txt h2{
    font-style: normal;
    font-weight: 700;
    font-size: 56px;
    line-height: 60px;
    color: #0F2239;
    margin-bottom: 20px;
    font-family: "Jost", serif;
    text-transform: capitalize;
}
.bnr-txt p {
    background: #fff;
    border: 3px #ad2b32 solid;
    padding: 15px;
    width: 100%;
    max-width: 500px;
    border-radius: 30px;
    font-size: 20px;
    font-weight: 600;
}
.bnr-txt ul li {
    background: #eaf0fa;
    border: 2px #a1b7e2 solid;
    padding: 10px;
    text-align: center;
    border-radius: 10px;
    width: 23%;
}
.bnr-txt ul {
    display: flex;
    gap: 10px;
}
.bnr-txt ul li h4 {
    font-weight: bold;
    line-height: 24px;
}
.bnr-txt ul li label {
    font-size: 15px;
    line-height: 18px;
}
.bnr-txt ul li i {
    font-size: 22px;
}
.bnr-txt h3 {
    font-weight: 600;
    margin-top: 15px;
    font-size: 26px;
    background: #ad2b32;
    color: #fff;
    text-align: center;
    padding: 8px;
    border-radius: 3px;
}
.eligy-bar {
    background: #ad2b32;
    color: #fff;
    text-align: center;
    padding: 10px;
    font-size: 20px;
}

/**end-banner**/

.over-ranks {
    border: 5px #ad2b32 solid;
    padding: 5px;
    border-radius: 15px 0px 15px;
    text-transform: capitalize;
}
.inr-ranks {
    border: 3px #ad2b32 solid;
    border-style: dashed;
    padding: 20px;
    border-radius: 15px 0px 15px;
    min-height: 230px;
    display: flex;
    align-items: center;
}
.inr-ranks h4 {
    margin: 0px;
    color: #ad2b32;
    font-weight: bold;
    font-size: 30px;
}

h3.hdg {
    color: #000;
    font-weight: bold;
    text-align: center;
    font-family: 'Jost';
    font-size: 34px;
}
h3.hdg span {
    color: #ad2b32;
}

.testimonial {
    background: #fff;
    text-align: center;
    margin: 0 15px;
    border: 2px #ad2b32 solid;
    padding: 20px;
    border-radius: 15px;
    min-height: 180px;
}
.owl-theme .owl-controls{
    margin-top: 30px;
}
.owl-theme .owl-controls .owl-page span{
    width: 15px;
    height: 10px;
    border-radius: 0;
    background: #ad2b32;
    opacity: 0.8;
    transition: all 0.3s ease 0s;
}
.owl-theme .owl-controls .owl-page.active span{
    width: 35px;
    background: #ad2b32;
}
.testimonial p {
    margin-bottom: 0px;
    line-height: 18px;
    font-size: 15px;
    font-weight: 500;
}

.testimonial img {
    width: 70px;
    height: 70px;
    object-fit: contain;
    margin-bottom: 10px;
}
.onlines .owl-pagination {
    display: none;
}
.onlines .owl-buttons {
    bottom: 40%;
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.onlines .owl-buttons div {
    opacity: 1 !important;
    background: #ad2b32 !important;
    padding: 8px !important;
    width: 70px !important;
    border-radius: 10px !important;
    text-transform: uppercase;
}
.onlines .owl-prev {
    margin-left: -30px !important;
}
.onlines .owl-next {
    margin-right: -30px !important;
}


.unite-box {
    background: #424242;
    color: #fff;
    text-align: center;
    padding: 15px;
    margin-top: 20px;
}

.unite-box.scd {
    background: #ad2b32;
}
.unite-box p {
    font-size: 18px;
}

.pro-box {
    background: #424242;
    color: #fff;
    text-align: center;
    padding: 90px 0px;
    border-right: 6px #ad2b32 solid;
}
.pro-box h4 {
    font-size: 30px;
    font-weight: 600;
    font-family: 'Jost';
}


.inr-flex ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0px;
    border: 1px #a3a3a3 solid;
    background: #fff;
    padding: 20px;
    border-radius: 20px;
    width: 100%;
    max-width: 1120px;
    box-shadow: 0px 0px 10px 0px #ccc;
}

.inr-flex ul li img {
    display: block;
    margin: auto;
    margin-bottom: 10px;
}
.inr-flex ul li {
    border-right: 3px #a3a3a3 solid;
    padding: 20px;
    text-align: center;
    width: 18%;
    font-weight: 600;
}
.inr-flex ul li:last-child{
    border: 0px;
}
section.fearure-sec {
    background: #fafafa;
}

.degree-box {
    background: #ccc;
    text-align: center;
    padding: 40px;
}

.inr-degree img {
    width: 100%;
    max-width: 450px;
}
.degree-box  h3 {
    font-weight: 600;
    margin-bottom: 15px;
}

.upskil {
    background: #7e0100;
    text-align: center;
    height: 100%;
    padding: 60px;
}
.inr-skils h4 {
    font-size: 19px;
    color: #ffae00;
    font-weight: 700;
}
.inr-skils h3 {
    font-size: 24px;
    color: #fff;
    font-weight: 600;
}

.inr-skils img {
    width: 100%;
    max-width: 530px;
    margin-top: -60px;
}

.build-box img {
    width: 100%;
    max-width: 280px;
    margin: auto;
    display: block;
}
.build-box {
    margin-top: 30px;
}

.pro-logos {
    border: 1px #ccc solid;
    padding: 15px;
}

.pro-logos h3 {
    font-weight: 600;
    color: #ad2b32;
    margin-bottom: 20px;
}
.logo-box img {
    width: 100%;
    margin: 10px 0px;
    max-width: 180px;
    height: 80px;
    object-fit: contain;
}

.word-slide {
    background: #efefef;
    height: 100%;
    padding: 30px;
}
div#carouselExampleControls{
    height:100%;
}
.slide-txt h3 {
    font-weight: 600;
    color: #ad2b32;
    margin-bottom: 20px;
}

.slide-txt h4 {
    font-size: 18px;
    font-weight: 600;
}
.slide-txt .stars {
    margin-bottom: 20px;
}
.slide-txt .stars i{
    color: #ffd203;
}
.slide-txt p {
    font-size: 20px;
    color: #555;
    font-family: 'Jost';
}
div#carouselExampleControls .carousel-control-next, .carousel-control-prev {
    width: 40px;
    height: 40px;
    background: #000;
    opacity: 1;
    bottom: 0;
    position: absolute;
    top: 82%;
}
div#carouselExampleControls  button.carousel-control-next {
    left: 56px;
}
.copyright {
    background: #000;
    color: #fff;
    text-align: center;
    padding: 10px;
}

.bnr-form {
    background: #ad2b32;
    color: #fff;
    padding: 25px;
    width: 100%;
    max-width: 400px;
    float: right;
    border-radius: 10px;
    border: 2px #000 solid;
}

.bnr-form .agree {
    display: flex;
    gap: 10px;
    font-size: 13px;
}
.bnr-form h4 {
    text-align: center;
    margin-bottom: 20px;
    font-weight: 600;
    color: #000;
}

.bnr-form .field {
    margin: 10px 0px;
}

.bnr-form .field input {
    width: 100%;
    padding: 7px;
    border: 0px;
    border-radius: 3px;
}

.bnr-form .agree input[type="checkbox"] {
    width: 30px;
}
.bnr-form  .field button.submit {
    width: 100%;
    background: #fff;
    border: 2px #000 solid;
    text-transform: uppercase;
    padding: 8px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 30px;
}

.bnr-form .agree p {
    margin-bottom: 0px;
}




