html,body {
  overflow-x: hidden;
}

body {
  font-family: "DM Sans", sans-serif;
}

p, li{
  font-family: "Montserrat", sans-serif !important;
}

li{
  font-size: 15px !important;
}

h1,h2,h3,h4,h5,h6{
  font-family: "DM Sans", sans-serif;
}

.h5-custom{
  font-size: 1rem !important;
  font-family: "DM Sans", sans-serif;
}

.h5-custompt{
  font-size: 22px !important;
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
}

.h4-custom{
  font-size: 35px !important;
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
}

.heading-custom-3-ct{
  /* font-size: 25px; */
  /* text-align: center; */
  /* margin-bottom: 10px; */
  font-family: "DM Sans", sans-serif !important;
}

.dropdown-item:active{
  background-color: #f8983e !important;
  color: #fff !important;
}

.main-banner-header{
  background-image: url('/assets/images/i.webp');
  background-size: cover; 
  background-position: top top; 
  background-repeat: no-repeat; 
}

.main-banner{
  background-image: url('/assets/images/i.webp');
  background-size: cover;
  background-position: center; 
  background-repeat: no-repeat;
}

.mobile-background{
  background: rgb(38, 85, 146) !important;
  background: linear-gradient(
    310deg,
    rgba(38, 85, 146, 1) 0%,
    rgba(39, 146, 203, 1) 47%
  ) !important;
}

.primary-background-mobile {
  background-image: url('../images/budget1.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.primary-background-mobile::before {
  content: ''; /* Add content to ensure the pseudo-element is rendered */
  background-color: rgba(0, 0, 0, 0.5); /* Black color with 50% opacity */
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1; /* Ensure the overlay stays behind content */
}

.primary-background-mobile * {
  position: relative;
  z-index: 2; 
}

a.dropdown-item{
  font-family: "DM Sans", sans-serif !important;
}
/* Testimonials Css */
.slick-track{
  /* width: 50% !important; */
  display:flex!important;
  align-items:center;
  justify-content:center;
  overflow:visible !important;
}
.slick-list{
  /* width: 140%; */
  padding:0!important;
  overflow:visible !important;
}
.slick-slide{
  height:inherit;
  display:flex;
  align-items:center;
  justify-content:center;
}
.slick-slide .inner {
  margin: 0 15px;
}
.marquee_rtl,
.marquee{
  transform:scale(0.8,0.8);
  margin-top:0px;
}
.hide{
  display:none!important;
}
section.testimonials-row h2.heading-custom-2 {
    margin-bottom: 50px;
}
section.testimonials-row {
    padding: 50px 0;
}
.testimonials-sec {
  height: auto;
  background-color: #fff;
  box-shadow: 8px 6px 10px rgb(0 0 0 / 0.2);
  padding: 15px 35px;
  border-radius: 10px;
  margin-bottom: 20px;
  height: 330px;
}
.testi-rate {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.testi-rate ul {
    margin: 0 0 0;
}
.testi-rate ul li {
    display: inline-block;
}
.testi-rate ul li i {
    color: #9741e5;
    font-size: 20px;
}
.testi-rate img {
    width: 50px !important;
}
.testimonials-sec p {
    font-size: 17px;
    font-family: 'DM Sans' !important;
}
.testi-flex h3 {
    font-size: 22px;
}
.testi-flex {
  display: flex;
  align-items: center;
}
.testi-flex img {
  width: 80px !important;
  height: 80px;
  object-fit: cover;
  border-radius: 50px;
  margin-right: 20px;
}
.marquee_rtl .testi-flex img {
    margin: 0 0 0 20px;
}
.owl-dots {
  text-align: center;
  padding-top: 15px;
}
.owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  background: #ccc !important;
  margin: 0 3px;
}
.owl-dots button.owl-dot.active {
  background-color: #762eb7 !important;
}
.owl-dots button.owl-dot:focus {
  outline: none;
}
/* Testimonials Css */
.primary-background {
  background: #9741e5;
}

.primary-background-abct{
  background-image: url('../images/20220916100234734621.webp');
  background-size: cover;  /* This makes the image cover the entire background */
  background-position: center;  /* This centers the image */
  background-repeat: no-repeat;
  position: relative;  /* Position relative to use pseudo-elements */
}

.primary-background-abct::before {
  content: ''; /* Add content to ensure the pseudo-element is rendered */
  background-color: rgba(0, 0, 0, 0.5); /* Black color with 50% opacity */
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1; /* Ensure the overlay stays behind content */
}

.primary-background-abct * {
  position: relative;
  z-index: 2; /* Keep content above the overlay */
}

.primary-background-amz{
  /* background: url('../images/videos/amazon-bg.mp4'); */
  /* background-size: cover; */  /* This makes the image cover the entire background */
  /* background-position: center; */  /* This centers the image */
  /* background-repeat: no-repeat; */
  position: relative;  /* Position relative to use pseudo-elements */
}
.primary-background-amz video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    filter: brightness(0.4);
}
.primary-background-amz::before {
  content: ''; /* Add content to ensure the pseudo-element is rendered */
  /* background-color: rgba(0, 0, 0, 0.5); */ /* Black color with 50% opacity */
  /* position: absolute; */
  /* top: 0; */
  /* bottom: 0; */
  /* left: 0; */
  /* right: 0; */
  /* z-index: 1; */ /* Ensure the overlay stays behind content */
}

.primary-background-amz * {
  position: relative;
  z-index: 2; /* Keep content above the overlay */
}

.primary-background-wal{
  /* background-image: url('../images/i\ \(17\).webp'); */
  /* background-size: cover; */  /* This makes the image cover the entire background */
  /* background-position: center; */  /* This centers the image */
  /* background-repeat: no-repeat; */
  position: relative;  /* Position relative to use pseudo-elements */
}
.primary-background-wal video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    filter: brightness(0.4);
    object-position: 100% 90%;
}
.primary-background-wal::before {
  content: ''; /* Add content to ensure the pseudo-element is rendered */
  /* background-color: rgba(0, 0, 0, 0.5); */ /* Black color with 50% opacity */
  /* position: absolute; */
  /* top: 0; */
  /* bottom: 0; */
  /* left: 0; */
  /* right: 0; */
  /* z-index: 1; */ /* Ensure the overlay stays behind content */
}

.primary-background-wal * {
  position: relative;
  z-index: 2; /* Keep content above the overlay */
}

.primary-background-shpfy{
  /* background-image: url('../images/i\ \(18\).webp'); */
  /* background-size: cover; */  /* This makes the image cover the entire background */
  /* background-position: center; */  /* This centers the image */
  /* background-repeat: no-repeat; */
  position: relative;  /* Position relative to use pseudo-elements */
}
.primary-background-shpfy video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    filter: brightness(0.4);
}
.primary-background-shpfy::before {
  content: ''; /* Add content to ensure the pseudo-element is rendered */
  /* background-color: rgba(0, 0, 0, 0.5); */ /* Black color with 50% opacity */
  /* position: absolute; */
  /* top: 0; */
  /* bottom: 0; */
  /* left: 0; */
  /* right: 0; */
  /* z-index: 1; */ /* Ensure the overlay stays behind content */
}

.primary-background-shpfy * {
  position: relative;
  z-index: 2; /* Keep content above the overlay */
}

.primary-background-tcpp{
  background-image: url('../images/i\ \(16\).webp');
  background-size: cover;  /* This makes the image cover the entire background */
  background-position: center;  /* This centers the image */
  background-repeat: no-repeat;
  position: relative;  /* Position relative to use pseudo-elements */
}

.primary-background-tcpp::before {
  content: ''; /* Add content to ensure the pseudo-element is rendered */
  background-color: rgba(0, 0, 0, 0.5); /* Black color with 50% opacity */
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1; /* Ensure the overlay stays behind content */
}

.primary-background-tcpp * {
  position: relative;
  z-index: 2; /* Keep content above the overlay */
}

.primary-background-home {
  /* background-image: url('../images/Axispoint-Blog-20.jpg'); */
  /* background-size: cover; */  /* This makes the image cover the entire background */
  /* background-position: center; */  /* This centers the image */
  /* background-repeat: no-repeat; */
  position: relative;  /* Position relative to use pseudo-elements */
}

.primary-background-home::before {
  content: ''; /* Add content to ensure the pseudo-element is rendered */
  background-color: rgba(0, 0, 0, 0.5); /* Black color with 50% opacity */
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1; /* Ensure the overlay stays behind content */
  display: none;
}
.primary-background-home video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    filter: brightness(0.4);
    object-position: bottom;
}
.primary-background-home * {
  position: relative;
  z-index: 2; /* Keep content above the overlay */
}

