@media (min-width: 1400px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1320px;
    }
}

img.img.animated {
    max-width: 100%;
  }
  
@-webkit-keyframes up-down {
    0% {
      transform: translateY(10px);
    }
    100% {
      transform: translateY(-10px);
    }
  }
  
  @keyframes up-down {
    0% {
      transform: translateY(10px);
    }
    100% {
      transform: translateY(-10px);
    }
  }

  @media (max-width: 991px) {
   .animated {
      -webkit-animation: none;
      animation: none;
    }
  }
  .animated {
    margin-top: 34px;
    animation: 2s ease-in-out 0s infinite alternate-reverse both running up-down;
  }

  section#about {
    padding: 6px 0px 38px 0px;
    background: #f0f8ffcc;
}
.section-title {
    text-align: center;
    /* padding-bottom: 30px; */
}
h2.heading-cus {
    padding: 30px 0px;
}
.section-title h2 {
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    color: #222222;
}
/* .google-maps {
    border: 3px solid #f45a2a;
} */
section.map-cus {
    box-shadow: rgb(0 0 0 / 91%) 0px 5px 14px;
    border: 2px solid #fff;
}
.section-title h2::after {
    content: "";
    vertical-align: super;
    margin-left: 12px;
    width: 51px;
    height: 2px;
    background: #f45a2a;
    display: inline-block;
}
.section-title h2::before {
    content: "";
    vertical-align: super;
    margin-right: 12px;
    width: 51px;
    height: 2px;
    background: #f45a2a;
    display: inline-block;
}
.about .content .btn-learn-more {
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 32px;
    border-radius: 50px;
    transition: 0.3s;
    line-height: 1;
    color: #f45a2a;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    margin-top: 6px;
    border: 2px solid #f45a2a;
}
/* services */
.ser-sec {
    padding: 20px 0px;
}
h2.heading-cus {
    padding: 30px 0px;
}
.section-title h2 {
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    color: #222222;
}
.service-box {
    position: relative;
    overflow: hidden;
    margin-bottom: 50px;
    BORDER-RADIUS: 28px;
    box-shadow: 0 0 29px 0 rgb(68 88 144 / 12%);
    perspective: 1000px;
    -webkit-perspective: 1000px;
}
.card-1 {
    background-size: cover !important;
    background: url(https://img.freepik.com/free-vector/usability-testing-concept-illustration_114360-1571.jpg?t=st=1653472333~exp=1653472933~hmac=b27d408…&w=740);
}
.service-icon {
    width: 100%;
    height: 220px;
    padding: 20px;
    text-align: center;
    transition: all .5s ease;
}
.card-1::before {
    content: '';
    background-color: #000;
    position: relative;
    width: 100%;
    height: 100px;
    top: 10px;
    opacity: 0;
}
.service-box .service-icon .front-content {
    width: 50%;
    position: relative;
    margin: 0px auto;
    padding: 6px 0px;
    border-radius: 20px;
    box-shadow: rgb(68 95 161 / 23%) 0px 0px 71px 0px;
    background: rgb(244 90 42 / 95%);
    transform: translateY(-45%);
    top: 89%;
    font-size: 10px !important;
}
.service-box .service-icon .front-content i {
    font-size: 28px;
    color: #fff;
    font-weight: normal;
}
.service-content {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    height: 220px;
    color: #fff !important;
    padding: 20px;
    text-align: center;
    transition: all .5s ease;
    background-color: #f45a2a;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    -webkit-transform: translateY(110px) rotateX(-90deg);
    -moz-transform: translateY(110px) rotateX(-90deg);
    -ms-transform: translateY(110px) rotateX(-90deg);
    -o-transform: translateY(110px) rotateX(-90deg);
    transform: translateY(110px) rotateX(-90deg);
}
.service-box .service-content h3 {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.service-box .service-content p {
    font-size: 13px;
    color: rgb(255 255 255);
    margin: 0px;
}
.service-box {
    position: relative;
    overflow: hidden;
    margin-bottom: 50px;
    BORDER-RADIUS: 28px;
    box-shadow: 0 0 29px 0 rgb(68 88 144 / 12%);
    perspective: 1000px;
    -webkit-perspective: 1000px;
  }
  .service-icon{
   width: 100%;
   height: 220px;
   padding: 20px;
   text-align: center;
   transition: all .5s ease;
  }
  .site-col{
    background-color: #f45a2a;
  }
  
  .service-content {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    height: 220px;
    color: #fff !important;
    padding: 20px;
    text-align: center;
    transition: all .5s ease;
    background-color: #f45a2a;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    -webkit-transform: translateY(110px) rotateX(-90deg);
    -moz-transform: translateY(110px) rotateX(-90deg);
    -ms-transform: translateY(110px) rotateX(-90deg);
    -o-transform: translateY(110px) rotateX(-90deg);
    transform: translateY(110px) rotateX(-90deg);
  }
  .service-box .service-icon .front-content {
      width: 50%;
      position: relative;
      margin: 0px auto;
      padding: 6px 0px;
      border-radius: 20px;
      box-shadow: rgb(68 95 161 / 23%) 0px 0px 71px 0px;
      background: rgb(244 90 42 / 95%);
      transform: translateY(-45%);
      top: 89%;
      font-size: 10px !important;
  }
  
  .service-box .service-icon .front-content i {
   font-size: 28px;
   color: #fff;
   font-weight: normal;
  }
  
  .service-box .service-icon .front-content h3 {
   font-size: 15px;
   color: #fff;
   text-align: center;
   margin-bottom: 15px;
   text-transform: uppercase;
  }
  .service-box .service-content h3 {
   font-size: 15px;
   font-weight: 700;
   color: #fff;
   margin-bottom:10px;
   text-transform: uppercase;
  }
  .service-box .service-content p {
    font-size: 13px;
    color: rgb(255 255 255);
    margin: 0px;
  }
  .card-1 {
    background-size: cover !important;
    background: url(https://img.freepik.com/free-vector/usability-testing-concept-illustration_114360-1571.jpg?t=st=1653472333~exp=1653472933~hmac=b27d40847cb88c0560d163a3c7563718afeb2e8b6de4daa0f7f12b3eec7f7d46&w=740);
  }
  .card-1::before {
    content: '';
   background-color: #000;
   position: relative;
   width: 100%;
   height: 100px;
   top: 10px;
   opacity:0;
  }
  .card-2{
    background-size: cover !important;
    background:url(https://img.freepik.com/free-vector/desktop-smartphone-app-development_23-2148683810.jpg?size=338&ext=jpg&ga=GA1.2.2029179592.1653457573);
  }
  .card-3{
    background-size: cover !important;
    background:url(https://img.freepik.com/free-vector/hand-drawn-illustration-people-with-smartphone-marketing_52683-66659.jpg?size=626&ext=jpg&ga=GA1.2.2029179592.1653457573);
  }
  .card-4{
    background-size: cover !important;
    background:url(https://img.freepik.com/free-vector/designer-girl-concept-illustration_114360-4455.jpg?t=st=1653466884~exp=1653467484~hmac=59b53d07997bf50ab34d2635a0e72f6ea05e29605c44a2a8007b87e0d5f515a6&w=740);
  }
  .card-5{
    background-size: cover !important;
    background:url(https://img.freepik.com/free-vector/people-analyzing-growth-charts_23-2148866843.jpg?size=626&ext=jpg&ga=GA1.2.2029179592.1653457573);
  }
  .card-6{
    background-size: cover !important;
    background:url(https://img.freepik.com/free-vector/server-concept-illustration_114360-147.jpg?t=st=1653468556~exp=1653469156~hmac=c330199d5b0175abe5af9ff467212347ca7c8c48954c3448819422a0031250a8&w=740);
  }
  .card-7{
    background-size: cover !important;
    background:url(https://img.freepik.com/free-vector/characters-fixing-computer-chatbot-isometric-icon-3d_1284-63049.jpg?t=st=1653470140~exp=1653470740~hmac=6fcdd36e3a0d950b25aeee5c76bc4b21f844e5fc66e16c62bc15c45e56de1ba7&w=740);
  }
  .card-8{
    background-size: cover !important;
    background:url(https://img.freepik.com/free-vector/analysis-concept-illustration_114360-1064.jpg?t=st=1653471812~exp=1653472412~hmac=5d68d2f8a254acc7ba4dccb2fc8c4361a2c83439461fc6be97d6b9c98131c27f&w=1060);
  }
  .card-9{
    background-size: cover !important;
    background:url(https://img.freepik.com/free-vector/bloggers-advertising-referrals-young-people-with-gadgets-loudspeakers-announcing-news-attracting-target-audience-vector-illustration-marketing-promotion-communication_74855-8244.jpg?t=st=1653470255~exp=1653470855~hmac=08037c43dc8499ebe97384fb194c84cdfda85c5c6aaae326fca290326f427d98&w=1060);
  }
  .service-box:hover .service-icon{
   opacity: 0;
   -webkit-transform: translateY(-110px) rotateX(90deg);
   -moz-transform: translateY(-110px) rotateX(90deg);
   -ms-transform: translateY(-110px) rotateX(90deg);
   -o-transform: translateY(-110px) rotateX(90deg);
   transform: translateY(-110px) rotateX(90deg);
  }
  .service-box:hover .service-content {
   opacity: 1;
   -webkit-transform: rotateX(0);
   -moz-transform: rotateX(0);
   -ms-transform: rotateX(0);
   -o-transform: rotateX(0);
   transform: rotateX(0);
  }
  /* TECHNOLOGIES WE WORK UPON */
  section#features {
    background: #f0f8ffb0;
}
.ser-sec {
    padding: 20px 0px;
}
h2.heading-cus {
    padding: 30px 0px;
}

.section-title h2 {
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    color: #222222;
}
.features .icon-box {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: #f6f6f6;
    transition: ease-in-out 0.3s;
}
.features .icon-box i {
    font-size: 32px;
    padding-right: 10px;
    line-height: 1;
}
.features .icon-box h3 {
    font-weight: 700;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-size: 16px;
}
.features .icon-box h3 a {
    color: #222222;
    transition: ease-in-out 0.3s;
}
/* our workflow */
.ser-sec {
    padding: 20px 0px;
}
h2.heading-cus {
    padding: 30px 0px;
}
.section-title h2 {
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    color: #222222;
}
#progress li {
    list-style: none;
    line-height: 47px;
    font-size: 20px;
}
.color-12 {
    background-color: #f45a2a;
}
.node {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    display: inline-block;
    transition: all 1000ms ease;
}
#progress li p {
    display: inline-block;
    margin-left: 25px;
    margin-bottom: 0px;
}
.divider {
    height: 40px;
    width: 2px;
    margin-left: 4px;
    transition: all 800ms ease;
    background-color: grey;
}
/* Market Expertise */
.services-block-three {
    margin-bottom: 30px;
}
.services-block-three>a {
    display: block;
    border: none;
    border-radius: 4px;
    text-align: center;
    background: #fff;
    padding: 25px;
    position: relative;
    margin-bottom: 30px;
}


.services-block-three{
    margin-bottom:30px;
  }
  .services-block-three i {
      font-size: 32px;
  }
  .services-block-three>a {
      display: block;
      border: none;
      border-radius: 4px;
      text-align: center;
      background: #fff;
      padding: 25px;
      position: relative;
    margin-bottom:30px;
  
  }
  .services-block-three>a:before {
      display: block;
      content: "";
      width: 9%;
      height: 17%;
      position: absolute;
      bottom: -2px;
      right: -2px;
      border-bottom: 2px solid #f45a2a;
      border-right: 2px solid #f45a2a;
      transition: all 0.5s ease 0s;
      -webkit-transition: all 0.5s ease 0s;
  }
  .services-block-three>a:after {
      display: block;
      content: "";
      width: 9%;
      height: 17%;
      position: absolute;
      top: -2px;
      left: -2px;
      border-top: 2px solid #f45a2a;
      border-left: 2px solid #f45a2a;
      transition: all 0.5s ease 0s;
      -webkit-transition: all 0.5s ease 0s;
  }
  .padding-15px-bottom {
      padding-bottom: 15px;
  }
  .services-block-three h4 {
      color: #f45a2a;
      font-size: 14px;
      margin-bottom: 10px;
      font-weight: 600;
  }
  .services-block-three p {
      margin-bottom: 0;
    color: #757575;
  }
  .services-block-three>a:hover {
      opacity: 1;
      border-color: #d5d5d5;
  }
  a:hover, a:active {
    color: #e3dddd;
    text-decoration: none;
}
  
  .services-block-three>a:hover:before, .services-block-three>a:hover:after {
      width: 95%;
      height: 90%;
  }
  .cost-12{
    font-size: 26px !important;
  }
  /* accordion */
  .accordion-button:not(.collapsed){
    color:#f45a2a;
  }
  
/* end */
/* counter */
.counts {
    padding: 65px 0px;
    background: #f0f8fff0;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.counts .content {
    padding: 0;
}
.counts .content .count-box {
    padding: 20px 0;
    width: 100%;
}
.counts .content .count-box i {
    display: block;
    font-size: 36px;
    color: #f45a2a;
    float: left;
    line-height: 0;
}
.counts .content .count-box span {
    font-size: 36px;
    line-height: 30px;
    display: block;
    font-weight: 700;
    color: #222222;
    margin-left: 50px;
}
.counts .content .count-box span {
    font-size: 36px;
    line-height: 30px;
    display: block;
    font-weight: 700;
    color: #222222;
    margin-left: 50px;
}
.counts .content .count-box p {
    padding: 15px 0 0 0;
    margin: 0 0 0 50px;
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    color: #484848;
}
.counts .content .count-box {
    padding: 20px 0;
    width: 100%;
}

/* end */
/* Web Development */
h2.head-cus-ob {
    font-size: 3.3rem;
    font-weight: 700;
    font-family: unset;
    padding: 26px 0px;
}
section.web-deve p {
    line-height: 2;
    font-size: 1.3rem;
    font-weight: 500;
    margin-bottom: 37px;
    color: #232323;
}
ul.globle-ui {
    line-height: 2;
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 7%;
    color: #ffffff;
}
ul.globle-ui {
    list-style-type: disclosure-closed;
    margin-left: 33px;
}
p.globle-heading{
    line-height: 2;
    font-size: 1.3rem;
    font-weight: 600 !important;
    color: #232323;
}
.why-choose-us-area .info ul li {

    border-right:none;
  
}
section.home-contact {
    background: #f0f8ffbd;
}
/*  career*/
h1.career-heading.text-center {
    font-weight: 800;
    border-bottom: 3px solid #fe5042;
    border-radius: 7px;
    padding: 22px 0px;
    color: black;
}
.Career_box h5 {
    font-size: 1.5rem;
    font-weight: 700;
}
.Career_box {
    box-shadow: rgb(50 50 93 / 25%) 0px 13px 27px -5px, rgb(0 0 0 / 30%) 0px 8px 16px -8px;
    text-align: center;
    padding: 16px 0px;
    background: aliceblue;
    border-bottom: 2px solid #fc4551;
    margin: 25px 0px;
}
section.Career-cus {
    padding: 28px 0px;
}

select.cus-selecter.form-control {
    border: navajowhite;
    font-size: 15px;
    color: #5d5a58;
    border-radius: 0px;
    position: relative;
    left: 0px !important;
    border-bottom: 1px solid #dddddd !important;
   
}
/* dm */
b.nvd {
    padding: 9px 15px;
    font-size: 21px;
    background: antiquewhite;
    font-weight: bold;
    color: #101c3d;
}
ul.fdh_u li {
    padding: 0px;
    margin: 0px;
    list-style-type: disc;
    line-height: 2.5;
    font-size: 20px;
}
ul.fdh_u {
    margin-top: 33px;
}
.our_way h2 {
    font-weight: 700;
    margin-bottom: 0;
    margin: 14px 0px;
}
.our_way p {
    font-size: 19px;
}
.heading-side p {
    margin-top: 25px;
    font-size: 20px;
    margin-bottom: 0;
    line-height: 2;
}
.our_way {
    margin: 47px 0px;
}
.default-padding {
    padding-top: 48px;
    padding-bottom: 18px;
}
.banner-area .box-cell, .banner-area .box-cell div {
    margin-top: -41px;
    height: auto;
}
ul.lists li {
    list-style-type: disclosure-closed;
}
h2.text-center.cus_tec\=xts {
    margin-bottom: 68px;
    font-weight: 600;
}
section.What_is_ERP {
    padding: 55px 0px;
}
.c-content p {
    color: black;
    font-size: 1.2rem;
    line-height: 2;
}
.c-content ul li {
    color: black;
    font-size: 1.2rem;
    line-height: 2;
    /* font-size: 1.2rem; */
    list-style-type: disclosure-closed;
}
section#about p {
    font-size: 1.1rem;
}
.social ul li i {
    font-size: 28px !important;
}
/* .fa-whatsapp:before {
    content: "\f232";
    font-size: 28px;
} */
.skill-items {
    margin: 60px 0px;
}
/* .brand-area.bg-gray.text-light {
    border-bottom: 5px solid #f35a38;
} */
.brand-area.bg-gray.text-light {
    margin-bottom: 41px;
    /* border-bottom: 5px solid #f35a38; */
}
.default-padding-bottom {
    padding-bottom: 74px;
}
strong a {
    font-weight: 200;
}
section.How_to_Apply p {
    font-size: 1.2rem;
    text-align: center;
}
section.How_to_Apply ul li {
    list-style-type: disclosure-closed;
    font-size: 1.2rem;
    line-height: 3;
}
/* .card_analytics .Career_box {
    height: 246px;
} */
.card_analytics .Career_box ul li {
   text-align: start !important;
   list-style-type: disclosure-closed;
}
.Career_box ul {
    margin: 0px 31px;
}
.card_analytics .Career_box {
    background: #dce6f5;
}
section.conten_anylytics_3 p {
    line-height: 2;
    font-size: 1.3rem;
    font-weight: 500;
    margin-bottom: 37px;
    color: #232323;
}
/* section.conten_anylytics_3 b {
    font-size: 22px;
} */
.card_analytics .Career_box ul li {
    font-size: 16px;
    line-height: 3;
    text-align: start !important;
    list-style-type: disclosure-closed;
}
b.point_heading {
    font-size: 1.6rem;
    /* color: #000; */
}
.business_points ul li {
    list-style-type: disclosure-closed;
    font-size: 1.2rem;
    line-height: 2;
}
.business_points ul {
    margin: 0px 32px;
}
section.conten_anylytics_3 b {
    font-size: 1.3rem;
}
p.graph_content {
    line-height: 2;
    font-size: 1.3rem;
    font-weight: 500;
    margin-bottom: 37px;
    color: #232323;
}
.d-flex.cus_margin p {
    margin: 4px 34px;
}
section.conten_anylytics_3.mt-4 ul li {
    line-height: 2;
    font-size: 1.3rem;
    list-style-type: disclosure-closed;
    font-weight: 500;
    margin-bottom: 37px;
    color: #232323;
}
.col-md-3.Visualization {
    padding: 9px 7px;
    background: aliceblue;
    border-right: 1px solid;
}
section.web-deve p {
    line-height: 1 !important;
    font-size: 1.3rem !important;
    font-weight: 500 !important;
    margin-bottom: 37px !important;
    color: #232323 !important;
}

#style-7::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
    background-color: #F5F5F5;
    border-radius: 0px;
}

#style-7::-webkit-scrollbar
{
	width: 10px;
    
	background-color: #F5F5F5;
}

#style-7::-webkit-scrollbar-thumb
{
	border-radius: 5px;
	background-image: -webkit-gradient(linear,
									   left bottom,
									   left top,
									   color-stop(0.44, rgb(243, 90, 56)),
									   color-stop(0.72, rgb(243, 90, 56)),
									   color-stop(0.86, rgb(243, 90, 56)));
}
