@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
:root {
    --mainFontFamily: 'Satoshi';
    --bodyTextColor: #222;
    --headingTextColor: #19352D;
    --headerBackground: #EDF1EE; 
    --greenColor: #29594B;
    --whiteColor: #fff;
    --orangeColor: #FC8A02;
    --lighGreen: #EDF1EE;
}
html, body{
    overflow-x: hidden;
    font-family: 'Satoshi';
}
body, p {
    font-family: var(--mainFontFamily);
    font-family: 'Satoshi';
    font-weight: normal;
    font-size: 17px;
    color: var(--bodyTextColor);
}
p {
    line-height: 30px;
    margin-bottom: 20px;
}
h1, h2, h3, h4, h5, h6 {
    color: var(--headingTextColor);
    font-family: var(--mainFontFamily);
    font-family: 'Satoshi';
    font-weight: bold;
    text-transform: lowercase !important;
}

/*CSS Only for make the heading, Sunheading in lowercase*/
h1:first-letter, h2:first-letter, h3:first-letter, h4:first-letter, h5:first-letter, h6:first-letter {
    text-transform: capitalize !important;
}
.heading_tagline {
    text-transform: lowercase !important;
}
.heading_tagline:first-letter {
    text-transform: capitalize !important;
}
.left_conts_banner p {
    text-transform: lowercase !important;
}
.left_conts_banner p:first-letter {
    text-transform: capitalize !important;
}
/*Lowercase heading CSS Closed here*/

h1 {
    font-size: 46px;
    line-height: 60px;
}
h2 {
    font-size: 34px;
    line-height: 44px;
}
a:focus {
    outline: none;
    border: none;
}
.container {
    max-width: 1380px;
    padding: 0px 30px;
}
section {
    padding: 70px 0px;
}
body.homepage header {
    background: var(--headerBackground);
}
header {
    background: #fff; 
}
.main_header_data {
    background: var(--headerBackground);
}
nav.navbar {
    border-bottom: 1px solid rgba(25, 53, 45, 0.15);
    padding: 0px 0px;
    transition: all 0.5s ease-in-out 0s;
}
.navbar-nav .nav-item a.nav-link.active {
    color: #fc8a02;
}
.navbar-nav .nav-item a.nav-link {
    color: #19352D;
    font-size: 14px;
    line-height: normal;
    text-transform: uppercase;
    font-weight: 800;
    transition: all 0.5s ease-in-out 0s;
    padding: 34px 15px;
    font-family: var(--mainFontFamily);
}
.navbar-nav .nav-item a.nav-link:hover {
    color: var(--orangeColor);
    letter-spacing: 0px;
}
.navbar-nav .nav-item a.nav-link:hover i {
    color: var(--orangeColor);
}
.navbar-nav .nav-item a.nav-link::after {
    backface-visibility: hidden;
    border: 1px solid transparent;
    bottom: -10px;
    content: " ";
    display: block;
    margin: 0 auto;
    position: relative;
    transition: all 280ms ease-in-out;
    width: 0;
}
.navbar-nav .nav-item a.nav-link:hover::after {
    backface-visibility: hidden;
    border-color: var(--orangeColor);
    transition: width 350ms ease-in-out;
    width: 90%;
}
.navbar-nav .nav-item a.nav-link.active::after {
    width: 90%;
    border-color: var(--orangeColor);
}
.navbar-nav .nav-item a.nav-link.dropdown-toggle > i {
    transition: all 0.3s ease-in-out 0s;
    margin-left: 3px;
}
.navbar-nav .nav-item a.nav-link.dropdown-toggle.show > i {
    transform: rotate(-180deg);
    position: relative;
    top: -2px;
}
.navbar-nav .nav-item a.nav-link.dropdown-toggle.show {
    color: var(--orangeColor);
}
.header_right_buttons a.btn {
    border-radius: 60px;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.14);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-transform: uppercase;
    padding: 13px 28px;
    transition: all 0.5s ease-in-out 0s;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border: none;
}
.header_right_buttons {
    column-gap: 15px;
    display: flex;
}
.header_right_buttons a.btn.btn_outline {
    border: 1px solid var(--greenColor);
    color: var(--greenColor);
}
.header_right_buttons a.btn.btn_outline:hover {
    background: var(--greenColor);
    color: var(--whiteColor);
}
.header_right_buttons a.btn.btn_header {
    background: var(--greenColor);
    color: var(--whiteColor);
}
.header_right_buttons a.btn.btn_header:hover {
    background: var(--orangeColor);
}
a.navbar-brand {
    padding: 0;
    margin-right: 40px;
}
.home_banner_data {
    padding: 70px 0px 140px;
}
.right_conts_dats video {
    border-radius: 60px 0px 60px 0px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.right_conts_dats {
    overflow: hidden;
}
.right_conts_dats {
    overflow: hidden;
    position: relative;
    padding-bottom: 60.25%;
}
.left_conts_banner::after {
    content: "";
    background: url(../images/banner_pattren.png);
    width: 249px;
    height: 227px;
    position: absolute;
    top: -70px;
    left: -100px;
}
.highlight_text {
    color: var(--orangeColor);
}
.left_conts_banner p {
    font-size: 18px;
    font-weight: 500;
    margin: 18px 0px 35px;
}
.left_conts_banner .btn.btn-primary, .consultation_btns .btn.btn-primary  {
    /* animation: bounce 2s ease infinite; */
    /* animation: wiggle 2s 3s infinite; */
    /* animation: pulses 2s infinite 3s cubic-bezier(0.15, 0, 0, 1);
    box-shadow: 0 0 0 0 var(--greenColor); */
}
.about_us_story_cols {
    padding-left: 40px;
}
@keyframes pulses {
    to {
      box-shadow: 0 0 0 10px rgba(41, 89, 86, 0.30); 
    }
  }

@keyframes wiggle {
	5%,
	50% {
		transform: scale(1);
	}
	10% {
		transform: scale(0.9);
	}
	15% {
		transform: scale(1.05);
	}
	20% {
		transform: scale(1.05);
	}
	25% {
		transform: scale(1.05);
	}
	30% {
		transform: scale(1.05);
	}
	35% {
		transform: scale(1.05);
	}
	40% {
		transform: scale(1.05);
	}
}
@keyframes bounce {
    70% { transform:translateY(0%); }
    80% { transform:translateY(-10%); }
    90% { transform:translateY(0%); }
    95% { transform:translateY(-5%); }
    97% { transform:translateY(0%); }
    99% { transform:translateY(-3%); }
    100% { transform:translateY(0); }
}
.btn.btn-primary {
    border-radius: 60px;
    background-image: linear-gradient(to right, var(--greenColor), var(--orangeColor), var(--greenColor), var(--orangeColor));
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.14);
    border: none;
    color: var(--whiteColor);
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-transform: uppercase;
    padding: 15px 40px;
    display: inline-flex;
    align-items: center;
    background-size: 300% 100%;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.btn.btn-primary:hover {
    background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.btn-hover-effect {
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: linear;
    transition-delay: 0s;
    position: relative;
    display: flex;
    align-items: center;
    padding: 22px 36px;
    transform: translateZ(0);
    text-decoration: none;
    overflow: hidden;
    border-radius: 60px;
    background-image: linear-gradient(to right, var(--greenColor), var(--orangeColor));
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.14);
    border: none;
    color: var(--whiteColor);
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-transform: uppercase;
    padding: 19px 40px;
    display: inline-flex;
    align-items: center;
    animation: pulses 2s infinite 3s cubic-bezier(0.15, 0, 0, 1);
}
.btn-hover-effect--effect-1:before {
    position: absolute;
    top: 0;
    left: 0;
    transition-property: transform;
    transition-duration: 0.2s;
    transition-timing-function: linear;
    transition-delay: 0s;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(255, 255, 255, 0);
    transform: scale(0, 1);
    transform-origin: right top;
    z-index: -1;
}
.btn-hover-effect--effect-1:after {
    position: absolute;
    top: 1px;
    right: -40px;
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: linear;
    transition-delay: 0s;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 40px;
    content: "\f178";
    font-family: "Font Awesome 6 Free";
    font-size: 21px;
    font-weight: 900;
    line-height: inherit;
    opacity: 0;
}
.btn-hover-effect--effect-1:hover {
    padding-left: 32px;
    padding-right: 60px;
}
.btn-hover-effect--effect-1:hover:before {
    transform: scale(1, 1);
    transform-origin: left top;
}
.btn-hover-effect--effect-1:hover:after {
    right: 20px;
    opacity: 1;
}
.btn.btn-primary img {
    margin-left: 12px;
}
.banner_stars {
    position: absolute;
}
.left_banner_star {
    top: 22%;
    left: 5%;
    width: 3.1%;
    min-width: 30px;
    animation: rotated 25s infinite linear;
}
.right_banner_star {
    top: 40%;
    right: 7%;
    width: 1.8%;
    min-width: 22px;
    animation: rotated 35s infinite linear;
}
@-webkit-keyframes rotated {
    0%   {-webkit-transform: rotate(0);transform: rotate(0);}
    100% {-webkit-transform: rotate(360deg);transform: rotate(360deg);}
}
@keyframes rotated {
    0%   {-webkit-transform: rotate(0);transform: rotate(0);}
    100% {-webkit-transform: rotate(360deg);transform: rotate(360deg);}
}
.inner_home_reviews {
    display: flex;
    border-radius: 20px;
    border: 1px solid rgba(41, 89, 86, 0.10);
    background: var(--whiteColor);
    box-shadow: 10px 10px 30px 0px rgba(0, 0, 0, 0.05);
    padding: 35px 0px;
}
.inner_home_reviews a {
    flex: 1;
    border-right: 1px solid rgba(41, 89, 86, 0.10);
    text-align: center;
    padding: 0px 10px;
}
.inner_home_reviews a:last-child {
    border-right: none;
}
.rating_sec_datas {
    margin-top: -70px;
}
section.home_welcome_section {
    padding: 70px 0px;
    overflow-x: hidden;
}
.inner_welcome_img {
    border-radius: 20px;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}
.welcome_img img {
    width: 100%;
    transition: all 0.5s ease-in-out 0s;
}
.inner_welcome_img:hover img {
    transform: scale(1.1);
}
.welcome_img {
    position: relative;
    padding-right: 40px;
}
.experience_circle {
    border-radius: 100px;
    background: var(--orangeColor);
    box-shadow: 0px 14px 24px 0px rgba(0, 0, 0, 0.10);
    width: 150px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: var(--whiteColor);
    text-align: center;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 19px; /* 138.462% */
    text-transform: uppercase;
    letter-spacing: 1px;
    position: absolute;
    top: 40px;
    right: -30px;
    animation: changeBackgroundColor 10s infinite;
}
@keyframes changeBackgroundColor {
    0% {
      background-color: var(--orangeColor);
    }
    50% {
      background-color: var(--greenColor);
    }
    100% {
        background-color: var(--orangeColor);
    }
  }
.experience_circle span {
    font-size: 32px;
    font-weight: 900;
    margin-bottom: 13px;
}
.experience_circle::before {
    content: "";
    border: 1px dashed var(--whiteColor);
    width: 130px;
    height: 130px;
    border-radius: 200px;
    position: absolute;
    animation-name: rotateCircle;
    animation-duration: 35s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@keyframes rotateCircle{
    from{ transform: rotate(-360deg); }
    to{ transform: rotate(360deg); }
}
.heading_tagline {
    color: var(--greenColor);
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px; /* 155.556% */
    margin-bottom: 8px;
}
.welcome_right_contents h2 {
    margin-bottom: 20px;
    text-transform: unset !important;
}
.welcome_right_contents a.btn.btn-primary {
    margin-top: 15px;
}
section.home_service_sections {
    background: var(--lighGreen);
}
.sec_headings {
    text-align: center;
    margin-bottom: 40px;
}
.sec_headings h2 {
    margin-bottom: 0;
}
.inner_home_service_datas {
    border-radius: 20px;
    background: var(--whiteColor);
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.05);
    padding: 50px 35px;
    text-align: center;
    height: 100%;
    transition: all 0.5s ease-in-out 0s;
    /* border: 2px solid transparent; */
}
.inner_home_service_datas:hover {
    box-shadow: 0 20px 40px rgba(8,10,55,.12);
    /* transform: scale(1.02); */
}
.border_ouline_animation {
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease-in-out 0s;
}
.border_ouline_animation:before {
    box-sizing: border-box;
    transform: translateX(100%);
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    border-bottom: 2px solid transparent;
    border-left: 2px solid transparent;
    border-radius: 20px;
  }
  .border_ouline_animation:after {
    box-sizing: border-box;
    transform: translateX(-100%);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    border-top: 2px solid transparent;
    border-right: 2px solid transparent;
    border-radius: 20px;
  }
  .border_ouline_animation:hover:before {
    transition: 0.1s transform linear, 0.1s height linear 0.1s;
    transform: translateX(0);
    height: 100%;
    border-color: var(--orangeColor);
  }
  .border_ouline_animation:hover:after {
    transition: 0.1s transform linear 0.2s, 0.1s height linear 0.3s;
    transform: translateX(0);
    height: 100%;
    border-color: var(--orangeColor);
  }
  


 

.inner_home_service_datas h3 {
    color: var(--greenColor);
    font-size: 21px;
    margin-bottom: 12px;
    transition: all 0.5s ease-in-out 0s;
}
.inner_home_service_datas:hover h3 {
    color: var(--orangeColor);
}
.inner_home_service_datas p {
    font-size: 17px;
    margin: 0;
    line-height: 29px;
}
.home_service_icon {
    width: 110px;
    height: 110px;
    background: var(--greenColor);
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px auto 25px;
    transition: all 0.5s ease-in-out 0s;
    box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.1);
}
.inner_home_service_datas:hover .home_service_icon {
    /* transform: rotateY(180deg); */
    background-color: var(--orangeColor);
}
.bottom_service_button {
    text-align: center;
    margin-top: 40px;
}
section.main_testimonial_sec {
    background: var(--lighGreen);
}
.sec_headings p {
    max-width: 75%;
    margin: 15px auto 0;
}
.testimonial_datas {
    display: flex;
    padding: 35px;
    margin: 0 auto;
    align-items: center;
}
.testimonial_datas img {
    width: 160px !important;
    height: 160px;
    border-radius: 200px;
    object-fit: cover;
}
.right_test_description {
    padding-left: 30px;
    flex: 1;
}
.inner_testimonial_content {
    border-radius: 20px;
    border: 1px solid rgba(41, 89, 86, 0.25);
    background: var(--whiteColor);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
    /*max-width: 1100px;*/
    margin: 0 auto;
}
.right_test_description p {
    font-size: 17px;
    line-height: 30px;
    margin-bottom: 15px;
}
.client_name {
    color: var(--greenColor);
    font-size: 18px;
    font-weight: 700;
    line-height: 25px; /* 125% */
}
span.client_occupation {
    display: block;
    color: #858585;
    font-size: 17px;
    font-style: italic;
    font-weight: 400;
    line-height: 30px; /* 156.25% */
    margin-top: 2px;
}
.home_testimonial_slider .owl-dots {
    display: none;
}
.home_testimonial_slider.owl-carousel .owl-nav button.owl-next {
    border-radius: 50px;
    background: var(--greenColor);
    width: 40px;
    height: 40px;
    color: var(--whiteColor);
    font-size: 24px;
    display: flex;
    justify-content: center;
    margin: 0;
    position: relative;
    transition: all 0.5s ease-in-out 0s;
}
.home_testimonial_slider.owl-carousel .owl-nav button.owl-prev {
    border-radius: 50px;
    background: var(--greenColor);
    width: 40px;
    height: 40px;
    color: var(--whiteColor);
    font-size: 24px;
    display: flex;
    justify-content: center;
    margin: 0px 5px 0px 0;
    position: relative;
    transition: all 0.5s ease-in-out 0s;
}
.home_testimonial_slider.owl-carousel .owl-nav button.owl-prev::before {
    content: "\f177";
    font-family: 'Font Awesome 6 Pro';
    font-size: 14px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.home_testimonial_slider.owl-carousel .owl-nav button.owl-next::before {
    content: "\f178";
    font-family: 'Font Awesome 6 Pro';
    font-size: 14px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.home_testimonial_slider.owl-carousel .owl-nav {
    margin-top: 0;
    position: absolute;
    right: 30px;
    bottom: 35px;
    display: flex;
}
.home_testimonial_slider.owl-carousel .owl-nav button:hover {
    background: var(--orangeColor);
}
.home_testimonial_slider.owl-carousel .owl-nav button span {
    font-size: 0;
}
.shopify_inner_content_datas {
    border-radius: 20px;
    border: 1px solid rgba(41, 89, 86, 0.14);
    background: var(--whiteColor);
    box-shadow: 10px 20px 30px -10px rgba(0, 0, 0, 0.08);
    min-height: 100%;
    transition: all 0.5s ease-in-out 0s;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.shopify_inner_content_datas:hover {
    box-shadow: 0 20px 40px rgba(8,10,55,.12);
    /* border-color: var(--orangeColor); */
}
/* .shopify_inner_content_datas:hover .sh_pls_market_data h3 a {
    color: var(--orangeColor);
} */
.shopify_logos {
    border-radius: 20px 20px 0px 0px;
    background: #29594b;
    padding: 0px;
    /*min-height: 248px;*/
    display: flex;
    justify-content: center;
    align-items: center;
}
.sh_pls_market_data {
    padding: 30px;
    text-align: center;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    flex: 1;
    align-items: center;
}
.sh_pls_market_data h3 {
    color: var(--greenColor);
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    line-height: 30px; /* 115.385% */
    margin-bottom: 18px;
}
.sh_pls_market_data h3 a {
    color: var(--greenColor);
    text-decoration: none;
    transition: all 0.5s ease-in-out 0s;
}
.sh_pls_market_data p {
    font-size: 17px;
    line-height: 30px;
    margin-bottom: auto;
}
.shopify_plus_pro_secs {
    position: relative;
    /*background-image: linear-gradient(180deg, #29594b 319px, #FFFFFF 40%);*/
}
.shopify_plus_pro_secs .banner_stars {
    filter: invert(50%) sepia(96%) saturate(524%) hue-rotate(353deg) brightness(99%) contrast(111%);
}
.shopify_plus_pro_secs img.left_banner_star.banner_stars {
    top: 10%;
}
.shopify_plus_pro_secs img.right_banner_star.banner_stars {
    top: 30%;
}
.sh_pls_market_data a.btn.btn-primary {
    margin-top: 30px;
    margin-bottom: 8px;
}
.client_choosen_data {
    background: url('../images/client_choose_bg.png') no-repeat center;
    background-size: cover;
    position: relative;
    z-index: 0;
}
.client_choosen_data .sec_headings h2 {
    color: var(--whiteColor);
}
.client_choosen_data::after {
    content: "";
    background-color: rgb(41 89 75 / 87%);
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.inner_choosen_numbers {
    display: flex;
    align-items: center;
    margin-top: 50px;
}
.choosen_numbers {
    flex: 1;
    text-align: center;
    padding: 0px 20px;
    border-right: 1px solid rgba(255, 255, 255, 0.30);
}
.big_movable_numbers {
    color: var(--whiteColor);
    font-size: 50px;
    font-weight: 700;
    line-height: 30px; /* 65.217% */
}
.choosen_numbers h6 {
    color: var(--whiteColor);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 111.111% */
    margin: 28px 0px 0px;
}
.choosen_numbers:last-child {
    border-right: none;
}
.call_action_sec {
    background: url('../images/shopify_project_today_bg.png') no-repeat center;
    background-size: cover;
    position: relative;
    z-index: 0;
}
.call_action_sec::after {
    content: "";
    background-color: rgb(41 89 75 / 72%);
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.call_left_action_data h2 {
    color: var(--whiteColor);
    font-size: 32px;
}
.call_left_action_data p {
    color: var(--whiteColor);
    margin: 15px 0px 0px;
    font-weight: 500;
}
.call_left_action_data {
    padding-right: 50px;
}
.consultation_btns .btn.btn-primary {
    position: relative;
    border: 2px solid transparent;
    overflow: hidden;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, width .15s ease-in-out;
    z-index: 1;
    padding: 13px 40px;
    background: transparent;
}
.consultation_btns .btn.btn-primary::after {
    content: "";
    width: 100%;
    background-color: var(--orangeColor);
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    transition: width .5s;
    z-index: -1;
}
.consultation_btns .btn.btn-primary::before {
    content: "";
    border: 2px solid var(--orangeColor);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 60px;
}
.consultation_btns .btn.btn-primary:hover {
    background: transparent;
    color: #fff;
}
.consultation_btns .btn.btn-primary:hover::after {
    width: 0px;
}
.address_icon img {
    width: 25px;
}
/* .consultation_btns .btn.btn-primary:hover img {
    filter: invert(1) brightness(0.5);
} */
footer.main_footer {
    padding: 70px 0px 20px;
}
.footer_cols p {
    font-size: 16px;
    line-height: 28px; /* 175% */
}
.footer_cols address {
    margin: 26px 0px 0px;
    display: flex;
    align-items: center;
}
.address_icon {
    border-radius: 3px;
    background: #fc8a02;
    width: 52px;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer_cols address p {
    flex: 1;
    padding-left: 15px;
    margin-top: 0px;
    font-weight: 500;
    line-height: 25px;
}
.footer_cols h5 {
    color: var(--greenColor);
    font-size: 17px;
    font-weight: 700;
    line-height: 26px; /* 152.941% */
    text-transform: uppercase !important;
}
.footer_cols ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.footer_cols ul li a {
    color: #222;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 44px; /* 275% */
    text-decoration: none;
    width: 100%;
    display: inline-block;
    transition: all 0.5s ease-in-out 0s;
}
.footer_cols ul li a:hover {
    padding-left: 6px;
    color: var(--orangeColor);
}
.footer_cols ul li {
    display: inline-block;
    width: 100%;
}
a.footer_logo {
    margin-bottom: 22px;
    display: inline-block;
}
.newsletter_signup_data {
    position: relative;
}
.newsletter_signup_data input.form-control {
    border-radius: 56px;
    border: 1px solid #DDD;
    background: #F7F7F7;
    padding: 13px 25px;
    outline: none;
    box-shadow: none;
}
.newsletter_signup_data input.form-control:focus {
    border-color: var(--greenColor);
}
.newsletter_signup_data .btn.btn-primary {
    position: absolute;
    right: 0;
    top: 0;
    box-shadow: none !important;
}
.footer_social_icons {
    margin-top: 20px;
    display: flex;
    column-gap: 7px;
}
.footer_social_icons a {
    border-radius: 40px;
    background: var(--greenColor);
    color: var(--whiteColor);
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.5s ease-in-out 0s;
}
.footer_social_icons a:hover {
    background: var(--orangeColor);
}
.footer_cols ul li:not(:last-child) {
    margin-bottom: 3px;
}
.bottom_footer {
    text-align: center;
    border-top: 1px solid #EEE;
    margin-top: 20px;
    padding-top: 20px;
}
p.copyright_text {
    color: var(--bodyTextColor);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px; /* 150% */
    margin: 0;
}
.faq_sec_datas {
    background-color: var(--lighGreen);
    position: relative;
}
.paddingleft50 {
    padding-left: 50px;;
}
.sec_headings.text-left {
    text-align: left;
}
.sec_headings.text-left p {
    max-width: 100%;
}
.accordion .accordion-item .accordion-button {
    border-radius: 10px;
    background: rgba(41, 89, 86, 0.10);
    outline: none;
    box-shadow: none;
    border: none;
    color: #222;
    font-family: Satoshi;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    padding: 20px 64px 20px 24px;
}
.accordion .accordion-item {
    border: none;
    background: rgba(41, 89, 86, 0.10);
    border-radius: 10px;
}
.accordion .accordion-item:not(:last-child) {
    margin-bottom: 20px;
}
.accordion .accordion-item:has(button[aria-expanded="true"]) {
    border-radius: 10px;
    background: #295956;
}
.accordion .accordion-item:has(button[aria-expanded="true"]) .accordion-button {
    color: #fff;
    /*font-weight: 600;*/
}
.accordion .accordion-item:has(button[aria-expanded="true"]) .accordion-collapse, .accordion .accordion-item:has(button[aria-expanded="true"]) .accordion-collapse .accordion-body {
    color: #fff;
}
.accordion .accordion-item:has(button[aria-expanded="true"]) .accordion-button::after {
    background-image: url(../images/minus_icon.svg);
}


.accordion .accordion-item.accordion_active {
    border-radius: 10px;
    background: #295956;
}
.accordion .accordion-item.accordion_active .accordion-button {
    color: #fff;
    /*font-weight: 600;*/
}
.accordion .accordion-item.accordion_active .accordion-collapse, .accordion .accordion-item.accordion_active .accordion-collapse .accordion-body {
    color: #fff;
}
.accordion .accordion-item.accordion_active .accordion-button::after {
    background-image: url(../images/minus_icon.svg);
}
.service_form_address ul li img {
    width: 35px;
}
.accordion .accordion-item .accordion-collapse {
    color: rgba(41, 89, 86, 0.10);
}
.accordion .accordion-item .accordion-body {
    color: rgba(41, 89, 86, 0.10);
    font-size: 18px;
    font-weight: 400;
    line-height: 31px; /* 193.75% */
    padding: 22px 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.20);
}
.accordion .accordion-item .accordion-button::after {
    content: "";
    width: 14px;
    height: 14px;
    background-image: url(../images/plus_icon.svg);
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    border-radius: 50%;
    padding: 16px;
    background-position: center;
    background-size: auto;
}
.faq_sec_datas .left_banner_star {
    top: auto;
    bottom: 70px;
    width: 22px;
}
.faq_sec_datas .right_banner_star {
    top: 5%;
    width: 3.1%;
    right: 17%;
}
.portfolio_tabs .nav.nav-tabs {
    justify-content: center;
    border: none;
    column-gap: 10px;
    margin-bottom: 40px;
}
.portfolio_tabs .nav.nav-tabs .nav-link {
    border-radius: 50px;
    background: #EDF1EE;
    border: none;
    color: #222;
    text-align: center;
    font-family: Satoshi;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    padding: 13px 45px;
}
.portfolio_tabs .nav.nav-tabs .nav-link.active {
    background: #FC8A02;
    color: #fff;
}
.portfolio_image_data img {
    width: 100%;
    transition: all 0.5s ease-in-out 0s;
}
.portfolio_image_data {
    overflow: hidden;
}
.inner_tab_portfolios:hover .portfolio_image_data img {
    transform: scale(1.1);
}
.inner_tab_portfolios {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}
.portfolio_overlay {
    position: absolute;
    top: 0;
    left: 0;
    background: #29594bf2;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    padding: 20px;
    color: #fff;
    transition: all 0.5s ease-in-out 0s;
    transform: translateX(101%);
}
.portfolio_overlay h4 {
    color: #fff;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    line-height: 25px; /* 113.636% */
    margin-bottom: 15px;
}
.portfolio_overlay p {
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 27px; /* 170.588% */
    margin-bottom: 20px;
}
.portfolio_overlay a img {
    filter: invert(1) brightness(2);
}
.inner_tab_portfolios:hover .portfolio_overlay {
    transform: translateX(0);
}
.dedicated_shopify_deves_sec {
    border-radius: 20px;
    background: linear-gradient(94deg, #174034 0%, #FE8A02 171.22%);
    mix-blend-mode: darken;
    margin-top: 50px;
    text-align: center;
    padding: 70px;
    color: #fff;
    position: relative;
    overflow: hidden;
    box-shadow: 0px 15px 34px 14px rgb(29, 66, 51, 0.2);
}
.dedicated_shopify_deves_sec h2 {
    color: #FFF;
    text-align: center;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: capitalize;
}
.dedicated_shopify_deves_sec p {
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px; /* 155.556% */
    width: 60%;
    margin: 0 auto 40px;
}
.dedicated_shopify_deves_sec::before {
    content: "";
    background: url(../images/dedicated_left_vector.svg) no-repeat;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 161px;
    height: 166px;
}
.dedicated_shopify_deves_sec::after {
    content: "";
    background: url(../images/dedicated_right_vector.svg) no-repeat;
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 161px;
    height: 166px;
}
.welcome_right_contents ul {
    list-style-type: none;
    padding: 0;
    margin: 30px 0px 20px;
}
.welcome_right_contents ul li {
    color: #222;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    padding-left: 42px;
    position: relative;
}
.welcome_right_contents ul li:not(:last-child) {
    margin-bottom: 12px;
}
.welcome_right_contents ul li::before {
    content: "";
    background: url(../images/check_icon.svg) no-repeat;
    position: absolute;
    left: 7px;
    top: 6px;
    z-index: 1;
    width: 13px;
    height: 13px;
}
.welcome_right_contents ul li::after {
    content: "";
    background: #FC8A02;
    width: 27px;
    height: 27px;
    position: absolute;
    border-radius: 50%;
    left: 0;
    z-index: -1;
    top: -1px;
}
.why_us_imges_data {
    padding-left: 55px;
    position: relative;
}
.why_us_imges_data img {
    border-radius: 0px;
    transition: all 0.5s ease-in-out 0s;
}
/* .why_us_imges_data .why_small_img:hover img {
    transform: unset;
} */
.why_us_imges_data .why_small_img {
    margin-top: -150px;
    margin-left: -55px;
    overflow: hidden;
    border-radius: 20px;
    display: table;
}
.why_us_imges_data .why_big_img {
    width: 100%;
    overflow: hidden;
    border-radius: 20px;
}
.why_us_imges_data:hover img {
    transform: scale(1.1);
} 
.welcome_right_contents.why_work_contents {
    padding-left: 0;
    padding-right: 50px;
}
.why_us_imges_data::after {
    content: "";
    background: url(../images/circle_shape.png) no-repeat;
    width: 87px;
    height: 85px;
    position: absolute;
    bottom: 30px;
    right: -20px;
    z-index: -1;
    -webkit-animation: float 1500ms infinite ease-in-out;
    animation: float 1500ms infinite ease-in-out;
}
@-webkit-keyframes float {
    0% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px)
    }
    50% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px)
    }
    100% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px)
    }
}
@keyframes float {
    0% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px)
    }
    50% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px)
    }
    100% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px)
    }
}
.why_work_with_us {
    position: relative;
}
.why_hire_dev_g_data::after {
    left: auto !important;
    right: -30px;
}
.padding-right-20 {
    padding-right: 20px;
}
/* .why_work_with_us::after {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(41, 89, 86, 0.10);
}
.why_work_with_us::before {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 10%;
    background: rgba(41, 89, 86, 0.10);
} */





