@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

:root {
    --primary-color: #003B6F;
}
body {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal
}
h2 {
    font-size: 36px;
    color: #3B3B3B;
    font-weight: 700;
}
.btn {
    padding: 12px 30px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 600;
}
.btn-primary {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}
.box-grey {
    background: #F8F8F8;
}
.navbar {
    background-color: var(--primary-color);
    padding: 5px 30px;
}
.navbar-brand {
    padding: 0 0 7px 0;
    font-size: 40px;
    color: #fff;
    font-weight: 700;
}
.nav-link {
    color: rgb(255 255 255 / 78%)
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: rgb(255 255 255);
}
.navbar .btn {
    padding: 8px 16px;
    border-radius: 8px; 
}
.navbar .btn-outline-info {
    color: #fff;
    border-color: #fff;
    margin-right: 20px;
}
.navbar .btn-success {
    color: #003b6f;
    background: #fff;
    border-color: #fff;
    margin-right: 20px;
}
.navbar-toggler {
    border-color: #fff;
}
.navbar-toggler-icon {
    filter: brightness(0) invert(1);
}
.hero-sec {
    background-image: url(../img/hero.jpg);
    background-size: cover;
    background-position: bottom;
    min-height: 50vh;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.hero-sec h1 {
    font-weight: 900;
    line-height: 1.5;
}

.hero-sec p {
    font-size: 20px;
    margin: 20px 0 40px;
}

.product-showcase .box-grey { 
    padding: 100px;
}
.pro-content-box {
    max-width: 390px;
    margin: 0 auto;
}

.study-technology {
    background-image: url(../img/abstract-layer.jpg);
    padding: 150px 0;
}
.study-card {
    background: #fff;
    padding: 30px;
    border-radius: 15px;
}
.study-card:hover {
    background-color: #1068B6;
}
.study-card:hover svg {
    filter: brightness(0) invert(1);
}
.study-card h3 {
    color: #000;
    font-size: 20px;
    font-weight: 600;
}
.study-card p {
    color: #9F9F9F;
}
.study-card:hover p, .study-card:hover h3 {
    color: #fff;
}
.study-card svg:first-child {
    height: 100px;
    margin-bottom: 20px;
}

.support {
    background-image: url(../img/abstract-layer2.png);
    background-repeat: no-repeat;
    background-position-x: right;
    margin: 100px 0;
}

.floating-card .card-row {
    background-color: var(--primary-color);
    border-radius: 16px;
    padding: 60px 30px;
}
.card-row .cols {
    display: flex;
}
.floating-card .card-row h3 {
    font-size: 24px;
}
.floating-card .card-row p {
    color: rgb(255 255 255 / 60%);
    margin-bottom: 0;
}
.floating-card .icons {
    min-width: 100px;
    height: 100px;
    width: 100px;
    background: rgb(255 255 255 / 20%);
    border-radius: 24px;
    align-content: center;
    text-align: center;
    margin-right: 20px;
}

.services .bg_blue {
    background: var(--primary-color);
    margin-top: 100px;
    padding: 100px 0 200px;
}
.service-row {
    margin-top: -121px;
}
.services .card {
    padding: 40px;
    border-radius: 20px;
    border: 1px solid #C8C8C8;
    box-shadow: 0 0 30px 0px rgb(157 159 238 / 30%);
        height: 511px;

}

.services .card img {
    width: 100px;
    margin: 0 auto 20px;
}

.services .card h3 {
    font-size: 22px;
}
.services .card .btn-primary { 
    width: max-content;
    margin: 15px auto 0;
}


/**************************** Clent Feedback area  ****************************/
.client-feedback {
    background: #F9F9F9;
    padding: 70px 0 60px;
    margin-top: 100px;
}
.client-feedback .owl-carousel .owl-stage-outer {
    padding: 20px 20px;
} 
.client-feedback .feedback-item {
    padding: 25px;
    border-radius: 10px;
    background: white;
    box-shadow: 0 0 15px rgba(0, 0, 0, .07);
}
.client-feedback .feedback-item-header img {
    width: 66px;
    height: 66px;
    max-width: 66px;
    min-width: 66px;
    margin-right: 20px;
}
.client-feedback .feedback-item-name h3 {
    color: #232222;
    font-size: 20px;
    font-weight: 600;
}
.feedback-item-name h4 {
    color: #A3A3A3;
    font-size: 16px;
}
.client-feedback img.feedback-review {
    width: 110px;
    margin: 15px 0 24px;
}
.client-feedback img.feedback-card-img {
    display: block;
    width: 100%;
    max-width: 80%;
    margin: 0 auto;
}
.client-feedback .owl-carousel .owl-nav.disabled {
    display: block;
}
.client-feedback .owl-carousel button.owl-prev, .client-feedback .owl-carousel button.owl-next {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center; 
    overflow: hidden;
    z-index: 1;
    color: #1A5CEA;
    font-size: 22px;
    transition: all .4s ease-in-out;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #EEF3FF;
    border: none;
}
.client-feedback .owl-carousel button.owl-prev:hover, .client-feedback .owl-carousel button.owl-next:hover { 
    background: #1A5CEA; 
    color: #fff; 
}
.client-feedback button.owl-prev {
    left: -35px;
}
.client-feedback button.owl-next {
    right: -55px;
}
.feedback-item-body {
    padding-top: 30px;
}

.hiring {
    background-image: url(../img/hiring_bg.jpg);
    padding: 120px 0;
    text-align: center;
}

footer {
    text-align: left;
    background: #1E1F1E;
    padding: 50px 0  0px 0;
}

footer ul {
    padding: 0;
    list-style: none;
}

footer ul li a {
    color: #fff;
    text-decoration: none;
    margin: 10px 0;
    display: block;
}

footer h4 {
   font-size: 18px;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #28d5ac;
    font-weight: 600;
}
.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; /* remove the gap so it doesn't close */
}

