@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
/* navbar start */
/*@font-face {*/
/*  font-family: AvertaRegular;*/
/*  src: url(../font/Averta-Regular.woff2);*/
/*}*/
/*@font-face {*/
/*  font-family: AvertaSemibold;*/
/*  src: url(../font/Averta-Semibold.woff2);*/
/*}*/
/*@font-face {*/
/*  font-family: AvertaBold;*/
/*  src: url(../font/Averta-Bold.woff2);*/
/*}*/
/*@font-face {*/
/*  font-family: AvertaLight;*/
/*  src: url(../font/Averta-Light.woff2);*/
/*}*/
*:not(i) {
    font-family: "Roboto", sans-serif;
    text-decoration: none;
  }



.advantage-icon img {
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
}



header {
    transition: .3s;
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0px;
    background: transparent;
}

header.header-padding {
  padding: 10px 0;
}
#mode-toggle {
  background-color: transparent;
  border: 0;
}
.all-dark-light {
    display: flex;
    align-items: center;
    gap: 5px;
}
.navbar-logo a {
    background: #fff;
    display: inline-block;
    height: 80px;
    border-radius: 15px;
}
/*.day-night::after {*/
/*    content: 'Gecə:';*/
/*}*/
/*body.dark-mode .day-night::after {*/
/*    content: 'Gündüz:';*/
/*}*/

.addDel2{
    display:none !important;
}
.addDel{
    display:none !important;
}
.emptyClass{
    display:block;
}
header.sticky {
  background-color: #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.bg-fff {
  background-color: #fff;
}

.navbar {
  padding: 20px 0;
}

.hamburger {
  display: none;
}

.hamburger-menu {
  overflow: auto;
  display: none;
  height: 100%;
  border-top: 1px solid #000;
  /* margin-top: 100px; */
  padding: 100px 0 25px 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
}

/* accordion */

.accordion-item {
/*margin-top:10px;*/
  border: none;
}

.accordion-button:focus {
  border-color: transparent;
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  color: initial;
  background-color: initial;
}

.accordion-list-ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.accordion-list-ul a {
  display: flex;
  align-self: center;
  gap: 30px;
  color: #000;
}

.accordion-list-ul a span {
  display: flex;
  align-items: center;
  justify-content: center;
}

.not-accordion {
  padding: 16px 20px;
  width: 100%;
}

.not-accordion a {
  color: #000;
  width: 100%;
  height: 100%;
  display: inline-block;
}

/* accordion end */

.slider-bg-line {

  background-color: #ffcc18;
  /* background-color: rgba(255,221,0,var(--tw-bg-opacity)); */
  left: calc(50% - 23px);
  padding-top: 20%;
  position: absolute;
  top: 0;
  transform: translateX(-50%) rotate(-33deg);
  width: 100%;
}
#slider .slider-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #36363657;
    z-index: 3;
}

#slider::before{
    content: "";
}

.navbar-logo img {
   object-fit: contain;
    height: 100%;
}

.header-navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* padding: 20px 0; */
  width: 95%;
  margin: 19px auto;
  position: relative;
  z-index: 9;
  padding: 10px 0;
  /* background-color: #fff; */
}
.marginTop{
    margin:0 auto;
}
.navbar-right-side {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}


.navbar-links .navbar-all-links {
  display: flex;
  list-style: none;
  align-items: center;
  gap: 32px;
  /*margin-top:14px;*/
}
.navbar-links .navbar-all-links li {
    position: relative;
}
.navbar-links li a {
  color: #fff;
}


header.sticky .navbar-links li a {
  color: #000;
}

.navbar-links i {
  transition: .3s;
  font-size: 14px;
}

.navbar-links li:hover i {
  transform: rotate(180deg);
}
/* 
.navbar-links li:hover>a {
  color: #e0e3e59f;
} */

.navbar-links .lang {
  width: 35px;
  height: 24px;
  border-radius: 4px;
  font-size: 16px;
  overflow: hidden;
  box-shadow: 0px 0px 5px #3336;
}

.navbar-links .lang a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #6d6e72;
}
.navbar-links .lang a:hover {
    background: #6d6e72;
    color: #fff;
}


.modal-button-yellow {
  padding: 14px 30px;
  border: 0;
  color: #6d6e72;
  font-size: 14px;
  border-radius: 8px;
  background: #fff;
  transition: .3s;
  font-weight: 500;
  box-shadow: 0px 0px 5px #3336;
}
.modal-button-yellow:hover {
  background-color: #6d6e72;
  color: #fff;
}
.modal-title {
    color: #000;
}
.modal-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.input-div {
  width: 100%;
  margin: 15px 0;
}

.input-div input {
  width: 100%;
  border: 2px solid #e6ecf2;
  padding: 12px 20px;
  border-radius: 4px !important;
  font-size: 14px !important;
  outline: none;
  transition: all .3s ease;
}

.input-div select,
.input-div option,
.input-div textarea::placeholder{
    color: #757575;
}
.input-div select {
    width: 100%;
  border: 2px solid #e6ecf2 !important;
  padding: 12px 14px;
  border-radius: 4px !important;
  font-size: 14px !important;
  outline: none;
  transition: all .3s ease;
}

