#intro_carousel, #intro{
  position: relative;
  background-position: center;
background-size: cover;
background-repeat: no-repeat;
}
#intro_carousel .carousel_content_main{
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  height: 100vh;
}
#intro_carousel .carousel_content_main::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  z-index: 1
}

#intro .dots {
    position: absolute;
    border: 0;
    bottom: 50px;
    width: 100%;
    z-index: 1;
}
#carousel-custom-dots {
    display: flex;
    justify-content: center;
}
#carousel-custom-dots .owl-dot {
    width: 10px;
    height: 10px;
    border: solid 2px #fff;
    margin: 0 5px;
    border-radius: 100%;
}
#carousel-custom-dots .owl-dot.active, #carousel-custom-dots .owl-dot:hover {
    background-color: #fff;
}
.intro_main_content{
  height: 100vh;
  width: 100%;
  position: relative;
  z-index: 1;
}
.intro_main_content .main_content{
  width: 700px;
  text-align: center;
  position: absolute;
  margin: 0 auto;
  left: 50%;
  transform: translate(-50%, -30%);
  top: 50%;
}
.intro_main_content h3{
  font-family: Montserrat;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 3px;
  text-align: center;
  color: var(--white);
  text-transform: uppercase;
  width: 100%;
}
.intro_main_content h1{
  width: 100%;
  font-family: KudryashevHeadline;
  font-size: 40px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: var(--white);
  text-transform: uppercase;
  margin:0;
  padding:20px 0 30px 0;
}
.intro_main_content p, .intro_main_content ul li, .intro_main_content div p, .intro_main_content div ul li{
  margin:0 auto;
  width: 70%;
  font-family: Montserrat;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.85;
  letter-spacing: normal;
  text-align: center;
  color: var(--white);
  margin-bottom: 60px;
}
.intro_main_content a{
    border-radius: 2px;
    border: solid 1px #f48120;
    padding: 15px 20px;
    color:#fff;
    transition: 0.2s linear;
}
.intro_main_content a:hover{
    border-radius: 2px;
    border: solid 1px #f48120;
    padding: 15px 20px;
    color:#fff;
    background-color: #f48120;
}
.intro_main_content a span{
  font-size: 12px;
  margin-left: 10px;
  display: inline-flex;
}
.intro_main_content a:hover span{
  margin-left: 12px;
}
.arrows{
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;

  z-index: 1;
}
.arrows .container, .arrows .container .arrows_main{
  height: 100%;
}
.arrows .arrows_main{
  display: flex; justify-content: space-between;
  align-items: center;
}
.arrows .arrows_main button {
  border:none;
  background: transparent;
  color:#fff;
  font-size: 32px;
  cursor: pointer;
  transition: 0.5s;
}
.arrows .arrows_main button span:before{
  color:#fff;
    transition: 0.5s;
}
.arrows .arrows_main button:hover span:before{
  color:#9b9b9b;
    transition: 0.5s;
}

#about .about_main{
  padding:100px 0;
}
#about .about_main p span{
  font-family: Montserrat;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 4px;
  color: var(--slate-grey-two);
  display: flex;
  align-items: center;
}
#about .about_main p span::before{
  content: '';
  width: 50px;
  height: 1px;
  background:#686a75;
  margin-right: 15px;
}
#about .about_main h1{
  font-family: KudryashevHeadline;
   font-size: 60px;
   font-weight: normal;
   font-style: normal;
   font-stretch: normal;
   line-height: 1.17;
   letter-spacing: normal;
   color: #f48120;
   padding-right: 160px;
   padding-bottom: 20px;
}
#about .about_main p{
  font-family: Montserrat;
  font-size: 15px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.47;
  letter-spacing: normal;
  color:#686a75;
}
#about .about_main .about_img{
position: relative;
padding:10px 0 0 10px;
transition: 0.2s;
}
#about .about_main .about_img img{
  width: 100%;
}
#about .about_main .about_img::before{
  content: '';
  width: 98%;
  height: 10px;
  display: block;
  position: relative;
  box-shadow: -4px -3px 4px 0 rgba(244, 129, 32, 0.25);
  background-color: #f48120;
}
#about .about_main .about_img::after{
  content: '';
  width: 60%;
  height: 10px;
  display: block;
  position: absolute;
  box-shadow: -4px -3px 4px 0 rgba(244, 129, 32, 0.25);
  background-color: #f48120;
  left: -29%;
  transform: rotate(-90deg);
  top: 48.5%;
}
#services{
  background-color: #f48120;
  padding:50px 0;
}
#services h3{
  font-family: Montserrat;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 4px;
  text-align: center;
  color:#fff;
}
#services h1{
  font-family: KudryashevHeadline;
  font-size: 60px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.17;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}