/* featured-client */

.client_sec {
    /* background: var(--lighGreen); */
    padding: 50px 0;
    border-top: 3px solid #FC8A02;
}
.client_sec .sec_heading h2{
    text-transform: capitalize !important;
}
.client_sec .client-full {
    position: relative;
    bottom: -44px;
}
.client_sec .client-full .list-group-item {
    border-radius: 8px !important;
    border: none;
    box-shadow: 0 2px 18px 0 rgba(0, 0, 0, .08);
    min-height: 114px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    filter: grayscale(100%);
    transition: all .3s ease;
}
.client_sec .client-full .list-group-item:hover{
    filter: grayscale(0);
}
.client_sec .client-full .list-group-horizontal {
    padding-top: 25px;
}
.client_sec .client-full .list-group-item img:hover {
    transform: scale(1.1);
   
}
.client_sec .client-full .list-group-item img {
    position: unset !important;
    margin: 0 auto;
    transition: all .3s ease;
}
.client_sec ul{
    list-style: none;
}
.client_sec ul li{
    position: relative;
    min-height: 2.5rem;
    min-width: 2.5rem;
}
 .client-right img{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border-radius: 100%;
}




/* 
.dr-cowan-logo img{
    background: #ffffff;
    padding: 5px 10px;
    width: 100px;
    height: 100px;
    object-fit: contain;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.04);
}

.unilever img {
    background: #ffffff;
    padding: 5px 10px;
    width: 100px;
    height: 100px;
    object-fit: contain;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.04);
} */













.left_conts_banner {
    position: relative;
}
.our_solutions {
    background: url('../images/solution_bg_img.png') no-repeat;
    width: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
}
.our_solutions::before {
    content: "";
    background: rgb(41 89 86 / 96%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
}
.sec_headings.white_text_headings h2 {
    color: #fff;
}
.sec_headings.white_text_headings p {
    color: #fff;
}
.inner_solution_datas {
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.05);
    padding: 30px;
    position: relative;
    overflow: hidden;
    height: 100%;
}
.inner_solution_datas::before {
    background: url(../images/solution_shape.svg) no-repeat;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 120px;
    height: 100px;
    background-size: cover;
}
.solution_main_icon {
    width: 80px;
    height: 80px;
    background: #295956;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.solution_header {
    display: flex;
    align-items: center;
    column-gap: 20px;
    border-bottom: 1px solid rgb(41 89 86 / 10%);
    padding-bottom: 25px;
    margin-bottom: 25px;
}
.solution_headings h3 {
    color: #295956;
    font-style: normal;
    font-weight: 700;
    line-height: 25px; /* 119.048% */
    margin: 0;
}
.solution_headings h3::after {
    content: "";
    width: 40px;
    height: 2px;
    background: #FE8A02;
    display: block;
    margin-top: 15px;
}
.solution_bottom_cols_das {
    border-radius: 20px;
    background: rgba(254, 138, 2, 0.06);
    padding: 25px 20px;
    height: 100%;
}
.solution_bottom_cols_das h4 {
    color: #19352D;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 8px;
}
.solution_bottom_cols_das p {
    color: #222;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
}
.solution_bosy_conts .row {
    row-gap: 20px;
}
.solution_point_numbering {
    width: 40px;
    height: 40px;
    background: #FE8A02;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 900;
    line-height: 20px;
    margin: 0 auto 15px;
    position: relative;
    transition: all 0.5s ease-in-out 0s;
}
.solution_point_numbering::after {
    content: "";
    border: 1px solid #FE8A02;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    position: absolute;
    top: -4px;
    left: -4px;
    transition: all 0.5s ease-in-out 0s;
}
.solution_bottom_cols_das:hover .solution_point_numbering::after {
    top: -8px;
}
.shopify_portfolios_secs {
    position: relative;
}
.shopify_portfolios_secs::before {
    content: "";
    background: url('../images/session-shape-1.png') no-repeat;
    width: 75px;
    height: 88px;
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 5%;
    animation: moveHorizontal 3500ms infinite ease-in-out;
}
@-webkit-keyframes moveHorizontal {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }
    50% {
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }
    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }
}
@keyframes moveHorizontal {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }
    50% {
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }
    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }
}
.shopify_portfolios_secs::after {
    content: "";
    background: url('../images/session-shape-2.png') no-repeat;
    width: 74px;
    height: 78px;
    background-size: cover;
    position: absolute;
    top: 100px;
    right: 5%;
    -webkit-animation: float 1500ms infinite ease-in-out;
    animation: float 1500ms infinite ease-in-out;
}
.our_solutions .banner_stars {
    filter: invert(1) brightness(2);
}
.service_data_form {
    border-radius: 20px;
    border: 1px solid rgba(41, 89, 86, 0.15);
    background: #FFF;
    box-shadow: 0px 4px 30px 2px rgba(0, 0, 0, 0.04);
    padding: 42px;
    position: relative;
}
.service_data_form::after {
    content: "";
    background: url(../images/form_shape.png);
    position: absolute;
    top: -30px;
    right: -34px;
    width: 74px;
    height: 114px;
    z-index: -1;
    animation: moveHorizontal 3500ms infinite ease-in-out;
}
.service_data_form h3 {
    text-align: center;
    color: #19352D;
    font-size: 30px;
    font-weight: 900;
    line-height: 28px; /* 93.333% */
}
.service_data_form p {
    color: #222;
    font-size: 17px;
    font-weight: 500;
    line-height: 25px;
    text-align: center;
    margin-top: 14px;
}
.service_data_form .input-group {
    margin-bottom: 20px;
}
.service_data_form .input-group .form-control {
    border-radius: 5px;
    border: 1px solid rgba(41, 89, 86, 0.15);
    background-color: rgba(41, 89, 86, 0.06);
    height: 52px;
    border-left: none;
    box-shadow: none;
    color: #295956;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
}
.service_data_form .input-group select.form-control {
    background-image: url(../images/select_down_arrow.svg);
    background-position: 97% 50%;
    background-repeat: no-repeat;
}
.service_data_form .input-group textarea.form-control {
    height: 100px;
    padding-top: 15px;
}
.service_data_form .input-group span.input-group-text {
    border-radius: 5px;
    border: 1px solid rgba(41, 89, 86, 0.15);
    background: rgba(41, 89, 86, 0.06);
    border-right: 1px solid rgb(41 89 86 / 1%);
    min-width: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.service_data_form .input-group .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #295956;
    opacity: 1;
}
.service_data_form .input-group .form-control::-moz-placeholder { /* Firefox 19+ */
    color: #295956;
    opacity: 1;
}
.service_data_form .input-group .form-control:-ms-input-placeholder { /* IE 10+ */
    color: #295956;
    opacity: 1;
}
.service_data_form .input-group .form-control:-moz-placeholder { /* Firefox 18- */
    color: #295956;
    opacity: 1;
}
.service_data_form .input-group.textarea_messages span.input-group-text {
    align-items: flex-start;
    padding-top: 17px;
}
.service_data_form form {
    margin-top: 30px;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.left_service_form_content {
    padding-right: 70px;
}
.left_service_form_content p {
    color: #222;
    font-size: 18px;
    font-weight: 500;
    line-height: 32px; /* 177.778% */
    margin-top: 15px;
}
.service_form_address ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.service_form_address ul li {
    display: flex;
    align-items: flex-start;
    column-gap: 15px;
}
.adress_text_content h5 {
    color: #295956;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px; /* 122.222% */
    margin: 0;
}
.adress_text_content p {
    color: #19352D;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 137.5% */
    margin: 8px 0px 0px;
}
.adress_text_content a {
    color: #19352D;
     /* 137.5% */
    text-decoration: none;
}
.service_form_address ul li:not(:last-child) {
    margin-bottom: 35px;
}
.social_icons_info {
    border-top: 1px solid rgba(41, 89, 86, 0.10);
    padding-top: 30px;
    margin-top: 35px;
    display: flex;
    align-items: center;
    column-gap: 7px;
}
.service_form_address {
    margin-top: 35px;
}
.service_requirement_form {
    position: relative;
    background-image: url(../images/service_form_bg.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    background-position: left bottom;
}
img.form_right_shapes {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}
.social_icons_info a, .adress_text_content a {
    transition: all 0.2s ease-in-out 0s;
}
.social_icons_info a img {
    transition: all 0.2s ease-in-out 0s;
    width: 38px;
}
.social_icons_info a:hover {
    margin-top: -12px;    
}
.adress_text_content a:hover {
    color: var(--orangeColor);
}
img.form_left_shape {
    position: absolute;
    top: 70px;
    left: 40px;
    animation: float 1500ms infinite ease-in-out;
}
.services_banner_secs {
    background: url(../images/Service_banner_img.png);
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    background-size: cover;
    background-position: center;
}
.services_banner_secs::before {
    content: "";
    background-color: #295956;
    background-image: linear-gradient(to right, var(--greenColor) , var(--orangeColor));
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.96;
}
.services_banner_secs>.container {
    /* max-width: 1700px; */
}
h1.top_banner_h1_heading {
    font-size: 34px;
    line-height: 44px;
    color: #fff;
    margin-bottom: 20px;
}
.inner_service_content_area h1 {
    color: #FFFFFF;
    font-weight: 700;
    margin: 15px 0;
    text-transform: capitalize !important;
    font-family: "Montserrat", sans-serif;
}
.inner_service_content_area P{
    font-size: 18px;
    font-weight: 500;
    margin: 18px 0px 35px;
    color: #ffffff;
}
.inner_service_content_area .btn-hover-effect{
    background: #fc8a02 !important;
}
.header_right_buttons a.btn.btn_header:before {
    content: "";
    top: 0;
    transform: translateX(100%);
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: -1;
    animation: slide2 2s infinite;
    background: linear-gradient(to right,rgba(64,235,241,0) 0%,rgba(255,254,253,30%) 50%,rgba(255,254,253,18%) 99%,rgba(64,235,241,0) 100%);
    overflow: hidden;
    height: 100%;
    opacity: 0.8;
}
@keyframes slide2 {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}
.inner_service_content_area img {
    max-width: 100%;
    /* width: 85%; */
}
.service_shpify_banner_form.service_data_form h3 {
    color: #19352D;
    font-size: 26px;
    font-style: normal;
    font-weight: 900;
    line-height: 32px;
    text-align: left;
    margin-bottom: 10px;
}
.service_shpify_banner_form.service_data_form {
    padding: 30px;
}
.service_shpify_banner_form.service_data_form p {
    text-align: left;
    font-size: 16px;
    margin-top: 8px;
    margin-bottom: 0;
}
.service_shpify_banner_form.service_data_form form {
    margin-top: 15px;
}
.service_shpify_banner_form.service_data_form .submit_btn button.btn.btn-primary {
    width: 100%;
    justify-content: center;
    /* background-position: unset; */
}
.service_shpify_banner_form.service_data_form::after {
    filter: invert(1) brightness(2);
}
img.review_icon {
    position: absolute;
    top: 24%;
    right: 30px;
    animation: float 2000ms infinite ease-in-out;
}
img.shopify_logo_icon {
    position: absolute;
    top: 52%;
    right: 40px;
    animation: float 2500ms infinite ease-in-out;
}
img.developer_icon {
    position: absolute;
    top: 80%;
    right: 40px;
    animation: float 3500ms infinite ease-in-out;
}
.service_sec_img_area img {
    transition: all 0.5s ease-in-out 0s;   
    max-width: 100%;
}
.service_sec_img_area {
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.05);
}
.service_sec_img_area:hover img {
    transform: scale(1.1);
}
.padding_left_60 {
    padding-left: 60px;
}
.padding_left_35 {
    padding-left: 35px;
}
.hire_expert_secs {
    position: relative;
}
.building_shopify_experts_sec {
    background: url(../images/shopify_app_img.png);
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}
.building_shopify_experts_sec::before {
    content: "";
    background-color: rgb(41 89 75 / 96%);
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: absolute;
    z-index: -1;
}
.white_section_text .heading_tagline {
    color: var(--whiteColor);
}
.white_section_text h2, .white_section_text p {
    color: var(--whiteColor);
}
p:last-child {
    margin-bottom: 0;
}
.shopify_apps_content img {
    max-width: 100%;
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.05);
}
.shopify_teme_design_sec {
    position: relative;
}
.why_choose_webgarh_sec {
    background: rgba(254, 138, 2, 0.06);
    position: relative;
}
.why_choose_webgarh_sec::after {
    content: "";
    width: 160px;
    height: 160px;
    border: 15px solid rgba(254, 138, 2, 0.50);
    position: absolute;
    bottom: -50px;
    right: -50px;
    border-radius: 50%;
}
.border_line_heading h2 {
    position: relative;
    padding-bottom: 20px;
    font-size: 30px;
}
.border_line_heading h2::after {
    content: "";
    background: #295956;
    width: 100px;
    height: 3px;
    position: absolute;
    left: 50%;
    bottom: 0px;
    transform: translateX(-50%);
}
.provider_icons {
    width: 90px;
    height: 90px;
    background: #295956;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s ease-in-out 0s;
}
.provider_content_datas {
    flex: 1;
}
.service_provider_lists {
    display: flex;
    column-gap: 20px;
    margin-top: 50px;
}
.provider_content_datas h4 {
    color: #19352D;
    font-size: 19px;
    font-weight: 700;
    line-height: 25px;
    margin-bottom: 5px;
}
.provider_content_datas p {
    color: #222;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}
.shopify_consulting_features {
    border-radius: 20px;
    border: 1px solid rgba(41, 89, 86, 0.08);
    background: #FFF;
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.05);
    padding: 30px;
    height: 100%;
    display: flex;
    column-gap: 20px;
}
.shopify_consulting_icon {
    border-radius: 110px;
    background: #EDF1EE;
    width: 130px;
    height: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s ease-in-out 0s;
}
.shopify_consultation_content_data {
    flex: 1;
}
.shopify_consultation_content_data h4 {
    color: #19352D;
    font-size: 19px;
    font-weight: 700;
    line-height: 30px; /* 160% */
    margin-bottom: 5px;
}
.shopify_consultation_content_data p {
    color: #222;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px; /* 168.75% */
}
.mt-50 {
    margin-top: 50px;
}
.consultation_service_dats {
    background: #EDF1EE;
}
.tailored_store_features.service_provider_lists {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
    padding: 35px;
    height: 100%;
}
.tailored_store_features.service_provider_lists {
    margin: 0;
}
.view_project_btn {
    position: relative;
    border: 2px solid transparent;
    overflow: hidden;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, width .15s ease-in-out;
    z-index: 1;
    padding: 13px 40px;
    background: transparent;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.14);
    color: var(--whiteColor);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    padding: 12px 30px;
    display: inline-flex;
    align-items: center;
    border-radius: 60px;
    text-decoration: none;
}
.view_project_btn::after {
    content: "";
    width: 100%;
    background-color: var(--orangeColor);
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    transition: width .5s;
    z-index: -1;
}
.view_project_btn::before {
    content: "";
    border: 2px solid var(--orangeColor);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 60px;
}
.view_project_btn:hover {
    background: transparent;
    color: #fff;
}
.view_project_btn:hover::after {
    width: 0px;
}
.single_arrow_animation {
    z-index: 1;
    position: relative;
    font-size: 20px;
    display: inline-block;
    color: var(--greenColor);
    text-decoration: none;
    font-weight: 600;
    margin-top: 22px;
}
.single_arrow_animation i {
    display: inline-block;
    height: 55px;
    width: 55px;
    text-align: center;
    line-height: 55px;
    background: var(--orangeColor);
    color: var(--whiteColor);
    border-radius: 50%;
    font-weight: 400;
    margin-right: 10px;
    transition: all 0.35s ease-in-out;
    transform: scale(0);
}
.single_arrow_animation span {
    transition: all 0.35s ease-in-out;
    left: -35px;
    position: relative;
}
.single_arrow_animation::after {
    position: absolute;
    left: 0px;
    top: 0;
    content: "";
    height: 55px;
    width: 55px;
    border: 1px solid #a5a5a5;
    border-radius: 50%;
    transition: all 0.35s ease-in-out;
    transform: scale(1);
    z-index: -1;
}
.single_arrow_animation:hover::after {
    transform: scale(0);
}
.single_arrow_animation:hover i {
    transform: scale(1);
}
.single_arrow_animation:hover {
    color: var(--orangeColor);
    margin-left: 0;
}
.single_arrow_animation:hover span {
    left: 0;
}

