.elementor-section .elementor-container {
  margin-left: -15px;
  margin-right: -15px;
}

.elementor-column {
  padding-right: 15px;
  padding-left: 15px;
}

.elementor-widget.elementor-widget-spacer {
  margin-bottom: 0;
}

.elementor-widget:not(:last-child) {
  margin-bottom: 0;
}

.elementor-column-gap-default>.elementor-column>.elementor-element-populated {
  padding: 0;
}

.elementor-section.elementor-section-boxed > .elementor-container {
  max-width: none;
}

/* Home Page First Style */
.elementor .home-page-first-style {
  position: relative;
  min-height: 100vh;
  margin-top: -50px;
  width: calc(100% + 140px) !important;
  margin-left: -70px;
  margin-bottom: -70px;
}

.home-page-first-style .title-block h2 {
  font-size: 60px;
  line-height: 74px;
  margin: 0;
  text-align: center;
}

.home-page-first-style .title-block .sp-subtitle {
  color: #888;
  font-size: 21px;
  font-weight: 300;
  margin: 5px 0;
  text-align: center;
}

.home-page-first-style .mask {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(10,10,10,.45);
}

.start-page .section-inner {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-attachment: fixed;
  background-position: 50%;
  background-size: cover;
  -webkit-background-size: cover;
  background-attachment: scroll;
  background-position: center center;
  background-repeat: no-repeat;
}

.start-page .img-slider, .start-page .img-slider .img-slider-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}

.start-page .img-slider .img-slider-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  color: transparent;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: none;
  opacity: 1;
  z-index: 1;
  -webkit-backface-visibility: hidden;
}

.owl-stage-outer,
.start-page .img-slider .owl-stage {
  height: 100%;
}

.start-page .img-slider .owl-item {
  z-index: 100;
  height: 100%;
}

.text-rotation {
  display: block;
  width: 100%;
  position: relative;
}

@media only screen and (max-width: 1024px) {
  .home-page-first-style .title-block h2 {
    font-size: 48px;
    line-height: 56px;
    margin: 0 0 10px;
    text-align: center;
  }
}
/* /Home Page First Style */


.elementor-widget-kerge-home-page-second .section-inner.start-page-full-width {
    position: relative;
    margin-top: -55px;
    width: calc(100% + 140px) !important;
    margin-left: -70px;
}

@media only screen and (max-width: 991px) {
  .elementor-widget-kerge-home-page-second .section-inner.start-page-full-width {
    position: relative;
    margin-top: -55px;
    width: calc(100% + 60px) !important;
    margin-left: -30px;
  }
}

/* Services */
.info-block-w-icon {
    margin-bottom: 25px;
}

.info-block-w-icon .ci-icon {
    display: table-cell;
    width: 54px;
    padding-right: 25px;
}

.info-block-w-icon i {
    position: relative;
    font-size: 42px;
    color: #04b4e0;
    opacity: .7;
    margin-bottom: 10px;
}

.info-block-w-icon svg {
  height:  42px;
  width: auto;
}

.info-block-w-icon .ci-text h4 {
    margin: 8px 0;
}

.info-block-w-icon .ci-text p {
    font-size: .95em;
}


/* Info List */
.info-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.info-list ul li {
  margin-bottom: 10px;
}

.info-list .title {
  color: #04b4e0;
  margin-right: 5px;
  font-weight: 600;
}

/* --- Clients --- */
.clients.owl-carousel .client-block {
  padding: 15px;
  margin-bottom: 15px;
}