#services .services_content_main{
  display: flex;
  justify-content: space-evenly;
  padding-top: 20px;
  flex-wrap: wrap;
}
#services .services_content_main .content_main{
  width: 200px;
  margin-bottom: 30px;
}
#services .services_content_main .content_main .service_icon{
  width: 140px;
  height: 140px;
  border-radius: 100%;
  border: solid 1.9px #f2f2f2;
  transition: 0.2s linear;
  margin:0 auto;
}
#services .services_content_main .content_main:hover .service_icon{
  transition: 0.2s linear;
  box-shadow: 0 0 9px 0 #fff;
   background-color: #fff;
}

#services .services_content_main .content_main .service_icon .service_icon_img{
  width: 140px;
  height: 140px;
  border-radius: 100%;
  background-position: center -140px;
  background-size: 140px auto;
  background-repeat: no-repeat;

}
#services .services_content_main .content_main:hover .service_icon .service_icon_img{
   background-position: center 0px;
}


#services .services_content_main .content_main p{
  font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    margin:30px 0 0 0;
}

#gallery{
  padding: 50px 0;
}
#gallery .gallery_head h3{
  font-family: KudryashevHeadline;
  font-size: 35px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.43;
  letter-spacing: normal;
  text-align: right;
  color: #000000;
  margin-bottom: 0;
}
.slogan_main{
  display: flex;
align-items: center;
justify-content: flex-end;
height: 100%;
}
}
#gallery .gallery_head h3:nth-child(3){
  margin-bottom: 30px;
}

#gallery .gallery_head p{
  font-family: Montserrat;
   font-size: 15px;
   font-weight: 300;
   font-style: normal;
   font-stretch: normal;
   letter-spacing: normal;
   text-align: right;
   color: #686a75;
   margin-bottom: 0px;
}
#gallery .gallery_img_main {
  margin-top: 30px;
  overflow: hidden;
  transition: 0.2s linear;
}
#gallery .gallery_img_main img{
  width: 100%;
    transition: 0.2s linear;
    object-fit: cover;
}
#gallery .gallery_img_main:hover img {
  transform: scale(1.2);
  transition: 0.2s linear;
}
#gallery .gallery_more {
padding-top: 70px;
padding-bottom: 70px;

}
#gallery .gallery_more a {
  border-radius: 2px;
  border: solid 1px #141414;
  background-color: #141414;
  padding: 15px 20px;
  color: #fff;
  transition: 0.2s linear;
}
#gallery .gallery_more a:hover {
  border: solid 1px #f48120;
  background-color: #f48120;
}