.input-div textarea {
  width: 100%;
  border: 2px solid #e6ecf2;
  padding: 12px 20px !important;
  border-radius: 4px !important;
  font-size: 14px !important;
  outline: none;
  transition: all .3s ease;
 
}

.input-div button {
  cursor: pointer;
  background: #700000;
  color: #fff;
  border-radius: 4px;
  line-height: 50px;
  transition: 0.3s ease-in-out;
  padding: 0 26px;
  margin-bottom: 15px;
  width: 100%;
  font-size: 15px;
  font-weight: 500;
  border: 0;
}

.input-div button:hover {
  background-color: gray;
  color: #fff;
}

.hamburger-contact {
  padding: 16px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.hamburger-icons {
  display: flex;
  gap: 10px;
}

.hamburger-appeal a {
  padding: 10px 30px;
  color: #fff;
  border: 1px solid #FFEB3E;
  color: #fff;
  font-size: 14px;
  border-radius: 8px;
  background: #FFEB3E;
}

.hamburger-icons a {
  color: #fff;
}

.navbar-social-media {
  display: flex;
  gap: 10px;
}

.navbar-icon {
  width: 34px;
  height: 34px;
  background-color: #fff;
  color: #6d6e72;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  /* border: 1px solid transparent; */
  /*border: 1px solid #FFEB3E;*/
  transition: .3s;
  box-shadow: 0px 0px 5px #3336;
}

.navbar-icon a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #6d6e72;
}

.navbar-icon:hover {
  background-color: #6d6e72;
}

.navbar-icon:hover a {
  color: #fff;
}

/*.navbar-social-media a {*/
/*  color: #fff;*/
/*}*/


/* navbar end */

/* navbar dropdown start */

.dropdown {
  display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    min-width: 160px;
    padding: 12px 16px;
    z-index: 0;
    margin-top: 20px;
    top: 16px;
    font-size: 16px;
    background-color: #fff;
    border-radius: 10px;
    left: -50%;
}
.dropdown-content-span{
    margin-left:8px;
}
.dropdown-content ul{
    padding:0 !important;
    list-style: none;
}

.dropdown-content li a {
  color: #2B321D;
  margin-left:8px;
}

.dropdown-content img{
    width: 30px;
    filter: none;
    margin: 0;
}

body.dark-mode .dropdown-content img{
    filter: invert(1);
}

.nav-item {
  padding: 10px 0;
}

.nav-item.open:hover .dropdown-content {
  display: block;
}

.nav-item ul li a {
  padding: 5px 0;
  display: flex;
  align-items: center;
  margin: 0 auto;
  gap: 10px;
  width: 100%;
  border-radius: 2px;
}

.dropdown-content li {
  transition: .3s;
  width: 100%;
  padding: 0 10px;

}

.nav-item ul li:hover {
  background-color: #f5f5f5;
}

.nav-item ul li:hover a {
  color: inherit;
}

/* navbar dropdown end */





/* slider section start */

/*#slider {*/
/*  padding-top: 20px;*/

/*}*/

.slider-next-btn {
  position: absolute;
  background-color: #ffcc18;
  height: 134px;
  width: 134px;
  border-radius: 50%;
  top: 50%;
  right: -67px;
  transform: translateY(-50%);
  z-index: 4;
}

.slider-previous-btn {
  position: absolute;
  background-color: #ffcc18;
  height: 134px;
  width: 134px;
  border-radius: 50%;
  top: 50%;
  left: -67px;
  transform: translateY(-50%);
  z-index: 4;

}

.slider-next-btn i {
  font-size: 40px;
  margin-right: 50px;
  color: #000;
}

.slider-previous-btn i {
  font-size: 40px;
  margin-left: 50px;
  color: #000;
}

.carousel-item {
  position: relative;
  border-radius: 40px;
  /* overflow: hidden; */
  height: 97vh;
  z-index: 2;
}

.carousel-inner-radius {
  border-radius: 40px;
  /* height: 97vh; */
}

.slider-image::after {
  content: '';
  background: rgb(89 89 car89 / 63%);
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.carousel-item video {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1000;
   overflow: hidden; 
}

.slider-image img {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1000;
   overflow: hidden; 
   object-fit: cover;
}

.carousel-item h3 {
  text-align: center;
  width: 80%;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  font-size: 50px;
  font-weight: 600;
  color: #fff;
  z-index: 3;
}



/* carousel */
#slider {
  /*position: relative;*/
  overflow: hidden;
  width:97%;
  margin:14px auto;
  height:96vh;
  border-radius:1.5rem;
}
.owl-carousel1 .owl-item {
  height: 90vh;
  width:100%;
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
  /*border-radius: 25px !important;*/
  overflow: hidden;
}
#slider .owl-carousel {
    /*border-radius: 25px !important;*/
    overflow: hidden;
}
.owl-carousel1 .owl-nav {
  position: absolute;
  top: 41%;
  color: #fff;
  display: flex;
  width: 100%;
  justify-content: space-between;
  font-size: 40px;
  opacity: 0.5;
}

#slider .owl-nav{
    color: #000;
}

#slider .owl-next,
#slider .owl-prev{
    background-color: #700000;
  width: 55px;
    height: 115px;
}
#slider .owl-next i,
#slider .owl-prev i{
    font-size: 32px;
    color: #fff;
}

#slider .owl-next{
    border-bottom-left-radius: 9999px;
    border-top-left-radius: 9999px;
}

