@font-face {
    font-family: Segoe UI;
    src: url(../font/Segoe/SegoeUI-Light.woff2);
    src: url(../font/Segoe/SegoeUI-Light.woff);
    font-family: Segoe UI;
    font-weight: 100;
}

@font-face {
    font-family: Segoe UI;
    src: url(../font/Segoe/SegoeUI-Semilight.woff2);
    font-family: Segoe UI;
    font-weight: 200;
}

@font-face {
    font-family: Segoe UI;
    src: url(../font/Segoe/SegoeUI-Bold.woff);
    src: url(../font/Segoe/SegoeUI-Bold.woff2);
    src: url(../font/Segoe/SegoeUI-BoldItalic.woff);
    src: url(../font/Segoe/SegoeUI-Italic.woff2);
    src: url(../font/Segoe/SegoeUI-LightItalic.woff2);
    src: url(../font/Segoe/SegoeUI-Semilight.woff2);
    src: url(../font/Segoe/SegoeUI.woff);
    src: url(../font/Segoe/SegoeUI.woff2);
    font-family: Segoe UI;
    font-weight: 400;
}

@font-face {
    font-family: Segoe UI;
    src: url(../font/Segoe/SegoeUI-Bold.woff);
    src: url(../font/Segoe/SegoeUI-Bold.woff2);
    font-family: Segoe UI;
    font-weight: 600;
}

@font-face {
    font-family: Segoe UI;
    font-weight: 900;
    src: url(../font/Segoe/SegoeUIBlack.woff);
    src: url(../font/Segoe/SegoeUIBlack.woff2);
}