#app_sectiopn{
   background-image: linear-gradient(182deg, #5c5e66, #2f3036);
}
#app_sectiopn .app_main{
}
#app_sectiopn .app_main .app_contents{
  padding: 60px 0;
  position: relative;
  z-index: 2;

}
#app_sectiopn .app_main .app_contents h1{
  font-family: KudryashevHeadline;
  font-size: 60px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.1;
  letter-spacing: normal;
  color: #fff;
  margin-bottom: 40px;
}
#app_sectiopn .app_main .app_contents p{
  font-family: Montserrat;
    font-size: 15px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.6;
    letter-spacing: normal;
    color: #fff;
    width: 65%;
}
#app_sectiopn .app_main .app_contents .app_buttons{
  padding:50px 0 0px 0;
}
#app_sectiopn .app_main .app_contents .app_buttons a{
  width: 144px;
  height: 48px;
  object-fit: contain;
  margin-right: 20px;
}
#app_sectiopn .app_main .app_contents .app_buttons a img{
max-width: 100%;
}
#app_sectiopn .app_main .app_background{
  height: 100%;
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
  /* background-attachment: fixed; */
  background-image: url(../../img/appdownload.png);
  position: absolute;
  width: 100%;
}


#testiomonials{
  padding: 70px 0;
}
#testiomonials .testi_head h3{
  font-family: Montserrat;
font-size: 15px;
font-weight: normal;
font-style: normal;
font-stretch: normal;
line-height: normal;
letter-spacing: 4px;
text-align: center;
color: #252525;
}
#testiomonials .testi_head h1{
  font-family: KudryashevHeadline;
  font-size: 60px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.17;
  letter-spacing: normal;
  text-align: center;
  color: #252525;
  text-transform: uppercase;
}
.testiomonials_slider_main{
  position: relative;
  padding:60px 0;
}
.vergul{
  padding-bottom: 30px;
}
.vergul img{
  width: 57px;
}
#testi_slid{
  width: 800px;
  margin:0 auto;
}
#testi_slid .item p{
  font-family: Montserrat;
    font-size: 15px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.87;
    letter-spacing: normal;
    text-align: center;
    color:#686a75 ;
}
#testi_slid .item h3{
  font-family: Montserrat;
