:root{
  --yellow : #EFC514;
  --black : #002B4E;
}

.theme-yellow .service-item-small .service-text *{
  color: var(--black);
}
.theme-yellow .service-item-small{
  display: block;
  padding: 2.4rem 2.9rem;
}
.theme-yellow .sec-service .title,
.theme-yellow .service-item,
.theme-yellow .service-item:hover:before{
  border-right-color: var(--yellow);
}
.theme-yellow .sec-service .title{
  border-bottom: var(--yellow);
}
.service-item{
  border-color: var(--yellow);
}
/* .theme-yellow .menu>ul>li.hasChild>a:after,
.theme-yellow .service-bar img.arrow-icon{
  -webkit-filter: brightness(0) invert(86%) sepia(18%) saturate(5510%) hue-rotate(356deg) brightness(105%) contrast(87%);
  filter: brightness(0) invert(86%) sepia(18%) saturate(5510%) hue-rotate(356deg) brightness(105%) contrast(87%);
} */
.theme-yellow .service-item::after, 
.theme-yellow .service-item:hover{
  background: var(--yellow);
}
.theme-yellow .service-item::after, 
.theme-yellow .service-item:hover:after{
  display: none !important;
}
.theme-yellow .sec-service-box .service-item::after, 
.theme-yellow .sec-service-box .service-item:hover:after{
  display: block !important;
}
.theme-yellow .service-item:hover:after {
  background: var(--black);
}
.theme-yellow .sec-service .title {
  background: #EFC514;
}
.theme-yellow .sec-client:before{
  content: none;
}
.theme-yellow .client-box::after{
  background-image: url(../images/video-yellow-bg.png);
  display:none;
}
.theme-yellow .sec-service .service-item-small{
  height: auto;
}
.theme-yellow .sec-service-box .service-item-small{
  min-height:9.2rem;
  display: flex;
  justify-content: center;
}
.theme-yellow .service-text > *:first-child{
  margin-bottom: 1.6rem;
}
.theme-yellow .service-text > *:last-child{
  margin-bottom: 0;
}
.theme-yellow .sec-service .service-list{
  grid-template-columns: repeat(2, 1fr);
}
.theme-yellow .sec-service .service-bar .title h3{
  margin-left: 0px;
}
.theme-yellow .client-box video{
  width: 100%;
  height: 100%;
  z-index: 1;
}
.theme-yellow .client-box{
  padding: 0px ;
}
.video-v3-overlay{
  position: absolute;
  top: 0;
  left:0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.2);
}
.video-v3-play img{
  width: 12rem;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.video-v3-play:hover img{
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.video-v3-thum-img img{
  width: 100%;
  height: auto;
}
.theme-yellow .sec-banner{
  min-height: 38.8rem;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 3;
}
.theme-yellow .sec-banner .banner-item{
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  padding: 5rem 0;
}
.theme-yellow .sec-banner .hero-btn {
  margin-top: 4.2rem;
}
.theme-yellow .sec-banner>img{
  height: 85%;
  position: absolute;
  object-fit: fill;
  left: 50%;
  transform: translateX(-50%);
}
.sec-contact{
  background: rgba(78, 80, 85, 0.1);
  padding: 104px 0;
}
.sec-contact .contact-form{
  padding: 0 !important;
}
.contact-block {
  max-width: 1088px;
  margin: 0 auto;
}
.contact-form-head {
  margin-bottom: 48px;
}
.contact-top {
  background: var(--yellow);
  border-radius: 20px 20px 0 0;
  position: relative;
  padding: 30px 38px;
}
.contact-top-text {
  font-size: 26px;
  color: #002B4E;
}
.contact-top-text strong{
  display: block;
}
.contact-expert {
  text-align: right;
  margin-top: 10px;
  color: #002B4E;
}
.contact-expert h5{
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
}
.contact-expert p {
  font-size: 15px;
  line-height: 1;
  opacity: 0.8;
}
.contact-expert-img {
  position: absolute;
  top: -92px;
  right: 40px;
  border: 15px solid #D9DADB;
  border-radius: 50%;
  background: #D9DADB;
  height: 184px;
  width: 184px;
}
.contact-expert-img img{
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}
.contact-box {
  background: #4E5055;
  border-radius: 0 0 20px 20px;
  padding: 45px 38px;
}
.contact-box .form-group {
  margin-bottom: 16px;
}
.contact-box .form-floating {
  position: relative;
}
.contact-box .form-control{
  outline: none !important;
  display: block;
  width: 100%;
  padding: 18px 12px 0 !important;
  height: 58px !important;
  font-weight: 600;
  font-size: 16px;
  color: var(--black);
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  font-family: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 4px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.contact-box .form-control::placeholder{
  color: transparent;
  opacity: 1;
}
.contact-box .form-control:-ms-input-placeholder{
  color: transparent;
}
.contact-box .form-control:focus {
  box-shadow: 0 0 0 2.4px rgb(0, 32, 62) !important;
}
.contact-box .form-control.is-invalid, .validate-input.not-valid, 
.contact-box .was-validated .form-control:invalid {
  border-color: #ff5353 !important;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19.019' height='18.028' viewBox='0 0 19.019 18.028'%3E%3Cpath id='bxs-error' d='M13.349,3.529a.991.991,0,0,0-1.681,0L3.11,19.694a.95.95,0,0,0,.841,1.4H21.066a.949.949,0,0,0,.84-1.395Zm.11,14.709h-1.9v-1.9h1.9Zm-1.9-3.8V9.679h1.9v4.754Z' transform='translate(-2.998 -3.062)' fill='%23ff5353'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 9px center;
  background-size: 18px 18px;
}
.contact-box .form-floating label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 16px 12px;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
.contact-box .form-floating > .form-control:focus~label, .form-floating > .form-control:not(:placeholder-shown)~label, 
.contact-box  .form-floating>.form-select~label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.contact-box .form-floating>textarea.form-control {
  height: 78px !important;
  padding: 28px 12px 15px !important;
}
.contact-box .checkbox-req-error {
  margin: 0;
  font-size: 11px;
  color: red;
  visibility: hidden;
}
.contact-box .wpcf7-list-item {
  display: block;
  margin: 0 0 16px !important;
  position: relative;
}
.contact-box .wpcf7-list-item label {
  position: relative;
}
.contact-box .wpcf7-list-item label input {
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
}
.contact-box .wpcf7-list-item-label{
  min-height: 26px !important;
  font-size: 15px !important;
  padding-left: 32px !important;
  line-height: 17px !important;
  display: block;
  color: #fff;
  position: relative;
  cursor: pointer;
}
.theme-yellow .contact-agr-1 label:before, 
.theme-yellow .contact-agr-2 label:before{
  content: none !important;
}
.contact-box .wpcf7-list-item-label a{
  color: var(--yellow) !important;
}
.contact-box .wpcf7-list-item-label:before,
.contact-box .wpcf7-list-item-label:after{
  position: absolute;
  content: "";
}
.contact-box .wpcf7-list-item-label:before{
  height: 26px !important;
  width: 26px !important;
  left: 0 !important;
  top: 3px !important;
  border: 2px solid var(--yellow) !important;
  border-radius: 0 !important;
}
.contact-box .wpcf7-list-item-label:after{
  content: '';
  display: block;
  position: absolute;
  top: calc(50% - 9px);
  left: 9px;
  width: 10px;
  height: 15px;
  border: solid #24CF81;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 0;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.contact-box .wpcf7-list-item input:checked + .wpcf7-list-item-label:after{
  display: block !important;
}
.custom-checkbox input:checked+label span:after {
  opacity: 1;
}

.contact-box .btn-purple{
  max-width: 245px;
  font-size: 20px;
  width: 100%;
  outline: none;
  display: inline-flex;
  justify-content: space-betwee;
  align-items: center;
  background: #4853a0;
  border-radius: 10px;
  padding: 12px 22px;
  color: #fff;
  font-weight: bold;
  border: 3px solid #4853a0;
  cursor: pointer;
}
.contact-box .btn-purple:hover{
  background: #fff;
  color: #4853a0;
}
.contact-box .btn-purple:hover svg{
  -webkit-filter: brightness(0) invert(32%) sepia(15%) saturate(2371%) hue-rotate(195deg) brightness(95%) contrast(88%);
  filter: brightness(0) invert(32%) sepia(15%) saturate(2371%) hue-rotate(195deg) brightness(95%) contrast(88%);
}
.theme-yellow .service-list{
  padding-top: 0;
}
.theme-yellow .sec-banner .hero-text{
  background: #ffffffe3 !important;
    padding: 20px;
    border-radius: 35px;
    margin-left: 100px;
    margin-bottom: 35px;
}

@media(min-width:1360px) and (max-width:1459px){



  .video-v3-play img {
    width: 10rem;
  }
  .theme-yellow .sec-banner .banner-item {
    padding: 9rem 0 5.15vw;
  }
  .theme-yellow .sec-banner .hero-text {
    max-width: 61rem;
  }
  .theme-yellow .sec-banner .h1 * {
    font-size: 4.5rem;
    line-height: 5rem;
  }
  .theme-yellow .sec-banner .hero-btn {
    margin-top: 3.6rem;
  }
}
@media(min-width:1200px) and (max-width:1359px){
  .sec-hero .hero-item {
    margin-top: 124px !important;
  }
  .theme-yellow .sec-hero:after{
    top: 124px !important;
  }
.theme-yellow  .hero-arrow{
  bottom: -5.4rem !important;
}
  .video-v3-play img {
    width: 10rem;
  }
  .theme-yellow .sec-banner .banner-item {
    padding: 8rem 0 6.15vw;
  }
  .theme-yellow .sec-banner .hero-text {
    max-width: 56rem;
  }
  .theme-yellow .sec-banner .h1 * {
    font-size: 4rem;
    line-height: 4.5rem;
  }
  .theme-yellow .sec-banner .hero-btn {
    margin-top: 3.6rem;
  }
}
@media(min-width:992px) and (max-width:1199px){
  .sec-hero{
    height: 70vh !important; 
  }

  .video-v3-play img {
    width: 9rem;
  }
  .theme-yellow .sec-banner .banner-item {
    padding: 7rem 0 7.15vw;
  }
  .theme-yellow .sec-banner .h1 * {
    font-size: 4rem;
    line-height: 4.7rem;
  }
  .theme-yellow .sec-banner .hero-text {
    max-width: 56rem;
  }
  .theme-yellow .sec-banner .hero-btn {
    margin-top: 3.6rem;
  }
  .sec-contact {
    padding: 74px 0;
  }
  .contact-top-text {
    font-size: 24px;
  }
  .contact-expert-img {
    top: -82px;
    border-width: 12px;
    height: 164px;
    width: 164px;
  }
}
@media(min-width:768px) and (max-width:991px){
  .sec-hero{
    height:60vh !important;
  }
  .hero-text .h1{
    font-size: 2.5rem !important;
    line-height: 3.2rem !important;
  }
  .theme-yellow .sec-hero .hero-text{
    position: absolute;
      top: 50%;
      left: 100px;
      transform: translateY(-45%);
     
  }
  .theme-yellow .service-text > *:first-child {
    margin-bottom: 1rem;
  }

  .video-v3-play img {
    width: 9rem;
  }
  .theme-yellow .sec-banner .banner-item {
    padding: 6rem 0 5.15vw;
  }
  .theme-yellow .sec-banner .h1 * {
    font-size: 3rem;
    line-height: 3.7rem;
  }
  .theme-yellow .sec-banner .hero-text {
    max-width: 39rem;
  }
  .theme-yellow .sec-banner .hero-btn {
    margin-top: 2.2rem;
  }
  .sec-contact {
    padding: 72px 0;
  }
  .contact-top {
    padding: 24px;
  }
  .contact-top-text {
    font-size: 18px;
    padding-right: 180px;
  }
  .contact-expert-img {
    top: -72px;
    right: 30px;
    border-width: 10px;
    height: 144px;
    width: 144px;
  }
  .contact-box {
    padding: 32px 24px;
  }
  .contact-box .wpcf7-list-item-label {
    font-size: 14px !important;
  }
}
@media(max-width:550px){
  .theme-yellow  .hero-text .h1 *{
    font-size: 28px !important;
    line-height: 36px !important;
  }
}
@media(max-width:767px){
  .sec-client iframe{
    height: 190px !important;
    width: 400px !important;
  }
  .video-client{
    margin-left: calc(100% - 400px) !important;
  }  
  .theme-yellow .sec-service .service-list {
    grid-template-columns: repeat(1, 1fr);
  }
  .theme-yellow .sec-service-box .service-item-small {
    min-height: 7.2rem;
  }
  .theme-yellow .service-text > *:first-child {
    margin-bottom: 1rem;
  }
  .video-v3-play img {
    width: 6rem;
  }
  .sec-hero {
    min-height: 30rem !important;
}
.theme-yellow .sec-hero .hero-text{
  position: absolute;
    top: 50%;
    left: 100px;
    transform: translateY(-50%);
}

  .theme-yellow .sec-hero .hero-text{
    width: calc(100% - 100px);
    left: 100px;
  }

  .theme-yellow .service-list {
    padding: 0;
  }
  .sec-contact {
    padding: 64px 0;
  }
  .contact-form-head {
    margin-bottom: 90px;
    text-align: center;
  }
  .contact-expert-img {
    top: -70px;
    border-width: 10px;
    height: 140px;
    width: 140px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .contact-top {
    padding: 80px 24px 24px;
    display: flex;
    flex-direction: column;
  }
  .contact-expert {
    text-align: center;
    margin-top: 0;
    order: -1;
    width: 100%;
  }
  .contact-top-text {
    font-size: 22px;
    width: 100%;
    text-align: center;
    margin-top: 15px;
  }
  .contact-box {
    padding: 2.4rem 2rem;
  }
  .contact-box .wpcf7-list-item-label {
    font-size: 13px !important;
  }
  .contact-box .btn-purple {
    max-width: 100%;
  }
  .theme-yellow .sec-banner {
    min-height: 31.8rem;
    position: relative;
  }
  .theme-yellow .sec-banner:after{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
  }
  .theme-yellow .sec-banner .hero-text br{
    display: none;
  }
  .theme-yellow .sec-banner .banner-item {
    padding: 4rem 0;
    position: relative;
    z-index: 1;
  }
  .theme-yellow .sec-banner .hero-btn {
    margin-top: 2.4rem;
  }
  .theme-yellow .sec-block .border-yel{
    padding: 30px;
  }
  .theme-yellow li.zaleta {
    line-height: 24px;
    font-size: 16px;
  }
}
.theme-yellow header{
  position: fixed;
  background: transparent linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 36%, #FFFFFFCC 100%) 0% 0% no-repeat padding-box;
  box-shadow: inset 0px 3px 6px #99999966, 0px 3px 20px #00203E33;
  padding-top: 10px;
  padding-bottom: 10px;
}
.sec-block .border-yel{
  border: 1px solid #EFC514;
  padding: 60px;
  border-radius:20px;
}
.border-yel h5.background-yellow {
  background: #EFC514;
  padding: 15px;
  border-radius: 15px;
  margin: 35px 0 25px 0;
}
.border-yel ul>li::after {
  height: .7rem;
  width: .7rem;
  background: #EFC514;
  border-radius: 0%;
}
li.zaleta {
  line-height: 28px;
  font-size: 18px;
}
.check-cross-icon:before,
.check-cross-icon:after {
  content: '';
  position: absolute;
  top: 13px;
  left: 13px;
  background-color: #FF5353;
  width: 20px;
  height: 3px;
  border-radius: 50px;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  opacity: 0;
}
.check-cross-icon {
  position: absolute;
  left: 0;
  top: calc(50% - 13px);
  display: block;
}
.check-cross-icon:before,
.check-cross-icon:after {
  content: '';
  position: absolute;
  top: 13px;
  left: 13px;
  background-color: #FF5353;
  width: 20px;
  height: 3px;
  border-radius: 50px;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  opacity: 0;
}

.check-cross-icon:before {
  -webkit-transform: translate(-50%, -50%) rotate( 45deg);
  -ms-transform: translate(-50%, -50%) rotate( 45deg);
  transform: translate(-50%, -50%) rotate( 45deg);
}

.check-cross-icon:after {
  -webkit-transform: translate(-50%, -50%) rotate( -45deg);
  -ms-transform: translate(-50%, -50%) rotate( -45deg);
  transform: translate(-50%, -50%) rotate( -45deg);
}

.custom-checkbox.check-cross [type="checkbox"]:not(:checked)+label .check-cross-icon:after,
.custom-checkbox.check-cross [type="checkbox"]:not(:checked)+label .check-cross-icon:before {
  opacity: 1;
}

.theme-yellow .hero-text{
  max-width: 65rem;
}
.theme-yellow  .hero-text .h1 *{
  font-size: 4rem;
  line-height: 4rem;
}
.hero-text .h1{
  margin-bottom: 0px !important;
}
.sec-client iframe{
  height: 350px;
  width: 700px;
}
.video-client{
  margin-left: calc(100% - 700px);
}
.sec-block .block-text .blok-txt-b{
  margin-bottom: 3rem;
  font-weight: 600;
}
@media(max-width:460px){
  .sec-client iframe{
    height: 100% !important;
    width: 100% !important;
  }
  .video-client{
    margin-left: 0 !important;
  } 
}
.hero-arrow{
  border-color: #EFC514 !important;
  background: #EFC514 !important;
  z-index: 1;
  bottom: 1.6rem !important;
}
.hero-arrow:hover{
  border-color: #EFC514 !important;
  background: #ffffff !important;
}
.hero-arrow:hover img{
  filter: brightness(0) saturate(100%) invert(93%) sepia(8%) saturate(5609%) hue-rotate(345deg) brightness(95%) contrast(96%);
}
.theme-yellow .sec-hero::after{
  background: var(--bg);
  background-repeat: no-repeat !important;
  top: 100px !important;
}
.sec-hero{
  height: 80vh !important;
}
.sec-hero .hero-item {
  height: 41%;
  margin-top: 100px;
  display: flex;
  align-content: center;
  padding: 0 !important;
}
@media(max-width:767px){
  .theme-yellow .hero-text .h1 * {
    font-size: 3.5rem;
    line-height: 4rem;
}
}
@media(max-width:585px){
  .theme-yellow .hero-text .h1 * {
    font-size: 3rem !important;
    line-height: 3.5rem !important;
}
}
@media(min-width:1700px){
  .sec-hero::after{
    background-position: center !;
  }
  
}

@media(max-width:1200px){
  .hero-arrow {
    bottom: -2.4rem !important;
  }
  .sec-hero .hero-item {
    height: 46%;
  }
}
@media(min-width:1359px) and (max-width:1559px){
  .theme-yellow section.sec-hero::after{
    top: 128px !important;
  }
  .sec-hero .hero-item {
    margin-top: 128px !important;
  }
}
@media(min-width:1560px) and (max-width:1735px){
  .theme-yellow section.sec-hero::after{
    top: 140px !important;
  }
  .sec-hero .hero-item {
    margin-top: 140px !important;
  }
}
@media(min-width:1736px){
  .theme-yellow section.sec-hero::after{
    top: 138px !important;
  }
  .sec-hero .hero-item {
    margin-top: 138px !important;
  }
}
@media(min-width:992px){
  .theme-yellow .sec-banner>img{
  height: 100% !important;
  padding: 0 4.8rem !important;
  }
  .theme-yellow .sec-banner{
    min-height: 52rem !important;
  }
  .theme-yellow .sec-banner .hero-text{
    padding: 30px 35px !important;
  }
}