#slider .owl-prev{
    border-bottom-right-radius: 9999px;
    border-top-right-radius: 9999px;
}

.owl-carousel1 .owl-nav button {
  position: absolute;
}
.owl-carousel1 .owl-nav .owl-prev {
  /*left: 25px;*/
  left: 0%;
}
.owl-carousel1 .owl-nav .owl-next {
  /*right: 25px;*/
  right: 0%;
}
#slider .overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 2;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.40) 50%, rgba(0, 0, 0, 0) 100%);

}
#slider .content {
  position: absolute;
  top: 50%;
  transform: translate(-2%, 0);
  z-index: 5;
  color: white;
  /*text-shadow: -4px 1px 7px #000000;*/
}

@media screen and (min-width: 1900px){
    #slider .content{
        transform: translate(0, 0);      
    }
}

@media only screen and (max-width: 1200px) {
  /*.dark-light {*/
  /*    display: none;*/
  /*}*/
  .navbar-links {
    display: none;
  }
  .day-night {
      display: none;
  }

  .hamburger {
    display: flex;
    text-align: right;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    cursor: pointer;
  }

  .hamburger-contact {
    display: none;
  }

  .hamburger.active div:first-child {
    display: none;
  }

  .hamburger.active div:nth-child(2) {
    transform: rotate(48deg) translate(2px, 7px);
  }

  .hamburger.active div:last-child {
    transform: rotate(132deg) translate(0px, 5px);
  }

  .line {
    background: #000;
    width: 25px;
    height: 2px;
    margin: 4px 0;
    transition: .4s all ease;
  }

  .img-content>div {
    text-align: center;
  }

 

  footer .btn {
    margin: auto;
  }

  .calculator-range,
  .copy a,
  .stepper-item,
  input[type=date] {
    position: relative
  }

  .firststep-btn-form:before,
  .hamburger div:first-child {
    top: 0
  }

  .hamburger div:nth-child(2),
  .hamburger div:nth-child(3) {
    top: 10px
  }

  .hamburger div:nth-child(4) {
    top: 20px;
    width: 85%
  }
}


#slider .content h2 {
    font-size: 38px;
    font-weight: 900;
    width: 60%;
    line-height: 50px;
    letter-spacing: 1px;
    position: relative;
    z-index: 999;
    left: 5%;
}
#slider .content p {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0;
  width: 45.5%;
}

#slider .owl-dots {
  margin: 0;
  position: absolute;
  width: 100%;
  /*left: 7%;*/
  text-align: center;
  bottom: 30px;
}

#slider .owl-dots button {
  outline: none;
}
.owl-carousel1 .owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  /*margin: 5px 7px;*/
  background: #d6d6d6;
  display: block;
  transition: opacity 0.2s ease;
  border-radius: 30px;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -ms-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
}
#slider .owl-item .line-text {
  width: 0px;
  border-bottom: 3px solid #c7aa55;
  margin: 30px 0px;
  position: relative;
  left: 5%;
}
#slider .owl-item .line-text.animate-line {
  -webkit-animation-name: line;
  animation-name: line;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@keyframes line {
  0% {
    width: 0%;
  }
  25% {
    width: 45%;
  }
  50% {
    width: 70%;
  }
  75% {
    width: 60%;
  }
  100% {
    width: 45%;
  }
}
#slider .owl-dots button.active span {
  opacity: 1;
}
#slider .owl-dots button span {
  width: 12px;
  height: 12px;
  margin-right: 7px;
  background: #fff;
  opacity: 0.5;
  border: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.owl-item1 video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*#slider .owl-item2 {*/
/*  background: url(../img/slayder22.jpg)*/
/*    center/cover no-repeat;*/
/*}*/

#slider .owl-item6{
    background: url(../img/photo_5222099960835723593_y.jpg) center/cover no-repeat;
}

#slider .owl-item3 {
  background: url(../img/qizyenisekil2.jpeg) center/cover no-repeat;
    /*background-position-y: -250px;*/
}
#slider .owl-item4 {
  background: url(../img/yenisliderumudlu.jpg) center/cover no-repeat;
}
#slider .owl-item5 {
  background: url(../img/slayder.PNG) center/cover
    no-repeat;
}
#slider .owl-item > div {
  height: 100%;
}
.owl-carousel2 .owl-stage-outer {
  height: 400px;
}
.owl-carousel2 .owl-item:hover {
  box-shadow: 0 6px 13px 4px #eaeaea;
}

.owl-carousel2 .owl-item {
  transition: all 0.3s;
  /*min-height: 300px;*/
}

.owl-carousel2 .owl-stage {
  height: 350px;
}

.cate-item-work {
  margin-bottom: 8px;
  margin-top: 20px;
}
.accordion-list-ul li a img{
    width:20px;
}
img.fr-dib{
      margin:0 !important;
}

.inputGroup :is(input:focus, input:valid)~span{
    font-size:10px;
    top:0;
}

/* slider section end */







/* advantages start */
#advantages {
    margin-top: 16px;
}



#fields,
#blogs {
  padding: 40px 0
}
.titleh {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 50px;
 
  /*text-align: center;*/
}





/* advantages end */

/* fields start */

