.header {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  width: 100%;
  z-index: 1;
}
.header::after {
  width: 100%;
  position: absolute;
  pointer-events: none;
  height: 300px;
  background-repeat: repeat;
  content: "";
  /*animation: 280.5s example1 linear infinite;*/

  z-index: 1;
  left:-3px;
  bottom: -174px;
  background-size: contain;
  background-image: url(../images/bg-sohob.png);
}
/*.header::before {*/
/*  width: 500%;*/
/*  position: absolute;*/
/*  height: 300px;*/
/*  pointer-events: none;*/

/*  background-position: l;*/
/*  background-repeat: repeat;*/
/*  content: "";*/
/*  z-index: 2;*/
/*  bottom: -174px;*/
/*  background-size: contain;*/
  /*animation: 280.5s example linear infinite;*/

/*  background-image: url(../images/bg-sohob.png);*/
/*}*/

@keyframes example {
  from {
    background-position: 0%;
  }
  to {
    background-position: -200%;
  }
}

@keyframes example1 {
  from {
    background-position: 0%;
  }
  to {
    background-position: 200%;
  }
}
.top-par {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: absolute;
  width: 90%;
  left: 0px;
  right: 0;
  z-index: 33;
  pointer-events: none;

  padding: 30px 0;
  margin: auto;
}

.logo {
  max-width: 260px;
  pointer-events: fill;
}

.icons-top-par ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  border-radius: 50%;
  border: 1px solid #fff;
  height: 50px;
  margin: 0px 0 10px;
  pointer-events: fill;
}

.icons-top-par ul li > a {
  color: #fff;
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 22px;
  justify-content: center;
  width: 100%;
}

.sub-slider-header {
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  display: flex;
  z-index: 1;
  background-size: cover;
  position: relative;
  align-items: center;

  background-position: center;
}

