@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
:root{
    --background-color: #fff8ee !important;
    --dark-orange-bg: #FAB758 !important;
    --white-color: #fff !important;
    --bs-white-rgb: rgb(255, 255, 255) !important;
    --heading-color: #343F52 !important;
    --paragraph-color: #60697B !important;
    --black-color: #000 !important;
    --sub-heading: #AAB0BC !important;
    --bold-font-weight: bold !important;
    --heading-font-size: 60px !important;
    --secondary-color: #FA6658 !important;
}
body{
    margin: 0 auto;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
}
.navbar-toggler:focus {
  outline: none;
  box-shadow: none; /* Optionally, remove any box-shadow effect */
}
.title-md-services{
  display: none !important;
}
*{
    margin: 0;
    padding: 0;
}
html, body{
  overflow-x: hidden;
  width: 100%;
}
a, a:hover{
    text-decoration: none;
}
p{
    color: var(--paragraph-color);
    line-height: 30px;
    font-size: 18px;
}
#cursor {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  will-change: transform;
  mix-blend-mode: difference;
  z-index: 99999999;
}
.grecaptcha-badge { 
    visibility: hidden;
}
.cky-btn-revisit-wrapper.cky-revisit-bottom-left {
    visibility: hidden;
}

@media (hover: hover) and (pointer: fine) {
  .cursor__circle {
    width: 40px;
    height: 40px;
    margin-top: -50%;
    margin-left: -50%;
    border-radius: 50%;
    border: solid 1px rgba(227, 222, 193, 0.64);
    transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1),
      background-color 0.3s cubic-bezier(0.25, 1, 0.5, 1),
      border-color 0.3s cubic-bezier(0.25, 1, 0.5, 1),
      width 0.3s cubic-bezier(0.25, 1, 0.5, 1),
      height 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  }
  #cursor.arrow .cursor__circle{
    width: 128px;
    height: 128px;
    background-color: #073099;
    border-color: #073099;
  }
  
  #cursor.arrow::after{
    content: '';
    position: absolute;
    left: -50%;
    top: -50%;
    width: 100%;
    height: 100%;
    background-image: url('https://svgshare.com/i/MzQ.svg');
    background-repeat: no-repeat;
    background-position: center;
  }
  #cursor.arrow-without-icon .cursor__circle{
    width: 128px;
    height: 128px;
    background-color: #073099;
    border-color: #073099;
  }
  #cursor.arrow-without-icon::after{
    content: '';
    position: absolute;
    left: -50%;
    top: -50%;
    width: 100%;
    height: 100%;
  }
  
  #cursor.subtle .cursor__circle{
    opacity: 0.16;
  }
  
  #cursor.overlay .cursor__circle{
    width: 48px;
    height: 48px;
    background-color: rgba(227, 222, 193, 0.08);
    border-color: transparent;
  }
}
img.vert-move {
  -webkit-animation: mover 5s infinite  alternate;
  animation: mover 5s infinite  alternate;
}
img.vert-move {
  -webkit-animation: mover 5s infinite  alternate;
  animation: mover 5s infinite  alternate;
}
@-webkit-keyframes mover {
  0% {
    -webkit-transform: rotate(-1deg) translate(-2px,-2px);
    transform: rotate(-1deg) translate(-2px,-2px)
  }
  
  50% {
    -webkit-transform: rotate(1deg) translate(2px,2px);
    transform: rotate(1deg) translate(2px,2px)
  }
  
  to {
    -webkit-transform: rotate(-1deg) translate(-2px,-2px);
    transform: rotate(-1deg) translate(-2px,-2px)
  }
}

@keyframes mover {
  0% {
    -webkit-transform: rotate(-1deg) translate(-2px,-2px);
    transform: rotate(-1deg) translate(-2px,-2px)
  }
  
  50% {
    -webkit-transform: rotate(1deg) translate(2px,2px);
    transform: rotate(1deg) translate(2px,2px)
  }
  
  to {
    -webkit-transform: rotate(-1deg) translate(-2px,-2px);
    transform: rotate(-1deg) translate(-2px,-2px)
  } 
}
header{
    background: var(--background-color);
    padding: 20px 0;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
}
/* header img{
  width: 180px;
} */
header.is-sticky img{
  width: 150px;
}
header.is-sticky a.nav-link{
  font-size: 18px;
}
#fixedheader.is-sticky {
  background: rgba(255, 255, 255,.97);
  position: fixed;
  backdrop-filter: blur(10px);
  /* box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1); */
  padding: 8px 0 !important;
  z-index: 99;
  animation: slideDown 0.35s ease-out;
}
@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
.content-main{
  margin-top: 113px;
}
.work-alignments{
  display: none;
}
header a.nav-link{
    color: var(--black-color) !important;
    font-weight: 500;
    padding: 0 !important;
    font-size: 18px;
}
header li.nav-item{
  margin-right: 30px !important;
}
header a.nav-link:hover{
    color: var(--dark-orange-bg) !important;
}
header a.nav-link.active{
    color: #FAB758 !important;
}
header li.nav-item.last{
    margin-right: 0;
}
.header-banner{
    background: linear-gradient(180deg, rgba(255,248,238,1) 0%, rgba(255,255,255,1) 100%);
    padding: 60px 0;
}
.header-banner svg{
    width: 100%;
    height: 100%;
}
.svg-container {
    width: 50px; /* Adjust the size as needed */
    height: 50px; /* Adjust the size as needed */
  }
.header-banner svg .rotate-circle{
    animation: rotate 3s linear infinite;
    transform-origin: 160% 160%;
}
.header-banner svg .rotate-circle-2{
    animation: rotate 3s linear infinite;
    transform-origin: 200% 229%;

}

.dropdown-toggle::after{
  display: none;
}