.field-box {
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color:#f4f5fa;
    border-radius: 10px;
    padding: 32px 32px 200px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 170%;
    overflow: hidden;
    transition: background-size .3s ease-in-out;
}
.field-box:hover {
    background-size: 180%;
}
.field-btn {
    box-shadow: 0 0 10px #3335;
    color: #fff;
    align-items: center;
    border: 1px solid #fff;
    border-radius: 66px;
    display: flex;
    gap: 8px;
    margin-bottom: 16px;
    cursor: pointer;
    max-width: fit-content;
    padding: 10px 22px 11px;
    transition: all .3s ease-in-out;
    position: relative;
    display: none;
}
.field-btn:hover {
    color: #333;
    box-shadow: 0 0 20px #3337;
}
.field-desc{
  font-size: 28px;
  line-height: 36px;
  color: #fff;

  position: relative;
}
.fieldContent {
    color: #fff;
    position: absolute;
    margin: 0px 10px;
    bottom: 25px;
    z-index: 22;
    font-size: 19px;
    line-height: 150%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    padding-right: 50px;
  
}
.field-img {
  text-align: end;
  width: 60%;
  position: absolute;
  bottom: 0;
  right: 0;
}
.field-img img {
  width: 80%;
}









/* fields end */

/* blogs start */


.blog-card {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
  height: 420px;
  cursor: pointer;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 24px;
}
.blog-card img {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}
.blog-keyword {
  border-radius: 40px;
  background-color:#eee;
  display: inline-block;
  max-width: 100px;
  text-align: center;
  padding: 6px 20px;
}
.blog-card p{
  color: #787a7c;
  font-weight: bold;
}
.blog-card h5 {
  color: #fff;
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 26px
}
.hover-overlay div {
  background-color: #700000;
  border-radius: 20px;
  padding: 15px 80px;
  color: #fff;
  
}
iframe {
    border-radius: 20px;
}
.hover-overlay {
  position: absolute;
  transition: .4s;
  width: 100%;
  background-color:#00000084;
  border-radius: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
}
.blog-card:hover .hover-overlay {
  opacity: 1;
  z-index: 1;
}


/* blogs end */

/* footer start */


footer {
  background-color: #f5f6fa;
  padding: 60px 0;
}




.inside-page-head {
    background-image: url('/assets/images/bg-head.jpg');
    padding: 150px 0 60px 0;
    position: relative;
}
.inside-page-head::after {
    content: '';
    position:absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(0,212,255,1) 0%, rgba(51,72,62,0.6699929971988796) 0%);
    top: 0;
}
.inside-page-body {
    padding: 60px 0;
}
.contact-icon-header {
    display: flex
;
    align-items: center;
    gap: 20px;
}
.qiymet-label {
    max-height: 16px;
    overflow: hidden;
}



.input-box {
    position: relative;
    width: 100%;
}
.input-box input.text::placeholder, 
.input-box textarea::placeholder {
    color: #cccccc; /* Firefox */
    font-weight: 400;
}

.elaqe-formu .input-box input, .elaqe-formu .input-box textarea {
    background: transparent;
}
.input-box input {
    transition: all .3s ease;
    width: 100%;
    border: 2px solid #eaeaea !important;
    padding: 12px !important;
    border-radius: 3px !important;
    font-size: 14px !important;
    outline: none;
    position: relative;
    -webkit-appearance: none;
}
.over {
    text-align: center;
    font-size: 28px;
    position: relative;
    z-index:3;
    color: #fff;
}
.over a {
    color: #fff;
}
.input-box textarea {
        transition: all .3s ease;
    width: 100%;
    border: 2px solid #eaeaea !important;
    padding: 12px !important;
    border-radius: 3px !important;
    font-size: 14px !important;
    outline: none;
    position: relative;
    -webkit-appearance: none;
    height: 140px
}
.form {
    padding: 60px 0;
}
.btn-submit {
    color: #ffffff;
    border: none;
    margin-top: 20px;
    padding: 18px 70px;
    font-size: 15px;
    border-radius: 3px;
    transition: .3s;
    color: #FFF;
    background: #700000;
}

.submit-button {
    /*display: block;*/
    display: flex
;
    justify-content: flex-end;
}




.contact-icon-header svg path {
    fill: #700000;
}
.contact-body p span, .contact-address p span {
    font-weight: bold;
    font-size: 20px;
    display: inline-block;
    padding-bottom: 15px;
}
.contact-icon-header h3 {
    font-size: 22px;
    font-weight: bold;
}
.contact-icon:hover {
    background: transparent;
}
.contact-social-media a {
    color: #fff;
}
.cont-border:hover {
    border-color: transparent !important;
}
.contact-social-media {
    display: flex
;
    gap: 10px;
    padding: 14px 0 20px 0;
}
.cont-border {
    border-bottom: 1px solid #000;
    transition: all .3s ease;
    color: #000;
}
.contact-icon:hover a {
    color: #454749;
}
.contact-body {
    padding: 20px 0;
}
.contact-social-media {
    padding: 20px 0;
}
.contact-icon {
    width: 34px;
    height: 34px;
    background-color: #696969;
    color: #fff;
    border-radius: 50%;
    display: flex
;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    border: 1px solid #454749;
    transition: .3s;
}

.contact-icon-header svg {
    width: 30px;
    height: 30px;
}

.contact-address {
    padding: 40px 0;
}