.sub-slider-header::after {
  content: "";
  background-position: center;
  background-image: linear-gradient(to left, #0cacc1, #032d3394);
  width: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
  opacity: 0.9;
  height: 100%;
}
.ctm-btn {
  color: #0cacc1;
  height: 45px;
  min-width: 180px;
  display: inline-block;
  padding: 7px 30px;
  z-index: 1;
  text-align: center;
  border: none;
  background-color: transparent;
  font-size: 17px;
  position: relative;
}
.ctm-btn i {
  font-size: 33px;
  display: inline-block;
  vertical-align: middle;
  line-height: 0;
  margin-left: 10px;
}
.ctm-btn::after {
  content: "";
  width: 45px;
  transition: all 0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  border-radius: 25px;
  position: absolute;
  height: 45px;
  top: 50%;
  opacity: 0.5;
  transform: translateY(-50%);
  background-color: #0cacc1;
  right: 0;
  z-index: -1;
  mix-blend-mode: difference;
}

.ctm-btn:hover:after {
  width: 100%;
}
.header .ctm-btn::after {
  background-color: #fff;
}
.header .ctm-btn {
  color: #fff;
}

.text-slider-header h2 {
  color: #fff;
  font-size: 30px;
  font-family: "font_bold";
}
.text-slider-header p {
  margin: 35px 0;
  font-size: 26px;
  color: #fff;
  line-height: 45px;
  width: 40%;
}

.header .owl-theme .owl-nav.disabled + .owl-dots {
  right: 0;
  margin-top: 10px;
  position: absolute;
  bottom: 158px;
  justify-content: end;
  display: flex;
  width: 90%;
  margin: auto;
  left: 0px;
}
.header .owl-theme .owl-dots .owl-dot span {
  width: 35px;
  height: 5px;
  margin: 5px 7px;
  background: #fff;
  transition: all 0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.header .owl-theme .owl-dots .owl-dot.active span,
.header .owl-theme .owl-dots .owl-dot:hover span {
  background-color: #0cacc1;
  width: 45px;
  transition: all 0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.text-slider-header {
  overflow: hidden;
}

.text-slider-header h2 {
  transition: all 1.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transform: translateX(100%);
  transition-delay: 0.5s;
  opacity: 0;

}

.text-slider-header p {
  transition: all 1.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transform: translateX(100%);
  transition-delay: 1s;
  opacity: 0;

}
.text-slider-header a {
  transition: all 1.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transform: translateX(100%);
  transition-delay: 1.5s;
  opacity: 0;

}

.owl-item.active .text-slider-header a,
.owl-item.active .text-slider-header h2,
.owl-item.active .text-slider-header p {
  transform: translateX(0%);
  opacity: 1;

}




.loading {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  direction: ltr;
  background: #0cacc1ab;
}



.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.loader span {
  font-size: 45px;
  color: #fff;
  display: inline-block;
  transition: all 0.5s;
  animation: animate 2s infinite;
}
.loader span:nth-child(1) {
  animation-delay: 0.1s;
}
.loader span:nth-child(2) {
  animation-delay: 0.2s;
}
.loader span:nth-child(3) {
  animation-delay: 0.3s;
}
.loader span:nth-child(4) {
  animation-delay: 0.4s;
}
.loader span:nth-child(5) {
  animation-delay: 0.5s;
}
.loader span:nth-child(6) {
  animation-delay: 0.6s;
}
.loader span:nth-child(7) {
  animation-delay: 0.7s;
}
@keyframes animate {
  0% {
    color: aliceblue;
    transform: translateY(0);
    margin-left: 0;
  }
  25% {
    color: aliceblue;
    transform: translateY(-15px);
    margin-left: 10px;
    text-shadow: 0 15px 5px rgba(0, 0, 0, 1);
  }
  100% {
    color: aliceblue;
    transform: translateY(0);
    margin-left: 0;
  }
}




.input-box {
  position: relative;
  height: 50px;
  max-width: 50px;
  width: 100%;
  margin: 0px 0px;
  border: 50%;
  background-color: transparent;
  transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.input-box.open{
  max-width: 350px;
}

.input-box input{
  position: relative;
  outline: none;
  border: none;
  height: 100%;
  width: 100%;
  border-radius: 40px;
  font-size: 16px;
  font-weight: 400;
  color: transparent !important;
  background-color: transparent;
}

.input-box.open{
  padding: 0 15px 0 65px;
}

.icon {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 50%;
    width: 50px;
    border: 1px solid #fff;
    color: #fff;
    display: flex;
    justify-content: center;
    background-color: transparent;
}

.search-icon,
.close-icon{
  position: absolute;
  top: 50%;
  cursor: pointer;
  font-size: 30px;

  transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.search-icon{

  transform: translateY(-50%) rotate(90deg);
  line-height: 0;
}
.input-box.open .search-icon{
  transform: translateY(-50%) rotate(0);
  line-height: 0;
}
.close-icon {
  right: -55px;
  color: #fff;
  border-radius: 6px;
  width: 50px;
  height: 50px;
  justify-content: center;
  display: flex;
  align-items: center;
  border-radius: 50%;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-50%);
}
.input-box.open .close-icon{
  opacity: 1;
  pointer-events: auto;
  transform: translateY(-50%) rotate(180deg);
}


.input-search {
  width: auto  !important;
  border: none !important;
  height: auto !important;
}
.icons-top-par {
  text-align: -webkit-left;
}



.input-box.open input {
  border-radius: 0;
  background-color: #fff;
  
  color: #848484 !important;
}
.input-box input::placeholder{
  color: transparent;
}
.input-box.open input::placeholder{
  color: #333;
}

.input-box.open  {
  padding: 0 15px 0 65px;
  background: #fff;
  border-radius: 5px ;
}

.input-box.open .icon i{
  color: #0cacc1;
}

.input-box.open .close-icon {
  background-color: #fff;
  color: #0cacc1 !important;
  border-radius: 5px;
}