/* Banner Css */
.banner-row {
  background-image: url(../images/web-banner.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 250px 0;
  position: relative;
  z-index: 1;
}
.banner-row:after {
  content: "";
  background-color: #000;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.banner-sec h1 {
  font-size: 52px;
  font-weight: 700;
  line-height: 55px;
  font-family: "Montserrat", sans-serif !important;
  color: #fff;
  width: 80%;
  margin: 0 auto 20px;
}
.banner-sec h1 span {
  color: #fbb14b;
}
.banner-sec p {
  color: #fff;
  font-size: 16px;
  width: 80%;
  margin: 0 auto 30px;
}
.banner-sec button.btn {
  padding: 12px 30px !important;
}
.small-image-vw {
  position: absolute;
  left: 0;
  top: -6vw;
  width: 8.208vw;
  height: 5vw;
  object-fit: contain;
  animation: rotate 1s infinite alternate-reverse;;
}
.small-image-vw.top-right-vw {
  left: auto;
  right: 0;
  width: 8.417vw;
  animation: updown 1s infinite alternate-reverse;
  top: -24vw;
}
.small-image-vw.bottom-left-vw {
  top: auto;
  bottom: -10vw;
  width: 6.854vw;
  left: 0;
  animation: updown 2s infinite alternate-reverse;;
}
.small-image-vw.bottom-right-vw {
  top: auto;
  left: auto;
  right: 0;
  bottom: -8vw;
  width: 8.469vw;
  animation: rotate 2s infinite alternate-reverse;;
}
@keyframes rotate{
0% {
  -webkit-transform: rotate(-15deg);
  transform: rotate(-15deg);
}
100% {
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg);
}
}

@keyframes updown{
0% {
  -webkit-transform: translateY(-1vw);
  transform: translateY(-1vw);
}

100% {
  -webkit-transform: translateY(1vw);
  transform: translateY(1vw);
}
}
.ban-rating-sec {
    margin-top: 20px;
}
.ban-rating-sec img {
    width: 20%;
    vertical-align: bottom;
    margin-right: 20px;
}
section.roadmap {
  padding: 70px 0 50px;
}
.shopify-road-inner {
  flex: 0 0 33.33%;
  text-align: center;
  padding-bottom: 2vw;
}
.shopify-road-map {
  width: 6.9vw;
  margin: 0 auto;
}
.shopify-road-map img {
  width: 100%;
  -webkit-filter: drop-shadow(0vw 0.781vw 0.5vw rgb(0 0 0/70%));
  filter: drop-shadow(0vw 0.781vw 0.5vw rgb(0 0 0/70%));
}
.shopify-road-inner h4 {
  font-size: 1.15vw;
  padding: 0.9vw 0 0.5vw 0;
  font-weight: 600;
}
.shopify-road .row .shopify-road-inner {
  flex: 0 0 25%;
}
.shopify-road .row-2 {
  margin: 0 auto;
  max-width: 80%;
}
.shopify-road .row-2 .shopify-road-inner, .shopify-road .row-3 .shopify-road-inner {
  flex: 0 0 33.33%;
}
.shopify-road .row-3 {
  margin-left: auto;
  max-width: 80%;
}
.shopify-road:before {
  background-image: url("../images/road-map.png");
  background-size: contain;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 3.4vw;
  background-repeat: no-repeat;
  z-index: -1;
}
.shopify-road {
  position: relative;
}

.image-banner-home-vw {
  position: relative;
}
/* Sliding Css */
.sliding-text-one {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;
  overflow: hidden;
  background: linear-gradient(45deg, #232f3f, #007bff);
}
.sliding-text-one__animate-text {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 31px;
  animation: textScrolling 28s linear infinite;
  animation-direction: reverse;
  will-change: transform;
  position: relative;
  white-space: nowrap;
}
.sliding-text-one__animate-text:hover {
  animation-play-state: paused;
}
.sliding-text-one__animate-text span {
  font-family: 'Poppins';
  font-size: 82px;
  font-weight: 700;
  line-height: 1.207;
  margin: 0;
  display: block;
  min-width: auto;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #fff;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
}
.sliding-text-one__animate-text img {
  vertical-align: middle;
}
.sliding-text-one__animate-text:hover span {
  -webkit-text-stroke-color: #fbb14b;
}

@keyframes textScrolling {
  0% {
      transform: translate3d(-100%, 0, 0);
  }

  100% {
      transform: translate3d(0%, 0, 0);
  }
}
.how-sec {
  background: #212529;
  transition: all 0.4s linear;
}
.how-sec:hover {
  transform: scale(1.04);
  cursor: pointer;
}
.small-image-vw.top-left-vw {top: -25vw;}
.primary-background-header {
  background: rgb(38, 85, 146) !important;
  background: linear-gradient(
    203deg,
    rgba(38, 85, 146, 1) 0%,
    rgba(39, 146, 203, 1) 47%
  ) !important;
}

.primary-background-header-home {
  /* background: linear-gradient(360deg, rgb(251 176 64) -7%, rgb(242 94 57) 86%) !important; */
  background: #000;
}

.secondary-background {
  background: rgb(247, 138, 61) !important;
  background: linear-gradient(
    310deg,
    rgba(247, 138, 61, 1) 0%,
    rgba(251, 176, 64, 1) 47%
  ) !important;
}

.bg-dark-custom{
  background-color: #000;
}
.bg-dark-custom:hover{
  background-color: #FBB040;
}


.bg-light-custom{
  background-color: rgb(239 239 239);
}

.primary-button-blue {
  background-color: #265592 !important;
  padding: 10px 25px !important;
  color: #fff !important;
  font-family: "Montserrat", sans-serif !important;
}

.primary-button-blue:hover {
  background-color: transparent !important;
  padding: 10px 25px !important;
  color: #fff !important;
  border: 1px solid #fff !important;
  font-family: "Montserrat", sans-serif !important;
}

.primary-button-blue-white{
  background-color: #265592 !important;
  padding: 10px 25px !important;
  color: #fff !important;
  font-family: "Montserrat", sans-serif !important;
}

.primary-button-blue-white:hover{
  background-color: transparent !important;
  padding: 10px 25px !important;
  color: #265592 !important;
  border: 1px solid #265592 !important;
  font-family: "Montserrat", sans-serif !important;
}

.primary-button-orange-white{
  background-color: #9741e5 !important;
  padding: 10px 25px !important;
  color: #fff !important;
  font-family: "Montserrat", sans-serif !important;
}

.primary-button-orange-white:hover{
  background-color: transparent !important;
  padding: 10px 25px !important;
  color: #762eb7 !important;
  border: 1px solid #762eb7 !important;
  font-family: "Montserrat", sans-serif !important;
}

.primary-button-blue-white-ab{
  background-color: #265592 !important;
  padding: 10px 25px !important;
  color: #fff !important;
  font-family: "Montserrat", sans-serif !important;
}

.primary-button-blue-white-ab:hover{
  background-color: transparent !important;
  padding: 10px 25px !important;
  color: #265592 !important;
  border: 1px solid #265592 !important;
  font-family: "Montserrat", sans-serif !important;
}

.primary-button-orange-white-ab{
  background-color: #000000 !important;
  padding: 10px 25px !important;
  color: #fff !important;
  font-family: "Montserrat", sans-serif !important;
}

.primary-button-orange-white-ab:hover{
  background-color: transparent !important;
  padding: 10px 25px !important;
  color: #ffffff !important;
  border: 1px solid #000000 !important;
  font-family: "Montserrat", sans-serif !important;
}

.primary-button-blue-fba{
  background-color: #265592 !important;
  padding: 10px 25px !important;
  color: #fff !important;
  font-family: "Montserrat", sans-serif !important;
}

.primary-button-blue-fba:hover{
  background-color: transparent !important;
  padding: 10px 25px !important;
  color: #fff !important;
  border: 1px solid #fff !important;
  font-family: "Montserrat", sans-serif !important;
}

.primary-button-orange-fba{
  background-color: #762eb7 !important;
  padding: 10px 25px !important;
  color: #fff !important;
  border: 1px solid #fff !important;
  font-family: "Montserrat", sans-serif !important;
}

.primary-button-orange-fba:hover{
  background-color: #fff !important;
  padding: 10px 25px !important;
  color: #762eb7 !important;
  border: 1px solid #762eb7 !important;
  font-family: "Montserrat", sans-serif !important;
}

.secondary-button-blue {
  background-color: transparent !important;
  padding: 10px 25px !important;
  color: #fff !important;
  border: 1px solid #fff !important;
  font-family: "Montserrat", sans-serif !important;
}

.secondary-button-blue:hover {
  background-color: #265592 !important;
  padding: 10px 25px !important;
  color: #fff !important;
  border: 1px solid #265592 !important;
  font-family: "Montserrat", sans-serif !important;
}

.primary-button-orange {
  background-color: #9741e5 !important;
  padding: 10px 25px !important;
  color: #fff !important;
  font-family: "Montserrat", sans-serif !important;
}

.primary-button-orange:hover {
  background-color: transparent !important;
  padding: 10px 25px !important;
  color: #fff !important;
  border: 1px solid #fff !important;
  font-family: "Montserrat", sans-serif !important;
}

.secondary-button-orange {
  background-color: transparent !important;
  padding: 10px 25px !important;
  color: #fff !important;
  border: 1px solid #fff !important;
  font-family: "Montserrat", sans-serif !important;
}

.secondary-button-orange:hover {
  background-color: #9741e5 !important;
  padding: 10px 25px !important;
  color: #fff !important;
  border: 1px solid #762eb7 !important;
  font-family: "Montserrat", sans-serif !important;
}

.heading-custom{
  font-size: 45px;
  font-weight: 600;
  letter-spacing: 1.2;
  font-family: "Montserrat", sans-serif !important;
}

.heading-custom-main{
  font-size: 45px;
  font-weight: 600;
  letter-spacing: 1.2;
  font-family: "Montserrat", sans-serif !important;
}

.heading-custom-2{
  font-size: 55px;
  font-weight: 600;
  letter-spacing: 1.2;
  font-family: "Montserrat", sans-serif !important;
}

.heading-custom-3{
  font-size: 27px;
  font-weight: 600;
  letter-spacing: 1.2;
  font-family: "Montserrat", sans-serif !important;
}

.heading-custom-4{
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 1.2;
  font-family: "Montserrat", sans-serif !important;
}

.logos img {
  filter: grayscale(100%);
  transition: filter 0.3s ease;
}

.logos img:hover {
  filter: grayscale(0%);
}

.container-custom-width{
  max-width: 1074px !important;
}

.container-custom-width-contact{
  max-width: 1274px !important;
}

.container-custom-width-layout{
  max-width: 1150px !important;
}



.navbar-toggler {
  background-color: #000 !important;
}

a.nav-link {
  color: #fff !important;
  text-transform: uppercase;
    font-size: 15px;
    font-family: "DM Sans", sans-serif;
}

.dropdown-divider{
  margin: 0.1rem 0 !important;
}

a.nav-link.active {
  color: #fbb040 !important;
  font-family: "DM Sans", sans-serif;
}

i.bi.bi-telephone.me-2.icon {
  color: #fff;
}

.navbar-brand{
  color: #fff;  
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(255,255,255,1)' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.nav-link {
  padding: 8px 12px !important;
  font-family: "DM Sans", sans-serif; /* Added font-family */
}

.navbar-nav > .nav-items > a {
  display: none;
}
span.tel-btn {
    background: #9741e5;
    border-radius: 50px;
    padding: 7px 15px;
    margin-right: 13px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    border: 1px solid #8131c9;
    width: 180px;
    height: 50px;
}
span.tel-btn i {
    font-size: 18px;
    margin: 0 10px 0 0 !important;
}
span.tel-btn span {
    font-size: 16px;
}
.phone_button button.btn {
    font-size: 16px;
    height: 50px;
    width: 180px;
}
.phone_button a {
    text-decoration: unset;
}
span.tel-btn:hover {
    background: transparent;
    border-color: #fff;
}
li {
  font-size: 18px;
  font-family: "DM Sans", sans-serif; /* Added font-family */
}

.logo {
  width: 120px;
}

a {
  font-size: 18px;
  color: #000000 !important;
  font-family: "DM Sans", sans-serif !important; /* Added font-family */
}

.dropdown-item {
  padding: 0px 10px;
  font-family: "DM Sans", sans-serif !important; /* Added font-family */
}

.icon,
.mobile {
  font-size: 35px;
  font-family: "DM Sans", sans-serif; /* Added font-family */
}

.hero-number{
  font-size: 30px !important;
  font-family: "DM Sans", sans-serif;
}

.rounded-number{
  border-radius: 20px !important;
  font-family: "DM Sans", sans-serif;
}

.round {
  border-radius: 25px !important;
  padding: 10px 25px !important;
  font-family: "DM Sans", sans-serif; /* Added font-family */
}

.logos > img {
  width: 220px;
  padding: 10px 0px;
}

#LogoOne,
#LogoTwo,
#LogoThree,
#LogoFour {
  border-right: 1px solid #6e6e6e3c;
  /* border-left: 1px solid #fff; */
  padding: 0px 25px;
}