.about_us_secs {
    background: url('../images/about_banner_bg.png') no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
    padding: 100px 0px;
}
.about_us_secs::before {
    content: "";
    background-image: linear-gradient(to right, rgba(41, 89, 86, 0.96) 0.2%, rgba(252, 138, 2, 0.96) 99.8%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.inner_about_banner_data {
    text-align: center;
}
.inner_about_banner_data h1 {
    color: #FFF;
    font-size: 40px;
    font-style: normal;
    font-weight: 900;
    line-height: 40px; /* 100% */
    text-transform: uppercase;
}
.inner_about_banner_data p {
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px; /* 177.778% */
    max-width: 65%;
    margin: 20px auto 0;
}
.story_content_data img {
    max-width: 100%;
}
.story_content_data {
    position: relative;
}
.moving_square_shape {
    position: absolute;
    top: 100px;
    right: 140px;
    animation: 6s linear infinite rotate-con;
}
@keyframes rotate-con {
    from {transform: rotate(0deg);}
    to {transform: rotate(360deg);}
}
.story_content_data::after {
    content: "";
    background: url(../images/story_horizontal_shape.png) no-repeat;
    width: 144px;
    height: 142px;
    background-size: cover;
    position: absolute;
    top: -30px;
    left: -50px;
    z-index: -1;
    animation: moveHorizontal 3500ms infinite ease-in-out;
}
.our_core_value {
    background: #EDF1EE;
}
.meet_leaders_datas {
    background: rgba(254, 138, 2, 0.06);
    padding-bottom: 130px;
}
.team_img img {
    width: 100%;
    transition: all 0.5s ease-in-out 0s;
}
.inner_team_datas:hover .team_img img {
    transform: scale(1.07);
}
.upper_img_area {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}
.social_icons_overlay {
    background: url(../images/social_team_bg.svg) no-repeat;
    background-size: cover;
    background-position: top center;
    width: 100%;
    height: 105px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    column-gap: 8px;
    transition: all 0.5s ease-in-out 0s;
    transform: translateY(100%);
}
.social_icons_overlay a {
    border-radius: 40px;
    border: 1px solid #FFF;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    margin-top: 15px;
    transition: all 0.5s ease-in-out 0s;
}
.social_icons_overlay a:hover {
    background: #fff;
    color: var(--greenColor);
}
.bottom_team_datas h4 {
    color: #19352D;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px; /* 140% */
}
.bottom_team_datas {
    text-align: center;
    margin-top: 18px;
}
.bottom_team_datas h4 span.team_designation {
    display: block;
    color: #222;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 125% */
    margin-top: 4px;
}
.bottom_team_datas h4 span.team_designation:first-letter {
    text-transform: capitalize;
}
.inner_team_datas:hover .social_icons_overlay {
    transform: translateY(0);
}
.inner_promissing_content {
    position: relative;
    border-radius: 20px;
    background-color: #295956;
    padding-block: 30px;
    padding-inline: 60px;
    overflow: hidden;
}
.inner_promissing_content::before {
    content: "";
    background: url(../images/left_promissing_shape.svg) no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 181px;
    height: 100%;
    background-size: cover;
}
.inner_promissing_content::after {
    content: "";
    background: url(../images/right_promissing_shape.svg) no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    width: 181px;
    height: 100%;
    background-size: cover;
}
.inner_promissing_content h3 {
    color: #FFF;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    line-height: 34px;
    margin: 0;
}
.promosing_platforms_banner {
    padding-top: 0;
    margin-top: -65px;
}

.shopify_industries_banners {
    background: url(../images/shopify_market_banner.png) no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
    padding: 70px 0px;
}
.shopify_industries_banners::before {
    content: "";
    background-image: linear-gradient(to right, rgba(41, 89, 86, 0.96) 0.2%, rgba(252, 138, 2, 0.96) 99.8%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.white_text_banner_content .heading_tagline, .white_text_banner_content h2, .white_text_banner_content p {
    color: var(--whiteColor);
}
.markets_provider_lists {
    border-radius: 20px;
    background: rgba(41, 89, 86, 0.06);
    padding: 30px;
    margin: 0;
    height: 100%;
}
.shopify_market_pro_secs {
    background: rgba(254, 138, 2, 0.06);
}
.shopify_market_pro_secs .story_content_data::after {
    left: auto;
    right: -50px;
}
.shopify_market_pro_secs .markets_provider_lists {
    background: #fff;
    box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.03);
}
.g-6, .gx-6 {
    --bs-gutter-x: 5rem;
}
.how_we_help_secs {
    position: relative;
    padding-top: 0;
}
.shopify_how_help_secs {
    padding-top: 70px;
}
.how_we_help_secs .solution_bottom_cols_das {
    padding: 35px 20px;
    position: relative;
}
.how_we_help_secs .solution_bottom_cols_das h4 {
    font-size: 18px;
    line-height: 26px;
}
.how_we_help_secs .solution_bottom_cols_das p {
    font-size: 16px;
    line-height: 26px;
}
.line-dash-path {
    stroke-dasharray: 4;
    stroke-dashoffset: 350;
    animation: tp-line-dash 30s linear infinite forwards;
    stroke: #fe8a02;
}
@keyframes tp-line-dash {
    to {
        stroke-dashoffset: 0
    }
}
.animated_curve_shape {
    position: absolute;
    right: -83px;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
    width: 85px;
}
.webgarh_globally_secs {
    background: #EDF1EE;
}
.dedicated_shopify_deves_sec.shopify_plus_server_banner {
    margin: 0;
}
.shopify_markets_img img {
    max-width: 100%;
}
.left_portfolio_category .nav.nav-tabs .nav-link {
    background: unset !important;
    padding: 0;
    color: #222 !important;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 18px;
    margin-bottom: 6px;
    padding: 14px 20px;
    width: 100%;
    text-align: left;
    border-radius: 10px;
    transition: all 0.5s ease-in-out 0s;
    outline: none;
}
.left_portfolio_category .nav.nav-tabs .nav-link.active {
    color: #29594b !important;
    background: #fff !important;
}
.left_portfolio_category .nav.nav-tabs .nav-link:last-child {
    margin-bottom: 0px;
}
.inner_portfolio_datas {
    display: flex;
    column-gap: 50px;
}
.left_portfolio_category {
    width: 26%;
    background: #EDF1EE;
    border-radius: 20px;
    padding: 30px;
}
.right_portfolio_datas {
    flex: 1;
}
.left_portfolio_category .nav.nav-tabs {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0;
    gap: 0;
}
/* .portfolio_main_secs .portfolio_tabs> .nav.nav-tabs {
    border-bottom: 1px solid #eee;
    padding-bottom: 30px;
} */
.mt-30 {
    margin-top: 30px;
}
.inner_right_portfolios>h4 {
    /* border-bottom: 1px solid #eee;
    padding-bottom: 20px; */
    margin-bottom: 0;
}
.port_list_items:hover .port_item_img img {
    transform: scale(1.03) rotate(0deg);
}
.port_item_img {
    overflow: hidden;
    border-radius: 20px;
}
.port_item_img img {
    max-width: 100%;
    width: 100%;
    object-fit: cover;
    transition: all 0.5s ease-in-out 0s;
}
.port_list_items h5 {
    margin-top: 26px;
    margin-bottom: 12px;
    font-size: 25px;
    font-weight: 700;
}
/* .port_list_items:not(:last-child) {
    margin-bottom: 35px;
    border-bottom: 1px solid #eee;
    padding-bottom: 30px;
} */
.portfolio_lists {
    margin-top: 35px;
    display: flex;
    margin-left: -35px;
    flex-wrap: wrap;
    row-gap: 40px;
}
.port_list_items {
    padding-left: 35px;
    width: 50%;
    display: flex;
    flex-direction: column;
}
.port_list_items .btn.btn-primary {
    font-size: 15px;
    margin-top: 22px;
    max-width: fit-content;
    padding: 13px 40px;
}
/* .port_list_items p {
    margin-bottom: auto;
} */
.port_list_items h5 a {
    color: var(--headingTextColor);
    text-decoration: none;
    transition: all 0.5s ease-in-out 0s;
}
.port_list_items:hover h5 a {
    color: var(--orangeColor);
}


/*Our Solution CSS*/
.solution_header_datas {
    background: #fff;
    border-radius: 20px;
    padding: 35px;
    height: 100%;
    row-gap: 20px;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}
.solution_header_datas::after {
    content: "";
    background: url(../images/solution_shape.svg) no-repeat;
    width: 90px;
    height: 73px;
    position: absolute;
    top: 0;
    right: 0;
    background-size: cover;
}
.solution_bottom_inner_cols_das .solution_point_numbering {
    margin: 0px 0 15px;
    width: 40px;
}
.number_oppositions {
    flex: 1;
    padding-left: 0px;
}
.number_oppositions>img {
    width: auto !important;
    height: 45px;
    margin-bottom: 20px;
}
.solution_bottom_inner_cols_das h4 {
    font-size: 20px;
    color: #fff;
    margin-top: 0;
    margin-bottom: 12px;
}
.solution_bottom_inner_cols_das p {
    color: #fff;
    font-size: 16px;
    line-height: 26px;
}
.solution_header_datas .solution_main_icon {
    width: 120px;
    height: 120px;
    margin: 0 auto;
}
.solution_header_datas .solution_main_icon img {
    height: 50px;
}
.solution_header_datas .solution_headings p {
    margin-top: 15px;
}
.solution_header_datas .solution_headings {
    text-align: center;
}
.solution_header_datas .solution_headings h3::after {
    margin-left: 50%;
    transform: translateX(-50%);
}
.solution_bottom_inner_cols_das {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}
.solution_bottom_inner_cols_das.text-end {
    align-items: flex-end;
    flex-direction: row-reverse;
}
.solution_bottom_inner_cols_das.text-end .number_oppositions {
    padding-left: 0;
    padding-right: 0px;
}

/*New Solution CSS*/
.solution_anothers_cons .solution_headings {
    margin-bottom: 40px;
    border-bottom: 1px solid #dddddd42;
    padding-bottom: 40px;
}
.solution_anothers_cons .solution_headings h3 {
    color: #fff;
    margin-bottom: 18px;
}
.solution_anothers_cons .solution_headings h3::after {
    display: none;
}
.solution_anothers_cons .solution_headings p {
    color: #fff;
}
.solution_another_headers::after {
    content: none;
}
.solution_another_content_secs {
    margin-bottom: 50px;
}
.solution_another_headers {
    padding: 0;
}
.our_solutions.white_bg_sec {
    background: #fff;
}
.our_solutions.white_bg_sec::before {
    display: none;
}
.white_bg_sec .solution_headings h3 {
    color: var(--greenColor);
}
.white_bg_sec .solution_headings p {
    color: #222;
}
.white_bg_sec .number_oppositions h4, .white_bg_sec .number_oppositions p {
    color: #222;
}
.white_bg_sec .solution_anothers_cons .solution_headings {
    border-bottom: 1px solid #eee;
}
.white_bg_sec .banner_stars {
    filter: unset;
}

.is-sticky {
    position: fixed;
    padding: 8px 0;
    animation: headerSlideDown 0.35s ease-out;
    background: #fff;
    z-index: 9;
    width: 100%;
    box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
}
@keyframes headerSlideDown {
    from {
      transform: translateY(-100%);
    }
    to {
      transform: translateY(0);
    }
}
.service_provider_lists:hover .provider_icons {
    background: var(--orangeColor);
}  
.shopify_teme_design_sec .welcome_right_contents a.btn.btn-primary {
    margin-top: 10px;
}
#hiring_form_data {
    scroll-margin-top: 94px;
}
.home_solution_slider .owl-dots {
    margin-top: 20px;
    text-align: center;
}
.home_solution_slider .owl-dots button.owl-dot {
    margin: 0px 2px;
}
.home_solution_slider .owl-dots button.owl-dot span {
    margin: 0;
    width: 30px;
    height: 4px;
    background: #ffffffa1 !important;
    display: block;
    border-radius: 6px;
}
.home_solution_slider .owl-dots button.owl-dot.active span {
    background: var(--orangeColor) !important;
}
.home_solution_slider .owl-nav {
    margin: 0 !important;
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    width: 100%;
}
.home_solution_slider .owl-nav button {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid var(--orangeColor) !important;
    position: absolute;
    transition: all 0.5s ease-in-out 0s;
    background: var(--orangeColor) !important;
}
.home_solution_slider .owl-nav button:hover {
    background: var(--orangeColor) !important;
    border-color: var(--orangeColor) !important;
}
.home_solution_slider .owl-nav button:hover::before {
    color: var(--whiteColor) !important;
}
.home_solution_slider .owl-nav button span {
    font-size: 0;
}
.home_solution_slider .owl-nav button.owl-prev {
    left: -80px;
}
.home_solution_slider .owl-nav button.owl-next {
    right: -80px;
}
.home_solution_slider .owl-nav button.owl-prev::before {
    content: "\f177";
    font-family: 'Font Awesome 6 Pro';
    font-size: 14px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--whiteColor);
    transition: all 0.5s ease-in-out 0s;
}
.home_solution_slider .owl-nav button.owl-next::before {
    content: "\f178";
    font-family: 'Font Awesome 6 Pro';
    font-size: 14px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--whiteColor);
    transition: all 0.5s ease-in-out 0s;
}
.main_about_banner {
    background: url(../images/full_img.png);
    background-position: 100% 50%;
}



