body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Gilroy", Arial, sans-serif !important;
}

body:not(.modal-body) {
    padding-top: 109px !important;
}

* {
  text-decoration: none;
  list-style: none;
  margin: 0;
  padding: 0;
}

.highslide-viewport-size {
    background-color: #000;
}
.highslide-container {
    z-index: 9999999 !Important;
}
.highslide-controls {
width: 195px;
height: 40px;
background: url(../../../engine/classes/highslide/graphics/controlbar-black-border.gif) 0 -90px no-repeat;
margin-right: 15px;
margin-bottom: 10px;
margin-top: 10px;
}
.highslide-controls ul {
position: relative;
left: 15px;
height: 40px;
list-style: none;
margin: 0;
padding: 0;
background: url(../../../engine/classes/highslide/graphics/controlbar-black-border.gif) right -90px no-repeat;
}
.highslide-controls li {
float: left;
padding: 5px 0;
}
.highslide-controls a {
background: url(../../../engine/classes/highslide/graphics/controlbar-black-border.gif);
display: block;
float: left;
height: 30px;
width: 30px;
outline: none;
}
.highslide-controls a.disabled {
cursor: default;
}
.highslide-controls a span {
/* hide the text for these graphic buttons */
display: none;
}
/* The CSS sprites for the controlbar */
.highslide-controls .highslide-previous a {
background-position: 0 0;
}
.highslide-controls .highslide-previous a:hover {
background-position: 0 -30px;
}
.highslide-controls .highslide-previous a.disabled {
background-position: 0 -60px !important;
}
.highslide-controls .highslide-play a {
background-position: -30px 0;
}
.highslide-controls .highslide-play a:hover {
background-position: -30px -30px;
}
.highslide-controls .highslide-play a.disabled {
background-position: -30px -60px !important;
}
.highslide-controls .highslide-pause a {
background-position: -60px 0;
}
.highslide-controls .highslide-pause a:hover {
background-position: -60px -30px;
}
.highslide-controls .highslide-next a {
background-position: -90px 0;
}
.highslide-controls .highslide-next a:hover {
background-position: -90px -30px;
}
.highslide-controls .highslide-next a.disabled {
background-position: -90px -60px !important;
}
.highslide-controls .highslide-move a {
background-position: -120px 0;

}
.highslide-controls .highslide-move a:hover {
background-position: -120px -30px;
}
.highslide-controls .highslide-full-expand a {
background-position: -150px 0;
}
.highslide-controls .highslide-full-expand a:hover {
background-position: -150px -30px;
}
.highslide-controls .highslide-full-expand a.disabled {
background-position: -150px -60px !important;
}
.highslide-controls .highslide-close a {
background-position: -180px 0;
}
.highslide-controls .highslide-close a:hover {
background-position: -180px -30px;
}
.fixed-nums {
  position: fixed;
  bottom: 0;
  z-index: 999;
  width: 100%;
  left: auto;
  right: 50px;
  width: auto;
  bottom: 20px;
  -webkit-animation: MoveUpDown 2s linear infinite;
          animation: MoveUpDown 2s linear infinite;
}

.fixed-nums span {
  font-weight: 700;
  color: white;
  background: #64b261;
  margin-right: 6px;
  padding: 4px 9px;
  border-radius: 4px;
  position: relative;
}

.fixed-nums span:after {
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  border-width: 6px 0 6px 6px;
  border-color: transparent transparent transparent #64b261;
  border-style: solid;
}

.fixed-nums .wp {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  text-align: center;
  background-color: #64b261;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  cursor: pointer;
}

.fixed-nums .wp a {
  color: #fff;
  padding: 18px 5px;
  display: block;
  height: 100%;
}
.fixed-nums .wp a i {
    margin-right: 0;
    font-size: 25px;
    line-height: 26px;
}

@-webkit-keyframes MoveUpDown {
  0% {
    bottom: 20px;
  }
  50% {
    bottom: 50px;
  }
  100% {
    bottom: 20px;
  }
}

@keyframes MoveUpDown {
  0% {
    bottom: 20px;
  }
  50% {
    bottom: 50px;
  }
  100% {
    bottom: 20px;
  }
}

