/*------------------------------------------- About --------------------------------------------*/

.about-title{
  margin: 20px 10px;
  font-size: 25px;
  font-weight: bold;
  text-transform: uppercase;
}

.ab-content{
  font-size: 13px;
  margin: 20px 10px;

}
.abt-title{
  font-weight: bold;
  text-transform: uppercase;
  font-size: 15px;
}

.abt-content{
  margin : 30px 30px 30px 0px;

}

.sub-title{
  font-weight: bold;
  margin-bottom: 10px;
}

.sub-content{
  margin-bottom: 20px;
  overflow: auto;
}

.abt-profil-cont{
  height : 400px;
  border: 1px solid #000;
  border-radius: 1px;
  padding: 10px;
  text-align: justify
}

.abt-profil-title{
  height : 43px;
  border: 1px solid transparent;
  border-radius: 1px;
  padding: 5px;
  text-align: justify;
  margin-bottom: 20px;
}

.abt-cont-feat{
  height : 150px;
  border-radius: 1px;
  padding: 5px;
  text-align: justify;
  margin-bottom: 20px;
  overflow : auto;
}
.warn-panel {
    background-color: #ffe6e6;
    padding: 10px 15px;
    width: 100%;
    border-radius: 3px;
    font-size: 13px;
    font-weight: bold;
}
.edit-btn{
  padding : 5px;
  width : 80px;
  margin : 10px 0px;
  font-size: 13px;
  cursor: pointer;
}

.edit-title{
  font-size: 13px;
  font-weight: bold;
  margin-top: 20px;
}

/*------------------------------------------- Home --------------------------------------------*/

.home-title{
  margin: 20px 10px;
  font-size: 25px;
  font-weight: bold;
  text-transform: uppercase;
}

.hm-content{
  font-size: 13px;
  margin: 40px 10px;
}

.intro-title{
  font-weight: bold;
  text-transform: uppercase;
}

.intro-content{
  margin : 30px 0px;
}

.edit-btn{
  padding : 5px 10px;
  width : 80px;
  margin : 10px 0px;
  font-size: 13px;
  cursor: pointer;
}

.edit-title{
  font-size: 13px;
  font-weight: bold;
  margin-top: 10px;
}

.modal-cont{
  margin : 100px auto;
}

.svc-image{
  margin : 20px 0px;
}

.svc-title{
  font-weight: bold;
  margin-bottom: 10px;
}

.svc-desc{
  margin-bottom: 20px;
}

.warn-panel {
    background-color: #ffe6e6;
    padding: 10px 15px;
    width: 100%;
    border-radius: 3px;
    font-size: 13px;
    font-weight: bold;
}


/*------------------------------------------- Services - Training -----------------------------*/

.trg-title{
  margin: 20px 10px;
  font-size: 25px;
  font-weight: bold;
  text-transform: uppercase;
}

.trg-content{
  font-size: 13px;
  margin: 40px 0px;
}

.btn-trg {
    margin: 25px 20px 20px 0px;
    border: 1px solid transparent;
    border-radius: 5px;
    cursor: pointer;
    font-size: 13px;
}

.trg-space{
  overflow: auto;
  padding: 0px;
  height: 300px;
}


/*------------------------------------------- Services - Consultancy --------------------------*/

.cnt-title{
  margin: 20px 10px;
  font-size: 25px;
  font-weight: bold;
  text-transform: uppercase;
}

.cnt-content{
  font-size: 13px;
  margin: 40px 0px;
}

.btn-cnt {
    margin: 25px 20px 20px 0px;
    border: 1px solid transparent;
    border-radius: 5px;
    cursor: pointer;
    font-size: 13px;
}

.cnt-space{
  overflow: auto;
  padding: 0px;
  height: 300px;
}


/*------------------------------------------- Services - IP Creation --------------------------*/

.ip-title{
  margin: 20px 10px;
  font-size: 25px;
  font-weight: bold;
  text-transform: uppercase;
}

.ip-content{
  font-size: 13px;
  margin: 40px 0px;
}