.sec01Image {
  width: 100%;
  float: right;
  margin-right: -30px !important;
}

.border_1 {
  border-bottom: 2px solid #000;
  padding-bottom: 10px;
  cursor: pointer;
}

.section03,
.section03_card_row_01,
.section03_card_row_02,
.section03_card_row_03,
.section03_card_row_04 {
  /* background-color: #d7d7d7 !important; */
  font-family: "DM Sans", sans-serif; /* Added font-family */
}

ul#pills-tab li {
  margin: 0 auto;
  display: inline-block;
}
.services-row h2.heading-custom {
    margin-bottom: 40px;
}
.services-row ul#pills-tab {
    margin-bottom: 30px !important;
}
.packages-row h2.heading-custom {
    margin-bottom: 30px;
}
.packages-row ul#pills {
    margin-bottom: 50px !important;
}
.container_tabs {
  margin: 0 auto;!i;!;
  text-align: center;
  font-family: "DM Sans", sans-serif; /* Added font-family */
  display: block !important;!i;!;
}

.card {
  border-top-left-radius: 25px !important;
  border-top-right-radius: 25px !important;
  border-bottom-left-radius: 25px !important;
  font-family: "DM Sans", sans-serif; /* Added font-family */
}
div#pills-tabContent .card:hover {
  background-color: #fbb14b;
}
div#pills-tabContent .card {
  transition: all 0.4s linear;
}
div#pills-tabContent .card:hover * {
  color: #fff;
}
div#pills-tabContent .card:hover img {
  filter: brightness(7);
}
.card a {
    text-decoration: unset;
    font-size: 16px;
}
h5.card-title {
  font-weight: 600 !important;
}
.services-row {
  padding: 100px 0 50px;
}
.services-sec {
  background: -webkit-linear-gradient(312.95deg, #C7C7C7 -25.55%, #1C1C1C 62.44%);
  background: linear-gradient(137.05deg, #C7C7C7 -25.55%, #1C1C1C 62.44%);
  display: flex;
  padding: 20px 50px;
  position: relative;
  border-radius: 20px;
  margin-bottom: 30px;
  transition: all 0.4s linear;
  z-index: 11;
  align-items: end;
}
.services-sec img {
  width: 90px;
  height: 110px;
  object-fit: contain;
}
.services-sec:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -4;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  border-radius: 20px;
  border: 2px solid #9741e5;
}
.services-inner-sec h3 {
  font-size: 23px;
  font-weight: 700;
  font-family: montserrat;
  color: #fff;
}
.services-sec a {
  text-decoration: unset;
  z-index: 11;
}
.services-inner-sec {
  width: 80%;
}
.services-inner-sec a.btn {
    padding: 0;
    opacity: 0;
}
.services-sec:hover a {
    opacity: 1;
}
.services-sec:hover {
    cursor: pointer;
}
.services-inner-sec a {
  color: #fff !important;
  font-size: 16px;
  transition: all 0.4s linear;
}
.services-inner-sec a i {
  vertical-align: middle;
  margin-left: 5px;
}
.services-sec:after {
  content: '';
  background: -webkit-linear-gradient(344.77deg, #363636 3.83%, #F8A401 68.42%);
  background: linear-gradient(105.23deg, #363636 3.83%, #9741e5 68.42%);
  width: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  height: calc(100% + 0.313vw);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -4;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  border-radius: 20px;
}
.services-sec:hover:after {
  width: 100%;
}
section.about-certifide-row {
  padding: 50px 0;
}
section.about-certifide-row img {
  width: 100%;
  transform: scale(1.3);
}
section.about-certifide-row .row {
  background-image: url(../images/varified-bg.jpg);
  padding: 25px 100px 25px 60px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  position: relative;
  z-index: 1;
}
section.about-certifide-row .row:before {
  content: "";
  background: -webkit-linear-gradient(356.42deg, #F8A401 0.34%, #F8CF36 79.98%);
  background: linear-gradient(93.58deg, #9741e5 0.34%, #762eb7 79.98%);
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0.9;
  border-radius: 20px;
}
.certified-lft-sec h2 {
  font-size: 43px;
  font-weight: 600;
  font-family: 'Montserrat';
  line-height: 50px;
  margin-bottom: 10px;
  color: #fff;
}
.certified-lft-sec p {
  color: #fff;
  font-size: 16px;
  width: 90%;
  line-height: 26px;
  margin-bottom: 20px;
}
.absec02 {
  padding-bottom: 60px;
}
.absec02 h2.heading-custom-2 {
  margin-bottom: 20px;
}
section.about-quality-row {
  padding: 50px 0 200px;
  position: relative;
}
.about-quality-head {
  margin-bottom: 50px;
}
section.about-quality-row:before {
  content: "";
  background-image: url(../images/quality-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 590px;
  position: absolute;
  top: 80px;
  z-index: -1;
}
.about-quality-sec {
  position: relative;
  background: -webkit-linear-gradient(top, #F8A401 0%, #F8CF36 100%);
  background: linear-gradient(180deg, #762eb7 0%, #000000 100%);
  padding: 86px 25px;
  border-radius: 50px;
  color: #fff;
  text-align: center;
  width: 90%;
  margin: auto;
  position: relative;
}
.about-quality-sec h2 {
  font-weight: 700;
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 20px;
}
.about-quality-sec p {
  font-size: 17px;
  font-family: 'DM Sans' !important;!i;!;
  line-height: 27px;
  margin-bottom: 80px;
}
section.about-quality-row .col-lg-4:nth-child(2) .about-quality-sec {
  background: -webkit-linear-gradient(top, #858585 0%, #393939 100%);
  background: linear-gradient(180deg, #858585 0%, #393939 100%);
  -webkit-transform: translateY(3.646vw);
  transform: translateY(3.646vw);
}
section.about-quality-row .col-lg-4:first-child .about-quality-sec:after {
  content: "";
  background-image: url(../images/quality-box-arrow2.png);
  width: 175px;
  height: 136px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 6px;
  right: -126px;
}
section.about-quality-row .col-lg-4:nth-child(2) .about-quality-sec:after {
  content: "";
  background-image: url(../images/quality-box-arrow1.png);
  width: 175px;
  height: 136px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 14px;
  right: -129px;
}
.quality-img-box {
    position: absolute;
    bottom: -60px;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, #7E7E7E 0%, #3C3C3C 100%);
    width: 130px;
    height: 130px;
    line-height: 130px;!;
    border-radius: 50%;
    margin: auto;
}
.quality-img-box img {
    width: 70px;
    filter: brightness(7);
}
section.about-quality-row .col-lg-4:nth-child(2) .about-quality-sec .quality-img-box {
    background: linear-gradient(180deg, #622698 0%, #000000 100%);
}
.about-quality-head h2 {
    font-size: 50px;
    font-weight: 700;
}
section.about-location-row {
  padding: 50px 0 100px;
}
section.about-location-row h2.heading-custom-2 {
  font-size: 50px;
  font-weight: 700;
}
.image-globe {
  position: relative;
  max-width: 90%;
  margin-left: auto;
}
.image-globe img {
  width: 100%;
}
.image-globe:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/worldmapgold.png);
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-animation: 5s worldmapanimation infinite alternate;
  animation: 5s worldmapanimation infinite alternate;
}
@keyframes worldmapanimation {
  0% {
      opacity: 0;
  }
  50% {
      opacity: 0;
  }
  75% {
      opacity: 1;
  }
  100% {
      opacity: 1;
  }
}
.about-location-sec img {
  margin-bottom: 30px;
  width: 50%;
}
.about-location-sec h4 {
  font-size: 30px;
  font-weight: 700;
  font-family: 'Montserrat';
  line-height: 35px;
  margin-bottom: 10px;
}
.about-location-sec p {
  font-size: 18px;
  font-family: 'DM Sans' !important;
  line-height: 28px;
}
.blog-sec img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  margin-bottom: 20px;
}
.blog-sec h3 {
  font-size: 25px;
  font-family: 'Montserrat';
  line-height: 32px;
  margin-bottom: 20px;
}
.blog-sec p {
  color: #000;
  font-size: 18px;
  font-family: 'DM Sans' !important;
  font-weight: 500;
}
section.blog-row {
  padding-bottom: 100px;
}
.about-form-inner h6 {
  font-size: 75px;
  font-weight: 700;
  line-height: 80px;
  margin-bottom: 20px;
  font-family: montserrat, poppins;
}
.about-form-inner p {
  font-size: 18px;
  font-family: 'DM Sans' !important;
}
section.about-form-row {
  padding-bottom: 100px;
}
section.about-form-row .container {
  position: relative;
  padding: 0 0 75px;
}
section.about-form-row .container:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/contact-before.png);
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: -1;
  background-position: 100% 60%;
}
.about-form-inner {
  padding-left: 90px;
  color: #fff;
}
.about-form-sec {
  background: #1c1c1c;
  color: #fff;
  margin-left: auto;
  margin-right: 100px;
  padding: 60px 50px;
  border-radius: 30px;
}
.about-form-sec input, .about-form-sec textarea {
  width: 100%;
  height: 65px;
  padding: 25px !important;
  background: 0 0;
  border-radius: 10px;
  border: .104vw solid rgb(255 255 255 / 38%);
  font-size: 17px;
  color: #fff;
  font-family: 'DM Sans';
}
.about-form-sec textarea {
  height: 150px;
}
.about-form-sec input::placeholder, .about-form-sec textarea::placeholder {
  color: #fff;
}
.about-form-sec .form-group {
  margin-bottom: 20px;
}
.about-form-sec input[type="checkbox"] {
  margin-bottom: 0 !important;
  height: 1.146vw;
  width: 1.146vw;
}
.about-form-sec .form-check {
  padding: 0;
}
.about-form-sec .form-check label {
  color: #fff;
  font-size: 16px;
}
.about-form-sec .form-btn button {
  background: -webkit-linear-gradient(354.03deg, #F99C35 3.53%, #F8CF36 100%);
  background: linear-gradient(95.97deg, #9741e5 3.53%, #762eb7 100%);
  width: 31%;
  height: 62px;
  font-size: 20px;
}
.marque_img {
  /* height: 145px; */
  width: 150px;
  padding: 20px;
}

.image-background{
  background-color: #fff;
  border-radius: 50%;
  padding: 10px;
}

.four-columns-img {
  width: 50%;
  /* padding: 20px; */
}

.four-column-image-background{
  /* background-color: #fff; */
  border-radius: 10%;
  padding: 10px;
}

.carousel-wrap {
  margin: 90px auto;
  padding: 0 5%;
  width: 80%;
  position: relative;
  font-family: "DM Sans", sans-serif; /* Added font-family */
}

.owl-carousel .item {
  position: relative;
  z-index: 100;
  -webkit-backface-visibility: hidden;
}

.owl-nav > div {
  margin-top: -26px;
  position: absolute;
  top: 50%;
  color: #cdcbcd;
}

.owl-nav i {
  font-size: 52px;
}

.owl-nav .owl-prev {
  left: -30px;
}

.owl-nav .owl-next {
  right: -30px;
}

.text-reset {
  text-decoration: none;
  font-family: "DM Sans", sans-serif; /* Added font-family */
}

/* Tabs */
.nav-pills .nav-link.active {
  color: #fff !important;
  background-color: #9741e5 !important;
  text-underline-offset: 8px;
}

.nav-pills .nav-link{
  color: #000;
  font-size: 18px !important;
  background: #fff !important;!i;!;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
  !i;!i;!;
  padding: 14px 40px !important;!i;!;
  margin: 0 15px;
}

.nav-pills .nav-link:hover{
  background: #762eb7 !important;
  color: #fff;
}
/* Tabs */

/* Faqs Css */
#accordion .card-header {
  margin-bottom: 20px;
  font-family: "DM Sans", sans-serif; /* Added font-family */
}

#accordion .accordion-title {
  position: relative;
  display: block;
  padding: 15px 20px 15px 20px; /* Adjust padding to make space on the right */
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  text-decoration: none;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  width: 100%;
  text-align: left;
  transition: all 0.4s ease-in-out;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  font-family: "DM Sans", sans-serif; /* Added font-family */
}

.according-text {
  font-weight: 500;
  font-family: "DM Sans", sans-serif; /* Added font-family */
}

#accordion .accordion-title i {
  position: absolute;
  width: 50px;
  height: 100%;
  right: 8px; /* Align to the right */
  top: 0;
  color: #000;
  background: none; /* Remove background */
  text-align: center;
  border-left: 1px solid transparent; /* Change border to left */
}

#accordion .accordion-title i:hover {
  color: #fff;
}

#accordion .accordion-title:hover {
  padding-right: 20px; /* Adjust padding when hovering */
  background: #762eb7;
  color: #fff;
}

#accordion .accordion-title:hover i {
  border-left: 1px solid #fff; /* Change border to left */
}

#accordion [aria-expanded="true"] {
  background: #9741e5;
  color: #fff;
}

#accordion [aria-expanded="true"] i {
  color: #fff;
  background: none;
}

