* {
    font-family: 'Quicksand', sans-serif;
}

header {
    display: inline-block;
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px solid #cccccc40;
}

header .header-top {
    width: 100%;
    background-color: #0e1738;
    display: block;
    margin-bottom: 18px;
    text-align: center;
    color: #fff;
    padding: 14px 0px;
    position: relative;
}

header .logo-area {
    height: 34px;
    margin-top: 8px;
    margin-bottom: 12px;
}

header .diji-menu {
    margin: 0;
    padding: 0;
    float: right;
}

header .diji-menu li {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
}

header .diji-menu li a{
    margin: 0;
    text-decoration: none;
    color: #1e1f28;
    padding: 12px 12px;
    display: block;
    font-weight: 600;
    font-size: 16px;
}

header .diji-menu > li > a > ion-icon{
    font-size: 15px;
    float: right;
    margin-left: 8px;
    margin-top: 5px;
}

header .diji-menu > li:last-child > a{
    color: #fff;
    background-color: #3e63f5;
    padding: 12px 25px;
    margin-left: 12px;
    border-radius: 8px;
}



.career-area h6{
    margin-bottom: 21px;
    width: 100%;
    margin-top: 25px;
    border-bottom: 1px solid #f1f1f1;
    text-align: center;
    padding-bottom: 15px;
    font-weight: bold;
    font-size: 20px;
    color: dimgrey;
}

.career-area input, .career-area select {
    display: block;
    width: 100%;
    border: 2px solid #E8E8E8;
    padding: 13px 17px;
    background: #FFFFFF;
    color: #5f5f5f;
    font-weight: 600;
    border-radius: 3px;
    margin-bottom: 25px;
    outline: 0;
}

.career-area input::placeholder {
    color: #5f5f5f;
}

.career-area textarea {
    display: block;
    width: 100%;
    border: 2px solid #E8E8E8;
    padding: 13px 17px;
    background: #FFFFFF;
    color: #5f5f5f;
    font-weight: 600;
    border-radius: 3px;
    margin-bottom: 25px;
    outline: 0;
}

.career-area {
    padding: 35px 0px;
}

.career-area button {
    background-color: #ff053d;
    color: #fff !important;
    position: relative;
    border-radius: 5px !important;
    padding: 11px 35px !important;
    border: 0;
    font-size: 15.5px;
    font-weight: 600;
    position: relative;
    margin-top: -5px;
    outline: 0;
}


.career-select-btn input[type="radio"] {
    display: none;
}

.career-select-btn label {
    background-color: #f9f9f952;
    box-shadow: 0px 0px 10px #cccccc38;
    padding: 30px 20px;
    border: 1px solid #cccccc4a;
    border-radius: 5px;
    width: 100%;
}

.career-select-btn label h5 {
    color: #ff053d;
    font-size: 17px;
    font-weight: 600;
}

.career-select-btn label p {
    color: #8a8a8a;
    font-size: 15px;
    font-weight: 500;
    margin-top: 13px;
    display: block;
}

.career-select-btn label span {
    color: #8a8a8a;
    background-color: #ffffff59;
    display: inline-table;
    padding: 3px 15px;
    border: 1px solid #e2e2e2b8;
    font-size: 14px;
    border-radius: 5px;
    transition: all 500ms;
}

.career-select-btn label:hover span {
    color: #fff;
    background-color: #ff053d;
    display: inline-table;
    padding: 3px 15px;
    border: 1px solid #ff053d;
    font-size: 14px;
    border-radius: 5px;
    transition: all 500ms;
}

.career-select-btn input[type="radio"]:checked+label {
    background-color: #ff053d !important;
    color: #fff !important;
}

.career-select-btn input[type="radio"]:checked+label h5{
    color: #fff !important;
}

.career-select-btn input[type="radio"]:checked+label p{
    color: #fff !important;
}

.career-select-btn input[type="radio"]:checked+label span {
    color: #fff !important;
    background-color: transparent;
    border-color: #fff;
}


.contact-area {
    padding-top: 45px;
    display: inline-block;
    width: 100%;

}

.contact-area .box svg {
    height: 52px;
    margin-bottom: 12px;
    fill: #ff053d;
}

.contact-area .box {
    text-align: center;
    margin-top: 15px;
}

.contact-area .box h5 {
    color: #424242;
    font-size: 19px;
}

.contact-area .box p {
    color: #656565;
    font-weight: 300;
    margin-bottom: 10px;
    font-size: 16px;
}

.contact-area .box a {
    color: #656565;
    font-weight: 300;
    margin-bottom: 14px;
    font-size: 16px;
    text-decoration: none;
}


.contact-area .box a.ozel {
    color: #ff053d;
    font-weight: 500;
    border-bottom: 1px dashed #ff053d;
    text-decoration: none;
    padding: 7px 2px;
}