.btn-ip {
    margin: 25px 20px 20px 0px;
    border: 1px solid transparent;
    border-radius: 5px;
    cursor: pointer;
    font-size: 13px;
}

.ip-space{
  overflow: auto;
  padding: 0px;
  height: 300px;
}


/*------------------------------------------- Blog --------------------------------------------*/

.blog-title {
    margin: 20px 10px;
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
}
.blog-newpost-btn {
    margin: 25px 20px 20px 0px;
    border: 1px solid transparent;
    border-radius: 5px;
    cursor: pointer;
    font-size: 13px;
}
.input-blog {
    margin-bottom: 30px;
    margin-top: 10px;
}
.btn-new-post {
    align: right;
}
.btn-new-post {
    cursor: pointer;
    font-size: 13px;
    width: 80px;
}
.btn-cancel-new-post {
    cursor: pointer;
    margin-right: 10px;
    font-size: 13px;
    width: 80px;
}
.blog-content-detail {
    cursor: pointer;
}
.blog-content-detail:hover {
    cursor: pointer;
    color: blue;
}
.actionDiv {
    margin-bottom: 15px;
    height: 10px
}

.warn-panel {
    background-color: #ffe6e6;
    padding: 10px 15px;
    width: 100%;
    border-radius: 3px;
    font-size: 13px;
    font-weight: bold;
}
.remove-modal{
  border-radius: 0px;
  border: 1px solid transparent;
  margin-top: 180px;
}
.btn-remove{
  font-size: 13px;
  width: 80px;
  cursor: pointer;
}
.body-modal{
  font-size: 14px;
  padding: 50px 30px;
  text-align: center;
}
.font{
  font-size: 14px;
}

/*------------------------------------------- Careers -----------------------------------------*/

.career-title {
    margin: 20px 10px;
    font-size: 25px;
    font-weight: bold;
}
.job-panel {
    height: auto;
}
.blog-newjob-btn {
    margin: 25px 20px 20px 0px;
    border: 1px solid transparent;
    border-radius: 5px;
    cursor: pointer;
    font-size: 13px;
}
.btn-action {
    margin: 5px;
    border: 1px solid transparent;
    border-radius: 3px;
    padding: 6px;
    cursor: pointer;
    font-size: 12px;
    width: 80px
}
.job-title {
    font-size: 15px;
    color: black;
    font-weight: bold;
}
.details-title {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 10px 0px 30px 0px;
}
.details-text {
    font-size: 12px;
    text-align: justify;
    padding: 0px 10px 10px 10px;
    overflow: auto;
    overflow-x: hidden;
    height: 200px;
    border: 1px solid #dddddd;
    text-transform: none;
    font-weight: 500;
}
.boder-left {
    border-left: 1px solid #e5e5e5
}
.requirement-textarea {
    margin-top: 40px;
}
.addjob-title {
    font-size: 13px;
    font-weight: bold;
    color: black;
    margin: 30px 0px 10px 0px;
}
.btn-new-job {
    padding: 5px 8px;
    border-radius: 3px;
    margin: 5px 5px;
    font-size: 13px;
    cursor: pointer;
    width: 80px;
}
.warn-panel {
    background-color: #ffe6e6;
    padding: 10px 15px;
    width: 100%;
    border-radius: 3px;
    font-size: 13px;
    font-weight: bold;
}
.remove-modal{
  border-radius: 0px;
  border: 1px solid transparent;
  margin-top: 180px;
}
.btn-remove{
  font-size: 13px;
  width: 80px;
  cursor: pointer;
}
.body-modal{
  font-size: 14px;
  padding: 50px 30px;
  text-align: center;
}


/*------------------------------------------- Client ------------------------------------------*/

.client-title{
  margin: 20px 10px;
  font-size: 25px;
  font-weight: bold;
}

.addclient-title{
  font-size: 13px;
  font-weight: bold;
  margin : 10px 0px;
}

.warn-panel {
    background-color: #ffe6e6;
    padding: 10px 15px;
    width: 100%;
    border-radius: 3px;
    font-size: 13px;
    font-weight: bold;
}
.btn-action {
    padding: 5px 8px;
    border-radius: 3px;
    margin: 5px 5px;
    font-size: 13px;
    cursor: pointer;
    width: 80px;
}