.bg {
  position:absolute;
  z-index:-1;
  top:0;
  right:0;
  bottom:0;
  left:0;
  background: 
radial-gradient(circle at 30% 86%, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.03) 8%, transparent 8%, transparent 92%), radial-gradient(circle at 55% 100%, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.03) 8%, transparent 8%, transparent 92%), radial-gradient(circle at 40% 75%, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.03) 6%, transparent 6%, transparent 94%), radial-gradient(circle at 7% 99%, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.03) 6%, transparent 6%, transparent 94%), radial-gradient(circle at 69% 76%, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.03) 6%, transparent 6%, transparent 94%), radial-gradient(circle at 2% 35%, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.03) 6%, transparent 6%, transparent 94%), radial-gradient(circle at 14% 48%, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.03) 6%, transparent 6%, transparent 94%), radial-gradient(circle at 28% 87%, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.04) 4%, transparent 4%, transparent 96%), radial-gradient(circle at 65% 14%, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.04) 4%, transparent 4%, transparent 96%), radial-gradient(circle at 51% 36%, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.04) 4%, transparent 4%, transparent 96%), radial-gradient(circle at 6% 93%, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.04) 4%, transparent 4%, transparent 96%), linear-gradient(135deg, rgb(23, 233, 173), rgb(9 25 82));  
}
.logionBg {
    padding: 20px 0 30px 0;
    background: #d7dee88a;
    /* display: flex;
     justify-content: center;
     height: 100vh;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f5f5f5;*/
    text-align: center;
}

    .form-control {
        box-shadow: none;
        border-color: #ddd;
    }
    .form-control:focus {
        border-color: #4aba70; 
    }
    .login-form {
        width: 350px;
        margin: 0 auto;
        padding: 30px 0;
    }
    .login-form form {
        color: #434343;
        border-radius: 22px;
        margin-bottom: 15px;
        background: #fff;
        border: 1px solid #f3f3f3;
        box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
        padding: 30px;
    }
    .login-form h4 {
        text-align: center;
        font-size: 22px;
        margin-bottom: 20px;
    }
    .login-form .avatar {
        color: #fff;
        margin: 0 auto 30px;
        text-align: center;
        width: 100px;
        height: 100px;
        border-radius: 50%;
        z-index: 9;
        background: #044F92;
        padding: 15px;
        line-height: 60px;
        box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
    }
    .login-form .avatar img{width: 40px;}
    .login-form .avatar i {
        font-size: 62px;
    }
    .login-form .form-group {
        margin-bottom: 20px;
    }
    .login-form .form-control, .login-form .btn {
        min-height: 40px;
        border-radius: 2px; 
        transition: all 0.5s;
    }
    .login-form .close {
        position: absolute;
        top: 15px;
        right: 15px;
    }
     .goBack{background: #bababa1c !important;
    width: 50%;
    text-align: center;
    line-height: 42px;
    border-radius: 12px;
    margin-left: 6px;
    color: #5e5e5e !important;
    text-decoration: none;
    border: #c4c4c4 solid 1px;}
    .login-form .btn {
           width: 50%;margin-right: 6px;
    background: #044f92;
    border: none;
    line-height: normal;
    border-radius: 12px;
    }
    .login-form .btn:hover, .login-form .btn:focus {
        background: #42ae68;
    }
    .login-form .checkbox-inline {
        float: left;
    }
    .login-form input[type="checkbox"] {
        margin-top: 2px;
    }
    .login-form .forgot-link {
        float: right;
    }
    .login-form .small {

color: #fff;        font-size: 13px;
    }
    .login-form a {
        color: #4aba70;
    }
    .btns{display: flex;}





.container_r h1 {
    font-weight: bold;
    margin: 0px 0 15px 0;
    font-size: 29px;
}

.container_r h2 {
    text-align: center;
}

.container_r p {
    font-size: 14px;
    font-weight: 100;
    line-height: 20px;
    letter-spacing: 0.5px;
    margin: 20px 0 30px;
}

.container_r span {
  margin:  0 0 10px 0;
}
.container_r .form-group{text-align: left;}
    .container_r .form-group label {
        margin-top: 11px;
        font-size: 13px;
        margin-bottom: 0 !important;
    }

.container_r a {
    color: #009ffc;
    font-size: 14px;
    text-decoration: none;
    margin: 15px 0;
}

.accordion-item{background: transparent; border: 0;}
.container_r button {
    border-radius: 20px !important;
    border: 1px solid #217db4;
    background-color: #217db4;
    color: #FFFFFF;
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: bold;
    padding: 12px 45px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: transform 80ms ease-in;
}

.container_r button:active {
    transform: scale(0.95);
}

.container_r button:focus {
    outline: none;
}

.container_r button.ghost {
    background-color: transparent;
    border-color: #FFFFFF;
}

.container_r form {
    background-color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 40px;
    height: 100%;
    text-align: center;
}
.container_r [type="tel"] {
    background-color: #eeeeee45;
    border: #e3e2e2 solid 1px;
    padding: 7px 15px;
    margin: 6px 0;
    width: 100%;
    border-radius: 10px;
}
.iti {
    
    width: 100%;
}
    .iti button {
        width: auto !important;
        padding: 0 6px 0 1px !important;
        background: transparent !important;
        color: #000 !important;
        border: 0 ;
        border-right: #efefef solid 1px;
        border-radius: 0px !important;
    }
.container_r input {
    background-color: #eeeeee45;
    border: #e3e2e2 solid 1px;
    padding: 7px 15px;
    margin: 0px 0 6px 0;
    width: 100%;
    border-radius: 10px;
}
#quickForm {
    background: #d4e6ff38!important;
    border: #163a6b solid 1px !important;
}
#quickForm label {
    font-size: 14px;
    margin: 10px 0 5px 0;
}
.utf_grid_job_widget_area {
    background-color: #fff;
    padding: 60px 0 0px 0;
    border: 1px solid #163a6b;
    box-shadow: 4px 3px 10px 0 rgb(140 142 143 / 29%);
    -webkit-box-shadow: 4px 3px 10px 0 rgb(140 142 143 / 29%);
    border-radius: 6px;
    text-align: center;
    /*overflow: hidden;*/
    transition: .7s;
    margin-bottom: 30px;
    position: relative;
    transition: all 0.5s ease-in-out;
    min-height: 300px;
}

    .utf_grid_job_widget_area .job-type {
        padding: 0px 8px;
        border-radius: 31px;
        font-size: 8px;
        line-height: 18px;
        font-weight: 600;
        display: inline-block;
        text-transform: uppercase;
        border: 1px solid #eaeff5;
        position: absolute;
        top: 15px;
        left: 15px;
        color: #ffffff !important;
        border-color: rgba(31, 182, 80, 0.12) !important;
        background: #1fb650 ;
    }

.utf_job_like {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #dadada;
    width: 34px;
    height: 34px;
    line-height: 36px;
    border-radius: 30px;
}

    .utf_job_like .toggler {
        font-size: 16px;
        color: #ffffff;
    }

.coursesBlock .section-title1 {
    width: 100%;
    margin-bottom: 20px;
}

.utf_job_like .toggler i {
    top: 10px;
    position: relative;
}

.internship-type {
    color: #f21136 !important;
    border-color: rgba(242, 17, 54,0.1) !important;
    background: rgba(242, 17, 54,0.1);
    padding: 0px 7px;
    font-size: 12px;
    font-weight: 500;
    border-radius: 4px;
}

part-type {
    color: #feb801 !important;
    border-color: rgba(254, 184, 1,0.1) !important;
    background: rgba(254, 184, 1,0.1);
    padding: 0px 7px;
    font-size: 12px;
    font-weight: 500;
    border-radius: 4px;
}

.full-type {
    color: #1fb650 !important;
    border-color: rgba(31, 182, 80,0.12) !important;
    background: rgba(31, 182, 80,0.12);
    padding: 0px 7px;
    font-size: 12px;
    font-weight: 500;
    border-radius: 4px;
}

.utf_grid_job_widget_area .u-content a:hover {
    color: #000
}