.header-slider-text {
  padding: 80px 15px;
}

.HeaderDesktop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
}

.HeaderDesktop .PreHeader {
  height: 36px;
  background-color: #636b83;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.HeaderDesktop .PreHeader .header-icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 36px;
  padding: 0;
}

.HeaderDesktop .PreHeader .header-icon li {
  margin: 0 6px 0 0;
}

.HeaderDesktop .PreHeader .header-icon li a {
  text-decoration: none;
  color: #f6f8fc;
  font-size: 12px;
}

.HeaderDesktop .PreHeader .header-icon .dropdown-lang {
  margin-right: 15px;
  margin-left: auto;
  position: relative;
  padding: 15px 0;
}

.HeaderDesktop .PreHeader .header-icon .dropdown-lang a {
  text-decoration: none;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
  color: #f6f8fc;
}

.HeaderDesktop .PreHeader .header-icon .dropdown-lang .dropdown-list {
  background-color: #636b83;
  width: 40px;
  height: 25px;
  position: absolute;
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
  padding-left: 10px;
  border-radius: 2px 2px;
  left: -2px;
  visibility: hidden;
  opacity: 0;
}

.HeaderDesktop .PreHeader .header-icon .dropdown-lang .dropdown-list span {
  color: black;
}

.HeaderDesktop .PreHeader .header-icon .dropdown-lang .dropdown-list span:hover {
  color: white;
}
.close{
    background:none;
    border:none;
    
}
.close span{
   font-size:40px;
    
}
.HeaderDesktop .MainHeader {
  background-color: #fff;
  
  position: relative;
  z-index: 444;
}

.HeaderDesktop .MainHeader .container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.HeaderDesktop .MainHeader .menu-main {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left:0;
}

.menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 26px 14px;
  font-size: 14px;
  color: #202e35;
  text-decoration: none;
  position: relative;
}

.menu-item a {
  text-decoration: none;
  color: #202e35;
}

.menu-item:hover a {
  color: #636b83;
}

.logo img {
  width: 85px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: scale(1);
          transform: scale(1);
  margin-right: 18px;
}

.menu-item::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 2px;
  bottom: 0;
  border-radius: 56px 56px 0 0;
  left: calc(50% - 1px);
  background-color: transparent;
  -webkit-transition: left 0.3s ease, width 0.3s ease, background-color 0.3s ease;
  transition: left 0.3s ease, width 0.3s ease, background-color 0.3s ease;
}

.menu-item:hover::after {
  left: 14px;
  width: calc(100% - 28px);
  background-color: #e8363d;
}