.client-block {
  text-align: center;
  padding: 5px 0;
  margin-bottom: 30px;
  opacity: 1;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.client-block img {
	max-width: 90%;
}
/* --- End of Clients --- */

/* --- Fun Fact --- */
.fun-fact {
  position: relative;
  text-align: center;
  width: 100%;
  display: block;
  margin: 0 0 15px;
  background: #fff;
  padding: 25px 10px 15px;
  border: 1px solid #e5e5e5;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.fun-fact:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-box-shadow: 0 12px 17px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 12px 17px rgba(0, 0, 0, 0.12);
  -o-box-shadow: 0 12px 17px rgba(0, 0, 0, 0.12);
  box-shadow: 0 12px 17px rgba(0, 0, 0, 0.12);
}

.fun-fact.gray-bg {
  background-color: #fcfcfc;
}

.fun-fact h4 {
  font-size: 16px;
  margin: 15px;
}

.fun-fact i {
  position: relative;
  font-size: 33px;
  margin-bottom: 6px;
  width: 33px;
  height: 33px;
}

.fun-fact .lm-info-block {
  font-size: 24px;
  font-weight: 400;
  display: block;
  margin: 10px 0;
  color: #04b4e0;
}

.fun-fact-block-value {
  color: #aaa;
  font-size: 36px;
  line-height: 50px;
  display: block;
  margin: 15px 0 10px;
}

.fun-fact-block-text {
  display: block;
}
/* --- /Fun Fact --- */

/* --- Fun Facts Second --- */
.fun-fact-second {
  position: relative;
  text-align: right;
  width: 100%;
  display: block;
  margin: 0 0 15px;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  overflow: hidden;
  -webkit-box-shadow: 0px 1px 5px rgb(0 0 0 / 15%);
  -moz-box-shadow: 0px 1px 5px rgb(0 0 0 / 15%);
  -o-box-shadow: 0px 1px 5px rgb(0 0 0 / 15%);
  box-shadow: 0px 1px 5px rgb(0 0 0 / 15%);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.fun-fact-second:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-box-shadow: 0 12px 17px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 12px 17px rgba(0, 0, 0, 0.12);
  -o-box-shadow: 0 12px 17px rgba(0, 0, 0, 0.12);
  box-shadow: 0 12px 17px rgba(0, 0, 0, 0.12);
}

.fun-fact-second.gray-bg {
  background-color: #fcfcfc;
}

.fun-fact-second h4 {
  font-size: 16px;
  margin: 5px 0 0;
}

.fun-fact-second i {
  position: absolute;
  font-size: 78px;
  color: #0099e5;
  margin-bottom: 0;
  width: 78px;
  height: 78px;
  left: -27px;
  bottom: auto;
  top: auto;
  opacity: 0.2;
}

.fun-fact-second .lm-info-block {
  font-size: 24px;
  font-weight: 400;
  display: block;
  margin: 10px 0;
  color: #0099e5;
}

.fun-fact-second .fun-fact-block-value {
  color: #9baab3;
  font-size: 36px;
  line-height: 50px;
  display: block;
  margin: 0;
}

.fun-fact-second .fun-fact-block-text {
  display: block;
}
/* --- End of Fun Facts Second --- */

/* --- Certificates --- */
.certificate-item {
  position: relative;
  display: table;
  table-layout: fixed;
  width: 100%;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  margin-bottom: 20px;
  -webkit-transition: all 2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

a > .certificate-item:hover {
	-webkit-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	-o-transform: translateY(-5px);
	transform: translateY(-5px);
	-webkit-box-shadow: 0 12px 17px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 12px 17px rgba(0, 0, 0, 0.12);
	-o-box-shadow: 0 12px 17px rgba(0, 0, 0, 0.12);
	box-shadow: 0 12px 17px rgba(0, 0, 0, 0.12);
}

.certi-logo {
  display: table-cell;
  width: 120px;
  height: 100%;
  background-color: #f5f5f5;
  padding: 25px;
  vertical-align: middle;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.certi-logo img {
  display: block;
  max-width: 100%;
}

.certi-content {
  display: table-cell;
  width: 100%;
  padding: 20px 25px;
  vertical-align: middle;
}

.certi-title h4 {
  font-size: 16px;
  margin: 0 0 5px;
}

.certi-id {
  font-size: .9em;
  color: #777;
}

.certi-date {
  font-size: .7em;
  color: #777;
  opacity: .7;
}

.certi-company {
  font-size: .7em;
  color: #777;
  opacity: .7;
}
/* --- End of Certificates --- */

/* --- Knowledges --- */
.knowledges {
  list-style: none;
  margin: 0;
  padding: 0;
}

.knowledges li {;
  display: inline-block;
  background-color: #0ba376;
  border-radius: 3px;
  color: #fff;
  padding: 5px 10px;
  line-height: 1.2;
  margin: 3px 2px;
  font-size: 13px;
}
/* --- End of Knowledges --- */

@media only screen and (max-width: 480px) {
  .timeline-second-style .timeline-item {
    position: relative;
    display: block;
  }

  .timeline-second-style .left-part {
    width: 100%;
    display: block;
    padding-left: 25px;
    min-height: 100%;
    text-align: left;
  }

  .timeline-second-style .divider {
    left: 0;
  }

  .timeline-second-style .right-part {
    width: 100%;
    display: block;
    padding-left: 25px;
    padding-right: 0;
  }
}


.kerge-skill-indicator {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  position: relative;
}

.kerge-skill-circle {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
}

.kerge-skill-circle svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
  z-index: 2;
}

.kerge-circle-bg {
  fill: none;
  stroke: #f0f0f0;
  stroke-width: 3px;
}

.kerge-circle-progress {
  fill: none;
  stroke: #27ae60;
  stroke-width: 3px;
  stroke-linecap: round;
  transition: stroke-dashoffset 1.5s ease-in-out;
}

.kerge-circle-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 10;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  z-index: 1;
}

.kerge-skill-value {
  font-size: 2.5rem;
  font-weight: 700;
  color: #333;
  line-height: 1;
}

.kerge-skill-percent {
  font-size: 1.5rem;
  font-weight: 600;
  color: #27ae60;
  margin-left: 2px;
}

.kerge-skill-name {
  font-size: 1rem;
  color: #888;
  margin-top: 5px;
  font-weight: 500;
}

@media (max-width: 768px) {
  .kerge-skill-indicator {
      max-width: 250px;
  }
  
  .kerge-skill-value {
      font-size: 2.2rem;
  }
  
  .kerge-skill-percent {
      font-size: 1.4rem;
  }
  
  .kerge-skill-name {
      font-size: 1.1rem;
  }
}

@media (max-width: 480px) {
  .kerge-skill-indicator {
      max-width: 200px;
  }
  
  .kerge-skill-value {
      font-size: 1.8rem;
  }
  
  .kerge-skill-percent {
      font-size: 1.2rem;
  }
  
  .kerge-skill-name {
      font-size: 1rem;
  }
}


.kerge-dot-skills-css {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.skill-item {
    width: 100%;
}

.skill-info {
  display: inline-block;
  position: relative;
  width: 100%;
}

.skill-name {
    position: relative;
    float: left;
    margin-bottom: 0.75rem;
    font-size: 1rem;
}

.skill-item h5.additional-info {
    float: right;
    padding: 5px 10px;
    background: #eee;
    display: inline-block;
    border-radius: 20px;
    color: #333;
    font-size: 0.8rem;
    line-height: 1rem;
}

.skills-dots-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(8px, auto));
    gap: 6px;
    align-items: center;
}

