.slider {
    height: auto;
}

.pt-section {
    padding-top: 6rem;
}

.navbar,.navbar-fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    background-color: transparent !important;
    width: 100%;
}

.navbar-nav {
    padding-top: 30px;
}

.navbar.navbar-light .navbar-nav .nav-link {
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    text-transform: uppercase;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: #89C8BB;
}

.nav-item {
    font-family: 'Janna LT';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 22px;
    padding: 0 18px;
}
.navbar.stiky{
    background-color: #ffffff7a !important;
    padding: .9rem 1rem;
    backdrop-filter: blur(29px);
    padding: 0.9rem 1rem;
    box-shadow: 0 1px 2px rgb(0 0 0 / 11%);
}
.navbar.stiky.navbar-light .navbar-nav .nav-link{
    color: rgba(0,0,0,.5);
}
.navbar.stiky.navbar-light .navbar-nav .nav-link.active{
    color:#06ab95;
}
.navbar-brand .color{
    width: 67%;
}
#nav-link1 {
    border: none;
}

.break {
    color: white;
    line-height: 2;
}
.navbar.stiky.navbar-light .navbar-nav .break{
    color: rgba(0,0,0,.5);
}

.navbar-collapse {
    align-items: end;
}
.apply:hover {

    text-decoration: none;
}
.apply {
    color: white;
    background: none;
    width: 190px;
    height: 47px;
    border: 1px solid #FFFFFF;
    border-radius: 10px;
    outline: none;
    line-height: 2.5;
    display: inline-block;
}

.apply:hover {
    background: white;
    color: black;
}

.carousel-caption {
    top: 50%;
    transform: translateY(-50%);
    bottom: initial;
}
.carousel-caption h1{
    font-size: 33px;
}

.carousel-caption a.apply {
    margin-top: 10%;
    font-size: 17px;
}

.carousel-item {
    background-color: black;
}

.carousel-item img {
    opacity: 0.5;
}

.carousel-control-prev,
.carousel-control-next {
    opacity: 1;
    background: 0 0;
    border: 0;
}

.carousel-control-prev .svg-inline--fa,
.carousel-control-next .svg-inline--fa {
    font-size: 29px;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.sub-title {
    font-family: 'Janna LT';
    font-style: normal;
    font-weight: 700;
    font-size: 33px;
    line-height: 61px;
    color: #878787;
}

.description {
    font-family: 'Janna LT';
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 41px;
    color: #878787;
}

.OUR_APPROACH .box span {
    font-family: 'Janna LT';
    font-style: normal;
    font-weight: 400;
    font-size: 21px;
    line-height: 39px;
    display: flex;
    align-items: center;
    padding-top: 17px;
    color: #878787;
}

.OUR_APPROACH .box p {
    font-family: 'Janna LT';
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 47px;
    color: #878787;
}

.comment {
    margin-top: 5rem;
    height: 65vh;
    background-color: #F8F8F8;
    padding-top: 7rem;
}
.comment.home{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 600px;
    padding-top: 0;
}
.cot1,
.cot2 {
    font-family: 'Gemunu Libre';
    font-style: normal;
    font-weight: 400;
    /* font-size: 263px; */
    font-size: 40px;
    /* line-height: 285px; */
    /* height: 18vh; */
    /* height: 180px; this edit for main page */
    color: #C7373A;
    /* float: left; */

    font-size: 227px;
    height: 21vh;
}

.cot2 {
    transform: rotate(-179.47deg);
    /* float: right; */
    /* height: 13vh; */
}

.comment .dramatically {
    color: #06ab95;
}

.comment .container {
    max-width: 64%;
    transform: translate(0);
    text-align: center;

}

.comment.home .container{
    overflow: hidden;
}
.comment .container .owner {
    font-weight: 400;
    font-size: 20px;
    line-height: 37px;
    position: absolute;
    top: 8px;
    /* float: left; */
    color: #878787;
    /* padding-top: 30px; */
}

.comment .paragraph{
    /* height: 22vh; */
    padding: 0 16px;
    font-family: 'Janna LT';
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    text-align: center;
    color: #878787;
    /* float: left; */
    line-height: 60px;
}

.title-section {
    display: block;
    width: max-content;
    text-align: center;
    margin-bottom: 1%;
    padding: 0 50px;
    background: #EEEEEE;
    font-family: 'Janna LT';
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 47px;
    align-items: center;
    text-align: center;
    color: #878787;
}

.in_port {
    width: 85%;
    background: #FFFFFF;
    box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.25);
    border-radius: 15px;
    margin-top: 25px;
    padding-top: 25px;
    padding-bottom: 30px;
}

.Apply .in_port{
    width: 95%;
}

.icon_port {
    text-align: center;
}

.PORTFOLIO {
    padding-bottom: 9rem;
}

.PORTFOLIO h5 {
    font-family: 'Janna LT';
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 32px;
    /* text-align: center; */
    color: #878787;
}
.PORTFOLIO .more-port {
    text-align: center;
}