.newclient-btn {
    margin: 25px 20px 20px 0px;
    border: 1px solid transparent;
    border-radius: 5px;
    d padding: 6px 10px;
    cursor: pointer;
    font-size: 13px;
}

.client-logo{
  padding : 40px;
}

.client-text{
  margin-top : 20px;
  padding : 10px;
  height : 200px;
  overflow: auto;
}

.client-detail-title{
  font-size: 13px;
  font-weight: bold;
  padding : 15px 0px 5px 0px;
  text-transform: uppercase;
}

.client-detail-cont{
  font-size: 13px;
}

/*------------------IMAGE------------------*/

@media screen and (max-width: 300px) {
  .edit-preview {
    height : 140px;
    width : 140px;
  }

  #targetOuterClient{
  	position:relative;
      text-align: center;
      background-color: transparent;
      margin: 5px auto;
  	border-radius: 4px;
    border : 1px solid #000;
  }
}

@media screen and (max-width: 350px) {
  .edit-preview {
    height : 150px;
    width : 150px;
}
    #targetOuterClient{
    	position:relative;
        text-align: center;
        background-color: transparent;
        margin: 5px auto;
    	border-radius: 4px;
      border : 1px solid #e8e8e8;
      width : 190px;
      height : 190px;
      padding : 10px 10px;
      margin-bottom: 40px;
    }

}
@media screen and (min-width: 1300px) {
  .img-member {
    height : 200px;
    width : 200px;
  }
}
@media screen and (max-width: 1300px) {
  .img-member {
    height : 200px;
    width : 200px;
  }
}

@media screen and (max-width: 1250px ) {
  .img-member {
    height : 170px;
    width : 170px;
  }
}

@media screen and (max-width: 1200px ) {
  .img-member {
    height : 140px;
    width : 140px;
  }
}

@media screen and (max-width: 1150px ) {
  .img-member {
    height : 130px;
    width : 130px;
  }
}

@media screen and (max-width: 1000px; ) {
  .img-member {
    height : 100px;
    width : 100px;
  }
}

#targetOuterClient{
	position:relative;
    text-align: center;
    background-color: transparent;
    margin: 5px auto;
	border-radius: 4px;
  border : 1px solid #e8e8e8;
  padding: 20px;

}
.btnSubmit {
    background-color: #565656;
    border-radius: 4px;
    padding: 5px;
    border: #333 1px solid;
    color: #FFFFFF;
    width: 100px;
	cursor:pointer;
  font-size: 13px;
}
.inputFile {
    padding: 5px 0px;
	margin-top:8px;
    background-color: #FFFFFF;
    width: 200px;
    overflow: hidden;
	opacity: 0;
	cursor:pointer;
}
.icon-choose-image {
    position: absolute;
    opacity: 0.1;
    top: 50%;
    left: 50%;
    margin-top: -24px;
    margin-left: -24px;
    width: 48px;
    height: 48px;
}
.upload-preview {border-radius:1px;}
#body-overlay {background-color: rgba(0, 0, 0, 0.6);z-index: 999;position: absolute;left: 0;top: 0;width: 100%;height: 100%;display: none;}
#body-overlay div {position:absolute;left:50%;top:50%;margin-top:-32px;margin-left:-32px;}

.upload-btn{
  font-size: 13px;
}
.remove-modal{
  border-radius: 0px;
  border: 1px solid transparent;
  margin-top: 180px;
}
.btn-remove{
  font-size: 13px;
  width: 80px;
  cursor: pointer;
}
.body-modal{
  font-size: 14px;
  padding: 50px 30px;
  text-align: center;
}


/*------------------------------------------- Project -----------------------------------------*/