footer h5 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #222831;
}
footer li {
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 25px;
}
footer li a {
  transition: .4s;
  border-bottom: 2px solid transparent;
  color: #222831;
  padding-bottom: 3px;
}
footer li a:hover {
  border-bottom: 2px solid #6d6e72;
}
.footer-logo {
    display: flex;
}
.siteby2 a {
    color: #000;
    transition: all .3s;
}
.siteby2 {
    font-size: 14px;
    line-height: 23px;
    text-align: left;
    position: relative;
    padding-left: 37px;
    color: #69737f;
   
}
.siteby2 a:hover {
    color: #0007;
}
.footer-logo img {
  width: 80%;
  /*height: 138px;*/
  border-radius: 20px;
}
.copyright {
  padding-top: 20px;
}
.siteby {
    color: #69737f;
    font-size: 14px;
    line-height: 22px;
}
.footer-logo {
  display: flex;
  gap: 25px;
}
.copyright>div>div:nth-of-type(1) {
    border-right: 1px solid #3333;
}
/* footer end */

.page-content {
    padding: 85px 0;
}

/* partners start */
#partners img {
  width: 100px;
  object-fit: contain;
}
#partners .partnior {
  text-align: center;
  height: 150px;
  width: 18%;
  background: #f5f6fa;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
#partners .partnior img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: relative;
}

.partnior span {
    background-color: #dee2ed;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    display: block;
    height: 0;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: height 1s, width 1s;
    -moz-transition: height 1s, width 1s;
    -ms-transition: height 1s, width 1s;
    -o-transition: height 1s, width 1s;
    transition: height 1s, width 1s;
    width: 0;
}
.partnior:hover>span {
    height: 700px;
    width: 700px;
}

footer .contact-info-box {
    border: 1px solid #fff;
    background-color: #fff;
}
footer .info-box {
    padding: 22px 28px 24px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -o-border-radius: 12px;
    border-radius: 12px;
    box-shadow: 0px 0px 15px #3336;
}
footer .info-box h6 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 15px;
    min-height: 40px;
}
footer .info-box .tel-link {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 10px;
    display: block;
    color: #000;
}
footer .info-box span, footer .info-box .email-link {
    display: block;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 18px;
}
footer .contact-info-box .contact-btn {
    background-color: #b71218;
    box-shadow: 0 20px 30px -18px #f99074;
    width: 100%;
}
.custom-btn2 {
    font-size: 18px;
    color: #fff;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    -webkit-transition: all 0.225s ease 0s;
    -moz-transition: all 0.225s ease 0s;
    -o-transition: all 0.225s ease 0s;
    transition: all 0.225s ease 0s;
    padding: 15px 0;
    text-align: center;
    display: block;
}
.partners2 {
    margin-top: 30px;
}
/* partners end */

/*blogs*/

.mainBlog {
    box-shadow: 0 6px 16px rgba(52, 105, 203, 0.16);
    border-radius: 1rem;
    padding: 1.25rem 1rem 1rem;
}
.mainBlogImgWrapper {
    height: 13rem;
    border-radius: 0.5rem;
    margin-bottom: 2rem;
    overflow: hidden;
    position: relative;
}
.mainBlog h4 {
    font-weight: bold;
    margin-bottom: 2rem;
    font-size: 18px;
    color: #000;
    line-height: 25px;
}
.mainBlogTop p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    line-height: 1.5rem;
    margin-top: 0.625rem;
    opacity: 0.8;
    font-size: 14px;
    color: #000;
}
.mainBlogBtm {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    opacity: 0.4;
    font-size: 14px;
    color: #000;
}
.blogsWrapper  {
    padding: 20px 20px 50px 20px;
}
.blogsWrapper .swiper-pagination-bullet-active {
    background: #b71217;
}

.mainBlogImgWrapper::before {
    content: "Daha ətraflı";
    opacity: 0;
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    width: fit-content;
    padding: 10px 20px;
    background: #6d6e72;
    transform: translate(-50%, -50%);
    transition: all .3s ease;
    color: #fff;
    text-align: center;
    border-radius: 5px;
}
.mainBlog img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mainBlogImgWrapper>span {
    position: absolute;
    z-index: 9;
    top: 20px;
    left: 20px;
    border-radius: 5px;
    display: block;
    margin: 0 3px 6px;
    padding: 4px 10px;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.5;
    color: #fff;
    background: #840504;
}
.mainBlogImgWrapper::after {
    opacity: 0;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0005;
    transition: all .3s ease;
}
.mainBlogContents {
    padding: 5px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 210px;
}
.mainBlog:hover .mainBlogImgWrapper::after, .mainBlog:hover .mainBlogImgWrapper::before {
    opacity: 1;
}
.mainBlogContents svg {
    width: 15px;
}
.mainBlogBtm {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    opacity: 0.4;
    font-size: 14px;
}

/*advantages*/
#advContents {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0px 4rem;
    position: relative;
    margin-top:-20px;
}
#advContents > div {
    width: 31%;
}
#advContents > div:not(#advImg) {
    /*padding-top: 20px;*/
}
.adv {
    display: flex
;
    flex-direction: column;
    gap: 30px;
}

