body {
    font-family: 'Roboto', sans-serif;
}

section {
    position: relative;
}

.top-header {
    position: relative;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%), inset 0 -1px 0 rgb(0 0 0 / 15%);
}

.main-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    overflow: hidden;
}

.top-header .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
    font: 400 17px/1 'Roboto', sans-serif;
    color: #000000;
}

.top-header .navbar-nav .nav-link.active,
.top-header .navbar-nav .show>.nav-link,
.top-header .navbar-nav .nav-link:hover {
    color: #3d8e28;
}

.top-banner img.d-block.w-100 {
    min-height: 400px;
    object-fit: cover;
    object-position: center right;
}

.roles-skills{
    background: linear-gradient(to left, #c8e4f0 0%, #efefef 100%);
}

.content-bnr {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.bnr-inner h1 {
    font-size: 60px;
    line-height: 1.2;
    font-weight: 400;
    color: #0c2c7e;
    margin-bottom: 30px;
}

.abt-section {
    padding: 70px 0;
    background-color: #f5f5f5;
}

ul.rolesskill {
    /* list-style-type: circle; */
    /* list-style-position: inside; */
    width: 100px;
  }

ul.rolesskill li {
    width: 300px;
    text-align: left;
}

ul.check {
    list-style-image: url('/images/check2.png');
}

ul.check li{
    vertical-align: top;
}

.block-title h3 {
    color: #000000;
    font: 500 30px/34px 'Roboto', sans-serif;
    margin-bottom: 20px;
}

.block-title h4 {
    color: #000000;
    font: 500 24px/28px 'Roboto', sans-serif;
    margin-bottom: 20px;
}

p {
    font: 400 16px/20px 'Roboto', sans-serif;
    color: #000000;
}

.abt-head h5 {
    font: 400 24px/28px 'Roboto', sans-serif;
    color: #000000;
    margin-top: 0;
    margin-bottom: 30px;
}

.abt-head p {
    text-align: justify;
    margin-bottom: 30px;
}

.btn-read {
    padding: 10px 30px;
    background-color: #1a94ca;
    color: #ffffff;
    border: 1px solid #1a94ca;
    font: 400 16px/20px 'Roboto', sans-serif;
    border-radius: 22px;
}

.btn-read:hover {
    border: 1px solid #1a94ca;
    color: #1a94ca;
}

.why-choose {
    background: linear-gradient(to left, #c8e4f0 0%, #efefef 100%);
    padding: 70px 0;
}

.choose-box {
    background-color: #ffffff;
    padding: 20px 30px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .3);
    border-radius: 0.5rem;
}

.choose-box h4 {
    font: 600 20px/24px 'Roboto', sans-serif;
    color: #000000;
}

.choose-content p {
    text-align: justify;
    min-height: 90px;
}

.services-sec {
    padding: 70px 0;
    background-color: #f5f5f5;
}

.services-box {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .3);
    margin: 10px;

}

.content-services {
    padding: 20px 30px;
    position: relative;
}

.content-inner {
    position: relative;
    z-index: 1;
}

.content-services h4 {
    color: #000000;
    margin-bottom: 1rem;
}

.content-services p {
    text-align: justify;
    min-height: 270px;
}

.underline {
    position: relative;
    text-decoration: none;
    color: #1a94ca;
    font: 400 14px/18px 'Roboto', sans-serif;
}

.underline::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 2px;
    background-color: #1a94ca;
    transition: width 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.role-list ul {
    text-align: center;
    margin-bottom: 3rem;
}
.role-list ul li {
    display: inline-block;
    font-size: 16px;
    padding: 10px;
    background-color: #ffffff;
    min-width: 220px;
    margin: 10px;
    border: 1px solid #0097cf;
    border-radius: 24px;
}
@media (hover: hover) and (pointer: fine) {
    .underline:hover {
        color: #1a94ca;
    }

    .underline:hover::before {
        left: 0;
        right: auto;
        width: 100%;
    }
}

.btm-icon {
    position: absolute;
    bottom: 0;
    right: 0;
    width: auto !important;
    z-index: 0;
}

.openings-bg {
    background-color: #4c9ab7;
}

.join-bg {
    background-color: #5d6db2;
}

.opening-cont {
    padding: 20px;
    max-width: 750px;
    margin: 0 auto;
}

.opening-cont h4 {
    font: 500 30px/34px 'Roboto', sans-serif;
    margin-bottom: 1.5rem;
}

.opening-cont p {
    margin-bottom: 2rem;
}

.btn-white {
    padding: 10px 30px;
    background-color: #ffffff;
    color: #1a94ca;
    border: 1px solid #ffffff;
    font: 400 16px/20px 'Roboto', sans-serif;
    border-radius: 22px;
}

.btn-white:hover {
    border: 1px solid #1a94ca;
    background-color: #1a94ca;
    color: #ffffff;
}

.link-mail {
    color: #ffffff;
    text-decoration: none;
}

.link-mail:hover {
    color: #ffffff;
    text-decoration: underline;
}

.contact-sec {
    background-color: #f9f9f9;
}

.contact-cont {
    max-width: 380px;
    padding: 60px;
    margin: 0 auto;
}

.contact-inner h4 {
    font: 500 24px/28px 'Roboto', sans-serif;
    color: #000000;
    margin-bottom: 1rem;
}

.contact-cont p {
    margin-bottom: 0;
}

.contact-cont p a {
    text-decoration: none;
    color: #000000;
}

.contact-cont p a:hover {
    color: #000000;
    text-decoration: underline;
}

.contact-cont .contact-inner {
    margin-bottom: 40px;
}

.owl-theme .owl-controls .owl-nav .owl-next img,
.owl-theme .owl-controls .owl-nav .owl-prev img {
    width: 100%;
}

.contact-inner .form-control {
    padding: 0.375rem 0.75rem;
    background-color: #ededed;
    border: 1px solid #ededed;
    border-radius: 0;
}
.footer-map {
    height: 100%;
    min-height: 400px;   
}
.footer-map iframe {
    width: 100%;
    height: 100%;
}

.address_bg {
    background: #f8f8f8 none repeat scroll 0 0;
}

@media (max-width: 768px) {
    .bnr-inner h1 {
        font-size: 40px;
    }
}

@media (max-width: 576px) {
    .services-cont {
        padding: 0 15px;
    }

    .owl-theme .owl-controls .owl-nav .owl-next {
        right: -25px;
        width: 20px;
    }

    .owl-theme .owl-controls .owl-nav .owl-prev {
        left: -25px;
        width: 20px;
    }
}