body {
    font-family: 'Montserrat', sans-serif;
    scroll-behavior: smooth;
}

html {
scroll-behavior: smooth;
}

/* navnar */
.nav-logo {
    width:200px;
    margin-top: -10px;
}
.btn-primary {
    color: black;
    border: 1px solid black;
    background-color: #fff;
}
a {
    text-decoration: none !important;
}
/* .corp-btn {
    font-size: 18px;
    margin-top: 25px;
} */
.corporate-btn {
    letter-spacing: 2px;
    font-size: 18px;
    border:1px solid black;
    color: black;
    padding: 6px;
    text-decoration: none !important;
    margin-top: 22px;
}
/* navnar */

/* section-one */
.top-mt {
    margin-top:50px;
}
.h1-sec-1 {
    font-size:60px;
    color: #f08282;
    font-weight: 600;
}
.h3-sec-1 {
    font-size:28px;
    color: #f08282;
    font-weight: 600;
}
.p-sec-1 {
    color: #f08282;
}
.hero-img {
    width:565px; 
    height:430px
}
.btn-apply {
    color: #fff;
    background-color: black;
}
.h2-main {
    letter-spacing: 3px;
    font-weight: 600;
}
.apply-btn {
    width: 28%;
    font-size: 15px;
    letter-spacing: 2px;
    border:1px solid black;
    background-color: black;
    color: #fff;
    padding: 10px;
    text-decoration: none !important;
}
.para-font {
    font-size: 20px;
}
/* section-one */


/* section-two */
.graphic-1 {
    width: 80%;
}
.angular {
    width:80px;
}
.react {
    width:80px;
}
.python {
    width:75px;
}
.node {
    height:100px;
}
.data-science {
    height: 110px;
    margin-top: -9px;
}
.about-hed {
    color: #070707;
}
.euro-span {
    font-weight: 600;
}
.about ul {
    margin-left: -10px;
    list-style-type: none;
    padding: 0 !important;
}
.about ul li {
    display: inline-block;
    padding: 20px;
}
.about ul li a {
    border: 1px solid #e7e7e7;
    background-color: #fff;
    color: rgb(75, 76, 77);
    display: inline-block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px;
    border-radius: 100px;
}
.bullet {
    width:25px;
}
/* section-two */

/* section-three */
.graphic-2 {
    width: 80%;
}
.bullet {
    width:22px;
}
.ml-para {
    margin-left:-50px;
}
.cycle {
    font-size: 22px;
    font-weight: bold;
}
/* section-three */

/* section-four */
.col-md-10 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.require {
    margin-left: 15px;
}
.graphic-3 {
    width: 80%;
    margin-left: -10px;
}

/* section-four */

/* section-five */
.f-bg {
    background-color: #dfdfdf;
}
.submit-btn {
    letter-spacing: 2px;
    font-size: 15px;
    border:1px solid #d4312e;
    color: #fff;
    padding: 6px;
    text-decoration: none !important;
    background-color: #d4312e;
}
.label {
    color: #b3b1b1;
}
/* section-five */

/* footer */
.footer {
    background-color: #333333;
}
.footer-logo {
    width:200px;
}
.footer ul {
    margin-left: -10px;
    list-style-type: none;
    padding: 0 !important;
}
.footer ul li {
    display: inline-block;
    padding: 10px;
    font-size: 25px;
}
.footer ul li a {
    border: 1px solid #e7e7e7;
    background-color: #fff;
    color: #333333;
    display: inline-block;
    height: 45px;
    width: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 100px;
    margin: auto;
    display: list-item;
}
.mt-top {
    margin-top:130px;
}
.algo-dev {
    color: #fff;
    font-size: 28px;
}
.span-text {
    color:#fff;
    font-size: 20px;
}
.fav-icons {
    width:20px;
}
.phone {
    margin-top: 5px;
}
.mail {
    margin-top: 10px;
}
/* footer */
.graphic-4 {
    width: 100%;
}
.bullet-text {
    margin-left: -24px;
}
.ml-bullet-para {
    font-size: 18px;
    margin-left: -50px;
}
.point-sec {
    margin-top: 100px; 
    margin-left: 30px !important
}
.logo-top {
    margin-top: -10px;
}
.student {
    margin-top: 20px; 
    background-color:black;
    color:#fff;
}
.student-btn {
    letter-spacing: 2px;
    font-size: 18px;
    border:1px solid black;
    background-color: black;
    color: white;
    padding: 10px;
    text-decoration: none !important;
}
/* carousel CSS */
.owl-carousel .owl-item {
    transition: all 0.3s ease-in-out
}

.owl-carousel .owl-item .card {
    padding: 30px;
    position: relative
}

.owl-carousel .owl-stage-outer {
    overflow-y: auto !important;
    padding-bottom: 40px
}

.owl-carousel .owl-item img {
    height: 200px;
    object-fit: cover;
    border-radius: 6px
}

.owl-carousel .owl-item .card .name {
    position: absolute;
    bottom: -20px;
    left: 33%;
    color: #101c81;
    font-size: 1.1rem;
    font-weight: 600;
    background-color: aquamarine;
    padding: 0.3rem 0.4rem;
    border-radius: 5px;
    box-shadow: 2px 3px 15px #3c405a
}

.owl-carousel .owl-item .card {
    opacity: 0.2;
    transform: scale3d(0.8, 0.8, 0.8);
    transition: all 0.3s ease-in-out
}

.owl-carousel .owl-item.active.center .card {
    opacity: 1;
    transform: scale3d(1, 1, 1)
}

.owl-carousel .owl-dots {
    display: inline-block;
    width: 100%;
    text-align: center
}

.owl-theme .owl-dots .owl-dot span {
    height: 20px;
    background: #2a6ba3 !important;
    border-radius: 2px !important;
    opacity: 0.8
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    height: 13px;
    width: 13px;
    opacity: 1;
    transform: translateY(2px);
    background: #83b8e7 !important
}

@media(min-width: 480.6px) and (max-width: 575.5px) {
    .owl-carousel .owl-item .card .name {
        left: 24%
    }
}

@media(max-width: 360px) {
    .owl-carousel .owl-item .card .name {
        left: 30%
    }
}
/* carousel CSS */