.advItem {
    display: flex
;
    gap: 25px;
}
.advIcon {
    widtH: 15%;
}
.advIcon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.advContentText {
    width: 83%;
}
.advContentText h3 {
    font-weight: bold;
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 20px;
    position: relative;
    color: #000;
    line-height: 25px;
}
.advContentText p {
    font-size: 14px;
    line-height: 22px;
}
#advImg {
    height: 450px;
    display: flex;
    justify-content:center;
}
#advImg img {
    width: 80%;
    height: 100%;
    object-fit: contain;
}
#advRight .advItem {
    flex-direction: row-reverse;
}
#advRight .advItem .advIcon {
    margin: 0px;
}
#advantage h2 {
        text-align: center;
    font-size: 30px;
    font-weight: bold;
}
.inside-page-contents {
    margin: 50px 0;
}
.static {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap:wrap;
}
.inside-page-contents .staticImg {
    width: 40%;
    height: 400px;
    float: right;
    padding: 20px;
}
.staticImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.static img {
    width: 500px;
}
.static_contents {
  
    text-align: justify;
    padding-right: 30px;
      font-size: 21px;
    line-height: 150%;
}
.inside-page-contents .partnior {
    text-align: center;
    height: 150px;
    background: #f5f6fa;
    border-radius: 15px;
    overflow: hidden;
    width: 23%;
    position: relative;
}
.inside-page-contents .partnior  img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: relative;
}
.inside-page-contents .partnior{
    margin: 12px;
}
.inside-page-contents .mainBlog {
    width: 31%;
    margin: 12px;
}
/*service page*/