.contact {
  margin-bottom: 0;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contact .contact-btn span {
  font-size: 14px;
  color: #202e35;
  
}

.phone {
  margin: 0 42px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.phone a {
  text-decoration: none;
  display:flex;
  align-items:center;
}

.phone a svg {
  fill: none;
  stroke: #838a9d;
}

.phone a span {
  color: #202e35;
  font-size: 16px;
  font-weight:600;
  display:block;
  margin-left:10px;
}

.phone a:hover span {
  color: #838a9d;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.btn-value {
  text-decoration: none;
  background-color: #e8363d;
  padding: 10px 34px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
          cursor:pointer;
}

.btn-value:hover {
  text-decoration: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #ba2b31;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
}

.btn-value span {
  color: white !important;
  font-size: 14px;
  font-weight: 500;
}

@media screen and (max-width: 992px) {
  .menu-main,
  .contact,
  .PreHeader,
  .MainHeader {
    display: none !important;
  }
  .logo {
    padding: 10px 15px;
  }
  .mobile-nav {
    display: block !important;
  }
  .image-slider {
    width: 55%;
  }
  .working-process .card {
    height: 400px !important;
  }
  .slider-control {
    bottom: 0 !important;
  }
}

.mobile-nav {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 99;
  background-color: white;
  width: 100%;
}

.mobile-nav .logo img {
  width: 85px !important;
}

.mobile-nav .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.mobile-menu {
  position: fixed;
  top: 0;
  z-index:-1;
  right: 0;
  padding: 0;
  left: unset;
  height: 100vh;
  width: 100%;
  
  background-color: white;
  padding-top: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mobile-menu li {
  padding: 15px 0;
}

.mobile-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 26px 14px;
  font-size: 16px;
}

.mobile-item a {
  color: #202e35;
  text-decoration: none;
}

.mobile-item a:hover {
  color: #838a9d;
  text-decoration: none;
}

.phone-mob {
  margin-left: 30px;
}

.mob-lang a {
  margin-left: 10px;
}

.mob-lang a img {
  width: 20px;
  height: 20px;
  border-radius: 100%;
}

.burger {
  z-index: 111;
  position: relative;
  width: 50px;
  height: 46px;
  background-color: transparent;
  border: none;
}

.burger div {
    position:absolute;
  width: 26px;
  height: 3px;
  background: #e61420;
  -webkit-transform: translate3d(-13px, 0, 0);
          transform: translate3d(-13px, 0, 0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-top: 8px;
}
.line1 {
    right:0;
    top:0;
}
.line2{
    right:0;
    top:10px;
}
.line3{
    right:0;
    top:20px;
}
.change .line1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 7px);
          transform: rotate(-45deg) translate(-9px, 7px);
}

.change .line2 {
  opacity: 0;
}

.change .line3 {
  -webkit-transform: rotate(40deg) translate(-6px, -6px);
          transform: rotate(40deg) translate(-6px, -6px);
}

.translate {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.slider-section {
  position: relative;
  overflow: hidden;
  height: 600px;
  background-color: #f6f8fc;
}

.slider-section .first-section {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider-section .first-section .all-slider-text {
  padding-left: 240px;
}

.slider-section .first-section .all-slider-text .description {
  padding: 70px 0 0 0;
}

.slider-section .first-section .text-sec .head-text {
  font-size: 14px;
  color: #838a9d;
  margin: 0;
}

.slider-section .first-section .text-sec h1 {
  font-weight: bold;
}

.slider-section .first-section .text-sec .slider-icon {
  padding: 0;
  padding-top: 20px;
}

.slider-section .first-section .text-sec .slider-icon li {
  padding-right: 5px;
}

.slider-section .first-section .text-sec .info-item .first_info_item {
  position: relative;
  padding-right: 20px;
}

.slider-section .first-section .text-sec .info-item .first_info_item p {
  margin-bottom: 2px;
}

.slider-section .first-section .text-sec .info-item .first_info_item span {
  color: #838a9d;
  font-size: 14px;
}

.slider-section .first-section .text-sec .info-item .first_info_item::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 30px;
  background-color: #838a9d;
  top: 13px;
  right: -35px;
}

.slider-section .first-section .text-sec .info-item .second_info_item {
  margin-left: 88px;
}

.slider-section .first-section .text-sec .info-item .second_info_item p {
  margin-bottom: 2px;
}

.slider-section .first-section .text-sec .info-item .second_info_item span {
  color: #838a9d;
  font-size: 14px;
}

.carusel-slider {
  position: relative;
  height: 600px;
  overflow: hidden;
  background-color: #f6f8fc;
}

.carusel-slider .owl-carousel .owl-item {
  overflow: hidden;
}

.carusel-slider .owl-nav button {
  
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #e3e7ef !important;
  border-radius: 50%;
}
.carusel-slider .owl-nav{
   
   width:68%;
   display:flex;
   margin:0 auto;
   transform:translateY(-100px);
    transition:all 0.3s ease;
  
}
.carusel-slider:hover .owl-nav{
  
   visibility: visible
}
.carusel-slider .owl-nav .owl-prev {
    margin:0 15px;
  
  
}

.carusel-slider .owl-nav .owl-next {
 margin:0 15px;
}

.carusel-slider .owl-dots {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

#big-owl-carousel {
  height: 600px !important;
}

#big-owl-carousel .bg-carousel-div {
  height: 100%;
}

.second-sec {
  padding: 70px 0;
}

.btn-second {
  padding: 15px 70px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn-second span {
  font-weight: 700;
}

.second-section {
  background-position: 50%;
  width: 1072px;
  height: 1072px;
  position: absolute;
  top: -29%;
  right: 0;
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
}

.btn-second {
  padding: 15px 70px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn-second span {
  font-weight: 700;
}

.btn-slider {
  text-decoration: none;
  background-color: #e8363d;
  padding: 11px 34px;
  border-radius: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  width: 86px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  color: #e3e7ef;
}

.btn-slider:hover {
  text-decoration: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #ba2b31;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
  color: #e3e7ef;
}

.photo-slider {
  position: absolute;
  top: 50%;
  left: 45%;
  height: 1072px;
  width: 1072px;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  border-radius: 50% 0 0 50%;
  overflow: hidden;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.all-text h1 {
  padding: 10px 0;
}

.all-text p {
  padding: 20px 0 50px 0;
}

@media screen and (max-width: 1440px) {
  .app-section {
    background-size: 80%;
    background-position: 50% 225px;
  }
  .app-section header {
    font-size: 30px !important;
  }
  .carusel-slider {
    overflow-x: hidden;
  }
  .all-slider-text {
    padding-left: 40px !important;
  }
  .second-section {
    width: 885px;
    height: 1003px;
  }
  footer img {
    right: 41px !important;
  }
 .carusel-slider .owl-nav  {
  width:88% ;
  }
 
}

@media screen and (max-width: 1400px) {
    
  .carusel-slider .owl-nav{
      width:82%;
  }
}

@media screen and (max-width: 1024px) {
  .contact .phone {
    margin: 0 20px 0 0;
  }
  .carusel-slider .owl-nav  {
    width:88%;
  }
  footer ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  footer ul li {
    margin-right: 20px !important;
  }
  footer ul li a {
    font-size: 14px;
  }
  footer .footer-copyright {
    font-size: 12px !important;
  }
 
  footer img {
    right: 0px !important;
    
  }
  .references .list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .helping-section .container {
    padding: 0 !important;
  }
  .helping-section .container .row:last-child {
    padding: 0 20px !important;
  }
  .helping-section .container .row {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .about .slider-text {
    padding: 15px !important;
  }
  .about .slider-control {
    left: 15px !important;
  }
  .contact {
    padding: 0 !important;
  }
  .logo img {
    width: 45px;
  }
  .feature__title {
    font-size: 15px !important;
  }
  .references ul li{
      margin-right:20px !important;
  }
}

.about {
  padding: 100px 0 50px 0;
}

.about .common-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 100%;
  padding-bottom: 60px;
}

.about .about-image img {
  max-width: 100%; 
  border-radius:4px;
}
.about .about-mmc{
    font-size:20px;
    line-height:20px;
}

.about .slider-text {
  position: relative;
  display: block;
  padding: 50px 70px 90px 112px;
  background-color: #fff;
}

.about .slider-text .slider__title {
  font-size: 36px;
  color: #676a73;
}
.about .slider-text .slider__title h1{
   margin-bottom:0;
}
.about .slider-text .slider-desc {
  font-size: 15px;
  color: #676a73;
  line-height: 2;
  margin-top: 35px;
}
.about .slider-text .slider-desc p img{
    width:150px;
    filter:grayscale(1);
}
.about .slider-text .slider-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: 32px;
  position: absolute;
  left: 112px;
}

.about .slider-text .slider-control .slider-arrow-filled {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  fill: none;
  stroke: #fff;
  background-color: #27ae60;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 47px;
  height: 47px;
  border-radius: 24px;
  -webkit-animation: commonArrowFilledNext 1.2s ease infinite;
  animation: commonArrowFilledNext 1.2s ease infinite;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  transition: transform 0.2s ease, opacity 0.2s ease,
 -webkit-transform 0.2s ease;
  transition-property: transform, opacity, -webkit-transform;
}

.about .slider-text .slider-control .slider-arrow-filled svg {
  width: 20px;
  height: 20px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  fill: none;
  stroke: #fff;
}

.about .slider-text .slider-control .more {
  padding-right: 10px;
}

.about .slider-text .slider-control .more a {
  text-decoration: none;
  color: #676a73;
  font-weight: 400;
}

.about .slider-text .slider-control .prev {
  margin-right: 16px;
}

.working-process {
  padding: 50px 0;
  background-color:#f6f8fc;
}

.working-process .container-medium-637px {
  max-width: 637px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
  margin-bottom: 48px;
  text-align: center;
}

.working-process .container-medium-637px .subtitle {
  color: #2e7d61;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.125em;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.working-process .container-medium-637px h2 {
  margin-bottom: 0px;
  margin-top: 0px;
  margin-bottom: 24px;
  color: #292c32;
  font-size: 32px;
  line-height: 1.316em;
  font-weight: 700;
}

.working-process .container-default {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.working-process .container-default .w-layout-grid {
  margin-bottom: 48px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  display: -ms-grid;
  display: grid;
}

.working-process .container-default .card {
  background-repeat: no-repeat;
  color:black;
  background-size: cover;
  height: 550px;
  width: 100%;
  position: relative;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #e7e9ee !important;
  border-radius: 18px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-width: 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
    
          
       
}
.services-cat .container-default #dle-content{
    display:flex;
    justify-content:center;
     flex-wrap:wrap;
}
.services-cat .container-default #dle-content .card{
   width:45% !important;
 
   margin-bottom:30px;
}
@media screen and (max-width: 640px) {
   .services-cat .container-default #dle-content{
       display:block;
   } 
   
.services-cat .container-default #dle-content .card{
    width:100% !important;
}

}