#accordion [aria-expanded="true"] i:before {
  content: "\f068"; /* Font Awesome Minus icon */
}

#accordion .accordion-body {
  padding: 40px 55px;
  font-family: "DM Sans", sans-serif; /* Added font-family */
  background-color: #9741e5;
  border-radius: 6px;
  margin-bottom: 20px;
  color: #fff;
}

/* Form */
.form-control, .form-select{
  padding: 0.975rem 0 0.975rem 1rem !important;
}

/* Counter */
.text-counter {
  font-size: 22px;
  font-family: "DM Sans", sans-serif; /* Added font-family */
}


/* Footer */
.footer-class{
  background: linear-gradient(233deg, rgba(0, 0, 0, 1) -21%, rgba(56, 56, 56, 1) 252%);
}

/* Map */
.gmap_canvas{
  width: 100% !important;
}

.height-custom{
  height: 500px !important;
}

a.nav-link.dropdown-toggle:active {
  color: #fbb040 !important;
}

.shadow-custom{
  box-shadow: rgba(100, 100, 111, 6.8) 0px 7px 66px 0px;
}

/* Image with white color when the element has the specified classes */
.btn.btn-link.accordion-title.border-0.collapse img {
  filter: brightness(0) invert(1); /* This makes the image white */
}

/* Image with black color when the element also has the 'collapsed' class */
.btn.btn-link.accordion-title.border-0.collapse.collapsed img {
  filter: brightness(0); /* This makes the image black */
}