html,
body {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-synthesis: antialiased;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Segoe UI";
    font-size: 16px;
    scroll-behavior: smooth;
    color: #555555;
    background-color: #fff;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

a:hover {
    transition: all ease .5s;
    text-decoration: none;
}

.hide {
    display: none;
}

.text-upper {
    text-transform: uppercase;
}

.text-capital {
    text-transform: capitalize;
}

.container {
    max-width: 1440px;
}

@media (max-width: 1536px) {
    .container {
        max-width: 1250px;
    }
}

@media (max-width: 1100px) {
    .container {
        max-width: 1150px;
    }
}

@media (max-width: 767px) {
    .container {
        padding: 0;
    }
}

.heading-two {
    font-size: 18px;
    font-weight: 400;
    color: #000000;
}

.heading-two span {
    font-weight: 600;
}

.bt-none {
    border-top: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin-bottom: 0;
}

.main-title {
    font-size: 90px;
    color: #2680eb;
    position: relative;
    font-weight: 800;
    letter-spacing: 31px;
}

.main-title::before {
    content: "AT EKbana";
    font-size: 26px;
    color: #6d6d6d;
    position: absolute;
    font-weight: 400;
    left: 50%;
    top: 50%;
    letter-spacing: 6px;
    transform: translate(115%, 190%);
}

.mr-70 {
    margin-right: 70px;
}

.mr-60 {
    margin-right: 60px;
}

.mt-60,
.my-60 {
    margin-top: 60px;
}

.mb-60,
.my-60 {
    margin-bottom: 60px;
}

.mb-50,
.my-50 {
    margin-bottom: 50px !important;
}

.ml-40 {
    margin-left: 40px;
}

.mt-45 {
    margin-top: 45px;
}

.mt-40,
.my-40 {
    margin-top: 40px;
}

.mr-40,
.mx-40 {
    margin-right: 40px;
}

.mb-40,
.my-40 {
    margin-bottom: 40px;
}

.mt-35,
.my-35 {
    margin-top: 35px;
}

.mb-35,
.my-35 {
    margin-bottom: 35px;
}

.mr-30 {
    margin-right: 30px;
}

.mt-30,
.my-30 {
    margin-top: 30px;
}

.mb-30,
.my-30 {
    margin-bottom: 30px;
}

.mt-20,
.my-20 {
    margin-top: 20px;
}

.mb-20,
.my-20 {
    margin-bottom: 20px;
}

.mr-20 {
    margin-right: 20px !important;
}

.ml-20 {
    margin-left: 20px;
}

.mb-15 {
    margin-bottom: 15px;
}
.mb-5p {
    margin-bottom: 5px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-10 {
    margin-top: 10px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mr-10 {
    margin-right: 10px !important;
}

.ml-5 {
    margin-left: 5px !important;
}

.mr-5 {
    margin-right: 5px !important;
}

@media (max-width: 991px) {
    .orders-1 {
        order: 1;
    }
}

@media (max-width: 991px) {
    .orders-2 {
        order: 2;
    }
}

.p-4-3 {
    padding: 35px 44px;
}

.btn {
    transition: all ease .5s;
}

.btn {
    width: 190px;
    min-height: 56px;
    border-radius: 4px;
    text-transform: capitalize;
    font-size: 18px;
    line-height: 38px;
    /* margin: 0 12px; */
}

.btn.btn-cancel {
    color: #555555;
    border: 1px solid #E3E3E3;
    background-color: #FFFFFF;
}

.btn.btn-cancel:hover {
    background-color: #f2f2f2;
}

.btn-apply  {
    color: #FFFFFF;
    border: 1px solid #1B88CA;
    background-color: #1B88CA;
    display: flex;
    justify-content: center;
}
 .applyBtn  {
    color: #FFFFFF;
    border: 1px solid #1B88CA;
    background-color: #1B88CA;

}

.btn-apply:hover, .applyBtn:hover  {
    background-color: #1879b4;
    color: #FFFFFF;
}

.btn-apply span {
    padding-left: 14px;
}

.apply__now__link,
.apply-btn-brief {
    background: linear-gradient(108deg, #85AE4A 0%, #82CE2C 100%) 0% 0% no-repeat padding-box;
    color: white;
    display: inline-block;
    padding: 20px 50px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    margin: 20px 0;
    border-radius: 8px;
    box-shadow: 12px 12px 24px rgba(51, 51, 51, 0.116);
    transition: all 0.3s ease-in-out 0s;
    cursor: pointer;
    outline: none;
}

.apply__now__link:hover,
.apply-btn-brief:hover {
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 12px 12px 24px rgba(51, 51, 51, 0.316);
}

.btn-wrapper {
    display: flex;
    justify-content: flex-end;
    margin: 0 -10px;
}

@media (max-width: 575px) {
    .btn-wrapper {
        margin: 0;
        flex-direction: column;
    }
    .btn-wrapper .btn {
        width: 220px;
    }
    .btn-wrapper .btn.btn-cancel {
        margin-bottom: 20px;
    }
}

.navbar {
    background-color: #FFFFFF;
    height: 65px;
    border-bottom: 1px solid #E3E3E3;
    padding: 0;
    width: 100%;
}

.navbar .navbar-brand {
    padding: 0;
    margin-right: 115px;
}

.navbar .navbar-nav {
    display: flex;
    align-items: center;
}

@media (max-width: 991px) {
    .navbar .navbar-nav {
        margin-top: 10px;
    }
}

.navbar .navbar-nav li {
    margin-right: 54px;
}

@media (max-width: 1024px) {
    .navbar .navbar-nav li {
        margin-right: 20px;
    }
}

@media (max-width: 991px) {
    .navbar .navbar-nav li {
        margin-right: 0;
    }
}

.navbar .navbar-nav .nav-link {
    padding: 5px 10px;
    font-size: 18px;
}

.navbar-toggler {
    position: relative;
    border: 0;
    background-color: transparent;
    height: 16px;
    width: 27px;
    padding: 0;
}

.navbar-toggler:focus {
    outline: 0;
}

.navbar-toggler .icon-bar {
    position: absolute;
    transition: all .4s ease;
    transform-origin: 0 0;
    display: block;
    width: 27px;
    height: 3px;
    background-color: #929292;
    border-radius: 18%;
    top: 0;
}

.navbar-toggler .icon-bar:nth-of-type(2) {
    top: 8px;
    width: 16px;
    right: 0;
}

.navbar-toggler .icon-bar:nth-of-type(3) {
    top: 16px;
    width: 20px;
    right: 0;
}

.navbar-toggler.active .icon-bar:nth-of-type(1) {
    transform: rotate(45deg) translate(1px, -1px);
}

.navbar-toggler.active .icon-bar:nth-of-type(2) {
    transform: scaleX(0);
}

.navbar-toggler.active .icon-bar:nth-of-type(3) {
    transform: rotate(-45deg) translate(-1px, 0);
    width: 27px;
    top: 18px;
}

.main-wrapper {
    padding-top: 65px;
}

.banner {
    background-image: url(../images/career-bg.png);
    height: 265px;
    margin-top: 32px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 40px 0 40px;
    color: #FFFFFF;
}

@media (max-width: 767px) {
    .banner {
        padding: 0;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    .banner h2 {
        margin-bottom: 0px;
      
    }
}

@media (max-width: 991px) {
    .banner {
        margin: 0;
    }
}

@media (max-width: 575px) {
    .banner {
        height: 200px;
    }
    section .container .banner .form-search .form-control {
        height: 40px;
        font-size: 16px;
    }
    section .container .banner .form-search .btn-primary {
        line-height: 26px;
        font-size: 15px;
    }
}

.banner h2 {
    margin-bottom: 32px;
    font-size: 42px;
    font-weight: 400;
}

@media (max-width: 991px) {
    .banner h2 {
        font-size: 48px;
    }
}

@media (max-width: 767px) {
    .banner h2 {
        font-size: 22px;
    }
   
}

@media (max-width: 575px) {
    .banner h2 {
        font-size: 17px;
    }
}

.banner p {
    margin-bottom: 75px;
    font-size: 28px;
}

@media (max-width: 767px) {
    .banner p {
        font-size: 14px;
        margin: 0;
    }
}

@media (max-width: 575px) {
    .banner p {
        font-size: 11px;
    }
}

.banner .form-search {
    position: relative;
    width: 70%;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .banner .form-search {
        margin-top: 20px;
    }
    .container .banner .form-search .form-control {
        height: 45px;
        padding-right: 0;
    }
    .container .banner .form-search .btn-primary {
        position: relative;
        margin-top: 10px;
        border-radius: 4px;
        width: auto;
        line-height: 34px;
        width: 60%;
    }

  
}

.banner .form-search .btn-primary {
    position: absolute;
    right: 0;
    border-radius: 0px 8px 8px 0px;
    top: 0;
    height: 100%;
    font-size: 18px;
    background-color: #1B88CA;
    width: 100%;
    max-width: 224px;
    min-height: auto;
    margin: 0;
}

.banner .form-search .btn-primary:hover {
    background-color: #1879b4;
}

.banner .form-search .form-control {
    border: 0;
    height: 56px;
    border-radius: 8px;
    color: #555555;
    padding-right: 225px;
    padding-left: 27px;
}

.banner .form-search .form-control::placeholder {
    color: #555555;
}

@media (max-width: 767px) {
    .careers-wrapper .row {
        margin: 0;
    }
}

.refine-search {
    background-color: #FFFFFF;
}

.refine-search h4 {
    font-size: 20px;
    color: #000000;
    font-weight: 600;
    border-bottom: 1px solid #E3E3E3;
}

.refine-search .search-box .search-box-outer {
    position: relative;
}

.refine-search .search-box .search-box-outer .form-control {
    height: 56px;
    border: 1px solid #E3E3E3;
    border-radius: 8px;
    color: #555555;
    padding-right: 80px;
    padding-left: 20px;
}

.refine-search .search-box .search-box-outer .form-control::placeholder {
    color: #000000;
}

.refine-search .search-box .search-box-outer .icon-side {
    position: absolute;
    right: 0;
    border-radius: 0px 8px 8px 0px;
    top: 0;
    height: 100%;
    max-width: 56px;
    background-color: #E3E3E3;
    width: 100%;
    min-height: auto;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all ease .5s;
}

.refine-search .search-box .search-box-outer .icon-side:hover {
    background-color: #d6d6d6;
}

.search-accordation {
    border-top: 1px solid #E3E3E3;
}

.search-accordation .card {
    border: 0;
    border-radius: 0;
}

.search-accordation .card .card-body {
    border: 1px solid #E3E3E3;
    border-bottom: 0;
    border-top: 0;
}

.search-accordation .card .collapse.show .card-body {
    border-bottom: 1px solid #E3E3E3;
}

.search-accordation .card .card-header {
    background-color: #FFFFFF;
    border-bottom: 1px solid #E3E3E3;
    padding: 35px 44px;
}

.search-accordation .card .card-header .btn-link {
    display: flex;
    font-size: 18px;
    padding: 0;
    color: #000000;
    width: 100%;
    min-height: auto;
    margin: 0;
}

.search-accordation .card .card-header .btn-link:hover {
    color: #1B88CA;
    text-decoration: none !important;
}

.search-accordation .card .card-header .btn-link:focus {
    text-decoration: none !important;
}

.search-result-wrap {
    background-color: #fafafa;
}

.search-result-wrap .result-header {
    padding: 22px 28px 22px 43px;
    color: #000000;
}



.search-result-wrap .result-header .sortby {
    display: flex;
    align-items: center;
}

@media (max-width: 767px) {
    /* .search-result-wrap .result-header .sortby {
        margin: 20px 0 0 !important;
    } */
}

.search-result-wrap .result-header .sortby p {
    margin-right: 24px;
    font-size: 18px;
}

.search-result-wrap .result-header .sortby .btn {
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.23);
    font-size: 16px;
    color: #1B88CA;
    background-color: #FFFFFF;
    min-height: auto;
    margin: 0;
}

.search-result-wrap .result-header .sortby .btn:hover {
    background-color: #E3E3E3;
}

.search-result-wrap .result-header .sortby .btn::after {
    display: none;
}

@media (max-width: 575px) {
    .search-result-wrap .result-header .sortby .btn {
        width: 135px;
    }
}

.result {
    /* padding: 10px 40px; */
    border-top: 1px solid #ebebeb;
}

.result .row {
    align-items: baseline;
}

.result .jobs a {
    font-size: 16px;
     color: #1B88CA;
     /* padding: 20px 40px; */
    display: block;
    transition: all ease .5s;
}

.result .jobs a.result-list {
   
     padding: 20px 40px;
 
}

.font-weight-600{
    font-weight: 600;
}
.result .jobs a:hover {
    text-decoration: none;
    background: rgb(236 236 236);
}

/* .result:hover{
  
    background: rgb(236 236 236);
    transition: all ease .5s;
} */

@media (max-width: 575px) {
    .result .jobs a, .result .jobs a.result-list {
        font-size: 14px !important;
        padding: 0px;
    }
}

@media (max-width: 400px) {
    .result .jobs a {
        font-size: 13px !important;
    }
}

.result .jobs .date-place {
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    color: #555555;
}
.jobs p{
    color: #555555;
}

.result .jobs .date-place li {
    margin-right: 38px;
    position: relative;
}

@media (max-width: 575px) {
    .result .jobs .date-place li {
        margin-right: 20px;
    }
}

.result .jobs .date-place li::after {
    position: absolute;
    content: '';
    height: 24px;
    width: 1px;
    background-color: #B4B7C0;
    top: -1px;
    right: -18px;
}

@media (max-width: 575px) {
    .result .jobs .date-place li::after {
        right: -10px;
    }
}

.result .jobs .date-place li:last-child::after {
    display: none;
}

.result .jobs .date-place li a {
    color: #555555;
    font-size: 14px;
}

@media (max-width: 575px) {
    .result .jobs .date-place li a {
        font-size: 12px;
    }
}

.result .jobs .date-place li a:hover {
    text-decoration: none;
    color: #1B88CA;
}

.open-available {
    background-color:rgb(182 220 246 / 22%);
    color: #007bcd;
    border-radius: 8px;
    text-align: center;
    padding: 20px;
    height: 100%;
    width: 100%;
    max-height: 140px;
    max-width: 140px;
    margin: 5px auto;
    /* display: block; */
}

@media (max-width: 767px) {
    .available {
        margin: 0;
        margin-top: 10px;
    }
}

@media (max-width: 575px) {
    .available {
        width: 100%;
    max-width: 100%;
    }
}

.available p {
    font-size: 16px;
    text-transform: uppercase;
}

.available h2 {
    font-size: 28px;
    font-weight: 600;
}

.pagination-wrap {
    flex-wrap: wrap;
}

@media (max-width: 696px) {
    .pagination-wrap {
        justify-content: center;
    }
}

@media (max-width: 696px) {
    .pagination-wrap nav {
        margin: 30px auto 0 !important;
    }
}

.pagination-wrap .page-item .page-link {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    color: #1B88CA;
}

.pagination-wrap .page-item.active .page-link {
    color: #FFFFFF;
    background-color: #1B88CA;
}

.pagination-wrap .page-item:hover .page-link {
    background-color: #01639f;
}

@media (max-width: 991px) {
    .search-result-wrap {
        margin-top: 15px;
    }
}

.intern-left-section h2 {
    font-weight: 300;
    font-size: 44px;
    line-height: 58px;
    margin-bottom: 17px;
    color: #000000;
}

@media (max-width: 1200px) {
    .intern-left-section h2 {
        font-size: 36px;
    }
}

@media (max-width: 575px) {
    .intern-left-section h2 {
        font-size: 23px;
        line-height: 34px;
    }
}

.intern-left-section .date-place {
    display: flex;
    margin: 10px 0 28px;
}

.intern-left-section .date-place li {
    margin-right: 38px;
    position: relative;
}

.intern-left-section .date-place li::after {
    position: absolute;
    content: '';
    height: 24px;
    width: 1px;
    background-color: #B4B7C0;
    top: -1px;
    right: -18px;
}

.intern-left-section .date-place li:last-child::after {
    display: none;
}

.intern-left-section .date-place li a {
    color: #555555;
    font-size: 16px;
    line-height: 21px;
}

.intern-left-section .date-place li a:hover {
    text-decoration: none;
    color: #1B88CA;
}

.intern-left-section .intern-form-wrapper {
    background-color: #fafafa;
}

.intern-left-section .intern-form-wrapper h4 {
    font-size: 20px;
    color: #555555;
    font-weight: 600;
    border-bottom: 1px solid #E3E3E3;
    padding: 24px 40px;
}

.intern-left-section .intern-form-wrapper .form__content {
    padding: 27px 40px 60px;
}

@media (max-width: 575px) {
    .intern-left-section .intern-form-wrapper .form__content {
        padding: 16px 0px 60px;
        margin-bottom: 16px;
    }
}

.intern-left-section .intern-form-wrapper .form__content .required-text {
    color: #666666;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 34px;
}

.intern-left-section .intern-form-wrapper .form__content label {
    font-size: 16px;
    line-height: 24px;
    color: #555555;
    font-weight: 600;
}

.intern-left-section .intern-form-wrapper .form__content .form-control {
    padding: 6px 16px;
    height: 52px;
    margin-bottom: 0px;
    border-radius: 4px;
    font-size: 16px;
}

@media (max-width: 1524px) {
    .intern-left-section .intern-form-wrapper .form__content .form-control {
        font-size: 16px;
    }
}

.intern-left-section .intern-form-wrapper .form__content .form-control:focus {
    box-shadow: none;
}

.intern-left-section .intern-form-wrapper .form__content .custom-selects {
    position: relative;
    display: flex;
}

.intern-left-section .intern-form-wrapper .form__content .custom-selects select {
    flex: 1;
    -webkit-appearance: none;
    z-index: 1;
    background-color: white;
}

.intern-left-section .intern-form-wrapper .form__content .custom-selects select:hover {
    cursor: pointer;
}

.intern-left-section .intern-form-wrapper .form__content .custom-selects .icon {
    position: absolute;
    top: 19px;
    z-index: 1;
    right: 27px;
}

.intern-left-section .intern-form-wrapper .form__content .custom-selects .icon:hover {
    cursor: pointer;
}

.intern-left-section .intern-form-wrapper .form__content .attachment__section {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FBFBFB;
    border: 1px dashed #E3E3E3;
    min-height: 154px;
    padding: 20px;
    margin-bottom: 12px;
    transition: all ease .5s;
    position: relative;
}

.intern-left-section .intern-form-wrapper .form__content .attachment__section:hover {
    cursor: pointer;
}

.intern-left-section .intern-form-wrapper .form__content .attachment__section .text-wrapper {
    margin-left: 42px;
}

.intern-left-section .intern-form-wrapper .form__content .attachment__section .text-wrapper h5 {
    font-size: 18px;
    line-height: 24px;
    color: #555555;
    margin-bottom: 4px;
    font-weight: 600;
}

.intern-left-section .intern-form-wrapper .form__content .attachment__section .text-wrapper p {
    color: #929292;
    font-size: 14px;
    line-height: 19px;
}

.intern-left-section .intern-form-wrapper .form__content .attachment__section .text-wrapper-position {
    position: absolute;
    opacity: 0;
}

.intern-right-section {
    background-color: #fafafa;
}

.intern-right-section .section-header {
    padding: 24px 16px;
    color: #000000;
}

.intern-right-section .section-header h4 {
    font-size: 18px;
}

.intern-right-section .section-header .sortby {
    display: flex;
    align-items: center;
}

.intern-right-section .section-header .sortby p {
    margin-right: 24px;
    font-size: 18px;
}

.intern-right-section .section-header .sortby .btn {
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.23);
    font-size: 16px;
    color: #1B88CA;
    background-color: #FFFFFF;
}

.intern-right-section .section-header .sortby .btn:hover {
    background-color: #E3E3E3;
}

.intern-right-section .section-header .sortby .btn::after {
    display: none;
}

.intern-right-section .result {
    padding: 16px;
    border-top: 1px solid #E3E3E3;
}

.intern-right-section .result .row {
    align-items: center;
}

.intern-right-section .result .jobs a {
    font-size: 19px;
    line-height: 26px;
    font-weight: 400;
    color: #1B88CA;
    display: block;
    transition: all ease .5s;
}

.intern-right-section .result .jobs a:hover {
    text-decoration: underline;
}

.intern-right-section .result .jobs .date-place {
    display: flex;
}

.intern-right-section .result .jobs .date-place li {
    margin-right: 38px;
    position: relative;
}

.intern-right-section .result .jobs .date-place li::after {
    position: absolute;
    content: '';
    height: 24px;
    width: 1px;
    background-color: #B4B7C0;
    top: -1px;
    right: -18px;
}

.intern-right-section .result .jobs .date-place li:last-child::after {
    display: none;
}

.intern-right-section .result .jobs .date-place li a {
    color: #555555;
    font-size: 14px;
}

.intern-right-section .result .jobs .date-place li a:hover {
    text-decoration: none;
    color: #1B88CA;
}

@media (max-width: 1024px) {
    .apply-social {
        flex-direction: column;
        align-items: flex-start !important;
    }
}

.apply-social .btn-apply {
    margin: 0;
    margin-right: 55px;
}

@media (max-width: 1024px) {
    .apply-social .share-social-link {
        margin-top: 20px;
    }
}

@media (max-width: 575px) {
    .apply-social .share-social-link {
        flex-direction: column;
        align-items: flex-start !important;
    }
}

.apply-social .share-social-link p {
    font-size: 16px;
    color: #666666;
}

@media (max-width: 1200px) {
    .apply-social .share-social-link p {
        font-size: 14px;
    }
}

.apply-social .share-social-link .social-site {
    margin-left: 30px;
    flex-wrap: wrap;
}

@media (max-width: 575px) {
    .apply-social .share-social-link .social-site {
        margin-left: 0;
        margin-top: 10px;
    }
}

.social {
    height: 54px;
    width: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #979797;
    margin-right: 25px;
    border-radius: 50%;
    border: 0;
    padding: 0;
    margin-bottom: 15px;
}

.social:hover {
    background-color: #8a8a8a;
}

.facebook {
    background-color: #1977d2;
}

.facebook:hover {
    background-color: #166abb;
}

.twitter {
    background-color: #72c6ec;
}

.twitter:hover {
    background-color: #5cbde9;
}

.linkedin {
    background-color: #0377b5;
}

.linkedin:hover {
    background-color: #03679c;
}

.google {
    background-color: #FFFFFF;
}

.google:hover {
    background-color: #f2f2f2;
}

.job-qualities {
    background-color: #fafafa;
    padding: 0px 25px;
}

.form-control {
       border: 1px solid rgb(206 212 218 / 41%);
 }

@media (max-width: 600px) {
    .job-qualities .d-flex {
        flex-direction: column;
    }
}

@media (max-width: 1200px) {
    .job-qualities .mr-70 {
        margin-right: 40px;
    }
}

@media (max-width: 600px) {
    .job-qualities .mr-70 {
        margin: 0;
    }
}

.job-qualities .table tr:first-child td {
    border-top: 0 !important;
}

.job-qualities .table tr td {
    font-size: 16px;
    color: #333;
    border-top: 1px solid rgb(0 0 0 / 7%);
    padding: 14px 0;
}

@media (max-width: 1200px) {
    .job-qualities .table tr td {
        font-size: 16px;
    }
}

@media (max-width: 1024px) {
    .job-qualities .table tr td {
        font-size: 15px;
    }
}

@media (max-width: 600px) {
    .job-qualities .table:last-child tr:first-child td {
        border-top: 1px solid rgba(0, 0, 0, 0.2) !important;
    }
}

.intern-info {
    background-color: #fafafa;
    padding: 24px;
}

.intern-info .detail h5,
.intern-info .detail p {
    color: #666666;
    font-size: 16px;
        text-align: justify;
}

.intern-info .detail h5 {
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px;
}

.fordivision{
    position: relative;
    margin-top: 20px;
   
}
.fordivision::before{
    content: "";
    height: 16px;
    margin-top: 0px;
    width: 108%;
    background-color: #fff;
    position: absolute;
    top: -16px;
    left: -16px;
}

.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid #333;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}
.intern-info .detail h3 strong {
    
    font-weight: 400;
}

.intern-info .detail ul li {
    position: relative;
    margin-left: 23px;
    color: #666666;
    font-size: 16px;
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.intern-info .detail ul li:after {
    position: absolute;
    left: 0;
    margin-left: -20px;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background-color: #B4B7C0;
    content: '';
    font-size: 14px;
}

@media (max-width: 767px) {
    .internship-job .row {
        margin: 0;
    }
}


/*banner css*/

.banner__content__wrapper {
    margin: 95px 0 120px;
    position: relative;
}

.banner__content__wrapper .banner__img {
    position: absolute;
    top: 15px;
    width: 30%;
    left: 19%;
}


/* .banner__content__wrapper .background__image{
  position: absolute;
} */

.section__banner {
    position: relative;
}

.section__banner::before {
    position: absolute;
    background-color: #F8F9FD;
    height: 100%;
    width: 100%;
    top: -110px;
    content: '';
}

.section__banner .banner__content__wrapper .banner__contents {
    max-width: 945px;
    background-image: url(../images/banner-bg.jpg);
    background-color: #2680eb;
    background-position: center;
    background-size: cover;
    padding:60px 70px 100px;
    margin-left: 16%;
    position: relative;
    z-index: 0;
}

#st-1 .st-btn{
    border-radius: 4px!important;
}

.section__banner .banner__content__wrapper .banner__contents .contents__inner {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    position: relative;
}

.paid__internship {
    background: transparent linear-gradient(150deg, #ecda3b -35%, #d29f13 100%) 5% 10% no-repeat padding-box;
    border-radius: 0px 15px;
    padding: 5px 30px;
    position: absolute;
    top: -30px;
    font-size: 24px;
    right: 5%;
}

.section__banner .banner__content__wrapper .banner__contents::before {
    position: absolute;
    content: '';
    height: 100%;
    width: 80%;
    background-color: rgba(38, 128, 235, .1);
    top: 68px;
    right: -80px;
  
    
}

.section__banner .banner__content__wrapper .banner__contents::after {
    position: absolute;
    content: '';
    height: 100%;
    width: 80%;
    background-color: rgba(38, 128, 235, .1);
    top: -52px;
    left: -80px;
    z-index: -1;
}

.section__banner .banner__content__wrapper .banner__contents .banner__header {
    /* background-color: white; */
    padding: 10px 29px;
    border-radius: 4px;
}

.section__banner .text-center img {
    position: relative;
}

.section__banner .banner__content__wrapper .banner__contents .banner__header h1 {
    color: #ffffff;
    font-size: 50px;
    font-weight: bold;
    line-height: 86px;
    text-transform: uppercase;
}
.section__banner .banner__content__wrapper .banner__contents .banner__header h2 {
    color: #ffffff;
    font-size: 74px;
    font-weight: 400;
    line-height: 58px;
    text-transform: uppercase;
}

.section__banner .banner__content__wrapper .banner__contents p {
    background-color: white;
    color: #2680eb;
    padding: 11px 27px;
    font-size: 26px;
    border-radius: 5px;
    margin: 16px 0 32px;
}

.paid-badge{
    background: #fff;
    font-size: 24px;
    padding: 10px;
    border-radius: 4px;
    color: #2373d5;
    position: relative;
    margin-top: 30px;
}

.paid-badge::before{
    position: absolute;
    top: -22px;
    z-index: 0;
    left: 4px;
    border-bottom: 25px solid transparent;
    border-right: 20px solid #D1E3FA;
    content: "";
    transform: rotate( 
90deg
 );
}

/*about section css*/

.section__about {
    padding: 35px 240px 100px;
    /* background-color: white; */
}

.section__about .about__header h3 {
    font-size: 44px;
    color: #2680EB;
    margin-bottom: 11px;
    display: inline-block;
}

.section__about .about__inner {
    display: flex;
    align-items: center;
}

.section__about .about__inner .about__img__wrapper {
    position: relative;
}

.section__about .about__inner .about__img__wrapper img {
    position: relative;
    z-index: 2;
}

.section__about .about__inner .about__img__wrapper::before {
    top: -36px;
    position: absolute;
    content: '';
    width: 100%;
    height: 92px;
    border: 6px solid #F8F9FD;
    background: #ffffff;
    left: 5%;
    z-index: 1;
}

.section__about .about__inner>div:first-child {
    min-width: 40%;
}

.section__about .about__inner .about__texts p {
    color: #000000;
    font-size: 16px;
    margin-bottom: 20px;
}

.section__about .about__inner .about__contents {
    background-color: #F8F9FD;
    padding: 54px 51px;
    position: relative;
}

.section__about .about__inner .about__contents .apply__now__link {
    position: absolute;
    bottom: -45px;
    left: 53px;
}


/* internship process section css */

.section__internship__process {
    padding: 55px 0 68px;
    background-color: #F8F9FD;
}

.section__internship__process .process__inner h3 {
    font-size: 44px;
    color: #2680EB;
    text-align: center;
    margin-bottom: 50px;
}

.section__internship__process .process__contents .process__block__wrapper {
    text-align: center;
    position: relative;
    margin-right: 84px;
}

.section__internship__process .process__contents .process__block__wrapper:last-child {
    margin-right: 0;
}

.section__internship__process .process__contents .process__block__wrapper::before {
    position: absolute;
    content: '';
    height: 2px;
    width: 90px;
    border-top: 2px dashed #b3b4b6;
    top: 35%;
    left: 100%;
}

.section__internship__process .process__contents .process__block__wrapper:last-child::before {
    display: none;
}

.section__internship__process .process__contents {
    display: flex;
    justify-content: center;
}

.section__internship__process .process__contents .step__count__wrapper {
    background-color: white;
    height: 79px;
    width: 79px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-shadow: 0px 5px 15px #3198FF0F;
    position: absolute;
    top: -25px;
    left: -25px;
    z-index: 5;
}

.section__internship__process .process__contents .process__block__wrapper .process__block {
    height: 153px;
    width: 153px;
    background-color: white;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.section__internship__process .process__contents .process__block__wrapper>span {
    color: #2680EB;
    font-size: 22px;
    font-weight: 500;
    display: inline-block;
    margin-top: 18px;
    text-transform: capitalize;
    cursor: pointer;
}


/* about footer css */

.about__footer ul.social__links__list {
    list-style: none;
    margin: 0;
    padding: 40px 0;
    display: flex;
    align-items: center;
}

.about__footer ul.social__links__list li {
    margin-right: 41px;
}

.about__footer ul.social__links__list li:last-child {
    margin-right: 21px;
}

.about__footer ul.social__links__list li a {
    color: #010002;
    opacity: .6;
    transition: all 0.3s ease;
    font-size: 20px;
}

.about__footer ul.social__links__list li a:hover {
    text-decoration: none;
    opacity: 1;
}

.about__footer ul.social__links__list li .facebook__hover:hover {
    color: #4267B2;
}

.about__footer ul.social__links__list li .twitter__hover:hover {
    color: #00acee;
}

.about__footer ul.social__links__list li .linkedin__hover:hover {
    color: #0e76a8;
}

.about__footer ul.social__links__list li .message__hover:hover {
    color: #B23121;
}

.about__footer ul.social__links__list li .youtube__hover:hover {
    color: #FF0000;
}

.about__footer__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 70px;
    flex-wrap: wrap;
}

.about__footer__inner>p  {
    color: #555555;
    font-size: 20px;
}

.about__footer__inner>a{
    color: #555555;
    font-size: 20px;
    padding-left: 15px;
}

.about__footer__inner>a:hover{
    color: #23abeb;
   
}

.bg__image {
    background-image: url("../images/backgroun-img.svg");
    background-repeat: no-repeat;
    background-position-x: right;
    background-size: 23%;
}


/* Achievement */

.alignment__text::before {
    content: "";
    width: 170px;
    right: 0%;
    bottom: -29px;
    height: 170px;
    border-radius: 100px;
    background-color: #f8f9fd;
    position: absolute;
    z-index: -1;
}

.section__achievement h2 {
    color: #2373D5;
    font-weight: 750;
    font-size: 68px;
}

.section__achievement h4 {
    color: #444444;
    font-weight: 750;
    font-size: 32px;
}

.section__achievement {
    margin-bottom: -3%;
}

.alignment__text {
    text-align: right;
    position: relative;
    margin-right: 12%;
    z-index: 2;
}

.main__inner__section::after {
    content: "";
    background-image: url(../images/images_achievement.svg);
    position: absolute;
    width: 100%;
    background-repeat: no-repeat;
    z-index: -1;
    background-size: auto;
    height: 100%;
}

.main__inner__section {
    position: relative;
    z-index: 2;
    min-height: 660px;
    position: relative;
    background-repeat: no-repeat;
    background-size: 60%;
}

.main__inner__section .main__image {
    position: absolute;
    height: 23%;
    width: 42%;
    bottom: 40%;
    left: -18px;
}

.main__inner__section h5 {
    color: #444444;
    max-width: 10px;
    font-weight: 900;
    font-size: 24px;
}

.main__inner__section h6 {
    color: #444444;
    max-width: 10px;
    font-weight: 300;
    font-size: 18px;
}

.design__transform1,
.design__transform2,
.design__transform3,
.design__transform4 {
    display: flex;
    align-items: center;
    position: absolute;
}

.design__transform1 {
    left: 6%;
    top: -7%;
}

.design__transform2 {
    left: 30%;
    top: 7%;
}

.design__transform3 {
    left: 48%;
    top: 36%;
}

.design__transform4 {
    left: 60%;
    top: 70%;
}

.img__background {
    background: #f8f9fd;
    padding: 25px;
    border-radius: 50%;
}

.img__background img{
    width: 80px;
}



.img__position {
    position: absolute;
    left: 90%;
}

.thank-you-img {
    width: 60%;
    padding: 40px 16px;
}

.error404-img {
    width: 40%;
    padding: 40px 16px;
}

.success-text {
    color: #85ae4a;
    font-weight: 600;
}

.text-404 {
    color: #2680EB;
    font-weight: 600;
}

.back-to-home {
    border: 0;
    text-decoration: underline;
    font-weight: 600;
    font-size: 22px;
    text-underline-offset: 4px;
}

.btn-outline-primary {
    color: #2488ca;
    border-color: #2488ca;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #2488ca;
    border-color: #2488ca;
}

.success-bg {
    background-color: #FFFFFF;
    margin-top: 87px;
    padding: 70px;
}

.success-bg h2 {
    font-size: 32px;
}

.success-bg h5 {
    font-size: 18px;
    padding: 8px 0;
}

.navbar-index-value {
    z-index: 94035;
}


/* Datepicker custom css */

.daterangepicker .drp-buttons .btn {
    width: 105px;
    min-height: 44px;

}

/* .daterangepicker .calendar-table th,
.daterangepicker .calendar-table tr td {
    padding: 3px 10px;
} */

@-moz-document url-prefix() {
    .daterangepicker .calendar-table th,
    .daterangepicker .calendar-table tr td {
        min-width: 29px;
    }
}

.table-condensed tr .available {
    background-color: transparent;
    color: black;
}

.table-condensed tr select.monthselect,
.table-condensed tr select.yearselect {
    font-size: 14px;
}

.form-group .width__given {
    display: flex;
    flex-direction: column;
}

.form-check  .bold__remove {
    font-weight: 400;
    
}

.form-check p{
    cursor: pointer;
    padding-left: 10px;
}

.form-check input[type=checkbox], .form-check input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    height: 18px;
    width: 18px;
}