.privacy_section {

  padding-top: 80px;
  padding-bottom: 80px;
}

.mb-10 {

  margin-bottom: 10px;
}

.pb-70 {

  padding-bottom: 70px;
}

.color_white {

  color: #fff;
}

.mb-0 {

  margin: 0px;
}

.margin_auto {

  margin-left: auto;
  margin-right: auto;
}

.main-sec {

  padding-top: 50px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-bottom-px {
  margin-bottom: 0.5rem;
}

.mt-0 {

  margin-top: 0px;
}

.mb-30 {

  margin-bottom: 30px;
}

.pl-20 {

  padding-left: 40px;
}

.main_parentt {

  margin-bottom: 60px;
}

.margin_left {

  margin-left: 39px;
}


.cta-one__bg450px {

  min-height: 450px;
}

.main_section {

  padding-bottom: 100px;
}

#name-error {

  color: red;
}

#lname-error {

  color: red;
}

#email-error {

  color: red;
}

#phone-error {

  color: red;
}

#message-error {

  color: red;
}

.tabs_bottom {

  padding-bottom: 250px;
}

.fade-in {
  animation: slideIn 0.5s forwards;
  opacity: 0;
  transform: translateY(-20px);
}

@keyframes slideIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}




/* new section */


.codepenBG {
  height: 900px;
  margin-top: 30px;
}


.heading h1:after {
  content: '';
  display: block;
  width: 8px;
  height: 2px;
  background: #BABABA;
  margin-top: 4px;

}

.clear-fix {
  clear: both;
}

.hidden {
  visibility: hidden !important;
}

/* end global */

/* start of our services section */

#our-services {
  background: #f6f6f6;
  min-height: 100%;
  padding-top: 91px;

}

/* OUR SEERVICES LEFT SIDE */

#our-services .desc {
  width: 33%;
  float: left;
}

#our-services .desc .heading h1 {
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1.4px;
  margin-bottom: 30px;
  color: #000000;
}

#our-services .desc .text {
  color: #BABABA;
}

#our-services .desc .text p {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
}

/* OUR SERVICES RIGHT SIDE */

#our-services .services {
  width: 67%;
  float: left;
  height: 500px;
  top: 7px;
  position: relative;
}

#our-services .services .serviceinfo {
  height: 400px;
}


#our-services .services .row {
  float: left;
  transition: transform 0.3s 0.3s ease, top 0.4s ease;
}

#our-services .services .row1 {
  position: relative;
  top: 0px;
  transition: transform 0.3s ease, left 0.3s 0.4s, top 0.4s 0.7s ease;
  left: 0px;
}

#our-services .services .row2 {
  position: relative;
  top: 0px;
  transition: transform 0.3s ease, left 0.3s 0.4s, top 0.4s 0.7s ease;
  margin-left: 105px;
  left: 0px;
}

#column-1 {
  position: relative;
  top: 11px;
  left: 0px;
}

#column-2 {
  position: relative;
  top: 131px;
  left: -5px;
}

#our-services .services .row1expand {
  margin-right: 0px;
  transform: rotate(0deg);
  position: relative;
  top: -93px;
  transition: transform 0.3s ease, left 0.3s 0.4s, top 0.4s 0.7s ease;
  left: 300px;
  z-index: 2;
}

#our-services .services .row2expand {
  float: left;
  margin-right: 0px;
  transform: rotate(0deg);
  position: relative;
  top: 110px;
  transition: transform 0.3s ease, left 0.3s 0.4s, top 0.4s 0.7s ease;
  left: 195px;
  z-index: 2;
}


#our-services .services .row .service {
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
  width: 120px;
  height: 120px;
  background: #FFFFFF;
  transition: all 0.3s ease;
  margin-bottom: 7px;
  margin-left: 85px;
  transform: rotate(45deg);
  transition: margin-left 0.3s 0.4s;
}

#our-services .services .row .serviceexpand {
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
  width: 120px;
  height: 120px;
  background: #FFFFFF;
  transition: all 0.3s ease;
  margin-bottom: 7px;
  margin-left: 0px;
  transform: rotate(0deg);
  transition: margin-left 0.3s 0.4s;
}


#our-services .services .row .selectedservice {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  background: #5eed76;
  transition: all 0.3s ease;
  margin-bottom: 7px;
  position: relative;
}


#our-services .services .row .service:hover {
  background: #28282e;
  color: #fff;
}

#our-services .services .row .service:hover .service-icon {
  color: #fff;
}

#servicechoicetext {
  position: relative;
  width: 200px;
  height: 30px;
  left: 390px;
  opacity: .4;
}


#our-services .services .row .service .service-desc {
  transform: rotate(-45deg);
  text-align: center;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
  transition: transform 0.3s ease;
}

#our-services .services .row .service .service-desc p {
  font-size: 10px;
}

#our-services .services .row .service .service-desc .service-icon {
  font-size: 20px;
  margin-bottom: 5px;
  color: #f57469;
}