.project-title {
    margin: 30px 10px;
    font-size: 25px;
    font-weight: bold;
}
.blog-newproject-btn {
    margin: 25px 20px 20px 0px;
    border: 1px solid transparent;
    border-radius: 5px;
    cursor: pointer;
    font-size: 13px;
}
.addproject-title {
    font-size: 13px;
    font-weight: bold;
    color: black;
    margin: 30px 0px 10px 0px;
}
.btn-project {
    padding: 5px 8px;
    border-radius: 3px;
    margin: 5px 5px;
    font-size: 13px;
    cursor: pointer;
    width: 80px;
}
.btn-action {
    margin: 5px;
    border: 1px solid transparent;
    border-radius: 3px;
    padding: 6px;
    cursor: pointer;
    font-size: 12px;
    width: 80px
}
.job-title {
    font-size: 15px;
    color: black;
    font-weight: bold;
}
.details-title {
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    margin: 10px 0px 10px 0px;
}
.details-text {
    font-size: 12px;
    text-align: justify;
    padding: 0px 10px 10px 10px;
    overflow: auto;
    overflow-x: hidden;
    height: 200px;
    border: 1px solid #dddddd;
}
.details-short-text {
    font-size: 12px;
    text-align: justify;
    padding: 0px 10px 10px 0px;
}
.boder-left {
    border-left: 1px solid #e5e5e5
}
.requirement-textarea {
    margin-top: 40px;
}
.warn-panel {
    background-color: #ffe6e6;
    padding: 10px 15px;
    width: 100%;
    border-radius: 3px;
    font-size: 13px;
    font-weight: bold;
}
.upload-btn {
    font-size: 13px;
}
#targetOuterProject {
    position: relative;
    text-align: center;
    background-color: transparent;
    margin: 5px auto;
    border-radius: 4px;
    border: 1px solid #e8e8e8;
    width: 640px;
    height: 440px;
    padding: 20px 20px;
}
.btnSubmit {
    background-color: #565656;
    border-radius: 4px;
    padding: 5px;
    border: #333 1px solid;
    color: #FFFFFF;
    width: 100px;
    cursor: pointer;
    font-size: 13px;
}
.inputFile {
    padding: 5px 0px;
    margin-top: 8px;
    background-color: #FFFFFF;
    width: 200px;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
}
.upload-preview {
    border-radius: 1px;
}
#body-overlayProject {
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 999;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
}
#body-overlayProject div {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -32px;
    margin-left: -32px;
}
.remove-modal{
  border-radius: 0px;
  border: 1px solid transparent;
  margin-top: 180px;
}
.btn-remove{
  font-size: 13px;
  width: 80px;
  cursor: pointer;
}
.body-modal{
  font-size: 14px;
  padding: 50px 30px;
  text-align: center;
}


/*------------------------------------------- Team Member ------------------------------------*/

.team-title{
  margin: 20px 10px;
  font-size: 25px;
  font-weight: bold;
}

.btn-newmember{
  margin: 25px 20px 20px 0px;
  border: 1px solid transparent;
  border-radius: 5px;
  d padding: 6px 10px;
  cursor: pointer;
  font-size: 13px;
}

.btn-action {
    margin: 5px;
    border: 1px solid transparent;
    border-radius: 3px;
    padding: 6px;
    cursor: pointer;
    font-size: 12px;
    width: 80px
}
.btn-project {
    padding: 5px 8px;
    border-radius: 3px;
    margin: 5px 5px;
    font-size: 13px;
    cursor: pointer;
    width: 80px;
}
.member-panel{
  height : 45d0px;
}

.team-image{
  padding : 40px;
  margin-top : 20px;
}

.team-text{
  margin-top : 20px;
  padding : 10px;
  height : 400px;
  overflow: auto;
}

.team-detail-title{
  font-size: 13px;
  font-weight: bold;
  padding : 15px 0px 5px 0px;
  text-transform: uppercase;
}

.team-detail-cont{
  font-size: 13px;
}

/*------------------IMAGE------------------*/