font-size: 15px;
font-weight: 600;
font-style: normal;
font-stretch: normal;
line-height: 1.87;
letter-spacing: normal;
text-align: center;
color: #686a75;
}
.testiomonials_slider_main>button{
  background: #fff;
  border:none;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 0;
  transform:translateY(-50%);

}
.testiomonials_slider_main button.testi_right{
  left: auto;
  right: 0;
}
.testiomonials_slider_main button span:before{
color: #e7e7e7;
transition: 0.2s;
font-size: 26px;
}
.testiomonials_slider_main button:hover span:before{
color: #9b9b9b;
transition: 0.2s;
}
#testiomonials .write_new {
  padding-top: 45px;
}
#testiomonials .write_new a{
       border-radius: 2px;
       border: solid 1px #f48120;
       color:#f48120;
      padding: 15px 20px;
      transition: 0.2s linear;
      font-family: Montserrat;
      font-size: 14px;
      font-weight: 600;
      font-style: normal;
      font-stretch: normal;
      line-height: normal;
      letter-spacing: normal;
      text-align: center;
}
#testiomonials .write_new a:hover{
       border: solid 1px #f48120;
       color:#fff;
       transition: 0.2s linear;
       background: #f48120;
}
#testiomonials .write_new a:hover span::before{
       color:#fff;
       transition: 0.2s linear;
}
#testiomonials .write_new a span{
      margin-left: 5px;
}
.testi_main_fix{
  background-color: rgba(0,0,0,0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(7px);
  display: none;
}
.testi_main{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center; justify-content: center;
}
.testi_form{
  width: 600px;
}
.testi_form input, .testi_form textarea{
  font-family: KudryashevHeadline;
font-size: 20px;
font-weight: normal;
font-style: normal;
font-stretch: normal;
line-height: normal;
letter-spacing: normal;
color: var(--white);
background-color: transparent;
border: none;
border-bottom: 1px solid #fff;
width: 100%;
padding: 10px 0;
margin-bottom: 20px
}
.testi_form textarea{
  margin-bottom: 0;
  resize: none;
}
.testi_form input::placeholder, .testi_form textarea::placeholder{
  font-family: KudryashevHeadline;
font-size: 20px;
font-weight: normal;
font-style: normal;
font-stretch: normal;
line-height: normal;
letter-spacing: normal;
color: var(--white);
}
.testi_form button{
  background: transparent;
  border:none;
  border-bottom: 1px solid #fff;
  font-family: KudryashevHeadline;
font-size: 20px;
font-weight: normal;
font-style: normal;
font-stretch: normal;
line-height: normal;
letter-spacing: normal;
color: var(--white);
padding:8px 15px;
margin-top: 15px;
cursor: pointer;
}
.testi_op{
  cursor: pointer;
}

@media (max-width:568px) {
  #intro_carousel .carousel_content_main, .intro_main_content{
    height: 70vh;
  }
  .intro_main_content .main_content{
    width: 100%;
    padding:0 10px;
  }
  .intro_main_content h3{
    font-size: 10px;
  }
  .intro_main_content h1{
    font-size: 16px;
    padding: 7px 0 14px 0;
  }
  .arrows .arrows_main button{
    font-size: 20px;
  }
  .intro_main_content p{
    font-size: 11px;
    margin-bottom: 30px;
    width: 100%;
  }
  .intro_main_content a{
    padding: 9px 12px;
    font-size: 12px;
  }
  #intro .dots{
    bottom: 10px;
  }
  #about .about_main{
    padding: 50px 0;
  }
  #about .about_main p span{
    font-size: 12px;
  }
  #about .about_main h1 {
    font-size: 30px;
    padding-right: 0;
  }
  #about .about_main p{
    font-size: 13px;
  }
  #services h3{
    font-size: 12px;
  }
  #services h1{
    font-size: 25px;
  }
  #services .services_content_main{
    flex-wrap: wrap;
  }
  #services .services_content_main .content_main .service_icon{
    width: 110px;
    height: 110px;
  }
  #services .services_content_main .content_main .service_icon .service_icon_img{
    width: 110px;
    height: 110px;
    background-position: center -110px;
    background-size: 110px auto;
  }
  #services .services_content_main .content_main{
    width: 50%;
    margin-bottom: 30px;
  }
  #services .services_content_main .content_main p {
    font-size: 14px;
    margin: 35px 0 0 0;
  }
  #gallery .gallery_head h3{
    font-size: 25px;
  }
  #gallery .gallery_head p{
    font-size: 13px;
  }
  .gallery_head img{
    width: 100%;
    margin-top: 30px;
  }
  #app_sectiopn .app_main .app_contents{
    padding: 50px 0;
  }
  #app_sectiopn .app_main .app_contents h1{
    font-size: 35px;
  }
  #app_sectiopn .app_main .app_contents p{
    font-size: 13px;
    width: 70%;
  }
  #app_sectiopn .app_main .app_contents .app_buttons a{
    display: inline-block;
  }
  #app_sectiopn .app_main .app_contents .app_buttons a:first-child{
    width: 130px;
  }
  #app_sectiopn .app_main .app_background{
    background-position: center;
    background-size: cover;
    opacity: 0.4;
  }
  #testiomonials{
    padding: 50px 0;
  }
  #testiomonials .testi_head h1{
    font-size: 24px;
  }
  #testiomonials .testi_head h3 {
    font-size: 12px;
    letter-spacing: 1px;

  }
  .testiomonials_slider_main button{
    left: -5px;
      z-index: 2;
  }
  .testiomonials_slider_main button.testi_right{
    left: auto;
    right: -5px;
  }
  .testiomonials_slider_main{
    padding: 30px 0;
  }
  .vergul img{
    width: 40px;
  }
  #testi_slid{
    width: 100%;
    padding:0 20px;
  }
  #testi_slid .item p{
    font-size: 13px;
  }
  #testi_slid .item h3{
    font-size: 13px;
  }
  .testiomonials_slider_main button span:before{
    font-size: 20px;
  }
  #gallery .gallery_img_main img{
    width: 100%;
  }
  .testi_form{
    width: 280px;
  }


  .testi_form input, .testi_form textarea{
    font-size: 14px;
  }

  .testi_form input::placeholder, .testi_form textarea::placeholder{
    font-size: 14px;
  }
  .testi_form button{
    font-size: 14px;
  }

}
  @media (min-width:568px) and (max-width:768px) {
    #intro_carousel .carousel_content_main, .intro_main_content{
      height: 70vh;
    }
    .intro_main_content .main_content{
      width: 100%;
      padding:0 10px;
    }
    .intro_main_content h3{
      font-size: 10px;
    }
    .intro_main_content h1{
      font-size: 16px;
      padding: 7px 0 14px 0;
    }
    .arrows .arrows_main button{
      font-size: 20px;
    }
    .intro_main_content p{
      font-size: 11px;
      margin-bottom: 30px;
    }
    .intro_main_content a{
      padding: 9px 12px;
      font-size: 12px;
    }
    #intro .dots{
      bottom: 10px;
    }
    #about .about_main{
      padding: 50px 0;
    }
    #about .about_main p span{
      font-size: 12px;
    }
    #about .about_main h1 {
      font-size: 30px;
      padding-right: 0;
    }
    #about .about_main p{
      font-size: 13px;
    }
    #services h3{
      font-size: 12px;
    }
    #services h1{
      font-size: 30px;
    }
    #services .services_content_main{
      flex-wrap: wrap;
      justify-content: center;
    }
    #services .services_content_main .content_main .service_icon{
      width: 110px;
      height: 110px;
    }
    #services .services_content_main .content_main .service_icon .service_icon_img{
      width: 110px;
      height: 110px;
      background-position: center -110px;
      background-size: 110px auto;
    }
    #services .services_content_main .content_main{
      width: 33%;
      margin-bottom: 30px;
    }
    #services .services_content_main .content_main p {
      font-size: 14px;
      margin: 35px 0 0 0;
    }
    #gallery .gallery_head h3{
      font-size: 30px;
    }
    #gallery .gallery_head p{
      font-size: 14px;
    }
      .gallery_head .havlu{
        text-align: center;
      }
    .gallery_head .havlu img{
      max-width: 100%;
      margin-top: 30px;
    }
    #gallery .gallery_img_main{
      text-align: center;
    }
    #app_sectiopn .app_main .app_contents{
      padding: 50px 0;
    }
    #app_sectiopn .app_main .app_contents h1{
      font-size: 40px;
    }
    #app_sectiopn .app_main .app_contents p{
      font-size: 13px;
      width: 70%;
    }
    #app_sectiopn .app_main .app_contents .app_buttons a{
      display: inline-block;
    }
    #app_sectiopn .app_main .app_contents .app_buttons a:first-child{
      width: 130px;
    }
    #app_sectiopn .app_main .app_background{
      background-position: center;
      background-size: cover;
      opacity: 0.4;
    }
    #testiomonials{
      padding: 50px 0;
    }
    #testiomonials .testi_head h1{
      font-size: 24px;
    }
    #testiomonials .testi_head h3 {
      font-size: 12px;
      letter-spacing: 1px;
    }
    .testiomonials_slider_main{
      padding: 30px 0;
    }
    .vergul img{
      width: 40px;
    }
    #testi_slid{
      width: 100%;
      padding:0 60px;
    }
    #testi_slid .item p{
      font-size: 13px;
    }
    #testi_slid .item h3{
      font-size: 13px;
    }
    .testiomonials_slider_main button span:before{
      font-size: 20px;
    }
    .testi_form{
      width: 400px;
    }


    .testi_form input, .testi_form textarea{
      font-size: 14px;
    }

    .testi_form input::placeholder, .testi_form textarea::placeholder{
      font-size: 14px;
    }
    .testi_form button{
      font-size: 14px;
    }
}