.utf_grid_job_widget_area .u-content {
    padding: 0 1.25rem 1.25rem;
    text-align: left;
}
.u-content h5 {
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: 500;
    text-align: center;
}
.job-post-company p {
    text-align: center;
    font-size: 14px;
}
.u-content h5 a {
    color: #2061ba;
    text-decoration: none;
    font-size: 17px;
}
label {
   /* margin-bottom: 8px;
    margin-top: 15px;*/
    font-size: 14px;
}
.btn-add-job {
    background-image: linear-gradient(#0051B4, #0CBCF2);
    text-shadow: 1px 1px #183973;
    -moz-user-select: none;
    text-transform: capitalize;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 0;
    margin-bottom: 0;
    padding: 11px 24px;
    border-radius: 10px;
    float: right;
    cursor: pointer;
    transition: color 0.4s linear;
    position: relative;
    z-index: 1;
    border: 0;
    overflow: hidden;
    margin: 0;
}
.actions {
    border-top: #f2f2f2 solid 1px;
    margin-top: 15px;
    padding: 10px 0px 12px 1px;
    position: absolute;
    width: 100%;
    background: #163a6b;
    bottom: 0;
}
    .actions a {
        padding: 2px 6px;
    }
    .actions img {
        /* filter: grayscale(100%); */
        opacity: 10;
    }
.utf_apply_job_btn_item {
    position: absolute;
    right: 16px;
    bottom: 29px;
}

.utf_grid_job_widget_area .avatar {
    margin: 0 0 7px 0;
    position: relative;
    display: block;
    max-width: 100%;
    width: 100%;
    height: 100px;
    border-radius: 6px;
    background: #ffffff;
    overflow: hidden;
    /*border: 2px solid rgb(222 222 222);*/
    text-align: center;
}

.container_r_login {
    min-height: 545px !important}
.container_r {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 1px 0px rgb(0 0 0 / 15%), 0px 8px 10px rgb(0 0 0 / 15%);
    position: relative;
    overflow: hidden;
    width: 968px;
    max-width: 100%;
   /* min-height: 850px;*/
    margin: 0% auto 2% auto;
}

.form-container {
    /*position: absolute;*/
    top: 0;
    height: 100%;
    transition: all 0.6s ease-in-out;
}

.sign-in-container {
    left: 0;
    width: 50%;
    z-index: 2;
}

.container.right-panel-active .sign-in-container {
    transform: translateX(100%);
}

.sign-up-container {
    left: 0;
    width: 50%;
    opacity: 0;
    z-index: 1;
}

.container.right-panel-active .sign-up-container {
    transform: translateX(100%);
    opacity: 1;
    z-index: 5;
    animation: show 0.6s;
}

@keyframes show {
    0%, 49.99% {
        opacity: 0;
        z-index: 1;
    }
    
    50%, 100% {
        opacity: 1;
        z-index: 5;
    }
}

.overlay-container {
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    height: 100%;
    overflow: hidden;
    transition: transform 0.6s ease-in-out;
    z-index: 100;
}

.container.right-panel-active .overlay-container{
    transform: translateX(-100%);
}

.overlay {
    background: #003b6f;
    background-position: 0 0;
    color: #FFFFFF;
    position: relative;
    left: -100%;
    height: 100%;
    width: 200%;
    transform: translateX(0);
    transition: transform 0.6s ease-in-out;
}

.container.right-panel-active .overlay {
    transform: translateX(50%);
}

.overlay-panel {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 40px;
    text-align: center;
    top: 0;
    height: 100%;
    width: 50%;
    transform: translateX(0);
    transition: transform 0.6s ease-in-out;
}

.overlay-left {
    transform: translateX(-20%);
}

.container.right-panel-active .overlay-left {
    transform: translateX(0);
}

.overlay-right {
    right: 0;
    transform: translateX(0);
}

.container.right-panel-active .overlay-right {
    transform: translateX(20%);
}

.social-container {
    margin: 20px 0;
}

.social-container a {
    border: 1px solid #DDDDDD;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0 5px;
    height: 40px;
    width: 40px;
}




/* Create three columns of equal width */
.columns {
  float: left;
  width: 33.3%;
  padding: 8px;
}

/* Style the list */
.price {
  list-style-type: none;
  border: 1px solid #2b7099;
  margin: 0;
  padding: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* Add shadows on hover */
.price:hover {
  box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2)
}

/* Pricing header */
.price .header {
  background-color: #111;
  color: white;
  font-size: 25px;
}

/* List items */
.price li {
    color: #fff;
  border-bottom: 1px solid #2b7099;
  padding: 20px;
  text-align: center;
}

/* Grey list item */
.price .grey {
  background-color: #185c85;
  font-size: 20px;
}

/* The "Sign Up" button */
.button {
  background-color: #fff;
  border: none;
  color: white;
  padding: 10px 25px;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
}
.price{border-radius: 13px; overflow: hidden;}
.w3-third{width: 100%; }
/* Change the width of the three columns to 100%
(to stack horizontally on small screens) */
@media only screen and (max-width: 600px) {
  .columns {
    width: 100%;
  }
}


.search {
/*  width: 100%;*/
  position: relative;
  display: flex;
 padding: 100px;
  width: 700px;
  margin:0 auto; 
}

.searchTerm {
  width: 100%;
  border: 3px solid #003b6f;
  border-right: none;
  padding: 10px;
  height: 45px;
  border-radius: 5px 0 0 5px;
  outline: none;
  color: #9DBFAF;
}

.searchTerm:focus{
  color: #00B4CC;
}

.searchButton {
  width: 60px;
  height: 45px;
  border: 1px solid #003b6f;
  background: #003b6f;
  text-align: center;
  color: #fff;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  font-size: 20px;
}

/*Resize the wrap to see the search bar change!*/
.wrap{
  /*width: 30%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);*/
  background:#e5e5e56b;
}

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.clogos{padding: 100px 0; text-align: center; background: #e2e2e269}

:root {
    --color-background: #f4f4f4;
    --color-card-background: #fff;
    --color-title: #333;
    --color-subtitle: #777;
    --color-description: #555;
    --color-icon-1: #4CAF50;
    --color-icon-2: #FF9800;
    --color-icon-3: #F44336;
    --color-icon-4: #2196F3;
    --color-icon-5: #9C27B0;
    --color-icon-6: #3F51B5;
    --color-icon-7: #00BCD4;
    --color-icon-8: #8BC34A;

    --font-size-title: 1.5rem;
    --font-size-subtitle: 1.2rem;
    --font-size-description: 1rem;

    --spacing-padding: 20px;
    --spacing-gap: 20px;
    --spacing-section-padding: 40px;
    --border-radius-card: 8px;
    --box-shadow-card: 0 2px 10px rgba(0, 0, 0, 0.1);
}



.services2 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: var(--spacing-gap);
    padding: var(--spacing-section-padding);
    margin-top: -171px;
}

.service-card {
    background-color: var(--color-card-background);
    border-radius: var(--border-radius-card);
    box-shadow: var(--box-shadow-card);
    padding: var(--spacing-padding);
    text-align: center;
}

.icon-header svg {
    margin-bottom: 15px;
}

.service-title {
    font-size: var(--font-size-title);
    color: var(--color-title);
    margin: 10px 0;
}

.service-subtitle {
    font-size: var(--font-size-subtitle);
    color: var(--color-subtitle);
    margin: 5px 0;
}

.service-description {
    font-size: var(--font-size-description);
    color: var(--color-description);
    margin-top: 15px;
}

/* SVG Icon Colors */
.service-card:nth-child(1) .icon-header svg circle {
    fill: var(--color-icon-1);
}

.service-card:nth-child(2) .icon-header svg circle {
    fill: var(--color-icon-2);
}

.service-card:nth-child(3) .icon-header svg circle {
    fill: var(--color-icon-3);
}

.service-card:nth-child(4) .icon-header svg circle {
    fill: var(--color-icon-4);
}

.service-card:nth-child(5) .icon-header svg circle {
    fill: var(--color-icon-5);
}

.service-card:nth-child(6) .icon-header svg circle {
    fill: var(--color-icon-6);
}

.service-card:nth-child(7) .icon-header svg circle {
    fill: var(--color-icon-7);
}

.service-card:nth-child(8) .icon-header svg circle {
    fill: var(--color-icon-8);
}

/* Responsive adjustments */
@media (max-width: 1024px) {
    .services2 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .services2 {
        grid-template-columns: 1fr;
    }
}



.c-faqs {
  width: var(--faqs-container-width, min(70rem, 90%));
  margin: 30px auto 60px auto;
  border-radius: var(--faqs-border-radius, 8px);
  overflow: hidden;
  box-shadow: var(--faqs-box-shadow, 1px 2px 4px rgba(0, 0, 0, 0.3));
  background-color: var(--faqs-bg, #fff);
}
.c-faqs__header {
  background: var(--faqs-header-bg, #003b6f);
  padding: var(--faqs-header-padding, 0.625rem);
  text-align: var(--faqs-header-text-align, center);
  color: #fff;
}
.c-faqs__title {
  font-size: var(--faqs-header-font-size, 1.75rem);
  color: var(--faqs-title-color, var(--color-dark));
}
.c-faqs__items {
  display: grid;
  padding: 12px;
  grid-template-columns: 1fr;
  gap: 16px;
}
.c-faqs__item {
  width: 100%;
  padding: var(--faqs-item-padding, 1rem);
  background-color: var(--color-medium);
  border-radius: var(--faqs-item-border-radius, 4px);
}
.c-faqs__item[open] .c-faqs__item-question {
  border-bottom: var(--faqs-question-margin-bottom, 1px solid #aaa);
  margin-bottom: var(--faqs-question-margin-bottom, 12px);
}
.c-faqs__item[open] .c-faqs__item-question::after {
  transform: rotate(180deg);
}
.c-faqs__item[open] .c-faqs__item-question ~ * {
  animation: openQuestion 0.5s ease-in-out;
}
.c-faqs__item-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  cursor: pointer;
  padding: var(--faqs-question-padding, 0.25rem 0);
}
.c-faqs__item-question::after {
  content: "";
  display: block;
  width: 18px;
  height: 10px;
  background: url("https://uploads.sitepoint.com/wp-content/uploads/2023/10/1697699669arrow.svg") no-repeat;
  transition: 0.2s;
}
.c-faqs__item-answer {
  font-size: var(--faqs-answer-font-size, 1rem);
  line-height: var(--faqs-answer-line-height, 1.6em);
}
@keyframes openQuestion {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


.pricing__table {
  display: flex;
  flex-direction: column;
  margin: 30px 30px 60px 30px;
}
@media (max-width: 991px) {
  .pricing__table {
    flex-direction: row;
    margin: 0 15px 60px 15px;
  }
}
.pricing__table .pt__title {
  display: flex;
}
@media (max-width: 991px) {
  .pricing__table .pt__title {
    flex-direction: column;
    width: 50%;
  }
}
@media (max-width: 639px) {
  .pricing__table .pt__title {
    width: 40%;
  }
}
.pricing__table .pt__title .pt__title__wrap {
  position: relative;
  display: flex;
  flex: 1;
  flex-direction: row;
  font-size: 18px;
  text-align: center;
}
@media (max-width: 991px) {
  .pricing__table .pt__title .pt__title__wrap {
    flex-direction: column;
  }
}
.pricing__table .pt__title .pt__title__wrap .pt__row {
  display: flex;
  width: 25%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 15px;
  min-height: 60px;
  font-size: 20px;
  font-weight: 600;
}
.pricing__table .pt__title .pt__title__wrap .pt__row:nth-child(2) {
  border: 1px solid #0061FF;
  border-bottom: 0;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  background-color: rgba(0, 97, 255, 0.15);
}
@media (max-width: 991px) {
  .pricing__table .pt__title .pt__title__wrap .pt__row:nth-child(2) {
    border-right: 1px solid rgba(73, 72, 74, 0.1);
    border-bottom: 1px solid #0061FF;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    border-top-right-radius: 0;
  }
}
@media (max-width: 991px) {
  .pricing__table .pt__title .pt__title__wrap .pt__row {
    width: 100%;
    padding-left: 32px;
    padding-right: 32px;
    min-height: 95px;
    border-right: 1px solid rgba(73, 72, 74, 0.1);
    border-bottom: 1px solid rgba(73, 72, 74, 0.1);
  }
  .pricing__table .pt__title .pt__title__wrap .pt__row:first-child {
    border-right: 1px solid rgba(73, 72, 74, 0);
  }
}
@media (max-width: 640px) {
  .pricing__table .pt__title .pt__title__wrap .pt__row {
    padding-left: 0;
    padding-right: 15px;
    font-size: 14px;
  }
}
.pricing__table .pt__option {
  position: relative;
}
@media (max-width: 991px) {
  .pricing__table .pt__option {
    width: 50%;
    flex: 1;
    padding-right: 10px;
  }
}
@media (max-width: 639px) {
  .pricing__table .pt__option {
    width: 60%;
  }
}
.pricing__table .pt__option .pt__option__mobile__nav {
  position: absolute;
  z-index: 1;
  top: 25px;
  bottom: auto;
  left: 50%;
  right: auto;
  display: none;
  justify-content: space-between;
  width: calc(100% + 30px);
  transform: translateX(-50%);
}
@media (max-width: 991px) {
  .pricing__table .pt__option .pt__option__mobile__nav {
    z-index: 2;
    display: flex;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: space-between;
  }
}
.pricing__table .pt__option .pt__option__mobile__nav .mobile__nav__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  color: #fff;
  border-radius: 50%;
  background-color: #0061FF;
  transition: 0.25s;
}
.pricing__table .pt__option .pt__option__mobile__nav .mobile__nav__btn:hover {
  background-color: #0057E6;
}
.pricing__table .pt__option .pt__option__mobile__nav .mobile__nav__btn.swiper-button-disabled {
  background-color: #c0beb6;
  pointer-events: none;
}
.pricing__table .pt__option .pt__option__mobile__nav .mobile__nav__btn:first-child {
  position: relative;
  left: -5px;
}
.pricing__table .pt__option .pt__option__mobile__nav .mobile__nav__btn:last-child {
  position: relative;
  right: 5px;
}
.pricing__table .pt__option .pt__option__mobile__nav .mobile__nav__btn svg {
  width: 16px;
  color: #faf7f2;
}
.pricing__table .pt__option .pt__option__slider {
  overflow: visible;
}
@media (max-width: 991px) {
  .pricing__table .pt__option .pt__option__slider {
    overflow: hidden;
  }
}
.pricing__table .pt__option .pt__option__slider .swiper-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
}
@media (max-width: 991px) {
  .pricing__table .pt__option .pt__option__slider .swiper-wrapper {
    flex-direction: row;
  }
}
.pricing__table .pt__option .pt__option__item {
  width: 100%;
  margin-right: 0;
}
.pricing__table .pt__option .pt__option__item .pt__item .pt__item__wrap {
  display: flex;
  flex-direction: row;
  font-size: 1.375rem;
  line-height: 1.4;
  position: relative;
}
@media (max-width: 991px) {
  .pricing__table .pt__option .pt__option__item .pt__item .pt__item__wrap {
    flex-direction: column;
  }
}
.pricing__table .pt__option .pt__option__item .pt__item .pt__row {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 25%;
  min-height: 60px;
  padding: 0 15px;
  font-size: 16px;
  border-bottom: 1px solid rgba(73, 72, 74, 0.1);
}
@media (max-width: 991px) {
  .pricing__table .pt__option .pt__option__item .pt__item .pt__row {
    width: 100%;
    min-height: 95px;
  }
  .pricing__table .pt__option .pt__option__item .pt__item .pt__row:nth-child(2) {
    border-top: 1px solid #0061FF;
    border-bottom: 1px solid #0061FF;
    background-color: rgba(0, 97, 255, 0.15);
  }
}
.pricing__table .pt__option .pt__option__item .pt__item .pt__row:first-child {
  align-items: flex-start;
  text-align: left;
  font-weight: 600;
}
@media (max-width: 991px) {
  .pricing__table .pt__option .pt__option__item .pt__item .pt__row:first-child {
    align-items: center;
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .pricing__table .pt__option .pt__option__item .pt__item .pt__row:first-child {
    font-size: 16px;
  }
}
.pricing__table .pt__option .pt__option__item .pt__item .pt__row:nth-child(2) {
  border-left: 1px solid #0061FF;
  border-right: 1px solid #0061FF;
  background-color: rgba(0, 97, 255, 0.15);
}
@media (max-width: 991px) {
  .pricing__table .pt__option .pt__option__item .pt__item .pt__row:nth-child(2) {
    border-left: 0;
    border-right: 0;
  }
}
.pricing__table .pt__option .pt__option__item .pt__item.selected .pt__row {
  display: inline-flex;
  padding: 20px 15px;
}
@media (max-width: 991px) {
  .pricing__table .pt__option .pt__option__item .pt__item.selected .pt__row {
    min-height: 95px;
    padding: 10px 15px;
    align-items: center;
  }
}
.pricing__table .pt__option .pt__option__item .pt__item.selected .pt__row:first-child {
  border-bottom: 0;
}
.pricing__table .pt__option .pt__option__item .pt__item.selected .pt__row:nth-child(2) {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom: 1px solid #0061FF;
}
@media (max-width: 991px) {
  .pricing__table .pt__option .pt__option__item .pt__item.selected .pt__row:nth-child(2) {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 0;
    border-right: 1px solid #0061FF;
    border-bottom: 1px solid #0061FF;
  }
}
.pricing__table .pt__option .pt__option__item .pt__item.selected a {
    font-size: 12px;
    padding: 10px 23px;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    border-radius: 10px;
    background-color: #163a6b;
    transition: 0.25s;
}
.pricing__table .pt__option .pt__option__item .pt__item.selected a:hover {
  background-color: #0057E6;
}
@media (max-width: 639px) {
  .pricing__table .pt__option .pt__option__item .pt__item.selected a {
    padding: 12px 20px;
    font-size: 14px;
  }
}



.pricingContent {
    background: #d9e7f44f;
    color: #3e3d3d;
    padding: 60px 0;
    text-align: center;
}
.nav-link:focus, .nav-link:hover {
    color:#fff;
}
.accordion{width: 100%; border: 0 !important;}
.agreement {
    text-align: left;
    align-items: center;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 16px 0 10px 0;
}
.agreement input {width: auto !important; }
.agreement span{display: block;}
.l_btns a{border-radius: 20px !important;
    border: 1px solid #217db4;
    background-color: #217db4;
    color: #FFFFFF;
    margin-bottom: 10px;
    display: block;
    font-size: 12px;
    font-weight: bold;
    padding: 12px 45px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: transform 80ms ease-in;
}


.cards {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.card {
  background: #fff;
  color: hsl(233, 13%, 49%);
  border-radius: 0.8rem;
}
.cards .card.active .btn{
    background: #fff !important;
    color: #145fa0;
}
.cards .card.active {
  background:linear-gradient(135deg, rgb(40 131 211) 0%, rgb(0 59 111) 100%);
  color: #fff;
  display: flex;
  align-items: center;
  transform: scale(1.1);
  z-index: 1;
}
.cards ul {
  margin: 2.6rem;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}
.cards ul li {
  list-style-type: none;
  display: flex;
  justify-content: center;
  text-align: center;
  width: 100%;
  padding: 1rem 0;
}
.cards .card{width: 448px}
.cards ul li.price2 span {font-size: 22px; position: relative; bottom: -15px;}
.cards ul li.price2 {
  font-size: 2.2rem;
  font-weight: 600;
  color: hsl(232, 13%, 33%);
  padding-bottom: 2rem;
}
.shadow {
  box-shadow: -5px 5px 15px 1px rgba(0, 0, 0, 0.1);
}

.card.active .price2 {
  color: #fff;
}

.cards .btn {
  margin-top: 1rem;
  height: 2.6rem;
  width: 13.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
 background:linear-gradient(135deg, rgb(40 131 211) 0%, rgb(0 59 111) 100%);
  color: #fff;
  outline: none;
  border: 0;
  font-weight: bold;
}
.active-btn {
  background: #fff;
  color: hsl(237, 63%, 64%);
}
.bottom-bar {
  border-bottom: 2px solid hsla(240, 8%, 85%, 0.582);
}
.card.active .bottom-bar {
  border-bottom: 2px solid hsla(240, 8%, 85%, 0.253);
}
.pack {
  font-size: 1.7em;
  font-weight: 600;
}

@media (max-width: 280px) {
  ul {
    margin: 1rem;
  }
  h1 {
    font-size: 1.2rem;
  }
  .toggle {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    height: 80px;
  }
  .cards {
    margin: 0;
    display: flex;
    flex-direction: column;
  }

  .card {
    transform: scale(0.8);
    margin-bottom: 1rem;
  }
  .cards .card.active {
    transform: scale(0.8);
  }
}

@media (min-width: 280px) and (max-width: 320px) {
  ul {
    margin: 20px;
  }
  .cards {
    display: flex;
    flex-direction: column;
  }
  .card {
    margin-bottom: 1rem;
  }
  .cards .card.active {
    transform: scale(1);
  }
}

@media (min-width: 320px) and (max-width: 414px) {
  .cards {
    display: flex;
    flex-direction: column;
  }
  .card {
    margin-bottom: 1rem;
  }
  .cards .card.active {
    transform: scale(1);
  }
}
@media (min-width: 414px) and (max-width: 768px) {
  .card {
    margin-bottom: 1rem;
    margin-right: 1rem;
  }
  .cards .card.active {
    transform: scale(1);
  }
}
@media (min-width: 768px) and (max-width: 1046px) {
  .cards {
    display: flex;
  }
  .card {
    margin-bottom: 1rem;
    margin-right: 1rem;
  }
  .cards .card.active {
    transform: scale(1);
  }
}

.pricingPlan{padding: 100px 0 221px 0; background:#d4dadf85;}
.footer-bg a {
    color: #fff !important;
    text-decoration: none;
}
.footer-bottom-area{border-top: #313131 solid 1px;}
.footer-bottom-area .footer-social a i {
    color: #28d5ac;
    margin-left: 13px;
    font-size: 14px;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.footer-bottom-area .footer-copy-right p {
    color: #888888;
    font-weight: 300;
    font-size: 16px;
    line-height: 2;
    margin-bottom: 12px;
}
#dvPartialClientProspactView{
    background: #000;
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 11px 0 3px 0;
    z-index: 999;
}
#dvPartialClientProspactView p{color: #ccc}
#dvPartialClientProspactView .accept {
    background-color: #16436b;
    border-color: #e9f5ff;
    padding: 10px;
    border-radius: 46px;
    padding: 5px 16px 10px 16px;
    margin-left: 6px;
    color: #fff;
    text-decoration: none;
}







.home-testimonial h3 {
  color: var(--orange);
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase
}

.home-testimonial h2 {
  color: white;
  font-size: 28px;
  font-weight: 700
}

.testimonial-pos h2{color: #003b6f}

.testimonial-pos {
  position: relative;
  top:0px;
  padding: 30px 0;
  background: #ebebeb;
}


.testimonial-inner .tour-desc {
 border-radius: 5px;
    padding: 40px;
    margin-top: 30px;
    border: #003b6f solid 1px;
    box-shadow: 3px 6px 9px 0px #cccccc75;
}

.color-grey-3 {
  font-family: "Montserrat", Sans-serif;
  font-size: 14px;
  color: #6c83a2
}

.testimonial-inner img.tm-people {
  width: 60px;
  height: 60px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  max-width: none
}

.link-name {
  font-family: "Montserrat", Sans-serif;
  font-size: 14px;
  color: #6c83a2
}

.link-position {
  font-family: "Montserrat", Sans-serif;
  font-size: 12px;
  color: #6c83a2
}


 .servicesPanel .title { /*background-image: linear-gradient(to right, #0051B4, #0CBCF2);*/
                            }
                            .servicesTabs h2{color: #fff; font-size: 34px; font-weight: 500}
                            .servicesTabs {
                                -webkit-box-shadow: 0 4px 8px -2px rgba(16, 24, 40, .1), 0 0 0 1px rgba(0, 11, 25, .02);
                                box-shadow: 0 4px 8px -2px rgba(16, 24, 40, .1), 0 0 0 1px rgba(0, 11, 25, .02);
                                background: #003b6f;
                                color: #fff;
                                padding: 30px;
                                border-radius: 10px;
                            }

                            .servicesPanel .nav-pills {
                                display: flex;
                                justify-content: left;
                                align-items: stretch;
                            }

                            .servicesPanel .tab-content {
                                border-top: #666 solid 1px;
                                padding: 30px 0;
                            }

                            .servicesPanel .nav-tabs .nav-link {
                                color: #fff;
                                border: 0;
                                border-bottom: transparent solid 3px;
                                font-weight: 600;
                                font-size: 13px;
                                cursor: pointer;
                                margin-right: 20px;
                                border-radius: 0px;
                                background-color: transparent !important;
                            }

                                .servicesPanel .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
                                    color: #98caff;
                                    border: 0;
                                    border-bottom: #98caff solid 3px;
                                    border-radius: 0px;
                                    background-color: transparent !important;
                                }

                            .pricingLIst li {
                                display: flex;
                                justify-content: space-between;
                                border-bottom: #ccc solid 1px;
                                padding: 15px 0 15px 0;
                            }

                            .pricingLIst .order a {
                                color: #fff;
                                background: #007bff;
                                border-radius: 10px;
                                padding: 5px 10px;
                                border-right: 10px;
                                text-decoration:none; 
                            }

                            .pricingLIst .order strong {
                            }

                            .pricingLIst .order {
                                display: flex;
                                justify-content: space-between;
                                border-bottom: #ccc solid 1px;
                                padding: 15px 0 15px 0;
                            }

                            .resposiveTable {
                                background-color: #0b518f;
                                padding: 25PX;
                                margin-top: 30px;
                                border-radius: 22px;
                            }

                            .Tabdata {
                                display: flex;
                            }

                            .text_content {
                                width: 700px;
                                margin-right: 30px;
                            }
                            .job-post-company {margin:30px 0; }
                            .chckBox input {
    margin-right: 5px;
}
.section-overly::before {
    position: absolute;
    content: "";
    background-color: #fff;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    background-repeat: no-repeat;
}
.slider-height2 {
    min-height: 100px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.slider-area {
    margin-top: -1px;
    background: #efefef;
    text-align: center;
}
.slider-area  h2 {
    font-size: 30px;
}
.servicesTxt p{
        color: #506172;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 15px;
}
.servicesTabs p{
        color: #fff !important;
        }
.job-post-company  p{
        color: #506172;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 15px;
}


.form-contact label {
    font-size: 14px
}

.form-contact .form-group {
    margin-bottom: 30px
}

.form-contact .form-control {
    border: 1px solid #e5e6e9;
    border-radius: 3px;
    background: #fff;
    height: 48px;
    padding-left: 18px;
    font-size: 13px;
}
.selectbox {
    border: 1px solid #e5e6e9;
    border-radius: 3px;
    background: #fff;
    height: 48px;
    padding-left: 18px;
    font-size: 13px;
    margin:0;
}

    .form-contact .form-control:focus {
        outline: 0;
        box-shadow: none
    }

    .form-contact .form-control::placeholder {
        font-weight: 300;
        color: #999999
    }

.form-contact textarea {
    border-radius: 0px;
    height: 150px !important;
}
.contact-section {padding-top: 50px; background: #fff}
.contact-section .btn_2 {
    background-color: #191d34;
    padding: 18px 60px;
    border-radius: 50px;
    margin-top: 0
}

    .contact-section .btn_2:hover {
        background-color: #1f2b7b
    }
.contact-info {
    margin-bottom: 25px
}

.contact-info__icon {
    margin-right: 20px
}

    .contact-info__icon i, .contact-info__icon span {
        color: #8f9195;
        font-size: 27px
    }

.contact-info .media-body h3 {
    font-size: 16px;
    margin-bottom: 0;
    font-size: 16px;
    color: #2a2a2a
}
#submitBtn{background: #003b6f;  }
.servicesPanel {margin:0 !important; background: #fff; padding-top: 30px; }
.job-post-details h4 {
    margin-bottom: 10px;
    margin-top: 20px;
}
.post-details2 ul li {
    margin-left: 19px;
    list-style-type: disc;
    color: #506172;
    font-size: 16px;
    line-height: 30px;
}
.post-details2 ul {
    padding-left: 0px;
}
.small-section-tittle h4 {
    color: #28395a;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 10px;
}
.job-post-details h4 {
    margin-bottom: 10px;
    margin-top: 20px;
}
ul {
    margin: 0px;
    list-style: none;
    padding: 0px;
}
.terms_lit li {
    padding-bottom: 10px;
}
.counter span {
    color: #666;
    font-size: 13px;
}
.counter h4 {
    font-size: 43px;
    color: #003B70;
    font-weight: 900;
}
.section-tittle2 h2 {
    margin-top: 20px;
    margin-bottom: 15px;
}
.counter {
    border-top: #f2f2f2 solid 1px;
    padding: 30px 0;
    border-bottom: #f2f2f2 solid 1px;
}
.accordion-button:not(.collapsed)::after{color:#fff }
.accordion-flush>.accordion-item>.accordion-header .accordion-button, .accordion-flush>.accordion-item>.accordion-header .accordion-button.collapsed {
    border-radius:6px;background-color: #0473c8 !important;
    margin-bottom: 4px; color: #fff;
}
.accordion{margin-bottom: 40px;}
.selectbox {
    width: 100% !important;
}
.selectbox {
    border: 1px solid #e5e6e9;
    border-radius: 3px;
    background: #fff;
    height: 48px;
    padding-left: 18px;
    font-size: 13px;
    margin: 0;
}
.form-contact label {
    font-size: 14px;
}
.button-contactForm  {
    background-color:#003b6f !important;
    border: none;
    color: white;
    padding: 10px 25px;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
}
.single-job-items {
    padding: 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    border: transparent solid 1px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-job-items {
        padding: 20px 7px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-job-items {
        padding: 20px 25px
    }
}
.single-job-items .company-img img {
    overflow: hidden;
    float: left;
    margin-right: 32px;
    z-index: 999
}

@media (max-width: 767px) {
    .single-job-items .job-tittle {
        padding-top: 25px
    }
}

.single-job-items .job-tittle a h4 {
    color: #28395a;
    font-size: 18px;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

    .single-job-items .job-tittle a h4:hover {
        color: #8b92dd
    }

.single-job-items .job-tittle ul li {
    display: inline-block;
    margin-right: 48px;
    font-size: 15px;
    color: #808080;
    line-height: 1.8;
    float: left;
    /* width: 97px;*/
}

.single-job-desc {
    display: inline-block;
    font-size: 15px;
    color: #808080;
    line-height: 1.8;
    width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-job-items .job-tittle ul li {
        margin-right: 18px
    }
}

@media (max-width: 767px) {
    .single-job-items .job-tittle ul li {
        margin-right: 0px;
        margin-bottom: 7px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-job-items .job-tittle ul li {
        margin-right: 8px
    }
}

.single-job-items .job-tittle ul li:last-child {
    margin-right: 0px
}

.single-job-items .job-tittle ul li i {
    font-size: 14px;
    color: #bbbbbb;
    margin-right: 10px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-job-items .job-tittle2 {
        padding-top: 0px
    }
}

.single-job-items:hover {
    box-shadow: 0px 22px 57px 0px rgba(34, 41, 72, 0.05)
}

.single-job-items .job-items {
    display: flex;
    flex-wrap: wrap
}
.company_socials {
    margin: 20px 0;
    text-align: center;
}
    .company_socials a {
        background: #09a3e336;
        padding: 0;
        display: inline-block;
        width: 35px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        border-radius: 100px;
        color: #0264bf;
    }
        .company_socials a i {
            position: relative;
            top: 0px;
            color: #0264bf;
        }
.post-details3 {
    padding: 30px 30px 30px 30px;
    border: #ccc solid 1px;
    border-radius: 10px;
    background: #fff;
}
    .post-details3 ul li span {
        display: block;
    }
    .post-details3 ul li {
        font-size:14px;
        display: block;
        justify-content: space-between;
        margin-bottom: 12px;
    }
.single-job-items2 .items-link a {
    color: #00a7ac;
    display: block;
    border: 1px solid #00a7ac;
    border-radius: 12px;
    padding: 4px 33px;
    text-align: center;
    margin-bottom: 0px;
}
.single-job-items2  {
    margin-bottom: 15px;
}
.hover-tex {
    position: absolute;
    bottom: 0;
    left: 0;
    width: inherit;
    display: block !important;
    color: #fff;
    border-radius: 0 0 6px 6px;
    padding: 5px 0;
    font-size: 12px;
}
.my_profile_logo {
    width: 211px;
    height: 100px;
    text-align: center;
    position:relative;
    margin: 0 auto 20px auto;
}
.company_logo {
    border: #00a7ac solid 2px;
    border-radius: 10px;
}
.widget_title {
    -moz-text-align-last: center;
    text-align:center; font-size:22px;
}
.my_profile_logo img {
    padding: 0;
    border-radius: 6px;
    box-sizing: border-box;
    width: 210px;
    height: 100px;
    object-fit: contain.navbar .btn
}
.job-tittle2 a{text-decoration:none}
.items-link a {
    color: #fff !important;
    background-image: linear-gradient(#0051B4, #0CBCF2) !important;
    text-shadow: 1px 1px #183973 !important; text-decoration:none;
}
.form-control{font-size:14px !important;}
select {
    font-size: 14px !important;
}
#quickForm h3 {
    font-size: 22px;
}
.btns_block {
    background:#003b6f;
    padding: 12px;
    text-align: right;
    width: 100%;
    margin-top: 15px;
    border-radius: 6px;
}
.btns_block .previewBtn, .btns_block .saveButton, .btns_block .postJob {
    color: #0051B4 !important;
    background: #fff !important;
 
    text-decoration: none;
    padding: 5px 20px !important;
    border-radius: 7px !important;
    font-size: 14px !important;
}
/*.navbar .btn {
   
    color: #fff;
}
.account_setting .btn {
    border-radius: 100px;
    width: 40px;
    height: 40px;
    text-align: center;
    padding: 0 !important;
    background: transparent;
    border: #fff solid 1px;
    margin-left: 20px !important;
}
.navbar .btn  i{
    border: #fff solid 1px;
    padding: 6px;
    margin-right: 3px;
    border-radius: 4px;
}*/
.right_header_Block {
    display: flex;
    justify-content: end;
    align-items: center;
}
.welcome_name h2 {
    font-size: 20px;
    color: #fff;
}
.welcome_name {
    text-align: right;
}
.dropdown-toggle::after {
    display: none
}
.dropdown .dropdown-menu {
    margin-top: -1px;
    width: 195px;
    right: 0;
}

.dropdown, .dropleft, .dropright, .dropup {
    position: relative;
}
.account_setting .btn {
    border-radius: 10px;
    width: 40px;
    height: 40px;
    text-align: center;
    padding: 0 !important;
    background: transparent;
    border: #fff solid 1px;
    margin-left: 20px !important;
}

.joblist .utf_job_like {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #2a61b9;
    width: 34px;
    height: 34px;
    line-height: 31px;
    border-radius: 30px;
}
/* Base styles for the element that has a tooltip */
[data-tooltip],
.tooltip {
    position: relative;
    cursor: pointer;
}

    /* Base styles for the entire tooltip */
    [data-tooltip]:before,
    [data-tooltip]:after,
    .tooltip:before,
    .tooltip:after {
        position: absolute;
        visibility: hidden;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0;
        -webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, -webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
        -moz-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, -moz-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
        transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        pointer-events: none;
    }

    /* Show the entire tooltip on hover and focus */
    [data-tooltip]:hover:before,
    [data-tooltip]:hover:after,
    [data-tooltip]:focus:before,
    [data-tooltip]:focus:after,
    .tooltip:hover:before,
    .tooltip:hover:after,
    .tooltip:focus:before,
    .tooltip:focus:after {
        visibility: visible;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
        opacity: 1;
    }

    /* Base styles for the tooltip's directional arrow */
    .tooltip:before,
    [data-tooltip]:before {
        z-index: 1001;
        border: 6px solid transparent;
        background: transparent;
        content: "";
    }

    /* Base styles for the tooltip's content area */
    .tooltip:after,
    [data-tooltip]:after {
        z-index: 1000;
        padding: 8px;
        width: 160px;
        background-color: #2a61b9;
        color: #fff;
        content: attr(data-tooltip);
        font-size: 14px;
        line-height: 1.2;
    }

    /* Directions */

    /* Top (default) */
    [data-tooltip]:before,
    [data-tooltip]:after,
    .tooltip:before,
    .tooltip:after,
    .tooltip-top:before,
    .tooltip-top:after {
        bottom: 100%;
        left: 50%;
    }

    [data-tooltip]:before,
    .tooltip:before,
    .tooltip-top:before {
        margin-left: -6px;
        margin-bottom: -12px;
        border-top-color: #2a61b9;
        border-top-color: #2a61b9;
    }

    /* Horizontally align top/bottom tooltips */
    [data-tooltip]:after,
    .tooltip:after,
    .tooltip-top:after {
        margin-left: -80px;
    }

    [data-tooltip]:hover:before,
    [data-tooltip]:hover:after,
    [data-tooltip]:focus:before,
    [data-tooltip]:focus:after,
    .tooltip:hover:before,
    .tooltip:hover:after,
    .tooltip:focus:before,
    .tooltip:focus:after,
    .tooltip-top:hover:before,
    .tooltip-top:hover:after,
    .tooltip-top:focus:before,
    .tooltip-top:focus:after {
        -webkit-transform: translateY(-12px);
        -moz-transform: translateY(-12px);
        transform: translateY(-12px);
    }

/* Left */
.tooltip-left:before,
.tooltip-left:after {
    right: 100%;
    bottom: 50%;
    left: auto;
}

.tooltip-left:before {
    margin-left: 0;
    margin-right: -12px;
    margin-bottom: 0;
    border-top-color: transparent;
    border-left-color: #000;
    border-left-color: hsla(0, 0%, 20%, 0.9);
}

.tooltip-left:hover:before,
.tooltip-left:hover:after,
.tooltip-left:focus:before,
.tooltip-left:focus:after {
    -webkit-transform: translateX(-12px);
    -moz-transform: translateX(-12px);
    transform: translateX(-12px);
}

/* Bottom */
.tooltip-bottom:before,
.tooltip-bottom:after {
    top: 100%;
    bottom: auto;
    left: 50%;
}

.tooltip-bottom:before {
    margin-top: -12px;
    margin-bottom: 0;
    border-top-color: transparent;
    border-bottom-color: #000;
    border-bottom-color: hsla(0, 0%, 20%, 0.9);
}

.tooltip-bottom:hover:before,
.tooltip-bottom:hover:after,
.tooltip-bottom:focus:before,
.tooltip-bottom:focus:after {
    -webkit-transform: translateY(12px);
    -moz-transform: translateY(12px);
    transform: translateY(12px);
}

/* Right */
.tooltip-right:before,
.tooltip-right:after {
    bottom: 50%;
    left: 100%;
}

.tooltip-right:before {
    margin-bottom: 0;
    margin-left: -12px;
    border-top-color: transparent;
    border-right-color: #000;
    border-right-color: hsla(0, 0%, 20%, 0.9);
}

.tooltip-right:hover:before,
.tooltip-right:hover:after,
.tooltip-right:focus:before,
.tooltip-right:focus:after {
    -webkit-transform: translateX(12px);
    -moz-transform: translateX(12px);
    transform: translateX(12px);
}

/* Move directional arrows down a bit for left/right tooltips */
.tooltip-left:before,
.tooltip-right:before {
    top: 3px;
}

/* Vertically center tooltip content for left/right tooltips */
.tooltip-left:after,
.tooltip-right:after {
    margin-left: 0;
    margin-bottom: -16px;
}

#yourModal .single-job-items {
    border: #ccc solid 1px;
    border-radius: 10px;
    background: #fff;
}

#yourModal .modal-body {
    background: #c7d0eb30;
}
#yourModal .job-post-company p{text-align:left}
#yourModal .job-post-details {
    border: #ccc solid 1px;
    border-radius: 10px;
    background: #fff;
    padding: 16px;
    text-align: left;
    margin: 10px 0 0 0;
}
#yourModal h4 {
    color: #4671c4 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
}
.post-details4 {
    padding: 30px 30px 30px 30px;
    border: 1px solid #ededed;
    border: #ccc solid 1px;
    border-radius: 10px;
    background: #fff;
    margin-top: 10px;
}
.close {
    color: #fff;
    float: revert;
    position: absolute;
    right: 15px;
    background: red;
    width: 20px;
    height: 20px;
    line-height: 16px;
    border: 0;
    font-weight: 600;
    border-radius: 4px;
}
#yourModal .job-tittle a{text-decoration:none}
#yourModal .single-slider {
    min-height: 75px;
    background: #fff;
}
#yourModal .modal-footer {
    background: #003b6f;
    padding: 12px;
    text-align: right;
    width: 100%;
    margin-top: 0;
    border-radius: 0;
}
    #yourModal .modal-footer #saveJobBtn,
    #yourModal .modal-footer #saveJobBtn,
    #yourModal .modal-footer #saveJobBtn {
        background: #fff;
        padding: 6px 15px !important;
        color: #163a6b;
        height: auto !important;
        border-radius: 9px;
        border: 0;
    }
.changePassword_section  {
    margin: 30px 0;
}
    .changePassword_section #quickForm {
        
        padding: 26px;
        border-radius: 10px;
    }
    .changePassword_section .btn {
        padding: 8px 30px;
        border-radius: 10px;
        font-size: 14px;
        font-weight: 600;
    }

.file-upload {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 10px;
    justify-content: center;
    background: #fff;
    border: 2px dashed #ddd;
    border-radius: 10px;
    text-align: center;
    margin: 10px 0 22px 0;
    cursor: pointer;
    transition: 0.3s ease;
}

    .file-upload:hover {
        border-color: #4CAF50;
    }

    .file-upload input[type="file"] {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        cursor: pointer;
    }

    .file-upload .icon {
        font-size: 24px;
        color: #4CAF50;
    }

    .file-upload .text {
        margin-top: 0px;
        font-size: 12px;
        color: #555;
        font-weight: 600;
    }

.fileA{text-align:left; margin-left:10px;}
.file-upload .file-name {
    font-size: 12px;
    color: #333;
}