
.text-center.center_img {
    margin-bottom: 42px;
}

.design_box{
    margin-bottom: 40px;
}

.breadcrumb>li+li:before{
    color: #000;
}


h2 {
    margin: 0 0;
    /*animation: animated-text 2s linear 1s 1 normal both;*/
    padding: 20px 0;
}

ul.breadcrumb.breadcrumb__t li {
    color: #000;
}

.span8 {
    /*max-width: 770px;*/
    padding: 15px;
}
.wrap {
    padding: 0 10%;
}

.client{
    display: flex;
    margin-bottom: 20px;
    -moz-box-shadow: 0px 1px 21px #d6d6d6;
    -webkit-box-shadow: 0px 1px 21px #d6d6d6;
    box-shadow: 0px 1px 21px #d6d6d6;
    padding: 23px 30px;
    border-radius: 10px;
    transition:0.3s ease-in;
}
.client:hover{
    -moz-box-shadow: 0px 1px 21px #e0e0e0;
-webkit-box-shadow: 0px 1px 21px #e0e0e0;
box-shadow: 0px 1px 21px #e0e0e0;
    transition:0.3s ease-in;
}

.client img{
    width:100%;
}


.client_text{
    padding: 0 20px;
    /*box-shadow: 13px 11px 36px -15px rgba(0, 0, 0, 0.5);*/
    /*transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;*/
    /*margin: 10px 10px 10px 10px;*/
    /*border-radius: 30px;*/
}

.career-bg {
    background: url(../images/illustration-ent-roles.svg) center top no-repeat;
    height: 100vh;
    position: relative;
}


.btn_high{
    background: #196fc0;
    max-width: 140px;
    width: 100%;
    color: #fff;
    font-size: 12px;
    font-weight: 200;
    letter-spacing: 0.5px;
    position: absolute;
    padding: 10px 0px;
    text-align: center;
    border-radius: 5px;
    transition: 0.5s all ease;;
    cursor: pointer;
}


.btn_high::after {
    content: "";
    width: 20px;
    height: 20px;
    border-top: 10px solid #196fc0;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;
    position: absolute;
    top: 100%;
    
}

.btn_high:hover{
    color: #fff;
    text-decoration: none;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
    
}


.design_btn{
    width: auto;
    border-radius: 4px;
    border: 1px solid #004b91;
    background: #196fc0;
    color: #FFFFFF;
    font-size: 14px;
    padding: 5px 20px;
    font-weight: 700;
    transition: 0.5s all ease;
}

.design_btn:hover{
    color: #196fc0;
    background: #fff;
}

.btn_high.research{
    left: 11%;
    top: 20%;;
}

.btn_high.p_manager{
    left: 30%;
    top: 18%;
}

.btn_high.p_manager::after{
    left:3%;
}

.btn_high.designer{
    left: 38%;
    top: 35%;
}

.btn_high.designer::after{
    left:40%;
}

.btn_high.merketing{
    left: 58%;
    top: 26%;
}

.btn_high.customer{
    left: 86%;
    top: 27%;
}

.btn_high.customer::after{
    left:40%;
}


.modal_login {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s linear;
}

.modal_login .content_box {
    width: 35%;
    margin: auto;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 7px;
    overflow: hidden;
    padding: 20px 5px;
    max-height: 500px;
    overflow-y: auto;
}

.content_box form {
    margin-top: 20px;
}

.modal_login a#close_login {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
    z-index: 99;
}

.md-form label.active {
    left: 8px;
    padding-right: 5px;
    padding-left: 5px;
    font-weight: 500;
    background: #FAFAFA;
    -webkit-transform: translateY(-13px) scale(0.8);
    transform: translateY(-7px) scale(0.8);
    border-radius: 5px;
}

.md-form label {
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 10px;
    font-size: 14px;
    color: #828282;
    cursor: text;
    -webkit-transition: color .2s ease-out,-webkit-transform .2s ease-out;
    transition: color .2s ease-out,-webkit-transform .2s ease-out;
    transition: transform .2s ease-out,color .2s ease-out;
    transition: transform .2s ease-out,color .2s ease-out,-webkit-transform .2s ease-out;
    -webkit-transform: translateY(9px);
    transform: translateY(9px);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    line-height: 1.5;
}