.btn.btn-link.accordion-title.border-0.collapse.collapsed img {
  filter: brightness(0); /* Black color */
}

/* On hover: Change the image color to white */
.btn.btn-link.accordion-title.border-0.collapse.collapsed:hover img {
  filter: brightness(0) invert(1); /* White color */
}

#LogoFive{
  width: 120px;
  margin-left: 15px;
  margin-top: 10px;
}

.container-custom-width-image{
  width: 80%; float: right; margin: 20px 0px;
}

.absec02, .absec03, .absec04, .absec05, .absec06, .absec07, .absec08{
  margin-top: 50px;
}
.fbasec02, .fbasec03, .fbasec04, .fbasec05, .fbasec06, .fbasec07, .fbasec08{
  margin-top: 0px !important;
}

.mobile-center-fba{
  margin-top: -80px !important;
}

.fbasec02{
  padding-bottom: 30px;
}
div.custom-top-margin{
  margin-top: -200px !important;
  position: relative !important;
  z-index: 3 !important;
}
/* .colored-image {
  filter: sepia(1) saturate(10000%) hue-rotate(-50deg) brightness(1);
} */
/* Steps Css */
.step-form-step {
  display: none;
}
.step-form-step.active {
  display: block;
}
.step-form {
  margin-bottom: 20px;
}
section.steps-row {
  padding: 0px 0 0;
}
.step-main-sec {
  background: #fff;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
  padding: 50px 30px;
  border-radius: 20px;
}

.step-form h2 {
  font-size: 21px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif !important;
  line-height: 30px;
  margin-bottom: 10px;
  color: #000;
}

.step-sec p {
  font-size: 18px;
  line-height: 25px;
  color: #000;
  margin-bottom: 20px;
}

.step-sec ul.list-inline {
  margin-bottom: 0;
  display: block !important;
  text-align: center;
}