@keyframes rotate {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
.header-banner .text{
    padding-top: 80px;
}
.header-banner h1{
    color: var(--heading-color);
    font-size: 70px;
    font-weight: 700;
    max-width: 800px;
}
.header-banner h1 span{
  color: var(--secondary-color);
}
.header-banner p{
    padding: 20px 0 25px 0;
    width: 100%;
}
.dark-orange-btn{
    padding: 15px 25px;
    border-radius: 50px;
    transition: 0.25s ease;
    position: relative;
    border: 1px solid var(--dark-orange-bg);
    overflow: hidden;
    max-height: 56px;
}
.dark-orange-btn span{
    color: var(--white-color) !important;
    position: relative;
    z-index: 1;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 16px !important;
}
.dark-orange-btn:hover span{
    color: var(--dark-orange-bg) !important;
}
.dark-orange-btn::after{
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: var(--dark-orange-bg);
    color: var(--white-color);
    width: 201%;
    padding-top: 150%;
    transition: 0.25s ease;
}
.dark-orange-btn:hover::after{
    left: -101%;
    top: 50%;
}
.dark-orange-btn:hover{
    color: var(--dark-orange-bg);
    background: var(--white-color);
}
.dark-red-btn{
  padding: 15px 25px;
  border-radius: 50px;
  transition: 0.25s ease;
  position: relative;
  border: 1px solid var(--secondary-color);
  overflow: hidden;
  max-height: 56px;
  margin-left: 10px;
}
.dark-red-btn span{
  color: var(--secondary-color) !important;
  position: relative;
  z-index: 1;
  font-weight: 500;
  text-transform: capitalize;
  font-size: 16px !important;
}
.dark-red-btn:hover span{
  color: var(--white-color) !important;
}
.dark-red-btn::after{
  transform: translate(-101%, -50%);
  left: 50%;
  top: 50%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: var(--secondary-color);
  color: var(--white-color);
  width: 201%;
  padding-top: 150%;
  transition: 0.25s ease;
}
.dark-red-btn:hover::after{
  left: 104%;
  top: 50%;
}
.dark-red-btn:hover{
  color: var(--white-color);
  background: var(--white-color);
}
.services{
    padding-top: 80px;
}
.services .section-heading{
    text-align: center;
}
.section-heading .span-center {
  /* text-align: left; */
  color: var(--sub-heading);
  font-size: 22px;
  font-weight: var(--bold-font-weight);
  text-transform: uppercase;
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
}
.section-heading .span-md-center {
  /* text-align: left; */
  color: var(--sub-heading);
  font-size: 22px;
  font-weight: var(--bold-font-weight);
  text-transform: uppercase;
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
}
.section-heading .span-left {
  /* text-align: left; */
  color: var(--sub-heading);
  font-size: 22px;
  font-weight: var(--bold-font-weight);
  text-transform: uppercase;
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
}
.left-and-center{
  text-align: center;
}
.service-section-heading span{
  color: var(--sub-heading);
  font-size: 22px;
  font-weight: var(--bold-font-weight);
  text-transform: uppercase;
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
}
.section-heading h2{
    color: var(--heading-color);
    font-size: var(--heading-font-size);
    font-weight: var(--bold-font-weight);
    margin: 0 auto;
    max-width: 1300px;
}
.section-heading h2 b{
  color: var(--secondary-color);
}
.services .blocks-inner{
    position: relative;
}
.services .blocks{
    margin-top: 40px;
}
.services .blocks .block{
    min-height: 360px;
    border: 0;
    padding: 30px 20px;
    transition: all 1s;
}
/* .services .blocks .block img.icon{
  -webkit-transition: 0.9s ease-out;
  -moz-transition:  0.9s ease-out;
  transition:  0.9s ease-out;
}
.services .blocks .block:hover img.icon{
  -webkit-transform: rotateZ(360deg);
  -moz-transform: rotateZ(360deg);
  transform: rotateZ(360deg);
} */
.move-up:hover{
  transition: all .5s;
  transform : translateY(-10px);
}

.inner-shadow{
    box-shadow: 0 0 0 0.05rem rgba(8,60,130,.06), 0 0 1.25rem rgba(30,34,40,.04);
}
.outer-shadow{
    box-shadow: 0 .25rem 1.75rem rgba(30,34,40,.07)!important;
}
.services .blocks .block h5{
    font-size: 25px;
    color: var(--heading-color);
    font-weight: var(--bold-font-weight);
    margin: 15px 0;
}
.services .blocks .block p{
  line-height: 28px;
  font-size: 18px;
}
.services .blocks .block a{
    margin-top: 15px;
    font-size: 20px;
    font-weight: var(--bold-font-weight);
}
.services .blocks .block i{
    margin-left: 5px;
}
.services .blocks .block.advance-data a{
    color: #0071BC;
}
.services .blocks .block.web-development a{
    color: #7ADBEC;
}
.services .blocks .block.app-development a{
    color: #F88125;
}
.services .blocks .block.ui-ux a{
    color: #C8094F;
}
.rotating-circle.rotating-circle-bottom{
    position: absolute;
    right: -90px;
    bottom: -70px;
}
.rotating-circle.rotating-circle-top{
    position: absolute;
    left: -90px;
    top: -70px;
}
.rotating-circle svg
{
    width: 150px;
}
.rotating-circle circle
{
    stroke: #C8094F;
    fill: transparent;
    stroke-dasharray: 1.5708; /* ½π */
}
.rotating-circle.rotating-circle-top circle{
    stroke: #0071BC;
}
.rotating-circle #rotate-clockwise, #rotate-counter-clockwise
{
    animation: 12s linear infinite;
}
.rotating-circle #rotate-clockwise
{
    animation-name: rotation-clockwise;
}
.rotating-circle #rotate-counter-clockwise
{
    animation-name: rotation-counter-clockwise;
}

@keyframes rotation-clockwise
{
    from { transform: rotate(0) }
    to   { transform: rotate(360deg) }
}

@keyframes rotation-counter-clockwise
{
    from { transform: rotate(360deg) }
    to   { transform: rotate(0) }
}
.why-choose{
    padding: 128px 0;
    background: linear-gradient(0deg,rgba(255,248,238,1),rgba(255,255,255,1) 100%);
}
.why-choose .section-heading{
    padding-top: 0;
}
.why-choose .section-heading h2, .why-choose .section-heading p, .principles .section-heading h2, .principles .section-heading p, .experties .section-heading h2, .experties .section-heading p{
    margin-bottom: 25px !important;
}
.header-banner .image{
  text-align: end;
  position: relative;
}
.header-banner img{
  max-width: 650px;
  width: 100%;
}
/* .animated-chatbot-image.mega-menu-open .animated-chatbot{
  display: none;
} */

.animated-chatbot{
  position: absolute;
  top: 239px;
  right: -470px;
  left: 0;
}
.animated-chatbot .head {
  width: 100px;
  height: 75px;
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  bottom: 150px;
  background: #1f2428;
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  margin: auto;
  z-index: 1;
}

.animated-chatbot .face {
  width: 65px;
  height: 40px;
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  bottom: 150px;
  background: #f6eada;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  margin: auto;
  z-index: 2;
}

.animated-chatbot .right-eye {
  position: absolute;
  top: -50px;
  left: 0;
  right: 25px;
  bottom: 150px;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #1f2428;
  z-index: 3;
  margin: auto;
}

.animated-chatbot .left-eye {
  position: absolute;
  top: -50px;
  left: 25px;
  right: 0;
  bottom: 150px;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #1f2428;
  z-index: 3;
  margin: auto;
}

.animated-chatbot .body {
  width: 115px;
  height: 120px;
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  bottom: 0;
  background: #1f2428;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 100px;
  margin: auto;
  /* z-index: 1; */
}

.animated-chatbot .left-arm {
  width: 100px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  right: 230px;
  bottom: 25px;
  background: #1f2428;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 10px;
  margin: auto;
  animation: hand 2s linear infinite;
}

.animated-chatbot .right-arm {
  width: 100px;
  height: 30px;
  position: absolute;
  top: 50px;
  left: 165px;
  right: 0;
  bottom: 0;
  background: #1f2428;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 50px;
  margin: auto;
  transform: rotatez(90deg);
}

@keyframes hand {
  0% {
    transform: translatey(-40px) rotatez(45deg);
  }
  50% {
    transform: translatey(0px) rotatez(-0deg);
  }
  100% {
    transform: translatey(-40px) rotatez(45deg);
  }
}



.why-choose img{
  max-width: 620px;
  width: 100%;
}
.principles{
    padding: 110px 0 128px 0;
    position: relative;
}
.angled::before{
    border-right-color: transparent!important;
    border-left-width: 100vw !important;
    border-top-width: 4rem !important;
    top: -4rem;
    content: "";
    display: block;
    position: absolute;
    right: 0;
    z-index: 0;
    border-width: 0;
    border-style: solid;
    border-top-color: transparent!important;
    border-bottom-color: transparent!important;
    border-color: rgb(255, 255, 255);
}
.angled-right-upwards-bottom:before{
    /* border-right-color: transparent!important; */
    border-right-width: 100vw !important;
    border-top-width: 4rem !important;
    top: -4rem;
    content: "";
    display: block;
    position: absolute;
    right: 0;
    z-index: 0;
    border-width: 0;
    border-style: solid;
    border-top-color: transparent!important;
    border-bottom-color: transparent!important;
    border-color: rgb(255, 255, 255);
}
.principles .section-heading{
    padding-top: 30px;
}
.principles .section-heading h2{
    max-width: 605px;
    margin-left: 0;
}
.principles .blocks{
    padding-right: 60px;
}
.principles .blocks .block{
  transition: all 1s;
}
.move-right:hover{
  transition: all .5s;
  transform : translateX(10px);
}
.move-left:hover{
  transition: all .5s;
  transform : translateX(-10px);
}
.principles .blocks .block-body{
    padding: 25px;
}
.principles .blocks span.circle{
    width: 60px;
    height: 60px;
    border-radius: 100%!important;
    background: var(--background-color);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.principles .blocks span.number{
    display: table-cell;
    text-align: center;
    margin: 0 auto;
    vertical-align: middle;
    font-size: 18px;
    font-weight: var(--bold-font-weight);
    color: var(--secondary-color);
}
.principles .blocks h4{
    font-size: 22px;
    color: var(--heading-color);
    font-weight: var(--bold-font-weight);
}
.principles .blocks p{
    color: var(--paragraph-color);
}
.mr-64{
    margin-right: 64px;
}
.ml-24{
    margin-left: 24px;
}
.mt-24{
    margin-top: 24px;
}
.experties{
  background: var(--background-color);
  padding: 90px 0;
}
.experties img{
  max-width: 100%;
  margin-top: 60px;
}
.angled-up-left::after{
  content: "";
  display: block;
  position: absolute;
  right: 0;
  z-index: 0;
  border-width: 0;
  border-style: solid;
  border-top-color: transparent!important;
  border-bottom-color: transparent!important;
  border-left-color: transparent!important;
  border-right-width: 100vw;
  border-bottom-width: 4rem;
  bottom: -4rem;
  border-color: var(--bs-white-rgb);
}
.experties .section-heading{
  padding-top: 50px;
}
.experties-section{
    /* min-height: 100vh; */
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    height: 560px;
    overflow: hidden;
  }
  .experties-section .main:hover .anim-stop{
    -webkit-animation-play-state:paused;
    -moz-animation-play-state:paused;
    -o-animation-play-state:paused;
    animation-play-state:paused !important;
    cursor: pointer;
  }
  .experties-section .main {
    margin: 0px auto;
    width: 480px;
    height: 480px;
    position: relative;
  }
  .experties-section .big-circle {
    height: 100%;
    width: 100%;
    position: relative;
    border: 3px solid var(--dark-orange-bg);
    border-radius: 50%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    animation: Rotate 20s linear infinite;
    -webkit-animation: Rotate 20s linear infinite;
  }
  .experties-section .icon-block {
    width: 64px;
    height: 64px;
    position: absolute;
    border-radius: 50%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    background: var(--dark-orange-bg);
    box-shadow: 0 2px 4px 0 var(--dark-orange-bg);
    -webkit-box-shadow: 0 2px 4px 0 #FAB758;
  }
  .experties-section .icon-block img {
    margin: 0px auto;
    width: 70%;
    animation: Rotate-reverse 20s linear infinite;
    -webkit-animation: Rotate-reverse 20s linear infinite;
  }
  .experties-section .icon-block i {
    margin: 0px auto;
    font-size: 35px;
    color: #fff;
    animation: Rotate-reverse 20s linear infinite;
    -webkit-animation: Rotate-reverse 20s linear infinite;
  }
  .experties-section .icon-block i.fa-java{
    font-weight: var(--bold-font-weight);
  }
  .experties-section .icon-block:first-child {
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  .experties-section .icon-block:nth-child(2) {
    top: 50%;
    right: 0;
    transform: translate(50%, -50%);
    -webkit-transform: translate(50%, -50%);
  }
  .experties-section .icon-block:nth-child(3) {
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
    -webkit-transform: translate(-50%, 50%);
  }
  .experties-section .icon-block:nth-child(4) {
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  /* circle content */
  .experties-section .circle {
    animation: circle-rotate 20s linear infinite;
    -webkit-animation: circle-rotate 20s linear infinite;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    width: 75%;
    height: 75%;
    border: 3px solid var(--dark-orange-bg);
    border-radius: 50%;
  }
  .experties-section .circle .icon-block img {
    animation: img-rotate 20s linear infinite;
    -webkit-animation: img-rotate 20s linear infinite;
  }
  /* center logo */
  .experties-section .center-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  .experties-section .center-logo h4 {
    font-size: 22px;
    font-weight: var(--bold-font-weight);
    color: var(--dark-orange-bg);
    text-transform: uppercase;
  }
  
  /* keyframe animation */
  
  @keyframes Rotate {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
  
  @-webkit-keyframes Rotate {
    from {
      -webkit-transform: rotate(0deg);
    }
    to {
      -webkit-transform: rotate(360deg);
    }
  }
  
  @keyframes Rotate-reverse {
    from {
      transform: rotate(360deg);
    }
    to {
      transform: rotate(0deg);
    }
  }
  
  @-webkit-keyframes Rotate-reverse {
    from {
      -webkit-transform: rotate(360deg);
    }
    to {
      -webkit-transform: rotate(0deg);
    }
  }
  
  @keyframes circle-rotate {
    from {
      transform: translate(-50%, -50%) rotate(45deg);
    }
    to {
      transform: translate(-50%, -50%) rotate(405deg);
    }
  }
  
  @-webkit-keyframes circle-rotate {
    from {
      -webkit-transform: translate(-50%, -50%) rotate(45deg);
    }
    to {
      -webkit-transform: translate(-50%, -50%) rotate(405deg);
    }
  }
  
  @keyframes img-rotate {
    from {
      transform: rotate(-45deg);
    }
    to {
      transform: rotate(-405deg);
    }
  }
  
  @-webkit-keyframes img-rotate {
    from {
      -webkit-transform: rotate(-45deg);
    }
    to {
      -webkit-transform: rotate(-405deg);
    }
  }

  /* .testimonial-section-main{
    background: linear-gradient(0deg,rgba(255,255,255,1),rgba(255,248,238,1) 100%);
  } */

  .testimonial-inner-section{
    padding: 128px 0;
  }
  .testimonial-section-main #testimonial{
    position: relative;
  }
  .testimonial-section-main #testimonial::before{
    content: "";
    position: absolute;
    top: -80px;
    right: 0;
    left: 0;
    background-image: url(../images/world-map.png);
    width: 100%;
    height: 100%;
  }
  .testimonial-section-main .testimonial-section {
    text-align: center;
    background: #fff;
    padding: 30px 138px;
    max-width: 1076px;
    width: 100%;
    margin: 130px auto 0;
    border-radius: 10px;
    -webkit-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.25);
    box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.25);
    position: relative;
  }
  .testimonial-section-main .testimonial-section i{
    color: var(--secondary-color);
    font-size: 50px;
    margin-bottom: 35px;
  }
  
  .testimonial-section-main .each-testi p {
    margin-bottom: 35px;
  }
  
  .testimonial-section-main .each-testi p
 {
    font-size: 22px;
    line-height: 32px;
    font-weight: 500;
    color: #333;
  }
  .testimonial-section-main .each-testi h4{
    font-size: 30px;
  }
  .testimonial-section-main .each-testi h6{
    color: #727272;
    font-size: 22px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 0;
  }
  
  .testimonial-section-main .testimonial-section .btn-green {
    padding: 15px 75px;
  }
  
  .testimonial-section-main .testimonial-section .owl-theme .owl-dots,
  .testimonial-section-main .testimonial-section .global-content {
    margin-bottom: 20px;
  }
  
  .testimonial-section-main .testimonial-section .owl-theme .owl-dots .owl-dot:focus {
    outline: 0;
  }
  
  .testimonial-section-main .testimonial-section .owl-theme .owl-dots .owl-dot span {
    width: 40px;
    height: 4px;
    border-radius: 0;
    background: #cccccc;
  }
  
  .testimonial-section-main .testimonial-section .owl-theme .owl-dots .owl-dot.active span,
  .testimonial-section-main .testimonial-section .owl-theme .owl-dots .owl-dot:hover span {
    background: #0f1f93;
  }
  .testimonial-section-main .testimonial-section .owl-theme .owl-nav{
    position: absolute;
    width: 100%;
    top: -30px;
  }
  .testimonial-section-main .testimonial-section .owl-theme .owl-nav button.owl-prev{
    left: -200px;
    position: absolute;
    font-size: 60px;
    background: none;
    color: var(--secondary-color);
  }
  .testimonial-section-main .testimonial-section .owl-theme .owl-nav button.owl-next{
    right: -200px;
    position: absolute;
    font-size: 60px;
    background: none;
    color: var(--secondary-color);
  }
  footer{
    background: #343F52;
    padding: 40px 0;
  }
  footer .heading{
    min-height: 60px;
    display: flex;
    align-items: center;
  }
  footer .heading h5{
    font-size: 24px;
    color: var(--bs-white-rgb);
    font-weight: 500;
  }
  footer p, footer a{
    font-size: 18px;
  }
  footer p, footer a, .bottom-footer .bottom-footer-inner a{
    color: #fff;
  }
  footer a:hover{
    color: #fff;
  }
  footer i{
    font-size: 24px;
    color: var(--bs-white-rgb);
    margin-right: 10px;
    margin-top: 5px;
  }

  .flags {
    width: 25px;
    margin-top: 12px;
  }

  .bottom-footer{
    background: #343F52;
    color: #fff;
  }
  .bottom-footer .bottom-footer-inner{
    border-top: 1px solid rgba(255, 255, 255, .2);
    padding: 20px 0;
  }
  .bottom-footer .bottom-footer-inner a{
    margin-right: 20px;
  }
  .bottom-footer .bottom-footer-inner a:last-child{
    margin-right: 0;
  }
  .bottom-footer .bottom-footer-inner span{
    font-size: 14px;
  }
  .bottom-footer .bottom-footer-inner i{
    font-size: 24px;
  }
  /*About Page CSS*/

  .page-heading{
    background: var(--background-color);
    padding: 80px 0 150px 0;
  }
  .page-heading .heading{
    font-size: 50px;
    color: var(--heading-color);
    font-weight: 500;
  }
  .page-heading .breadcrumb a{
    color: var(--dark-orange-bg);
  }

  .vission-mission{
    padding: 60px 0;
    position: relative;
  }
  .vission-mission .blocks{
    padding-top: 80px;
  }
  .vission-mission .feature-block{
    padding: 30px 30px 33px 30px;
    background-color: #FFFFFF;
    transition: background 0.3s;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 10px 50px 0px rgb(26 46 85 / 10%);
    min-height: 350px;
    transition: all 1s;
  }
  .vission-mission .feature-block:hover{
    background: var(--secondary-color);
    color: #fff;
  }
  .vission-mission .feature-block:hover .icon i{
    background-color: var(--secondary-color);
  }
  .vission-mission .feature-block:hover .feature-content p,  .vission-mission .feature-block:hover .feature-content .title, .vission-mission .feature-block:hover .icon i{
    color: var(--white-color);
  }
  .vission-mission .feature-block .icon{
    margin-top: -61px;
    position: relative;
    text-align: center;
  }
  .vission-mission .feature-block .icon i{
    font-size: 30px;
    color: var(--heading-color);
    width: 80px;
    height: 80px;
    line-height: 65px;
    position: relative;
    margin-top: -8px;
    border: 10px solid #f3f3f3;
    background: var(--dark-orange-bg);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    transition: all ease 0.35s;
    -webkit-transition: all ease 0.35s;
  }
  .vission-mission .feature-block .feature-content{
    margin-top: 20px;
  }
  .vission-mission .feature-block .feature-content .title{
    font-size: 35px;
    font-weight: 500;
    margin-bottom: 15px;
    color: var(--black-color);
  }
  .who-we-are-section{
    background: linear-gradient(0deg,rgba(255,248,238,1),rgba(255,255,255,1) 100%);
    padding: 80px 0 70px 0;
  }
  .who-we-are-section svg{
    width: 2.6rem;
    height: 2.6rem;
  }
  .who-we-are-section svg .lineal-fill{
    fill: var(--secondary-color);
  }
  .who-we-are-section .image img{
    max-width: 100%;
  }
  .who-we-are-section .section-heading h5{
    font-size: 18px;
    color: var(--paragraph-color);
    font-weight: 500;
    margin: 20px 0;
  }
  .why-us{
    padding: 0;
    position: relative;
  }
  .why-us .blocks{
    margin-top: 40px;
  }
  .why-us .content{
    display: flex;
  }
  .why-us .content .title-desc{
    padding-left: 20px;
  }
  .why-us .content .icon {
    display: flex;
    justify-content: center;
  }
  .why-us .content .icon i{
    font-size: 40px;
    border: 1px solid #333;
    border-radius: 100%;
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #333;
    color: #fff;
    -webkit-transition: all 0.9s;
    transition: all 0.9s;
  }
  .why-us .content:hover .icon i{
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    background: var(--bs-white-rgb);
    color: var(--secondary-color);
    border-color: var(--secondary-color);
  }
  .why-us .content .title{
    font-size: 25px;
    color: var(--heading-color);
    font-weight: var(--bold-font-weight);
    margin: 15px 0;
  }
  .why-us .content .desc{
    color: var(--paragraph-color);
    line-height: 28px;
    font-size: 18px;
  }
  .get-quote-section{
    background: var(--secondary-color);
    padding: 40px 0;
    margin-top: 40px;
  }
  .get-quote-section h3{
    font-size: 25px;
    color: var(--white-color);
    font-weight: 500;
  }
  .get-quote-section a{
    color: var(--white-color);
    transition: all ease 0.35s;
    -webkit-transition: all ease 0.35s;
    font-weight: 500;
  }
  .get-quote-section a:hover{
    color: var(--white-color) !important;
    padding-left: 15px;
  }

  /*Contact Page CSS*/

  .page-heading.contact-page{
    padding: 80px 0 200px 0;
  }
  .map-address{
    margin: 40px 0;
  }
  .map-address .map-outer iframe{
    width: 100%;
    border-bottom-left-radius: 15px !important;
    border-top-left-radius: 15px !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .map-address .inner-section .address-outer{
    padding: 30px;
  }
  .map-address .inner-section .address-outer .icon{
    margin-right: 16px;
    font-size: 30px;
    color: var(--dark-orange-bg);
  }
  .map-address .inner-section .address-outer h5{
    font-size: 28px;
  }
  .map-address .inner-section .address-outer address{
    color: var(--paragraph-color);
    font-size: 18px;
    line-height: 30px;
  }
  #contact-form-section .inner-section .section-heading h2{
    font-size: 40px;
    max-width: 900px;
  }
  .contact-form-section .inner-section{
    margin-top: -145px;
    box-shadow: 0 0 0 0.05rem rgba(8,60,130,.06), 0 0 1.25rem rgba(30,34,40,.04);
    padding: 40px;
    position: relative;
    background: #fff;
    border-radius: 15px;
  }
  .contact-form-section .contact-form{
    margin-top: 80px;
    display: flex;
    align-items: center;
  }
  .contact-form-section .contact-form .form-control{
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    box-shadow: 0 0 1.25rem rgba(30,34,40,.04);
    border-radius: 0.4rem;
    border: 1px solid rgba(8,60,130,.07);
  }
  .contact-form-section .contact-form label{
    color: var(--paragraph-color);
  }
  .contact-form-section .contact-form .contact-btn{
    background: var(--dark-orange-bg);
    border: 1px solid var(--dark-orange-bg);
    color: #fff;
    max-height: 56px;
    border-radius: 50px;
    padding: 15px 25px;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
  }
  .contact-form-section .contact-form .contact-btn:hover{
    background-color: var(--bs-white-rgb);
    color: var(--dark-orange-bg);
  }


  /*Services Page CSS*/

  .services-section{
    padding: 60px 40px;
    position: relative;
  }
  .services-section .service-block-inner{
    border-bottom: 1px solid rgba(0,0,0,.15);
    position: relative;
    padding-top: 120px;
    overflow: hidden;
    z-index: 1;
  }
  .services-section .service-block-inner::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 10%;
    width: 10vw;
    height: 10vw;
    min-width: 80px;
    min-height: 80px;
    border-radius: 50%;
    background: #FAB758 !important;
    transform: translateY(50%);
    z-index: -1;
    animation: moveInfinite 20s infinite alternate;
  }
  @keyframes moveInfinite {
    0% {
        left: 0
    }

    to {
        left: 70%
    }
}
.services-section .service-block-inner .service-content{
  min-height: 500px;
  margin-bottom: 80px;
}
  .services-section .service-block-inner img{
    /* width: 100%; */
    height: 450px;
  }
  .services-section .service-block-inner .service-content span{
    color: rgba(0,0,0,.2);
    font-size: 100px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 40px;
    display: inline-block;
    width: 100%;
  }
  .services-section .service-block-inner .service-content h2{
    color: var(--heading-color);
    font-size: var(--heading-font-size);
    font-weight: var(--bold-font-weight);
    margin-bottom: 30px;
    display: inline-block;
  }
  .services-section .service-block-inner .service-content ul{
    list-style-type: disc !important;
    padding-left: 0 !important;
    margin-left:1em;
  }
  .services-section .service-block-inner .service-content li{
    color: var(--paragraph-color);
    margin-bottom: 15px;
  }
  .services-section .service-block-inner .service-content li:last-child{
    margin-bottom: 0;
  }
  .faq-section .accordion-outer{
    padding-top: 80px;
  }
  .faq-section .accordion-button:not(.collapsed){
    background: var(--dark-orange-bg);
    color: var(--heading-color);
  }
  .faq-section .accordion-button:focus{
    border-color: var(--background-color);
    box-shadow: none;
  }
  .faq-section .accordion-button{
    font-size: 25px;
  }
  .faq-section .accordion-body{
    font-size: 20px;
    line-height: 28px;
  }
  .faq-section{
    padding-top: 80px;
    padding-bottom: 20px;
  }
  .shine-overlay{
    position: relative;
    overflow: hidden;
  }
  .shine-overlay:hover .shine{
    display: block;
  }
  .shine {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    background: -webkit-gradient(linear,left top,right top,from(rgba(255,255,255,0)),color-stop(50%,rgba(255,255,255,.8)),to(rgba(255,255,255,0)));
    background: linear-gradient(to right,rgba(255,255,255,0) 0,rgba(255,255,255,.8) 50%,rgba(255,255,255,0) 100%);
    pointer-events: none;
    z-index: 3;
    opacity: 0;
    transform: skew(30deg);
    animation: shine 0.75s linear 1;
  }
  @keyframes shine {
    0% {
      left: -50%;
      opacity: 0;
    }
    50% {
      left: 25%;
      opacity: .5;
    }
    100% {
      left: 100%;
      opacity: 0;
    }
  }
  /* .top-dark-gradient{
    position: relative;
  }
  .top-dark-gradient:before{
    background: linear-gradient(180deg, rgba(255,248,238,1) 0%, rgba(255,255,255,1) 100%);
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX( -50%);
    height: 100%;
    width: 100vw;
    z-index: -1;
  }
  html {
    overflow-x: hidden;
  } */
  



  /*Expertise Page CSS*/


  .expertise-section{
    position: relative;
  }
  .expertise-section .block{
    padding-top: 80px;
  }
  .expertise-section .blocks .icon{
    display: flex;
    align-items: center;
    gap: 1rem;
    min-height: 50px;
  }
  .expertise-section .blocks .content{
    margin-bottom: 50px;
    /* min-height: 500px; */
  }
  .expertise-section .blocks h3{
    margin: 20px 0 !important;
    display: inline-block;
    font-size: 40px;
  }
  .expertise-section .blocks p{
    margin-bottom: 20px !important;
  }
  .expertise-section .blocks .icon img{
    width: 50px;
    height: 50px;
  }
  
  .expertise-section .blocks.ai-blocks{
    position: relative;
    padding: 100px 0;
  }
  .expertise-section .blocks.web-development-blocks{
    background: linear-gradient(0deg,rgba(255,255,255,1),rgba(255,248,238,1) 100%);
    padding: 120px 0 0 0;
  }
  .expertise-section .blocks.mobile-development-blocks{
    padding: 100px 0;
    position: relative;
  }
  .expertise-section .blocks.ui-ux-blocks{
    background: linear-gradient(0deg,rgba(255,255,255,1),rgba(255,248,238,1) 100%);
    padding: 120px 0;
  }

  /*Mega Menu CSS*/

  .mega-menu h3.mega-menu-heading{
    margin-bottom: 30px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    color: var(--dark-orange-bg);
  }
  .mega-menu  li{
    margin-bottom: 20px;
  }
  .mega-menu  li a{
    color: var(--paragraph-color);
    display: inline-block;
  }
  .mega-menu .dropdown-header{
    padding: .5rem 0;
    color: var(--heading-color);
    font-weight: var(--bold-font-weight);
    font-size: 16px;
    padding-left: 10px;
  }
  .mega-menu .heading{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }
  .mega-menu .heading img{
    width: 40px;
  }


  .wpcf7-not-valid-tip{
    font-size: 16px !important;
  }

  .container-padding{
    padding: 0 40px;
  }

  .block.inner-shadow.outer-shadow.mr-64.move-right {
    margin-top: 24px;
}



  @media (min-width: 1400px){
    #fixedheader .container{
      max-width: 100%;
      padding: 0 40px;
    }
    .container{
      max-width: 1620px;
    }
    
  }

  @media (max-width: 1400px){
    .container-padding{
      padding: 0;
    }
    .services .blocks .block{
      min-height: 435px;
    }
  }


  @media screen and (min-width: 992px){

    header li.nav-item{
      min-height: 67px;
      align-items: center;
      display: flex;
      padding: 0 15px;
    }
    .navbar{
      padding-bottom: 0 !important;
    }
    /* .nav-item.ktm-mega-menu:hover{
      background: #fff;
    } */
    .nav-item.ktm-mega-menu:hover .nav-link{
      color: var(--dark-orange-bg) !important;
    }
    header li.nav-item{
      margin-right: 5px;
    }
    header{
      padding-bottom: 20px !important;
    }
    
    .dropdown-menu {
      width: 13rem;
      border: none;
      box-shadow: 0 0 0 0.05rem rgba(8,60,130,.06), 0 0 1.25rem rgba(30,34,40,.04);
      border-radius: 15px;
    }
    .mega-submenu {
      left: 100%;
      top: 0;
      min-width: 25rem;
    }
    .ktm-mega-menu {
      position: static;
    }
    .mega-menu {
      left: 0;
      right: 0;
      width: 100%;
      top: 100%;
    }
    .mega-menu .bdr-right{
      border-right: 1px solid #eee;
    }
    .mega-menu ul.last-child{
      border-right: 0;
    }
    .mega-menu  li a::after{
      display      : block;
      content      : '';
      border-bottom: solid 2px var(--dark-orange-bg);
      transform    : scaleX(0);
      transition   : transform 300ms ease-in-out;
      transform-origin: 0 50%;
    }
    .mega-menu  li a:hover::after{
      transform: scaleX(1);
    }
    .dropdown-menu li {
      position: relative;
    }
    .dropdown-menu .submenu {
      display: none;
      left: 100%;
      top: 0;
    }
    .dropdown-menu>li:hover>.submenu,
    .dropdown:hover>.dropdown-menu {
      display: block;
    }
  }
  @media screen and (max-width: 1199px){
    .navbar-nav{
      margin-top: 20px;
    }
    .vission-mission .feature-block {
      min-height: 410px;
    }
    header a.nav-link{
      margin-bottom: 15px;
    }
    .rotating-circle{
      display: none;
    }
    .header-banner .text, .why-choose .section-heading{
      padding-top: 0;
    }
    .header-banner h1{
      font-size: 50px;
      max-width: none;
    }
  }
  @media screen and (max-width: 991px){
    .map-address .inner-section .address-outer {
      padding: 0 30px;
    }
    .section-heading .span-left {
      text-align: left;
      color: var(--sub-heading);
      font-size: 22px;
      font-weight: var(--bold-font-weight);
      text-transform: uppercase;
      margin-bottom: 10px;
      display: inline-block;
      width: 100%;
    }
    .services-section{
      padding: 60px 20px;
      position: relative;
    }
    .image-left{
      text-align: left !important;
    }
    .service-section-heading span{
      text-align: center;
    }
    .work-alignments{
      display: block;
    }
    .why-us .blocks {
      margin-top: 40px;
    }
    .vission-mission {
      padding: 60px 0 0 0;
    }
    .why-us {
      padding: 0;
    }
    .services .blocks .block{
      min-height: 360px;
    }
    .showing{
      display: none;
    }
    .blocks-spacing{
      padding-top: 0 !important;
      margin-bottom: 40px;
    }
    .resize-heading{
      font-size: 50px !important;
      text-align: left !important;
    }
    .heading-size{
      font-size: 50px !important;
    }
    .exp-heading-size{
      font-size: 50px !important;
      text-align: left !important;
    }
    .padding-sides{
      padding: 0;
    }
    .side-space{
      padding: 0 140px;
    }
    .header-banner p{
      max-width: none;
    }
    .dropdown-toggle::after{
      display: none;
    }
    .header-banner .image{
      margin-top: 50px;
    }
    .services .blocks .block{
      margin-bottom: 30px;
    }
    .principles .blocks{
      padding-right: 0;
    }
    .mr-64{
      margin-right: 0;
    }
    .ml-24{
      margin-left: 0;
    }
    .principles{
      padding: 110px 0 60px 0;
    }
    .principles .blocks{
      padding-top: 60px;
    }
    .experties-section{
      margin-top: 40px;
    }
    .header-banner .text, .why-choose .section-heading{
      margin-bottom: 24px;
    }
    .testimonial-section-main .testimonial-section .owl-theme .owl-nav button.owl-prev{
      left: -100px;
    }
    .testimonial-section-main .testimonial-section .owl-theme .owl-nav button.owl-next{
      right: -100px;
    }
    .mb-md-20{
      margin-bottom: 20px !important;
    }
    .vission-mission .feature-block{
      min-height: auto;
      margin-bottom: 80px;
    }
    .vission-mission .feature-block.last-child{
      margin-bottom: 0;
    }
    .contact-form-section .contact-form{
      display: block;
    }
    .dark-orange-btn{

    }
  }
  @media screen and (max-width: 767px){
    .title-services{
      display: none !important;
    }
    .title-md-services{
      display: block !important;
    }
    .section-heading .span-md-center {
      text-align: left;
    }
    .expertise-section .blocks.ai-blocks {
      padding: 40px 0;
    }
    .expertise-section .block {
      padding-top: 40px;
    }
    .testimonial-section-main .each-testi h4 {
      font-size: 25px;
    }
    .testimonial-section-main .each-testi p {
      font-size: 18px;
    }
    .header-banner .image {
      margin-top: 20px;
    }
    .padding-zero{
      padding: 0;
    }
    .header-banner {
      padding: 20px 0;
    }
    .dark-orange-btn {
      padding: 15px 15px;
    }
    .dark-red-btn {
      padding: 15px 15px;
    }
    .vission-mission {
      padding: 30px 0 0 0;
    }
    .vission-mission .blocks {
      padding-top: 55px;
    }
    .services-section .service-block-inner {
      padding-top: 50px;
    }
    .faq-section {
      padding-top: 60px;
      padding-bottom: 20px;
    }
    .faq-section .accordion-outer {
      padding-top: 30px;
    }
    .faq-section .accordion-button {
      font-size: 20px;
    }
    /* .margin-b-last{
      margin-bottom: 35px;
    } */
    .faq-section .accordion-body {
      font-size: 16px;
      line-height: 24px;
    }
    .section-heading span {
      margin-bottom: 0px;
    }
    footer .heading {
      min-height: 0px;
    }
    .services-section .service-block-inner .service-content span {
      font-size: 50px;
    }
    .font-service-headings{
      font-size: 35px !important;
    }
    .services-section .service-block-inner .service-content span {
      margin-bottom: 20px;
    }
    .footer-margin{
      margin-top: 20px;
    }
    .mb-md-20 {
      margin-bottom: 8px !important;
    }
    .section-padding{
      padding: 30px 20px 20px 20px;
    }
    .services .blocks .block a {
      font-size: 18px;
    }
    .resize-heading{
      font-size: 28px !important;
      text-align: left !important;
      padding-left: 0 !important;
    }
    .who-we-are-section, .why-us {
      padding: 0;
    }
    .services .blocks .block{
      min-height: 0;
    }
    .heading-size{
      font-size: 28px !important;
    }
    .exp-heading-size{
      font-size: 28px !important;
      text-align: left !important;
    }
    body .page-heading{
      padding: 120px 0 25px 0 !important;
    }
    .header-banner h1{
      font-size: 28px;
    }
    .section-heading h2{
      font-size: 35px;
    }
    .section-heading{
      text-align: left;
    }
    .angled::before, .angled-up-left::after, .angled-right-upwards-bottom:before{
      content: none;
    }
    .principles, .why-choose, .testimonial-inner-section{
      padding: 40px 0;
    }
    .principles .section-heading{
      padding-top: 0;
    }
    .services{
      padding-top: 30px;
    }
    .testimonial-section-main .testimonial-section{
      padding: 30px 50px;
      margin: 60px auto 0;
    }
    .testimonial-section-main .testimonial-section .owl-theme .owl-nav button.owl-prev{
      left: -45px;
    }
    .testimonial-section-main .testimonial-section .owl-theme .owl-nav button.owl-next{
      right: -45px;
    }
    .experties{
      padding-bottom: 60px;
    }
    .experties-section .main{
      width: 350px;
      height: 350px;
    }
    .who-we-are-section .icon{
      text-align: left;
      padding-top: 10px;
    }
    .why-us .blocks{
      margin-top: 0px;
    }
    .get-quote-section h3{
      font-size: 28px;
    }
    .expertise-section .blocks.ui-ux-blocks, .expertise-section .blocks.mobile-development-blocks{
      padding: 60px 0;
    }
    .expertise-section .blocks.web-development-blocks{
      padding: 60px 0 0 0;
    }
    .principles .blocks{
      padding-top: 20px;
    }
    .experties img {
      max-width: 100%;
      margin-top: 20px;
      margin-bottom: 60px;
    }
    .experties {
      background: var(--background-color);
      padding: 0;
    }
  }
  @media screen and (max-width: 576px){
    .services-section .service-block-inner .service-content span {
      margin-bottom: 10px;
    }
    .services-section .service-block-inner .service-content span {
      font-size: 40px;
    }
    .font-service-headings {
      font-size: 28px !important;
    }
    .services-section .service-block-inner img {
      height: 280px;
    }
    .container-padding {
      padding: 0 10px;
    }
        .margin-ten{
        margin-left: 10px;
    }
    .logo-width{
      width: 170px;
    }
    .experties-section{
      height: 380px;
    }
    .experties-section .main{
      width: 300px;
      height: 300px;
    }
    .experties-section .icon-block{
      width: 50px;
      height: 50px;
    }
    .experties-section .center-logo h4{
      font-size: 18px;
    }
    .container-padding {
      padding: 0 10px;
    }
  }


  @media screen and (max-width: 428px){

    .talk-expert{
      margin-left: 0 !important;
    }

    .bottom-footer .bottom-footer-inner a {
      margin-right: 7px;
    }

    .bottom-footer .bottom-footer-inner a {
      margin-right: 7px;
    }

    .bottom-footer .bottom-footer-inner i {
      font-size: 18px;
    }

    .bottom-footer .bottom-footer-inner span {
      font-size: 12px;
    }
  }