@media screen and (max-width: 300px) {
  .edit-preview {
    height : 140px;
    width : 140px;
  }

  #targetOuterTeam{
  	position:relative;
      text-align: center;
      background-color: transparent;
      margin: 5px auto;
  	border-radius: 4px;
    border : 1px solid #e8e8e8;
    width : 180px;
    height : 180px;
    padding : 20px 20px;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 350px) {
  .edit-preview {
    height : 150px;
    width : 150px;
}
    #targetOuterTeam{
    	position:relative;
        text-align: center;
        background-color: transparent;
        margin: 5px auto;
    	border-radius: 4px;
      border : 1px solid #e8e8e8;
      width : 190px;
      height : 190px;
      padding : 10px 10px;
      margin-bottom: 40px;
    }

}
@media screen and (min-width: 1300px) {
  .img-member {
    height : 200px;
    width : 200px;
  }
}
@media screen and (max-width: 1300px) {
  .img-member {
    height : 200px;
    width : 200px;
  }
}

@media screen and (max-width: 1250px ) {
  .img-member {
    height : 170px;
    width : 170px;
  }
}

@media screen and (max-width: 1200px ) {
  .img-member {
    height : 140px;
    width : 140px;
  }
}

@media screen and (max-width: 1150px ) {
  .img-member {
    height : 130px;
    width : 130px;
  }
}

@media screen and (max-width: 1000px; ) {
  .img-member {
    height : 100px;
    width : 100px;
  }
}

#targetOuterTeam{
	position:relative;
    text-align: center;
    background-color: transparent;
    margin: 5px auto;
	border-radius: 4px;
  border : 1px solid #e8e8e8;
  width : 272px;
  height : 272px;
  padding : 20px 20px;
  margin-bottom: 40px;
}
.btnSubmit {
    background-color: #565656;
    border-radius: 4px;
    padding: 5px;
    border: #333 1px solid;
    color: #FFFFFF;
    width: 100px;
	cursor:pointer;
  font-size: 13px;
}
.inputFile {
    padding: 5px 0px;
	margin-top:8px;
    background-color: #FFFFFF;
    width: 200px;
    overflow: hidden;
	opacity: 0;
	cursor:pointer;
}
.icon-choose-image {
    position: absolute;
    opacity: 0.1;
    top: 50%;
    left: 50%;
    margin-top: -24px;
    margin-left: -24px;
    width: 48px;
    height: 48px;
}
.upload-preview {border-radius:1px;}
#body-overlay {background-color: rgba(0, 0, 0, 0.6);z-index: 999;position: absolute;left: 0;top: 0;width: 100%;height: 100%;display: none;}
#body-overlay div {position:absolute;left:50%;top:50%;margin-top:-32px;margin-left:-32px;}

.upload-btn{
  font-size: 13px;
}

.addmember-title{
  font-size: 13px;
  font-weight: bold;
  margin : 10px 0px;
}

.warn-panel {
    background-color: #ffe6e6;
    padding: 10px 15px;
    width: 100%;
    border-radius: 3px;
    font-size: 13px;
    font-weight: bold;
}
.remove-modal{
  border-radius: 0px;
  border: 1px solid transparent;
  margin-top: 180px;
}
.btn-remove{
  font-size: 13px;
  width: 80px;
  cursor: pointer;
}
.body-modal{
  font-size: 14px;
  padding: 50px 30px;
  text-align: center;
}


/*------------------------------------------- Contact Us --------------------------------------*/

.contact-title{
  margin: 20px 10px;
  font-size: 25px;
  font-weight: bold;
  text-transform: uppercase;
}

.cu-content{
  font-size: 13px;
  margin: 40px 10px;
}

.detail-title{
  font-weight: bold;
  text-transform: uppercase;
}
.detail-content{
  margin : 30px 0px;
}
.edit-btn{
  padding : 5px 10px;
  width : 80px;
  margin : 10px 0px;
  font-size: 13px;
  cursor: pointer;
}
.edit-title{
  font-size: 13px;
  font-weight: bold;
  margin-top: 10px;
}
.contact-content{
  margin-left: 20px;
  padding-left: 10px;
  height : 100vh;

}

/*---------------------------------------- Capability --------------------------------------------*/

.capability-content{
  margin : 30px 0px;
}

.service-img{
  display: block;
    width: 100%;
    height: 120px;
    object-fit: contain;
}

.ie-list ul{
  list-style-type:decimal;
}
