@font-face {
  font-family: "bellefair-regular";
  src: url("../fonts/bellefair-regular.ttf") format("opentype");
}
@font-face {
  font-family: "OpenSans-Regular";
  src: url("../fonts/OpenSans-Regular.ttf") format("opentype");
}
@font-face {
  font-family: "OpenSans-Semibold";
  src: url("../fonts/OpenSans-Semibold.ttf") format("opentype");
}
@font-face {
  font-family: "OpenSans-Bold";
  src: url("../fonts/OpenSans-Bold.ttf") format("opentype");
}

body {
  background-color: #f9f9f9;
}
.play-icon{
  width: 12px;
  margin: 0 5px;
}
.home {
  position: relative;
  background-image: url(../img/opacity-layer.png), url(../img/Group\ 37@1X.png);
  height: 100vh;
}

.paragraph {
  font-family: bellefair-regular, sans-serif;
  color: #ffffff;
  font-size: 35;
}

.nav-bar {
  align-items: center;
  width: 100%;
  justify-content: space-between;
  right: 100px;
}
.relll{
		position:relative;
	height:100%;
}
.centeredap{
	position:absolute;
	top:50%;
	left:0;
	width:100%;
	  -webkit-transform: translate(0,-60%);
  -moz-transform: translate(0,-60%);
  transform: translate(0,-60%);
}
.nav-bar .nv-item {
  font-family: OpenSans-Semibold, sans-serif;
  z-index: 1;
  color: #ffffff;
  font-size: 15px;
  margin-left: 45px;
  cursor: pointer;
}

.nv-item.selected {
  color: #e1a122;
}
.nv-item:hover{
  color: #e1a122;
}
.nv-item.brd-left {
  height: 46px;
  width: 2px;
  background-color: #e1a122;
}

.header-bg {
  width: 100%;
}