/*new about sec*/
section.new_about_team_design {
    padding: 0;
}
.new_team_design_conts {
    padding: 20px 70px;
}
.about_team_imgss img {
    max-width: 100%;
}
.youtube_testimonial_data {
    width: 50%;
}
.clientweb_logo img {
    width: auto !important;
    height: auto;
    border-radius: 0;
    margin-bottom: 16px;
}
.youtube_testimonial_data iframe {
    border-radius: 5px;
    display: flex;
}
.our_solutions .banner_stars {
    filter: invert(55%) sepia(63%) saturate(2066%) hue-rotate(360deg) brightness(100%) contrast(106%);
}
.about_full_img img {
    max-width: 100%;
}
.about_us_page_only {
    padding-bottom: 50px;
}
.port_list_items h5 a::after {
    content: "\f062";
    font-family: "Font Awesome 6 Pro";
    transform: rotate(45deg);
    display: inline-block;
    font-size: 20px;
    margin-left: 12px;
    font-weight: 400;
}
.inner_thankyou_datas {
    max-width: 560px;
    margin: 0 auto;
    text-align: center;
    background: linear-gradient(134deg, #174034 0%, #FE8A02 161.22%);
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    padding: 50px 40px;
    border: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    color: #fff;
}
.inner_thankyou_datas>img {
    display: table;
    margin: 0 auto 15px;
    width: 70px;
}
.inner_thankyou_datas h2 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 8px;
    margin-top: 22px;
    color: #fff;
}
.thankyou_datas {
    position: relative;
}
.animated_jump_img img {
    transform-origin: 0;
    -webkit-animation: jump 3s linear alternate infinite;
    animation: jump 3s linear alternate infinite;
}
/*Animation*/
@-webkit-keyframes jump {
  0% {
    transform: translate3d(0, 15px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes jump {
  0% {
    transform: translate3d(0, 15px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
.shopify_consulting_features .shopify_consulting_icon img {
    transition: all 0.5s ease-in-out 0s;
}
.shopify_consulting_features:hover .shopify_consulting_icon {
    background: #FE8A02;
}
.shopify_consulting_features:hover .shopify_consulting_icon img {
    filter: invert(1) brightness(2);
}
.tailored_store_features.service_provider_lists, .shopify_consulting_features, .markets_provider_lists.service_provider_lists {
    transition: all 0.5s ease-in-out 0s;
}
.tailored_store_features.service_provider_lists:hover, .markets_provider_lists.service_provider_lists:hover {
    background: linear-gradient(134deg, #174034 0%, #FE8A02 161.22%);
}
.tailored_store_features.service_provider_lists:hover .provider_content_datas h4, .tailored_store_features.service_provider_lists:hover .provider_content_datas p, .markets_provider_lists.service_provider_lists:hover .provider_content_datas h4, .markets_provider_lists.service_provider_lists:hover .provider_content_datas p {
    color: #fff;
}
.shopify_consulting_features:hover {
    background: linear-gradient(134deg, #174034 0%, #FE8A02 161.22%);
}
.shopify_consulting_features:hover .shopify_consultation_content_data h4, .shopify_consulting_features:hover .shopify_consultation_content_data p {
    color: #fff;
}



.hire_devloper_banner {
    position: fixed;
    right: -80px;
    top: 40%;
    transform: translateY(-50%) rotate(90deg);
    z-index: 999;
}
.hire_devloper_banner a {
    padding: 12px 20px;
    display: inline-block;
    text-decoration: none;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    background: var(--greenColor);
    box-shadow: 0px 4px 40px 0px rgb(255 255 255 / 65%);
    border-radius: 8px 8px 0px 0px;
    background-size: 300% 100%;
    transform: rotate(-180deg);
}
.hire_devloper_banner a:hover {
    background: var(--orangeColor);
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.hire_devloper_banner h3 {
    font-size: 16px;
    margin: 0;
    color: #fff;
    text-transform: capitalize !important;
}
.mt-40 {
    margin-top: 40px;
}
.prdct_work_item {
    display: flex;
    align-items: center;
    column-gap: 14px;
}
.prdct_icons {
    /*width: 50px;
    height: 50px;
    background: var(--orangeColor);
    border-radius: 50%;*/
    display: flex;
    justify-content: center;
    align-items: center;
}
.prdct_work_item h5 {
    font-size: 17px;
    margin: 0;
}
.prdct_work_item {
    margin-bottom: 13px;
}
.prdct_icons img {
    width: 33px;
}
#shopify_plus_code {
    scroll-margin-top: 94px;
}
.padding-left-0 {
    padding-left: 0px;
}
.welcome_video_data {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    padding-bottom: 61.25%;
    height: 0;
}
.welcome_video_data video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.navbar-nav li.nav-item ul.menu_dropdown {
    position: absolute;
    background: var(--greenColor);
    border-radius: 10px;
    top: 100%;
    left: 15px;
    width: 200px;
    list-style-type: none;
    padding: 0;
    margin: 0;
    z-index: 9;
}
.navbar-nav li.nav-item.menu_has_child {
    position: relative;
}
/*.navbar-nav li.nav-item.menu_has_child:hover ul.menu_dropdown {
    opacity: 1;
    visibility: visible;
    height: auto;
}*/
.navbar-nav li.nav-item ul.menu_dropdown a {
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    padding: 15px 20px;
    display: inline-block;
    width: 100%;
    transition: all 0.5s ease-in-out 0s;
}
.navbar-nav li.nav-item ul.menu_dropdown li:not(:last-child) {
    border-bottom: 1px dashed #ffffff1c;
}
.navbar-nav li.nav-item ul.menu_dropdown::before {
    content: "";
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 13px solid #29594b;
    position: absolute;
    top: -12px;
    left: 25px;
}
.navbar-nav li.nav-item ul.menu_dropdown a:hover {
    padding-left: 30px;
}
.navbar-nav li.nav-item.menu_has_child i {
    margin-left: 4px;
}
/*.playpause {
    background-image: url(../images/play_button.svg);
    background-repeat: no-repeat;
    position: absolute;
    left: 0%;
    right: 0%;
    top: 0%;
    bottom: 0%;
    margin: auto;
    background-position: center;
    cursor: pointer;
}*/
.playpause {
    /*background-image: url(../images/play_button.svg);
    background-repeat: no-repeat;*/
    position: absolute;
    left: 50%;
    top: 50%;
    cursor: pointer;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #FE8A02;
    /*-webkit-animation: glowing_play 1.4s ease-out infinite;
    animation: glowing_play 1.4s ease-out infinite; */
}
.playpause svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/*Boom Animation CSS*/
.playpause:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: var(--wdtRadius_Part);
    background-color: #FE8A02;
    border: 1px solid #FE8A02;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
    -webkit-animation: boom 2000ms infinite;
    animation: boom 2000ms infinite;
    border-radius: 50%;
}
@keyframes boom {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
        box-shadow: inset 0px 0px 10px 3px #FE8A02, 0px 0px 10px 3px rgba(254,138,2,0.2);
    }
    100% {
        -webkit-transform: scale(1.6);
        transform: scale(1.6);
        opacity: 0;
        box-shadow: none;
    }
}
@-webkit-keyframes boom {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
        box-shadow: inset 0px 0px 10px 3px #FE8A02, 0px 0px 15px 8px rgba(254,138,2,0.2);
    }
    100% {
        -webkit-transform: scale(1.6);
        transform: scale(1.6);
        opacity: 0;
        box-shadow: none;
    }
}
@-webkit-keyframes glowing_play {
  0% {
    box-shadow: 0 0 0 0 #FE8A02;
  }
  50% {
    box-shadow: 0 0 50px 10px #FE8A02;
  }
}

@keyframes glowing_play {
  0% {
    box-shadow: 0 0 0 0 #FE8A02;
  }
  50% {
    box-shadow: 0 0 50px 10px #FE8A02;
  }
}
.special_line_data.inner_promissing_content {
    padding: 20px 30px;
    margin-top: 35px;
}
.special_line_data.inner_promissing_content h3 {
    font-size: 19px;
    line-height: 28px;
}
.special_line_data.inner_promissing_content::before {
    width: 140px;
}
.special_line_data.inner_promissing_content::after {
    width: 130px;
}
.video_testimonial {
    display: flex;
    align-items: center;
    border-radius: 20px;
    /*border: 1px solid rgba(41, 89, 86, 0.25);*/
    background: var(--whiteColor);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
    margin: 0 auto;
    padding: 35px;
    margin-top: 60px;
}
.review_logo_data {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 35px;
}
.see_more_reviews h4 {
    margin-bottom: 5px;
}
.updated_testimonial_content {
    margin-top: 50px;
}
.review_logo_data img {
    max-width: 100%;
    height: 60px;
}
.testimonial_datas_conts {
    background: #fff;
    display: flex;
    flex-direction: column;
    padding: 30px;
    border-radius: 20px;
    border: 1px solid rgb(41 89 86 / 17%);
    height: 100%;
    margin-left: 3px;
    /* box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05); */
    position: relative;
    overflow: hidden;
}
.testimonial_datas_conts svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.testimonial_stars i {
    color: #ffa539;
    font-size: 13px;
}
.testimonial_stars {
    margin-bottom: 15px;
}
.padding-left-50 {
    padding-left: 50px;
}
.testimonial_datas_conts p {
    font-size: 17px;
    line-height: 27px;
    margin-bottom: 15px;
    /*color: #fff;*/
}
.testimonial_datas_conts .client_name, .testimonial_datas_conts .client_name span {
    /*color: #fff;*/
}

.home_testimonial_slider .owl-stage {
    display: flex;
}
.home_testimonial_slider .owl-stage .owl-item {
    min-height: 100%;
}
.home_testimonial_slider .owl-stage .owl-item .item {
    height: 100%;
}
.home_testimonial_slider .owl-item {
    transform: scale(1) !important;
    transition: all 0.5s ease-in-out 0s;
}
.home_testimonial_slider .owl-item.active.firstActiveItem {
    transform: scale(1) !important;
}
.home_testimonial_slider.owl-carousel .owl-nav {
    display: none;
}

/*.home_testimonial_slider .owl-stage-outer {
    padding: 30px 30px 30px 0px;
}*/
.home_testimonial_slider .owl-dots {
    position: absolute;
    display: flex;
    right: 10px;
    column-gap: 18px;
    bottom: -30px;
}
.home_testimonial_slider .owl-dots button.owl-dot.active {
    position: relative;
}
.home_testimonial_slider .owl-dots button.owl-dot.active::before {
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    top: -5px;
    left: -5px;
    border: 1px solid var(--greenColor);
    border-radius: 50%;
}
.home_testimonial_slider .owl-dots button.owl-dot.active span {
    background: var(--greenColor);
}
.home_testimonial_slider .owl-dots button.owl-dot span {
    width: 6px;
    height: 6px;
    margin: 0;
}
.client_name {
    color: var(--greenColor);
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    /*text-transform: uppercase;*/
}
.testimonial_datas_conts svg path {
    fill: #000;
}
.testimonial_datas_conts .client_name span {
    text-transform: capitalize;
    margin-top: 0px;
}
.right_conts_dats iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 80px 0 80px 0px;
}



/*Hire Shopify Developers CSS*/
.free_trial_btns {
    margin-top: 35px;
    display: flex;
    align-items: center;
    gap: 15px;
}
.free_trial_btns a.btn.btn-primary {
    margin-top: 0px;
}
span.devide_line {
    position: relative;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    opacity: 0.6;
}
span.devide_line::before {
    content: "";
    width: 1px;
    height: 14px;
    position: absolute;
    background: #fff;
    top: -17px;
    left: 50%;
    transform: translateX(-50%);
}
span.devide_line::after {
    content: "";
    width: 1px;
    height: 14px;
    position: absolute;
    background: #fff;
    bottom: -17px;
    left: 50%;
    transform: translateX(-50%);
}
a.request_free_btn {
    text-decoration: underline;
    color: #fff;
    font-weight: 700;
    transition: all 0.5s ease-in-out 0s;
    opacity: 0.7;
    outline: none;
    border: none;
    box-shadow: none;
    font-size: 14px;
    text-transform: uppercase;
}
a.request_free_btn:hover {
    color: var(--whiteColor);
    opacity: 1;
}
.padding-right-60 {
    padding-right: 60px;
}
.shopify_devs_items h4 {
    font-size: 17px;
    color: #fff;
    font-weight: 500;
    margin: 0;
    position: relative;
    top: 2px;
}
.shopify_devs_items:not(:last-child) {
    margin-bottom: 13px;
}
.shopify_devs_items {
    display: flex;
    align-items: center;
    gap: 15px;
}
.shopify_items_icons img {
    width: 30px;
}
.shopify_dev_banner_lists li {
    color: #fff !important;
}
.hire_shopify_dev_banner {
    position: relative;
    background: url('../images/hire_shopify_developer_banner_bg.png') no-repeat;
    background-size: cover;
    background-position: bottom;  
    padding-bottom: 140px;
}
.hire_shopify_dev_banner::before {
    display: none;
}
.hire_shopify_dev_banner .banner_stars {
    filter: invert(1) brightness(2);
}
.hire_shopify_dev_banner .service_shpify_banner_form.service_data_form p {
    margin-top: 0;
}
.dedicated_shopify_deves_sec.hire_shopify_de_only_cta {
    padding: 50px;
}
.dedicated_shopify_deves_sec.hire_shopify_de_only_cta::before {
    content: "";
    background-image: url('../images/cta_shapes.svg');
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}
.dedicated_shopify_deves_sec.hire_shopify_de_only_cta::after {
    display: none;
}
.dedicated_shopify_deves_sec.hire_shopify_de_only_cta p {
    width: 90%;
    margin-bottom: 30px;
}
.expertise_of_developers {
    background: rgba(254, 138, 2, 0.06);
    position: relative;
}
.expertise_of_developers .markets_provider_lists {
    background: #fff;
    box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.03);
}
.expertise_of_developers .banner_stars {
    filter: invert(57%) sepia(100%) saturate(2097%) hue-rotate(355deg) brightness(102%) contrast(111%);
}
.how_hiring_our_developers {
    position: relative;
}
.trusted_web_development_company {
    position: relative;
    background: linear-gradient(180deg, var(--lighGreen) 76%, #fff 24%);
}
.numbring_experience_data {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 35px;
}
.company_number_items {
    background: #fff;
    padding: 36px 20px;
    border-radius: 10px;
    box-shadow: 0px 6px 40px 0px rgba(0, 0, 0, 0.03);
    text-align: center;
}
.company_number_items:not(:last-child) {
    margin-bottom: 35px;
}
.right_company_numb_data {
    margin-top: 0px;
}
.company_number_items h5 {
    font-size: 17px;
    margin: 15px 0px 2px;
}
.company_number_matters {
    font-size: 32px;
    font-weight: 900;
    color: #19352d;
    margin-bottom: -6px;
}
.mt-20 {
    margin-top: 20px;
}
.company_number_items img {
    transition: all 0.5s ease-in-out 0s;
    height: 60px;
}
.company_number_items:hover img {
    transform: translateY(-10px);
}
.how_hiring_devs_cols {
    position: relative;
}
.how_hiring_devs_cols::before {
    content: "";
    background: url(../images/hat_smiley_icon.png);
    width: 60px;
    height: 60px;
    position: absolute;
    left: -60px;
    top: -50px;
    background-size: cover;
    animation: float 2500ms infinite ease-in-out;
}
.hire_shopify_dev_banner .service_data_form form {
    margin-top: 20px;
}
.hite_shopify_dev_cta {
    border-radius: 20px;
    background: linear-gradient(94deg, #174034 0%, #FE8A02 171.22%);
    mix-blend-mode: darken;
    margin-top: 70px;
    text-align: center;
    padding: 40px 50px;
    column-gap: 50px;
    color: #fff;
    position: relative;
    display: flex;
    z-index: 1;
    align-items: center;
    box-shadow: 0px 15px 34px 14px rgb(29, 66, 51, 0.2);
}
.shopify_dev_img {
    /* background: #C3D6C8; */
    border-radius: 20px;
    padding: 0px;
    width: 370px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}
.shopify_dev_img img {
    width: 100%;
}
.shopify_dev_contens {
    flex: 1;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 0px;
}
.shopify_dev_contens h2 {
    color: #fff;
    margin-bottom: 16px;
}
.shopify_dev_contens p {
    color: #fff;
    text-align: left;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    margin: 0 auto 30px;
    width: 100%;
}
.hite_shopify_dev_cta::before {
    content: "";
    background-image: url(../images/cta_graphic_shapes.svg);
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.shopify_migration_graphic_img::after {
    content: none;
}
.migration_graphic_img::after {
    content: none;
}
.steps_icon {
    text-align: center;
    background: var(--orangeColor);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 15px;
    position: relative;
    transition: all 0.5s ease-in-out 0s;
}
.steps_icon::after {
    content: "";
    border: 1px solid #FE8A02;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    position: absolute;
    top: -5px;
    left: -5px;
    transition: all 0.5s ease-in-out 0s;
}
.solution_bottom_cols_das:hover .steps_icon::after {
    top: -10px;
}
.steps_icon ~ h4 {
    margin-bottom: 0;
    font-size: 17px !important;
}
.main_hire_shopify_cta_secs {
    background: linear-gradient(94deg, #174034 0%, #FE8A02 171.22%);
    mix-blend-mode: darken;
    position: relative;
    z-index: 1;
    padding: 40px 0px;
}
.main_hire_shopify_cta_secs::before {
    content: "";
    background-image: url(../images/cta_shapes.svg);
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.shopify_migration_service_secs .home_service_icon img {
    height: 60px;
}
.how_hiring_dev_graphic img {
    border-radius: 20px;
}
.hire_cta_shopify_devs {
    text-align: center;
    padding: 0;
    color: #fff;
    display: flex;
    column-gap: 20px;
    align-items: center;
}
.hire_dev_cta_graphics {
    width: 33%;
}
.hire_ct_devs_data {
    flex: 1;
    text-align: left;
    color: #fff;
}
.hire_dev_cta_graphics img {
    max-width: 100%;
}
.hire_ct_devs_data h2 {
    color: #fff;
    margin-bottom: 16px;
    font-size: 32px;
}
.hire_ct_devs_data p {
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    margin: 0 auto 28px;
}
.welcome_right_contents ul.shopify_dev_banner_lists {
    margin: 26px 0px 20px;
}
.back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none;
    background: var(--orangeColor);
    z-index: 9;
    border-color: var(--orangeColor);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 34px;
}
.back-to-top i {
    color: #fff;
}
.hire_certified_logos ul {
    display: flex;
    column-gap: 50px;
}
.hire_certified_logos li {
    padding: 0 !important;
    margin: 0 !important;
}
.hire_certified_logos li::before, .hire_certified_logos li::after {
    display: none;
}
.hire_certified_logos li img {
    height: 56px;
}
.hire_certified_logos {
    margin-top: 40px;
}
.benefits_service_content_lists li::after {
    z-index: 0 !important;
}
.line_parts {
    position: relative;
    color: var(--orangeColor);
}
.line_parts::after {
    background: url(../images/line_shape_angle.svg);
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    bottom: -12px;
    left: 0;
    width: 100%;
    height: 10px;
    background-size: contain;
}
.home_service_icon img {
    height: 50px;
    object-fit: cover;
}
/*New Testimonial CSS*/

.new_home_testimonials {
    background: url('../images/testimonial_bg_img.png') no-repeat;
    background-size: cover;
    position: relative; 
    z-index: 1;
}
.new_home_testimonials::before {
    content: "";
    background: #295956;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.96;
}
.sec_headings.text_white h2 {
    color: #fff;
}
.sec_headings.text_white p {
    color: #fff;
}
.inner_testimonial_datas {
    width: 76%;
    margin: 10px auto;
    text-align: center;
    position: relative;
}
.quote_icons_showcase {
    position: absolute;
    right: 20px;
    bottom: 20px;
    opacity: 0.6;
}
.inner_testimonial_datas p {
    font-size: 18px;
    color: #fff;
}
.inner_testimonial_datas .client_name {
    color: #fff;
}
.inner_testimonial_datas .client_name span.client_occupation {
    color: #ffffffb5;
}

.new_testimonial_slider .owl-nav {
    margin: 0 !important;
    position: absolute;
    top: 25%;
    transform: translateY(-50%);
    width: 100%;
}
.new_testimonial_slider .owl-nav button {
    width: 50px;
    height: 50px;
    border-radius: 50% !important;
    border: 1px solid var(--orangeColor) !important;
    position: absolute;
    transition: all 0.5s ease-in-out 0s;
    background: var(--orangeColor) !important;
}
.new_testimonial_slider .owl-nav button.owl-next::before {
    content: "\f178";
    font-family: 'Font Awesome 6 Pro';
    font-size: 14px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--whiteColor);
    transition: all 0.5s ease-in-out 0s;
}
.new_testimonial_slider .owl-nav button.owl-prev::before {
    content: "\f177";
    font-family: 'Font Awesome 6 Pro';
    font-size: 14px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--whiteColor);
    transition: all 0.5s ease-in-out 0s;
}
.new_testimonial_slider .owl-nav button span {
    font-size: 0;
}
.new_testimonial_slider .owl-nav button.owl-prev {
    left: 50px;
}
.new_testimonial_slider .owl-nav button.owl-next {
    right: 50px;
}
.new_testimonial_slider .owl-dots {
    margin-top: 20px;
    text-align: center;
}
.new_testimonial_slider .owl-dots button.owl-dot {
    margin: 0px 2px;
}
.new_testimonial_slider .owl-dots button.owl-dot span {
    margin: 0;
    width: 22px;
    height: 4px;
    background: #ffffffa1 !important;
    display: block;
    border-radius: 6px;
}
.new_testimonial_slider .owl-dots button.owl-dot.active span {
    background: var(--orangeColor) !important;
}
.rotated_hire_developer_cta {
    border: none;
    transition: all 0.5s ease-in-out 0s;
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 999;    
    transform: translateX(0);
}
.inner_rots_datas {
    -webkit-animation: shake-animation 4.72s ease infinite;
    animation: shake-animation 4.72s ease infinite;
}
.rotated_hire_developer_cta.closed {
    -webkit-transform: translateX(calc(-100% - 20px));
    transform: translateX(calc(-100% - 20px));
}
.rotate_stick_button {
    background: var(--orangeColor);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 100%;
    position: absolute;
    top: 0;
    border-radius: 0px 5px 5px 0px;
    box-shadow: 0px 6px 65px 0px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}
.hire_rotated_shapes_content {
    display: flex;
    flex-direction: column;
    padding: 20px;
    row-gap: 20px;
    background: #FFF;
    box-shadow: 0px 6px 65px 0px rgba(0, 0, 0, 0.2);
    border-radius: 15px 0px 15px 15px;
    border: 1px solid #fc8a0269;
}
.hire_rotated_shapes_content>img {
    width: 220px;
}
.rotate_stick_button img {
    width: 20px;
}
.rotated_hire_developer_cta.closed .rotate_stick_button img {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.rotated_hire_developer_cta.closed .inner_rots_datas {
    animation: none;
}
@keyframes shake-animation {
    0% { transform:translate(0,0) }
    1.78571% { transform:translate(8px,0) }
    3.57143% { transform:translate(0,0) }
    5.35714% { transform:translate(8px,0) }
    7.14286% { transform:translate(0,0) }
    8.92857% { transform:translate(8px,0) }
    10.71429% { transform:translate(0,0) }
    100% { transform:translate(0,0) }
}
.rotated_hire_developer_cta> img {
    width: 220px;
}
.rotated_hire_developer_cta a.btn.btn-primary {
    font-size: 13px;
    padding: 12px 25px;
    letter-spacing: 0.3px;
}
.rotated_hire_developer_cta a.btn.btn-primary>img {
    width: 22px;
}
.rotated_featured_datas {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    padding-left: 30px;
}
.rotated_featured_datas .markets_provider_lists.service_provider_lists {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 20px;
    padding: 30px 20px;
    position: relative;
    z-index: 1;
    transition: all 0.5s ease-in-out 0s;
    overflow: hidden;
}
.rotated_featured_datas .markets_provider_lists.service_provider_lists::before {
    background: linear-gradient(110deg, var(--greenColor) 35%, var(--orangeColor) 99.94%);
    border-radius: 20px;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transform: translate(100%,100%);
    transform: translate(100%,100%);
    transition: all .5s;
    width: 100%;
    z-index: -1;
}
.rotated_featured_datas .markets_provider_lists.service_provider_lists:hover {
    background: unset !important;
}
.rotated_featured_datas .markets_provider_lists.service_provider_lists:hover::before {
    transform: translate(0);
}
.rotated_featured_datas .markets_provider_lists.service_provider_lists .provider_content_datas {
    text-align: center;
}
/*.rotated_hire_developer_cta:hover {
    transform: rotate(360deg);
}*/
.only_numbering_datas_secs {
    position: relative;
    background: linear-gradient(94deg, #174034 0%, #FE8A02 231.22%);
    padding: 0;
}
.only_numbering_datas_secs::before {
    content: "";
    background-image: url(../images/cta_shapes.svg);
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}
.animation_section svg {
    font-family: 'Russo One', sans-serif;
}
.animation_section svg text {
    text-transform: uppercase;
    animation: stroke 5s infinite alternate;
    stroke-width: 2;
    stroke: #365fa0;
    font-size: 135px;
}

@keyframes stroke {
    0% {
        fill: rgba(72, 138, 20, 0);
        stroke: rgba(148, 190, 1);
        stroke-dashoffset: 25%;
        stroke-dasharray: 0 50%;
        stroke-width: 3;
    }

    70% {
        fill: rgba(72, 138, 20, 0);
        stroke: rgba(148, 190, 1);
    }

    80% {
        fill: rgba(72, 138, 20, 0);
        stroke: rgba(148, 190, 1);
        stroke-width: 3;
    }

    100% {
        fill: rgba(148, 190, 1);
        stroke: rgba(54, 95, 160, 0);
        stroke-dashoffset: -25%;
        stroke-dasharray: 50% 0;
        stroke-width: 0;
    }
}
.blink_me {
    animation: beat .5s infinite alternate;
    transform-origin: center;
}
@keyframes beat {
    0% {
        transform: scale(0.8);
    }

    100% {
        transform: scale(1);
    }
}
.new_inner_expertise_cols .home_service_icon {
    margin-left: 0;
}
.new_inner_expertise_cols {
    text-align: left;
    transition: all 0.5s ease-in-out 0s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding: 40px 35px;
}
.new_inner_expertise_cols:before {
    background: linear-gradient(110deg, var(--greenColor) 35%, var(--orangeColor) 99.94%);
    border-radius: 20px;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transform: translate(100%,100%);
    transform: translate(100%,100%);
    transition: all .5s;
    width: 100%;
    z-index: -1;
}
.new_inner_expertise_cols:hover::before {
    transform: translate(0);
}
.new_inner_expertise_cols:hover h3, .new_inner_expertise_cols:hover p {
    color: #fff;
}
.expertise_count_numbers {
    font-size: 60px;
    position: absolute;
    right: 35px;
    font-weight: 900;
    opacity: 0.06;
    color: #29594b;
    top: 50px;
}
.new_inner_expertise_cols:hover .expertise_count_numbers {
    color: #fff;
    opacity: 1;
}
.why_hire_dev_g_data img {
    width: 100%;
}
.why_hire_dev_g_data {
    padding-left: 12px;
}
.markets_provider_lists.service_provider_lists.rotated_quality_datas_secs:hover {
    background: unset; 
}
.markets_provider_lists.service_provider_lists.rotated_quality_datas_secs {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.markets_provider_lists.service_provider_lists.rotated_quality_datas_secs::before {
    background: linear-gradient(110deg, var(--greenColor) 35%, var(--orangeColor) 99.94%);
    border-radius: 20px;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transform: translate(100%,100%);
    transform: translate(100%,100%);
    transition: all .5s;
    width: 100%;
    z-index: -1;
}
.markets_provider_lists.service_provider_lists.rotated_quality_datas_secs:hover::before {
    transform: translate(0);
}
.colored_step_icons {
    text-align: center;
    margin: 0 auto 15px;
    transition: all 0.5s ease-in-out 0s;
}
.solution_bottom_cols_das:hover .colored_step_icons {
    transform: translateY(-10px);
}
.colored_step_icons ~ h4 {
    font-size: 17px !important;
    margin-bottom: 0;
}
.gtm_trial_app {
    display: flex;
    align-items: center;
    column-gap: 20px;
    margin: 30px 0px 20px;
    border: 1px solid #ddd;
    padding: 15px 30px;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0px 6px 40px 0px rgba(0, 0, 0, 0.03);
}
.gtm_trial_app img {
    height: 46px;
}
.gtm_trial_app h5 {
    margin: 0;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 900;
    color: var(--greenColor);
    margin-right: 6px;
}

/*Shopify App Development CSS*/
.shopify_app_development_banner .banner_stars {
    filter: invert(1) brightness(2);
}
.padding-right-40 {
    padding-right: 40px;
}
.border-radius-20 {
    border-radius: 20px;
}
.inner_gtm_assistant_conts {
    border-radius: 20px;
    background: linear-gradient(94deg, #174034 0%, #FE8A02 171.22%);
    mix-blend-mode: darken;
    text-align: center;
    padding: 35px 50px 40px;
    column-gap: 50px;
    color: #fff;
    position: relative;
    display: flex;
    z-index: 1;
    align-items: center;
    box-shadow: 0px 15px 34px 14px rgb(29, 66, 51, 0.2);
    flex-direction: column;
}
.inner_gtm_assistant_conts::before {
    content: "";
    background-image: url(../images/cta_shapes.svg);
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.gtm_assistant_trials_app_sec {
    padding-top: 0;
}
.inner_gtm_assistant_conts p {
    text-align: center;
    color: #fff;
    font-weight: 500;
}
.right_app_showcase_cols img {height: 50px;}
.right_app_showcase_cols {
    display: flex;
    column-gap: 30px;
    margin-top: 8px;
}
.inner_gtm_app_promotions {
    border-radius: 20px;
    border: 1px solid rgba(41, 89, 86, 0.14);
    background: var(--whiteColor);
    box-shadow: 10px 20px 30px -10px rgba(0, 0, 0, 0.08);
    min-height: 100%;
    transition: all 0.5s ease-in-out 0s;
    display: flex;
    flex-direction: column;
}
.gtp_app_graphic_promo {
    border-radius: 20px 20px 0px 0px;
    background: #EDF1EE;
    padding: 0px;
    min-height: 248px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
}
.app_overlay_cta {
    position: absolute;
    transform: translateY(100%);
    background: rgb(66 108 95 / 96%);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    transition: all 0.5s ease-in-out 0s;
}
.gtm_trial_contents {
    padding: 30px;
}
.gtm_trial_contents p {
    text-align: center;
}
.gtm_trial_contents h3 {
    color: var(--greenColor);
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 15px;
}
.gtm_app_sec_datas {
    position: relative;
    background-image: linear-gradient(180deg, #29594b 319px, #FFFFFF 40%);
}
.gtm_app_sec_datas .banner_stars {
    filter: invert(50%) sepia(96%) saturate(524%) hue-rotate(353deg) brightness(99%) contrast(111%);
}
.gtm_app_sec_datas img.left_banner_star.banner_stars {
    top: 10%;
}
.gtm_app_sec_datas img.right_banner_star.banner_stars {
    top: 30%;
}
.inner_gtm_app_promotions:hover .app_overlay_cta {
    transform: translateY(0);
}
.inner_gtm_app_promotions:hover {
    box-shadow: 0 20px 40px rgba(8,10,55,.12);
     border-color: #29594bd1; 
}
.why_choose_shopify_develop {
    position: relative;
}
.benefits_custom_shopify_devs {
    background: var(--lighGreen);
    position: relative;
}
.padding-left-40 {
    padding-left: 40px;
}
.technologies_tab_datas {
    display: flex;
    column-gap: 50px;
}
.technologies_tab_datas ul.nav.nav-tabs {
    width: 30%;
    display: flex;
    flex-direction: column;
    border: none;
}
.technologies_tab_datas ul.nav.nav-tabs button.nav-link {
    margin: 0;
    width: 100%;
    text-align: left;
    background: #edf1ee;
    border: 1px solid #29594b14;
    border-radius: 10px;
    color: var(--greenColor);
    padding: 14px 24px;
    font-weight: 600;
    font-size: 18px;
    transition: all 0.3s ease-in-out 0s;
    display: flex;
    align-items: center;
}
.technologies_tab_datas .tab-content {
    flex: 1;
}
.technologies_tab_datas ul.nav.nav-tabs li.nav-item:not(:last-child) {
    margin-bottom: 15px;
}
.technologies_tab_datas ul.nav.nav-tabs button.nav-link.active {
    background: var(--greenColor);
    color: #fff;
    border-color: var(--greenColor);
}
.inner_technologies_lists {
    display: flex;
    column-gap: 15px;
    height: 100%;
}
.technologies_tab_datas .tab-content .tab-pane {height: 100%;}
.technologies_app_items {
    flex: 1;
    border: 1px solid #dddddd87;
    border-radius: 20px;
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.05);
    padding: 30px;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.technologies_app_items h4 {
    font-size: 17px;
    margin: 15px 0px 0px;
}
.technologies_we_use_apps {
    position: relative;
    z-index: 1;
}
.technologies_we_use_apps::after {
    content: "";
    background: url(../images/half-circles-left.png) no-repeat;
    width: 200px;
    height: 408px;
    background-size: cover;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    z-index: -1;
}
.custom_pricing_data_secs {
    background: rgba(254, 138, 2, 0.06);
    position: relative;
}
.sticly_module_conts {
    display: flex;
    flex-direction: row;
    padding: 20px;
    column-gap: 20px;
    background: #FFF;
    box-shadow: 0px 6px 65px 0px rgba(0, 0, 0, 0.2);
    border-radius: 15px 0px 15px 15px;
    border: 1px solid #fc8a0269;
    max-width: 350px;
}
.expert_const_details h5 {
    font-size: 17px;
    color: #29594b;
    margin: 0px 0px 4px;
    font-weight: 900;
}
.expert_const_details p {
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
}
.expert_const_details p a {
    color: var(--orangeColor);
    transition: all 0.5s ease-in-out 0s;
    font-weight: 600;
}
.main_animated_sec {
    animation: showup 7s infinite;    
}
.sportive_animate_data {
    width:0px;
    animation: reveal 7s infinite;
}
.sportive_animate_data span {
  margin-left:-355px;
  animation: slidein 7s infinite;
}
.main_animated_flex {
    display: flex;
    align-items: center;
}
.inner_animated_data {
    display: flex;
    /* justify-content: center; */
    align-items: center;
    padding: 30px 0;
    overflow: hidden;
    font-size: 70px;
    font-family: 'Russo One', sans-serif;
    color: rgba(148, 190, 1);
    width: 100%;
    column-gap: 20px;
    text-transform: uppercase;
}
.hire_expert_developer_btn .btn.btn-primary {
    min-width: max-content;
}
.animated_section {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    -webkit-transform: translate3d(0,0,0);
}
.inner_animated_data div {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
}
@keyframes showup {
    0% {opacity:0;}
    20% {opacity:1;}
    80% {opacity:1;}
    100% {opacity:0;}
}
@keyframes slidein {
    0% { margin-left:-800px; }
    20% { margin-left:-800px; }
    35% { margin-left:0px; }
    100% { margin-left:0px; }
}
@keyframes reveal {
    0% {opacity:0;width:0px;}
    20% {opacity:1;width:0px;}
    30% {width:auto;}
    80% {opacity:1;}
    100% {opacity:0;width:auto;}
}



/*New Solution design start*/
.new_slution_design_sec {
    background: rgba(254, 138, 2, 0.06);
    position: relative;     
}
.new_slution_design_sec .banner_stars {
    filter: invert(52%) sepia(76%) saturate(1809%) hue-rotate(2deg) brightness(104%) contrast(103%);
}
.solution_inner_slides {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}
.solution-img {
    position: relative;
    overflow: hidden;
}
.solution-img::before {
    content: "";
    opacity: 1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(0deg, #fc8a02 0%, rgba(252, 138, 2, 0) 75%);
    -webkit-transform: perspective(400px) rotateX(-90deg) scale(0.2);
    transform: perspective(400px) rotateX(-90deg) scale(0.2);
    -webkit-transform-origin: top;
    transform-origin: top;
    z-index: 1;
}
.solution-img img {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    transform: scale(1);
    height: 500px;
    object-fit: cover;
}
.musk_overlay {
    background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0.2) 80%);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.solution_content {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 30px;
    z-index: 2;
}
.solution_content h5 {
    color: #fff;
    margin-bottom: 10px;
}
.solution_content p {
    color: #fff;
    font-size: 16px;
    line-height: 26px;
}
.solution_inner_slides:hover .solution-img::before {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg) scale(1);
    transform: perspective(400px) rotateX(0deg) scale(1);
}
.solution_content span {
    color: #fff;
    margin-bottom: 10px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 500;
}
.solution_slider_data {
    max-width: 94%;
    margin: 0 auto;
}
.new_slution_design_sec .left_banner_star {
    top: 14%;
    left: 3%;
}
.new_slution_design_sec .right_banner_star {
    top: 23%;
    right: 1%;
}
.solution_slider_data .owl-dots .owl-dot {
    margin: 0px 2px;
}
.solution_slider_data .owl-dots .owl-dot span {
    margin: 0;
    width: 26px;
    height: 4px;
    background: #fc8a0261;
    display: block;
    border-radius: 6px;
}
.solution_slider_data .owl-dots .owl-dot.active span {
    background: #fc8a02;
}
.solution_slider_data .owl-dots {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
/*Why Us*/

.why_work_with_us  {
    background-image: url('../images/why_work_with_us_bg.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.why_small_up_img {
    border: 12px solid #fff;
    position: relative;
}
.why_small_up_img img {
    width: 100%;
}
/*.why_work_with_us::before {
    content: "";
    background: url(../images/ellipse_circle.svg);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 113px;
    height: 260px;
    opacity: 0.3;
}*/
.why_overlay_img {
    background-image: url(../images/why_large_img.png);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 100%;
    width: 563px;
    top: 0;
    right: 0;
    position: absolute;
    overflow: hidden;
}
.js-marquee-wrapper {
    display: flex;
    column-gap: 25px;
    width: 100000px;
    padding: 38px 0px 30px;
    transform: translateX(0px);
    animation: 100s linear 0s infinite normal none running marqueeAnimation;
}
@keyframes marqueeAnimation {
    100% {
        transform: translateX(-8166px);
    }
}
.js-marquee {
    display: flex;
    column-gap: 25px;
}
.js-marquee h3 {
    font-family: 'Russo One', sans-serif;
    font-size: 70px;
    color: rgba(148, 190, 1);
    text-transform: uppercase !important;
    font-weight: 300;
    margin: 0px;
}
h3.outline_text {
    color: transparent;
    -webkit-text-stroke: 2px rgba(148, 190, 1);
    text-stroke: 2px rgba(148, 190, 1);
}
.js-marquee h3 span {
    position: relative;
    top: -5px;
    margin: 0px 30px;
}

/*New Expertise*/
.inner-expertise_data {
    display: flex;
    border: 1px solid rgba(41, 89, 86, 0.14);
    background: var(--whiteColor);
    box-shadow: 10px 20px 30px -10px rgba(0, 0, 0, 0.08);
    border-radius: 20px;
    height: 100%;
    overflow: hidden;
}
.expertise_img {
    width: 26%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #EDF1EE;
    padding: 20px;
}
.expertise_content_data {
    flex: 1;
    padding: 35px;
    display: flex;
    flex-direction: column;
}
.expertise_img img {
    transform: rotate(-90deg);
}
.expertise_content_data h3 {color: var(--greenColor);font-size: 26px;font-weight: 700;line-height: 30px;margin-bottom: 18px;}
.expertise_content_data h3 a {
    color: var(--greenColor);
    text-decoration: none;
    transition: all 0.5s ease-in-out 0s;
}
.expertise_content_data p {
    font-size: 17px;
    line-height: 30px;
    margin-bottom: auto;
}
.expertise_content_data a.btn.btn-primary {
    margin: 20px 0 0;
    width: max-content;
}
/*New Our Solution CSS*/
.solution_card_design {
    background: #ffffff4f;
    padding: 0;
    border-radius: 15px;
    text-align: center;
    overflow: hidden;
    position: relative;
    border: 3px solid transparent;
    margin: 3% 5%;
    cursor: pointer;
    /*transition: margin 0.4s ease;*/
}
.inner_solution_contents_datas {
    margin: 0px 2%;
}
.owl_carousel_solution_slider .owl-item.active.center .solution_card_design {
    margin: 0;
} 
.owl_carousel_solution_slider .owl-item.active.center .solution_card_design {
    border-color: #fb8a02;
}
.owl_carousel_solution_slider .owl-item.active.center {
    position: relative;
}
.owl_carousel_solution_slider .owl-item.active.center::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #ee8707;
    bottom: -13px;
    left: 50%;
    margin-left: -15px;
}
.owl_carousel_solution_slider #sync1 .owl-stage {
    padding-bottom: 20px;
}
.solution_card_contents {
    position: absolute;
    top: 50%;
    text-align: center;
    transform: translateY(-50%);
    padding: 20px 40px;
}
.solution_card_img img {
    display: flex !important;
}
.solution_card_img::before {
    content: "";
    background: #000000b5;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.owl_carousel_solution_slider .owl-item.active.center .solution_card_img::before {
    background: #000000c7;
}
.solution_card_img {
    position: relative;
}
.owl_carousel_solution_slider .owl-item.active.center .solution_card_contents h4 {
    background: linear-gradient(to right, var(--greenColor) , var(--orangeColor));
    color: #fff;
}
.solution_card_contents h4 {
    background: #fff;
    border-radius: 10px;
    padding: 15px;
    color: #222;
    font-size: 20px;
    position: relative;
}
.owl_carousel_solution_slider .owl-item.active.center .solution_card_contents h4 span {
    background: #fff;
    color: var(--orangeColor);
}
.solution_card_contents h4 span {
    position: absolute;
    left: -20px;
    top: -20px;
    background: linear-gradient(to right, var(--greenColor) , var(--orangeColor));
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 900;
    box-shadow: 0px 14px 24px 0px rgb(0 0 0 / 32%);
}
.solution_card_contents p {
    color: #fff;
    margin-top: 20px;
    font-size: 17px;
    line-height: 28px;
}
/*Shopify App Development slider css*/
.shopify_app_deve_service_carousel #sync_shopify_app1 .owl-stage {
    padding-bottom: 25px;
}
.shopify_app_slider_cards {
    border-radius: 20px;
    background: var(--whiteColor);
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.05);
    padding: 40px 35px;
    position: relative;
    border: 2px solid #29594b59;
    cursor: pointer;
}
.shopify_app_deve_service_carousel #sync_shopify_app1 .owl-stage {
    padding-bottom: 25px;
}
.shopify_app_slider_cards h3 {
    color: var(--greenColor);
    font-size: 21px;
    margin-bottom: 12px;
    transition: all 0.5s ease-in-out 0s;
    text-align: center;
    margin: 0;
    text-transform: capitalize;
}
.app_numbering_data {
    font-size: 50px;
    position: absolute;
    left: 32px;
    font-weight: 900;
    opacity: 0.06;
    color: #29594b;
    top: 13px;
}
.shopify_app_slider_cards .home_service_icon img {
    width:  auto !important;
    height: 50px;
}
.app_developement_card_content {
    max-width: 60%;
    margin: 0 auto;
    text-align: center;
}
.app_developement_card_content h3 {
    color: var(--greenColor);
    font-size: 25px;
    margin-bottom: 12px;
    transition: all 0.5s ease-in-out 0s;
    text-align: center;
    text-transform: capitalize;
}
.caret_icon {
    display: none;
    color: #FFF;
    font-size: 13px;
    position: absolute;
    bottom: -7px;
    left: 50%;
    transform: translateX(-50%);
}
.caret_icon i {
    -webkit-animation: arrowMove 1.2s infinite;
    animation: arrowMove 1.2s infinite; 
}
@-webkit-keyframes arrowMove {
  to {
    transform: translateY(10px);
    opacity: 0;
  }
}
@keyframes arrowMove {
  to {
    transform: translateY(10px);
    opacity: 0;
  }
}
.shopify_app_deve_service_carousel #sync_shopify_app1 .owl-item.active.center {
    position: relative;
}
.shopify_app_deve_service_carousel #sync_shopify_app1 .owl-item.active.center::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid var(--greenColor);
    bottom: -13px;
    left: 50%;
    margin-left: -15px;
}
.shopify_app_deve_service_carousel #sync_shopify_app1 .owl-item.active.center .shopify_app_slider_cards {
    background: var(--greenColor);
}
.shopify_app_deve_service_carousel #sync_shopify_app1 .owl-item.active.center .shopify_app_slider_cards .home_service_icon {
    background: var(--orangeColor) 
}
.shopify_app_deve_service_carousel #sync_shopify_app1 .owl-item.active.center .shopify_app_slider_cards h3 {
    color: #fff;
}
.shopify_app_deve_service_carousel #sync_shopify_app1 .owl-item.active.center .caret_icon {
    display: block;
}
.shopify_app_deve_service_carousel #sync_shopify_app1 .owl-item.active.center .app_numbering_data {
    color: #fff;
    opacity: 0.3;
}
.app_selected_lines {
    position: absolute;
    z-index: 1;
    top: -100%;
    right: -100%;
    width: 180px !important;
    height: 180px;
    object-fit: cover;
    mix-blend-mode: luminosity;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    object-fit: contain;
    opacity: 0.6;
}
.shopify_app_deve_service_carousel #sync_shopify_app1 .owl-item.active.center .app_selected_lines {
    position: absolute;
    top: -5px;
    right: -30px;
} 
.light_green_bgcolor {
    background: var(--lighGreen) !important; 
}
.light_green_bgcolor .banner_stars {
    filter: unset;
}
.gtm_trial_assistant_sec {
    background: url(../images/solution_bg_img.png) no-repeat;
    width: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.gtm_trial_assistant_sec::before {
    content: "";
    background: rgb(41 89 86 / 96%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
}
.gtm_trial_assistant_sec::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    z-index: -1;
    height: 1px;
    width: 1px;
    background-color: #fc8a02;
    border-radius: 50%;
    box-shadow: 24vw 9vh 1px 0px #fc8a02, 12vw -24vh 0px 1px #fc8a02,
    -45vw -22vh 0px 0px #fc8a02, -37vw -40vh 0px 1px #fc8a02, 29vw 19vh 0px 1px #fc8a02,
    4vw -8vh 0px 1px #fc8a02, -5vw 21vh 1px 1px #fc8a02, -27vw 26vh 1px 1px #fc8a02,
    -47vw -3vh 1px 1px #fc8a02, -28vw -30vh 0px 1px #fc8a02, -43vw -27vh 0px 1px #fc8a02,
    4vw 22vh 1px 1px #fc8a02, 36vw 23vh 0px 0px #fc8a02, -21vw 24vh 1px 1px #fc8a02,
    -16vw 2vh 1px 0px #fc8a02, -16vw -6vh 0px 0px #fc8a02, 5vw 26vh 0px 0px #fc8a02,
    -34vw 41vh 0px 0px #fc8a02, 1vw 42vh 1px 1px #fc8a02, 11vw -13vh 1px 1px #fc8a02,
    48vw -8vh 1px 0px #fc8a02, 22vw -15vh 0px 0px #fc8a02, 45vw 49vh 0px 0px #fc8a02,
    43vw -27vh 1px 1px #fc8a02, 20vw -2vh 0px 0px #fc8a02, 8vw 22vh 0px 1px #fc8a02,
    39vw 48vh 1px 1px #fc8a02, -21vw -11vh 0px 1px #fc8a02, -40vw 45vh 0px 1px #fc8a02,
    11vw -30vh 1px 0px #fc8a02, 26vw 30vh 1px 0px #fc8a02, 45vw -29vh 0px 1px #fc8a02,
    -2vw 18vh 0px 0px #fc8a02, -29vw -45vh 1px 0px #fc8a02, -7vw -27vh 1px 1px #fc8a02,
    42vw 24vh 0px 0px #fc8a02, 45vw -48vh 1px 0px #fc8a02, -36vw -18vh 0px 0px #fc8a02,
    -44vw 13vh 0px 1px #fc8a02, 36vw 16vh 0px 1px #fc8a02, 40vw 24vh 0px 0px #fc8a02,
    18vw 11vh 0px 0px #fc8a02, -15vw -23vh 1px 0px #fc8a02, -24vw 48vh 0px 1px #fc8a02,
    27vw -45vh 1px 0px #fc8a02, -2vw -24vh 0px 1px #fc8a02, -15vw -28vh 0px 0px #fc8a02,
    -43vw 13vh 1px 0px #fc8a02, 7vw 27vh 1px 0px #fc8a02, 47vw 5vh 0px 0px #fc8a02,
    -45vw 15vh 1px 1px #fc8a02, -5vw -28vh 0px 1px #fc8a02, 38vw 25vh 1px 1px #fc8a02,
    -39vw -1vh 1px 0px #fc8a02, 5vw 0vh 1px 0px #fc8a02, 49vw 13vh 0px 0px #fc8a02,
    48vw 10vh 0px 1px #fc8a02, 19vw -28vh 0px 0px #fc8a02, 4vw 7vh 0px 0px #fc8a02,
    21vw 21vh 1px 1px #fc8a02, -15vw -15vh 0px 1px #fc8a02, -6vw -42vh 1px 0px #fc8a02,
    -15vw 48vh 1px 1px #fc8a02, -23vw 25vh 1px 1px #fc8a02, -48vw 25vh 0px 1px #fc8a02,
    -31vw -19vh 0px 1px #fc8a02, 4vw 37vh 1px 1px #fc8a02, -43vw 28vh 0px 0px #fc8a02,
    3vw -25vh 0px 1px #fc8a02, -39vw 14vh 0px 1px #fc8a02, -40vw 31vh 0px 1px #fc8a02,
    35vw -36vh 1px 1px #fc8a02, 16vw 49vh 0px 0px #fc8a02, 6vw 39vh 0px 0px #fc8a02,
    3vw -35vh 0px 1px #fc8a02, -44vw -2vh 1px 0px #fc8a02, -6vw 21vh 1px 0px #fc8a02,
    48vw 9vh 1px 1px #fc8a02, -43vw 30vh 1px 1px #fc8a02, 29vw -12vh 1px 1px #fc8a02,
    -48vw 13vh 1px 0px #fc8a02, -42vw 32vh 1px 1px #fc8a02, 34vw 15vh 1px 1px #fc8a02,
    29vw -37vh 1px 1px #fc8a02, 28vw 2vh 0px 0px #fc8a02;
    animation: zoom 10s alternate infinite;
}
.app_logo_img {
    margin-bottom: 22px;
}
.gtm_trial_content_datas {
    /*max-width: 648px;*/
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.gtm_trial_content_datas p {
    margin-bottom: 25px;
    color: #fff;
}
.gtm_trial_content_datas h2 {
    margin-bottom: 13px;
}
.gtm_trial_assistant_img img {
    display: flex;
    box-shadow: 0px 15px 34px 14px rgb(29, 66, 51, 0.2);
    border-radius: 20px;
}
.gtm_trial_content_datas .btn.btn-primary {
    width: max-content;
}
.why_choose_youas_deves_sec {
    background: var(--lighGreen);
}
.padding-right-50 {
    padding-right: 50px;
}
.gtm_trial_content_datas h4 {
    margin-bottom: 16px;
    color: #fff;
    font-size: 26px;
}
.gtm_trial_assistant_sec .banner_stars {
    filter: invert(51%) sepia(98%) saturate(1063%) hue-rotate(359deg) brightness(98%) contrast(107%);
}
@keyframes zoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.5);
  }
}
@keyframes keyBounce{
  0% {transform: translateY(0px);}
  100% {transform: translateY(-10px);}
}
.shopify_logos img {
    width: 100%;
}