.more-port .button {
    /* height: 5vh; */
    padding: 10px 32px;
    font-family: 'Janna LT';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #06AB95;
    border: 1px solid #06AB95;
    border-radius: 5px;
    background: none;
    outline: none;
}

.more-port .button:hover {
    background-color: #06AB95;
    color: white;
    border: 1px solid #06AB95;
}
.profile .more-port .button{
    width: 60%;
}
.icon {
    background: #424242;
    /* border-radius: 50%; */
    margin-bottom: 6%;
    font-size: 46px;
    font-weight: 700;
    width: 30%;
    color: white;
}


.NEWS_PRESS {
    background-color: #F8F8F8;
    padding-bottom: 6rem;
}

.NP {
    background: #FFFFFF;
    border-radius: 20px;
    box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.25);
    width: 316px;
    min-height: 250px;
    padding: 30px 25px 17px;
}

.NP-p {
    width: 90%;
    font-family: 'Janna LT';
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 34px;
    margin: inherit;
    color: #2A585D;
}
.pt{
    padding-top: 30px;
}

.NP-date {
    font-family: 'Janna LT';
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 48px;
    margin-top: 5%;
    color: #878787;
}

.NP-more {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}

.NP-more .button {
    font-family: 'Janna LT';
    background: #06AB95;
    border-radius: 5px;
    color: white;
    border: solid 1px #06AB95;
    outline: none;
    padding: 10px 60px;
    text-align: center;
    text-decoration: none;
}
.NP-more .btn-primary.focus, .btn-primary:focus{
    box-shadow: none;
}

.footer {
    padding-top: 100px;
    padding-bottom: 100px;
    background: #2A585D;
}
.footer ul {
    list-style-type: none;
    padding: 0;
}

.footer ul li{

    margin-bottom: 8px;
}

.footer ul li a{
    font-family: 'Janna LT';
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 32px;
    color: #FFFFFF;
    text-decoration: none;
}

.icon-footer,
.footer ul {
    padding-top: 7%;
}

.footer .h-footer,
.footer h1 {
    color: white;
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 10px;
}

.icon-footer {
    font-family: 'Janna LT';
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 32px;
    color: #FFFFFF;
    padding-top: 5%;
}

.footer-icon {
    margin-right: 2%;
}