.service_card {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
    height: 480px;
}
.service_card_img {
    position: relative;
    overflow: hidden;
    height: 265px;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
}
.service_card_content {
    background-color: #fff;
    padding: 35px 30px;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
    height: 200px;
    justify-content: space-between;
}
.service_card_img a {
    display: inline-block;
    height: 100%;
    width: 100%;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
}
.service_card_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
}
.service_card_title {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
}
.service_card_title a {
    color: #111111;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.service_card_content p {
    color: #c8c8c8;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
}
.service_card_button a {
    font-weight: 600;
    font-size: 15px;
    line-height: 26px;
    background: #6d6e72;
    color: #fff;
    border-radius: 5px;
    padding: 8px 20px;
    display: inline-block;
    text-align: center;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.service_card_button i {
    font-size: 16px;
    margin-left: 10px;
}
.service_card_button a::after {
    content: "";
    height: 100%;
    width: 0;
    background-color: #000;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    border-radius: 5px;
}
.service_card:hover .service_card_img img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.service_card_button a:hover {
    color: #fff;
}
.service_card_button a:hover::after {
    visibility: visible;
    opacity: 1;
    width: 100%;
    -webkit-transition: width 0.4s ease;
    transition: width 0.4s ease;
}


.full-title {
    margin-bottom: 20px;
    font-size: 36px;
    font-weight: 600;
    line-height: 1.2;
}

.full_card {
    max-width: 800px;
    margin: auto;
}
.full_card article {
    padding: 0 10px;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}
.full_card article span {
    font-size: 16.27px;
    font-weight: 500;
    line-height: 1.7;
    letter-spacing: 0.05em;
    text-align: left;
    color: #8b8b8b;
}
.full_card article h3 {
    color: #000;
    font-size: 37.18px;
    line-height: 1.2;
    font-weight: 500;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    min-height: 40px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    letter-spacing: 0.02em;
    text-align: left;
}
.full_card article .short_content {
    color: #121212b2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 7;
    line-height: 150%;
    text-align: justify;
    font-size: 21px;
}
.full_card figure img {
    border-radius: 10px;
    object-fit: cover;
    max-height: 399px;
    height: 100%;
    width: 100%;
}

.full_content p, .full_content * {
    font-size: 21px!important;
    line-height:150%!important;
}

.full_content p b, .full_content * b,  .full_content b *, .full_content strong {
    font-weight:bold!important;
}

.full_content.full_content-blog p, .full_content.full_content-blog * {
    font-size: 19px!important;
    line-height:145%!important;
}
.full_content_wrapper {
    margin: 60px auto 0;
}
.full_content_wrapper {
    padding: 0 20px;
    max-width: 800px;
    margin: 30px auto 0;
}
.full_content_wrapper h2 {
    font-size: 32px;
    color: #121212;
    font-weight: 500;
    margin-bottom: 20px;
    line-height: 1.2;
    letter-spacing: 0.02em;
}
.full_content_wrapper .content {
    text-align: justify;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    color: #121212b2;
}
.full_content span {
    line-height: 150%;
    font-size: 21px;
  
}

/*telimler ic sehife*/
.title-bar-primary {
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}
.medical-section-title {
    color: #111111;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 22px;
}
.title-bar-primary:before {
    content: "";
    height: 3px;
    width: 50px;
    background: #396cf0;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    border-radius: 4px;
}
.medical-sidebar ul {
    margin-top: 30px;
    box-shadow: 0px 1px 20px 0px rgba(218, 227, 232, 0.75);
    border-radius: 4px;
    padding: 15px 30px;
    width: 100%;
    height: 500px;
    overflow-y: scroll;
}
.medical-sidebar ul li {
    width: 100%;
    font-weight: 500;
}
.medical-sidebar ul li a {
    position: relative;
    display: block;
    padding-left: 20px;
    padding-right: 10px;
    padding-bottom: 15px;
    padding-top: 15px;
    border-bottom: 1px solid #d9d9d9;
    color: #111111;
    transition: all 0.5s ease-out;
    line-height: 26px;
    font-size: 17px;
}
.medical-sidebar ul li a i {
    font-weight: 600;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    z-index: 1;
    color: #d9d9d9;
    transition: all 0.5s ease-out;
}
.medical-sidebar ul li a:after {
    content: "";
    position: absolute;
    height: 25px;
    width: 2px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    z-index: 1;
    font-size: 28px;
    background-color: #d9d9d9;
    transition: all 0.5s ease-out;
}
.medical-sidebar ul li a:hover:before, 
.medical-sidebar ul li a:hover, 
.nav-item .active-link:before {
    color: #396cf0 !important;
}
.inner-medical-right {
    line-height: 1.4;
}

.inner-medical-right * {
    font-size: 21px!important;
    line-height: 150%!important;
}
.inner-medical-right img {
    display: block;
    margin: auto;
    object-fit: contain;
    padding-bottom: 3rem;
    width: 50%;
    height: 250px;
}
.widgets .medical-section-title, .medical-item-title {
    color: #111111;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 22px;
}
.service-box {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 13px;
    height: 330px;
    margin: 15px 0;
}
.service-box a {
    display: block;
    height: 100%;
    position: relative;
    border-radius: 13px;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
/*.field-box::before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    opacity: .77;*/
/*    border-radius: 13px;*/
/*    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#6d6e72));*/
/*    background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, #6d6e72 100%)*/
/*}*/
.field-box::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-radius: 13px;
    height: 30%;
    opacity: 1;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#6d6e72));
    background:linear-gradient(to bottom, rgba(0, 0, 0, 0) 10%, #6d6e72 60%);
}
.service-box a .service-info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    text-align: center;
    padding-bottom: 30px;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    will-change: transform;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
.service-box a .service-info h5 {
    font-size: 25px;
    margin-bottom: 20px;
    color: #fff;
   
}
.service-box a:hover .service-info {
    -webkit-transform: none;
    transform: none;
}

.footerBlogs a {
    font-size: 14px;
}
/*blogs owl*/
#blogs .owl-carousel .owl-item {
    padding: 1rem 0;
}
#blogs .blog-item {
    height: 312px;
    position: relative;
    border-radius: .5rem;
    overflow: hidden;
}
#blogs .blog-item::before {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 27.4%, rgba(0, 0, 0, .56) 58.85%, rgba(0, 0, 0, .8) 100%);
    width: 100%;
    height: 100%;
    border-radius: .5rem;
}
#blogs .blog-item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: .5rem;
    transition: .4s all ease;
}
#blogs .blog-category {
    position: absolute;
    top: 1rem;
    left: 1rem;
    background: #fff;
    color: #000;
    padding: .3rem 1rem;
    border-radius: 1rem;
    font-size: .8rem;
}
#blogs .blog-item h2 {
    position: absolute;
    bottom: 3.5rem;
    left: 1rem;
    z-index: 2;
    max-width: 80%;
    color: #fff;
    width: fit-content;
    line-height: 25px;
}
.blog-item h4 {
    position: absolute;
    z-index: 2;
    bottom: 1rem;
    right: 1rem;
    color: black;
    background: #fff;
    padding: .2rem 1.5rem;
    border-radius: 1.5rem;
    transition: width .4s ease;
    text-align: center;
    width: 40%;
}
#blogs .blog-item:hover img {
    transform: scale(1.1);
}
.blog-item:hover h4 {
    width: 90%;
}
/*referanslar*/
#partners {
    background-color: #f5f6f8;
    padding-top: 3.5rem;
    padding-bottom: 5rem;
}
#partners img {
    opacity: 1;
    -webkit-transition: opacity .15s ease, -webkit-filter .15s ease;
    -moz-transition: filter .15s ease, opacity .15s ease;
    -o-transition: filter .15s ease, opacity .15s ease;
    transition: opacity .15s ease, -webkit-filter .15s ease;
    transition: filter .15s ease, opacity .15s ease;
    transition: filter .15s ease, opacity .15s ease, -webkit-filter .15s ease;
    /*-webkit-filter: grayscale(100%);*/
    /*filter: grayscale(100%);*/
    padding: 0px 26px;
    cursor: pointer;
    object-fit: contain;
    width: 100%;
    height: 100%;
}
.partnersWrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    row-gap: 20px;
}
#partners .references-wrap {
    width: 24%;
    display: flex;
    justify-content: center;
    background: #fff;
    height: 160px;
    padding: 1rem;
    box-shadow: 0px 0px 10px #3333;
}
#partners .references-wrap:hover img {
    opacity: 1;
    -webkit-filter: none;
    filter: none;
}
.otherParts {
    display: block;
    padding: 15px;
    text-align: center;
    width: 20%;
    margin: 40px auto 0px;
    box-shadow: 0px 0px 10px #0003;
    border-radius: 10px;
    color: #000;
    transition: all .3s ease-in-out;
}
.otherParts:hover {
    background: #3333;
    color: #fff;
}