/*Shopify Theme Development Css start here*/
.our_key_highlights_secs {
    background: var(--lighGreen);
}
.theme_development_data_services {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 25px;
}
.theme_development_data_services .company_number_items:not(:last-child) {
    margin-bottom: 0px;
}
.company_number_items h5.experienece_developers_text {
    font-size: 18px;
    padding: 0px;
    line-height: 27px;
}
.theme_development_client_loves_sec {
    position: relative;
    background: rgba(254, 138, 2, 0.06);
}
.various_technologies_lists ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 20px;
    align-items: center;
    justify-content: center;
}
.various_technologies_lists ul li {
    border: 1px solid #2959561c;
    text-align: center;
    line-height: 130px;
    height: 100%;
    background: #edf1ee3b;
    border-radius: 5px;
    transition: all 0.5s ease-in-out 0s;
}
.various_technologies_lists ul li:hover {
    border-color: #fc8a02;    
}
.various_technologies_lists ul li img {
    mix-blend-mode: multiply;
}
.theme_development_client_loves_sec .banner_stars {
    filter: invert(57%) sepia(100%) saturate(2097%) hue-rotate(355deg) brightness(102%) contrast(111%);
}
.store_development_data_services {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 25px;
}
.store_development_data_services .company_number_items {
    margin: 0;
}
.why_client_prefer_shopify {
    position: relative;
    background: rgba(254, 138, 2, 0.06);
}
.why_client_prefer_datas {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 50px;
    /*align-items: center;*/
}
.left_why_content_img img {
    width: 100%;
}
.right_why_client_contents ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.outer_why_datas {
    border-radius: 20px;
    background: #fff;
    padding: 30px;
    margin: 0;
    height: 100%;
    box-shadow: 0px 6px 40px 0px rgba(0, 0, 0, 0.03);
    display: flex;
    column-gap: 20px;
}
.right_why_client_contents li:not(:last-child) {
    margin-bottom: 20px;
}
.why_inner_refering_conts h3 {
    color: #19352D;
    font-size: 22px;
    font-weight: 700;
    line-height: 25px;
    margin-bottom: 10px;
}
.why_client_prefering_icons {
    width: 90px;
    height: 90px;
    background: #fc8a02;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s ease-in-out 0s;
}
.why_inner_refering_conts {
    flex: 1;
}
.why_client_prefering_icons img {
    height: 42px;
}
.mobile_app_dev_numring .company_number_items img {
    height: auto;
}
.mobile_app_dev_numring .company_number_items h5 {
    line-height: 25px;
    margin-bottom: 0;
}
.shopify_speed_optimization_steps_row .solution_bottom_cols_das {
    position: relative;
    padding: 35px 20px;
}
.step_numbering_dats {
    position: absolute;
    top: 20px;
    left: 30px;
    font-weight: 800;
    font-size: 28px;
    opacity: 0.6;
    color: var(--orangeColor);
}
.shopify_speed_optimization_steps_row .solution_bottom_cols_das h4 {
    font-size: 20px !important;
    margin-top: 20px;
}
.shopify_speed_optimization_steps_row .solution_bottom_cols_das .colored_step_icons {
    background: var(--orangeColor);
    width: 90px;
    height: 90px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.shopify_speed_optimization_steps_row .solution_bottom_cols_das .colored_step_icons img {
    height: 44px;
}
ul.sub_sub_list {
    margin-top: 12px;
}
ul.sub_sub_list li::after {
    display: none;
}
ul.sub_sub_list li::before {
    content: '\25B8';
    position: absolute;
    top: 0;
    left: -6px;
    color: #FC8A02;
    font-size: 32px;
}
ul.sub_sub_list li {
    padding-left: 26px;
    font-size: 16px;
}
ul.sub_sub_list li:not(:last-child) {
    margin-bottom: 8px;
}   
h1.baner_h1_heading_title {
    font-size: 34px;
    line-height: 44px;
    color: #fff;
    margin-bottom: 20px;
}
/*.shopify_consulting_secrices_datsa {
    background: var(--lighGreen); 
}
.shopify_consulting_secrices_datsa .solution_bottom_cols_das {
    background: #fff;
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.05);
    z-index: 1;
}
.shopify_consulting_secrices_datsa .solution_bottom_cols_das svg.animated_curve_shape path.line-dash-path {
    stroke: var(--greenColor);
}
*/



.free_cosultaion_page header {
    background: var(--headerBackground); 
}
.shopify_consultants_new_banner_secs {
    padding: 60px 0px 70px;
    position: relative;
}
.upper_consulting_heading h2 {
    margin-bottom: 12px;
}
.upper_consulting_heading p {
    max-width: 80%;
    margin: 0 auto;
}
.upper_consulting_heading h1 {
    font-size: 36px;
    line-height: 46px;
}
.consulting_of_developers_services {
    position: relative;
}
.consulting_of_developers_services::after {
    content: "";
    position: absolute;
    right: 80px;
    top: 12%;
    width: 350px;
    height: 350px;
    background: #c5e9df;
    filter: blur(200px);
    z-index: -1;
}
.consulting_of_developers_services::before {
    content: "";
    position: absolute;
    left: -30px;
    bottom: 8%;
    width: 390px;
    height: 390px;
    background: #fff0de;
    filter: blur(200px);
    z-index: -1;
}
.consulting_services_lists {
    background: var(--whiteColor);
    border: 1px solid #29594b2e;
    border-radius: 30px;
    text-align: center;
    padding: 45px 25px;
    transition: .3s linear;
}
.consulting_services_lists h3 {
    font-size: 22px;
    margin: 0;
}
.consulting_services_lists:hover {
    filter: drop-shadow(0px 14px 200px #E1E5ED);
}
.consulting_ser_icon {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    border-radius: 50%;
    line-height: 0;
    background: #29594b;
    color: var(--tg-primary-color);
    font-size: 50px;
    transition: .3s linear;
}
.consulting_services_lists:hover .consulting_ser_icon {
    background: var(--orangeColor);
}
.consulting_ser_icon img {
    height: 42px;
}
.consulting_of_developers_services .home_service_icon {
    width: 100px;
    height: 100px;
}
.consulting_of_developers_services h3 {
    margin: 0;
    font-size: 20px;
}
.consulting_of_developers_services .home_service_icon img {
    height: 45px;
}
.consulting_of_developers_services .expertise_count_numbers {
    font-size: 50px;
}
.consulting_of_developers_services .new_inner_expertise_cols {
    padding: 40px 32px;
    background: #fff;
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.06);
    border: 1px solid #29594b1c;
}
.redefine_shopify_store_sec {
    background: rgba(254, 138, 2, 0.06);
    position: relative;
    overflow: hidden;
}
.redefined_shopify_contents h2 {
    font-size: 26px;
    line-height: 32px;
    color: var(--headingTextColor);
    margin-bottom: 10px;
}
.redefined_icons {
    width: 80px;
    height: 80px;
    background: var(--orangeColor);
    border-radius: 100px;
    display: flex;
    margin: 0px 0 25px;
    transition: all 0.5s ease-in-out 0s;
    box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.1);
    align-items: center;
    justify-content: center;
}
.redefined_icons img {
    height: 40px;
}
.redefine_shopify_store_sec::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 393px;
    height: 395px;
    background: url(../images/redefined_store_shape.png);
    background-size: cover;
    z-index: -1;
    opacity: 0.07;
}
/*.redefine_shopify_store_sec::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -15%;
    width: 760px;
    height: 760px;
    background: linear-gradient(154.68deg, #8894FF 11.62%, #FF8585 90.47%);
    opacity: 0.05;
    filter: blur(75px);
    border-radius: 50%;
    z-index: -1;
}*/
.padding_right_50{
    padding-right: 50px;
}
.padding_left_50 {
    padding-left: 50px;
}
.mt-70 {
    margin-top: 70px;
}
.redefined_shopify_graphics {
    background: #FFEDD9;
    padding: 40px;
    border-radius: 20px;
    text-align: center;
}
.redefine_shopify_store_sec .banner_stars {
    filter: invert(57%) sepia(100%) saturate(2097%) hue-rotate(355deg) brightness(102%) contrast(111%);
}
.consulting_calendly_link {
    margin-top: 40px;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.06);
}
.schedule_appointment_consulting_sec {
    background: url(../images/solution_bg_img.png) no-repeat;
    width: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.schedule_appointment_consulting_sec::before {
    content: "";
    background: rgb(41 89 86 / 96%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
}
.consultancy_appointment_items:not(:last-child) {
    margin-bottom: 40px;
}
.consult_appoint_datas h3 {
    color: #fff;
    font-size: 21px;
    margin-bottom: 10px;
}
.consult_appoint_datas p {
    color: #fff;
    line-height: 28px;
    font-size: 16px;
}
.consult_appoint_icons {
    width: 70px;
    height: 70px;
    background: #fc8a02;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.08);
}
.consultancy_appointment_items {
    display: flex;
    gap: 30px;
}
.consult_appoint_datas {
    flex: 1;
    margin-top: 5px;
}
.consultancy_appoint_shedule {
    position: relative;
}
.consultancy_appoint_shedule::before {
    content: "";
    width: 5px;
    height: 82%;
    position: absolute;
    top: 0;
    left: 33px;
    background: #fc8a02;
    z-index: -1;
    border-radius: 4px;
}
.consult_appoint_icons img {
    height: 35px;
}
.schedule_appointment_consulting_sec {
    position: relative;
}
.schedule_appointment_consulting_sec .banner_stars {
    filter: invert(1) brightness(2);
}
.redefined_icons {
    transition: all 0.5s ease-in-out 0s;
}
.redefined_shopify_contents:hover .redefined_icons {
    transform: translateY(-15px);
}
ul.support_maintenance_tech_lists {
    margin: 20px 0px 20px;
}
h1.top_banner_heading {
    font-size: 34px;
    line-height: 44px;
    color: #fff;
    margin-bottom: 20px;
}
.provider_content_datas h3 {
    color: #19352D;
    font-size: 19px;
    font-weight: 700;
    line-height: 25px;
    margin-bottom: 5px;
}
.how_we_help_secs .solution_bottom_cols_das h3 {
    font-size: 18px;
    line-height: 25px;
    color: #19352D;
    text-align: center;
    font-weight: 700;
    margin-bottom: 8px;
}
.choosen_numbers p {
    color: var(--whiteColor);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    margin: 28px 0px 0px;
}
.consulting_of_developers_services_secs {
    position: relative;
}
.consulting_of_developers_services_secs .banner_stars {
    filter: invert(57%) sepia(100%) saturate(2097%) hue-rotate(355deg) brightness(102%) contrast(111%);
}
.consulting_of_developers_services_secs .new_inner_expertise_cols {
    padding: 40px 32px;
    background: #fff;
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.06);
    border: 1px solid #29594b1c;
}
.consulting_of_developers_services_secs .left_banner_star {
    top: 10%;
}
.consulting_of_developers_services_secs::after {
    content: "";
    position: absolute;
    right: 80px;
    top: 12%;
    width: 350px;
    height: 350px;
    background: #c5e9df;
    filter: blur(200px);
    z-index: -1;
}
.consulting_of_developers_services_secs::before {
    content: "";
    position: absolute;
    left: -30px;
    bottom: 8%;
    width: 390px;
    height: 390px;
    background: #fff0de;
    filter: blur(200px);
    z-index: -1;
}
.why_do_consulting_services_secs {
    background: rgba(254, 138, 2, 0.06);
    position: relative;
}




.consulting_animation_text svg {
    display: block;
    font-family: 'Russo One', sans-serif;
    font-size: 60px;
    /* width: 960px; */
    /* height: 300px; */
    /* margin: 0 auto; */
    text-transform: uppercase;
}
.consulting_animation_text .text-copy {
    fill: none;
    stroke: white;
    stroke-dasharray: 6% 29%;
    stroke-width: 5px;
    stroke-dashoffset: 0%;
    animation: stroke-offset 5.5s infinite linear;
}

.consulting_animation_text .text-copy:nth-child(1){
  stroke: #4D163D;
  animation-delay: -1;
}

.consulting_animation_text .text-copy:nth-child(2){
  stroke: #840037;
  animation-delay: -2s;
}

.consulting_animation_text .text-copy:nth-child(3){
  stroke: #BD0034;
  animation-delay: -3s;
}

.consulting_animation_text .text-copy:nth-child(4){
  stroke: #BD0034;
  animation-delay: -4s;
}

.consulting_animation_text .text-copy:nth-child(5){
  stroke: #FDB731;
  animation-delay: -5s;
}

@keyframes stroke-offset{
  100% {stroke-dashoffset: -35%;}
}
.why_do_consulting_services_secs .markets_provider_lists.service_provider_lists.rotated_quality_datas_secs {
    padding: 35px;
    background: #fff;
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.06);
    border: 1px solid #29594b1c;
}
.why_do_consulting_services_secs .provider_content_datas h4 {
    color: #19352D;
    font-size: 21px;
    font-weight: 700;
    line-height: 27px;
    margin-bottom: 9px;
}
.why_do_consulting_services_secs .banner_stars {
    filter: invert(57%) sepia(100%) saturate(2097%) hue-rotate(355deg) brightness(102%) contrast(111%);
}
.project_list_delivered_data .provider_content_datas h4 {
    font-size: 20px;
    margin-bottom: 10px;
}
.project_list_delivered_data .markets_provider_lists.service_provider_lists.rotated_quality_datas_secs {
    padding: 35px;
}
h2.benefit_chs_cls {
    font-size: 18px;
    margin: 0;
    line-height: 26px;
}
.markets_provider_lists.service_provider_lists:hover .provider_content_datas h3 {
    color: #fff;
}
.migration_integration_service_secs {
    background: rgba(254, 138, 2, 0.06);
    position: relative;
}
.migration_integration_service_secs .banner_stars {
    filter: invert(57%) sepia(100%) saturate(2097%) hue-rotate(355deg) brightness(102%) contrast(111%);
}
.padding-left-30 {
    padding-left: 30px;
}
.speed_optimization_service_secs {
    background: #EDF1EE;
    position: relative;
}
.shopify_market_pro_serv_secs {
    background: rgba(254, 138, 2, 0.06);
    position: relative;
}
.shopify_market_pro_serv_secs .banner_stars {
    filter: invert(57%) sepia(100%) saturate(2097%) hue-rotate(355deg) brightness(102%) contrast(111%);
}
.why_choose_only_service_sec {
    background: rgba(254, 138, 2, 0.06);
}