.opacity-layer {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.paragraph {
  top: 340px;
  left: 300px;
  z-index: 1;
  max-width: 770px;
}

.social-media {
  left: 50px;
  top: 395px;
}

.social-btn {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  text-align: center;
  border: 1px solid #fff;
	position:relative;
  margin: 10px 0;
}
.social-btn img{
	 position: absolute;
	 left:50%;
	 top:50%;
	 	  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.m-r-300 {
  margin-right: 300px !important;
}

.m-l-300 {
  margin-left: 300px !important;
}

._card {
  background-color: #ffffff;
  padding: 30px;
  margin-bottom: 30px;
  cursor:pointer;
  box-shadow: 1px 1px 5px 0px #0000006e;
}

._card:hover{
	  background-color: #b98757;
}
._card:hover p{
	
	color:#fff;
	
}
._card p {
  font-family: OpenSans, sans-serif;
  font-size: 14px;
  color: #0b1639;
}

._card:hover label{
	color:#fff;
}

._card:hover img{
	opacity:1;
}
._card label {
  font-family: bellefair-regular, sans-serif;
  font-size: 24px;
  color: #00204c;
}

.yellow {
  background-color: #b98757;
  padding: 30px 30px 15px 30px;
}

.yellow p,
.yellow label {
  color: white !important;
}

.img-h-100 {
  height: 100%;
}

.welcome {
  background-color: #ffffff;
  padding: 60px 30px;
 
}
.line{
  width: 61px;
  border: 2px solid #b98757;
  margin-bottom: 20px;
}
.wlc-to{
  padding-bottom: 30px;
font-size: 45px;
line-height:1.2;
}
.welcome p {
  color: #0b1639;
  font-size: 14px;
  font-family: OpenSans, sans-serif;
}

.m-t-120 {
  margin-top: 120px;
}
.second-section {
  padding-bottom: 190px;
  position: relative;
  top: -70px;
}
.w-100-mobile {
  width: 100%;
}
@media screen and (max-width: 992px) {
  .office-info {
    text-align: center !important;
  }
  .carousel-itemm {
    padding-left: 0 !important;
  }
  .form-applay {
    padding-top: 20px !important;
    padding-left: 15px !important;
  }
  .third-section {
    background-color: #132144;
    margin-bottom: 40px !important;
  }
  .hammer {
    position: absolute;
    right: -140px !important;
    top: -38px !important;
  }
  .welcome {
    background-color: #ffffff;
    padding: 90px 30px;
  }
  .successfull-cases {
    background-color: #b98757;
    color: white;
    position: absolute;
    bottom: -77px !important;
    text-align: center;
    left: calc(50% - 182px) !important;
    padding: 16px 40px !important;
    z-index: 1;
  }
  .nav-bar {
    padding-top: 0;
    justify-content: left;
    margin-left: 10px;
  }
  .second-section {
    padding-bottom: 50px;
    padding-top: 0;
  }
  .m-t-120 {
    margin-top: 50px;
  }
  .prof-team .play {
    width: 18px;
    height: 21px;
    margin: 12px;
  }
  .prof-team .name {
    margin-top: 12px;
  }
  .submit-btn {
    width: 100%;
  }
  .cc {
    margin-bottom: 15px !important;
  }
  .mb150 {
    margin-bottom: 150px !important;
  }

  .nav-bar {
    right: unset;
  }
  .nav-bar .nv-item {
    font-size: 11px;
    margin-left: 15px;
  }
  ._card {
    padding-top: 15px;
    padding-left: 24px;
    margin-bottom: 30px;
    height: 210px;
  }
  ._card p {
    font-family: OpenSans, sans-serif;
    font-size: 12px;
    color: #0b1639;
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

.cont {
  background-image: url("../img/Group\ 7@1X.png");
}

.p0 {
  padding: 0;
}

._row {
  margin: 0;
  padding: 0px 89px;
  justify-content: center;
}

.successfull-cases {
  background-color: #b98757;
  color: white;
  position: absolute;
  bottom: -77px;
  text-align: center;
  left: -78px;
  padding: 16px 40px;
}

.successfull-cases .number {
  font-size: 75px;
}

.successfull-cases .txt {
  font-size: 23px;
}
.third-section {
  background-color: #132144;
  margin-bottom: 474px;
}
._card img{
	
	opacity:0;
	
}


.third-section ._title {
  font-size: 28px;
  font-family: bellefair-regular, sans-serif;
  color: #ffffff;
  margin-top: 102px;
  margin-bottom: 100px;
  text-align: center;
}
.cc {
  background: #001e49;
  color: white;
  padding: 44px 24px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #1d3154;
  margin-bottom: 360px;
}
.number-plus {
  position: relative;
  font-size: 48px;
}
.number-plus img {
  position: absolute;
  top: 0;
  right: 0;
}
.number-plus span {
  font-size: 18px;
}

.vid {
  position: absolute;
  bottom: calc(0% - 307px);
  left: calc(50% - 585px);
}

.vid .play-btn {
  width: 127px;
  height: 127px;
  text-align: center;
  background-color: white;
  position: absolute;
  top: calc(50% - 63px);
  left: calc(50% - 63px);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}

.vid .sss {
  width: 100%;
}

img {
  cursor: pointer;
}

.bg-careers {
  background-image: url("../img/Rectangle\ 7@1X.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 100px;
  padding-right: 177px;
  padding-left: 100px;
  padding-bottom: 300px;
  color: #fff;
  background-position: center;
  position: relative;
}
.mt-80 {
  margin-top: 80px;
}
.nav-bar .nv-item {
  font-size: 14px;
  margin: 12px 24px;
  align-self: center;
}
@media screen and (max-width: 992px) {
  .bg-careers {
    padding-right: 0px;
    padding-left: 45px;
  }

  .social-media {
    display: flex;
  }
}
.bg-careers h3 {
  font-size: 45px;
  font-family: bellefair-regular, sans-serif;
  margin-bottom: 30px;
}
.bg-careers .hr {
  width: 61px;
  height: 2px;
  background-color: #b98757;
}
.bg-careers p {
  font-size: 20px;
  font-family: OpenSans, sans-serif;
  margin-top: 28px;
}

.bg-careers .opacity-layer {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #00204C70;
}

.form-applay {
  padding-top: 94px;
  padding-left: 45px;
}
.form-applay h3 {
  margin-bottom: 43px;
  color: #00204c;
  font-family: bellefair-regular, sans-serif;
  font-size: 45px;
}
.hr {
  width: 61px;
  height: 2px;
  background-color: #b98757;
  margin-bottom: 40px;
}

.form-applay input,
.form-applay select,
.form-applay textarea {
  height: 55px;
  margin-bottom: 20px;
}
.form-applay textarea {
  height: 190px;
}
.submit-btn {
  background-color: #b98757;
  padding: 18px 36px;
  display: inline-block;
  cursor: pointer;
  color: white;
  font-weight: 900;
  text-align: center;
  cursor: pointer;
}

.prof-team {
  padding: 120px 0;
  background-color: #fff;
}
.prof-team .title {
  color: #00204c;
  font-size: 45px;
  font-family: bellefair-regular, sans-serif;
  width: 100%;
  text-align: -webkit-center;
}
.prof-team .title .hr {
  margin-top: 30px;
}

.prof-team .name {
  color: #00204c;
  margin-top: 32px;
  font-size: 20px;
  font-family: bellefair-regular, sans-serif;
}
.prof-team .title {
  color: #575d6e;
  margin-top: 21px;
  font-size: 16px;
  font-family: OpenSans-Regular, sans-serif;
}
.prof-team .play {
  width: 18px;
  height: 21px;
  margin-top: 22px;
}
.prof-team .desc {
  text-align: center;
}
.prof-team .pic-profile {
  width: 100%;
}
.client-said .p117 {
  padding-top: 117px;
}

button.owl-dot.active {
  width: 10px;
  height: 10px;
  background: #b98757;
}

.owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  justify-content: space-between;
  display: flex;
}
.owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  justify-content: space-between;
  display: flex;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
  position: relative;
}

button.owl-next > span,
button.owl-prev > span {
  font-size: 30px;
  color: white;
  background-color: #0b1639;
  border-radius: 50%;
  padding: 0px 9px;
}

.carousel-itemm {
  background-color: #fff;
  width: 100%;
  padding-left: 55px;
  padding-top: 90px;
  padding-bottom: 25px;
  position: relative;
}
.item {
  position: relative;
  padding: 60px;
}
.carousel-itemm img {
  position: absolute;
  width: 100px !important;
  top: calc(0% - 50px);
  right: calc(50% - 50px);
  z-index: 1;
}

.client-said-section {
  margin-bottom: 180px;
  color: #00204c;
  font-size: 45px;
  font-family: bellefair-regular, sans-serif;
  background-image: url("../img/Group 7@1X.png");
  padding: 120px 0;
}

.p1 {
  color: #575d6e;
  font-size: 19px;
  font-family: OpenSans-Regular, sans-serif;
}

.mt-16 {
  margin-top: 16px;
}
.client-said{
  margin-bottom: 80px;
  text-align: center;
  text-align: -webkit-center;
}
.client-name {
  color: #b98757;
  font-size: 22px;
  font-family: bellefair-regular, sans-serif;
  padding: 25px;
}

.bg-footer {
  background-color: #00204c;
}

.dxx .ll {
  color: #00204c;
  font-size: 40px;
  font-family: bellefair-regular, sans-serif;
  margin-top: 34px;
}

.bg-white {
  background-color: white;
}

.pt-260 {
  padding-top: 260px;
}

.hammer {
  position: absolute;
  right: -307px;
  top: -39px;
}

.w-40 {
  width: 40%;
}
.w-60 {
  width: 60%;
}

.office-info {
  text-align: left;
  white-space: nowrap;
}
.w-auto {
  width: auto;
}
@media screen and (max-width: 1772) {
  .w-auto {
    width: 100%;
  }
}

.form-controlll {
  width: 100%;
  background: transparent;
  border: none;
  border: 1px solid white;
  padding: 15px;
}

.form-controlll-btn {
  background-color: #b98757;
  color: white;
  font-size: 16px;
  font-family: OpenSans-Bold, sans-serif;
  padding: 15px;
  margin-top: 10px;
  width: 100%;
  cursor: pointer;
}

p.office-info img {
  margin: 0 5px;
}

.prev-img,
.next-img {
  width: 40px;
  background: #0b1639;
  border-radius: 50%;
  padding: 12px 15px;
}

.ftr {
  position: relative;
  padding-top: 350px;
}
.hammer-container {
  top: -152px;
  position: absolute;
  width: 100%;
  z-index: 1;
  left: calc(50% - 570px);
}
.hm {
  display: flex;
  width: 100% !important;
  background-color: white;
}

.frd {
  padding: 60px 0 1px 60px;
  width: 100%;
  font-size: 40px;
  text-align: left;
}
.sds {
  font-size: 16px;
  width: 200px;
  margin-top: 33px;
  margin-bottom: 30px;

}
@media screen and (max-width: 767px) {
  .hm {
    display: block;
  }
  .hammer-container {
    left: unset;
  }
  .frd {
    font-size: 25px;
  }
}
