ul {
  padding: 0
}
.data h3,h4{
  margin-bottom: 2rem
}
.data-p{
  position: relative;
}
.data-padd .nav-link{
  font-weight: normal;

}
.font-data{
  font-size: 1.8rem
}
.bord3{
  width: 3px;
height: 222px;
background-color: #ce013f;
border-radius: 3px;
margin-top: 8px;
position: absolute;
    left: -34px;
    top: 0
}
.bord4{
  width: 3px;
height: 38px;
background-color: #ce013f;
border-radius: 3px;
margin-top: 8px;
position: absolute;
    left: -34px;
top: 257px
}
.bord5{
  width: 3px;
height: 38px;
background-color: #ce013f;
border-radius: 3px;
margin-top: 8px;
position: absolute;
    left: -34px;
top: 327px
}
.bord6{
  width: 3px;
height: 96px;
background-color: #ce013f;
border-radius: 3px;
margin-top: 8px;
position: absolute;
    left: -34px;
top: 418px
}
.bord7{
  width: 3px;
height: 155px;
background-color: #ce013f;
border-radius: 3px;
margin-top: 8px;
position: absolute;
    left: -34px;
top: 719px
}
.bord8{
  width: 3px;
height: 30px;
background-color: #ce013f;
border-radius: 3px;
margin-top: 8px;
position: absolute;
    left: -34px;
top: 895px
}
.bord9{
  width: 3px;
height: 67px;
background-color: #ce013f;
border-radius: 3px;
margin-top: 8px;
position: absolute;
    left: -34px;
top: 1056px
}
.bord10{
  width: 3px;
height: 107px;
background-color: #ce013f;
border-radius: 3px;
margin-top: 8px;
position: absolute;
    left: -34px;
top: 1208px
}
.bord11{
  width: 3px;
height: 44px;
background-color: #ce013f;
border-radius: 3px;
margin-top: 8px;
position: absolute;
    left: -34px;
top: 1421px
}
.bord12{
  width: 3px;
height: 44px;
background-color: #ce013f;
border-radius: 3px;
margin-top: 8px;
position: absolute;
    left: -34px;
top: 1651px
}
.bord13{
  width: 3px;
height: 44px;
background-color: #ce013f;
border-radius: 3px;
margin-top: 8px;
position: absolute;
    left: -34px;
top: 1779px
}
.bord14{
  width: 3px;
height: 27px;
background-color: #ce013f;
border-radius: 3px;
margin-top: 8px;
position: absolute;
    left: -34px;
top: 1940px
}
.bord15{
  width: 3px;
height: 38px;
background-color: #ce013f;
border-radius: 3px;
margin-top: 8px;
position: absolute;
    left: -34px;
top: 2010px
}
.bord16{
  width: 3px;
height: 77px;
background-color: #ce013f;
border-radius: 3px;
margin-top: 8px;
position: absolute;
    left: -34px;
top: 2107px
}
.bord17{
  width: 3px;
height: 116px;
background-color: #ce013f;
border-radius: 3px;
margin-top: 8px;
position: absolute;
    left: -34px;
top: 2214px
}
.data-p p{
  text-align: left!important;
  margin-bottom: 1.3rem
}
.data-p a{
  color: #979bd4
}
.text-content-area {
  font-family: lato;
  font-weight: 900;
  font-size: 1rem;
  letter-spacing: 0.1rem;
  line-height: 2.9rem;
  text-align: left;
  letter-spacing: normal;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.text-content-area li{
  list-style: none;
}
.text-content-area li:before{
  content: "";
  height: 8px;
  width: 8px;
  background-color: #CE013F;
  display: inline-block;
  /* margin: 1px; */
  margin-right: 14px;
  border-radius: 20px;
}
.close-btn{
  background-color: #ffff;
  border: none;
  outline:none
}
.close-btn:focus{
  outline: none;
  border: none
}
/*
.close-btn:hover{
  animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}
@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }

  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}*/
@media (max-width:600px){
  .text-content-area{
    font-size: 1.2rem;
    letter-spacing: normal;
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .text-content-area li{
    text-align: left;

  }

}
@media (max-width:1024px){
  .text-content-area li{
    font-size: 0.9rem
  }
}
.overlay{
  position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all 0.2s ease-in-out;
    opacity: 0;
    background-color: rgb(241 241 245 / 93%);

}
.overlay:hover{
  opacity: 1
}
.expand{
  background-image:url(../img/expand.svg);
  background-repeat:no-repeat;
  height:25px;
  width:25px;
  position:absolute;
  top:50%;
  left:50%;

  -webkit-transform:translate(-50%,-50%);
  -ms-transform:translate(-50%,-50%);
  transform:translate(-50%,-50%);
  text-align:center;
  z-index:999;

  transition: all 0.2s ease-in-out}
}
.expand:hover{
  opacity: 1;
  width: 35px;
  height: 35px
}
.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {

  position: fixed;
  top: 0px;
  left: 0;
  z-index: 99999999999;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;

}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 0 solid rgba(0, 0, 0, 0.2);
  border-bottom: 7px solid #CE013F;
  outline: 0;
  border-radius: initial;
}
.modal-content h1{
  font-size: 1.7rem
}