@media screen and (max-width: 800px) {
    .services-cat .container-default #dle-content{
        flex-wrap:wrap;
    }
.services-cat .container-default #dle-content .card{
   width:45%;
  
   margin-bottom:30px;
}
.services-cat .container-default #dle-content .card:not(:last-child){
    margin-right:30px ;
}
}

.services-cat .container-default #dle-content .card{
    margin-right:30px;
}
.services-cat .container-default #dle-content .card{
    height:380px;
}

.working-process .container-default .card img {
  max-width: 350px;
}

.working-process .container-default .card .card-content {
  position: absolute;
  left: 35px;
  right: 35px;
  bottom: 35px;
  
  border-radius: 18px;
  background-color: #fff;
  text-align: center;
  height:120px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.working-process .container-default .card .card-content h3{
    font-size:20px;
}

.helping-section {
  padding: 60px 0;
}

.helping-section .container {
  padding: 0 5px;
}

.helping-section .container .row:last-child {
  padding: 0 100px;
}
.helping-section .help-subtitle{
    text-align:center;
}
.helping-section .help-subtitle h3  {
  color: #222222;
  font-weight: 700;
  font-size: 30px;
  line-height: 48px;
}

.advice-item {
  position: relative;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  background-color: white;
  margin-top: 65px;
  border-radius: 8px;
  padding: 20px;
}

.advice-item img {
  position: absolute;
  bottom: 80px;
  width: 100%;
  border-radius: 20px 20px;
  visibility: hidden;
}

.advice-item .feature__content .feature__icon {
  padding-bottom: 25px;
}

.advice-item .feature__content .feature__icon svg {
  width: 50px;
  fill: #cccccc;
}

.advice-item .feature__content .feature__title {
  color: #222222;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
}

.advice_item_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.references {
  padding: 60px 0;
  background: #f9fafa;
}

.references .references_title {
  margin-bottom: 50px;
}

.references .references_title h1 {
  margin: 0;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 30px;
}

.references ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.references ul .img-wrap {
  width: 130px;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  border: 1px solid #e6e6e6;
  height: 132px;
}

.references ul .img-wrap img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 15px;
}