/* corporative section */
.corporative {
  height: 597px;
  background-image: url(https://i.pinimg.com/originals/2d/71/40/2d7140e3aaba4a243083d35f44ed9547.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.corporative::after {
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  background-image: -webkit-gradient(linear, left top, right top, from(#000000d9), to(transparent));
  background-image: -o-linear-gradient(left, #000000d9, transparent);
  background-image: linear-gradient(to right, #000000d9, transparent);
}

.corporative .container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.corporative .section-caption {
  width: 50%;
  position: relative;
  z-index: 1;
}
.corporative .section-heading {
  color: #fff;
  font-size: 52px;
  font-weight: 700;
  padding-bottom: 20px;
}

.corporative .section-desc {
  font-size: 14px;
  line-height: 1.5;
  color: #b2b2b2;
}
.corporative .section-button {
  background-color: #b71218;
  color: #fff;
  font-size: 16px;
  display: inline-block;
  padding: 11px 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  position: relative;
  overflow: hidden;
  margin-top: 30px;
  cursor: pointer;
}
.corporative .section-button span {
  position: relative;
  z-index: 1;
}
.corporative .section-button::after {
  content: "";
  background: rgba(0, 0, 0, 0.05);
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  transition: 0.4s width;
  -webkit-transition: 0.4s width;
  -moz-transition: 0.4s width;
  -ms-transition: 0.4s width;
  -o-transition: 0.4s width;
  z-index: 0;
}

.corporative .section-button:hover::after {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .navbar-right-side {
    display: none
  }
  #advContents {
      padding: 0px;
  }
  #advContents > div {
      width: 100%;
  }
  #advImg {
      height: 150px;
      margin-top: 50px;
  }
  #advRight .advItem {
      flex-direction: row;
  }
  #blogs {
      padding: 0px;
  }
  #blogs .titleh {
      margin: 0px;
  }
  .info-box{ 
     margin: 10px auto;
}
footer {
    margin: 0px;
    padding: 30px 0px;
}
.siteby2 {
    margin-top: 10px;
    padding:0px;
}
.footer-logo {
    margin-bottom: 30px;
}
.inside-page-contents .staticImg,
.static_contents{
    width: 100%;
  
    
}
.static_contents {
    margin-top: 30px;
}
.over {
    line-height: 40px;
}
.inside-page-contents .partnior {
    width: 90%;
}
.inside-page-contents .mainBlog {
    width: 90%;
}
#slider .content {
    top: 60%;
}
#slider .content h2 {
    width: 100%;
    font-size: 28px;
    line-height: 35px;
    left: 0%;
    letter-spacing: 0px;
}
.field-box {
    background-size: cover;
}
#fields .row {
    gap: 15px;
}
#partners .references-wrap {
    width: 100%;
}
.otherParts {
    width: 50%;
}
.full_content p {
    text-align: start !important;
}
}

/*search certificate*/

#findCertificate {
    position: relative;
    width: 800px;
    margin: auto;
    overflow: visible;
    background: white;
}

.dataCerTemplate {
    display: block;
    width: 100%;
}

.cerTitle,
.certDate,
.serialBox,
#qrcode{
    position: absolute;
    z-index: 2;
    color: #2b335dbd;
    font-weight: 700;
}

.cerTitle {
    top: 39%;
    left: 35%;
    font-size: 35px;
    color: #2b335d;
}

.certDate {
    bottom: 7.6%;
    left: 19%;
    font-size: 13px;
}

.serialBox {
    bottom: 10%;
    left: 17%;
    font-size: 13px;
}

#qrcode {
    bottom: 1%;
    right: 8%;
    width: 80px;
    transform:none;
}

.xfieldimage.certificate_template {
    width: 50%;
    display: block;
    margin: auto;
}

#checkCertBtn {
    background: #fff;
    color: #000;
    transition: all .3s ease-in-out;
}

#checkCertBtn:hover {
    background: #000;
    color: #fff;
}
#videoSertificate::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, #000000, rgba(25, 44, 58, 0));
    pointer-events: none; 
}
#checkCertBtn {
    background: #fff;
    color: #000;
    transition: all .3s ease-in-out;
    border: 0px;
    outline:none;
}
#checkCertBtn:hover {
    background: #000;
    color: #fff;
}
.stamp,
.signature {
    position: absolute;
    bottom: 20%;
}
.stamp {
    right: 26%;
    width: 70px;
}
.signature {
    right: 50%;
    width: 55px;
}
@media (max-width: 1400px) {
  .corporative .section-caption {
    width: 60%;
  }
}
@media (max-width: 1200px) {
  .corporative .section-caption {
    width: 67%;
  }
}
@media (max-width: 992px) {
  .corporative .section-caption {
    width: 100%;
  }
  #checkCertificate svg {
      display: none;
  }
  #checkCertificate h3 {
    font-size: 20px;
    line-height: 150%;
  }
  #checkInp {
      width: 100% !important;
  }
  #findCertificate {
      width: 100%;
  }
    #qrcode {
        bottom: 2%;
        right: 1%;
        height: 50px;
        width: 50px;
    }
    #qrcode img {
        width: 100%;
        height: 100%;
    }
    .cerTitle {
        font-size: 15px;
    }
    .certDate {
        font-size: 6px;
    } 
    .serialBox {
        font-size: 6px;
    }
}

@media (max-width: 768px) {
  .corporative .section-heading {
    font-size: 46px;
  }
}