/* end of our services section */

/* media query */

@media all and (max-width: 600px) {
  #our-services {
    padding-top: 60px;
  }

  #our-services .desc {
    width: 100%;
    float: none;
    margin-bottom: 30px;
  }

  #our-services .services {
    width: 100%;
  }

  #our-services .services .row {
    transform: rotate(0deg);
    margin-right: 10px;
  }

  #our-services .services .row .service .service-desc {
    transform: rotate(0deg);
  }
}

#servicesdetails {
  position: relative;
  font-size: 14px;
  line-height: 1.5;
  font-family: 'Roboto', sans-serif;
  width: 600px;
}

#servicesdetails .invisible {
  position: relative;
  top: 60px;
  left: 70px;
  opacity: .0;
  transition: all 0.5s ease;
}

#servicesdetails .visible {
  opacity: .9;
  position: relative;
  top: 85px;
  transition: all 0.5s ease;
}

#microassessment {
  display: none;
  height: 0px;
  overflow: visible;
}

#documentreview {
  display: none;
  height: 0px;
  overflow: visible;
}

#macroassessment {
  display: none;
  height: 0px;
  overflow: visible;
}

#deliverableservices {
  display: none;
  height: 0px;
  overflow: visible;
}

#projectexecution {
  display: none;
  height: 0px;
  overflow: visible;
}

#dpooutsourcing {
  display: none;
  height: 0px;
  overflow: visible;
}


/* new section */

.max_width520px {

  max-width: 520px;
}

.align_items_center {

  align-items: center;
}

.sec-title__tagline:first-letter {

  text-transform: capitalize !important;
}


.ul_flex {

  position: relative;
}

/* .post-abs{

    position: absolute;
 } */
.first_letter::first-letter {

  text-transform: capitalize !important;
}

.mbs-20 {

  margin-bottom: 20px !important;
}

.owl-nav button {

  font-size: 36px !important;
}

.owl-prev {

  /* display: none; */
}

.cta-four__contentpt {

  padding-top: 50px;
}

.color_clr p {

  color: #ffff;
}

.pt-15 {

  padding: 15px;
}

.page-header__layers {

  bottom: 14px !important;
}

.cta-two150px {

  padding-top: 150px;
}

.team-details__contentle {

  padding: 103px 60px 0 50px;
}

.mbtitles-10 a {

  margin-bottom: 10px;
}

/* .advntg_pt{

  padding-top: 100px;
} */



/* web development */