.join-us {
    background: #FFFFFF;
    border-radius: 10px;
    padding: 25px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.join-us .col-lg-6 {
    margin: auto;
}

.join-us span {
    font-family: 'Janna LT';
    font-style: normal;
    font-weight: 700;
    font-size: 19px;
    line-height: 45px;
    display: flex;
    align-items: center;
    color: #0B132A;
}

.footer form input[type=email] {

    background: #FFFFFF;
    border: 1px solid #F6C75B;
    border-radius: 5px;
    width: -webkit-fill-available;
    padding: 2px 8px;

}

.submit {
    border: none;
    background: #F6C75B;
    color: #fff;
    border-radius: 5px;
    position: absolute;
    top: 0;
    padding: 0px 9px;
    right: 4px;
    top: 3px;
}

/* team section */
.header .navbar{
    padding-bottom: 28px;
}
.header .navbar.navbar-light .navbar-nav .nav-link{
    font-size: 12px;
}
.header .navbar.navbar-light .navbar-nav .nav-link,
.header .navbar.navbar-light .navbar-nav .break{
    color: #000;
}
.header .navbar.navbar-light .navbar-nav .nav-link.active{
    color: #06ab95;
}
.header_team {
    text-align: center;
    margin-top: 250px;
    margin-bottom: 150px;
}
.header_team h1,.PORTFOLIO h1{
    font-family: 'Janna LT';
    font-style: normal;
    font-weight: 700;
    font-size: 41px;
    line-height: 76px;
    text-align: center;
    text-transform: uppercase;
    color: #06AB95;
}
.header_team span{
    font-family: 'Janna LT';
font-style: normal;
font-weight: 400;
font-size: 32px;
line-height: 60px;
text-align: center;
background: none;
width: auto;
color: #878787;
}
.profile_card{
    text-align: center;
    margin-bottom: 20%;
}

.profile_card h1{
    font-family: 'Janna LT';
font-style: normal;
font-weight: 700;
font-size: 33px;
/* line-height: 61px; */
text-align: center;
color: #C7373A;
margin-bottom: 0;
margin-top: 11px;
}
.profile_card span{
    font-family: 'Janna LT';
font-style: normal;
font-weight: 400;
font-size: 21px;
line-height: 39px;
text-align: center;

color: #878787;
}
.profile_icon .fa-linkedin,
.profile_icon .fa-facebook,
.profile_icon .fa-instagram,
.profile_icon .fa-twitter{

    font-style: normal;
font-weight: 400;
font-size: 26px;
color: #06AB95;

margin-right: 3%;
margin-left: 3%;
}

.profile_icon a{
    text-decoration: none;
}


/*prpfile*/
.PORTFOLIO{
    /* margin-bottom: 10%; */
    padding-left: 0;
    height: auto;
    /* padding-top: 7rem; */
}
.PORTFOLIO .in_port {
    margin-top: 0;
    margin-bottom: 50px;
}
.modal-conten{
    background: #FFFFFF;
    width: 50%;
}
.modal-body{
    font-family: 'Forma DJR Deck';
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 20px;
    text-align: center;
    margin: 0 5% 5% 5%;
    color: #878787;
}
.modal-header .close{
    outline: none;
}
.PORTFOLIO .close span{
    border: 3px solid #878787;
    border-radius: 13px;
    padding: 0 10px 5px 10px;
    color: #130F26;
}
.PORTFOLIO .description{
    font-size: 17px;
    line-height: 20.4px;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle{
    background-color: #44c0b0;
    border-color: #44c0b0;
}
.PORTFOLIO .modall-title{
    /* font-family: 'Forma DJR Deck'; */
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 38px;
    text-align: center;
    color: #878787;
    margin-bottom: 20px;
}

.modal-header{
    border: none;
    text-align: center
    ;
}
.close-bt{
    display: flex;
}
.modal-conten .icon{
    margin-top: 8%;
}
.cont1 {
    padding: 0;

}
 /*NEWS&PRESS*/
 .new_press .header_team{
     margin-bottom: 25px;
 }
 .new_press .header_team span{
     line-height: 40px;
 }
 .reply{
    padding-bottom: 100px;
 }
 .reply_header {
     margin-bottom: 70px;
 }
  .reply h1{
    font-family: 'Janna LT';
    font-style: normal;
    font-weight: 700;
    font-size: 55px;
    line-height: 102px;

    color: #047A6F;
  }
  .reply span{
    font-family: 'Janna LT';
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 47px;

    color: #878787;
  }

  .input_reply h2{
    font-family: 'Janna LT';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 170%;
     text-align: right;
    color: #303030;
    padding-top: 2%;
  }
  .input_reply .col-lg-12{
      direction: rtl;
  }
  .form-control-lg {
    background: #F8F8F8;
    border: 1px solid #E8E8E8;
    border-radius: 8px;
    padding-top: 20px;
    padding-bottom: 20px;
    height: calc(1.5em + 1rem + 10px);
  }

  textarea,.from_groub::placeholder,.form-group textarea{
    font-family: 'Janna LT';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    text-align: right;
    color: #E2E2E2;
    direction: ltr;
}
/* line-height: 170%; */
/* float: right; */
  .form-control::placeholder{
    color: #E2E2E2;
}
.form-group{
    margin-bottom: 25px;
}

  .Np_photo{
    text-align: center;

}
.NP_text{
    font-family: 'Janna LT';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 34px;
    color: #878787;
    margin:100px 0 0;
}
.submit_btn{
    text-align: center;
    margin: 5%;
}
.submit_btn input{
    padding: 10px 15px;
    font-family: 'Janna LT';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    border: none;
    color: #FFFFFF;
    border: 1px solid #06AB95;
    background: #06AB95;
    border-radius: 5px;
}
.PORTFOLIO span{
    /* margin: auto;  */
}
/* apply section */
.checkbox_cycle{
    opacity: 0;
    position: absolute;
    pointer-events: none;
}
.checkbox_cycle:checked ~ .button_click{
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    display: none;
  }

  .button_click {
      border-radius: 25px;
    text-align: center;
    color: #009688;
    font-size: 0.8em;
    cursor: pointer;
    user-select: none;
    margin-left: 10px ;
    margin-top: 61px;
    transition: max-height .5s ease, opacity .5s ease, visibility .5s .5s
  }
  .apply_h{
      /* display: flex; */
  }
.apply_h h5,.text_our_philosophy h1{
    font-family: 'Janna LT';
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 44px;
    /* text-align: left; */
    color: #047A6F;
}
.apply_h h5{
    font-size: 25px;
}
.title_cycle{
    /* height: 94px;
    overflow: hidden; */
    max-width: 189px;
    --fz: 35px;
    --lh: 1.1;
    --max-lines: 5;
    font-size: var(--fz);
    line-height: var(--lh);
    -webkit-line-clamp: var(--max-lines);
    max-height: calc(var(--fz) * var(--lh) * var(--max-lines));
    max-height: 80px;
    overflow: hidden;
    /* white-space: pre-wrap; */
    word-wrap: break-word;
    transition: max-height .5s ease;
    margin-bottom: 14px;
}
.checkbox_cycle:checked + .title_cycle {
    -webkit-line-clamp: unset;
    max-height: 330px;
    max-width: 100%;
  }
.apply_btn{
    text-align: left;
}
.apply_btn button{
    background-color: #06AB95;
    color: white;
}
.apply_btn button:hover,.submit_btn input:hover{
    background-color: white;
    color: #06AB95;
}
.in_apply{
    min-height: 225px;
}
.in_apply .row{
    margin: 13px 6px;
    /* padding-top: 20%; */
}

.descinline {
    display: inline;
  }
  .descempty {
    display: none;
  }
  .readmore,
  .readless {
    color: #06ab95;
    cursor: pointer;
    margin-left: 6px;
    font-size: 13px;
  }
  .visibility-hidden{
    visibility:hidden
  }