.hood-area {
    text-align: center;
}

.hood-area h2 {
    font-weight: 500;
    margin-top: 45px;
    font-size: 28px;
    color: #1e1f28;
}

.hood-area p {
    margin-bottom: 0px;
}

.maps-area {
    padding: 15px 0px;
    background-color: #f8fafc;
}

.maps-area .map-box h6 {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 12px;
    margin-top: 10px;
}

.slider-area .slider {
    padding: 0px;
}



.search-area {
    background-color: #0e1738;
}

.search-area img {
    width: 100%;
}

.search-area .search {
   margin-top: 17%;
}

.search-area .search form {
    width: 100%;
    display: inline-block;
    padding-right: 200px;
    position: relative;
}

.search-area .search input {
    width:100%;
    display: inline-block;
    position: relative;
    height: 44px;
    font-weight: 500;
    outline: 0;
    border: 0;
    padding: 5px 15px;
    border-radius: 3px;
}

.search-area .search button {
    position: absolute;
    right: 0;
    width: 182px;
    border: 0;
    padding: 0;
    height: 46px;
    color: #fff;
    background-color: #3e63f5;
    outline: 0;
    border-radius: 3px;
    font-weight: 500;
}

.search-area .sumtext img {
    width: auto;
    height: 24px;
    float: left;
    margin-right: 13px;
    margin-bottom: 5px;
}

.search-area h4 {
    color: #fff;
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 20px;
}

.search-area .sumtext {
    color: #fff;
    font-size: 14px;
    line-height: 21px;
    margin-top: 21px;
    font-weight: 400;
}

footer {
    background-color: #0e1738;
    width: 100%;
    padding-top: 25px;
    padding-bottom: 8px;
}

footer .footer-text {
    color: #e2e2e2;
    font-size: 12px;
    text-align: center;
    line-height: 25px;
    margin-bottom: 24px;
    margin-top: -3px;
}

footer .footer-application {
    text-align: center;
    width: 100%;
}

footer .footer-application h2{
    color: #fff;
    font-size: 21px;
    font-weight: 400;
    margin-top: 22px;
    margin-bottom: 17px;
}

footer .footer-application p {
    color: #fff;
    font-weight: 300;
    font-size: 15px;
    line-height: 28px;
}

footer .footer-application .applicatons {
    padding: 0;
    display: table;
    margin: 0 auto;
    margin-top: 28px;
    margin-bottom: 17px;
}

footer .footer-application .applicatons li {
    float: left;
    padding: 0px 12px;
    list-style: none;
}

footer .footer-application .applicatons li img {
    width: 100%;
    height: 42px;
}


footer .copyright {
    background-color: transparent;
    width: auto;
    display: table;
    margin: 0 auto;
}

footer .copyright ul {
    margin: 0px;
    padding: 20px 0px;
    padding-top: 15px;
    display: inline-block;
    padding-bottom: 10px;
}

footer .copyright ul li{
    margin: 0px;
    padding: 0px;
    list-style: none;
    float: left;
    border-right: 1px dashed #fff;
    display: block;
    padding-right: 10px;
    margin-right: 10px;
    font-size: 13px;
    font-weight: 400;
    color:#fff;
}

footer .copyright ul li a{
    text-decoration: none;
    color: #fff;
}

footer .copyright ul li:last-child {
    border-right: 0px dashed #313131;
}

footer .footer-menu {
    display: inline-block;
    width: 100%;
    border-top: 1px solid #ffffff87;
    border-bottom: 1px solid #ffffff87;
    padding: 15px 0px;
    margin: 21px 0px;
    margin-top: 30px;
}

footer .footer-menu ul {
    display: table;
    margin: 0 auto;
    width: auto;
}

footer .footer-menu ul li {
    display: block;
    float: left;
    padding: 0px;
}

footer .footer-menu ul li a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 0px 12px;
    font-size: 14px;
    font-weight: 300;
}

footer .footer-bank {
    display: table;
    margin: 0 auto;
    margin-bottom: 15px;
    width: 100%;
    max-width: 520px;
    margin-top: 6px;
    background-color: #162147;
    padding: 14px 32px;
    border-radius: 43px;
}

.refferance-area {
    padding: 32px 0px;
    padding-top: 54px;
}

.refferance-area  .refferance-box {
    padding: 0px 8px;
}

.refferance-area img {
    width: 100%;
}

.work-worker {
    padding: 25px 0px;
}

.work-worker .box {
    padding: 30px 25px;
    width: 100%;
    border-radius: 10px;
    background-color: #162147;
    display: inline-block;
    text-decoration: none;
    background-size: cover;
    background-position: center;
}

