* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    background-color: #E7ECEF;
}

.logo-text {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #1E3B5C;
}

.lato {
    font-family: 'Lato', sans-serif
}

.cabin {
    font-family: 'Cabin', sans-serif
}

.text-black{
    color: #212529!important;
}

.dark-blue{
   color: #1E3B5C!important;
}

.bg-dark-blue {
    background-color: #1E3B5C!important;
}

/* hero text */

.btn-blue {
    background-color: #1E3B5C!important;
    border: none;
}

.btn-blue:hover {
    transform: scale(1.01);
    transition: all 0.2s;
}

.btn-second {
    border: 1px solid #1E3B5C;
    color: #1E3B5C!important;
}

.btn-second:hover {
    background-color: #1e3b5cb3!important;
    color: white!important;
    transition: all 0.2s;
}

.feature-icon-small {
    width: 3rem;
    height: 3rem;
}

.blend {
    mix-blend-mode: multiply;
}

.icon-square {
    width: 3rem;
    height: 3rem;
    border-radius: 0.75rem;
}

.pb-much {
    padding-bottom: 5em!important;
}


/*education*/

ul.timeline {
    list-style-type: none;
    position: relative;
}
ul.timeline:before {
    content: ' ';
    background: #ffffff;
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 2px;
    height: 100%;
    z-index: 400;
}
ul.timeline > li {
    margin: 20px 0;
    padding-left: 20px;
}
ul.timeline > li:before {
    content: ' ';
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #1E3B5C;
    left: 20px;
    width: 20px;
    height: 20px;
    z-index: 400;
}

ul.timeline  a{
    text-decoration: none;
    color:#1E3B5C!important;
}

.m-right {
    margin-right: 16em!important;
}


/*contact*/

.form-inp {
    outline: none;
    border: none;
    background: transparent;
    width: 50%;
    margin-right: 10px;
    color: #212529c2;
    border-bottom: 1px solid #2125293a;
}

.contact-box {
    padding-right: 5%;
    border-right: 1px solid #2125293a;
}

.text-area {
    height: 6em;
}

.btn-send {
    width: 35%;
}

/*footer*/

footer.border-top {
    border-top: 0.3px solid #1e3b5c4d!important;
}