.md-form>label {
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.md-form.md-outline {
    position: relative;
}

.profile_details{
    background-color: #fff;
    border-radius: 10px;
    padding: 1.3rem 11.5rem 1.3rem 1.3rem;
}

.form-control{
    height: calc(1.5em + .9rem + 2px);
    background: #FAFAFA;
    border: 1px solid #F0F0F0;
    font-weight: 400;
    color: #222222;
    box-shadow: none;
    font-size: 14px;
}

.form-control:focus{
    box-shadow: none;
    background: #FAFAFA;
    border: 1px solid #F0F0F0;
}

.profile_details .col-6{
    margin-bottom: 20px;
}

span.password-show {
    position: absolute;
    right: 7px;
    top: 7px;
}

select {
    width: 100%;
    background: #FAFAFA;
    border: 1px solid #F0F0F0;
    height: calc(1.5em + .9rem + 2px);
    padding: 6px 12px;
    line-height: 1.42857143;
    margin-bottom: 15px;
    border-radius: 4px;
    font-size: 14px;
}

label {
    font-size: 0.878rem;
    color: #828282;
}



@media (max-width:1100px){
    .btn_high.research {
        left: 9%;
        top: 13%;
    }
    
    .btn_high.p_manager {
        left: 30%;
        top: 12%;
    }
    
    .btn_high.designer {
        left: 35%;
        top: 24%;
    }
    
    .btn_high.merketing {
        left: 58%;
        top: 16%;
    }
    
    .btn_high.customer {
        left: 83%;
        top: 18%;
    }
}



@media (max-width:767px){
    .client{
        flex-direction: column;
    }
    
    .client_img{
        text-align: center;
    }
    
    .client_text{
        padding: 0 50px;
    }
    
    .career-bg{
        background: url(../images/illustration-ent-roles-mobile.svg)center top no-repeat;
    }
    
    .btn_high.designer {
        left: 6%;
        top: 32%;
    }
    
    .btn_high.research {
        left: 3%;
        top: 1%;
    }
    
    .btn_high.research::after{
        left:3%;
    }
    
    .btn_high.p_manager {
        left: 4%;
        top: 20%;
    }
    .btn_high.p_manager::after {
        left: 54%;
        top: -60%;
        transform: rotate(180deg);
    }
    
    .btn_high.merketing {
        left: 47%;
        top: 4%;
    }
    
    .btn_high.merketing::after {
        left: 4%;
    }
    
    .btn_high.customer {
        left: 46%;
        top: 25%;
    }
    
    .btn_high.customer::after {
        left: 100%;
        top: 23%;
        transform: rotate(-90deg);
    }
    
    .modal_login .content_box
    {
        width: 85%;
    }
}


.breadcrumb_row{
    width:100%;
    height:auto;
    margin:0px auto;
    background:#d7e6f3;
}

.new-breadcrumb{
    height:auto;
}

.new-breadcrumb ul {
    list-style-type:none;
}

.new_client_row{
    width:100%;
    height:auto;
    padding:15px;
    margin:30px 0px;
    background:#fff;
    border-radius:15px;
    -webkit-box-shadow: 0px 0px 20px 6px rgba(235,235,235,0.73);
-moz-box-shadow: 0px 0px 20px 6px rgba(235,235,235,0.73);
box-shadow: 0px 0px 20px 6px rgba(235,235,235,0.73);
}
.new_client_row_img{
    width:100%;
    padding:10px 0px;
    border-radius:5px;
}
.new_client_row_text{

}

.new_client_row_text h3{
    text-align:left;
    color:#333;
    font-size:18px;
    font-weight:500;
    padding-bottom:5px;
}
.new_client_row_text p, ol, li{
    text-align:justify;
    color:#666;
    font-size:15px;
    line-height:22px;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

 .paper-raise:before {
	 top: 0;
	 left: 0;
	 width: 100%;
	 height: 100%;
}
 .paper-raise:hover {
	 border: 1px solid #fff;
}
 .paper-raise:hover:before {
	 box-shadow: 0 15px 10px -10px rgba(31, 31, 31, 0.5);
}
.new-bread{}
.new-bread ul{
    list-style-type:none;
}
.new-bread ul li{
    
    margin:0px;
}
.new-bread ul li a{
    text-decoration:none;
    margin-right:10px;
    padding-bottom:10px;
    font-size:12px;
    color:#666;
    float:left;
}
.new-bread ul li a::after{
   content:'\261B';
   margin-left:10px;
}
.new-bread ul li:last-child a::after{
    content:" ";
}



/*Testimonial Star*/
.heading {
    text-align: center;
    color: #454343;
    font-size: 30px;
    font-weight: 700;
    position: relative;
    margin-bottom: 70px;
    text-transform: uppercase;
    z-index: 999;
}
.white-heading{
    color: #ffffff;
}
.heading:after {
    content: ' ';
    position: absolute;
    top: 100%;
    left: 50%;
    height: 40px;
    width: 180px;
    border-radius: 4px;
    transform: translateX(-50%);
    background: url(img/heading-line.png);
    background-repeat: no-repeat;
    background-position: center;
}
.white-heading:after {
    background: url(https://i.ibb.co/d7tSD1R/heading-line-white.png);
    background-repeat: no-repeat;
    background-position: center;
}

.heading span {
    font-size: 18px;
    display: block;
    font-weight: 500;
}
.white-heading span {
    color: #ffffff;
}
/*-----Testimonial-------*/


/* ------testimonial  close-------*/



