@import url('https://fonts.googleapis.com/css?family=Montserrat:100,300,400,500,600,700,800,900&display=swap');
body {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

a:hover {
    text-decoration: none;
}

.site-navbar {
    display: flex;
    padding: 20px 60px;
    justify-content: space-between;
    background-color: #e4bf29;
    align-items: center;
}

.menu-bar .navbar-nav li a {
    color: #093eb6;
    font-weight: 800;
}

.site-navbar .contact-widget {
    display: flex;
    align-items: center;
}

.contact-item {
    margin-left: 20px;
}

.contact-item .title {
    font-size: 20px;
    color: #093eb6;
}

.contact-item .content {
    color: #677078;
}

.contact-item ul {
    list-style: none;
    display: flex;
}

.contact-item ul li {
    margin-left: 30px;
}

.contact-item ul li a {
    background: rgba(9, 62, 182, 0.65);
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.contact-item ul li a:hover {
    background: rgb(12, 83, 250);
    transition: 400ms;
}

.contact-item ul li a span {
    color: #fff;
    font-size: 24px;
}

.slide-widget .sp-slides .sp-slide img {
    width: 100%;
}

.slide-widget .sp-buttons {
    top: -40px;
}

.slide-widget .sp-buttons .sp-button {
    border: 3px solid #fff;
    width: 20px;
    height: 20px;
}

.about-section {
    padding-top: 50px;
    padding-bottom: 50px;
}

.about-section .section-card {
    display: flex;
    flex-direction: column;
}

.about-section .section-card .title {
    color: #fff;
    background-color: #FFDA44;
    width: 132px;
    padding: 8px 10px;
    text-align: center;
    font-weight: 800;
    margin-bottom: 10px;
}

.about-section .section-card .content {
    margin-bottom: 10px;
}

.about-section .section-card .btn-readmore {
    color: #fff;
    background-color: #093eb6;
    font-weight: 800;
    padding: 10px 10px;
}

.about-images {
    position: relative;
    display: flex;
    padding-top: 80px;
    padding-left: 20px;
}

.about-images .first-image {
    width: 60%;
}

.about-images .second-image {
    position: absolute;
    width: 80%;
    right: -60px;
    top: -3px;
}

.values-section {
    margin-top: 40px;
}

.values-section .values-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.values-section .values-container .title {
    color: #0000ff;
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 15px;
}

.values-section .values-container .content {
    color: #677078;
    font-size: 16px;
    text-align: center;
}

.partners-section .title {
    display: flex;
    justify-content: center;
}

.partners-section .title h1 {
    color: #093eb6;
    font-weight: 800;
}

.parteners-slide {
    margin-top: 30px;
    margin-bottom: 30px;
}

.parteners-slide .sp-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px !important;
}

.parteners-slide .sp-slide img {
    object-fit: contain;
}

.bottom-footer {
    min-height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #020e28;
}

.top-footer {
    min-height: 200px;
    background-color: #03153e;
    margin-top: 200px;
}

.bottom-footer p {
    color: rgba( 255, 255, 255, 0.33);
}

.contact-us-widget {
    min-height: 150px;
    width: 100%;
    background-color: #FFDA44;
    position: relative;
    top: -75px;
    padding: 30px;
    display: flex;
    align-items: center;
}

.contact-us-widget .row {
    width: 100%;
}

.contact-us-widget .contact-widget-item .title {
    font-weight: 800;
    font-size: 25px;
}

.contact-us-widget .contact-widget-item .title span {
    margin-right: 15px;
}

.contact-us-widget .contact-widget-item .content {
    font-size: 16px;
    margin-left: 35px;
}

.contact-us-widget .contact-widget-item .content p {
    margin-bottom: 4px;
}

.about-widget {
    padding: 0px 5%;
}