.work-worker .col-md-6:first-child .box {
    background-image: url('../img/worker.jpg');
}

.work-worker .col-md-6:last-child .box {
    background-image: url('../img/work.jpg');
}

@media(min-width: 768px){
    .work-worker .box {
        padding-right: 140px;
    }
}

.work-worker .box h3 {
    color: #fff;
    font-size: 18px;
}

.work-worker .box p {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 24px;
}


.work-worker .box span {
    display: table;
    padding: 8px 18px;
    font-size: 15px;
    border-radius: 3px;
    color: #fff;
    background-color: #0e1738;
}

.about-robo {
    width: 100%;
    padding-top: 35px;
    position: relative;
}

.wave-line {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: absolute;
    bottom: 52px;
    z-index: 0;
}

.wave-line svg {
    display: block;
    width: 100%;
    height: 250px;
}

.about-robo h2{
    text-align: center;
    font-size: 22px;
    margin-bottom: 25px;
}

.about-robo img {
    display: table;
    margin: 0 auto;
    width: 100%;
    max-width: 420px;
    position: relative;
    z-index: 2;
}

.fqa-area {
    width: 100%;
    background-color: #cdd7fc;
    padding: 30px 0px;
}

.fqa-area h2 {
    text-align: center;
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 25px;
}

.fqa-area .fqa-box{
    width: 100%;
}

.fqa-area .fqa-box a {
    width: 100%;
    text-decoration: none;
    background-color: #eaeefe;
    display: inline-block;
    padding: 11px 19px;
    border-radius: 3px;
    color: #282828;
    font-weight: 500;
    margin-bottom: 12px;
    font-size: 15px;
}

.fqa-area .fqa-box a ion-icon{
    float: right;
    font-size: 19px;
    margin-top: 2px;
}

.fqa-area .fqa-box p{
    display: none;
    font-size: 15px;
}

.hemen-is-bul {
    padding: 42px 0px;
}

.hemen-is-bul .is-bul-box {
    background-image: url('../img/isbulback.jpg');
    width: 100%;
    padding: 82px 45px;
    border-radius: 10px;
    background-size: cover;
    background-position: center;
}

.hemen-is-bul .is-bul-box h2 {
    color: #fff;
    font-size: 23px;
    line-height: 34px;
    margin-bottom: 22px;
}

.hemen-is-bul .is-bul-box a {
    color: #fff;
    background-color: #3e63f5;
    text-decoration: none;
    padding: 9px 24px;
    display: table;
    border-radius: 5px;
    margin-top: 19px;
    font-weight: 600;
}

.login-register {
    position: relative;
    width: 100%;
}

.login-images-area {
    position: absolute;
    width: 50%;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #162147;
    background-image: url('../img/login-back.jpg');
    background-position: center;
    background-size: cover;
}

.login-images-area h3 {
    position: absolute;
    left: 10%;
    bottom: 10%;
    font-size: 21px;
    line-height: 33px;
    color: #fff;
}

.login-form-area {
    padding: 125px 32px;
}

.login-form-area h3 {
    font-size: 21px;
    line-height: 28px;
    margin-bottom: 20px;
}

.login-form-area .phone-alert {
    font-size: 14px;
}

.login-type {
    display: flex;
    list-style: none;
    padding: 4px;
    background: #e0e0e0;
    border-radius: 30px;
    width: 100%;
    max-width: 392px;
    gap: 5px;
}

.login-type li {
    flex: 1;
    position: relative;
}

.login-type input[type="radio"] {
    display: none;
}

.login-type label {
    display: block;
    padding: 10px 0;
    border-radius: 30px;
    text-align: center;
    cursor: pointer;
    background: transparent;
    color: #0d123e;
    font-weight: 500;
    transition: all 0.3s ease;
}

.login-type input[type="radio"]:checked + label {
    background: #0d123e;
    color: #fff;
}

.login-form-area .phone-input {
    padding: 12px 15px;
    background: #e0e0e0;
    width: 100%;
    max-width: 392px;
    border: 0px;
    outline: 0;
    border-radius: 1px;
    font-weight: 500;
    color: #303030;
    font-size: 17px;
    margin-bottom: 14px;
}

.login-form-area button {
    background-color: #3e63f5;
    color: #fff;
    border: 0px;
    padding: 11px 57px;
    border-radius: 29px;
    font-weight: 500;
    outline: 0;
}

.text-page {
    padding: 35px 0px;
    font-size: 14px;
    line-height: 23px;
    font-weight: 500;
    color: #464646;
}

.text-page .hood-page {
    font-size: 17px;
    border-bottom: 1px dashed #9f9f9f;
    padding-bottom: 8px;
    margin-bottom: 13px;
    font-weight: 600;
}