.references ul li {
  margin-right: 30px;
}

.references ul li:hover img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.references ul .references-hov {
  margin-top: 20px;
}

.social_media {
  padding: 50px 0;
}

.social_media .media-title {
  margin-bottom: 50px;
  text-align: center;
  font-size: 32px;
  line-height: 45px;
  font-weight: 500;
  color: #141414;
}

.social_media .media-list {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.social_media .media-list li {
  margin-bottom: 0;
}

.social_media .media-list a {
  display: inline-block;
  text-decoration: none;
}

.social_media .media-list a p {
  display: block;
  font-size: 14px;
  line-height: 32px;
  color: #707070;
}

.social_media .media-list li {
  margin-right: 40px;
  text-align: center;
}

.social_media .media-list li:hover img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

.social_media .media-list li img {
  width: 55px;
  transition: -webkit-filter 0.3s;
  -webkit-transition: -webkit-filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
}

.app-section {
  background-color: #6bd76a;
  color: #fff;
  background-image: url(../img/phone1.png);
  background-repeat: no-repeat;
  padding: 47px 0 130px 0;
  background-position: 50% 150px;
}

.app-section header {
  text-align: center;
  font-size: 35px;
  font-weight: 300;
}

.app-section .app_desc {
  margin: 40px auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
}

footer {
  background: #000;
  padding-top: 6rem;
  padding-bottom: 6rem;
  position: relative;
}

footer ul {
  margin: 0;
  padding: 0;
}

footer ul li {
  margin-right: 60px;
}

footer ul a {
  text-decoration: none;
  color: white;
  font-weight: 500;
}

footer ul a:hover {
  color: rgba(255, 255, 255, 0.6);
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}

footer .footer-copyright {
  font-size: 14px;
  line-height: 1.571428571428571;
  color: rgba(255, 255, 255, 0.5);
}
footer .footer-copyright p{
    margin-bottom:0;
}
footer img {
  position: absolute;
  top: 35px;
  right: 242px;
  width: 280px;
  -webkit-filter: grayscale(1) brightness(100);
          filter: grayscale(1) brightness(100);
  opacity: 0.1;
}

.ftr-img {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (max-width: 768px) {
 body:not(.modal-body){
     padding-top:80px !important;
 }
  footer {
    background-position: center !important;
  }
  .mobile-nav {
    display: block !important;
  }
  .ftr-img {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  
  .ftr {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .copyright-head {
    width: 100% !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    margin-top: 15px !important;
  }
  .header-slider-text {
    padding: 30px 15px;
    width: 100% !important;
  }
  .header-slider-text a {
    display: inline-block;
    text-align: center;
    margin-top: 60px;
  }
  .certificate .cert-img{
      margin-top:20px;
     
  }
 
  .app-section {
    padding: 47px 0 50px 0;
    background-position: 50% 175px;
  }
  .app-section header {
    font-size: 20px !important;
  }
  .btn-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .media-content h3 {
    font-size: 24px !important;
  }
  .image-slider {
    background-size: contain;
    border-radius: 0;
  }
  .slider-control {
    position: static !important;
  }
  footer .footer-copyright {
    font-size: 10px !important;
  }
  .carusel-slider .owl-dots {
    display: none;
  }
  .carusel-slider .owl-nav {
    display: none;
  }
  .carusel-slider .photo-slider {
    z-index: -1;
    left: 0px;
    top: 660px;
    border-radius: 0px;
    width:100%;
    background-position:unset;
    transform: translateY(-25%)
  }
  .carusel-slider .all-text p{
      
      height:200px;
  }
  .carusel-slider .all-text a{
      margin-top:10px;
  }
  .carusel-slider .all-text {
    z-index: 11;
  }
  .img-wrap {
    margin-top: 10px;
  }
  .references-hov {
    margin-top: 0 !important;
  }
  .helping-section .advice-item {
    width: 100%;
    margin-top: 25px;
  }
}

.working-process .owl-carousel {
  overflow: hidden;
}

.working-process .owl-carousel .owl-item {
  border-radius: 18px;
  overflow: hidden;
}
 footer .footer-copyright a{
      position:relative;
      z-index:2222;
      color:green;
      font-weight:700;
  }
.working-process .owl-carousel .card {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.working-process .owl-carousel .center .card {
  -webkit-transform: scale(1) !important;
          transform: scale(1) !important;
}

.scaleY {
  -webkit-transform: scale(1) !important;
          transform: scale(1) !important;
}

.owl-stage-outer {
  height: 100% !important;
}

.working-process .owl-carousel .owl-stage-outer {
  overflow: visible !important;
}

.first-section {
  padding-left: 30px;
}

.big-owl-carousel {
  width: 100%;
  height: 100%;
}

.bg-carousel-div {
  position: relative;
  height: 100% !important;
}

@-webkit-keyframes commonArrowFilledNext {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes commonArrowFilledNext {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@media screen and (max-width: 425px) {
  footer .copyright-head {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  footer ul li {
    margin-right: 17px !important;
    font-size: 16px;
  }
  footer img {
    right: 70px !important;
  }
  .carusel-slider .all-text p{
      font-size:12px;
  }
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@-webkit-keyframes fadeInRight {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-120px);
            transform: translateX(-120px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-120px);
            transform: translateX(-120px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.nav-bar-fixed-top {
  height: 74px;
}

body a {
  text-decoration: none;
  list-style: none;
}

.static-contact-bg {
  position: relative;
  height: 230px;
  background-position-y: 45%;
  background-size: cover;
  width: 100%;
  background-image: url(../img/about-static-bg.jpg);
}
.static-contact-bg::before {
  content: "";
  height: 100%;
  width: 100%;
  background-color: #0157a6;
  position: absolute;
  opacity: 0.8;
}

.static-contact-bg .container {
  height: 100%;
}

.static-contact-bg .static-contact-text {
  height: 100%;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #fff;
}

.static-contact-bg .static-contact-text h1 {
  font-size: 55px;
}

.static-contact-bg .static-contact-text a,
.static-contact-bg .static-contact-text span {
  font-size: 18px;
  color: #fff;
}

.static-contact-hov:hover i {
  color: #ddd7d7;
}

@media screen and (max-width: 768px) {
  .static-title h1 {
    font-size: 30px !important;
  }
}


@media screen and (max-width: 375px) {
  footer ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer img {
    right: 50px !important;
  }
}

.form {
 
    box-shadow: 0 21px 41px -13px rgb(0 0 0 / 18%);


}

.form h3 {
  font-size: 1.75rem;
}

.form .form-group {
  margin-bottom: 1rem;
 
}
.form .form-group .submit-btn {
 
  padding:10px 40px;
}

.form .contact-inners {
  width: 100%;
}

.form .input-form {
  height: 36px;
}

.form .form-control {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0;
  font-size: 16px;
  background: #fff;
  color: rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border-bottom: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.form .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  border-color: #01ac6a;
}

.text-form {
  height: 170px;
}

.submit-btn {
  background: #01ac6a;
  border-color: #01ac6a;
  color: #fff;
  cursor: pointer;
  outline: none;
  border: none;
  padding: 12px 16px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 400;
  
    box-shadow: 0 21px 41px -13px rgb(0 0 0 / 18%);


  -webkit-transition: .3s;
  transition: .3s;
}

.contact-part {
  color: rgba(255, 255, 255, 0.8);
  background-color: #01ac6a;
  width:100%;
}

.contact-part .contact-desc {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact-part .contact-desc a {
  text-decoration: none;
  color: #fff;
}
.contact-part .contact-desc p {
 margin-bottom:0;
}

.contact-part .contact-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contact-part .contact-text {
  width: calc(100% - 50px);
  padding-left: 1rem;
}

@media screen and (max-width: 374px) {
  .contact-desc p {
    font-size: 12px !important;
  }
  .contact-part h3{
      font-size:1.45rem;
  }
}
.certificate {
  padding: 50px 0;
  background:#efc7661c;
}
 .certificate .owl-carousel img{
      height:270px;
      object-fit:cover;
  }

.certificate .cert-img img {
  width: 100%;
  height:230px;
   object-fit:cover;
}

.certificate .certificate-loc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/*# sourceMappingURL=style.css.map */

/* yenilikler start (elave section)  */

.yenilikler-body{
    padding:40px 0;
}

.blog-name {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.blog-name h2 {
  font-size: 40px;
  font-weight: 700;
  cursor: pointer;
}


.blog-p {
  display: flex;
  flex-direction: column;
}
.blog-p p{
    margin-bottom:0;
}
.blog-p a {
  text-decoration: none !important;
  color:#000;
font-weight: 600;
}

.blog-p a:hover {
  color:#000 !important;
}
#hr-element {
  width: 100%;
  height: 1px;
  color: #000;
  margin: 0 !important;
  margin-top: 5px !important;
  transition: width 0.5s ease;
  animation-name: hr-elementrevers;
  animation-duration: 1s;
  animation-timing-function: ease;
}
.blog-p:hover #hr-element {
  animation-name: hr-element;
  animation-duration: 1s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
@keyframes hr-elementrevers {
  0% {
    width: 0%;
  }
  50% {
    width: 100%;
  }

  75% {
    width: 90%;
  }
  100% {
    width: 100%;
  }
}
@keyframes hr-element {
  0% {
    width: 100%;
  }
  50% {
    width: 0;
  }

  75% {
    width: 10%;
  }
  100% {
    width: 0;
  }
}


.yenilikler-box{
     display: flex;
  flex-wrap: wrap;
  justify-content:start;
  margin:25px 0;
  gap:30px
}
.yenilikler-box .card {
  width: 30%;
  background-color: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  border: 1px solid transparent;
  margin:15px 0;
}

.yenilikler-box .card a {
  text-decoration: none
}

.yenilikler-box .content {
  padding:  1.1rem 1.1rem 1.1rem 0.5rem;
  
}

.yenilikler-box .image img {
  width: 100%;
  height: 250px;
  background-color: rgb(239, 205, 255);
  border-radius: 20px;
 object-fit: cover;
}

.yenilikler-box .title {
  color: #111827;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;

}

.yenilikler-box .desc {
  margin-top: 0.5rem;
  color: #6B7280;
  font-size: 0.875rem;
  line-height: 1.25rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 350px; /* İstediğiniz genişliği ayarlayın */
}

.yenilikler-box .action {
  display: inline-flex;
 
  color: #ffffff;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  align-items: center;
  gap: 0.25rem;
  background-color: #e8363d;
  padding: 4px 8px;
  border-radius: 4px;
}

.yenilikler-box .action span {
  transition: .3s ease;
}

.yenilikler-box .action:hover span {
  transform: translateX(4px);
}
.services-cat .yenilikler-info  #dle-content .card {
    width: 30% !important;
    margin-bottom: 30px;
    align-items: normal !important;
}
.yenilikler-info image{
    width:100% !important;
}
    
    
.yenilikler-info .card {
  background-color: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  border: 1px solid transparent;
  margin:15px 0;
}

.yenilikler-info .card a {
  text-decoration: none
}

.yenilikler-info .content {
  padding:  1.1rem 1.1rem 1.1rem 0.5rem;
  
}
.working-process .yenilikler-info  .card img {
      width: 100% !important;
}

.yenilikler-info .image img {
  width: 100% !important;
  height: 250px;
  background-color: rgb(239, 205, 255);
  border-radius: 20px;
 object-fit: cover;
max-width:inherit !important;
}

.yenilikler-info .title {
  color: #111827;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 280px; /* İstediğiniz genişliği ayarlayın */
  
}

.yenilikler-info .desc {
  margin-top: 0.5rem;
  color: #6B7280;
  font-size: 0.875rem;
  line-height: 1.25rem;
overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 350px; /* İstediğiniz genişliği ayarlayın */
}

.yenilikler-info .action {
  display: inline-flex;
  color: #ffffff;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  align-items: center;
  gap: 0.25rem;
  background-color: #e8363d;
  padding: 4px 8px;
  border-radius: 4px;
}

.yenilikler-info .action span {
  transition: .3s ease;
}

.yenilikler-info .action:hover span {
  transform: translateX(4px);
}




@media (max-width: 1000px){
    .yenilikler-box .title {
  font-size: 20px;
  line-height: 1.50rem;
    max-width: 150px; /* İstediğiniz genişliği ayarlayın */
}
.services-cat .yenilikler-info  #dle-content .card{
     width: 90% !important;
 margin:0 auto;
}
.yenilikler-info .image {
    width:100%;
}

}

@media (max-width: 772px){
 .yenilikler-box{
display: block;
}   
.yenilikler-box .card {
  width: 90%;
 margin:0 auto;
}
.blog-name h2{
      color: #222222;
  font-weight: 700;
  font-size: 30px;
  line-height: 48px;
}
.yenilikler-info .title {
  max-width: inherit; /* İstediğiniz genişliği ayarlayın */
}

.yenilikler-info .desc {
  max-width: 150px; /* İstediğiniz genişliği ayarlayın */
}
}
@media (max-width: 400px){
.blog-name {
  display: block;
}
#hr-element{
    display:none;
}

}


/* yenilikler end (elave section)  */





