.bg-primary-gradient {
  background: linear-gradient(278.54deg, #001DAC 15.93%, #000F57 98.7%);
}

.zindex-1 {
  z-index: 1;
}

.position-relative {
  position: relative !important;
}

.soft-light {
  mix-blend-mode: soft-light;
}

.migrate-hosting .rounded-plus {
  top: 80px;
  left: 80px;
  z-index: -1;
  width: 70px;
}

.migrate-hosting .migrate-frame {
  right: 80px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}

.migrate-hosting .line-wave {
  left: 50%;
  top: 100px;
  z-index: -1;
}

.bg-primary-gradient h1,
.bg-primary-gradient h2,
.bg-primary-gradient h3,
.bg-primary-gradient h4,
.bg-primary-gradient p,
.bg-primary-gradient button {
  color: #fff;
}

.bg-primary-gradient h1,
.bg-primary-gradient h2,
.bg-primary-gradient h3,
.bg-primary-gradient h4,
.bg-primary-gradient p,
.bg-primary-gradient button {
  color: #fff;
}

.mb-50 {
  margin-bottom: 50px;
}

.primary-btn {
  background: linear-gradient(95.45deg, #0082F8 0.64%, #1C40F2 98.23%);
  position: relative;
  z-index: 1;
}

.primary-btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 102%;
  height: 100%;
  background: linear-gradient(95.45deg, #1C40F2 98.23%, #0082F8 0.64%);
  z-index: -1;
  opacity: 0;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.outline-btn {
  border: 1px solid #fff;
  padding: 15px 32px;
}

.template-btn {
  display: inline-block;
  font-family: "Urbanist", sans-serif;
  font-weight: 600;
  border-radius: 5px;
  padding: 16px 32px;
  color: #fff;
  vertical-align: middle;
  overflow: hidden;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.migrate-hosting {
  padding-top: 100px;
  padding-bottom: 100px;
}

.main_web h5 {

  color: #fff;
}

.main_content_box h5 {

  color: #ffff;
}

.feature-right .feature-item+.feature-item {
  margin-top: 20px;
}

.feature-right .feature-item {
  padding: 30px 30px 25px;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.deep-shadow {

  box-shadow: 5px 5px 15px rgba(179, 31, 40, 0.4);
  /* Soft Red Shadow */

}

.flex-shrink-0 {
  /* -ms-flex-negative: 0 !important; */
  flex-shrink: 0 !important;
}

.fontsize24px {

  font-size: 24px;
}

.hm2-service-section h5 {

  color: #fff;
}

.hm2-service-section ul li {

  color: #fff;
}


/* Style for Tagline */
.sec-title__tagline {
  font-size: 18px;
}

/* Style for Service Cards */
.service-card {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

/* Style for Feature Items */
.feature-item h5 {
  color: #3498db;
}

/* Style for Service Image */
.service-image img {
  border-radius: 10px;
}


.pb-150px {

  padding-bottom: 80px;
}

.dm_width {
  width: 100%;
  height: auto;
  max-width: 500px;
}

/* web */


/* app */

.hm2-feature-area .ft-triangle {
  left: -60px;
  bottom: 20px;
  z-index: -1;
}

.hm2-feature-card {
  padding: 25px 20px;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.deep-shadow {
  -webkit-box-shadow: 0px 12px 50px rgb(125 125 125 / 10%);
  box-shadow: 5px 5px 15px rgba(179, 31, 40, 0.4);
  /* Soft Red Shadow */

}

.rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.hm2-feature-card .icon-wrapper i {
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  -webkit-text-stroke-width: 1px;
}

.home4-about {

  padding-bottom: 150px;
}

.hosting-info-column {
  -webkit-box-shadow: 4px 10px 50px rgb(90 108 234 / 10%);
  box-shadow: 4px 10px 50px rgb(90 108 234 / 10%);
  padding: 40px 24px;
}

.rounded-2 {

  border-radius: 0.375rem;
}

.hosting-info {

  padding-bottom: 100px;
}

/* app */


/* digital  */
.light-bg {
  background-color: #f6f6f6;
}

.right-top {
  top: 0;
  right: 0;
  z-index: -1;
}

.left-bottom {
  left: 0;
  bottom: 0;
  z-index: -1;
}

.hm2-server-tab-control {
  display: block;
}

.hm2-server-tab-control li button {
  width: 100%;
  padding: 20px;
  background-color: #fff;
  border-radius: 5px;
  /* -webkit-box-shadow: 0px 12px 50px rgb(125 125 125 / 10%); */
  box-shadow: 0px 12px 50px rgb(125 125 125 / 10%);
  text-align: left;
  border: 0;
  font-size: 20px;
  font-weight: 700;
  font-family: "Urbanist", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* -webkit-transition: all .3s ease-in; */
  transition: all .3s ease-in;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.hm2-server-tab-control li button::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  background: #1c40f2;
  z-index: -1;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
  opacity: 0;
  box-shadow: 5px 5px 15px rgba(179, 31, 40, 0.4) !important;
}

.hm2-server-tab-control li button i {
  width: 60px;
  height: 60px;
  /* background: linear-gradient(95.45deg, rgba(0, 130, 248, 0.1) 0.64%, rgba(28, 64, 242, 0.1) 98.23%); */
  border-radius: 50%;
  line-height: 60px;
  text-align: center;
  font-size: 29px;
  color: #1c40f2;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.hm2-server-content .server-info {
  max-width: 600px;
  padding: 40px 30px;
  margin-top: -150px;
  margin-left: 40px;
}

.ptbs-120 {

  padding-top: 100px;
  padding-bottom: 150px;
}

.ptbs_150px {

  /* padding-top: 80px !important; */
  padding-bottom: 80px;
}

/* digital */


/* machine */


.hosting-signle-product {
  padding: 40px 20px;
}

.rounded {
  border-radius: 0.375rem;
}

.h5-about-items li .icon-wrapper {
  width: 70px;
  height: 70px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 3px;
  /* -webkit-box-shadow: 0px 12px 50px rgb(125 125 125 / 10%); */
  box-shadow: 0px 12px 50px rgb(125 125 125 / 10%);
}

.bg-white {
  --bs-bg-opacity: 1;
  background-color: #fff
}

/* machine */


/* ai */

.ds-bg {
  background: #f6f9ff;
}

.pb-150pxs {

  padding-bottom: 80px;
  /* padding-top: 100px !important; */
}

.pt-100px {

  padding-top: 100px;
  padding-bottom: 150px !important;
}

.hm2-pricing-single {
  padding: 40px 25px 30px;
}

.deep-shadow {
  /* -webkit-box-shadow: 0px 12px 50px rgb(125 125 125 / 10%); */
  box-shadow: 5px 5px 15px rgba(179, 31, 40, 0.4);
  /* Soft Red Shadow */

}

.hm2-pricing-tab>ul {

  display: inline-flex;
  border-bottom: 0;
  padding: 12px;
  padding-bottom: 0;
  border-radius: 50px;

}

.section-space h6 {

  color: #fff;
}

.section-space p {
  color: #fff;
}

.section-space h3 {

  color: #fff;
}

.bgc-darker {
  background: linear-gradient(to right, #C56A35, #B31F28);

}

/* ai */


/* ui/ux */

.pb-15 {

  padding-bottom: 15px;
}

.dd-icon-box {
  border-radius: 12px;
  padding: 40px 20px;
}

.bg-white {
  --bs-bg-opacity: 1;
  background-color: #fff;
}

.dd-section-bg {
  background-color: #d97b9030;
}

.hm9-feedback-single {
  padding: 40px 24px;
  /* border: 1px solid #B31F28; */
  /* box-shadow: 5px 5px 15px rgba(179, 31, 40, 0.4); */
  border-radius: 15px;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.hm9-feedback-single .quote-icon {
  right: 24px;
  top: 30px;
}

.gap-5 {
  gap: 1.25rem !important;
}

.hm9-feedback-single .client_thumb {
  padding-left: 22px;
}

.rounded-circle {
  border-radius: 50% !important;
}

.hm9-feedback-single .client_thumb .cap-shape {
  bottom: -30px;
  left: 0;
}

.d-inline-flex {

  display: inline-flex !important;
}

.gap-5 {
  gap: 1.25rem !important;
}

.pb-150 {

  padding-bottom: 150px;
}

.mt-60 {

  margin-top: 30px;
}

.owl-carousel-ux .owl-item {
  /* margin: 0 10px; */
  /* Adjust spacing between items */
}

.hm9-feedback {

  position: relative;
}

.hm9-feedback .owl-nav {

  position: absolute;
  top: 100%;
  left: 50%;
}

.hm9-feedback .owl-prev {
  position: absolute;
  left: -20px;
  background-color: black;
}

.hm9-feedback .owl-prev {
  background: black;
}

.flex-direction-column {

  flex-direction: column;
}

.hm9-feedback-single p {

  text-align: center;
}

.hm2-app-item {
  padding: 40px 20px;
}

/* ui/ux */
.hm2-blog-section {

  position: relative;
}

.hm2-blog-section .owl-nav {

  position: absolute;
  left: 50%;
}

.hm2-blog-section h3 {

  text-align: center;
}

.hm2-blog-section p {

  text-align: center;
}

.font_size16px {

  font-size: 16px;
}

.pt-150px {

  padding-top: 150px;
}

.h5_fontbold {

  font-weight: 800;
}

.h5_20px {

  font-size: 20px;
}

.pb-ai-100px {

  padding-bottom: 100px !important;
}

.min_height200px {

  min-height: 200px;
  flex-direction: column;
}

.fontsize_20px {

  font-size: 20px;
}

.gap-15px {

  gap: 15px
}

.min_height447px {

  min-height: 447px !important;
}

.padding15px {

  padding: 15px;
}

.min-height225px {

  min-height: 225px;
}

.paddingleft_15px {

  padding: 15px;
}

.pb-machine100 {

  padding-bottom: 100px;
}

.pt-indx0 {

  padding-top: 0px !important;
}

.pb-100 {

  padding-bottom: 100px;
}

.home4-about-accordion .accordion-item+.accordion-item {
  margin-top: 24px;
}

.home4-about-accordion .accordion-item .accordion-header a::before {
  content: "+";
  font-family: "FontAwesome";
  width: 30px;
  height: 30px;
  background: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 15px;
  color: #1c40f2;
  font-weight: 700;
  font-size: 15px;
}

/* media query */

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

  .tolak-breadcrumb {
    justify-content: center;
  }

  .mb-ml-0 {

    margin-bottom: 0px !important;
  }

  .pt-sm-65 {

    padding-top: 65px !important;
    padding-bottom: 65px !important;
  }

  .mb-sm-0-ui {

    margin-bottom: 0px !important;
  }

  .flex-sm-column-uiux {

    flex-direction: column-reverse;
  }

  .d-uiux {

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .pt-sm-faq {

    padding-top: 0px !important;
  }

  .page-header__title {

    text-align: center;
  }

  .m-a-0 {

    margin: unset;
  }

  .pb-aimr-50pxs {

    padding-bottom: 50px !important;
  }

  .ml-ml0 {

    margin-left: 0px !important;
  }

  .pt-pb-ux {

    padding-top: 140px;
    padding-bottom: 50px;
  }

  .pt-aimr-50pxs {

    padding-top: 50px !important;
  }

  .pb-ai-50 {

    padding-bottom: 50px !important;
  }

  .ai_ml_0 {

    margin-bottom: 0px !important;
  }

  .pb-sm-65ml {

    padding-bottom: 65px !important;
  }

  .d-ml-flex {

    display: flex;
    flex-direction: column;

  }

  .ml_50px {

    padding-bottom: 50px !important;
  }

  .sec-title {

    text-align: center;
  }

  .pt-sm-50 {

    padding-top: 50px;
  }

  .migrate-hosting {

    padding-top: 50px;
    padding-bottom: 50px;
  }

  .pb-sm-50px {

    padding-bottom: 50px !important;
  }

  .sec-title__title {
    font-size: 20px;
    line-height: 28px;
  }

}



/* media query */

.margin_reduced {

  margin-top: 116px;
}

.pt-165px {

  padding-top: 80px;
}

.ft_wtbld {

  font-weight: 800;
}

.pt-50px {

  padding-top: 50px;
}

.pb-80px {

  padding-bottom: 50px;
}

.mb-10px {

  margin-bottom: 10px !important;
}

a.active {
  color: #F2896A !important;
  /* Change text color */
  font-weight: bold;
  /* Make text bold */
  /* Add any other styles you want for the active state */
}

.ux-img-100 {

  width: 100%;
}


.advantage_banner {

  background: url(../images/bg.jpg);
  background-repeat: no-repeat;
  background-position: 100% 100%;
}

.width_600px {

  width: 100%;
  height: auto;
  max-width: 470px;
}

.width_48px {

  width: 48px;
  height: 48px;
}

.width_73px {

  width: 73px;
  height: 73px;
}

.width_207px {

  width: 207px;
  /* height: 272px; */
}

.width_63uxpx {

  width: 63px;
  height: 73px;
}

.hm9-feedback-single img {

  max-width: 64px;
  height: 64px;
}

.ux_img img {
  width: 100%;
  width: 80px;
  height: 80px;
}

.feagure-img img {

  width: 68px;
  height: 68px;
}

.icon_one::before {

  background: unset !important;
}

.icon_one img {

  width: 100%;
  height: 45px;
  max-width: 45px;
}

.ai_img img {

  width: 100%;
  max-width: 61px;
  height: 61px;
}

.width_50pxs {

  width: 100%;
  max-width: 50px;
  height: 50px;
}

.ml_width img {

  width: 100%;
  max-width: 100px;
  height: 100px;
}

.width_ml55px {
  width: 100%;
  max-width: 55px;
  height: 55px;
}

.hosting_img img {

  width: 100%;
  max-width: 100px;
  height: 100px;
}

.inn_img img {

  width: 100%;
  max-width: 59px;
  height: 59px;
}

.dm_59px {

  width: 100%;
  height: 60px;
  max-width: 59px;

}

.width_dm_img img {

  width: 100%;
  max-width: 45px;
  height: 49px;
}

.width_66px {

  width: 100%;
  max-width: 66px;
  height: 66px;
}

.tab_img i img {
  max-width: 25px;
  height: 25px;
  width: 100%;
}

.ad_width62px {

  width: 62px;
  height: 61px;
}

.width-66px {

  width: 100%;
  max-width: 66px;
  height: 66px;
}

.feature-one__item__icon svg {
  width: 66px;
  z-index: 10;
}

.feature-one__item:hover .feature-one__item__icon svg path {
  fill: #fff;
}

.width_4960px {
  width: 49px;
  height: 60px;
}

.service-one__item__icon svg {

  width: 50px;
  z-index: 10;
}

.service-one__item:hover .service-one__item__icon svg path {

  fill: blue;
}

.tp_btm {


  top: 213px !important;
  right: -12px;
}

.wh_589781 {
  width: 100%;
  max-width: 500px;
  height: 380px;
}

.aboutus_banner {

  background: url(../images/aboutus/bg.jpg);
  background-position: 100% 100%;
  background-repeat: no-repeat;
}

.advantage_banner {
  background: url(../images/aboutus/bg.jpg);
  background-position: 100% 100%;
  background-repeat: no-repeat;
}

.color_black {

  color: black;
}

.wh_484599 {
  width: 95%;
  /* max-width: 484px; */
  height: 460px;
}

.ad_wh {

  width: 100%;
  /* max-width: 484px; */
  height: 430px;
  /* height: 100%; */
}

.faq_banner {

  background: url(../images/faq/bg.jpg);
  background-position: 100% 100%;
  background-repeat: no-repeat;
}

.faq_width {
  width: 100%;
  /* max-width: 484px; */
  height: 430px
}

.contact_banner {

  background: url(../images/contactus/bg.jpg);
  background-position: 100% 100%;
  background-repeat: no-repeat;
}

.contact_wh {

  width: 100%;
  height: 430px;
}

.contact-two__info__box-wrapper svg {

  width: 34px;
  height: 34px;
}

.wd_banner {

  background: url(../images/wd/bg.png);
  background-position: 100% 100%;
  background-repeat: no-repeat;
}

.wd_width {

  width: 100%;
  /* height: 409px; */

}

.ap_width {

  width: 100%;
  height: 400px;
}

.main-slider-two__btn .bg_button {

  border: 1px solid #C56A35 !important;
}

.owl-nav button {

  color: black !important;
}

.about_us a {

  color: #C56A35 !important;
}

.about_us {
  background: url(../images/header_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}

.pricing-one__card h4 {

  font-size: 22px !important;
}

.project_oneimg img {

  width: 360px;
  height: 450px;
}

.adeam-details__image {

  padding: 47px 47px 47px 0px;

}

.img_btm {

  bottom: 92px
}

.clr_blck {

  color: black;
}

.d-flx {

  justify-content: center;
}

.p_plc a {

  color: #C56A35 !important;
}

.p_plc {

  padding-bottom: 0px !important;
}

.pt-250px {

  padding-top: 250px;
}

.border_ {

  border: 1px solid black;
}


.hm2-server-tab-control {

  display: flex;
  flex-direction: column;
  gap: 10px;
}

.resonsive__pt img {

  max-width: 500px;
  width: 100%;
}

.background-gradients {


  background: linear-gradient(to right, #C56A35, #B31F28);
}

.into-web img {

  width: 66px;
  height: 66px;
}

.optimize_Succeed img {

  width: 66px;
  height: 66px;
}

.tailored_for_the_future img {

  width: 80px;
  height: 80px;
}

.pb-0px {

  padding-bottom: 0px !important;
}

.inspiring_interactions ul {

  padding-left: 15px;
}

.peak_performance .h5-service-box {

  box-shadow: 5px 5px 15px rgba(179, 31, 40, 0.4);
}

.ml_workflow .hosting-signle-product {
  box-shadow: 5px 5px 15px rgba(179, 31, 40, 0.4);
}

.drive_revenue_growth .drive__ {

  /* border: 1px solid #B31F28; */
  padding: 15px;
  border-radius: 10px;
  box-shadow: 5px 5px 15px rgba(179, 31, 40, 0.4);
}

.digital_marketting {

  bottom: -50px !important;
}

.commitment_to_excellence .hm2-feature-card {

  border: 1px solid #B31F28;
}

.android_development .row {

  align-items: center;
}

.ensuring_expertise .row {

  align-items: center;
}

.ios_development .hosting-info-column {

  border: 1px solid #B31F28;
}

.securing_boundaries .feature-item {

  border: 1px solid #B31F28;
}

.defining_expertise ul {

  padding-left: 1rem !important;
}

/* .defining_expertise .service-card {
  border: 1px solid #B31F28;

} */

.defining_expertise .text-primary {

  color: black !important;
}

.team-details__inner .row {

  align-items: center;
}

.team-details__inner .experienced_team img {

  width: 469px;
}

.pl-25px {

  padding-left: 15px;
  margin-bottom: 0px !important;
  list-style-type: circle !important;
}

.width-50px {

  width: 30px;
  height: 30px;
}

.off-md img {

  height: 350px;
  margin: 0 auto;
}

.aesthetics_realties_color {

  color: #ffff;
}

.aesthetics_realties_ln {

  background-color: #ffff;
}

.aesthetics_realties_rght {

  background-color: #ffff;
}

.aesthetics_realties_bar::after {

  background-color: #ffff;
}

.aesthetics_realties_txt {

  color: #ffff;
}

.aesthetics_realties_bg::after {

  display: none;

}




.contact-contact {

  display: flex;
  flex-direction: column;
}

.contact-contact a {

  color: #ffff;
}

.contact-contact a:hover {

  color: black;
}


.pl-0px {

  padding-left: 0px;
  margin: unset;
}

.symphony_precision .service-two__item__normal {

  border: 1px solid #B31F28 !important;
  border-radius: 10px;
}

.symphony_precision .service-two__item__normal__icon {

  margin-bottom: 0px !important;
  margin-top: 10px;
}

.symphony_precision .service-two__item {

  min-height: 0px !important;
}

.advantage_page_banner {

  padding: 318px 0px 0px;
}

.advantage_page_banner .color_black {

  text-align: center;
}

.advantage_page_banner .tolak-breadcrumb {

  justify-content: center !important;
}

.adv_b {

  margin-bottom: 0px !important;
}

.al-c {

  align-items: center;
}

.liner-grdnt {

  box-shadow: 0px 4px 10px rgb(179 31 40 / 61%);
}

.tab-buttons .tab-btn.active-tab {
  background: #B31F28;
  /* Active tab color */
  color: white;
  font-weight: bold;
}

.flex-rev-rght {

  flex-direction: row-reverse;
}

.maxmizing_impact .h4-feature-item {
  box-shadow: 5px 5px 15px rgba(179, 31, 40, 0.4);
  padding: 10px;
  border-radius: 10px;
}

.sparking_ideas .hosting-info-column {

  box-shadow: 5px 5px 15px rgba(179, 31, 40, 0.4);
}

.pl-ls-0 {

  padding-left: 0px !important;
}

.your_competitive_edge .mn-app-single {

  box-shadow: 5px 5px 15px rgba(179, 31, 40, 0.4);
}

.intelligence_reimagined {

  padding-top: 0px !important;
}

.fs-22px {

  font-size: 22px;
  margin-bottom: 10px !important;
}

.sec--left {
  background-color: #ffff !important;
}

.sec--right {

  background-color: #ffff !important;
}

.unparalleled_experiences .dd-icon-box {

  box-shadow: 5px 5px 15px rgba(179, 31, 40, 0.4);
  /* Soft Red Shadow */

}

.intuitive_digital img {

  width: 100%;
  max-width: 500px;
}

.footer-widget__links a.active {
  color: #B31F28;
  /* Highlight Color */
}

.main-footer__bottom__list a.active {

  color: #B31F28;
}

/* ******************************************************************* */

.work-process-one__item__thumb__number {
  display: none;
}

/* .about-two__content .owl-carousel .owl-nav button.owl-next,
.about-two__content  .owl-carousel .owl-nav button.owl-prev{
  background: #b8b8b8;
  border-radius: 50%;
  display: flex;
  padding: 15px !important;
  margin-left: 20px;
  width: 50px;
  height: 50px;
  align-items: anchor-center;
} */

.about-two__content .owl-carousel .owl-nav,
.owl-carousel-ux.owl-carousel .owl-nav ,
.hm2-blog-section .owl-carousel .owl-nav {
  display: flex;
  gap: 20px;
}

.about-two__content .owl-carousel .owl-nav button,
.owl-carousel-ux.owl-carousel .owl-nav button,
.hm2-blog-section .owl-carousel .owl-nav button {
  background: #b8b8b8;
  border-radius: 50%;
  padding: 15px !important;
  width: 50px;
  height: 50px;
  line-height: .2;
}

.owl-carousel-ux.owl-carousel .owl-nav button.owl-next,
.hm2-blog-section .owl-carousel .owl-nav button.owl-next {
  margin-left: 40px;
}

.about-two__content .owl-carousel .owl-nav button:hover,
.owl-carousel-ux.owl-carousel .owl-nav button:hover,
.hm2-blog-section .owl-carousel .owl-nav button:hover {
  background: #f78b53;
}

.web_dev.tolak-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot:hover,
.web_dev.tolak-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot.active {
  background-color: #cd1723;
}

.mobile-nav__contact li {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.mobile-nav__content {
  background: linear-gradient(to bottom, #B31F28, #C56A35);
}

.mobile-nav__content .main-menu__list li a button {
  background-color: #cd1723;
}

.mobile-nav__contact li img {
  background: #fff;
  border-radius: 10px;
}
.mobile_none{
  display: none;
}



@media (min-width: 1300px) {
  .about-three__image0px {
    margin-left: 0px;
    margin-right: 10px;
  }

}
@media (max-width:1024px) {
  .mobile_none{
    display: block;
  }
  .advantage_page_banner .tolak-breadcrumb {
    margin-bottom: 30px;
}
}
@media (max-width:1024px) and (min-width: 992px) {
  .work-process-one__item {
    margin-bottom: 30px;
  }

  .pt-250px {
    padding-top: 170px;
  }

  .feature-one__item {
    border: none;
  }
  .feature-area.pt-100 {
    padding-top: 20px;
}
.feature-one{
  padding: 80px 0 10px;
}

}

@media (min-width: 1200px) {


  .pt-150px {

    padding-top: 250px;
  }

  .pt-250px {
    padding-top: 250px;
  }

  .fs-70px {

    font-size: 70px;
    line-height: 80px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {

  section {

    overflow: inherit;

  }

  .pb-md-50 {

    padding-bottom: 50px !important;
  }

  .flex-md-column-reverses {

    flex-direction: column-reverse;
  }

  .mt-md-about-0 {

    margin-top: 0px !important;
  }

  .md-ttl-center {

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-top: 25px;
  }

  .advantages_md {

    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding: unset !important;
  }

  .advantages_md {

    width: 100%;
    max-width: 460px;
  }

  .padding_40px {

    padding: 40px !important;
  }

  .wd_width {

    width: 100% !important;
    height: unset !important;
    max-width: unset;
  }

  .flex-md-column-wd {

    flex-direction: column-reverse !important;
  }

  .pt-md-50pxs {

    padding-top: 130px !important;
  }

  .mw-wd-100 {

    width: 100%;
    max-width: 460px;
    margin: 0 auto;
    margin-top: 25px;
  }

  .mw-wds-100 {
    width: 100%;
    max-width: 460px;
    margin: 0 auto;

  }

  .pt-md-0px {

    padding-top: 0px !important;
  }

  .mb__10px {

    margin-bottom: 20px;
  }

  .__wd-460px {

    width: 100%;
    max-width: 460px;
    /* display: flex;
    justify-content: center;
    align-items: center; */
    margin: 0 auto;
  }

  .md-img-center {

    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 460px;
    width: 100%;
    margin: 0 auto;
    padding-top: 0px;
  }

  .texts-md-center {

    text-align: center;
  }

  /* .js-centerss{

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  } */
  .js_md_cntrs {

    justify-content: center;
  }

  .d-md-c {

    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .page-md-padding {

    padding: 270px 0 100px;
  }

  .tolak-breadcrumb-cntr {

    justify-content: center;
  }

  .about_us {

    background-position: center !important;
    background-repeat: no-repeat;
  }

  .d-md-hid {

    display: none;
  }

  .about_md_image {

    max-width: 460px;
    margin: 0 auto;
  }

  .width_resposnive {

    width: 100% !important;
    max-width: 600px;
    margin-top: 50px;
  }

  .jc_center {

    justify-content: center;
  }

  .our-solution-img {

    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 460px;
    margin: 0 auto;
    padding-top: 50px;
  }

  .heading_md_center {

    text-align: center;
  }

  .pb-md-65 {

    padding-bottom: 65px;
  }

  .text-md-centerss {

    text-align: center;
  }

  .responsive__md {

    display: flex;
  }

  .full-width100 {

    width: 100% !important;
    max-width: unset !important;
  }

  .md-image-why-sec {

    margin-left: unset;
    max-width: 460px;
    width: 100%;
    margin: 0 auto;
  }

  .responsive__md img {

    width: 100%;
    margin: 0 auto;
    max-width: 460px;
    margin-top: 50px;
  }

  .responsive_titlecenter {

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .responsive_mddevice {

    display: flex;
    margin: 0 auto;
    justify-content: center;
  }

  .resposive__mediumdevice {

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .responsive_mddevice img {

    width: 100%;
    max-width: 460px;
  }

  .about-two .responsive-fullwidth {

    width: 100% !important;
    max-width: unset;

  }

  .responsive_buttons {

    display: flex;
    justify-content: center;
    margin-bottom: 50px;
  }

  .responsive-fullwidth {

    margin-top: 0px !important;
  }

  .web_devlopment_50px {
    margin-bottom: 50px;
  }

  .dd-about-section.pt-250px {
    padding-top: 180px;
}



}

/* Adjustments for Small Screens */
@media (max-width: 767px) {
  .custom-service-section {
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .contact-contact {

    flex-direction: column;
  }

  .pt-150px {

    padding-top: 100px;
  }

  section {

    overflow: hidden;
  }

  .pt-dm {

    padding-top: 50px !important;
  }

  .mb-0pxs {

    margin-bottom: 0px !important;
  }

  .pb-sm-50pxss {

    /* padding-top: 50px; */
    padding-bottom: 50px !important;
  }

  .pb-dm {

    padding-bottom: 50px !important;
  }

  .responsive__ img {

    width: 100%;
    margin-top: 40px;
  }

  .d-sm-none {

    display: none;
  }

  .resonsive__pt {

    padding-top: 140px !important;
  }

  .pt-sm-50pxs {

    padding-top: 50px;
  }

  .d-sm-flex-mr {

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .pr-0px {

    padding: 0 25px !important;
  }


  .pb-sm-0 {

    padding-bottom: 0px !important;
  }

  .mr_pgc {

    padding-top: 150px !important;
    padding-bottom: 0px !important;
  }

  .pt-sm-0-web {

    padding-top: 0px !important;
  }

  .mb-20px {

    margin-bottom: 20px;
    width: 100% !important;
    max-width: unset;
  }

  .pt-web {

    padding-top: 0px !important;
  }

  .web_devlopment_50px {

    padding-top: 120px !important;
  }

  .web_devlopment_mt {

    margin-top: 25px;
  }

  .main-footer__bottom__list {

    flex-flow: wrap;
  }

  .margin_reduced {

    margin-top: 25px !important;
  }

  .pt-sm-80 {

    padding-top: 80px;
  }

  .cta_mr {

    padding-bottom: 80px !important;
  }

  .pb-sm-50 {

    padding-bottom: 50px;
  }

  .pb-sm-20 {

    padding-bottom: 20px;
  }

  .main-slider-two__btn {

    justify-content: center;
  }

  .main-slider-two__title {

    text-align: center !important;
  }

  .main-slider-two__text {

    text-align: center;
  }

  .flex-sm-column-reverses {

    flex-direction: column-reverse;
  }

  .pt-sm-50 {

    padding-top: 25px !important;
  }

  .about-two__content {

    margin: 25px 0 0;
  }

  .width_600px {

    width: 100% !important;
  }

  .mt-sm-25px {

    margin-top: 25px;
  }

  .mobile_center .sec-title-two {

    text-align: center !important;
  }

  .service-card {
    margin-bottom: 20px;
  }
  .pt-250px {
    padding-top: 120px;
}
.pb-sm-50px {
  padding-bottom: 0px !important;
}
.pb-50
 {
    padding-bottom: 10px;
}
.feature-one__item{
  margin-bottom: 30px;
}
.main-footer .pb-80 {
  padding-bottom: 0px;
}
.footer-widget--linkss{
  margin-top: 20px;
}
.h5-about-section.pt-80 {
  padding-top: 20px;
}
.dd-about-section.pt-250px {
  padding-top: 110px !important;
}
.hm9-feedback .owl-nav{
  left: 35%;
}
.contact-two__content {
  position: relative;
  padding: 40px 0 0;
}
}

@media (max-width: 420px){
  .contact-two__info__box__text{
    font-size: 9px;
  }
  .contact-two__info__box__text br{
    display: block;
  }
}