@media screen and (max-width: 600px){
  .close-btn{
    display: inline-block;
    border:none;
    outline: none;
    width: 120px;
    height: 35px;

  }
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 0 solid #dee2e6;
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 2.5rem 1rem;
}
.modal-body h1 {
  color: #CE013F
}
@media screen and (max-width: 600px){
  .modal-body{
    padding:1rem .1rem
  }

}
@media screen and (max-width: 1024px){
  .modal-body h1{
    font-size: 1.3rem
  }

}
.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 4rem 1rem-0.25rem;
  border-top: 0 solid #dee2e6;
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}
.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }

  .modal-sm {
    max-width: 300px;
  }
}
@media (max-width: 991px){
  .single-page{
    margin-top: 0
  }
}
@media (min-width: 992px) {
  .modal.show .modal-dialog{
    padding: 0 170px
  }
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}

*::before,
*::after {
  box-sizing: border-box;
}
.navbar{
  padding: 1.3rem 2rem!important
}
.content-one{
  margin-bottom: 70px;
  padding: 157px 0 0;
}
h1, h2, h3, h4, h5, p, a, ul, li{
  font-family: 'lato';
  color: #484747;

}
h2, h3, h4, h5 {
font-weight: bold;
letter-spacing: 0.54px;
}
p{
  font-size: 1rem
}
body{
  overflow-x: hidden;
}
html{

  overflow-x: hidden;
  padding: 0;
  margin: 0;

}
.footer-box{
  position: relative;
}
.footer-box .nav-link:hover{
  color: #979bd4;
}
.part{
  position: relative;
  height: 100vh;
  background: transparent linear-gradient(22deg, #FFFFFF 0%, #d8e0ef 100%) 0% 0% no-repeat padding-box;
  opacity: 1;
  /*color: #484747;
  font-family: Lato;
  font-size: 22px;
  font-weight: bold;*/
  z-index: 0
}
.white{
  background: transparent linear-gradient(22deg, #FFFFFF 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
}
.part-one{
  height: 100%;
  position: relative;
}
/* specification */

.navbar{
  padding: 1.3rem 5rem;
  background: #FBFBFC 0% 0% no-repeat padding-box;
  -webkit-box-shadow:0px 9px 23px #00000029;
  -moz-box-shadow:0px 9px 23px #00000029;
  box-shadow: 0px 9px 23px #00000029;
  z-index: 999
}
.content-intro{

}
.navbar-brand img{
  width: 100%;
}
.navbar-light .navbar-nav .nav-link{
  color: #484747;
  padding-right: 12px
}
.nav-link{
  text-transform:capitalize;
  font-family: 'Lato';
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.33px;
}
.navbar-light .navbar-nav .nav-link:hover{
  color: #979bd4
}

/*.navbar-light .navbar-nav .nav-link{
  padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    /* position: fixed; */

}
/*
.navbar-light .navbar-nav:nth-child(1){
  margin-top: 20px
}*/
.nav-item{
  padding: 0 0.3rem
}/*
.navbar-nav li.active > a{

  background-color:  #ce013f;
}*/
.cc ul li{
  list-style: none
}
.widget-left{

  outline: 2px solid #ce013f;
  display: inline-block;
}
.country-selector{


    background: transparent;
    color: #ce013f;
    font-size: 15px;
    font-family: 'lato';
    font-weight: bold;

    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    width: 96px;
    height: 50px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;

}
/*  single page */
.single-page{
  margin-top: 3rem
}
.single{
  display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    text-align: center;

}
.single p{

  text-align: left;
  padding: 20px 0;
  line-height: 2.3;
}
.single > ul li ul{
  padding-top: 1.1rem
}
.single > ul li{
  padding: .5rem 0;
  list-style: disc;
  margin-left: 1rem;
}
.single > ul li::first-letter{
  text-transform: capitalize;
}
.single li::marker{
  color: #ce013f;
  font-size: 19px
}
.info-occp{
  line-height: 2.5;


}

.info-top p:last-of-type{
  text-transform: capitalize;
}


.info-occp p{
  padding: 0;
  font-size: 1rem
}
.info-occp p::first-letter{
  text-transform: capitalize
}
.name-occupation{
  color: #484747;
  font-size: 1rem
}
.single-cv-img {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  margin-top: .4rem;
  margin-bottom: 2rem;
  text-align: left;
}
.single-cv-img p{
  margin: 0;
  text-align: left;
  padding: 0

}
.mail{
  margin-top: -13px
}
.mail p{
  font-size: 1rem
}
.single-img{

  display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.single-img img{
  width: 284px;
  height: 100%
}
.occupation{
  padding: 0;
  font-weight: bold;

}
.occupation p{
  padding: 0;
  font-size: 1.25rem
}
.occupation p:before{
  content: '';
  border-right:6px solid #ce013f;
  margin-right: 9px
}
.vcard{
  width: 284px;
  padding: 1.5rem 0;
}
.name{
  margin-top: 2.125rem;
  width: 284px;
  text-align: center;
}
.colum-cv{

}
.colum-cv p{
  text-align: left;
  padding: 0;
  margin: 0
}
.colum-cv-one{
  display: flex;
    justify-content: left;
    align-items: left;
    flex-direction: column;
    text-align: left;
      margin-bottom: 3rem
}

/* home */

.img-left{
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  width: 66%;
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  height: 100%;
  z-index: 2;
  background: transparent linear-gradient(270deg, #FFFFFF00 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
  opacity: 1;

}

.img-down img{
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  width: 100%;
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  z-index: 1;
  right: 0px;
  height: 100%;
  /*background: transparent linear-gradient(180deg, #FFFFFF24 0%, #D8E0EF 100%) 0% 0% no-repeat padding-box;
  opacity: 1;*/
}

 .intro3 img{

  width: 100%;
  height: 100vh;
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  margin: 0;
  padding: 0;

  object-fit: cover
}

.text-header{
  position: absolute;
  height: 100%;
  width: 100%;


  z-index: 99;
  display: flex;
  display: flex;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  flex-direction: column;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: flex-start;


}
.text-header h1{

  width: 45%;

  font-family: 'Lato';
  font-weight: bold;
  letter-spacing: 0.33px;
  text-transform: uppercase;
  line-height: 3rem;
  color: #484747;
  margin-bottom: 20px


}
.text-header p{

  width: 35%;
  padding: 0;
  font-family: 'Lato';
  letter-spacing: 0.33px;
  line-height: 1.8rem;
  color: #484747;
  margin-bottom: 28px;
  font-size: 18px;

}
.english-d{
  border: 2px solid #ce013f;
    padding: 14px 30px;
    background: transparent;
    color: #ce013f;
    font-size: 15px;
    font-family: 'lato';
    font-weight: bold;
    margin-left: 6.25rem;
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
}
.english-d:hover{
  background-color: #ce013f;
  color: #ffff
}
/*  intro */
.part-ex{
  position: relative;

  opacity: 1;
  /*color: #484747;
  font-family: Lato;
  font-size: 22px;
  font-weight: bold;*/
  z-index: 0;
  height: auto;
  width: 100%;
  margin-top: 3rem
}
.content-intro{

}

.bord{
  /*color: #ce013f;
  width: 74px;
  height: 0px;
  border: 3px solid #ce013f;
  opacity: 1;
  border-radius: 3px;
  border: 3px solid #ce013f;*/
}
.bord{
  /*width: 64px;
  height: 4px;
  background-color: #ce013f;
  border-radius: 3px;
  margin-left: 87px;
  margin-bottom: 8px;*/
}
.bord2{
  width: 64px;
  height: 4px;
  background-color: #ce013f;
  border-radius: 3px;

  margin-top: 8px;
}
.bord-team{
  margin-left: 103px;
}
.bordly{
  padding: 30px 0;
  width: 85%;
  margin-bottom: 50px;
}
.bordly p{
  padding-left: 20px
}
.bordly::before{
  /*content: '';
    border: 2px solid #ce013f;
    height: 125px;
    /* width: 52px;
    position: absolute;
    left: 0;
    border-radius: 3px;*/
}
.firm{
  display: inline-block;
}
.firm::before{
    content: '';
    height:4px;
    border-radius: 3px;
    width: 55px;
    background-color: #ce013f;
    display: block;
    margin-bottom: 12px;
    margin-left: auto;
    margin-top: 45px
}
.img2{
  width: 100%;

}
.img1{
  width: 100%;
  position: relative;
  z-index: 99
}

.box-grey{
  position: absolute;
  top:  -65px;
  left: -12px;
  width: 390px;
  height: 242px;
  background: #efe5e5 0% 0% no-repeat padding-box;
  opacity: 0.41;
  z-index: -1
}
.text-footer{
  padding: 0 100px;
  color: #CE013F;
  margin-bottom:25px
}
.box-footer{
  display: flex;

  justify-content: space-evenly;
  flex-wrap: wrap;
  align-items: center;

  width: 1356px;
  height: 306px;
  background: transparent linear-gradient(280deg, #FFFFFF 0%, #FCF7F4 100%) 0% 0% no-repeat padding-box;
  box-shadow: 1px 16px 58px #88ABE333;
  opacity: 1;
  margin: 0 0 78px 0
}
.box-footer img{
  object-fit: contain;
}

.box-footer .img-one {

  width: 155px

}
.box-footer .img-four {

  padding: 2rem 0

}
.box-footer .img-two {

  width: 147px;


}
.box-footer .img-one {

  width: 147px;


}
.box-footer .img-three {

  width: 230px;

}
.box-footer .img-four {

  width: 230px;


}
.box-footer .img-five {

  width: 170px;


}
.outline-footer{
  position: absolute;
  left: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  top:-30px;
  width: 351px;
  height: 2px;
  background-color: #ce013f;
  border-radius: 3px;
  justify-content: center;
  opacity: 0.22;
  align-items: center;
  margin-bottom: 50px
}

.outline-footer-nav{
  position: absolute;
  left: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  top:0px;
  width: 100%;
  height: 2px;
  background-color: #ce013f;
  border-radius: 3px;
  justify-content: center;
  opacity: 0.12;
  align-items: center;
  margin-bottom: 50px
}
.footer-p{
  padding: 0 0 9px 0;
  color: #484747;
  margin: 0

}
@media (min-width:768px) and (max-width:799px){
  .single-cv-img{
    margin-top: 12rem;
  }

}
@media (min-width:768px) and (max-width:833px){
  .footer-p{
    margin: 0 47px
  }

}

/* our team  */
.box-content-cv{
  width: 100%;
  margin-bottom: 100px;
  position: relative;
}

.box-cv{

  border-top: 18px solid #CE013F;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: -30px 30px 60px #0000000D;
  opacity: 1;
  margin-bottom: 30px;
  transition: all .2s ease-in-out;
}
.box-cv:hover{
  transform: scale(1.1);
}
.box-cv img{
  width: 100%;
  padding: 80px 20px 0;


}
.box-cv h5{
  padding: 20px 0
}
.box-cv p{
  font-weight: bold;
  letter-spacing: 0.025rem;
  color: #ce013f;
  letter-spacing: 1.2px
}



/*  area of practice */


.box-case-area{
  position: relative;
  width: 80%;
  height: 256px;
  margin-bottom: 75px;
  border-bottom:  7px solid #CE013F;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: -30px 30px 60px #0000000D;
  opacity: 1;
  cursor: pointer;
  transition: all .2s ease-in-out;
  padding: 0 35px
}
.box-case-area:hover{
  transform: scale(1.1);
}
.box-case-area h1{
  font-size: 1.5rem;
  line-height: 1.8;
  font-weight: 900;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  letter-spacing: 0.1rem;
  line-height: 1.8;
}


hr{
  border-width: 2px;
  width: 350px;
  background-color: #ce013f;
  opacity: 0.22;
  border-radius: 3px;
  margin-bottom: 100px
}
 @media (max-width:600px) {

   .box-case-area{
     width: 100%;
     padding: 0
   }
   .box-case-area h1{
     font-size: 1.3rem
   }

 }
/*  cases  */

/* case  */
.box-content-case{
  width: 100%;
  margin-bottom: 100px;
  position: relative;
}

.box-case{

  border-bottom:  7px solid #CE013F;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: -30px 30px 60px #0000000D;
  opacity: 1;
  margin-bottom: 3rem;
  transition: all .2s ease-in-out;
}
.box-case:hover{
  transform: scale(1.1);
}
.box-case{
text-overflow: ellipsis;

cursor: pointer;
  overflow: hidden;

}

.box-case h5{
  padding: 25px 15px 14px;
  margin-top: 20px;
  line-height: 1.9rem
}
.box-p{
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding: 0 30px;
  text-overflow: ellipsis;
  white-space: normal;
  height: 60px;
}
.firm{
  display: inline-block;
}

#box .box:nth-child(n+7){
  display: none
}

.portfolio .portfolio-item {
  cursor: pointer;
  position: relative;
  display: block;
  height: 236px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.portfolio .portfolio-item .portfolio-item-caption {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.2s ease-in-out;
  opacity: 0;
  background-color: rgba(26, 188, 156, 0.9);
}
.portfolio .portfolio-item .portfolio-item-caption:hover {
  opacity: 1;
}
.portfolio .portfolio-item .portfolio-item-caption .portfolio-item-caption-content {
  font-size: 1.5rem;
}

.portfolio-modal .portfolio-modal-title {
  font-size: 2.25rem;
  line-height: 2rem;
}
@media (min-width: 992px) {

  .portfolio-modal .portfolio-modal-title {
    font-size: 3rem;
    line-height: 2.5rem;
  }
}
.portfolio-modal .close {
  position: absolute;
  z-index: 1;
  right: 1.5rem;
  top: 1rem;
  font-size: 3rem;
  line-height: 3rem;
  color: #1abc9c;
  opacity: 1;
}
.inner-btn button{

    border: none;
    width: 147px;
    -webkit-box-shadow: -30px 30px 60px #0000000D;
    -moz-box-shadow: -30px 30px 60px #0000000D;
    -ms-box-shadow: -30px 30px 60px #0000000D;
    -o-box-shadow: -30px 30px 60px #0000000D;
    height: 50px;
    border: 1px solid #CE013F;
    margin: auto;
    margin-top: 60px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    background: none;
    color: #CE013F;
    text-transform: uppercase;
    font-family: "lato";
    font-weight: bold;
    letter-spacing: 1.2px;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    margin-bottom: 85px;
    outline: none;

   }
    .inner-btn button i {
      color: #CE013F;
      background-color: #CE013F;
      margin-left: 10px;
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
      -webkit-transition-duration: 0.1s;
      transition-duration: 0.1s;
      -webkit-transition-property: transform;
      transition-property: transform;
      -webkit-transition-timing-function: ease-out;
      transition-timing-function: ease-out; }
    .inner-btn button:before {
      content: "";
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: #CE013F;
      color: #fff;
      -webkit-transform: scaleX(0);
      transform: scaleX(0);
      -webkit-transform-origin: 0 50%;
      transform-origin: 0 50%;
      -webkit-transition-property: transform;
      transition-property: transform;
      -webkit-transition-duration: 0.3s;
      transition-duration: 0.3s;
      -webkit-transition-timing-function: ease-out;
      transition-timing-function: ease-out; }
    .inner-btn button:hover {
      color: #fff;
      border-color: transparent; }
      .inner-btn button:active{
        outline: none
      }
      .inner-btn button:hover:before {
        color: #fff;
        -webkit-transform: scaleX(1);
        transform: scaleX(1); }
      .inner-btn button:hover i {
        color: #CE013F;
        -webkit-transform: translateX(4px);
        transform: translateX(4px); }

}
/* figures */


.figures-container{
  padding: 0 50px;

}
.figures-container h5{
  padding-top: 80px;
  margin-left: 10px
}
.bord-figures{
  margin-left: 170px
}
.figure-culom{
  padding: 0 80px;
  margin-bottom: 70px
}
.work-experience{
  margin-bottom: 150px
}
.chart-img{
  padding: 0 200px;
  margin-bottom: 100px

}
.chart-img img{
  width: 100%
}
.txt-btm{
  margin: 0
}
.box-case-figure{
  position: relative;
  width: 81%;
  height: 290px;
  margin-bottom: 75px;
  border-bottom:  7px solid #CE013F;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: -30px 30px 60px #0000000D;
  opacity: 1;
  transition: all .2s ease-in-out;

  z-index: 1;

}
.bor{
  margin-bottom: 75px
}
.box-case-figure h1{
  font-size: 1.4rem;
  font-weight: 400;

  padding: 57px 41px 0;
  line-height: 2rem;
  height: 37%;
    display: flex;
    align-items: center;
    justify-content: center;


}
.language{
  width: 284px;
  line-height: 2.5
}
@media (max-width:600px){
  .box-content-case-area{
    margin-bottom: 0!important
  }
  .info-occp{
    width: 100%;
  }

  .box-case-figure h1{
    font-size: 1.2rem;
  }
  .text-for{
    font-size: 1.2rem;
  }
}
.text-showcasing{
  position: absolute;
  /* top: 0; */
  /* transform: translate(-50%, -50%); */
  bottom: 81px;
  /* transform: translate(-50%,-50%); */
  width: 100%;
  left: 0;
  z-index: -1;
}
.numbers{
  font-family: 'LATO';
  FONT-WEIGHT: 900;
  FONT-SIZE: 3.2rem;
  padding: 0 0 5px 0;
  color: #CE013F;
  margin-right: 1rem;
  border-bottom: 5.5px solid #ce013f;
  border-radius: 0 0 5px 5px;

}

.text-for{
  font-size: 1.6rem;
    font-family: lato;
    font-weight: 400;
    color: #CE013F;
    letter-spacing: 0.1rem;

}

@media (max-width:600px){
  .text-showcasing{
    bottom: 60px
  }
  .text-for{
    font-size: 1.2rem;
  }
  .numbers{
    font-size: 2.9rem
  }
}
/*  conttact  */
.bord-line:before{
  height: 2px;
  width: 35px;

  margin-bottom: 3px;
}
input, textarea, select, button {
  font-family: "lato";
  color: #fff;
  font-size: 15px; }



a:hover {
  text-decoration: none; }

:focus {
  outline: none; }


.inner {
  max-width: 758px;
  margin: auto;
  background: transparent linear-gradient(195deg, #FFFFFF 0%, #FCF7F4 100%) 0% 0% no-repeat padding-box;;

  padding: 77px 99px 87px;
  box-shadow: 1px 16px 58px #88ABE333;;
  -webkit-box-shadow: 1px 16px 58px #88ABE333;;
  -moz-box-shadow: 1px 16px 58px #88ABE333;;
  -ms-box-shadow: 1px 16px 58px #88ABE333;;
  -o-box-shadow: 1px 16px 58px #88ABE333; }

textarea {
   }

h3 {
  text-transform: uppercase;
  font-size: 45px;
  font-family: "Montserrat-Bold";
  text-align: center;
  margin-bottom: 12px; }

p {
  text-align: center;
  padding: 0 10px;
  margin-bottom: 55px;
  line-height: 1.8; }

.form-group {
  position: relative;
  display: block;
  margin-bottom: 48px; }
  .form-group span {
    font-size: 15px;
    color: #C2C7CF;
    position: absolute;
    top: 11px;
    transition: all .2s ease;
    transform-origin: 0 0;
    cursor: text; }
  .form-group span.border {

    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    top: 41px;
    transform: scaleX(0);
    transition: all .15s ease;
    background: #fff; }
.border{
  border: none!important;
}
.form-control {
  border: none;
  border-bottom: 2px solid #ce013f;
  display: block;
  width: 100%;
  height: 43px;
  font-size: 15px;
  background: none;
  font-family: "lato";
  border-radius:0;
  font-weight: bold}
  .form-control:focus, .form-control:valid {
    border-bottom: 2px solid #fff; }
    .form-control:focus + span, .form-control:valid + span {
      transform: translateY(-22px) scale(0.8); }
      .form-control:focus + span + .border, .form-control:valid + span + .border {
        transform: scaleX(1); }
        .form-control:focus{
          background-color: rgb(255 253 253 / 8%);
          box-shadow:none}
          .button:focus{
            outline:none
          }
textarea.form-control {
  padding-top: 10px;
  padding-bottom: 10px; }

.inner button {
  border: none;
  width: 100%;

  height: 51px;
  border: 2px solid #ce013f;
  margin: auto;
  margin-top: 60px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: none;
  color: #ce013f;
  text-transform: uppercase;
  font-family: "lato";
  font-weight: bold;
  letter-spacing: 1.2px;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .inner button i {
    color: #ce013f;
    background-color: #ce013f;
    margin-left: 10px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .inner button:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ce013f;
    color: #fff;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .inner button:hover {
    color: #fff;
    border-color: transparent; }
    .inner button:hover:before {
      color: #fff;
      -webkit-transform: scaleX(1);
      transform: scaleX(1); }
    .inner button:hover i {
      color: #ce013f;
      -webkit-transform: translateX(4px);
      transform: translateX(4px); }

.wrapper{
  margin-bottom: 180px;
  margin-top: 100px
}
.box-borderr{
  border: 2px solid #DEABB9;
  width: 100%;

}
.box-borderr img{
  width: 100%
}
.txt{
  display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    height: 100%;
}
.txt h5{
  padding: 0px 0px  10px  61px;
  opacity: 0.8
}
.txt p{
  padding: 0px 0 0px 61px;
  font-size: 14px;
  margin: 0;
  opacity: 0.8
}

.ful_message, .error_message{
  display: none;
  padding: 0;
    margin: 0;
    font-size: 1.1rem;
    font-weight: bold;
    letter-spacing: .2rem;
}
.ful_message p, .error_message p{
  padding: 0;
    margin: 0;
    font-size: 1.1rem;
    font-weight: bold;
    letter-spacing: .2rem;
}

/* breaking points  */
@media (max-width: 600px){

  .single li::marker{
    font-size: 16px
  }
  .single h5{
    line-height: 1.8
  }

  .single-img img{
    width: 100%
  }
  .vcard{
    width: 100%
  }
  .btn-top{
		display: flex;
    justify-content: center;
		flex-direction:row
	}
  .intro3{
    height: 600px
  }
  .intro3 img{
    object-fit: cover;
    height: 100%;
    width: 100%;

  }
  .text-header{
    margin-top: 2.5rem
  }
  .cc{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 400px
  }
  .cc h1{
    width: 97%;
    margin-bottom: 0;
    line-height: 2rem;
    font-size: 1.3125rem;
    margin-bottom: 0.7rem;
  }
  .cc p{
    width: 90%;
    margin-bottom: 0;

    margin-bottom: 1.3rem;
    font-size: 0.9rem
  }

  .content-intro{
        padding-top: 117px;
        width: 100%
  }

  .content-one{
    margin-bottom: 70px;
    padding: 157px 0 0;
  }

  .content-one h2{
    font-size: 1.27rem;
    margin: 0
  }

  .bord{
    height: 2px;
    width: 35px;
    margin-left: 50px;
    margin-bottom: 3px;
  }
  .firm::before{
    height:2px;
    margin-bottom: 5px;
    width: 40px
  }
  .bordly-legal{
    margin-top: 50px
  }
  .bord2{
    height: 2px;
    margin-top: 3px;
    width: 35px;
    margin-bottom: 50px;
    margin-left: 0.5%
  }

  .bordly::before{
    left: 12px
  }
  .bord-team{
    margin-left: 61px
  }
  .bord-area{
    margin-left: 146px;

  }
  .bord-legal{
    margin-left: 66px
  }
  .bord-contact{
    margin-left: 51px
  }

  .bord-figures{
    margin-left:97px
  }
  .bordly{
    width: 100%
  }
  .bordly-area{
    width: auto;
  }
  .bordly::before{
    border: 1px solid #ce013f
  }
  .box-grey{
    left: -25px
  }
  .box-grey-area{
    left: 0
  }
  .box-grey-area2{
    visibility: hidden;
  }
  hr{
    width: auto;
  }
  .box-borderr{
    border: none
  }
  .txt{
    padding: 40px 0 0;
  }
  .txt h5{
    text-align: center!important;
    padding: 0px 0 20px 0px;
  }
  .txt p{
    text-align: center!important;
    padding: 0px 0 0px 0px;
  }
  .work-experience{
    margin-bottom: 50px
  }

}
@media (min-width: 601px) and (max-width: 770px){
  .content-one {
    padding: 0;
    margin-bottom: 100px;}
    .content-one h2{
      font-size: 1.225rem;
      margin: 0
    }
    .team, .area{
      padding: 157px 0 0;
    }

  .bordly{
    width: 100%
  }
  .cc{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: 3.75rem
  }
  .cc h1{
    width: 75%;
    margin-bottom: 0;

    line-height: 2.5rem;
    font-size: 2rem;
    margin-bottom: 0.7rem;
  }
  .cc p{
    width: 60%;
    margin-bottom: 0;

    margin-bottom: 1.5rem;
    font-size: 0.9rem
  }
  .cc button{
    margin-left: 0;
    padding: 8px 25px;
    border:2.8px solid #ce013f;
    font-size: 1rem
  }
  .bord{
    margin-left: 24px
  }
  .bord-figures{
    margin-left: 68px;
  }
}

@media (max-width: 770px){
  .navbar-nav{
    justify-content: center;
    align-items: center;
    padding: 30px 0;
    }
    .navbar-nav .nav-item{
      padding: 10px 0;
      }
      .chart-img{
        padding: 0
      }
      h5{
        font-size: 1.1rem
      }
      .figure-culom{
        padding: 0 20px
      }
      .bord-area{
        margin-left: 119px;
      }
      .figure-culom{
        padding: 0 20px
      }
      .bord-area{
        margin-left: 119px;
      }
      .colum-cv-one{
        display: flex;
          justify-content: center;
          align-items: center;
          flex-direction: column;
          text-align: center!important;
      }
      .colum-cv-one p{
        text-align: center!important;
      }
}
@media (min-width: 768px) and (max-width: 1024px){
  .dataa{
    display: none
  }
}
@media (min-width: 769px) and (max-width: 1024px){
  .dataa{
    display: none
  }
  .text-header h1{
    width: 73%;
    margin-top: 20%;
    font-size: 2.2rem
  }
  .widget-left{
    margin-left: 0
  }
  .navbar-nav{
    align-items: center;
  }
  .btn-top{
   display: flex;
  flex-direction: row;
  justify-content: center;
 }
}
@media (max-width: 991px){
  .single-page{
    margin-top: 0
  }
  .box-footer{
    height: auto;
  }
}

@media (min-width: 771px) and (max-width: 1024px){
  .navbar-light .navbar-nav .nav-link{
    font-size: 0.8rem;
  }
  .navbar-brand {
    width: 200px
   }
  .intro3 img{
    height: 100%
  }
  .box-grey-area2{
    bottom: 170px
  }
  .text-footer{
    margin-top: 5rem
  }
}

@media (max-width: 767px) {
    .navbar-brand{
      width: 182px
      }
      .navbar{
    	padding: 1.3rem 0.4rem!important;
    	}

  h3 {
    font-size: 16px; }

  p {
    font-size: 14px;
    padding: 0;
    line-height: 1.8rem
  }
  .data-padd .nav-link{
    font-size: 14px;
  }

  .inner {
    padding: 27px 20px 37px;

  }

  .box-footer{
    margin: 0 22px 78px 22px;
    flex-direction: column;
    height: 100%;
  }
  .box-footer img {

    padding: 33px 0
  }
  .text-footer{
    padding: 20px 8px!important;

    }
  }
  .figures-container{
    padding: 0
  }
  .figures-container h5{
    margin-left: 25px;
    margin-bottom: 55px;
  }

}