@media (min-width:768px) and (max-width:992px) {
  #intro_carousel .carousel_content_main, .intro_main_content{
    height: 90vh;
  }
  .intro_main_content .main_content{
    padding:0 10px;
  }
  .intro_main_content h3{
    font-size: 12px;
  }
  .intro_main_content h1{
    font-size: 20px;
    padding: 10px 0 20px 0;
  }
  .arrows .arrows_main button{
    font-size: 22px;
  }
  .intro_main_content p{
    font-size: 12px;
    margin-bottom: 50px;
  }
  .intro_main_content a{
    padding: 10px 15px;
    font-size: 14px;
  }
  #intro .dots{
    bottom: 25px;
  }
  #about .about_main{
    padding: 50px 0;
  }
  #about .about_main p span{
    font-size: 12px;
  }
  #about .about_main h1 {
    font-size: 30px;
    padding-right: 0;
  }
  #about .about_main p{
    font-size: 14px;
  }
  #about .about_main .about_img::after {
    left: -28%;
    top: 48%;
}
  #services h3{
    font-size: 12px;
  }
  #services h1{
    font-size: 40px;
  }
  #services .services_content_main{
    flex-wrap: wrap;
    justify-content: center;
  }
  #services .services_content_main .content_main .service_icon{
    width: 110px;
    height: 110px;
  }
  #services .services_content_main .content_main .service_icon .service_icon_img{
    width: 110px;
    height: 110px;
    background-position: center -110px;
    background-size: 110px auto;
  }
  #services .services_content_main .content_main{
    width: 33%;
    margin-bottom: 30px;
  }
  #services .services_content_main .content_main p {
    font-size: 14px;
    margin: 35px 0 0 0;
  }
  #gallery .gallery_head h3{
    font-size: 26px;
  }
  #gallery .gallery_head p{
    font-size: 12px;
  }
    .gallery_head .havlu{
      text-align: center;
    }
  .gallery_head .havlu img{
    max-width: 100%;
    margin-top: 30px;
  }
  #gallery .gallery_img_main{
    text-align: center;
  }
  #app_sectiopn .app_main .app_contents{
    padding: 50px 0;
  }
  #app_sectiopn .app_main .app_contents h1{
    font-size: 40px;
  }
  #app_sectiopn .app_main .app_contents p{
    font-size: 13px;
    width: 70%;
  }
  #app_sectiopn .app_main .app_contents .app_buttons a{
    display: inline-block;
  }
  #app_sectiopn .app_main .app_contents .app_buttons a:first-child{
    width: 130px;
  }

  #testiomonials{
    padding: 50px 0;
  }
  #testiomonials .testi_head h1{
    font-size: 24px;
  }
  #testiomonials .testi_head h3 {
    font-size: 12px;
    letter-spacing: 1px;
  }
  .testiomonials_slider_main{
    padding: 30px 0;
  }
  .vergul img{
    width: 40px;
  }
  #testi_slid{
    width: 100%;
    padding:0 60px;
  }
  #testi_slid .item p{
    font-size: 13px;
  }
  #testi_slid .item h3{
    font-size: 13px;
  }
  .testiomonials_slider_main button span:before{
    font-size: 20px;
  }
}
@media (min-width:992px) and (max-width:1200px) {
  .intro_main_content h1{
    font-size: 36px;
  }
  .intro_main_content a {
      padding: 12px 15px;
      font-size: 14px;
  }
  #about .about_main h1{
    font-size: 45px;
    padding-right: 50px;
  }
  #about .about_main p{
    font-size: 14px;
  }
  #services h1{
    font-size: 45px;
  }
  #services .services_content_main{
    justify-content: space-around;
  }
  #gallery .gallery_head h3{
    font-size: 30px;
  }
  #gallery .gallery_head p{
    font-size: 14px;
  }
  .havlu{
    text-align: center;
  }
  .havlu img{
  max-width: 100%;
  }
  #app_sectiopn .app_main .app_contents h1{
    font-size: 50px;
  }
  #testiomonials .testi_head h1{
    font-size: 50px;
  }
  .testiomonials_slider_main{
    padding: 30px 0
  }
  .vergul img{
    font-size: 50px;
  }
}