.skill-dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #cccccc;
    border-radius: 50%;
    transition: background-color 0.2s ease;
}

.skill-dot.filled {
    background-color: #000000;
}

@media (max-width: 768px) {
    .skills-dots-grid {
        gap: 4px;
    }
    
    .skill-dot {
        width: 6px;
        height: 6px;
    }
    
    .skills-dots-grid {
        grid-template-columns: repeat(auto-fit, minmax(6px, auto));
    }
}

@media (max-width: 480px) {
    .skills-dots-grid {
        gap: 3px;
    }
}

@media (max-width: 640px) {
    .skill-item .skills-dots-grid {
        max-width: 100%;
        grid-auto-flow: row dense;
    }
}

/* Timeline */
.timeline-third-style .timeline-item {
  position: relative;
  padding: 25px 0 20px 40px;
}

.timeline-third-style .timeline-item:before {
  content: '';
  position: absolute;
  display: block;
  height: 100%;
  background-color: #f5f6f9;
  width: 1px;
  left: 15px;
  bottom: 5px;
}

.timeline-third-style .timeline-item:after {
  content: '';
  position: absolute;
  display: block;
  height: 1px;
  background-color: #f5f6f9;
  width: calc(100% - 15px);
  left: 15px;
  bottom: 3px;
}

.timeline-third-style .timeline-item:first-child {
  padding-top: 3px;
}

.timeline-third-style .timeline-item:last-child:after {
  display: none;
}

.timeline-third-style .timeline-item:last-child {
  margin-bottom: 30px;
}

.timeline-third-style .timeline-item h5.item-period {
  display: inline-block;
  position: relative;
  font-size: 12px;
  font-weight: 500;
  margin: 0 0 5px -40px;
  color: #222;
  background-color: #fff;
  padding: 0 10px;
  line-height: 23px;
  border: 2px solid #a6a7a8;
  border-radius: 3px;
}

.timeline-third-style .timeline-item .item-company {
  display: inline-block;
  font-size: 13px;
  color: #9e9e9e;
  margin-left: 7px;
}

.timeline-third-style .timeline-item .item-title {
  font-size: 16px;
  margin: 10px 0;
}

.timeline-third-style .timeline-item p {
  font-size: .95em;
}
/* /Timeline */