.step-sec ul.list-inline li {
  border-radius: 12px;
  min-height: 50px;
  font-weight: 500;
  border: 1px solid #762eb7;
  padding: 20px 5px;
  box-shadow: rgba(216, 216, 216, 0.5) 2px 2px 12px 2px;
  width: 49%;
  display: inline-block;
  margin: 0px 0px 20px;
}
.step-sec ul.list-inline li [type="radio"]:checked,
.step-sec ul.list-inline li [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.step-sec ul.list-inline li [type="radio"]:checked + label,
.step-sec ul.list-inline li [type="radio"]:not(:checked) + label
{
  position: relative;
  padding-left: 26px;
  cursor: pointer;
  display: inline-block;
  color: #202020;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.62px;
  margin-bottom: 0;
  line-height: normal;
  text-align: left;
}
.step-sec ul.list-inline li [type="radio"]:checked + label:before,
.step-sec ul.list-inline li [type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #762eb7;
  border-radius: 100%;
  background: #fff;
}
.step-sec ul.list-inline li [type="radio"]:checked + label:after,
.step-sec ul.list-inline li [type="radio"]:not(:checked) + label:after {
  content: '';
  width: 12px;
  height: 12px;
  background: #762eb7;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.step-sec ul.list-inline li [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.step-sec ul.list-inline li [type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.step-sec ul.list-inline {
  display: block !important;
  text-align: center;
}
.step-sec ul.list-inline li:last-child {
    width: 62%;
}
.step-sec2 ul.list-inline li:last-child {
    width: 49%;
}
.step-sec4 ul.list-inline li:last-child {
    width: 50%;
}
.progress-bar {
  font-family: 'DM Sans';
  font-size: 15px;
  font-weight: 600;
}
.progress {
  height: 25px;
  margin-bottom: 30px !important;
}
.step-main-sec button.btn.btn-primary.next-step {
  float: right;
}
.step-main-sec button.btn {
  padding: 10px 35px !important;
  color: #fff !important;
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: 600;
}
.step-sec5 {
  margin-top: 20px;
}
.step-sec5 h3 {
  font-family: 'Montserrat';
  font-size: 25px;
  line-height: 35px;
  margin-bottom: 20px;
  font-weight: 600;
  color: #000;
}
.step-sec5 .form-group input {
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.42);
  border-radius: 0;
  background: #fff;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
  color: rgba(0, 0, 0, 0.87);
  font-size: 16px;
  font-family: 'DM Sans';
}
.step-sec5 .form-group {
  margin-bottom: 27px;
}
.step-sec5 .form-group input::placeholder {
  color: #000;
  font-size: 16px;
  font-family: 'DM Sans';
}
.form-check {
  display: flex !important;
  padding: 0;
  margin-bottom: 30px !important;
  align-items: flex-start;
}
.form-check input {
  margin-right: 10px;
  width: 30px;
}
.form-check label {
  font-family: 'DM Sans';
  color: #000;
  font-size: 16px;
  line-height: 24px;
}
.form-btn button {
  color: white;
  width: 100%;
  display: block;
  padding: 10px;
  font-size: 15px;
  font-family: 'DM Sans';
  background-color: #9741e5;
  border: 0;
  border-radius: 4px;
}
.thankyou-sec h2 {
  font-size: 50px;
  margin-bottom: 30px;
}
.thankyou-sec i {
  font-size: 50px;
  color: green;
  font-weight: 700;
  margin-bottom: 20px;
}
.thankyou-sec p {
  font-size: 18px;
}
.tiktok-banner-row {
  /* background-image: url(../images/tiktok-bg.jpg); */
}
.packages-sec {
  border: 1px solid #1c1c1c;
  border-radius: 10px;
  padding: 30px;
  transition: all 0.4s linear;
}
.profit-box {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.profit-box span {
  background: #9741e5;
  color: #fff;
  font-family: 'Poppins';
  font-weight: 600;
  border-radius: 50px;
  padding: 5px 15px;
  font-size: 16px;
  margin-right: 20px;
}
.profit-box h4 {
  margin: 0;
  color: #212529;
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
}
.packages-sec h2 {
  color: #212529;
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 20px;
  font-weight: 600;
}
.packages-sec h3.price-bx {
  margin-bottom: 20px;
  font-size: 32px;
  color: #212529;
  font-weight: 600;
  font-family: 'Poppins';
  line-height: 35px;
}
.packages-sec h3.price-bx span {
  color: #762eb7;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}
.packages-sec ul {
  margin: 0 0 20px;
  padding: 0;
}
.packages-sec ul p {
  font-size: 18px;
  color: #212529;
  text-transform: uppercase;
  font-family: 'DM Sans' !important;
  margin-bottom: 5px;
}
.packages-sec ul li {
  list-style: none;
  display: flex;
  border-bottom: 1px solid #212529;
  padding-bottom: 7px;
  margin-bottom: 7px;
  color: #000;
  font-size: 16px;
  line-height: 20px;
}
.packages-sec ul li:before {
  content: "\f058";
  font-family: 'FontAwesome';
  margin-right: 10px;
}
.packages-sec ul li:last-child {
  border: 0;
  padding: 0;
  margin: 0;
}
.packages-sec button.btn {
  width: 100%;
  background-color: #9741e5;
  padding: 10px 25px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  border-color: #9741e5;
  font-size: 16px;
  border-radius: 50px;
  font-weight: 600;
  transition: all 0.4s linear;
}
.packages-sec button.btn:hover {
  color: #fff;
}
.packages-sec:hover {
  background: #762eb7;
  cursor: pointer;
  border-color: #9741e5;
}
.packages-sec:hover * {
  color: #fff;
}
.packages-sec:hover h3, .packages-sec:hover h3 span {
  color: #fff;
}
.packages-sec:hover button.btn {background: #000;}
.packages-sec:hover .profit-box span {
  background: #000;
}
.packages-sec:hover ul li {
  border-color: #fff;
}
/* Portfolio Css */
.portfolio-sec {
  margin-bottom: 30px;
  border: 1px solid #1c1c1c;
  border-radius: 10px;
}
.portfolio-sec img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  object-position: top;
  border-radius: 10px;
}
.portfolio-main-sec .owl-nav button {
  position: absolute;
  top: 45%;
  background-color: #000;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.portfolio-main-sec .owl-nav button.owl-prev {
  left: -50px;
}
.portfolio-main-sec .owl-nav button.owl-next {
  right: -50px;
}
section.steps-row button.btn-close {
  border: #762eb7 3px solid;
  border-radius: 72px;
  text-align: center;
  background-color: #fff;
  box-shadow: #000 0 0 10px;
  overflow: visible;
  opacity: 1;
  width: 30px;
  height: 30px;
  font-size: 10px;
  position: absolute;
  right: -15px;
  top: -20px;
}
.modal-content {
  width: 75% !important;
  border-radius: 20px !important;
  margin: 130px auto 0 !important;
}
.modal-body {
  padding: 30px 30px 50px !important;
}

.work-row .row {justify-content: center;}

.work-row {
  padding: 70px 0 100px;
}
.work-row .container-fluid {
  padding: 0 100px;
}
.work-row h2.heading-custom {
  margin-bottom: 80px !important;
}
.work-sec img {
  width: 100%;
}
.work-sec {
  position: relative;
}
.work-sec .work-inner-sec {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 80%;
  margin: auto;
}
.work-sec .work-inner-sec h2 {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 15px;
  color: #000;
  font-weight: 600;
  font-family: 'Poppins';
}
.work-sec .work-inner-sec p {
  font-size: 15px;
  font-family: 'Poppins' !important;
}
.work-sec .work-inner-sec:after {
  content: "";
  position: absolute;
  right: -65px;
  top: calc(56% - 0.521vw);
  transform: translateY(-50%);
  background-image: url(../images/work-arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 74px;
  width: 54px;
  background-position: right center;
}
.work-sec span {
  border-radius: 50px;
  position: absolute;
  width: 55px;
  height: 55px;
  background: #9741e5;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  line-height: 55px;
  font-size: 20px;
  font-family: montserrat;
  left: 0;
  bottom: -30px;
  font-weight: 700;
  right: 0;
  margin: auto;
}
.work-row .col:nth-child(even) .work-sec span {
  bottom: auto;
  top: -30px;
}
.work-row .col:nth-child(even) .work-sec .work-inner-sec:after {
  top: calc(50% - 0.521vw);
}
.work-row .col:last-child .work-sec .work-inner-sec:after {
  background-image: url(../images/check-icon.png);
  top: 126px;
  right: -55px;
  height: 55px;
  width: 92px;
}
/* Niche Css */
.section04 .marquee {
  transform: unset;
  position: relative;
  width: 100vw;
  max-width: 100%;
  height: 300px;
  overflow-x: hidden;
}
.niche-main-sec {
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  animation: marquee 32s linear infinite;
  display: flex;
}
@keyframes marquee {
from { transform: translateX(0); }
to { transform: translateX(-50%); }
}
.niche-sec {
  background-image: url(../images/niche-bg1.jpeg);
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  background-size: cover;
  border-radius: 50%;
  width: 250px;
  height: 250px;
  line-height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  margin: 0 10px;
}
.niche-sec2 {
  background-image: url(../images/niche-bg2.jpeg);
}
.niche-sec:before {
  content: "";
  background: #000;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  z-index: -1;
}
.niche-sec h5 {
  font-size: 30px !important;
  line-height: 30px;
}
.niche-sec3 {
  background-image: url(../images/niche-bg3.jpg);
}
.niche-sec4 {
  background-image: url(../images/niche-bg4.jpg);
}
.niche-sec5 {
  background-image: url(../images/niche-bg5.jpg);
}
.niche-sec6 {
  background-image: url(../images/niche-bg6.jpg);
}
.niche-sec7 {
  background-image: url(../images/niche-bg7.jpg);
}
.niche-sec8 {
  background-image: url(../images/niche-bg8.jpg);
}
.niche-sec9 {
  background-image: url(../images/niche-bg9.jpeg);
}
.niche-sec10 {
  background-image: url(../images/niche-bg10.jpg);
}
.niche-sec11 {
  background-image: url(../images/niche-bg11.jpg);
}
.niche-sec12 {
  background-image: url(../images/niche-bg12.jpg);
}
.niche-sec13 {
  background-image: url(../images/niche-bg13.jpg);
}
.niche-sec14 {
  background-image: url(../images/niche-bg14.jpg);
}
.niche-sec15 {
  background-image: url(../images/niche-bg15.jpg);
}
section.aspects-row {
  padding: 50px 0 100px;
  position: relative;
}
.aspects-head {
  margin-bottom: 50px;
}
.aspects-head h2 {
  margin-bottom: 20px;
}
.aspects-head p {
  font-size: 17px;
  font-family: 'DM Sans' !important;
  width: 82%;
}
section.aspects-row img {
  width: 100%;
}
/* section.aspects-row:before {
  content: "";
  background-image: url(../images/whitebgltr.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 1040px;
  position: absolute;
  z-index: -1;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  top: 0;
} */
.aspects-sec {
  background: #fff;
  box-shadow: 0 1.198vw 1.979vw rgb(0 0 0 / 20%);
  border-radius: 15px;
  border: .072vw solid rgb(47 44 44 / 9%);
  padding: 25px 25px 25px 40px;
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  align-items: center;
  margin: 0 10px;
}
.aspects-sec p {
  position: absolute;
  left: 0;
  margin: 0;
  left: -1.152vw;
  transform: translateY(-50%);
  height: 2.344vw;
  width: 2.344vw;
  background: -webkit-linear-gradient(top, #1C1C1C 0%, #F8A401 100%);
  background: linear-gradient(180deg, #1C1C1C 0%, #762eb7 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 1.042vw;
  font-weight: 700;
  color: #fff;
  top: 50%;
}
.aspects-sec h4 {
  font-family: montserrat;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  color: rgba(47, 44, 44, .5);
  transition: .3s ease-in-out;
  width: 95%;
  margin-bottom: 0;
}
section.aspects-row .col-lg-8 .col-lg-4 {
  margin-bottom: 40px;
}
.aspects-sec:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(189.44deg, #F8CF36 3.79%, #2F2F2F 100%);
  background: linear-gradient(260.56deg, #762eb7 3.79%, #2F2F2F 100%);
  z-index: -1;
  border-radius: .677vw;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.aspects-sec:hover:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.aspects-sec:hover * {
  color: #fff;
}
.sectionform {
    padding: 100px 0 !important;
}
.sectionform .container {
    background: #fff;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    border-radius: 20px;
    padding: 50px 80px;
}

.contact-sec {
    padding: 20px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.contact-sec label {
  font-family: 'DM Sans';
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}
.contact-sec .form-group {
  margin-bottom: 20px;
}
.contact-sec input, .contact-sec select, .contact-sec textarea {
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.42);
  border-radius: 0;
  background: #fff;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
  color: rgba(0, 0, 0, 0.87);
  font-size: 16px;
  font-family: 'DM Sans';
}
.contact-sec input::placeholder, .contact-sec textarea::placeholder {
  color: rgba(0, 0, 0, 0.87);
  font-size: 16px;
  font-family: 'DM Sans';
}
.contact-sec .form-check input {
  width: 16px;
  border: 0;
}
.contact-sec .form-check {
  margin-bottom: 0 !important;
}
.contact-sec .form-check label {
  font-weight: 400;
}
.contact-sec .col-lg-12 .row {
  margin-bottom: 20px;
}
/* Media Query 320 to 767 */
@media only screen and (min-width: 320px) and (max-width: 767px){
body{
  overflow-x: hidden !important;
}
.primary-button-orange-white-ab{
  font-size: 12px !important;
  padding: 8px 18px !important;
}
.testimonials-sec {
  padding: 15px 35px;
  border-radius: 10px;
  height: auto;
}
  .testi-rate ul {
    padding: 0;
}
.testimonials-sec p {
    font-size: 15px;
}
.testi-flex img {
    margin: 0 0 10px;
    width: 55px !important;
    height: 55px;
}
.testi-flex {
    flex-direction: column;
}
.testi-flex h3 {
    font-size: 18px;
}
  .about-work-row {
    padding: 50px 0;
}
section.about-certifide-row {
    padding: 0;
}
  .sectionform .container {
    padding: 30px 20px;
}
.sectionform iframe {
    height: 350px;
    margin-bottom: 30px;
}
section.about-certifide-row .row {
    padding: 50px 20px;
    text-align: center;
}
.certified-lft-sec h2 {
    font-size: 30px;
    line-height: 40px;
}
.certified-lft-sec p {
    font-size: 15px;
    width: 100%;
    line-height: 23px;
}
section.about-certifide-row img {
    transform: unset;
    margin-top: 30px;
}
section.about-quality-row {
    padding: 0 0 0px;
}
.about-quality-head h2 {
    font-size: 35px;
    line-height: 40px;
}
.about-quality-head {
    margin-bottom: 80px;
}
.about-quality-sec {
    width: 80%;
    padding: 25px;
    padding-top: 50px;
    background: linear-gradient(0deg, #F8A401 0%, #F8CF36 100%);
    margin-bottom: 60px;
}
.about-quality-sec h2 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 10px;
}
.about-quality-sec p {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 0;
}
.quality-img-box {
    bottom: auto;
    top: -49px;
    width: 80px;
    height: 80px;
    line-height: 80px;
}
.quality-img-box img {
    width: 50px;
}
section.about-quality-row .col-lg-4:first-child .about-quality-sec:after {
    right: -40px;
    top: auto;
    transform: rotate(52deg);
    width: 127px;
    height: 100px;
    z-index: -1;
}
section.about-quality-row .col-lg-4:nth-child(2) .about-quality-sec:after {
    left: -50px;
    right: auto;
    transform: rotate(127deg);
    bottom: -100px;
    width: 127px;
    height: 100px;
    z-index: -3;
}
section.about-location-row {
    padding: 0 0 0;
    text-align: center;
}
section.about-location-row h2.heading-custom-2 {
    font-size: 35px;
    margin-bottom: 40px;
}
.image-globe {
    max-width: 100%;
    margin-bottom: 35px;
}
.about-location-sec img {
    width: 30%;
    margin-bottom: 20px;
}
.about-location-sec h4 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 5px;
}
.about-location-sec p {
    font-size: 15px;
    line-height: 24px;
}
section.blog-row {
    padding-bottom: 0;
    text-align: center;
}
.blog-sec img {
    height: 250px;
    margin-bottom: 10px;
}
.blog-sec h3 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
}
.blog-sec {
    margin-bottom: 30px;
}
.blog-sec p {
    font-size: 16px;
    margin: 0;
}
.about-form-inner {
    padding: 0;
}
section.about-form-row {
    padding: 50px 0 0;
    text-align: center;
    background: #fbb254;
    border-radius: 30px;
}
.about-form-inner h6 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 10px;
}
.about-form-inner p {
    font-size: 16px;
    width: 85%;
    margin: 0 auto 20px;
}
section.about-form-row .container:before {
    display: none;
}
.about-form-sec {
    width: 90%;
    margin: auto;
    padding: 40px 20px;
}
.about-form-sec .form-group {
    margin-bottom: 10px;
}
.about-form-sec input, .about-form-sec textarea {
    height: 45px;
    font-size: 15px;
    padding-left: 15px !important;
}
.about-form-sec textarea {
    height: 90px;
    padding-top: 10px !important;
}
.about-form-sec input[type="checkbox"] {
    width: auto;
    height: auto;
}
.about-form-sec .form-check label {
    font-size: 13px;
}
.about-form-sec .form-btn button {
    height: 45px;
    font-size: 16px;
}
/* Home */
div.phone_button{
  display: none !important;
}
.heading-custom-main{
  font-size: 25px;
  text-align: center;
  margin-bottom: 10px;
}
.heading-custom{
  font-size: 30px;
  text-align: center;
  margin-bottom: 10px;
}
.heading-custom-2{
  font-size: 25px;
  text-align: center;
  margin-bottom: 10px;
  margin-top: 10px;
}
.heading-custom-3{
  font-size: 25px;
  text-align: center;
  margin-bottom: 10px;
}
  section.aspects-row {
    padding: 20px 0 0px;
    text-align: center;
}
.aspects-head h2 {
    margin-bottom: 10px;
}
.aspects-head p {
    width: 100%;
    font-size: 15px;
    line-height: 24px;
}
.aspects-head {
    margin-bottom: 25px;!;
}
section.aspects-row .col-lg-8 .col-lg-4 {
    margin-bottom: 20px;
}
.aspects-sec p {
    position: relative;
    top: 0px;
    left: 0;
    width: 45px !important;
    height: 40px;;
    font-size: 16px;
    border-radius: 50px;;
    display: block;
    line-height: 40px;
    transform: unset;
}
.aspects-sec {
    align-items: center;
    padding: 10px 10px;
    flex-direction: row-reverse;
    margin: 0;
}
.aspects-sec h4 {
    width: 100%;
    font-size: 15px;
    text-align: left;
}
section.aspects-row img {
    display: none;
}
.nav-pills .nav-link{
  font-size: 15px !important;
  margin: 0 5px 20px;
}
.card {
  text-align: center;
}
img.card-img-top {
  text-align: center !important;
  margin: 0 auto !important;
}
#accordion .accordion-body{
  padding: 0;
}
.marque_img {
  width: 100px;
  /* padding: 20px; */
}
.mobile-center {
  text-align: center;
  padding: 0px 0px !important;
}
.primary-button-blue-white{
  text-align: center;
}
.primary-button-blue-white-ab{
  font-size: 12px !important;
}
form> .primary-button-blue-white{
  text-align: center;
}
p{
  text-align: center;
  font-size: 14px;
}
.hero-number{
  font-size: 25px !important;
}

div.phone-box{
  padding: 5 !important;
  margin: 0 auto ;
}
.button-hero{
  text-align: center;
}
.button-hero > button{
  margin: 10px 0px;
}
.sec01Image{
  width: 100% !important;
  float: none;
}
.logos > img{
  width: 60%;
  text-align: center;
  border: none !important;
  margin: 10px 0px ;
}
img#LogoFive {
  width: 22%;
}
  .logos img {
    width: 32%;
    border: 0;
}
#LogoOne, #LogoTwo, #LogoThree, #LogoFour {
    border: 0;
}
/* About */
.absec02{
  padding: 0;
  margin: 0 !important;
}
.container-custom-width{
  text-align: center;
}
.container-custom-width-image{
  width: 100%;
}
.absec02, .absec03, .absec04, .absec05, .absec06, .absec07, .absec08{
  margin-top: 0px !important;
}
.fbasec02, .fbasec03, .fbasec04, .fbasec05, .fbasec06, .fbasec07, .fbasec08{
  margin-top: 30px !important;
}
/* Contact */
.heading-custom-3-ct{
  font-size: 25px;
  text-align: center;
  margin-bottom: 10px;
  font-family: "DM Sans", sans-serif !important;
}
/* fba */
.custom-top-margin{
  margin-top: -50;
  position: relative !important;
  z-index: 3 !important;
}
.fbasec02{
  padding: 10px 10px;
}
.mobile-center-fba{
  margin-top: 0px !important;
  text-align: center;
  padding: 0px 0px !important;
}
.primary-button-blue-fba{
  font-size: 11px !important;
}
.ban-rating-sec {
    text-align: center;
    margin: 10px 0 30px;
}
.ban-rating-sec img {
    width: 40%;
}
.step-main-sec {
    padding: 15px;
    width: 100%;
}

.step-form h2 {
    font-size: 24px;
    text-align: center;
    line-height: normal;
}

.step-sec p {
    font-size: 13px;
    line-height: normal;
}

.step-sec ul.list-inline li{
     width: 100%;
     padding: 15px 10px;
     font-size: 12px;
}
.step-sec ul.list-inline li [type="radio"]:not(:checked) + label{
    font-size: 13px;
}
.step-sec5 h3{
    font-size: 20px;
    line-height: normal;
    text-align: center;
}
.form-check label{
    font-size: 13px;
}
section.banner-row {
  padding: 50px 0;
}
.image-banner-home-vw {
  display: none;
}
.banner-sec h1 {
  font-size: 30px;
  width: 100%;
  line-height: 35px;
  margin-bottom: 15px;
}
.banner-sec p {
  width: 100%;
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 15px;
}
.sliding-text-one__animate-text span {
  font-size: 40px;
}
.sliding-text-one__animate-text img {
  width: 30% !important;
  height: 50px;
}
section.roadmap {
  display: none;
}
/* Work Css */
.work-row {
  margin: 0 !important;
  padding: 0px 0 50px;
}
.work-row .how-sec {
  margin-bottom: 30px !important;
}
.work-row .row {
  margin-top: 0 !important;
}
.packages-sec {
  margin-bottom: 30px;
}
.modal-content {
  width: 95% !important;
  margin-top: 50px !important;
}
.modal-body {
  padding: 30px 15px !important;
}
.sectionform .col-2 {
  display: none;
}
.sectionform .col-8 {
  width: 100%;
}
.sectionform .form-check-input[type=checkbox] {
  width: 15px;
  height: 15px;
}
.services-row ul#pills-tab {
    margin-bottom: 0 !important;
}
.services-sec {
    padding: 10px 20px;
    margin-bottom: 15px;
    align-items: center;
}
.services-inner-sec h3 {
    font-size: 20px;
}
.services-inner-sec a.btn {
    opacity: 1;
}
.niche-sec {
    width: 150px;
    height: 150px;
}
.niche-sec h5 {
    font-size: 20px !important;
}
.section04 .marquee {
    height: 170px;
}
.work-row .col {
    width: 100%;!;
    flex: 100%;
}
.work-row .container-fluid {
    padding: 0 50px;
}
.work-sec span {
    top: -25px;
    left: -20px;
    right: auto;
    font-size: 18px;
    width: 45px;
    height: 45px;
}
  .work-sec img {
    transform: rotate(90deg);
}
.work-sec .work-inner-sec:after {
    bottom: -40px;
    left: -5px;
    top: auto;
    transform: rotate(90deg);
    right: 0;
    margin: auto;
}
.work-row .col:nth-child(even) .work-sec span {
    left: auto;
    right: -27px;
    bottom: -19px;
}
.work-row .col:nth-child(even) .work-sec .work-inner-sec:after {
    top: 82%;
    left: 13px;
}
.work-sec {
    margin-bottom: 20px;
}
.work-row .col:last-child .work-sec .work-inner-sec:after {
    transform: unset;
    height: 40px;
    top: auto;
    bottom: -10px;
    right: -28px;
}
.work-row h2.heading-custom {
    margin-bottom: 20px !important;
}
.work-sec .work-inner-sec h2 {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 10px;
}
.work-sec .work-inner-sec h2 br {
    display: none;
}
.work-sec .work-inner-sec p {
    font-size: 14px;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px){
.testimonials-sec {
  width: 440px;
  height: 380px;
  background-color: #e5e5e5;
  box-shadow: 7px 5px 54px 0px;
  margin-right: 50px !important;
  padding: 15px 35px;
}
}

/* Media Query 768 to 1023 */
@media only screen and (min-width: 768px) and (max-width: 1023px){
  .step-main-sec{
        width: 100%;
    }
    .step-form h2 {
    font-size: 27px;
    text-align: center;
    }
    .step-sec p {
    font-size: 16px;
    text-align: center;
    }
    .step-sec ul.list-inline li [type="radio"]:not(:checked) + label{
        font-size: 14px;    
    }
  div.phone_button{
    display: none !important;
  }
  body{
    overflow-x: hidden !important;
  }
  .banner-row {
      padding: 100px 0;
  }
  .banner-sec h1 {
      width: 100%;
      font-size: 40px;
      line-height: 50px;
      margin-bottom: 10px;
  }
  .banner-sec p {
      width: 90%;
      font-size: 15px;
  }
  .small-image-vw.top-left-vw {
      top: -45vw;
  }
  .small-image-vw.top-right-vw {
      top: -45vw;
  }
  .small-image-vw {
      height: 7vw;
  }
}

/* Media Query 1024 to 1200 */
@media only screen and (min-width: 1024px) and (max-width: 1200px){
  div.phone_button{
    display: none !important;
  }
  .navbar-brand {
    width: 230px !important;
  }
  body{
    overflow-x: hidden !important;
  }
}


/* Media Query 1024 to 1300 */
@media only screen and (min-width: 1024px) and (max-width: 1300px){
    .step-main-sec{
        width: 100%;
    }
  body{
    overflow-x: hidden !important;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 16px;
    padding: 0 7px !important;
}
  .navbar-brand {
    width: 11% !important;!i;!;
}
span.tel-btn span {
    font-size: 14px;
}
span.tel-btn i {
    font-size: 21px;
}
.work-row .container-fluid {
  padding: 0 20px;
}
.work-row {
  padding: 0 0 70px;
}
.work-sec .work-inner-sec {
  width: 90%;
}
.work-sec .work-inner-sec p {
  font-size: 14px;
}
.work-sec .work-inner-sec h2 {
  font-size: 16px;
  width: 85%;
  line-height: 26px;
  margin-bottom: 5px;
}
.work-sec .work-inner-sec:after {
  right: -50px;
}
.work-row .col:nth-child(even) .work-sec .work-inner-sec:after {
  right: -49px;
  top: 50%;
}
.work-row .col:last-child .work-sec .work-inner-sec:after {
  right: -26px;
  height: 30px;
  top: 89px;
}
.work-sec span {
  width: 45px;
  height: 45px;
  bottom: -25px;
  font-size: 18px;
}
.heading-custom-2 {
  font-size: 45px;
}
section.about-form-row .container:before {
  background-position: 100% 60%;
}
section.about-form-row {
  padding-bottom: 0px;
}
.about-form-inner {
  padding-left: 50px;
}
.about-form-inner h6 {
  font-size: 55px;
  margin-bottom: 0;
  line-height: 60px;
}
.about-form-inner p {
  font-size: 16px;
}
.about-form-sec {
  padding: 40px;
}
.about-form-sec input, .about-form-sec textarea {
  height: 60px;
}
.about-form-sec textarea {
  height: 120px;
  padding-top: 10px !important;
}
.aspects-sec {
  padding: 19px 0px 19px 25px;
}
.aspects-sec h4 {
  font-size: 16px;
}
section.aspects-row {
  padding-bottom: 40px;
}
.testimonials-sec {
  height: 350px;
}
.testi-rate {
  margin-bottom: 10px;
}
.testimonials-sec p {
  font-size: 15px;
}
.ban-rating-sec img {
    width: 25%;
}
}

/* Media Query 1301 to 1600 */
@media only screen and (min-width: 1301px) and (max-width: 1600px){
  body{
    overflow-x: hidden !important;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
      font-size: 15px;
      padding: 0 7px !important;
  }
  .navbar-brand {
    width: 11% !important;
}
span.tel-btn span {
    font-size: 16px;
}
span.tel-btn i {
    font-size: 25px;
}
  .banner-row {
      padding: 170px 0;
  }
  .small-image-vw {
      height: 6vw;
  }
  .small-image-vw.top-left-vw {
      top: -30vw;
  }
  .small-image-vw.top-right-vw {
      top: -29vw;
  }
  .work-row .container-fluid {
      padding: 0 20px;
  }
  .work-row {
      padding: 0 0 70px;
  }
  .work-sec .work-inner-sec {
      width: 90%;
  }
  .work-sec .work-inner-sec p {
      font-size: 14px;
  }
  .work-sec .work-inner-sec h2 {
      font-size: 16px;
      width: 85%;
      line-height: 26px;
      margin-bottom: 5px;
  }
  .work-sec .work-inner-sec:after {
      right: -50px;
  }
  .work-row .col:nth-child(even) .work-sec .work-inner-sec:after {
      right: -49px;
      top: 50%;
  }
  .work-row .col:last-child .work-sec .work-inner-sec:after {
      right: -26px;
      height: 30px;
      top: 89px;
  }
  .work-sec span {
      width: 45px;
      height: 45px;
      bottom: -25px;
      font-size: 18px;
  }
  .heading-custom-2 {
      font-size: 45px;
  }
  section.about-form-row .container:before {
    background-position: 100% 60%;
}
section.about-form-row {
    padding-bottom: 0px;
}
.about-form-inner {
    padding-left: 50px;
}
.about-form-inner h6 {
    font-size: 55px;
    margin-bottom: 0;
    line-height: 60px;
}
.about-form-inner p {
    font-size: 16px;
}
.about-form-sec {
    padding: 40px;
}
.about-form-sec input, .about-form-sec textarea {
    height: 60px;
}
.about-form-sec textarea {
    height: 120px;
    padding-top: 10px !important;
}
.aspects-sec {
  padding: 19px 0px 19px 25px;
}
.aspects-sec h4 {
  font-size: 16px;
}
section.aspects-row {
  padding-bottom: 40px;
}
.testimonials-sec {
  height: 350px;
}
.testi-rate {
  margin-bottom: 10px;
}
.testimonials-sec p {
  font-size: 15px;
}
.ban-rating-sec img {
    width: 25%;
}
}