/* Our-Blogs-Section */

.our_blogs {
    /*background: radial-gradient(140.45% 140.45% at 50% -33.79%, rgba(255, 243, 234, 0.7) 0%, rgba(255, 255, 255, 0.7) 100%);*/
    background: #fff;
    position: relative;
}

.our_blogs .sec_heading .main_text {
    font-size: 15px;
    font-weight: 600;
    line-height: 18.83px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: #58595B;
}

.our_blogs .sec_heading p {
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    color: #58595B;
}

.our_blogs .sec_heading .animated_small_circle_shape {
    width: 20px;
    height: 20px;
    position: absolute;
    right: unset;
    left: 10%;
    top: 20rem;
    border-radius: 50px;
    border: 0;
    background: linear-gradient(143.36deg, #FFFFFF 6.56%, #FE8A02 89.47%);
    animation: jump 2s linear alternate infinite;
}

.our_blogs .animated_small_circle_shape {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 25%;
    left: unset;
    top: 5rem;
    border-radius: 50px;
    border: 0;
    animation: jump 2s linear alternate infinite;
    background: linear-gradient(143.36deg, #FFFFFF 6.56%, #FE8A02 89.47%);
}
.our_blogs .outer_blog_container{
    display: flex;
}
.our_blogs .news_blog_container {
    box-shadow: 0px 0px 25px 4px rgba(0, 0, 0, 0.06);
    border-bottom: none;
    background: #FFFFFF;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    flex-basis: 430px;
    flex-grow: 1;
    border: 1px solid #29594b3d;
}
.our_blogs .news_blog_container .border_blog_img img {
    transition: all 0.5s ease-in-out 0s;
    display: flex;
}
.our_blogs .news_blog_container:hover .border_blog_img img {
    transform: scale(1.03);
}
.our_blogs .border_blog_img {
    overflow: hidden;
    max-width: 100%;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.our_blogs .sec_heading{
    margin-bottom: 40px;
}
.our_blogs .border_blog_img img {
    width: 100%;
    transition: all 0.5s ease-in-out 0s;
}
.our_blogs .news_blog_content span {
    font-size: 13px;
    color: #fc8a02;
    display: flex;
    align-items: center;
    font-weight: 500;
    gap: 10px;
    margin-bottom: 8px;
}
.our_blogs .outer_blog_container:hover img {
    transform: none  !important;
}
.blog_text_cont p {
    font-size: 14px;
}
.our_blogs .blog_text_cont {
    background: #ffecd6;
    border-radius: 6px;
    padding: 9px 10px;
    align-items: center;
    margin: 0 0 0 !important;
    text-align: center;
}
.our_blogs .blog_text_cont p{
    font-size: 14px;
    color: #17202c;
    font-weight: 600 !important;
    align-self: center;
    display: flex;
    margin: 0 !important;
}
.our_blogs .outer_blog_container img {
    border: 20px  !important;  
}
.our_blogs .news_blog_container .news_blog_content a{
    text-decoration: none;
}
.news_blog_content h4 {
    transition: all 0.5s ease-in-out 0s;
}
.our_blogs .news_blog_container:hover .news_blog_content h4 {
    color: #FE8A02;
}
.our_blogs .news_blog_container .news_blog_content {
    text-align: start;
    padding: 25px;
}
.our_blogs .row{
    display: flex;
    margin-bottom: 35px;
}
.our_blogs .news_blog_container .news_blog_content p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 16px;
    font-size: 15px;
    color: #323232;
}
.our_blogs .news_blog_container .news_blog_content h4 {
    font-size: 20px;
    line-height: 27px;
    font-weight: 700;
    min-height: 75px;
}
.our_blogs .news_blog_container .news_blog_content .read_more_btn a {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    color: #FE8A02;
    text-decoration: none;
}
.our_blogs .btn{
    margin-inline: auto;
}
/*Form CSS*/
.wf-row {
margin-bottom: 10px;
}
.wf-row:last-child{
margin-bottom: 0;
}
.wf-label {
    padding: 2px 0 5px;
    word-break: break-word;
    font-weight: 600;
    font-size: 14px;
    color: #19352D;
}
textarea.wf-field-item.wf-field-input {
    min-height: 100px;
}
.wf-field {
text-align: left;
word-break: break-word;
border: 0;
position: relative;
}
.wf-field-inner {
position: relative;
display: flex;
flex: 1;
}
.wf-field-input:focus {
border: 1px solid #29594b47;
}
.wf-input-focus.wf-field::after {
opacity: 1;
}
.wf-field-error-active{
margin-bottom: -10px;
}
.wf-input-focus.wf-field::after,
.wf-field-error-active.wf-field .wf-field-error {
display: block;
}
.wf-field-error-active.wf-field .wf-field-input {
border: 1px solid #FD6B6D;
box-shadow: 0 0 1px 1px #F4A2A2;
}
/*.wf-field-mandatory .wf-field-inner::before {
    content: '';
    position: absolute;
    left: 0px;
    background-color: #ff6a6a;
    width: 2px;
    height: 100%;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    z-index: 2;
    top: 0;
    bottom: 0;
}*/
.wf-label asterisk {
    color: #ff6a6a;
    font-weight: 700;
}
.wf-field-input, .wf-field-dropdown {
    width: 100%;
    padding: 10px 15px;
    font-family: inherit;
    outline: none;
    border-radius: 5px;
    border: 1px solid rgba(41, 89, 86, 0.15);
    background-color: rgba(41, 89, 86, 0.06);
    box-shadow: none;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}
input#formsubmit {
    background: var(--greenColor);
    color: var(--whiteColor);
    border-radius: 60px;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.14);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    padding: 14px 38px;
    transition: all 0.5s ease-in-out 0s;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border: none;
    margin-top: 10px;
}
input#formsubmit:hover {
    background: #fc8a02;
}
select:not([data-wform-field='select-multiple']) {
-webkit-appearance: none;
-moz-appearance: none;
background-image: url(\"data:image/svg+xml;utf8,<svg fill='black' height='34' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>\");
background-repeat: no-repeat;
background-position-x: 99%;
min-width: 70px;
}
input,
select {
background-color: #fff;
}
.wf-field-item {
min-height: 38px;
}
.wf-time-field-wrapper {
display: flex;
flex: 1;
}
.wf-time-field-wrapper select {
margin-left: 10px;
}
.wf-form-component .wf-field-error,
.wf-form-component .wf-field-help-text {
text-align: left;
}
.wf-field-error {
color: #FF5050;
font-size: 12px;
margin-top: 4px;
display: none;
animation: shake 0.82s cubic-bezier(.36, .07, .19, .97) both;
transform: translate3d(0, 0, 0);
backface-visibility: hidden;
perspective: 1000px;
}
.wf-field-help-text {
color: #515159;
font-size: 12px;
margin-top: 5px;
}
.wf-field-help-text-link{
text-decoration: none;
}
.wf-field-checkbox {
cursor: pointer;
border-radius: 3px;
min-width: 14px;
min-height: 20px;
box-sizing: initial;
accent-color: #31C486;
margin-right: 10px;
margin-bottom: auto;
}
.wf-field-dropdown-date {
padding: 8px 12px;
border-radius: 4px;
font-size: 15px;
cursor: pointer;
}
.wf-field-dropdown-date {
border: 1px solid #BDC8D3;
}
.wf-field-dropdown-date:hover {
border: 1px solid #65C199;
}
.wform-field-item-upload-input {
min-height: 5rem;
background-color: #FBFCFD;
border: 1px dashed #bdc8d3;
line-height: 2.1;
cursor: pointer;
}
.wform-field-item-upload-input:focus {
border: 1px dashed #bdc8d3;
}
.wform-file-upload-input-label {
background-color: #fff;
background-image: linear-gradient(to top, #F5F8FA, #ffffff);
color: #212129;
border-color: #d3dbe3;
border: 1px solid #d3dbe3;border-radius: 4px;
padding: 0.7rem 2rem;
font-size: 1.4rem;
right: 1rem;
transform: translateY(-50%);
top: 50%;
position: absolute;
}
input[type='file']::file-selector-button, input[type='file']::-webkit-file-upload-button{
 opacity: 0;
 width: 0;
 height: 28px;
}.wf-row[data-ux-field-appearance='captcha'] .wf-field{
display: flex;
align-items: center;
}
.wform-field-item-captcha-input{
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.wf-field-captcha-img-wrap{
border: 1px solid #BDC8D3;
border-radius: 4px;
border-left: 0;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
height: initial;
overflow: hidden;
min-width: 120px;
}
.wf-field-captcha-img{
height: 38px;
width: 100%;
}
.reload-img{
font-size: 23px;
color: #4B5569;
margin-right: 5px;
}
.reload-captcha{
margin-left: 10px;
user-select: none
}
.wf-btn {
padding: 10px 20px;
border-radius: 4px;
font-size: 15px;
cursor: pointer;
font-weight: bold;
font-family: inherit;
}
.wform-btn-wrap {
display: flex;
align-items: center;
justify-content: flex-end;
flex: 1;
}
.wform-poweredby-container {
position: absolute;
left: 0;
bottom: 0;
border-top-right-radius: 10px;
border-bottom-left-radius: 10px;
background-color: #23384F;
font-size: 13px;
padding: 6px 8px;
font-family: sans-serif;
display: flex;
align-items: center;
}
/* ==================== *** Form Alignment *** ==================== */
.wf-form-component:not([data-ux-form-alignment='top']) .wf-row {
display: flex;
}
.wf-form-component:not([data-ux-form-alignment='top']) .wf-label {
word-break: break-word;
width: 30%;
padding: 1.2rem 2rem 0;
}
.wf-form-component[data-ux-form-alignment='left'] .wf-label {
text-align: left;
padding-left: 0;
}
.wf-form-component[data-ux-form-alignment='right'] .wf-label {
text-align: right;
}
.wf-form-component[data-ux-form-alignment='center'] .wf-label {
text-align: center;
}
.wf-form-component:not([data-ux-form-alignment='top']) .wf-field {
width: 70%;
}
.wf-form-component[data-ux-form-alignment='top'] .wform-btn-wrap {
justify-content: flex-start;
}
.wf-form-component[data-ux-form-alignment='top'] .wf-label[data-ux-empty-label='true']{
padding: 0;
}
.wf-form-component[data-ux-form-alignment='top'] .reload-captcha {
    text-align: right;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.reload-captcha span.link {
    font-weight: 600;
}
.wf-row[data-ux-field-appearance='captcha'] .wf-field-inner{
height: 38px;
}
.wf-row[data-ux-field-appearance='captcha'] .wf-field.wf-field-error-active{
flex-wrap: wrap;
}
.wf-row[data-ux-field-appearance='captcha'] .wf-field-error{
flex-basis: 100%;
width:100%;
}
/* ==================== *** Form Alignment ends *** ==================== */
/* ==================== *** css animations *** ==================== */
@keyframes shake {
10%,90% {transform: translate3d(-1px, 0, 0);}
20%,80% {transform: translate3d(2px, 0, 0);}
30%,50%,70% {transform: translate3d(-4px, 0, 0);}
40%,60% {transform: translate3d(4px, 0, 0);}
}
/* ==================== *** css animations ends *** ==================== */

/* ==================== *** Mediaquery *** ==================== */
@media screen and (max-width: 1024px) {
.wf-wrapper {
width: 100%;
border: 0;
}
.wf-field input[type=text],
.wf-field select,
.wf-field textarea {
width: 100% !important;
}
.wf-label:empty {
display: none;
}
.wf-field-checkbox {
min-width: 18px;
min-height: 18px;
}
}
@media screen and (max-width: 768px) {
.wf-wrapper {
max-width: 700px;
width: 100%;
border: 0;
}
.wf-field input[type=text],
.wf-field select,
.wf-field textarea {
width: 100% !important;
}
.wf-label:empty {
display: none;
}
}
@media screen and (max-width: 590px) {
.wf-parent {
padding: 0px;
}
.wf-wrapper {
width: 100%!Important;
border: 0;
}
.wf-form-component {
padding: 0px;
padding-bottom:60px;
}
.wf-field input[type=text],
.wf-field select,
.wf-field textarea {
width: 100% !important;
}
.wf-label:empty {
display: none;
}
.wf-row[data-ux-field-appearance='date-time'] .wf-field-inner{
flex-direction: column;
}
.wf-row[data-ux-field-appearance='date-time'] .wf-time-field-wrapper{
margin-top: 10px;
}
.wf-row[data-ux-field-appearance='date-time'] .wf-field-item:first-child{
margin-left: 0;
}
.wf-row[data-ux-field-appearance='date-time'] .wf-field-item{
flex: 1;
}
.wf-row[data-ux-field-appearance='captcha'] .wf-field{
flex-direction: column;
}
.wf-row[data-ux-field-appearance='captcha'] .reload-captcha{
margin-left: auto;
}
.wf-row[data-ux-field-appearance='captcha'] .wf-field-inner{
width: 100%;
}
input#formsubmit {
    margin-top: 0px;
}

}
/* ==================== *** Mediaquery ends *** ==================== */
.inner_service_content_area {
    text-align: start;
}
.service_data_form iframe {
    width: 100%;
    height: 289px;
}





/*Responsive css start here*/

@media only screen and (max-width: 1600px) {

    .home_solution_slider .owl-nav {
        display: none;
    }
    .service_data_form::after {
        right: -20px;
    }
    img.review_icon {
        right: 10px;
    }
    img.shopify_logo_icon {
        right: 13px;
    }
    img.developer_icon {
        right: 10px;
    }
    .left_banner_star {
        top: 2%;
        left: 3%;
    }
    


}


@media only screen and (max-width: 1440px) {
    .why_small_up_img {
        left: -100px;
    }
    .welcome_right_contents.why_work_contents {
        padding-left: 0;
        padding-right: 100px;
    }
}


@media only screen and (max-width: 1366px) {

.how_hiring_devs_cols::before {
    left: -25px;
    top: -60px;
}
.solution_card_contents p {
    font-size: 16px;
    line-height: 26px;
}




}



@media only screen and (max-width: 1280px) {

    .navbar-nav .nav-item a.nav-link {
        padding: 34px 10px;
    }
    h1 {
        font-size: 42px;
        line-height: 54px;
    }
    .left_conts_banner p {
        font-size: 16px;
        margin: 12px 0px 25px;
    }
    .welcome_right_contents {
        padding-left: 15px;
    }
    h2 {
        font-size: 32px;
    }
    .inner_home_service_datas h3 {
        font-size: 19px;
    }
    .welcome_right_contents.why_work_contents {
        padding-right: 100px;
    }
    .btn.btn-primary {
        font-size: 15px;
        padding: 13px 40px;
    }
    .shopify_portfolios_secs::before {
        top: 63%;
    }
    .faq_sec_datas .left_banner_star {
        bottom: 20px;
    }
    .newsletter_signup_data input.form-control {
        padding: 11px 25px;
    }
    .consultation_btns .btn.btn-primary {
        padding: 11px 40px;
    }
    .moving_square_shape {
        right: 140px;
    }
    .solution_anothers_cons .solution_headings {
        margin-bottom: 30px;
        padding-bottom: 30px;
    }
    .solution_anothers_cons .row.row-gap-5.gx-5 {
        --bs-gutter-x: 1.5rem;
    }
    .inner_service_content_area h1 {
        font-size: 36px;
    }
    .border_line_heading h2 {
        font-size: 28px;
    }
    .shopify_consulting_icon {
        width: 110px;
        height: 110px;
    }
    .shopify_consulting_icon img {
        height: 50px;
    }
    .choosen_numbers h6 {
        font-size: 16px;
    }
    .footer_cols address p br {
        display: none;
    }
    .footer_cols address p {
        font-size: 15px;
    }
    .provider_content_datas h4 {
        font-size: 18px;
        line-height: 24px;
    }
    .inner_animated_data {
        font-size: 60px;
    }
    .shopify_app_slider_cards h3 {
        font-size: 20px;
    }
    .solution_card_contents h4 {
        font-size: 18px;
    }




}


@media only screen and (min-width: 1200px) and (max-width: 1250px) {

    a.navbar-brand {
        margin-right: 20px;
    }
    .header_right_buttons a.btn {
        padding: 13px 16px;
    }

}




@media only screen and (max-width: 1199px) {

    .navbar-nav .nav-item a.nav-link {
        padding: 34px 7px;
        font-size: 13px;
    }
    .playpause {
        background-size: 60px;
    }
    .header_right_buttons a.btn {
        font-size: 12px;
        padding: 13px 15px;
    }
    .header_right_buttons {
        column-gap: 5px;
    }
    .navbar-brand img {
        width: 130px;
    }   
    h1 {
        font-size: 35px;
        line-height: 46px;
    }
    .left_banner_star {
        top: 13%;
        left: 3%;
    }
    .left_conts_banner p {
        font-size: 15px;
        line-height: 21px;
    }
    .inner_home_reviews img {
        height: 45px;
        object-fit: contain;
    }
    .inner_home_reviews {
        padding: 25px 0px;
    }
    .home_banner_data {
        padding: 70px 0px 90px;
    }
    .rating_sec_datas {
        margin-top: -48px;
    }
    h2 {
        font-size: 28px;
        line-height: 38px;
    }
    body, p {
        font-size: 16px;
    }
    p {
        line-height: 28px;
        margin-bottom: 15px;
    }
    .welcome_right_contents h2 {
        margin-bottom: 15px;
    }
    .welcome_right_contents ul li {
        font-size: 16px;
    }
    .heading_tagline {
        font-size: 16px;
        line-height: 24px;
    }
    .sh_pls_market_data p {
        font-size: 16px;
        line-height: 28px;
    }
    .sh_pls_market_data h3 {
        font-size: 22px;
        line-height: 28px;
    }
    .big_movable_numbers {
        font-size: 32px;
        line-height: 20px;
    }
    .choosen_numbers h6 {
        font-size: 14px;
        font-weight: 500;
        line-height: 20px;
        margin: 20px 0px 0px;
    }
    .choosen_numbers {
        padding: 0px 10px;
    }
    .portfolio_overlay h4 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .portfolio_overlay p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 15px;
        max-height: 100px;
        overflow-y: scroll;
    }
    .portfolio_overlay a img {
        width: 26px;
    }
    .dedicated_shopify_deves_sec h2 {
        font-size: 26px;
        line-height: 36px;
        margin-bottom: 15px;
    }
    .dedicated_shopify_deves_sec p {
        font-size: 16px;
        line-height: 26px;
        width: 100%;
        margin: 0 auto 30px;
    }
    .dedicated_shopify_deves_sec {
        padding: 40px;
    }
    .accordion .accordion-item .accordion-button {
        font-size: 17px;
        line-height: 22px;
        padding: 20px 42px 20px 20px;
    }
    .consultation_btns .btn.btn-primary {
        padding: 11px 25px;
    }
    .btn.btn-primary {
        font-size: 15px;
        padding: 13px 25px;
    }
    section.call_action_sec {
        padding: 50px 0px;
    }
    .inner_about_banner_data p {
        max-width: 100%;
    }
    .inner_promissing_content::before {
        width: 231px;
    }
    .call_left_action_data p {
        margin: 0;
    }
    .inner_home_service_datas {
        padding: 30px 25px;
    }
    .home_service_icon {
        width: 100px;
        height: 100px;
    }
    .solution_bottom_inner_cols_das h4 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .service_data_form {
        padding: 32px;
    }
    .home_service_icon img {
        height: 40px;
    }
    .service_shpify_banner_form.service_data_form h3 {
        font-size: 22px;
        line-height: 30px;
    }
    .service_shpify_banner_form.service_data_form p {
        font-size: 16px;
        line-height: 24px;
    }
    .inner_service_content_area h1 {
        font-size: 30px;
        margin-bottom: 25px;
    }
    .left_service_form_content {
        padding-right: 30px;
    }
    .sec_headings p {
        max-width: 100%;
    }
    .inner_promissing_content h3 {
        font-size: 18px;
        line-height: 28px;
    }
    .call_left_action_data h2 {
        font-size: 28px;
        line-height: 38px;
    }
    .inner_about_banner_data h1 {
        font-size: 35px;
    }
    .shopify_portfolios_secs::after {
        display: none;
    }
    .port_list_items h5 {
        margin-top: 22px;
        margin-bottom: 8px;
        font-size: 20px;
    }
    .how_we_help_secs .gx-6 {
        --bs-gutter-x: 2rem;
        margin-top: 30px;
    }
    .animated_curve_shape {
        right: -35px;
        width: 35px;
    }
    a.navbar-brand {
        padding: 0;
        margin-right: 20px;
    }
    .hire_certified_logos ul {
        column-gap: 25px;
    }
    .hire_certified_logos li img {
        height: 46px;
    }
    .padding-right-60 {
        padding-right: 0px;
    }
    .free_trial_btns {
        gap: 10px;
    }
    a.request_free_btn {
        font-size: 12px;
    }
    .hire_shopify_dev_banner {
        padding-bottom: 120px;
    }
    .company_number_items {
        padding: 30px 10px;
    }
    .company_number_items h5 {
        font-size: 15px;
    }
    .company_number_matters {
        font-size: 26px;
    }
    .hite_shopify_dev_cta {
        padding: 30px;
    }
    .shopify_dev_contens p {
        font-size: 16px;
        line-height: 26px;
        margin: 0 auto 25px;
    }
    .shopify_dev_contens h2 {
        margin-bottom: 15px;
    }
    .shopify_dev_img {
        width: 300px;
    }
    .home_testimonial_slider .owl-item {
        transform: scale(1) !important;
    }
    .home_testimonial_slider .owl-dots {
        right: 10px;
        bottom: -23px;
    }
    .hire_ct_devs_data h2 {
        margin-bottom: 15px;
    }
    .hire_ct_devs_data p {
        font-size: 16px;
        line-height: 26px;
        margin: 0 auto 20px;
    }
    .hire_ct_devs_data {
        padding-right: 30px;
    }
    .footer_cols ul li a {
        font-size: 15px;
    }
    .footer_cols p {
        font-size: 15px;
        line-height: 25px;
    }
    .footer_cols h5 {
        font-size: 16px;
        line-height: 24px;
    }
    p.copyright_text {
        font-size: 15px;
    }
    .new_testimonial_slider .owl-nav button.owl-prev {
        left: 20px;
    }
    .new_testimonial_slider .owl-nav button.owl-next {
        right: 20px;
    }
    .why_overlay_img {
        display: none;
    }
    .why_small_up_img {
        left: 0;
        margin-top: 30px;
    }
    .why_small_up_img {
        border: 0;
        position: relative;
        border-radius: 20px;
        overflow: hidden;
    }
    .inner_animated_data {
        font-size: 50px;
    }
    .js-marquee h3 {
        font-size: 50px;
    }
    .js-marquee h3 img {
        width: 30px;
    }
    .js-marquee h3 span {
        top: -3px;
    }
    .technologies_tab_datas {
        column-gap: 30px;
    }
    .technologies_tab_datas ul.nav.nav-tabs {
        width: 25%;
    }
    .app_developement_card_content {
        max-width: 90%;
    }
    .padding-left-50 {
        padding-left: 20px;
    }
    .padding-right-50 {
        padding-right: 20px;
    }
    .various_technologies_lists ul {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }




}


@media only screen and (max-width: 991px) {

    .home_banner_data .paddingleft50 {
        padding-left: calc(var(--bs-gutter-x) * .5);
    }
    .why_small_up_img {
        left: 0;
        margin-top: 0;
        margin-bottom: 10px;
    }
    .right_conts_dats {
        margin-top: 0;
        margin-bottom: 20px;
    }
    .welcome_img {
        padding-right: 0;
        margin-bottom: 40px;
    }
    .experience_circle {
        top: auto;
        right: auto;
        left: 50%;
        transform: translateX(-50%);
        bottom: -40px;
    }
    .faq_accordion [class*="col-lg-"]:last-child {
        margin-top: 20px;
    }
    section.home_welcome_section {
        padding: 40px 0px;
    }
    .home_banner_data {
        padding: 40px 0px 90px;
    }
    section {
        padding: 40px 0px;
    }
    .sec_headings {
        margin-bottom: 20px;
    }
    .why_us_imges_data {
        padding-left: 0;
    }
    .why_us_imges_data img.why_small_img {
        margin-top: -210px;
        margin-left: 50%;
        transform: translateX(-50%);
    }
    .sec_headings p {
        max-width: 100%;
        margin: 5px auto 0;
    }
    .right_test_description p {
        font-size: 16px;
        line-height: 27px;
        margin-bottom: 10px;
    }
    .shopify_plus_pro_secs .row {
        gap: 30px;
    }
    .dedicated_shopify_deves_sec {
        margin-top: 40px;
    }
    .accordion .accordion-item .accordion-button {
        font-size: 16px;
        padding: 22px 20px;
    }
    .consultation_btns {
        margin-top: 30px;
    }
    .call_left_action_data p {
        margin: 0px 0px 0px;
    }
    footer.main_footer {
        padding: 40px 0px 20px;
    }
    .footer_cols {
        margin-bottom: 30px;
    }
    .footer_cols address {
        margin: 20px 0px 0px;
    }
    .left_banner_star {
        top: 10%;
        left: 2%;
    }
    /*Menu toggle css*/
    .navbar-collapse {
        flex-basis: 100%;
        flex-grow: 1;
        align-items: center;
        position: fixed;
        top: 0;
        left: 0;
        background: var(--greenColor);
        z-index: 9;
        transform: translateX(-100%);
        transition: all 0.3s ease-in-out 0s;
        width: 100%;
        min-height: 100vh;
        padding: 60px 30px 30px 30px;
    }
    button.navbar-toggler[aria-expanded="true"] {
        z-index: 99;
        border-color: #fff;
    }
    button.navbar-toggler[aria-expanded="true"] span.navbar-toggler-icons {
        background: #fff;
    }
    .navbar-collapse.show {
        transform: translateX(0);
    }
    .navbar-nav .nav-item a.nav-link {
        padding: 16px 0;
        font-size: 14px;
        color: #fff;
    }
    .navbar-toggler {
        box-shadow: none !important;
        outline: none;
    }
    .header_right_buttons {
        display: inline-flex;
        margin-top: 20px;
        flex-direction: column;
        gap: 15px;
    }
    .header_right_buttons a.btn.btn_outline {
        border: 1px solid #ffffff;
        color: #ffffff;
    }
    .header_right_buttons a.btn {
        font-size: 13px;
        padding: 13px 30px;
        margin: 0;
        width: fit-content;
        min-width: 200px;
    }
    .header_right_buttons a.btn.btn_header {
        background: var(--orangeColor);
        color: var(--whiteColor);
    }
    .close_navbar_btn {
        display: flex !important;
        justify-content: flex-end;
        position: absolute;
        right: 25px;
        width: 34px;
    }
    .home_banner_data [class*="col-"]:first-child {
        order: 2;
    }
    .why_work_with_us [class*="col-"]:first-child {
        order: 2;
    }
    .navbar-toggler {
        padding: 4px 12px;
        min-height: 42px;
        background: var(--greenColor);
        border: 2px solid var(--greenColor);
    }
    span.navbar-toggler-icons {
        display: flex;
        width: 22px;
        height: 2px;
        vertical-align: middle;
        background: #fff;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
        flex-direction: column;
        margin: 6px 0px;
        transition: all 0.5s ease-in-out 0s;
    }
    .navbar-toggler[aria-expanded="true"] span.navbar-toggler-icons:first-child {
        transform: rotate(45deg) translate(4px, 2px);
    }
    .navbar-toggler[aria-expanded="true"] span.navbar-toggler-icons:nth-child(2) {
        transform: rotate(-45deg) translate(3px, -2px);
    }
    .navbar-toggler[aria-expanded="true"] span.navbar-toggler-icons:last-child {
        opacity: 0;
        visibility: hidden;
        height: 0;
        margin: 0;
    }
    .header_right_buttons {
        display: flex;
        width: 100%;
        margin: 15px auto 0;
        justify-content: center;
        align-items: center;
    }
    .navbar-nav .nav-item a.nav-link {
        text-align: center;
        display: table;
        margin: 0 auto;
    }
    .about_us_secs {
        padding: 70px 0px;
    }
    .inner_about_banner_data h1 {
        font-size: 35px;
    }
    .inner_about_banner_data p {
        font-size: 16px;
        line-height: 28px;
        margin: 10px auto 0;
    }
    .our_story_secs .welcome_right_contents {
        padding-left: 0;
        margin-top: 30px;
    }
    .story_content_data::after {
        top: -20px;
        left: -10px;
    }
    .our_achievement_secs [class*="col-"]:first-child {
        order: 2;
    }
    .our_achievement_secs .shopify_apps_content {
        text-align: left !important;
        margin-bottom: 30px;
    }
    .our_achievement_secs .welcome_right_contents {
        padding-left: 0;
    }
    .meet_leaders_datas .row {
        row-gap: 20px;
    }
    .consultation_btns.text-end {
        text-align: left !important;
    }
    .solution_header_datas.solution_another_headers {
        margin-bottom: 30px;
    }
    .solution_anothers_cons .row.row-gap-5.gx-5 {
        row-gap: 1.5rem !important;
    }
    .inner_choosen_numbers {
        margin-top: 30px;
    }
    .accordion .accordion-item .accordion-body {
        padding: 25px 20px;
        font-size: 16px;
        line-height: 28px;
    }
    .accordion .accordion-item .accordion-button::after {
        right: 20px;
        padding: 16px;
    }
    .service_data_form {
        margin-top: 40px;
    }
    .why_big_img img {
        width: 100%;
    }
    .why_us_imges_data .why_small_img {
        margin-top: -180px;
        margin-left: 50%;
        transform: translateX(-50%);
    }
    .welcome_right_contents.why_work_contents {
        padding-right: 0;
        margin-top: 20px;
    }
    .inner_service_content_area h1 {
        text-align: center;
    }
    .inner_service_content_area img {
        margin: 0 auto;
        display: table;
    }
    .service_sec_img_area img {
        width: 100%;
    }
    .welcome_right_contents.padding_left_60 {
        padding: 0;
        margin-top: 30px;
    }
    .shopify_apps_content {
        margin: 0 auto 30px;
        display: table;
    }
    .welcome_right_contents a.btn.btn-primary {
        margin-top: 0;
    }
    .img_swap_ipad [class*="col-"]:first-child {
        order: 2;
    }
    
    .ipad_cols_spacing [class*="col-"]:first-child {
        margin-bottom: 20px;
    }
    .mt-50 {
        margin-top: 30px;
    }
    .inner_choosen_numbers {
        align-items: flex-start;
    }
    .left_service_form_content {
        padding-right: 0;
    }
    .border_line_heading h2 {
        font-size: 24px;
        line-height: 32px;
        margin-top: 10px;
    }
    .big_movable_numbers {
        font-size: 28px;
        line-height: 20px;
    }
    .story_content_data img {
        max-width: 100%;
        margin: 0 auto;
        display: block;
    }
    .shopify_markets_img.text-end {
        text-align: center !important;
        margin-bottom: 30px;
    }
    .how_we_help_secs .gx-6 {
        --bs-gutter-x: 1.5rem;
        row-gap: 1.5rem;
    }
    .animated_curve_shape {
        display: none;
    }
    .sec_headings p br {
        display: none;
    }
    .shopify_industries_banners {
        padding: 40px 0px;
    }
    .call_left_action_data {
        padding-right: 0;
    }
    .call_left_action_data h2 {
        margin-bottom: 15px;
    }
    nav.navbar {
        padding: 18px 0px;
    }
    .navbar-nav li.nav-item ul.menu_dropdown {
        position: relative;
        width: auto;
        text-align: center;
        margin: 0 auto;
        border: none;
        left: 0;
    }
    .navbar-nav li.nav-item ul.menu_dropdown li:not(:last-child) {
        border: none;
    }
    .navbar-nav .nav-item a.nav-link.dropdown-toggle {
        color: #fff;
    }
    .navbar-nav .nav-item a.nav-link.dropdown-toggle::after {
        display: none;
    }
    .navbar-nav .nav-item a.nav-link.dropdown-toggle > i {
        color: #fff;
    }
    .navbar-nav .nav-item a.nav-link.dropdown-toggle.show > i {
        color: var(--orangeColor);
    }
    .navbar-nav li.nav-item ul.menu_dropdown a {
        padding: 13px 20px;
    }
    .navbar-nav li.nav-item ul.menu_dropdown::before {
        display: none;
    }
    .navbar-nav .nav-item a.nav-link.active {
        color: #fff;
    }
    .hire_certified_logos li img {
        height: 56px;
    }
    .hire_certified_logos ul {
        column-gap: 40px;
    }
    .hire_shopify_dev_banner {
        background-size: cover;
        background-position: center;
        padding-bottom: 120px !important;
    }
    .numbring_experience_data {
        margin-bottom: 30px;
        gap: 20px;
    }
    .trusted_web_development_company .welcome_right_contents {
        padding: 0;
    }
    .dedicated_shopify_deves_sec.hire_shopify_de_only_cta p {
        width: 100%;
        margin-bottom: 25px;
    }
    .company_number_items:not(:last-child) {
        margin-bottom: 20px;
    }
    .shopify_dev_contens .consultation_btns {
        margin-top: 0;
    }
    .hite_shopify_dev_cta {
        margin-top: 50px;
    }
    .see_more_reviews {
        text-align: center;
    }
    .review_logo_data {
        max-width: 50%;
        justify-content: center;
        align-items: center;
        margin: 20px auto 25px;
    }
    .home_testimonial_slider .owl-dots {
        right: auto;
        bottom: -23px;
        left: 50%;
        transform: translateX(-50%);
    }
    .testimonial_datas_conts {
        text-align: center;
    }
    .new_testimonial_slider .owl-nav button.owl-prev {
        left: 0;
    }
    .new_testimonial_slider .owl-nav button.owl-next {
        right: 0;
    }
    .why_hire_dev_g_data {
        padding-left: 0;
    }
    section.our_story_secs.shopify_market_secs .row.mt-50.gx-5.row-gap-5 {
        row-gap: 1.5rem !important;
    }
    .how_hiring_dev_graphic {
        width: 100%;
    }
    .how_hiring_dev_graphic img {
        width: 100%;
    }
    .navbar-brand img {
        width: 160px;
    }
    .inner_animated_data {
        font-size: 35px;
    }
    .hire_expert_developer_btn.consultation_btns {
        margin-top: 0;
    }
    .hire_expert_developer_btn .btn.btn-primary {
        min-width: max-content;
    }
    .app_developement_card_content {
        max-width: 100%;
    }
    .hire_ct_devs_data h2 {
        font-size: 28px;
    }
    .technologies_tab_datas {
        column-gap: 20px;
    }
    .technologies_tab_datas ul.nav.nav-tabs button.nav-link {
        padding: 10px 24px;
        font-size: 16px;
    }
    .inner_technologies_lists {
        column-gap: 10px;
    }
    .technologies_app_items {
        padding: 20px;
    }
    .technologies_app_items img {
        max-width: 100%;
        height: 50px;
    }
    .technologies_tab_datas ul.nav.nav-tabs {
        width: 22%;
    }
    .technologies_app_items h4 {
        font-size: 15px;
    }
    .gtm_trial_content_datas {
        margin-top: 30px;
    }
    .solution_card_design {
        margin: 2% 3%;
    }
    .owl_carousel_solution_slider .owl-item.active.center .solution_card_design {
        margin: 0;
    }
    .solution_card_contents {
        width: 100%;
    }
    .solution_card_contents h4 {
        font-size: 18px;
    }
    .solution_card_contents p {
        margin-top: 10px;
        font-size: 16px;
        line-height: 25px;
    }
    .gtm_trial_content_datas .consultation_btns {
        margin-top: 0;
    }
    .shopify_speed_optimization_steps_row {
        --bs-gutter-x: 1.5rem;
    }
    .store_development_data_services .company_number_items {
        margin-bottom: 0;
    }
    .build_partnership_with_us_sec .row.row-gap-5 {
        row-gap: 1.5rem !important;
    }
    .partnership_graphic_data {
        margin: 30px 0px;
    }
    .company_number_items h5.experienece_developers_text {
        font-size: 16px;
        line-height: 22px;
    }
    .various_technologies_lists ul {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .various_technologies_lists ul li img {
        max-width: 100%;
    }
    .store_development_client_loves .welcome_right_contents {
        margin-top: 0;
    }
    .why_client_prefer_datas {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        column-gap: 0;
        row-gap: 30px;
    }
    .upper_consulting_heading h1 {
        font-size: 26px;
        line-height: 34px;
    }
    .padding_right_50, .padding_left_50 {
        padding: 0;
    }
    .redefined_shopify_contents {
        margin-top: 30px;
    }
    .redefined_shopify_contents h2 {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 8px;
    }
    .redefined_icons {
        margin: 0px 0 20px;
    }
    .redefined_shopify_contents {
        margin-top: 30px;
    }
    .appointment_graphic_data.text-end {
        text-align: left !important;
    }
    .appointment_graphic_data {
        margin-bottom: 30px;
    }
    .appointment_graphic_data img {
        width: 100%;
    }
    .inner_service_content_area .home_main_banner_btn {
        text-align: center;
    }
    .animated_jump_img img {
        width: 100%;
    }
}


@media only screen and (max-width: 767px) {
    .inner_home_reviews img {
        height: 35px;
        object-fit: contain;
    }
    .upper_consulting_heading h1 {
        font-size: 24px;
        line-height: 32px;
    }
    .upper_consulting_heading p {
        max-width: 100%;
    }
    .shopify_speed_optimization_steps_row {
        row-gap: 20px;
    }
    .redefined_shopify_contents h2 {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 8px;
    }
    .consultancy_appointment_items {
        gap: 20px;
    }
    .consultancy_appoint_shedule::before {
        height: 77%;
    }
    .consultancy_appointment_items:not(:last-child) {
        margin-bottom: 30px;
    }
    .playpause {
        background-size: 40px;
    }
    .store_development_data_services {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    h1 {
        font-size: 28px;
        line-height: 35px;
    }
    .btn.btn-primary {
        font-size: 14px;
        padding: 11px 30px;
    }
    .btn.btn-primary img {
        margin-left: 12px;
        width: 22px;
    }
    .testimonial_datas img {
        margin: 0 auto 20px;
    }
    .testimonial_datas {
        padding: 25px;
    }
    .testimonial_datas {
        padding: 25px;
        flex-direction: column;
    }
    .right_test_description {
        padding-left: 0;
    }
    .inner_choosen_numbers {
        display: flex;
        align-items: center;
        margin-top: 40px;
        flex-wrap: wrap;
        row-gap: 40px;
    }
    .choosen_numbers {
        flex: 0 0 50%;
    }
    .choosen_numbers:nth-child(2n) {
        border-right: none;
    }
    .big_movable_numbers {
        font-size: 28px;
    }
    .choosen_numbers h6 {
        font-size: 14px;
        font-weight: 500;
        margin: 15px 0px 0px;
    }
    .portfolio_tabs .nav.nav-tabs .nav-link {
        font-size: 13px;
        padding: 13px 26px;
    }
    .inner_promissing_content h3 {
        font-size: 18px;
        line-height: 28px;
    }
    .inner_promissing_content::before {
        content: none;
    }
    .inner_promissing_content {
        padding-inline: 30px;
    }
    h2 {
        font-size: 28px;
        line-height: 35px;
    }
    .inner_about_banner_data h1 {
        font-size: 28px;
        line-height: 38px;
    }
    .about_us_secs {
        padding: 40px 0px;
    }
    .why_us_imges_data .why_small_img {
        margin-left: 50%;
        transform: translate(-50%);
    }
    .dedicated_shopify_deves_sec {
        padding: 40px 20px;
    }
    .dedicated_shopify_deves_sec h2 {
        font-size: 26px;
        line-height: 34px;
    }
    .container {
        padding: 0px 20px;
    }
    .left_service_form_content {
        padding-right: 0;
    }
    .service_data_form h3 {
        font-size: 22px;
        line-height: 23px;
        margin-bottom: 0;
    }
    .service_data_form p {
        font-size: 16px;
        line-height: 28px;
        margin-top: 10px;
    }
    .single_arrow_animation {
        font-size: 16px;
    }
    .service_provider_lists {
        margin-top: 30px;
    }
    .call_left_action_data h2 {
        font-size: 28px;
        margin-bottom: 15px;
    }
    .newsletter_signup_data button.btn.btn-primary {
        height: 48px;
    }
    img.review_icon {
        display: none;
    }
    .portfolio_lists {
        margin-top: 0;
        display: flex;
        margin-left: 0;
        flex-wrap: wrap;
        row-gap: 30px;
    }
    .port_list_items {
        padding-left: 0;
        width: 100%;
    }
    .shopify_portfolios_secs::before {
        display: none;
    }
    .bottom_footer {
        margin-top: 0px;
    }
    .footer_cols p {
        margin-bottom: 20px;
        line-height: 26px;
    }
    .footer_cols address {
        align-items: flex-start;
    }
    .address_icon {
        margin-top: 3px;
    }
    .footer_cols address p {
        margin-bottom: 10px;
    }
    .footer_cols {
        margin-bottom: 20px;
    }
    .footer_cols h5 {
        font-size: 16px;
        line-height: 25px;
    }
    .markets_provider_lists.service_provider_lists {
        margin-top: 0px;
    }
    .how_we_help_secs .sec_headings h2 {
        margin-bottom: 15px;
    }
    .shopify_industries_banners {
        padding: 40px 0px;
    }
    .shopify_industries_banners::before {
        background-image: linear-gradient(to right, rgba(41, 89, 86, 0.96) 0.2%, rgba(252, 138, 2, 0.96) 159.8%);
    }
    .map_address iframe {
        height: 250px;
    }
    .youtube_testimonial_data {
        width: 100%;
        margin-bottom: 30px;
    }
    .inner_thankyou_datas {
        padding: 40px 30px;
    }
    .inner_thankyou_datas h2 {
        font-size: 24px;
        line-height: 28px;
    }
    .clientweb_logo img {
        margin: 0 0 10px;
    }
    .hire_devloper_banner {
        position: fixed;
        right: auto;
        top: auto;
        transform: unset;
        z-index: 9;
        bottom: 10px;
        width: 90%;
        transform: translate(-50%, +150%);
        transition: all 0.5s ease-in-out 0s;
        left: 50%;
    }
    .hire_devloper_banner.show {
        transform: translate(-50%, 0%);
    }
    .hire_devloper_banner a {
        transform: rotate(0deg);
        width: 100%;
        text-align: center;
        border-radius: 8px;
    }
    body {
        padding-bottom: 40px;
    }
    .special_line_data.inner_promissing_content h3 {
        font-size: 15px;
        line-height: 22px;
    }
    .special_line_data.inner_promissing_content {
        padding: 15px 20px;
        margin-top: 25px;
        border-radius: 10px;
    }
    .padding-left-50 {
        padding-left: 0;
    }
    .home_testimonial_slider  {
        margin-top: 25px;
    }
    .review_logo_data {
        margin-top: 25px;
    }
    .home_testimonial_slider .owl-dots {
        position: absolute;
        display: flex;
        right: auto;
        column-gap: 18px;
        bottom: -25px;
        left: 50%;
        transform: translateX(-50%);
    }
    .home_testimonial_slider .owl-item {
        transform: scale(1) !important;
    }
    .video_testimonial {
        flex-direction: column;
        padding: 20px;
    }
    .youtube_testimonial_data iframe {
        height: 200px;
    }
    .see_more_reviews {
        text-align: center;
    }
    .updated_testimonial_content {
        margin-top: 30px;
    }
    .hire_certified_logos li img {
        height: 46px;
    }
    .hire_certified_logos ul {
        column-gap: 25px;
    }
    .hite_shopify_dev_cta {
        flex-direction: column;
        row-gap: 30px;
    }
    .shopify_dev_contens, .shopify_dev_contens p {
        text-align: center;
    }
    .hire_ct_devs_data {
        padding-right: 0;
    }
    .hire_cta_shopify_devs {
        text-align: center;
            flex-direction: column;
        row-gap: 30px;
    }
    .hire_ct_devs_data {
        text-align: center;
    }
    .hire_dev_cta_graphics {
        width: 100%;
    }
    .how_hiring_devs_cols::before {
        left: auto;
        top: auto;
        bottom: -30px;
        right: 0px;
    }
    .hite_shopify_dev_cta {
        margin-top: 30px;
    }
    .testimonial_datas_conts p {
        font-size: 16px;
        line-height: 25px;
        margin-bottom: auto;
    }
    .testimonial_datas_conts .client_name {
        margin-top: 15px;
    }
    .inner_testimonial_datas {
        width: 100%;
    }
    .new_testimonial_slider .owl-nav {
        display: none;
    }
    .expertise_count_numbers {
        font-size: 45px;
        right: 30px;
        top: 60px;
    }
    .inner_testimonial_datas p {
        font-size: 15px;
    }
    .inner_animated_data {
        font-size: 24px;
        column-gap: 10px;
    }

    .js-marquee h3 {
        font-size: 35px;
    }
    .js-marquee h3 img {
        width: 22px;
    }
    .js-marquee h3 span {
        top: -2px;
        margin: 0px 15px;
    }
    .js-marquee {
        column-gap: 15px;
    }
    h3.outline_text {
        -webkit-text-stroke: 1px rgba(148, 190, 1);
        text-stroke: 1px rgba(148, 190, 1);
    }
    .app_developement_card_content {
        max-width: 100%;
    }
    .app_developement_card_content h3 {
        font-size: 22px;
    }
    .app_numbering_data {
        font-size: 30px;
        left: 30px;
        top: 30px;
    }
    .padding-left-40 {
        padding-left: 0;
    }
    .padding-right-40 {
        padding-right: 0px;
    }
    .technologies_tab_datas {
        flex-direction: column;
        row-gap: 20px;
        margin-top: 20px;
    }
    .technologies_tab_datas ul.nav.nav-tabs {
        width: 100%;
        overflow-x: scroll;
        flex-direction: row;
        flex-wrap: nowrap;
        column-gap: 12px;
    }
    .inner_technologies_lists {
        flex-direction: column;
        row-gap: 15px;
    }
    .solution_card_design {
        margin: 0px;
    }
    .solution_card_contents {
        width: 100%;
    }
    .gtm_trial_content_datas h4 {
        margin-bottom: 13px;
        font-size: 22px;
    }
    .gtm_trial_assistant_sec .padding-left-50 {
        padding-left: calc(var(--bs-gutter-x) * .5);
    }
    .gtm_trial_assistant_img img {
        border-radius: 10px;
    }   
    .theme_development_data_services {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px;
    }
    .various_technologies_lists ul li {
        padding: 0px 20px;
    }
    .theme_development_client_loves_sec .welcome_right_contents {
        margin-top: 0;
    }
    .choosen_numbers p {
        font-size: 15px;
        line-height: 22px;
        margin: 10px 0px 0px;
    }
    .mt-m-20 {
        margin-top: 20px;
    }






    

}

@media only screen and (max-width: 575px) {
    .inner_home_reviews {
        padding: 35px 0px;
        flex-wrap: wrap;
        justify-content: center;
        row-gap: 22px;
    }
    .shopify_app_slider_cards h3 {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .shopify_app_slider_cards {
        padding: 30px 25px;
    }
    .shopify_app_slider_cards .home_service_icon {
        width: 100px;
        height: 100px;
    }
    .testimonial_datas {
        padding: 20px;
    }
    .testimonial_datas img {
        margin: 0 auto 10px;
    }
    .inner_home_reviews a {
        flex: 0 0 50%;
        text-align: center;
        padding: 0px 10px;
    }
    .inner_home_reviews img {
        height: 45px;
    }
    .container {
        padding: 0px 20px;
    }
    .call_left_action_data {
        padding-right: 0;
    }
    h2 {
        font-size: 22px;
        line-height: 32px;
    }
    section.call_action_sec {
        padding: 40px 0px;
    }
    body, p {
        font-size: 15px;
        line-height: 25px;
    }
    .accordion .accordion-item .accordion-button::after {
        width: 15px;
        height: 15px;
        right: 18px;
        top: 50%;
        padding: 16px;
    }
    .accordion .accordion-item .accordion-body {
        font-size: 15px;
        line-height: 26px;
        padding: 25px 20px;
        border-top: 1px solid rgba(255, 255, 255, 0.20);
    }
    .dedicated_shopify_deves_sec {
        padding: 40px 20px;
    }
    .dedicated_shopify_deves_sec h2 {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 15px;
    }
    .dedicated_shopify_deves_sec p {
        margin: 0 auto 20px;
    }
    /*.consultation_btns .btn.btn-primary {
        padding: 9px 30px;
    }*/
    .portfolio_tabs .nav.nav-tabs {
        margin-bottom: 30px;
    }
    .portfolio_tabs .nav.nav-tabs {
        column-gap: 5px;
        row-gap: 7px;
        display: flex;
        flex-wrap: nowrap;
        overflow-x: scroll;
        justify-content: flex-start;
        padding-bottom: 10px;
    }
    .portfolio_tabs .nav.nav-tabs .nav-link {
        font-size: 13px;
        padding: 10px 13px;
        flex: 0 0 44%;
        height: 42px;
    }
    .shopify_portfolios_secs::after {
        width: 45px;
        height: 48px;
        background-size: cover;
        top: 20px;
    }
    .big_movable_numbers {
        font-size: 22px;
    }
    .inner_choosen_numbers {
        display: flex;
        align-items: flex-start;
        margin-top: 30px;
        flex-wrap: wrap;
        row-gap: 30px;
    }
    .shopify_logos img {
        width: 100%;
    }
    .shopify_logos {
        min-height: unset;
    }
    .sh_pls_market_data {
        padding: 20px;
    }
    .sh_pls_market_data h3 {
        margin-bottom: 10px;
    }
    .sh_pls_market_data a.btn.btn-primary {
        margin-top: 20px;
    }
    .solution_headings h3 {
        font-size: 20px;
    }
    .solution_headings {
        width: 100%;
    }
    .inner_solution_datas::before {
        width: 90px;
        height: 76px;
    }
    .inner_home_service_datas {
        padding: 30px;
    }
    .right_conts_dats video {
        border-radius: 30px 0px 30px 0px;
    }
    .home_service_icon {
        width: 80px;
        height: 80px;
    }
    .home_service_icon img {
        height: 40px;
    }
    .footer_cols ul li a {
        font-size: 15px;
        line-height: 34px;
    }
    .newsletter_signup_data button.btn.btn-primary {
        padding: 15px 30px;
    }
    p.copyright_text {
        font-size: 15px;
        line-height: 20px;
        margin: 0;
    }
    .why_work_with_us {
        overflow-x: hidden;
    }
    .why_us_imges_data::after {
        bottom: 40px;
        right: 0px;
    }
    .why_us_imges_data {
        margin-bottom: 20px;
    }
    .heading_tagline {
        margin-bottom: 5px;
    }
    .experience_circle {
        font-size: 12px;
        line-height: 17px;
    }
    .experience_circle span {
        font-size: 27px;
        margin-bottom: 10px;
    }
    .experience_circle {
        width: 120px;
        height: 120px;
    }
    .experience_circle {
        bottom: -50px;
    }
    .welcome_img {
        margin-bottom: 50px;
    }
    .welcome_right_contents {
        padding-left: 0;
    }
    .inner_solution_datas {
        padding: 20px;
    }
    .inner_about_banner_data p {
        font-size: 15px;
        line-height: 24px;
    }
    .moving_square_shape {
        right: 70px;
        top: 50px;
    }
    .moving_square_shape img {
        width: 80px;
    }
    .tailored_store_features.service_provider_lists {
        padding: 25px;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .provider_icons {
        margin-bottom: 15px;
        transition: all 0.5s ease-in-out 0s;
    }
    .border_line_heading h2 {
        font-size: 22px;
    }
    .border_line_heading h2::after {
        width: 70px;
    }
    .mt-50 {
        margin-top: 30px;
    }
    .meet_leaders_datas {
        padding-bottom: 100px;
    }
    .inner_promissing_content h3 {
        font-size: 16px;
        line-height: 25px;
    }
    .inner_promissing_content {
        padding-inline: 20px;
        padding-block: 20px;
    }
    .navbar-nav .nav-item a.nav-link.active::after {
        display: none;
    }
    .why_us_imges_data img {
        width: 100%;
    }
    .btn-hover-effect {
        font-size: 15px;
        padding: 16px 40px;
    }
    .accordion .accordion-item .accordion-button {
        padding: 22px 50px 22px 20px;
    }
    .service_data_form {
        padding: 25px;
    }
    .call_left_action_data h2 {
        font-size: 22px;
        line-height: 28px;
    }
    .footer_cols address p br {
        display: none;
    }
    .footer_cols address p {
        line-height: 20px;
        font-size: 15px;
    }
    .consultation_btns {
        margin-top: 20px;
    }
    .inner_service_content_area h1 {
        font-size: 28px;
        margin-bottom: 35px;
    }
    .service_shpify_banner_form.service_data_form h3 {
        font-size: 20px;
        line-height: 28px;
    }
    .service_shpify_banner_form.service_data_form {
        padding: 25px;
    }
    .provider_content_datas h4 {
        font-size: 18px;
    }
    .why_choose_webgarh_sec::after {
        width: 100px;
        height: 100px;
        border: 10px solid rgba(254, 138, 2, 0.50);
    }
    .heading_tagline {
        font-size: 14px;
        line-height: 22px;
    }
    .border_line_heading h2 {
        font-size: 20px;
        line-height: 27px;
    }
    .shopify_consulting_features {
        padding: 25px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        row-gap: 15px;
    }
    .shopify_consultation_content_data {
        text-align: center;
    }
    .shopify_consultation_content_data h4 {
        font-size: 18px;
        line-height: 26px;
    }
    .service_data_form {
        margin-top: 30px;
    }
    .service_provider_lists {
        margin-top: 20px;
    }
    .left_conts_banner::after {
        top: 0;
        left: 0;
    }
    .welcome_right_contents a.btn.btn-primary {
        margin-top: 5px;
    }
    .inner_about_banner_data h1 {
        font-size: 24px;
        line-height: 34px;
    }
    .social_icons_info a img {
        width: 30px;
    }
    .social_icons_info {
        padding-top: 20px;
        margin-top: 25px;
    }
    .markets_provider_lists, .service_provider_lists {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .provider_content_datas {
        text-align: center;
    }
    .about_us_page_only {
        padding-bottom: 30px;
    }
    .prdct_work_item h5 {
        font-size: 15px;
        margin: 0;
        line-height: 1.3;
    }
    .home_testimonial_slider.owl-carousel .owl-nav {
        bottom: 15px;
    }
    .btn.btn-primary {
        font-size: 13px;
        padding: 13px 22px;
    }
    .service_form_address ul li img {
        height: 30px;
    }
    .service_form_address ul li:not(:last-child) {
        margin-bottom: 25px;
    }
    .service_data_form .input-group {
        margin-bottom: 15px;
    }
    .left_service_form_content p {
        margin-top: 10px;
    }
    .service_form_address {
        margin-top: 25px;
    }
    .service_data_form form {
        margin-top: 20px;
    }
    .newsletter_signup_data .btn.btn-primary {
        height: 100%;
    }
    .hire_certified_logos ul {
        gap: 25px;
        flex-wrap: wrap;
    }
    .hire_certified_logos li {
        width: calc(50% - 12.5px);
        text-align: center;
    }
    .free_trial_btns span.devide_line {
        width: 100%;
        padding-left: 0;
        text-align: center;
    }
    .free_trial_btns {
        flex-wrap: wrap;
        gap: 10px;
    }
    span.devide_line::before {
        content: "";
        width: 14px;
        height: 1px;
        position: absolute;
        background: #fff;
        top: 50%;
        left: 43%;
        transform: translate(-50%, -50%);
    }
    span.devide_line::after {
        content: "";
        width: 14px;
        height: 1px;
        position: absolute;
        background: #fff;
        top: 50%;
        left: 57%;
        transform: translate(-50%, -50%);
        bottom: auto;
    }
    .free_trial_btns a.btn.btn-primary {
        width: 100%;
        justify-content: center;
    }
    a.request_free_btn {
        text-align: center;
        width: 100%;
    }  
    .dedicated_shopify_deves_sec.hire_shopify_de_only_cta {
        padding: 30px 20px;
    }
    .company_number_matters {
        font-size: 26px;
        margin-top: 10px;
    }
    .hite_shopify_dev_cta::before {
        opacity: 0.3;
    } 
    .review_logo_data {
        max-width: 70%;
        margin-bottom: 0px;
    }
    .rotated_hire_developer_cta {
        bottom: 5px;
        left: 5px;
    }
    .rotated_hire_developer_cta.closed {
        -webkit-transform: translateX(calc(-100% - 5px));
        transform: translateX(calc(-100% - 5px));
    }
    .hite_shopify_dev_cta {
        padding: 30px 20px;
    }
    .inner_testimonial_datas {
        margin: 0px auto;
    }
    .main_animated_flex {
        flex-direction: column;
        padding: 30px 0px;
        row-gap: 15px;
    }
    .inner_animated_data {
        padding: 0;
        justify-content: center;
    }
    .sticly_module_conts {
        max-width: 310px;
    }
    .expert_icons_data img {
        width: 40px;
    }
    .solution_card_contents h4 {
        font-size: 17px;
    }
    .solution_card_contents {
        padding: 20px 30px;
    }
    .solution_card_contents h4 span {
        left: 50%;
        top: -22px;
        width: 30px;
        height: 30px;
        font-size: 12px;
        transform: translateX(-50%);
    }
    .theme_development_data_services {
        gap: 10px;
    }
    .various_technologies_lists ul {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }
    .redefined_shopify_graphics {
        padding: 20px;
    }
    .consult_appoint_datas h3 {
        font-size: 18px;
        margin-bottom: 8px;
    }
    .consult_appoint_datas p {
        line-height: 26px;
        font-size: 15px;
    }
    .shopify_consultants_new_banner_secs {
        padding: 30px 0px 40px;
    }
    .consulting_calendly_link {
        margin-top: 25px;
    }





}


@media only screen and (max-width: 360px) {

    .inner_service_content_area h1 {
        font-size: 18px;
        line-height: 27px;
    }
    .service_shpify_banner_form.service_data_form h3 {
        line-height: 25px;
    }
    .provider_content_datas p {
        font-size: 15px;
        line-height: 22px;
    }
    .provider_content_datas h4 {
        font-size: 16px;
        line-height: 21px;
    }





}

@media only screen and (max-width: 320px) {
    .inner_animated_data {
        font-size: 22px;
        column-gap: 8px;
    }
    .sticly_module_conts {
        max-width: 270px;
    }
    .expert_icons_data img {
        width: 32px;
    }
    .expert_const_details p a {
        display: block;
    }
}


