/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/
body{
 -webkit-tap-highlight-color: rgba(0, 0, 0, 0.0);
}

body, h1, h2, h3, h4, h5,h6, p, a, span{
	font-family: "Sora", sans-serif !important;
}
.page-header {
  display: none;
}
.container, .elementor-container {
    width: 100%;
    max-width: 1670px !important;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 auto;
}
header#site-header {
    flex-wrap: nowrap;
    align-items: baseline;
    display: flex;
}
header#site-header .site-branding {
    padding-top: 50px;
}
.elementor-widget-wrap {
    padding: 0 !important;
}
.humburger-side-child.black {
    background: #000;
}
/***Header css starts from here****/
svg#menubg {
    position: absolute;
}
.hamburger-side-parent {
    position: fixed;
    z-index: 10;
    top: 0;
    right: 115px;
    width: 1px;
    height: 100vh;
    transform-origin: 0 0;
    transition: transform .8s cubic-bezier(1, 0, 0, 1);
    will-change: transform;
    transition-delay: 0.5s;
    background-color: #adadad;
}
body.dark .humburger-side-child {
	background: #000;
}
.humburger-side-child {
    position: absolute;
    top: 20px;
    left: -1px;
    width: 3px;
    height: 100px;
    transition: transform .2s linear;
    background: white;
}
.nav {
  width: 100%;
  height: 100px;
  position: relative;
  z-index: 1000;
}
.nav .trigger {
    position: fixed;
    top: 80px;
    right: 45px;
    cursor: pointer;
    display: inline-block;
    width: 28px;
    height: 60px;
    margin-top: -30px;
    will-change: transform;
    transition: transform .8s cubic-bezier(.645, .045, .355, 1);
}
.nav .trigger span {
    position: relative;
    width: 100%;
    height: 6px; 
   /* transform: translateY(12px);
    background-color: #ffffff;*/
    display: block;
    transform: rotate(90deg);
}
.nav .trigger span::before, .nav .trigger span::after {
    position: absolute;
    content: "";
    width: 60px;
    height: 6px;
    background-color: #fff;
    display: block;
    border-radius: 0;
    right: -46px;
    will-change: transform;
    transition: all 1s cubic-bezier(.645, .045, .355, 1);
}
.nav .trigger span::before {
    transform: translateY(-9px);
}
.nav .trigger span::after {
    transform: translateY(6px);
    /* top: -5px; */
}

/* .trigger span {
  transition: all 0.3s linear;
} */

.trigger.active span {
  background-color: transparent;
}


@keyframes downAndTurn {
  0% {
    transform: translateY(-12px) rotate(0deg);
  }
  50% {
    transform: translateY(0px) rotate(0deg);
  }
  100% {
    transform: translateY(0px) rotate(45deg);
  }
}
@keyframes downAndTurnReverse {
  0% {
    transform: translateY(0) rotate(45deg);
  }
  50% {
    transform: translateY(0px) rotate(0deg);
  }
  100% {
    transform: translateY(-12px) rotate(0deg);
  }
}

@keyframes upAndTurnReverse {
  0% {
    transform: translateY(0px) rotate(-45deg);
  }
  50% {
    transform: translateY(0px) rotate(0deg);
  }
  100% {
    transform: translateY(12px) rotate(0deg);
  }
}
.sidebar {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
    color: #fff;
    z-index: 999;
    background: #1E1E1E;
    transform: translateX(100%);
    transition: transform 1s ease-in-out;
    overflow-y: auto;
    padding: 32px;
    overflow-x: hidden;

}
.sidebar .content .menu-sticky-menu-container #menu-sticky-menu li {
    margin-bottom: 10px;
}
.sidebar .content .menu-sticky-menu-container #menu-sticky-menu a {
    font-size: 55px;
    color: #FF3C00 !important;
    line-height: 80px;
}
.sidebar .content a.logo + a img {
    width: 100%;
    max-width: 146px;
    position: relative;
}
.sidebar .content {
    width: 100%;
    margin: 0 auto;
    max-width: 1670px;
    padding: 13px 15px;
}
.sidebar .content .menu-sticky-menu-container #menu-sticky-menu {
    margin-top: 100px;
    padding-left: 0;
    list-style: none;
}
svg#menubg {
    position: absolute;
    top: 0;
    height: 100%;
    right: 0;
    transform: scale(-1 , 1);
}
@media (max-width: 320px) {
  .sidebar {
    padding: 24px;
  }
}
.sidebar .logo {
  font-size: 32px;
  display: block;
  position: relative;
  top: -2px;
  transition: all 1s ease-out;
  transform: translateX(150px);
}
.sidebar .logo img {
  max-width: 160px;
  user-select: none;
}
.sidebar .content .menu-sticky-menu-container #menu-sticky-menu a {
    font-size: 55px;
    color: #FF3C00 !important;
    line-height: 80px;
    transition: 0.6s ease-in-out;
    cursor: none; 
}
.sidebar .content .menu-sticky-menu-container #menu-sticky-menu a:hover {
    font-size: 60px;
    color: #fff !important;
}
.sidebar .content .menu-sticky-menu-container #menu-sticky-menu li {
    margin-bottom: 10px;
}
body.menu-active .nav .trigger.active span::before {
    background-color: #fff !important;
}
body.menu-active .nav .trigger.active span::after {
    background-color: #fff !important;
}

.sidebar .menu li {
    transition: all .9s ease-out;
}
.sidebar.show {
    transform: translateX(0);
    box-shadow: -10px 0px 35px rgba(124, 130, 141, 0.3);
    padding-left: 0;
    padding-right: 0;
}
/* .sidebar.show .logo {
  transform: translateX(0);
} */
/* .sidebar.show .menu li {
  transform: translateX(0);
} */
.home .header-main {
    background-color: #0020FF;
}
.sidebar .menu li {
  font-size: 24px;
  color: #292d34;
  /* cursor: pointer; */
  transform: translateX(150px);
}

@media (max-width: 1440px) {
	.container, .elementor-container {
    padding-left: 60px;
    padding-right: 60px;
}
}
@media (max-width: 1280px) {
.nav .trigger {
    top: 50px;
    right: 15px;
}
	.hamburger-side-parent {
    right: 60px;
}
	.nav .trigger span::before, .nav .trigger span::after {
    width: 50px;
	right: -36px;
}
	.sidebar .content a.logo + a img {
    max-width: 135px;
}
	.sidebar .content {
    padding: 0 15px;
}

}
@media (max-width: 1199px) {
		.hamburger-side-parent {
    display: none;
}
	.sidebar {
    padding: 30px 0 0;
}
}
@media (max-width: 767px) {

	.sidebar {
    padding: 30px 0 0;
}
	.sidebar .content a.logo + a img {
    max-width: 100px;
}
	.sidebar .content .menu-sticky-menu-container #menu-sticky-menu {
    margin-top: 30px;
}
	.sidebar .content .menu-sticky-menu-container #menu-sticky-menu a {
    font-size: 30px;
    line-height: 45px;
}
	.nav .trigger span::before, .nav .trigger span::after {
    height: 5px;
}
body.menu-active .nav .trigger {
    transform: translateX(-35px) rotate(90deg) !important;
}
	.nav .trigger span::after {
    transform: translateY(6px);
}
}
@media (max-width: 320px) {
  .sidebar .logo img {
    max-width: 120px;
  }
	  .sidebar .menu li {
    font-size: 20px;
  }
}
/***Header css ends here*****/

/***Homepage css starts from here****/
.hm-banner {
/*      background-color: #0020FF;  */
    overflow: hidden;
    padding: 110px 0;
}
.stay-bizzy {
    display: flex;
    justify-content: space-between;
}
.stay-bizzy h1 {
    max-width: 452px;
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 0;
}
.get-bizzy-stay-bizzy h3.elementor-heading-title {
    font-size: 24px;
    font-weight: 300 !important;
    color: #FF3C00 !important;
    margin-bottom: 0px;
    font-family: "Sora", sans-serif !important;
}
.stay-bizzy a {
    font-size: 20px;
    text-decoration: none;
    color: #000;
    border: 1px solid #000000;
    padding: 22px 29px;
    border-radius: 50px;
    line-height: 1;
    height: 66px;
    transition: ease-in-out 0.4s;
}
.get-bizzy-stay-bizzy .elementor-container {
    border-top: 1px solid #000;
    padding-top: 50px;
    padding-left: 0;
    padding-right: 0;
}
.get-bizzy-stay-bizzy {
    padding-bottom: 120px;
}
.hm-banner-txt h2 {
    color: #0020FF;
    font-size: 65px;
    line-height: 105px;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
    letter-spacing: normal;
	font-family: "Sora", sans-serif !important;
}
.hm-banner-txt h2:before {
    position: absolute;
    content: "";
    background: #000;
    width: 100%;
    height: 1px;
    bottom: 0;
}
/* .hm-banner-txt h3 {
    color: #0020FF;
    font-size: 65px;
    line-height: 105px;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 0;
    font-family: "Sora", sans-serif !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
} */
.f-rite {
    display: inline-block;
    float: right;
    position: relative;
    top: 10px;
}
.hm-banner-txt h2:last-child span {
    float: right;
    position: relative;
    top: 18px;
    line-height: 1;
}
.hm-banner-txt {
    max-width: 600px;
}
.hm-clr-img img {
    max-width: 715px;
    position: relative;
    right: -120px;
}
.full-service {
    background-color: #0020FF;
    padding-bottom: 30px;
    padding-top: 120px;
    border-radius: 40px 40px 0 0;
}
.double-circle-img img {
    position: relative;
    top: -40px;
}
.hamburger-side-parent {
    display: none;
}
.enhance-service {
    background-color: #0020FF;
    padding-bottom: 130px;
    overflow: hidden;
}
.full-text h3 {
    margin: 0;
    max-width: 735px;
    font-size: 55px;
    font-weight: 200;
    color: #fff;
    line-height: 65px;
}
.expert-stragy-section .elementor-container {
    border-top: 1px solid #fff;
    padding-top: 50px;
    padding-left: 0;
    padding-right: 0;
}
.expert-stragy-section {
    background: #0020ff;
    padding-bottom: 120px;
    border-radius: 0 0 40px 40px;
    z-index: 9;
}
.video-section-home .elementor-container {
    width: 100% !important;
    padding: 0 !important;
    max-width: 100% !important;
}
.video-section-home {
    margin-top: -37px;
    overflow: hidden;
}
.video-section-home img {
    height: 80vh;
    object-fit: cover;
}
.elementor-custom-embed-play:hover path {
    fill: #fff;
}
.Testimonials-section-orange {
    background: #FF3C00;
    border-radius: 40px 40px 0 0;
    padding-top: 100px;
    padding-bottom: 60px;
}
.enhance-text h5 {
    font-size: 23px;
    color: #fff;
    font-weight: 300;
    line-height: 32px;
    margin-top: 0;
    margin-bottom: 45px;
}
.enhance-text h3 {
    color: #FC3D01;
    font-size: 25px;
    margin-top: 0;
    margin-bottom: 0;
}
.enhance-text a {
    font-size: 20px;
    text-decoration: none;
    color: #FC3D01;
    border: 1px solid #C7C7C7;
    padding: 15px 23px;
    border-radius: 50px;
    display: inline-block;
    margin-top: 70px;
}
.testi-heading h2.elementor-heading-title {
    font-size: 24px;
    font-weight: 300 !important;
    color: #E5CC1A !important;
    margin-bottom: 70px;
}

.testimonial-slider-sec .elementor-container {
    border-top: 1px solid #fff;
    padding-top: 50px;
    padding-left: 0;
    padding-right: 0;
}
.testimonial-slider-sec {
    background: #ff3c00;
    padding-bottom: 120px;
}
.enhance-text a:hover {
    background: #FC3D01;
    color: #fff;
}
.enhance-text {
    position: relative;
    padding-left: 55px;
    margin-top: 25px;
    max-width: 590px;
}
.enhance-service .elementor-container {
    max-width: 100% !important;
    padding-left: 0;
    padding-right: 0;
}
.Our-expertise {
    background-color: #1E1E1E;
    padding-top: 130px;
    padding-bottom: 80px;
    /* background-image: url("https://biizy.com/wp-content/uploads/2023/02/expertise-line.svg"); */
    background-repeat: no-repeat;
    background-position: center;
}
.hal-full-circle .elementor-widget-container {
    text-align: left;
}
.expertise-h h2 {
    font-size: 24px;
    font-weight: 300 !important;
    color: #E5CC1A !important;
    margin-bottom: 70px;
}
.expertise-list ul li {
    margin-bottom: 30px !important;
    display: block !important;
    font-size: 30px;
    font-weight: 200 !important;
    color: #FF3C00 !important;
    line-height: 1.2;
    transition: 0.4s ease-in-out;
}
.expertise-list ul li a {
    margin-bottom: 0px !important;
    display: block !important;
    font-size: 30px;
    font-weight: 300 !important;
    color: #E5CC1A !important;
    line-height: 1.2;
    transition: 0.4s ease-in-out;
    text-decoration: none;
}
.expertise-list ul li:hover a {
    font-size: 32px;
    color: #fff !important;
}
.expertise-list ul {
    padding-left: 0;
}
.client-blck-txt h2 {
    font-size: 24px;
    font-weight: 300 !important;
    color: #FC3D01 !important;
    margin-bottom: 50px;
}
.client-section  .elementor-container {
    border-top: 1px solid #000;
    padding-top: 50px;
    padding-left: 0;
    padding-right: 0;
}
.love-strategy p {
    font-size: 45px;
    color: #FF3C00;
    font-weight: 200;
    margin-bottom: 0;
}
.client-blck-txt .elementor-widget-heading {
    margin-bottom: 0;
}
.love-strategy {
    max-width: 1090px;
    margin: 0 auto;
    text-align: center;
}
.partner-section .elementor-container {
    max-width: 100% !important;
    padding: 0;
}
.client-slider .swiper-wrapper {
	transition-timing-function:linear !important;
	-webkit-transition-timing-function:linear !important; 
}
.client-slider figure.swiper-slide-inner img {
    transition: 0.5s ease-in-out;
    filter: grayscale(1);
}
.spl-sld img {
    transition: 0.5s ease-in-out;
    filter: grayscale(1);
}
.spl-sld img:hover{
	filter: inherit;
}
.spl-sld .splide__slide {
    height: auto !important;
	padding:0!important;
}



.yel-org-img {
    position: relative;
    right: -27vw;
}
.clent-rota svg {
    overflow: visible;
}
.client-rt-img img.ora {
    position: absolute;
    left: -30px;
    max-width: 280px;
}
.client-rt-img {
    position: relative;
    transition: transfrom .5s linear;
}
.client-rt-img img.yl {
    max-width: 750px;
}
.client-section {
    overflow: hidden;
    padding-top: 100px;
    padding-bottom: 50px;
    /* background-image: url(https://biizy.com/wp-content/uploads/2023/02/test-lines.svg); */
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 40px 40px 0 0;
    background: #fff;
    margin-top: -40px;
}
.partner-logo ul {
    padding-left: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.partner-logo ul li {
    flex: 0 0 25%;
	text-align:center;
}
.partner-section {
    /* background-image: url(https://biizy.com/wp-content/uploads/2023/02/test-lines.svg); */
    background-repeat: no-repeat;
    background-position: center;
    padding-bottom:80px;
}
.partner-logo ul li img:hover {
    transform: scale(1.1);
    filter: grayscale(0);
}
.partner-logo ul li img {
    transition: 0.5s ease-in-out;
    filter: grayscale(1);
}
.case-study-section .elementor-container {
    max-width: 100% !important;
    padding: 0;
}
.case-study-section {
    /* margin-left: 6%; */
    overflow: visible;
    /*background-image: url(https://biizy.com/wp-content/uploads/2023/02/test-lines.svg);*/
    background-repeat: no-repeat;
    background-position: initial;
    padding-left: 30px;
    padding-top: 130px;
    width: 100%;
    max-width: 1788px;
    margin-left: auto;
}
.client-blck-txt {
    margin-bottom: 0 !important;
}
.case-short-code h3.spero-slider-title {
    font-size: 30px;
    line-height: 50px;
    margin-top: 15px;
    margin-bottom: 0;
    color: #1E1E1E;
}
.case-short-code p.spero-slider-content {
    margin: 0;
}
.case-short-code .swiper-slide p.spero-slider-content + p {
    font-size: 20px;
    line-height: 32px;
    color: #1E1E1E;
    margin-bottom: 60px;
}
.swiper-progress-bar .progress {
    height: 7px;
    background: #888888;
}
.testmonial-content h2 {
    margin: 0;
    max-width: 585px;
    font-size: 55px;
    font-weight: 200;
    color: #fff;
    line-height: 65px;
}
.testimonial-cross-img .elementor-widget-wrap {
    flex-wrap: nowrap !important;
}
.testimonial-cross-img .elementor-widget-image {
    margin-bottom: 0;
}
.test-image {
    position: relative;
    right: -10vw;
}
.Testimonials-section {
    overflow: hidden;
    padding-bottom: 160px;
    padding-top: 70px;
    /* background-image: url(https://biizy.com/wp-content/uploads/2023/02/test-lines.svg); */
    background-repeat: no-repeat;
    background-position: center;
}
.test-slide {
    /* background-image: url(https://biizy.com/wp-content/uploads/2023/02/test-lines.svg); */
    background-repeat: no-repeat;
    background-position: center;
}
.swiper-backface-hidden {
    overflow: hidden;
}
.swiper-slide-child p.spero-slider-content {
    font-size: 35px;
    color: #1E1E1E;
    margin-bottom: 70px;
    line-height: 50px;
}
.swiper-slide-child h3.spero-slider-title {
    font-size: 25px;
    font-weight: 700;
    color: #A452F4;
}
.swiper-slide-child {
    max-width: 590px;
    margin: 0 auto;
    text-align: center;
}
.hm-testimonial  .spero-testimonial {
    padding-bottom: 100px;
}
.Insights-sec {
    padding: 0px 0 120px;
}
.Insights-h h2.elementor-heading-title {
    font-size: 24px;
    font-weight: 300 !important;
    color: #FC3D01 !important;
    margin-bottom: 30px;
}
.insight-tabs-production ul#category-tabs {
    padding-left: 0;
    list-style: none;
    margin-bottom: 70px;
    display: flex;
    align-items: center;
}
.insight-tabs-production ul#category-tabs li {
    display: inline-block;
    font-size: 15px;
    color: #000;
    font-weight: 400 !important;
    max-width: 100%;
    width: auto;
    border: 1px solid #000;
    border-radius: 50px;
    padding: 11px 30px;
    text-align: center;
    cursor: pointer;
    margin-right: 20px;
    text-transform: capitalize;
    transition: ease-in-out 0.2s;
}
.insight-tabs-production ul#category-tabs li:last-child {
    margin-right: 0;
}
.insight-tabs-production ul#category-tabs li:hover {
    background: #000;
    color: #fff;
}
.Insights-sec .elementor-container {
    border-top: 1px solid #000;
    padding-top: 50px;
    padding-left: 0;
    padding-right: 0;
}
.insight-section-home .wpcap-grid-container {
    grid-column-gap: 65px !important;
    grid-row-gap: 60px !important;
}
.insight-section-home .wpcap-grid-container .post-grid-thumbnail {
    margin-bottom: 0;
}
.insight-section-home .post-grid-text-wrap .post-grid-meta {
    order: -1;
    margin-bottom: 20px;
}
.insight-section-home .post-grid-text-wrap {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin-top: 20px;
    flex-grow: 1;
}
.insight-section-home .post-grid-text-wrap .post-grid-meta a {
    text-decoration: none;
    color: #FC3D01 !important;
    font-size: 16px;
}
.insight-section-home .post-grid-text-wrap h3.title {
    padding: 0 !important;
    margin: 0 !important;
    margin-bottom: 40px !important;
    flex-grow: 1;
}
.insight-section-home .post-grid-text-wrap h3.title a {
    padding: 0 !important;
    text-decoration: none;
    font-size: 34px;
    font-weight: 300 !important;
    color: #000000 !important;
}
.insight-section-home .post-grid-text-wrap a.read-more-btn {
    background: #FF3C00;
    text-decoration: none;
    color: #fff !important;
    font-weight: 400 !important;
    font-size: 20px;
    max-width: 222px;
    border-radius: 50px !important;
    text-align: center;
    padding: 12px 0;
    border: 1px solid #FF3C00;
    transition: ease-in-out 0.5s;
}
.insight-section-home .post-grid-text-wrap a.read-more-btn:hover {
    color: #FF3C00 !important;
    background: transparent;
}
.insight-section-home .wpcap-grid-container .post-grid-thumbnail img {
    object-position: top;
    border-radius: 20px;
}
.insight-section-home  article {
    display: flex;
    flex-direction: column;
}
.insight-section-home article .post-grid-inner {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.subscribe-newsletter {
    background: #EEEEEE;
    border-radius: 40px 40px 0 0;
    padding: 80px 0 120px;
}
.subscribe-newsletter h2.elementor-heading-title {
    font-size: 55px;
    font-weight: 200 !important;
    color: #FC3D01 !important;
    margin-bottom: 50px;
    max-width: 590px;
    line-height: 1.3;
}
footer {
    position: relative;
    z-index: 1;
    margin-top: -40px;
}
.schedule-cal-btn a.elementor-button {
    font-size: 20px;
    font-weight: 400;
    background: #FF3C00;
    color: #fff;
    text-transform: capitalize;
    line-height: normal;
    border-radius: 50px;
    border: 1px solid #FF3C00;
    padding: 10px 35px;
}
.schedule-cal-btn a.elementor-button:hover {
    background: #fff;
    color: #FF3C00;
    border-color: #fff;
}
.subscribe-newsletter .elementor-widget-heading {
    margin-bottom: 0;
}
.subscriber-box form.tnp-subscription {
    max-width: 100%;
    margin: 0;
    position: relative;
    display: flex;
    gap: 30px;
}
.subscriber-box form.tnp-subscription .tnp-field.tnp-field-button {
    position: absolute;
    top: 0;
    right: 210px;
}
.subscriber-box form.tnp-subscription input.tnp-submit {
    background: #FC3D01;
    font-size: 20px;
    font-weight: 300 !important;
    color: #ffffff !important;
    padding: 0 40px;
    height: 60px;
    border-radius: 50px;
    border: 1px solid #FC3D01;
}
.subscriber-box form.tnp-subscription input.tnp-submit:hover {
    background: transparent;
    color: #FC3D01 !important;
}
.subscriber-box form.tnp-subscription .tnp-field.tnp-field-email, .subscriber-box form.tnp-subscription .tnp-field-firstname {
    margin-bottom: 0;
    width: calc(50% - 130px);
}

.subscriber-box form.tnp-subscription input#tnp-1:focus-visible, .subscriber-box form.tnp-subscription input#tnp-2:focus-visible {
    outline: none;
}
.subscriber-box form.tnp-subscription input#tnp-1, .subscriber-box form.tnp-subscription input#tnp-2 {
    background: transparent;
    border-bottom: 1px solid #707070;
    border-radius: 0;
    height: 60px;
    color: #000;
    font-size: 20px;
    padding-left: 5px;
    font-weight: 300;
}

.subscriber-box form.tnp-subscription input#tnp-1::-webkit-input-placeholder, .subscriber-box form.tnp-subscription input#tnp-2::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #aaa!important;
}
.subscriber-box form.tnp-subscription input#tnp-1::-moz-placeholder, .subscriber-box form.tnp-subscription input#tnp-2::-moz-placeholder { /* Firefox 19+ */
  color: #aaa!important;
}
.subscriber-box form.tnp-subscription input#tnp-1:-ms-input-placeholder, .subscriber-box form.tnp-subscription input#tnp-2:-ms-input-placeholder { /* IE 10+ */
  color: #aaa!important;
}
.subscriber-box form.tnp-subscription input#tnp-1:-moz-placeholder, .subscriber-box form.tnp-subscription input#tnp-2:-moz-placeholder { /* Firefox 18- */
  color: #aaa!important;
}
.stay-bizzy a:hover {
    background: #000;
    color: #fff;
}
/*****featured-projects*****/
.featured-projects-section {
    padding: 110px 0 90px;
    border-radius: 40px 40px 0 0;
    margin-top: -30px;
    z-index: 1;
    position: relative;
    background: #fff;
}
.featured-projects-section > .elementor-container {
    border-top: 1px solid #000;
    padding-top: 40px;
    padding-left: 0;
    padding-right: 0;
}
.testi-heading h2.elementor-heading-title {
    font-size: 24px;
    font-weight: 300 !important;
    color: #E5CC1A !important;
    margin-bottom: 40px;
}
.featured-layout-s  .elementor-container {
    padding: 0;
}
.Featured-Projects-h {
    margin-bottom: 10px !important;
}
.Featured-Projects-h h2 {
    font-size: 24px;
    font-weight: 300 !important;
    color: #FC3D01 !important;
    margin-bottom: 40px;
}
.featured-title-b h3, .featured-title-b h2 {
    margin-top: 0;
    font-size: 26px;
    color: #000;
    font-weight: 400 !important;
    margin-bottom: 0;
    line-height: 1.3;
    display: flex;
    align-items: center;
    text-transform: uppercase;
}
.featured-title-b h3 a, .featured-title-b h2 a {
    text-decoration: none;
    font-size: 24px;
    color: #000;
    font-weight: 400 !important;
    margin-bottom: 0;
    line-height: 1.3;
}
.featured-title-b h3 span, .featured-title-b h2 span {
    width: 28px;
    height: 28px;
    display: inline-block;
    background: #FF3C00;
    border-radius: 50px;
    margin-right: 20px;
}
.featurebox-img img {
    width: 100%;
    border-radius: 20px;
}
.featured-title-b {
    margin-top: 35px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.feat-cat a {
    font-size: 14px;
    color: #000;
    text-decoration: none;
    font-weight: 400;
    border: 1px solid #000;
    border-radius: 50px;
    padding: 10px 20px;
    margin-left: 10px;
    text-transform: capitalize;
}
.feat-cat a:hover {
    background: #ff3c00;
    color: #fff;
    border-color: #ff3c00;
}
.featureboxes .featurebox {
    width: calc(50% - 30px);
}
.featureboxes {
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
}
.view_all a.elementor-button {
    background: transparent;
    color: #ff3c00;
    text-decoration: none;
    font-size: 38px;
    font-weight: 300;
    text-transform: uppercase;
    margin-top: 30px;
}
.view_all a.elementor-button:hover {
    color: #000;
}
.testimonial-boxes {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    align-items: center;
}
.testimonial-boxes .test-content {
    width: calc(60% - 20px);
}
.testimonial-boxes .testimonial-image {
    width: calc(40% - 20px);
}
/* .testimonial-boxes .test-content p {
    max-width: 720px;
    font-size: 27px;
    color: #fff;
    font-weight: 300 !important;
} */
.testimonial-boxes .test-content p {
    max-width: 950px;
    font-size: 27px;
    color: #fff;
    font-weight: 300 !important;
}
.testimonial-boxes .test-content h3 {
    font-size: 25px;
    font-weight: 500;
    color: #fff;
    margin-top: 40px;
    margin-bottom: 0;
}
.testi-heading {
    margin-bottom: 0 !important;
}
.testimonial-image img {
    border-radius: 20px;
}
.testimonial-boxes a.read-more {
    color: #fff;
    font-weight: 600;
}
.testimonial-boxes a.read-more:hover {
    text-decoration: none;
}
.hm-banner-txt h2:last-child:before{
	display:none;
}



@media only screen and (max-width: 1600px) {
.hm-banner-txt h2:last-child span {
    top: 28px;
}
	.featured-title-b h3 a, .featured-title-b h2 a {
    font-size: 20px;
}
	.feat-cat a {
    font-size: 12px;
    padding: 10px 15px;
    margin-left: 5px;
}
.hm-banner-txt h2 {
    font-size: 60px;
    line-height: 110px;
}	
/* 	.hm-banner-txt h3 {
    font-size: 60px;
    line-height: 110px;
} */
	.f-rite img {
    width: 55px;
}
	.hm-banner-txt h2 a img {
    width: 160px;
}
	.hm-clr-img img {
    max-width: 585px;
    position: relative;
    right: -80px;
}
	.full-text h3 {
    font-size: 50px;
    line-height: 70px;
}
	.enhance-text h5 {
    margin-bottom: 35px;
}
	.enhance-text a {
    margin-top: 40px;
}
	.enhance-text {
    margin-top: 15px;
}
	.expertise-list ul li {
    margin-bottom: 40px !important;
}
	.expertise-list ul li a {
    font-size: 60px;
    font-weight: 200 !important;
    line-height: 60px;
    margin-bottom: 0px !important;
}
	.testmonial-content h2 {
    max-width: 500px;
    font-size: 50px;
    line-height: 60px;
}
	.swiper-slide-child p.spero-slider-content {
    font-size: 30px;
    margin-bottom: 40px;
    line-height: 45px;
}
	.love-strategy p {
    font-size: 40px;
}
	.yel-org-img {
    position: relative;
    right: -22vw;
}
}
@media only screen and (max-width: 1440px) {
	.hm-banner-txt h2:last-child span {
    top: 14px;
}
	.hm-banner-txt h2 {
    font-size: 45px;
    line-height: 80px;
}
/* 	.hm-banner-txt h3 {
    font-size: 45px;
    line-height: 80px;
} */
	header#site-header .site-branding {
    padding-top: 40px;
}
	.nav .trigger {
    top: 60px;
}
	.hm-banner-txt {
    max-width: 550px;
}
	.hm-clr-img img {
    max-width: 510px;
}

	.enhance-service {
    padding-bottom: 100px;
}
	.Our-expertise {
    padding-top: 100px;
    padding-bottom: 100px;
}
	.expertise-list ul li:last-child {
    margin-bottom: 0 !important;
}
	.expertise-list ul li a {
    font-size: 50px;
    line-height: 50px;
}
	.expertise-h h2 {
    margin-bottom: 40px;
}
	.testmonial-content h2 {
    font-size: 44px;
    line-height: 55px;
}
	.swiper-slide-child p.spero-slider-content {
    font-size: 25px;
}
	.case-study-section {
    max-width: 1333px;
}
	.love-strategy p {
    font-size: 36px;
}
	.client-rt-img img.yl {
    max-width: 600px;
}
	.partner-logo ul li img {
    width: 250px;
}
	.partner-section {
    padding-bottom: 90px;
}
}
@media only screen and (max-width: 1199px) {
	.featured-title-b h2 {
    margin-bottom: 15px;
}
	.hm-banner-txt h2:last-child span {
    top: 16px;
}
.hm-banner-txt h2 {
    font-size: 40px;
    line-height: 70px;
}
/* 	.hm-banner-txt h3 {
    font-size: 40px;
    line-height: 70px;
} */
	.hm-banner-txt h2 a img {
    width: 110px;
}
	.f-rite img {
    width: 44px;
}
	.hm-clr-img img {
    max-width: 380px;
}
	.full-service {
    padding-top: 100px;
		    padding-bottom: 20px;
}
	.full-text h3 {
    font-size: 34px;
    line-height: 50px;
    max-width: 435px;
}
	.enhance-text h5 {
    font-size: 20px;
    line-height: 30px;
    padding-right: 30px;
		    margin-bottom: 20px;
}
	.enhance-text a {
    margin-top: 20px;
	font-size: 17px;
    padding: 12px 20px;
}
	.enhance-text h3 {
    font-size: 20px;
}
	header#site-header .site-branding {
    padding-top: 0;
}
	.enhance-service {
    padding-bottom: 80px;
}
	.Our-expertise {
    padding-top: 80px;
    padding-bottom: 80px;
}
	.expertise-list ul li a {
    font-size: 40px;
    line-height: 40px;
}
	.expertise-h h2 {
    margin-bottom: 30px;
}
	.client-blck-txt h2 {
    margin-bottom: 30px;
}
	.testmonial-content h2 {
    font-size: 34px;
    line-height: 50px;
    max-width: 380px;
}
	.Testimonials-section {
    overflow: hidden;
    padding-bottom: 80px;
}
	.hm-testimonial  .spero-testimonial {
    padding-bottom: 50px;
}
.home .case-study-section {
    padding: 60px 30px 0;
}
	.container, .elementor-container {
    padding-left: 10px;
    padding-right: 10px;
}
	.love-strategy p {
    font-size: 34px;
}
	.client-section {
    padding-top: 60px;
}
	.partner-logo ul li img {
    width: 180px;
}
	.partner-section {
    padding-bottom: 60px;
}
}
@media only screen and (max-width: 991px) {
	.hm-clr-img img {
    max-width: 280px;
}
	.full-service {
    padding-top: 90px;
}
	.love-strategy p {
    font-size: 28px;
}
.client-rt-img img.yl {
    max-width: 290px;
}
	.partner-logo ul li img {
    width: 140px;
}
	.partner-section {
    padding-bottom: 40px;
}
	
}
@media only screen and (max-width: 767px) {
	.video-section-home img {
    height: 50vh;
}
	header#site-header {
    align-items: center;
}
	.nav .trigger {
    top: 45px;
}
	.hm-clr-img img {
    max-width: 280px;
    right: 0;
    padding-top: 30px;
}
	.enhance-text {
    padding-left: 20px;
    padding-right: 20px;
}
	.enhance-text {
    padding-left: 20px;
    padding-right: 20px;
}
	.enhance-text h3 {
    margin-bottom: 10px;
}
	.enhance-text h5 {
    padding-right: 0;
}
	.enhance-service {
    padding-bottom: 50px;
}
	.Our-expertise {
    padding-top: 50px;
    padding-bottom: 50px;
}
	.expertise-list ul li a {
    font-size: 24px;
    line-height: 30px;
}
	.expertise-list ul li {
    margin-bottom: 20px !important;
}
	.Our-expertise .expertise-h {
    margin-bottom: 0;
}
	.Testimonials-section {
    padding-bottom: 50px;
    padding-top: 50px;
}
	.client-blck-txt h2 {
    margin-bottom: 10px;
}
	.testmonial-content h2 {
    font-size: 30px;
    line-height: 45px;
}
	.swiper-slide-child p.spero-slider-content {
    font-size: 20px;
    line-height: 30px;
}
	.hm-testimonial  .spero-testimonial {
    padding-bottom: 30px;
}
.client-blck-txt h2 {
    font-size: 30px;
    margin-bottom: 10px;
}
.client-section {
    padding-top: 50px;
    padding-bottom: 10px;
}
	.partner-logo ul li {
    flex: 0 0 50%;
}
	.partner-logo ul li img {
    width: 150px;
}
	.green-arrow {
    padding: 0 20px;
}
}
/***Footer css starts from here***/

/*
 * 
 * 
 * 
 * 
 * /
 
/***Footer css starts from here***/


.page-id-29 footer .main-footer {
    display: none;
}
.page-id-29 .footer-menu-block {
    margin-top: 0;
}
footer {
    background-color: #000;
    padding: 80px 0 40px;
    /* background-image: url(https://biizy.com/wp-content/uploads/2023/02/footer-lines.svg); */
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 40px 40px 0 0;
}
.copy-box p {
    margin-bottom: 0;
    font-size: 18px;
    color: #fff;
    font-weight: 300 !important;
}
.gogle-partne img {
    height: 90px;
    object-fit: contain;
}
.gogle-partne {
    text-align: right !important;
}
.copy-box .elementor-col-50:first-child {
    width:80%;
}
.copy-box .elementor-col-50 {
    width: 20%;
}
.copy-box .elementor-container {
    align-items: flex-end;
}
.copy-box {
    margin-top: 70px;
}

.main-footer .custom-style-cf7 {
    max-width: 810px;
}
.main-footer .custom-style-cf7 .row-cf-7.row-cf-1 p {
    display: flex;
    flex-wrap: nowrap;
    gap: 15px;
    margin-bottom: 30px;
}
.main-footer .custom-style-cf7  span.wpcf7-not-valid-tip {
    position: absolute;
    top: 41px;
    color: #ff3c00;
}
.row-cf-7 label {
    display: block;
}
.ft-contact h5 {
    font-size: 30px;
    color: #fff !important;
    font-weight: 300 !important;
    margin-bottom: 50px;
}
.ft-contact {
    margin-bottom: 0 !important;
}
.let-talk h2 {
    font-size: 54px;
    font-weight: 300 !important;
    color: #FF3C00 !important;
    margin-bottom: 20px;
    max-width: 380px;
    line-height: 1.2;
}
.main-footer .custom-style-cf7 input {
    height: 50px;
    background: #333333;
    border-color: #C7C7C7;
    border-radius: 0;
    color: #C7C7C7;

}
.main-footer .custom-style-cf7 select {
    height: 50px;
    background: #333333;
    border-color: #C7C7C7;
    border-radius: 0;
    color: #C7C7C7;
    -webkit-appearance: none;
    appearance: none;
    background-image: url("https://biizy.com/wp-content/uploads/2023/03/down-arrow-1.png");
    background-repeat: no-repeat;
    background-position: 99%;
}
.main-footer .custom-style-cf7 select:placeholder{
	color:#fff;
}
.main-footer .custom-style-cf7 textarea {
    background: #333333;
    border-color: #C7C7C7;
    border-radius: 0;
    height: 140px;
	color: #C7C7C7;
}
.main-footer .custom-style-cf7 input[type=submit]:hover {
    background: #fff;
    color: #FF3C00;
}
.main-footer .custom-style-cf7 textarea::placeholder, .main-footer .custom-style-cf7 input::placeholder, .main-footer .custom-style-cf7 select::placeholder{
	color:#C7C7C7;
}
.main-footer .custom-style-cf7 input::placeholder{
	color:#C7C7C7;
}
.main-footer .custom-style-cf7 input:focus, .main-footer .custom-style-cf7 select:focus, .main-footer .custom-style-cf7 textarea:focus {
    outline: none;
}
.main-footer .custom-style-cf7 .row-cf-7 p {
    margin-bottom: 30px;
}
.contact-form-page .wpcf7-response-output {
    color: #000000;
    padding: 10px 15px !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    text-align: center;
}
.main-footer .custom-style-cf7 input[type=submit] {
    max-width: 260px;
    width: 100%;
    font-size: 20px;
    font-weight: 300;
    background: #FF3C00;
    color: #fff;
    text-transform: uppercase;
    line-height: normal;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 50px;
    border: 1px solid #FF3C00;
}
.main-footer .custom-style-cf7 .row-cf-6 p {
    margin-bottom: 0;
}
.ftr-logo-sec {
    padding-top: 90px;
    padding-bottom: 30px;
}
.footer-widget1 ul {
    padding-left: 0;
}
.footer-widget1 ul li {
    list-style: none;
    font-size: 18px;
    color: #fff;
    margin-bottom: 40px;
    line-height: 35px;
}
.footer-menu-block {
    margin-top: 90px;
}
.footer-widget1 ul li a {
    font-size: 18px;
    color: #fff;
    display: inline-block;
	 font-weight: 300 !important;
}
.footer-widget1 ul li a:hover {
    color: #ff3c00;
    text-decoration: underline;
}
.footer-widget1 ul li a:hover{
    color: #ff3c00;
}
.about-menu .hfe-nav-menu li a {
    padding: 0 !important;
    font-size: 20px !important;
    font-weight: 500;
    color: #FF3C00 !important;
    margin-bottom: 30px;
    transition: 0.3s ease-in-out;
    display: inline-block;
    position: relative;
}
.about-menu .hfe-nav-menu li a:before {
    position: absolute;
    content: "";
    background: #ff3c00 !important;
    width: 8px;
    height: 8px;
    left: -10px;
    border-radius: 50px;
    top: 4px;
}
.about-menu .hfe-nav-menu li a:after {
    position: absolute;
    content: "";
    background: #ff3c00 !important;
    width: 8px;
    height: 8px;
    left: -23px;
    border-radius: 50px;
    top: 4px;
}



.expertise-list {
    margin-top: 30px;
}
.about-menu .hfe-nav-menu li{
	transition: 0.5s ease-in-out;
}

.service-menu h2 {
    font-size: 22px !important;
    margin-bottom: 30px !important;
    color: #fff !important;
	 font-weight: 500 !important;
}
.ftr-service-h {
    margin-bottom: 0 !important;
}
.service-menu .hfe-nav-menu li a {
    padding: 0 !important;
    font-size: 18px;
    color: #fff !important;
    margin-bottom: 15px;
    transition: 0.3s ease-in-out;
    font-weight: 300;
	 display: inline-block;
	position: relative;
}
.service-menu .hfe-nav-menu li a:before {
    position: absolute;
    content: "";
    background: #ff3c00 !important;
    width: 8px;
    height: 8px;
    left: -10px;
    border-radius: 50px;
    top: 4px;
}
.service-menu .hfe-nav-menu li a:after {
    position: absolute;
    content: "";
    background: #ff3c00 !important;
    width: 8px;
    height: 8px;
    left: -23px;
    border-radius: 50px;
    top: 4px;
}
.service-menu .hfe-nav-menu li a:hover {
    color: #ff3c00;
	padding-left: 10px !important;
}
.about-menu .hfe-nav-menu li a:hover {
    color: #ff3c00;
    padding-left: 10px !important;
}

.footer-widget1 ul li span {
    display: block;
}
.social-menu .elementor-icon-list-items li span{
    display: block;
}
.social-menu .elementor-icon-list-items li {
    display: block;
    margin-bottom: 40px;
}
.social-menu .elementor-icon-list-items li svg {
    width: 35px;
    height: 35px;
    display: block;
    margin: 0 0 0 auto !important;
}
.footer-menu-block .elementor-column:last-child ul.elementor-icon-list-items li > a {
    justify-content: flex-end;
}
.social-menu .elementor-icon-list-items li svg path {
    fill: #FF3C00 !important;
}
.social-menu .elementor-icon-list-items li svg ellipse {
    fill: #FF3C00 !important;
}
.social-menu .elementor-icon-list-items li svg:hover path, .social-menu .elementor-icon-list-items li svg:hover ellipse {
    fill: #fff !important;
}
.footer-menu-block .elementor-column:first-child {
    width: 53%;
}
.footer-menu-block .elementor-column:last-child {
    width: 5%;
}
.footer-menu-block .elementor-column:nth-child(3) {
    width: 23%;
}
.footer-menu-block .elementor-column:nth-child(2) {
    width: 20%;
}
.about-menu .hfe-nav-menu li a:focus {
    color: #FF3C00 !important;
}

.service-menu .hfe-nav-menu li a:focus {
    color: #FF3C00 !important;
}
.service-menu .hfe-nav-menu li a:hover {
    color: #FF3C00 !important;
}
/* .contact-pg-form iframe {
    height: auto !important;
} */
div#_builder-form {
    padding-left: 0 !important;
}
@media (max-width: 1280px) {
.footer-menu-block .elementor-column:first-child {
    width: 45%;
}
	.footer-menu-block .elementor-column:nth-child(3) {
    width: 30%;
}
	.let-talk h2 {
    font-size: 40px;
    margin-bottom: 10px;
}
	.ft-contact h5 {
    font-size: 26px;
    margin-bottom: 30px;
}
	footer {
    padding: 50px 0;
}
}
@media (max-width: 1024px) {
	.ftr-talk-column {
    width: 100% !important;
}
	.ftr-blnk-clm {
    display: none;
}
	.main-footer .custom-style-cf7 {
    max-width: 100%;
}
	.main-footer .custom-style-cf7 .row-cf-7.row-cf-1 label {
    width: 100%;
}
	.footer-menu-block .elementor-column:first-child {
    width: 35%;
}
	.footer-menu-block .elementor-column:nth-child(3) {
    width: 38%;
}
.footer-menu-block .elementor-column:nth-child(2) {
    width: 22%;
    padding-left: 20px;
}
	.footer-widget1 ul li span {
    display: inline;
}
	.footer-widget1 ul li {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 30px;
}
	.about-menu .hfe-nav-menu li a {
    font-size: 18px !important;
    margin-bottom: 24px;
}
	.service-menu .hfe-nav-menu li a {
    font-size: 16px;
}
}
	@media (max-width: 767px) {
		.about-menu .hfe-nav-menu li a:hover, .service-menu .hfe-nav-menu li a:hover {
    padding-left: 15px !important;
}
	.about-menu .hfe-nav-menu li a:before, .service-menu .hfe-nav-menu li a:before {
    left: 0px;
}
		.about-menu .hfe-nav-menu li a:after, .service-menu .hfe-nav-menu li a:after {
       left: -11px;
}
.footer-widget1 ul li a {
    font-size: 16px;
}
		.footer-widget1 ul li {
    margin-bottom: 15px;
}
	.ftr-logo-sec .hfe-site-logo img {
    max-width: 120px;
}
	.footer-menu-block .elementor-column:first-child {
    width: 100%;
}
	.footer-menu-block .elementor-column:nth-child(2) {
    width: 100%;
    padding-left: 0;
}
	.footer-menu-block .elementor-column:nth-child(3) {
    width: 100%;
}
.footer-menu-block .elementor-column:last-child {
    width: 100%;
    margin-bottom: 0;
}
	.footer-menu-block .elementor-column {
    margin-bottom: 20px;
}
	.social-menu .elementor-icon-list-items li {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 10px;
}
		.social-menu .elementor-icon-list-items li svg {
    width: 30px;
    height: 30px;
}
		.ftr-logo-sec {
    padding-top: 70px;
    padding-bottom: 20px;
}
}
@media (max-width: 500px) {
.main-footer .custom-style-cf7 .row-cf-7.row-cf-1 p {
    display: block;
}
	.main-footer .custom-style-cf7 .row-cf-7 p {
    margin-bottom: 15px;
}
	.main-footer .custom-style-cf7 .row-cf-7.row-cf-1 p {
    margin-bottom: 15px;
}
	.ftr-logo-sec {
    padding-top: 20px;
    padding-bottom: 20px;
}
	.ft-contact h5 {
    font-size: 24px;
    margin-bottom: 20px;
}
	.let-talk h2 {
    font-size: 36px;
}
	.main-footer .custom-style-cf7 input[type=submit] {
    max-width: 100%;
    font-size: 16px;
    padding-top: 15px;
}
	.main-footer .custom-style-cf7 .row-cf-7.row-cf-1 p br {
    display: none;
}
	.main-footer .custom-style-cf7 .row-cf-7.row-cf-1 label {
    margin-bottom: 15px;
}
}
/****Footer-ends*****/
/****About us page css****/
/* body#about-us .header-main .trigger span:before {
    background-color: #000;
}
body#about-us .header-main .trigger span:after {
    background-color: #000;
}
body#about-us .header-main {
    background-color: transparent;
    position: absolute;
    width: 100%;
	z-index:999;
} */
.we-are h1 {
    font-size: 70px;
    color: #FF3C00;
    line-height: 60px;
    margin-top: 0;
    font-weight: 200 !important;
}
.about-bnr-img {
    text-align: right;
}
.about-bnr-sec {
    padding-bottom: 100px;
    overflow: hidden;
    padding-top: 100px;
}

.about-bnr-img img {
    position: relative;
    right: -40px;
    z-index: 99;
}
.brnd-img {
    margin-bottom: 40px;
}
.we-are {
    max-width: 600px;
}
.we-are-para p {
    font-size: 20px;
    color: #000;
    font-weight: 300 !important;
    max-width: 600px;
    margin-bottom: 30px;
}
.we-are-para {
    margin-top: 60px;
}
.ab-brands p {
    margin-bottom: 30px;
    font-size: 25px;
    line-height: 32px;
    max-width: 520px;
    color: #000;
}
.brand-txt h3 {
    font-size: 70px;
    line-height: 80px;
    color: #A452F4;
    max-width: 756px;
    margin: 0 0 0 auto;
}
.brand-txt {
    margin-top: 100px;
}
.our-work-h  h2 {
    font-size: 60px !important;
    color: #FF3C00 !important;
    line-height: 80px !important;
    font-weight: 300 !important;
}
.our-work-sec {
    padding-top: 150px;
    padding-bottom: 150px;
}
.collab-h h3 {
    font-size: 50px;
    line-height: 80px;
    color: #FFDF00;
    margin: 0;
    font-weight: 300;
}
.collab-txt p {
    margin-bottom: 0;
    font-size: 25px;
    line-height: 32px;
    color: #FFDF00;
    max-width: 670px;
    padding-left: 20px;
    font-weight: 300;
}
.collab-sec .elementor-widget-wrap {
    align-items: flex-start;
    align-content: flex-start !important;
}
.collab-sec {
    padding: 50px 0 90px;
    border-radius: 40px 40px 0 0;
    margin-top: -40px;
	position: relative;
	
}
.intro {
  font-size: 150%;
  color: red;
}
.f-rite .sun-img{
	animation: rotate 5s linear infinite;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
 .expand-text .collab-txt{
	animation: fade-in 0.5s forwards;
  animation-fill-mode: both;  
} 
.collab-txt {
    max-height: 0;
    transition: max-height 2.2s;
    overflow: hidden;
    /* visibility: hidden; */
    opacity: 0;
    padding-right: 70px;
}
.expand-text .collab-txt {
    max-height: 100vh;
    /* visibility: visible; */
    transition: max-height ease-in-out 4s;
    opacity: 1;
}
.collab-sec:before {
    position: absolute;
    content: "";
    background-image: url("https://biizy.com/wp-content/uploads/2025/01/plus-4.png");
    width: 40px;
    height: 40px;
    right: 50px;
    background-size: contain;
    background-repeat: no-repeat;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
} 
section#audacious .collab-h h3 {
    color: #A452F4;
}
section#audacious .collab-txt p{
    color: #A452F4;
}
section#acoountability .collab-h h3 {
    color: #03E59E;
}
section#acoountability .collab-txt p {
    color: #03E59E;
}
section#Transparent .collab-h h3 {
    color: #3FE2FF;
}
section#Transparent .collab-txt p {
    color: #3FE2FF;
}
section#Adaptable .collab-h h3 {
    color: #A452F4;
}
section#Adaptable .collab-txt p {
    color: #A452F4;
}
section#Passionate .collab-h h3 {
    color: #FF3C00;
}
section#Passionate .collab-txt p {
    color: #FF3C00;
}
.check-work {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.check-work h3 {
    font-size: 90px;
    line-height: 100px;
    color: #0020FF;
}
.check-work h3 span {
    display: block;
}
.check-work h3 {
    font-size: 90px;
    line-height: 100px;
    color: #0020FF;
    text-decoration: underline;
    text-decoration-thickness: 4px;
    text-underline-offset: 10px;
    margin: 0;
}
.check-mg {
    padding-right: 40px;
}
.check-work-section {
    padding-top: 600px;
    padding-bottom: 200px;
    background-color: #3FE2FF;
    position: relative;
   /* z-index: -1;*/
}
/* .page-id-25 .page-content {
    background: url("https://biizy.com/wp-content/uploads/2023/02/about-line.png");
    background-repeat: no-repeat;
    background-position: 51% center;
} */

.meet-team-h {
    margin-bottom: 0 !important;
}
.meet-team-h h2.elementor-heading-title {
    margin: 0;
    font-size: 55px;
    font-weight: 200;
    color: #0020FF;
    line-height: 65px;
    margin-bottom:60px;
}
.wearebizzy .elementor-container {
    border-top: 1px solid #000;
    padding-top: 40px;
    padding-left: 0;
    padding-right: 0;
}
.wearebizzy p.elementor-heading-title {
    font-size: 24px;
    font-weight: 300 !important;
    color: #FC3D01 !important;
    margin-bottom: 70px;
}
.wearebizzy p {
    max-width: 530px;
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 0;
    font-weight: 300 !important;
    color: #000;
}
.team-section {
    padding-top: 110px;
    padding-bottom: 110px;
    background: #fff;
    margin-top: -40px;
    border-radius: 40px 40px 0 0;
}
.bizzy-team-boxes {
    margin-top: 90px;
}
.bizzy-team-boxes .elementor-container {
    gap: 60px;
    flex-wrap: wrap;
    padding: 0;
}
.bizzy-team-boxes .elementor-container .elementor-column {
    width: calc(33.33% - 40px) !important;
}
.bizzy-team-boxes figure.elementor-image-box-img {
    width: 100% !important;
    margin-bottom: 0 !important;
}
.bizzy-team-boxes figure.elementor-image-box-img img {
    border-radius: 30px;
    filter: grayscale(1);
    width: 100%;
}
.bizzy-team-boxes h3.elementor-image-box-title {
    margin-top: 0 !important;
    color: #0020FF;
    font-size: 28px;
    margin-bottom: 10px;
    font-weight: 400 !important;
}
.bizzy-team-boxes p.elementor-image-box-description {
    color: #000;
    font-size: 20px;
    font-weight: 300 !important;
}
.bizzy-team:hover figure.elementor-image-box-img img {
    filter: inherit;
}






















@media (max-width: 1600px) {

	.about-bnr-img img {
    width: 80%;
}
	.about-bnr-sec {
    padding-bottom: 60px;
}
	.brand-txt h3 {
    font-size: 55px;
    line-height: 60px;
}
	.brand-txt {
    margin-top: 80px;
}
	.ab-brands p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 30px;
}
	.our-work-sec {
    padding-top: 120px;
    padding-bottom: 120px;
}

	.collab-h h3 {
    font-size: 40px;
    line-height: 60px;
}
	.collab-txt p {
    font-size: 21px;
    line-height: 30px;
}
	.check-work-section {
    padding-top: 300px;
    padding-bottom: 160px;
}
	.check-work h3 {
    font-size: 65px;
    line-height: 80px;
    text-decoration-thickness: 2px;
    text-underline-offset: 8px;
}
	.check-mg {
    padding-right: 30px;
    flex: 0 1 75%;
    padding-left: 30px;
}
	.check-work h3 {
    flex: 0 1 25%;
}
}
@media (max-width: 1440px) {
.check-work h3 {
    font-size: 55px;
}	
}
@media (max-width: 1199px) {
.about-bnr-sec {
    padding-bottom: 60px;
    padding-top: 80px;
}
.we-are h1 {
    font-size: 70px;
    line-height: 60px;
}
	.brand-txt h3 {
    font-size: 40px;
    line-height: 50px;
}
	.brand-txt {
    margin-top: 40px;
}
	.ab-brands p {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 30px;
}
	.our-work-sec {
    padding-top: 80px;
    padding-bottom: 90px;
}
	.our-work-h  h2 {
    font-size: 50px !important;
}

	.collab-h h3 {
    font-size: 32px;
    line-height: 50px;
}
	.collab-txt p {
    font-size: 18px;
    line-height: 30px;
}
	.check-work-section {
    padding-top: 100px;
    padding-bottom: 80px;
}
	.check-work h3 {
    font-size: 35px;
    line-height: 1.2;
}
	.about-bnr-img img {
    width: 90%;
}

}
@media (max-width: 767px) {
	.collab-txt {
    padding-right: 0;
}
	.collab-sec:before {
    width: 30px;
    height: 30px;
    right: 20px;
}
		.about-bnr-sec .elementor-container .elementor-column:first-child {
    order: 1;
}
	.about-bnr-img img {
    position: absolute;
    right: -40px;
    z-index: -1;
    top: -30px;
}
	.about-bnr-sec .elementor-container .elementor-column:first-child {
    order: 1;
}
	.we-are h1 {
    font-size: 50px;
    line-height: 40px;
}
	.about-bnr-img img {
    width: 40%;
}
	.about-bnr-sec {
    padding-bottom: 60px;
    padding-top: 110px;
}
	.brand-txt h3 {
    font-size: 32px;
    line-height: 45px;
}
	.our-work-sec {
    padding-top: 50px;
    padding-bottom: 60px;
}
	.our-work-h  h2 {
    font-size: 45px !important;
    line-height: 60px !important;
}
	.collab-txt p {
    font-size: 16px;
    line-height: 26px;
    padding-left: 0;
}
	.collab-h h3 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 10px;
}
	.check-mg {
    padding-right: 0;
    flex: 0 1 50%;
    padding-left: 0;
}
	.check-work h3 {
    font-size: 28px;
    line-height: 30px;
    flex: 0 1 50%;
	text-decoration-thickness: 1px;
    text-underline-offset: 4px;
}
	.check-work-section {
    padding-top: 50px;
    padding-bottom: 50px;
}
}
/****about us page css end here******/

/******Team page css starts from here*********/
body#the-team .header-main .trigger span::before{
	    background-color: #000;
}
body#the-team .header-main .trigger span::after{
	    background-color: #000;
}
/* body#the-team main#content {
    background-image: url(https://biizy.com/wp-content/uploads/2023/02/da.png);
    background-repeat: no-repeat;
    background-position: center;
} */
body#the-team .header-main {
    background-color: transparent;
    position: absolute;
    width: 100%;
	z-index:999;
}

.team-tct-bnr h3 {
    margin: 0;
    font-size: 120px;
    line-height: 150px;
    color: #0020FF;
}
.brydie {
    display: flex;
    max-width: 950px;
    margin: 0 0 0 auto;
	position: relative;
}
.brydie-section::before {
    background-image: url("https://biizy.com/wp-content/uploads/2023/02/team-bnr-circle.png");
    background-repeat: no-repeat;
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background-size: contain;
    background-position: right;
    top: -300px;
    right: -100px;
    z-index: -1;
}
.jay-section {
    position: relative;
}
.jay-section:before {
    background-image: url("https://biizy.com/wp-content/uploads/2023/02/jay-circle.png");
    background-repeat: no-repeat;
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background-size: contain;
    background-position: left;
    bottom: -310px;
    left: -90px;
    z-index: -1;
}
.nor-dania-section {
    position: relative;
}
.nor-dania-section:before {
    background-image: url("https://biizy.com/wp-content/uploads/2023/02/nor-image.png");
    background-repeat: no-repeat;
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background-size: initial;
    background-position: right;
    top: 360px;
    right: 0px;
    z-index: -1;
}
.alex-section:before {
    background-image: url("https://biizy.com/wp-content/uploads/2023/02/orange-ellips.png");
    background-repeat: no-repeat;
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background-size: initial;
    background-position: left;
    top: -66px;
    left: -540px;
    z-index: -1;
}
.alex-section {
    padding-bottom: 590px;
    padding-top: 50px;
}
.nor-dania-section .brydie {
    max-width: 910px;
}
.brydie-section {
    padding-top: 100px;
    overflow-x: clip;
}
.brydie-inner {
    max-width: 380px;
}
.brydie-inner-part img {
    transition: 0.5s ease-in-out;
    filter: grayscale(1);
}
.brydie-inner-part img:hover{
	    transform: scale(1.1);
    filter: grayscale(0);
}
 .brydie-inner h2 {
    margin-top: 0;
    font-size: 35px;
    color: #0020FF;
    line-height: 37px;
    margin-bottom: 35px;
}
.brydie-inner h4 {
    font-size: 25px;
    line-height: 37px;
    margin-top: 0;
    margin-bottom: 35px;
}
.brydie-inner p {
    font-size: 25px;
    line-height: 37px;
    margin-bottom: 0;
}
.brydie-parttwo {
    display: flex;
    flex-wrap: wrap;
    margin-top: 90px;
}
.brydie-parttwo .brydie-inner {
    margin-left: 40px;
}
.brydie-parttwo .brydie-inner-part {
    margin-top: -470px;
}
.nor-dania-section {
    padding-top: 200px;
}
.brydie-section {
    padding-top: 100px;
}
.team-banner {
    padding-top: 250px;
}
.team-check .check-work h3 {
    color: #A452F4;
}
.team-check {
    padding-top: 0;
    padding-bottom: 200px;
}
@media (max-width: 1600px) {
	.team-tct-bnr h3 {
    font-size: 90px;
    line-height: 90px;
}
	.brydie-section::before {
    width: 25%;
    top: -320px;
    right: -60px;
}
	.jay-section:before {
    width: 35%;
}
	.nor-dania-section:before {
    width: 40%;
    top: 400px;
    background-size: contain;
}
	.alex-section:before {
    width: 60%;
    background-size: contain;
    top: -100px;
    left: -440px;
}
	.alex-section {
    padding-bottom: 430px;
}

}
@media (max-width: 1440px) {
		.team-banner {
    padding-top: 180px;
}
	.brydie-section {
    padding-top: 150px;
}
	.brydie-parttwo .brydie-inner-part {
    margin-top: -320px;
    text-align: left;
}
	.brydie-inner-part {
    flex: 0 1 45%;
}
	.brydie-inner h2 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 15px;
}
	.brydie-inner h4 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
}
	.brydie-inner p {
    font-size: 20px;
    line-height: 30px;
}
	.brydie-parttwo .brydie-inner-part {
    flex: 0 1 45%;
}
	.brydie-parttwo .brydie-inner {
    margin-left: 0px;
    padding-left: 30px;
}
	.brydie {
    justify-content: flex-end;
}
	.nor-dania-section:before {
    width: 30%;
    top: 430px;
}
.alex-section:before {
    top: 0;
}
}
@media (max-width: 1199px) {
	.team-tct-bnr h3 {
    font-size: 70px;
    line-height: 70px;
}
	.nor-dania-section {
    padding-top: 100px;
}
	.jay-section:before {
    width: 35%;
    bottom: -220px;
}
	.alex-section {
    padding-bottom: 150px;
}

}
@media (max-width: 840px) {
	.jay-section:before {
    bottom: -120px;
}
	.alex-section:before {
    left: -260px;
}
	.alex-section {
    padding-bottom: 340px;
}
}
@media (max-width: 767px) {
	.brydie {
    justify-content: left;
    flex-wrap: wrap;
}
.brydie .brydie-inner {
    max-width: 100%;
    order: 1;
    margin-top: 20px;
}
	.brydie-parttwo .brydie-inner-part {
    flex: 0 1 100%;
}
	.brydie-inner-part {
    flex: 0 1 100%;
}
	.brydie-parttwo .brydie-inner-part {
    margin-top: 0;
}
	.brydie-parttwo .brydie-inner {
    margin-left: 0px;
    padding-left: 0;
    max-width: 100%;
    margin-top: 20px;
}
	.brydie-inner-part img {
    width: 100%;
}
		.team-check {
    padding-bottom: 100px;
}
	.team-tct-bnr h3 {
    font-size: 50px;
    line-height: 60px;
}
	.brydie-section {
    padding-top: 100px;
}
	.team-banner {
    padding-top: 150px;
}
.brydie-section::before {
    width: 35%;
    top: -20px;
    right: -20px;
    bottom: 0;
    background-position: top;
}
.jay-section:before {
    bottom: -40px;
    background-position: top;
    left: -30px;
    width: 45%;
}
	.brydie-parttwo {
    margin-top: 150px;
}
	.nor-dania-section:before {
    width: 50%;
    top: 430px;
}
.alex-section:before {
    left: -220px;
    top: 90px;
    width: 100%;
}
	.check-work h3 {
    flex: 0 1 50%;
}
	.alex-section {
    padding-bottom: 100px;
}
}
/******Team page css ends here*********/
/*
 * *
 * *
 * *
 * */
/**********Service page css starts from here***********/
/* body#services main#content {
    background-image: url(https://biizy.com/wp-content/uploads/2023/02/brands-rays.png);
    background-repeat: no-repeat;
    background-position: center;
} */
body#services .header-main {
    background-color: transparent;
    position: absolute;
    height: 100px;
    width: 100%;
	z-index:999;
}
body#services .header-main .trigger span::before {
    background-color: #000;
}
body#services .header-main .trigger span::after {
    background-color: #000;
}
.brand-sec h3 {
    margin: 0;
}
.brand-sec h3 {
    margin: 0;
    font-size: 120px;
    line-height: 130px;
    color: #03E59E;
}
.brand-sec h3 {
    margin: 0;
    font-size: 120px;
    line-height: 130px;
    color: #03E59E;
}
.Brand-section {
    padding-top: 260px;
}
.startegy-sec {
    display: flex;
    align-items: self-end;
    flex-wrap: nowrap;

}
.startegy-section .elementor-container {
    max-width: 100% !important;
    padding: 0;
}
.strategy-txt h2 {
    font-size: 35px;
    line-height: 37px;
    color: #1E1E1E;
    margin-top: 0;
    margin-bottom: 35px;
}
.strategy-txt p {
    font-size: 25px;
    line-height: 37px;
    color: #1E1E1E;
    margin-bottom: 80px;
}
.strategy-txt {
    max-width: 440px;
    padding-left: 60px;
    position: relative;
    top: -10px;
}
.strategy-txt a {
    font-size: 20px;
    color: #FC3D01 !important;
    text-decoration: none;
    padding: 14px 30px;
    display: inline-block;
    border: 1px solid #C7C7C7;
    border-radius: 50px;
}
.startegy-section:before {
    position: absolute;
    content: "";
    background-image: url("https://biizy.com/wp-content/uploads/2023/02/strategy-circle.png");
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: top right;
    top: -20px;
}
.digital-mark-sec {
    max-width: 1010px;
    margin: 0 0 0 auto;
}
.digital-mark-sec .strategy-txt {
    padding-left: 0;
    padding-right: 60px;
    top: 0;
}
.digital-mark-sec {
    max-width: 1010px;
    margin: 0 0 0 auto;
    align-items: flex-start;
}
.digital-mark-sec {
    max-width: 1030px;
    margin: 0 0 0 auto;
    align-items: flex-start;
    padding-right: 30px;
}
.d-marketing-sec {
    padding-top: 150px;
    padding-bottom: 100px;
}
.startegy-section {
    padding-top: 130px;
}
.creative-section .startegy-sec {
    padding-left: 40px;
}
.creative-section .startegy-sec .strategy-txt {
    padding-left: 100px;
}
.creative-section {
    padding-bottom: 190px;
    overflow-x: clip;
}
.story-telling .digital-mark-sec {
    max-width: 100%;
    float: right;
    clear: both;
}
.story-telling {
    padding-bottom: 180px;
    overflow-x: clip;
}
.content-pro-section .startegy-sec {
    align-items: center;
}
.dev-section .digital-mark-sec {
    align-items: flex-end;
    padding-right: 0px;
    margin-top: -350px;
    max-width: 100%;
    float: right;
}
.dev-section .elementor-container {
    max-width: 100% !important;
    padding: 0;
}
.dev-section .digital-mark-sec {
    align-items: flex-end;
    padding-right: 0px;
    margin-top: -350px;
    max-width: 100%;
    float: right;
}
.dev-section .digital-mark-sec .strategy-txt {
    padding-left: 20px;
}
.experimental-section {
    padding-bottom: 300px;
}
.dev-section {
    padding-bottom: 170px;
}
.creative-section:before {
    position: absolute;
    content: "";
    background-image: url("https://biizy.com/wp-content/uploads/2023/02/creative-circle.png");
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: top left;
    top: -560px;
    right: -10px;
}
.story-telling:before {
    position: absolute;
    content: "";
    background-image: url("https://biizy.com/wp-content/uploads/2023/02/story-art.png");
    width: 1450px;
    height: 1400px;
    background-repeat: no-repeat;
    background-position: top right;
    top: -580px;
    right: -740px;
    z-index: -1;
    background-size: contain;
}
.content-pro-section:before {
    position: absolute;
    content: "";
    background-image: url("https://biizy.com/wp-content/uploads/2023/02/content-circle.png");
    width: 990px;
    height: 500px;
    background-repeat: no-repeat;
    background-position: bottom left;
    left: -330px;
    bottom: -240px;
    background-size: contain;
}
.dev-section:before {
    position: absolute;
    content: "";
    background-image: url("https://biizy.com/wp-content/uploads/2023/02/web-circle.png");
    width: 1000px;
    height: 1000px;
    background-repeat: no-repeat;
    background-size: contain;
    right: -500px;
    top: 220px;
}
.dev-section {
    padding-bottom: 170px;
    overflow-x: clip;
}



















@media (max-width: 1600px) {
	.brand-sec h3 {
    font-size: 90px;
    line-height: 100px;
}
	.Brand-section {
    padding-top: 220px;
}
.startegy-section:before {
    width: 30%;
    top: 0;
    right: -90px;
    background-size: contain;
}	
	.strategy-txt p {
    font-size: 22px;
	line-height: 32px;
	margin-bottom: 40px;	
}
	.creative-section:before {
    width: 20%;
    top: -420px;
    right: initial;
    left: 10px;
    background-size: contain;
}
	.startegy-section {
    overflow: hidden;
}
	.creative-section .startegy-sec .strategy-txt {
    padding-left: 40px;
}
	.creative-section .startegy-sec {
    padding-left: 0;
}
	.story-telling:before {
    width: 1220px;
    height: 1180px;
    top: -290px;
 }
	.dev-section .digital-mark-sec {
    margin-top: -150px;
}
	.content-pro-section:before {
    width: 700px;
    height: 400px;
     left: -330px;
    bottom: -200px;
}
}
@media (max-width: 1440px) {
	.brand-sec h3 {
    font-size: 80px;
    line-height: 90px;
}
	.startegy-section:before {
    right: -30px;
}
	.strategy-txt {
    padding-left: 40px;
}
	.strategy-txt h2 {
    font-size: 30px;
    line-height: 30px;
     margin-bottom: 20px;
}
	.strategy-txt p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 30px;
}
	.dev-section .digital-mark-sec {
    margin-top: 0;
    padding-top: 70px;
}
	.experimental-section {
    padding-bottom: 200px;
}
}
@media (max-width: 1199px) {
	.brand-sec h3 {
    font-size: 60px;
    line-height: 80px;
}
	.Brand-section {
    padding-top: 170px;
}
	.creative-section:before {
    width: 20%;
    top: -290px;
    left: -60px;
}
	.creative-section {
    padding-bottom: 120px;
    overflow-x: clip;
}
	.dev-section:before {
    width: 830px;
    height: 760px;
    right: -490px;
    top: 220px;
}

	.story-telling:before {
    width: 740px;
    height: 740px;
    top: -230px;
    right: -390px;
}
	.strategy-txt a {
    font-size: 16px;
    padding: 12px 20px;
}

}
@media (max-width: 991px) {
		.strategy-txt {
    max-width: 385px;
}
	.creative-section .startegy-sec .strategy-txt {
    padding-left: 30px;
}
	.strategy-txt p {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 20px;
    padding-right: 10px;
}
	.strategy-txt h2 {
    font-size: 26px;
    line-height: 28px;
    margin-bottom: 15px;
}
	.strategy-txt {
    padding-left: 30px;
}
	.d-marketing-sec {
    padding-top: 70px;
    padding-bottom: 50px;
}
	.creative-section:before {
    top: -220px;
}
	.dev-section:before {
    width: 750px;
    height: 490px;
}
	.experimental-section {
    padding-bottom: 130px;
}
}
@media (max-width: 767px) {
	.brand-sec h3 {
    font-size: 44px;
    line-height: 55px;
}
	.startegy-sec {
    align-items: initial;
    flex-wrap: wrap;
}
	.startegy-section .elementor-container {
    padding: 0 20px;
}
	.strategy-txt {
    padding-left: 0;
    padding-top: 30px;
    max-width: 100%;
}
.d-marketing-sec .strategy-txt {
    order: 1;
    padding: 0;
    padding-top: 30px;
}
	.digital-mark-sec {
    padding-right: 0;
}
	.strategy-i img {
    width: 100%;
}
	.strategy-i {
    width: 100%;
}
	.creative-section .startegy-sec .strategy-txt {
    padding-left: 0;
}
	.story-telling .digital-mark-sec.startegy-sec {
    float: initial;
}
	.story-telling .digital-mark-sec.startegy-sec .strategy-txt {
    padding-right: 0;
    order: 1;
}
	.story-telling {
    padding-bottom: 70px;
}
	.dev-section .elementor-container {
    max-width: 100% !important;
    padding: 0 20px;
}
	.dev-section .elementor-container .strategy-txt {
    padding-left: 0;
    padding-right: 0;
    order: 1;
}
}
@media (max-width: 500px) {
	.Brand-section {
    padding-top: 130px;
}
	.brand-sec h3 {
    font-size: 40px;
    line-height: 52px;
}
	.startegy-section:before {
    right: -10px;
    width: 40%;
    top: 50px;
}
	.d-marketing-sec {
    padding-top: 40px;
    padding-bottom: 130px;
}
	.creative-section:before {
    top: -120px;
    width: 40%;
    left: -50px;
}
	.story-telling:before {
    width: 410px;
    height: 400px;
    top: -120px;
    right: -220px;
}
	.creative-section {
    padding-bottom: 50px;
}
.story-telling {
    padding-bottom: 140px;
}
	.content-pro-section:before {
    width: 550px;
    height: 250px;
    left: -330px;
    bottom: initial;
    background-position: top;
    top: -130px;
}
	.dev-section .digital-mark-sec {
    margin-top: 0;
    padding-top: 50px;
}
	.dev-section:before {
    width: 660px;
    height: 340px;
    right: -480px;
    top: 270px;
}
	.dev-section {
    padding-bottom: 50px;
}
	.experimental-section {
    padding-bottom: 100px;
}
}

/**********Service page css ends here***********/
/*
 * *
 * *
 * *
 * */
/**********Service app page css starts from here***********/
.service-bnr-txt h3 {
    font-size: 120px;
    line-height: 130px;
    color: #fff;
    max-width: 1240px;
    margin: 0;
}
body#service-app .header-main {
    background-color: transparent !important;
    position: absolute;
    width: 100%;
   z-index:999;
}
.service-app-banner {
    padding-top: 250px;
    padding-bottom: 200px;
}
.service-bnr-txt img {
    margin-bottom: 75px;
}
.first-ride h3 {
    margin: 0;
    font-size: 40px;
    line-height: 55px;
    color: #FF3C00;
    margin-bottom: 80px;
}
.first-ride span {
    display: block;
}
.first-ride p {
    font-size: 25px;
    line-height: 37px;
    margin-bottom: 40px;
}
.first-ride p:last-child {
    margin-bottom: 0px;
}
.first-ride {
    max-width: 630px;
}
.first-img {
    text-align: right !important;
    padding-right: 20px;
}
.first-ride-section {
    padding-top: 190px;
    padding-bottom: 190px;
}
.becum-app-section {
    padding: 275px 0;
    background-color: #1E1E1E;
}
.become-app-tx {
    text-align: center;
    max-width: 1010px;
    margin: 0 auto;
    color: #FF3C00;
}
.become-app-tx h3 {
    font-size: 40px;
    margin-bottom: 100px;
    margin-top: 0;
}
.become-app-tx p {
    font-size: 30px;
    line-height: 45px;
}
.smoke-img {
    text-align: left !important;
    padding-left: 20px;
}
.about-it .first-ride {
    margin-left: 50px;
}
.about-it {
    padding: 150px 0;
}

.result-para-section .first-ride {
    max-width: 910px;
    margin: 0 0 0 auto;
}
.result-para-section .first-ride {
    max-width: 910px;
    margin: 0 0 0 auto;
}
.the-results-section {
    padding-top: 120px;
}
.result-para-section {
    padding-bottom: 120px;
}
.servive-app-case-sec {
    padding-bottom: 200px;
}
.featureboxes.owl-carousel .featurebox {
    width: 100%;
    padding-bottom: 15px;
}
@media (max-width: 1600px) {
	.service-app-banner {
    padding-top: 180px;
    padding-bottom: 150px;
}
	.service-bnr-txt img {
    margin-bottom: 35px;
}
	.service-bnr-txt h3 {
    font-size: 90px;
    line-height: 100px;
    max-width: 1000px;
}
	.first-ride-section {
    padding-top: 110px;
    padding-bottom: 110px;
}
	.first-ride h3 {
    font-size: 36px;
    line-height: 50px;
    margin-bottom: 60px;
}
	.first-ride-section .elementor-widget-wrap {
    align-content: center !important;
    align-items: center !important;
}
	.becum-app-section {
    padding: 175px 0;
}
	.becum-app-section {
    padding: 175px 0;
}
	.become-app-tx h3 {
    font-size: 36px;
    margin-bottom: 50px;
}
	.become-app-tx p {
    font-size: 24px;
    line-height: 40px;
	margin-bottom: 0;
}
	.about-it {
    padding: 100px 0;
}
	.first-ride h3 {
    font-size: 32px;
    line-height: 45px;
    margin-bottom: 40px;
}
	.first-ride p {
    font-size: 18px;
    line-height: 30px;
	margin-bottom: 15px;
}
	.about-it .first-ride {
    margin-left: 20px;
}
	.smoke-img {
    padding-left: 0;
}
	.the-results-section {
    padding-top: 80px;
}
	.first-ride h3 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 40px;
}
	.servive-app-case-sec {
    padding-bottom: 100px;
    padding-top: 100px;
}
	
}

@media (max-width: 1440px) {
	.service-bnr-txt img {
    margin-bottom: 35px;
    width: 220px;
}
.service-bnr-txt h3 {
    font-size: 70px;
    line-height: 85px;
    max-width: 800px;
}
	.service-app-banner {
    padding-top: 170px;
    padding-bottom: 100px;
}
	.first-ride p {
    padding-right: 20px;
}
	.result-para-section {
    padding-bottom: 80px;
}
	.case-short-code h3.spero-slider-title {
    font-size: 26px;
    line-height: 40px;
    margin-top: 10px;
}
	.case-short-code .swiper-slide p.spero-slider-content + p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 40px;
}
}
@media (max-width: 1199px) {
  .service-bnr-txt img {
    margin-bottom: 25px;
    width: 200px;
}
.first-ride-section {
    padding-top: 90px;
    padding-bottom: 90px;
}
	.becum-app-section {
    padding: 100px 0;
}
	.become-app-tx p {
    font-size: 20px;
    line-height: 35px;
    margin-bottom: 0;
}
	.become-app-tx h3 {
    font-size: 36px;
    margin-bottom: 30px;
}
	.about-it {
    padding: 80px 0;
}
	.first-ride p {
    font-size: 16px;
}
	.first-ride h3 {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 30px;
}
}
@media (max-width: 1024px) {
.case-study-section {
    max-width: 100%;
    padding: 0 20px;
    overflow: hidden;
    padding-bottom: 50px;
}
	.case-study-section .spero-slider-img img {
    width: 100%;
}
	.result-para-section .first-ride {
    max-width: 100%;
}

}
@media (max-width: 767px) {
	.featureboxes.owl-carousel .featurebox {
    margin-bottom: 10px;
}
	.owl-carousel-view {
    margin-bottom: 0 !important;
}
		.first-ride-section .elementor-column:first-child {
    order: 1;
}
	.first-ride-section {
    padding-top: 50px;
    padding-bottom: 50px;
}
	.first-ride {
    max-width: 100%;
}
	.first-ride-section .first-ride {
    margin-top: 20px;
}
	.first-ride h3 {
    font-size: 28px;
    line-height: 35px;
    margin-bottom: 10px;
}
	.becum-app-section {
    padding: 50px 0;
}
	.about-it .first-ride {
    margin-left: 0;
    margin-top: 20px;
}
	.about-it {
    padding: 50px 0;
}
	.first-ride p {
    padding-right: 0;
}
	.the-results-section {
    padding-top: 40px;
}
	.result-para-section {
    padding-bottom: 50px;
}
	.service-bnr-txt h3 {
    font-size: 42px;
    line-height: 50px;
    max-width: 100%;
    padding-right: 10px;
}
	.service-app-banner {
    padding-top: 120px;
    padding-bottom: 60px;
}
	.service-bnr-txt img {
    margin-bottom: 20px;
    width: 160px;
}
	.first-img {
    padding-right: 0;
}
	.become-app-tx h3 {
    font-size: 30px;
    margin-bottom: 20px;
}
	.become-app-tx p {
    font-size: 16px;
    line-height: 30px;
}
	.client-blck-txt h2 {
    font-size: 30px;
    margin-bottom: 30px;
}

}
/**********Service page css ends here***********/
/*
 * *
 * *
 * *
 * *
 */
/**********Contact page css starts from here***********/
.contact-banr-sec h1 {
    font-size: 70px;
    line-height: 80px;
    color: #FF3C00;
    margin: 0;
    font-weight: 200 !important;
}
.contact-banr-section {
    padding-top: 100px;
    padding-bottom: 120px;
}
.let-talk-sec h2 {
    margin-top: 0;
    font-size: 60px;
    line-height: 80px;
    color: #FF3C00;
    margin-bottom: 40px;
    font-weight: 200;
}
.cont-info-section .contact-form-page .custom-style-cf7 {
    max-width: 810px;
}
.contact-info {
    max-width: 370px;
    margin: 0 auto;
}
.contact-info h2 {
    margin-bottom: 70px;
    margin-top: 30px;
    font-size: 60px;
    line-height: 80px;
    color: #FF3C00;
    font-weight: 200;
}
.contact-info h3 {
    font-size: 20px;
    color: #000;
    line-height: 20px;
    margin-top: 0;
}
.contact-info  p {
    margin-bottom: 40px;
}
.contact-info  p:last-child {
    margin-bottom: 0px;
}
.contact-info p a {
    font-size: 35px;
    color: #FF3C00;
    text-decoration: none;

}
.contact-info p a:hover {
    text-decoration: underline;
    text-decoration-thickness: 2px;
}
.cont-info-section {
    padding-bottom: 100px;
}
/* body#contact main#content{
	 background-image: url(https://biizy.com/wp-content/uploads/2023/02/wrk-together.png);
    background-repeat: no-repeat;
    background-position: center;
	    background-color: #1E1E1E;
} */
body#contact footer .main-footer {
    display: none;
}
body#contact .header-main {
    background-color: #1E1E1E;
    position: absolute;
    width: 100%;
    z-index: 999;
}
body#contact main#content {
    background: #1E1E1E;
}
body#contact footer {
    background-color: #1E1E1E;
    padding: 80px 0;
}
.let-talk-sec {
    text-align: left !important;
}
@media (max-width: 1600px) {
			.contact-info h2 {
    margin-top: 0;
    font-size: 50px;
    line-height: 60px;
}
	.contact-banr-sec h1 {
    font-size: 90px;
    line-height: 100px;
}

	.let-talk-sec h2 {
    font-size: 50px;
}
	.contact-info p a {
    font-size: 35px;
}
	.let-talk-sec h2 {
    font-size: 50px;
    line-height: 60px;
}
}
@media (max-width: 1440px) {
.contact-banr-sec h1 {
    font-size: 70px;
    line-height: 90px;
}	
	.contact-info p a {
    font-size: 30px;
}
	.let-talk-sec h2 {
    margin-bottom: 60px;
}
	body#contact footer {
    padding: 0px 0 80px;
}
}
@media (max-width: 1199px) {
	.contact-banr-sec h1 {
    font-size: 60px;
    line-height: 80px;
}

	.let-talk-sec h2 {
    margin-bottom: 50px;
    font-size: 40px;
}
.contact-info h2 {
    margin-bottom: 70px;
    font-size: 40px;
}
}
@media (max-width: 991px) {
	.contact-info {
    max-width: 100%;
    margin: 0 auto;
}
	.cont-info-section .elementor-column {
    width: 100%;
}
.cont-info-section .elementor-column:first-child {
    order: 1;
    margin-top: 50px;
}
	.contact-info h2 {
    margin-bottom: 60px;
}
	.contact-info p a {
    font-size: 22px;
}
	.let-talk-sec h2 {
    margin-bottom: 20px;
    font-size: 40px;
}
	.cont-info-section {
    padding-bottom: 80px;
}
}
@media (max-width: 767px) {
.spl-sld img {
    width: 160px;
    height: 100px;
    object-fit: contain;
}
	.contact-info p a {
    font-size: 18px;
}
	.cont-info-section .elementor-column:first-child {
    margin-top: 30px;
}
	.service-menu .hfe-nav-menu li a {
    margin-bottom: 20px;
}
   body#contact footer {
    padding: 0px 0 40px;
    }
	
.contact-banr-sec h1 {
    font-size: 30px;
    line-height: 40px;
}

	.contact-info h2 {
    margin-bottom: 40px;
}
	.contact-info  p {
    margin-bottom: 30px;
}
	.let-talk-sec h2 {
    margin-bottom: 0px;
    font-size: 30px;
}
	.cont-info-section {
    padding-bottom: 40px;
}
}
/**********Contact page css ends here***********/
/*
 * *
 * *
 * *
 * *
 */
/**********Work page css starts from here***********/
.spero-slider-work .spero-slider-img img {
    width: 100%;
}
body#our-work main#content{
	/* background-image: url(https://biizy.com/wp-content/uploads/2023/02/brands-rays.png); */
    background-repeat: no-repeat;
    background-position: center;
}
body#our-work .header-main {
    background-color: transparent;
    position: absolute;
    width: 100%;
	z-index:999;
}
body#our-work .header-main .trigger span::before {
    background-color: #000;
}
body#our-work .header-main .trigger span::after {
    background-color: #000;
}
.work-slider-section {
    width: 100%;
    max-width: 1788px;
    margin-left: auto;
}
.our-work h3 {
    font-size: 120px;
    color: #FF3C00;
    margin: 0;
    line-height: 130px;
}

.our-work-bnr-section {
    padding-top: 210px;
    padding-bottom: 220px;
}
.spero-slider-work h3.spero-slider-title {
    font-size: 30px;
    line-height: 50px;
    margin-top: 15px;
    margin-bottom: 0;
    color: #1E1E1E;
}
.spero-slider-work p.spero-slider-content {
    margin: 0;
}
.spero-slider-work .swiper-slide p.spero-slider-content + p {
    font-size: 20px;
    line-height: 32px;
    color: #1E1E1E;
    margin-bottom: 60px;
}
.work-slider-section .elementor-container {
    max-width: 100% !important;
    padding-right: 0;
	overflow: hidden;
}
.worl-pg-let-talk h3 {
    text-decoration-color: #3FE2FF;
}
.let-tak-work-section {
    padding: 250px 0;
}
@media (max-width: 1600px) {
	.our-work h3 {
    font-size: 90px;
    line-height: 110px;
}
	.our-work-bnr-section {
    padding-top: 210px;
    padding-bottom: 140px;
}
	.let-tak-work-section {
    padding: 200px 0;
}
}
@media (max-width: 1440px) {
	.spero-slider-work h3.spero-slider-title {
    font-size: 26px;
    line-height: 40px;
    margin-top: 10px;
}
	.spero-slider-work .swiper-slide p.spero-slider-content + p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 40px;
}
	.our-work h3 {
    font-size: 70px;
    line-height: 90px;
}
	.our-work-bnr-section {
    padding-top: 190px;
    padding-bottom: 120px;
}
}
@media (max-width: 1024px) {
.work-slider-section .elementor-container {
    padding-left: 0;
}
.work-slider-section {
    width: 100%;
    margin-left: auto;
    max-width: 100%;
    padding: 0 20px;
    overflow: hidden;
    padding-bottom: 20px;
}
	.let-tak-work-section {
    padding: 100px 0;
}
}
@media (max-width: 767px) {
.our-work h3 {
    font-size: 42px;
    line-height: 50px;
}
.our-work-bnr-section {
    padding-top: 140px;
    padding-bottom: 100px;
}
.worl-pg-let-talk h3 {
    font-size: 35px;
    line-height: 40px;
    flex: 0 1 30%;
}
	.worl-pg-let-talk .check-mg {
    flex: 0 1 70%;
}
}
/**********Work page css ends here***********/
/*
 * *
 * *
 * *
 * *
 */
/**********Blog page css starts from here***********/
body#blog main#content{
	/* background-image: url(https://biizy.com/wp-content/uploads/2023/02/brands-rays.png); */
    background-repeat: no-repeat;
    background-position: center;
}
.Insights-h {
    margin-bottom: 0 !important;
}
body#blog .header-main {
    background-color: transparent;
    position: absolute;
    width: 100%;
	z-index:999;
}
body#blog .header-main .trigger span::before {
    background-color: #000;
}
body#blog .header-main .trigger span::after {
    background-color: #000;
}
.blog-page-bnr h1 {
    font-size: 70px;
    color: #FF3C00;
    margin: 0;
    line-height: 80px;
    font-weight: 200;
}
.blog-banner-section {
    padding-top: 100px;
    padding-bottom: 40px;
}
.blog-content article .post-grid-inner {
    text-align: left !important;
}
.blog-content article .post-grid-inner h3.title a {
    font-size: 40px;
    color: #1E1E1E;
    padding: 0 !important;
    line-height: 50px;
	text-decoration:none;
}
.blog-content article .post-grid-inner h3.title {
    margin: 0 !important;
    padding: 0 !important;
    margin-bottom: 70px !important;
    min-height: 100px;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    margin-top: 70px !important;

}
.insight-tabs-production div#posts-container {
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
}
.insight-tabs-production div#posts-container .post-item {
    width: calc(50% - 30px);
    display: flex;
    flex-direction: column;
}
.insight-tabs-production div#posts-container .post-item .post-thumbnail img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    border-radius: 20px;
}
.insight-tabs-production div#posts-container .post-item .post-thumbnail a{
	    display: block;
    padding-bottom: 61.11%;
    overflow: hidden;
    position: relative;
}
.insight-tabs-production div#posts-container a.read-more:hover {
    background: transparent;
    color: #FF3C00 !important;
}
.insight-tabs-production div#posts-container .post-item .post-thumbnail {
    margin-bottom: 20px;
}
.insight-tabs-production div#posts-container .post-item h2 {
    text-decoration: none;
    font-size: 34px;
    font-weight: 300 !important;
    color: #000000 !important;
    padding: 0 !important;
    margin: 0 !important;
    margin-bottom: 40px !important;
    flex-grow: 1;
}
.insight-tabs-production div#posts-container a.read-more {
    background: #FF3C00;
    text-decoration: none;
    color: #fff !important;
    font-weight: 400 !important;
    font-size: 20px;
    max-width: 222px;
    border-radius: 50px !important;
    text-align: center;
    padding: 12px 0;
    border: 1px solid #FF3C00;
    transition: ease-in-out 0.5s;
    width: 100%;
    display: block;
}
.insight-tabs-production p.post-categories {
    text-decoration: none;
    color: #FC3D01 !important;
    font-size: 16px;
}
.blog-content article .post-grid-inner h3.title a {

    font-weight: 400 !important;
    color: #1E1E1E !important;
}
.blog-content article .post-grid-inner h3.title a:hover{
	color: #FC3D01 !important;
}
.blog-content article .post-grid-inner .post-grid-text-wrap a.read-more-btn {
    font-size: 20px;
    line-height: 32px;
    color: #FC3D01;
 
    border: 1px solid #C7C7C7;
    border-radius: 50px !important;
    display: inline-block;
    padding: 13px 20px;
	text-decoration:none;
}
.blog-content .wpcap-grid .wpcap-grid-container {
    display: flex;
    flex-wrap: wrap;
    grid-row-gap: initial !important;
    grid-column-gap: initial !important;
    margin: -30px;
}
.blog-content .wpcap-grid .wpcap-grid-container article {
    width: calc(50% - 60px);
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 120px;
}
.blog-content article .post-grid-inner .post-grid-text-wrap a.read-more-btn:hover {
    background: #FC3D01;
    color: #fff;
}
.blog-content .wpcap-grid .wpcap-grid-container article:last-child {
    margin-bottom: 0;
}
.blog-content .wpcap-grid .wpcap-grid-container article:nth-last-child(2) {
    margin-bottom: 0;
}
.blog-check-section {
    padding-top: 540px;
    padding-bottom: 500px;
}
@media (max-width: 1600px) {

	.blog-content article .post-grid-inner h3.title {
    margin-bottom: 40px !important;
    margin-top: 40px !important;
}
	.blog-content article .post-grid-inner h3.title a {
    font-size: 35px;
    line-height: 40px;
}
	.blog-check-section {
    padding-top: 360px;
    padding-bottom: 230px;
}
}
@media (max-width: 1199px) {
.blog-page-bnr h1 {
    font-size: 60px;
    line-height: 70px;
}
	.blog-banner-section {
    padding-top: 180px;
    padding-bottom: 160px;
}
	.blog-content article .post-grid-inner h3.title {
    margin-bottom: 20px !important;
    margin-top: 20px !important;
}
	.blog-content article .post-grid-inner h3.title a {
    font-size: 30px;
}
	.blog-content article .post-grid-inner .post-grid-text-wrap a.read-more-btn {
    font-size: 17px;
    line-height: 30px;
    padding: 8px 20px;
}
.blog-content .wpcap-grid .wpcap-grid-container article {
    width: calc(50% - 40px);
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 60px;
}
	.blog-check-section {
    padding-top: 230px;
    padding-bottom: 140px;
}
}
@media (max-width: 991px) {
	.blog-banner-section {
    padding-top: 150px;
    padding-bottom: 130px;
}
	.blog-page-bnr h1 {
    font-size: 50px;
    line-height: 60px;
}
	.blog-content article .post-grid-inner h3.title {
    min-height: 70px;
}
	.blog-content article .post-grid-inner h3.title a {
    font-size: 24px;
    line-height: 30px;
}
	.blog-content article .post-grid-inner h3.title {
    margin-bottom: 20px !important;
    margin-top: 10px !important;
}
	.blog-content .post-grid-thumbnail {
    margin-bottom: 10px;
}
	.blog-content article .post-grid-inner .post-grid-text-wrap a.read-more-btn {
    font-size: 15px;
    line-height: 30px;
    padding: 5px 20px;
}
	.blog-check-section {
    padding-top: 160px;
    padding-bottom: 90px;
}
	
}
@media (max-width: 767px) {
.blog-page-bnr h1 {
    font-size: 40px;
    line-height: 50px;
}	
.blog-content .wpcap-grid .wpcap-grid-container article {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 30px;
}
	.blog-content .wpcap-grid .wpcap-grid-container article:nth-last-child(2) {
    margin-bottom: 30px;
}
	.blog-check-section {
    padding-top: 120px;
    padding-bottom: 60px;
}
	.blog-content .wpcap-grid .wpcap-grid-container {
    margin: 0;
}
	.blog-banner-section {
    padding-top: 150px;
    padding-bottom: 100px;
}
	.blog-content article .post-grid-inner h3.title {
    min-height: initial;
    overflow: visible;
    display: block;
}
}



/**********Blog page css ends from here***********/

/*
 * *
 * *
 * *
 * *
 */
/**********Single Blog page css starts from here***********/
/* .single-post .single-post-image-element:before {
    position: absolute;
    content: "";
    background: rgb(0 0 0 / 32%);
    width: 100%;
    height: 100vh;
} */
.single-post .single-post-image-element {
    position: relative;
    margin-bottom: 20px;
}
.author-avatar-section {
    display: block;
    position: relative;
}
/* .single-post .single-post-image-element h2.single-post-title {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    font-size: 100px;
    color: #fff;
    max-width: 1240px;
    margin: 0;
} */
.single-post .header-main {
    background-color: transparent;
    position: absolute;
    width: 100%;
	z-index:999;
}
.single-post .single-post-image-element img {
    height: auto;
    object-fit: cover;
    width: 100%;
    border-radius: 20px;
    aspect-ratio: 16 / 10 !important;
}
.single-post .single-post-content {
    max-width: 100%;
    padding-top: 0px;
    width: calc(70% - 20px);
}
.single-post .single-post-content p {
    font-size: 22px;
    line-height: 35px;
    color: #1E1E1E;
}
.single-post .single-post-content ul li, .single-post .single-post-content ol li {
    font-size: 22px;
    line-height: 35px;
    color: #1E1E1E;
    font-family: "Sora", sans-serif !important;
}
.single-post .single-post-content ul {
    margin-bottom: 15px;
}
.single-post .single-post-content h2 {
    font-size: 35px;
    color: #FF3C00;
    line-height: 35px;
    margin-top: 80px;
    margin-bottom: 30px;
}
.single-post .relative-posts h3 {
    margin: 0;
    font-size: 40px;
    color: #FF3C00;
    margin-bottom: 60px;
}
.single-post .single-post-content h3 {
    margin-top: 40px;
    font-size: 32px;
    color: #FF3C00;
    margin-bottom: 30px;
}
.single-post .relative-posts {
    padding-top: 150px;
}
.single-post .post-single-images-grids {
    display: flex;
    flex-wrap: wrap;
}
.single-post .post-single-images-grids .post-single-images-grid img {
    width: 100%;
    max-height: 500px;
}
.single-post .post-single-images-grids {
    display: flex;
    flex-wrap: wrap;
    margin-left: -40px;
    margin-right: -40px;
}

.single-post .post-single-images-grids .post-single-images-grid {
    width: calc(50% - 80px);
    margin-right: 40px;
    margin-left: 40px;
}
.single-post .post-single-images-grids h2.grid-post-title {
    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 40px;
    line-height: 50px;
    min-height: 100px;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.single-post .post-single-images-grids .post-single-images-grid a {
    font-size: 20px;
    line-height: 32px;
    color: #FC3D01;
    border: 1px solid #C7C7C7;
    border-radius: 50px !important;
    display: inline-block;
    padding: 13px 20px;
    cursor: pointer;
}
.single-post .post-single-images-grids {
    display: flex;
    flex-wrap: wrap;
    margin-left: -40px;
    margin-right: -40px;
    padding-bottom: 350px;
}
.single-post .post-single-images-grids .post-single-images-grid a:hover {
    background: #FC3D01;
    color: #fff;
}
.author-info .author-by {
    display: flex;
    flex-wrap: wrap;
}
/* .author-avatar-section .author-avatar {
    width: 40px;
} */
.author-info .author-by p {
    font-size: 16px;
    color: #1E1E1E;
}
.author-avatar {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 10px;
}
.author-info span.author-name span.auth-name {
    display: block;
    font-size: 22px;
    color: #0020FF;
    font-weight: 400;
    line-height: 1.5;
}
span.author-designation {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 0;
    width: 100%;
    display: block;
}
.author-avatar img {
    width: 81px;
    border-radius: 50px;
}
.author-info-stick {
    position: sticky;
    top: 130px;
}
.author-info {
    position: relative;
    padding-top: 0;
    width: calc(30% - 20px);
}
.author-info  span.author-name {
    font-size: 14px;
    color: #000;
    font-weight: 300;
    margin-bottom: 5px;
}
.single-post .single-post-both {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}
.author-info a.btn-author-page {
    background: #FF3C00;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    padding: 8px 20px;
    border-radius: 50px;
    border: 1px solid #FF3C00;
    transition: ease-in-out 0.5s;
    margin-top: 0px;
}
.author-info a.btn-author-page:hover {
    background: transparent;
    color: #FF3C00;
}
.single-blog-page-title h3 {
    font-size: 70px;
    color: #FF3C00;
    margin: 0;
    line-height: 80px;
    font-weight: 200;
}
.single-blog-page-title .container {
    padding: 0;
}
.single-blog-page-title {
    padding: 90px 0 80px;
    border-radius: 0 0 40px 40px;
    background: #fff;
    margin-bottom: -40px;
    z-index: 1;
    position: relative;
}
.single-post-image-text span.post-categories {
    font-size: 16px;
    font-weight: 400 !important;
    color: #FC3D01;
    margin-bottom: 30px;
    display: block;
}

.single-post-image-text h1.single-post-title {
    font-size: 70px;
    font-weight: 600;
    max-width: 100%;
    color: #000;
    line-height: 1.2;
    margin: 0;
    border-bottom: 1px solid #ccc;
    padding-bottom: 50px;
}
.single-post-image-text {
    border-radius: 40px 40px 0 0;
    background: #fff;
    margin-top: -40px;
    position: relative;
    z-index: 11;
    padding: 0px 0 60px;
}
.single-post .single-post-content p img, .single-post .single-post-content img {
    margin-top: 30px;
}
.single-post .single-post-content p a {
    text-decoration: underline;
    color: #1E1E1E;
}
.single-post .single-post-content p a:hover{
	text-decoration: none;
}
.single-post .single-post-content section .elementor-container {
    padding: 0;
}






:root {
    --progress-height: 0.5rem;  /* Height of the progress bar */
}

body {
    margin: 0;
    font-family: Arial, sans-serif;
}
.single-post div#page {
    height: calc(100vh - var(--progress-height)); /* Full height minus the progress bar */
    overflow-y: auto; /* Enable vertical scrolling */
}

.progress-bar-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: var(--progress-height);
    background-color: transparent; /* Background color of the bar container */
    z-index: 1000; /* Ensure the progress bar stays on top */
}

.progress-bar-container__progress {
    height: var(--progress-height);
    background-color: #ff3c00;
    width: 0%; /* Initial width */
    transition: width 0.5s ease; /* Smooth transition for width change */
}

.page-content-single-posts::-webkit-scrollbar {
    display: none; /* Hide scrollbar */
}


.page-content-single-posts {
    scrollbar-width: none;
}


.page-content-single-posts {
    -ms-overflow-style: -ms-autohide;
}

.thank-you-page {
    padding: 60px 0 100px;
    text-align: center;
    max-width: 960px;
    margin: 0 auto;
}
.thank-you-page h2.elementor-heading-title {
    font-size: 40px;
    color: #FF3C00;
    line-height: 60px;
    margin-top: 0;
    font-weight: 200 !important;
}
.thank-you-page p {
    color: #333 !important;
}
.thank-you-page a.elementor-button {
    background: #ff3c00 !important;
    font-size: 20px;
    color: #fff !important;
    font-weight: 400 !important;
    padding: 15px 40px !important;
    border-radius: 50px !important;
    border: 1px solid #ff3c00 !important;
    margin-right: 0;
    text-decoration: none;
}
.thank-you-page a.elementor-button:hover{
	color: #ff3c00 !important;
	background: #fff !important;
}
.thank-you-page p a {
    color: #000000;
    font-weight: 600;
    text-decoration: underline;
}
.thank-you-page p a:hover {
    text-decoration: none;
}

@media only screen and (max-width: 1700px) {
	.single-post .post-single-images-grids {
    margin-left: -30px;
    margin-right: -30px;
}
	.single-post .post-single-images-grids .post-single-images-grid {
    width: calc(50% - 60px);
    margin-right: 30px;
    margin-left: 30px;
}
}
@media only screen and (max-width: 1440px) {
	.single-post .single-post-image-element h2.single-post-title {
    font-size: 70px;
    max-width: 1100px;
}
	.single-post .single-post-content {
    padding-top: 80px;
}
	.single-post .single-post-content p {
    font-size: 20px;
    line-height: 30px;
}
	.single-post .single-post-content h2 {
    font-size: 30px;
    line-height: 30px;
    margin-top: 60px;
    margin-bottom: 20px;
}
	.single-post .relative-posts {
    padding-top: 100px;
}
	.single-post .relative-posts h3 {
    font-size: 35px;
    margin-bottom: 40px;
}
	.single-post .post-single-images-grids h2.grid-post-title {
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 40px;
    min-height: 80px;
 }
	.single-post .post-single-images-grids .post-single-images-grid a {
    font-size: 18px;
    padding: 8px 20px;
}
	.single-post .post-single-images-grids .post-single-images-grid {
    width: calc(50% - 50px);
    margin-right: 25px;
    margin-left: 25px;
}
.single-post .post-single-images-grids {
    margin-left: -25px;
    margin-right: -25px;
    padding-bottom: 200px;
}
	.single-post .single-post-image-element h2.single-post-title {
    font-size: 50px;
    max-width: 1100px;
}
}
@media only screen and (max-width: 1100px) {
		.single-post .single-post-image-element h2.single-post-title {
    font-size: 50px;
}
}
@media only screen and (max-width: 767px) {
	.thank-you-page h2.elementor-heading-title {
    font-size: 30px;
    line-height: 1.2;
}
	.thank-you-page p {
    margin-bottom: 0;
}
	.thank-you-page a.elementor-button {
    font-size: 16px;
}
	.thank-you-page {
    padding: 40px 0 70px;
}
	.single-post .single-post-image-element h2.single-post-title {
    font-size: 38px;
    max-width: 100%;
    padding-right: 20px;
}
	.container, .elementor-container {
    padding-left: 20px;
    padding-right: 20px;
}

	.single-post .single-post-content {
    padding-top: 30px;
}
	.single-post .single-post-content p {
    font-size: 16px;
    line-height: 25px;
}
	.single-post .single-post-content h2 {
    font-size: 24px;
    line-height: 30px;
    margin-top: 30px;
    margin-bottom: 10px;
}
	.single-post .relative-posts {
    padding-top: 40px;
}
	.single-post .relative-posts h3 {
    font-size: 28px;
    margin-bottom: 20px;
}
	.single-post .post-single-images-grids {
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 100px;
}
	.single-post .post-single-images-grids .post-single-images-grid {
    width: calc(100% - 0px);
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 30px;
}
	.single-post .post-single-images-grids h2.grid-post-title {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 30px;
        min-height: initial;
}
	.single-post .post-single-images-grids .post-single-images-grid a {
    font-size: 15px;
    padding: 5px 16px;
}
}

/**********Single Blog page css ends from here***********/
/*
 * *
 * *
 * *
 * *
 */

/**********Single service page css starts from here***********/
.services-template .header-main .trigger span::before {
    background-color: #000;
}
.services-template .header-main .trigger span::after {
    background-color: #000;
}
.single-bizzy-services .header-main {
    background-color: transparent;
    position: absolute;
    width: 100%;
	z-index:999;
}
.single-bizzy-services .header-main .trigger span::before {
    background-color: #000;
}
.single-bizzy-services .header-main .trigger span::after {
    background-color: #000;
}
.strategy-sec {
    text-align: center;
}
.strategy-sec h3 {
    margin: 0;
    font-size: 30px;
    color: #FF3C00;
    text-transform: uppercase;
    margin-bottom: 90px;
}
.strategy-sec p {
    font-size: 50px;
    max-width: 1170px;
    margin: 0 auto;
    line-height: 70px;
}
.stragey-top-sec {
    padding-top: 130px;
    padding-bottom: 200px;
}
.strategy-image-section .elementor-container {
    max-width: 100% !important;
    padding: 0;
}
.strategy-w-text {
    max-width: 850px;
}
.strategy-w-text p {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 30px;
    color: #1E1E1E;
}
.strategy-w-text p:last-child{
	margin-bottom: 0;
}
.strategy-below-im-sec {
    padding-top: 150px;
    padding-bottom: 100px;
}
.strategy-para{
	overflow-x: clip;
}
.websirte-para {
    overflow-x: clip;
}
.website-act {
    overflow-x: clip;
}
.website-act:before {
    position: absolute;
    content: "";
    background: url("https://biizy.com/wp-content/uploads/2023/03/talk-circle.png");
    width: 1280px;
    height: 1280px;
    background-size: contain;
    right: -100px;
    top: -540px;
    z-index: -1;
}
.websirte-para:before {
    position: absolute;
    content: "";
    background: url("https://biizy.com/wp-content/uploads/2023/03/Ellipse-34.png");
    width: 1280px;
    height: 1280px;
    background-size: contain;
    right: -650px;
    top: 140px;
    z-index: -1;
}
.experimental-para {
    overflow-x: clip;
}
.experimental-para:before {
    position: absolute;
    content: "";
    background: url("https://biizy.com/wp-content/uploads/2023/03/experimental-marketing.png");
    height: 1200px;
    width: 865px;
    background-size: contain;
    right: -170px;
    top: 150px;
    z-index: -1;
    background-repeat: no-repeat;
    background-position: right;
}
.strategy-para:before {
    position: absolute;
    content: "";
    background: url("https://biizy.com/wp-content/uploads/2023/03/strategy-hh.png");
    width: 810px;
    height: 1700px;
    background-size: contain;
    right: -110px;
    top: -550px;
    z-index: -1;
    background-repeat: no-repeat;
}
/*.strategy-sub:before {
    position: absolute;
    content: "";
    background: url("https://biizy.com/wp-content/uploads/2023/03/st-yellow.png");
    width: 800px;
    height: 800px;
    background-size: contain;
    right: -110px;
    top: -290px;
    z-index: -1;
}*/
.digital-para {
    overflow-x: clip;
}
.digital-para:before {
    position: absolute;
    content: "";
    background: url("https://biizy.com/wp-content/uploads/2023/03/digital-circle.png");
    width: 1600px;
    height: 1600px;
    background-size: contain;
    right: -890px;
    top: -420px;
    z-index: -1;
    background-repeat: no-repeat;
}
.storytelling-sub:before {
    position: absolute;
    content: "";
    background: url("https://biizy.com/wp-content/uploads/2023/03/story-sec.png");
    width: 1260px;
    height: 1215px;
    background-size: contain;
    right: -540px;
    top: 340px;
    z-index: -1;
    background-repeat: no-repeat;
}
.contentlist:before {
    position: absolute;
    content: "";
    background: url("https://biizy.com/wp-content/uploads/2023/03/content-pro.png");
    width: 1420px;
    height: 810px;
    background-size: contain;
    right: -460px;
    top: -180px;
    z-index: -1;
    background-repeat: no-repeat;
}
.contentlist{
	overflow-x: clip;
}
.content-para {
    padding-bottom: 110px;
}
.strategy-sub {
    overflow-x: clip;
}
.storytelling-sub{
    overflow-x: clip;
}
.our-service-txt h3 {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 70px;
}
.our-service-txt ul {
    list-style: none;
    padding-left: 0;
}
.our-service-txt ul li {
    font-size: 40px;
    margin-bottom: 50px;
    color: #FF3C00;
    line-height: 50px;
}
.our-service-txt ul li a {
    color: #FF3C00;
	display:inline-block;
	 transition: 0.4s ease-in-out;
}
.our-service-txt ul li a:hover {
    transform: scale(1.1 , 1.1);
}
.our-service-txt ul li:last-child{
	margin-bottom:0;
}
.creative-para:before {
    position: absolute;
    content: "";
    background: url("https://biizy.com/wp-content/uploads/2023/03/creative-para.png");
    width: 1470px;
    height: 1600px;
    background-size: contain;
    right: -690px;
    top: -180px;
    z-index: -1;
    background-repeat: no-repeat;
}
.creative-para {
    overflow-x: clip;
}
.strategy-talk-section {
    padding-top: 160px;
    padding-bottom: 200px;
}
.strategy-talk-section .check-work h3 {
    text-decoration-color: #3FE2FF;
}
/* .single-bizzy-services main#content {
    background-image: url("https://biizy.com/wp-content/uploads/2023/02/service-rays.png");
    background-position: center;
    background-repeat: no-repeat;
} */
.wpcf7-response-output {
    color: #fff;
    padding: 10px 15px !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
}
@media only screen and (max-width: 1600px) {
	.author-avatar {
    gap: 15px;
}
	.author-info span.author-name span.auth-name {
    font-size: 21px;
}
	span.author-designation {
    font-size: 14px;
}
	.author-info .author-by p {
    font-size: 15px;
}
	.author-avatar img {
    width: 75px;
}
	.websirte-para:before {
    width: 850px;
    height: 850px;
    right: -500px;
    top: 140px;
}
	.website-act:before {
    width: 980px;
    height: 980px;
    right: -100px;
    top: -320px;
}
	.digital-para:before {
    width: 1280px;
    height: 1280px;
    top: -670px;
    background-position: right;
    right: -640px;
}
	.strategy-para:before {
    width: 680px;
    height: 1380px;
    right: -170px;
    top: -450px;
}
	.our-service-txt ul li:hover {
    font-size: 35px;
}
	.strategy-sec h3 {
    margin-bottom: 60px;
}
	.strategy-sec p {
    font-size: 40px;
    line-height: 50px;
}
	.strategy-below-im-sec {
    padding-top: 100px;
    padding-bottom: 120px;
}
	.our-service-txt h3 {
    margin-bottom: 50px;
}
	.our-service-txt ul li {
    font-size: 35px;
    margin-bottom: 50px;
    line-height: 30px;
}
	.strategy-talk-section {
    padding-top: 210px;
    padding-bottom: 160px;
}
	.creative-para:before {
    width: 1130px;
    height: 1340px;
    right: -570px;
    top: -180px;
    background-position: right;
}
	.storytelling-sub:before {
    width: 950px;
    height: 800px;
    background-size: contain;
    right: -540px;
    top: 340px;
}
	.contentlist:before {
    width: 1140px;
    height: 500px;
    right: -460px;
    top: -130px;
}
	
}
@media only screen and (max-width: 1440px) {
	.website-act:before {
    width: 880px;
    height: 830px;
    right: -100px;
    top: -220px;
}
	.websirte-para:before {
    width: 750px;
    height: 750px;
    right: -420px;
    top: 140px;
}
	.contentlist:before {
    width: 1040px;
    height: 420px;
    right: -470px;
    top: -80px;
}
		.strategy-para:before {
    width: 650px;
    height: 820px;
    right: -90px;
    top: -280px;
    background-position: right;
}
.digital-para:before {
    width: 750px;
    height: 750px;
    top: -410px;
    right: -390px;
}
	.creative-para:before {
    width: 900px;
    height: 1000px;
    right: -410px;
    top: -180px;
}
}
@media only screen and (max-width: 1199px) {
	.single-post .single-post-both {
    gap: 20px;
}
	.author-info-stick {
    position: relative;
    top: 0;
}
	.single-post-both {
    gap: 20px;
}
	.website-act:before {
    width: 420px;
    height: 530px;
    right: -30px;
    top: 10px;
    background-repeat: no-repeat;
    background-position: right;
}
	.websirte-para:before {
    width: 550px;
    height: 550px;
    right: -300px;
    top: 140px;
}
	.contentlist:before {
    width: 920px;
    height: 350px;
    right: -470px;
    top: -80px;
}
	.storytelling-sub:before {
    width: 680px;
    height: 490px;
    right: -440px;
    top: 490px;
}
.digital-para:before {
    width: 490px;
    height: 490px;
    top: -280px;
    right: -260px;
}
.strategy-sec p {
    font-size: 30px;
    line-height: 40px;
}
	.strategy-sec h3 {
    margin-bottom: 40px;
}
.stragey-top-sec {
    padding-top: 100px;
    padding-bottom: 90px;
}
	.strategy-below-im-sec {
    padding-top: 70px;
    padding-bottom: 70px;
}
	.strategy-talk-section .check-work h3 {
    flex: 0 1 30%;
}
	.strategy-talk-section .check-mg {
    flex: 0 1 70%;
}
	.creative-para:before {
    width: 690px;
    height: 750px;
    right: -340px;
    top: -120px;
}

}
@media only screen and (max-width: 767px) {
	
	.website-act:before {
    width: 350px;
    height: 380px;
    right: -10px;
    top: -120px;
}
	.contentlist:before {
    width: 650px;
    height: 180px;
    right: -440px;
    top: -20px;
}
	.digital-para:before {
    width: 350px;
    height: 300px;
    top: -140px;
    right: -140px;
}
	.creative-para:before {
    width: 530px;
    height: 600px;
    right: -290px;
    top: -120px;
}
	.strategy-para:before {
    width: 200px;
    height: 400px;
    right: -30px;
    top: -120px;
}
.stragey-top-sec {
    padding-top: 50px;
    padding-bottom: 80px;
}
	.strategy-sec h3 {
    margin-bottom: 20px;
}
	.strategy-sec p {
    font-size: 21px;
		line-height: 30px;
}
	.strategy-below-im-sec {
    padding-top: 50px;
    padding-bottom: 50px;
}
	.strategy-w-text p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 10px;
}
	.our-service-txt h3 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 30px;
}
	.our-service-txt ul li {
    font-size: 24px;
    margin-bottom: 30px;
}
	.strategy-talk-section {
    padding-top: 90px;
    padding-bottom: 60px;
}
	.our-service-txt ul li:hover {
    font-size: 24px;
}
}
/**********Single service page css ends from here***********/
/*******service page new******/

.elevating-h h1.elementor-heading-title {
    margin: 0;
    max-width: 700px;
    font-size: 70px;
    font-weight: 200;
    color: #0020FF;
    line-height: 1.2;
}
.elvi-img {
    text-align: right;
}
.elvi-img img {
    width: 570px;
}
.what-we-do-h h2.elementor-heading-title {
    color: #FF3C00;
    font-size: 70px;
    font-weight: 200 !important;
}
.we-do-accordion .elementor-accordion .elementor-tab-content {
    padding: 0;
}

.we-do-accordion .elementor-accordion .elementor-tab-content .elementor-container {
    padding: 0;
}
.we-do-accordion .elementor-accordion .elementor-tab-title {
    box-shadow: 0 -3px 10px 0px #ededed9e;
    border-radius: 20px 20px 0 0;
    padding: 50px 20px 70px;
    background: #fff;
    margin-top: -20px;
}
.what-we-do-acc-section > .elementor-container {
    max-width: 100% !important;
    padding: 0;
}
.we-do-accordion .elementor-accordion .elementor-tab-title.elementor-active {
    padding-bottom: 30px;
    box-shadow: none;
    background: #FF3C00;
}
.we-do-accordion .elementor-accordion .elementor-active {
    background: #ff3c00;
}
.we-do-accordion .elementor-accordion .elementor-tab-title a.elementor-accordion-title {
    max-width: 1670px;
    margin: 0 auto;
    display: block;
    font-size: 24px;
    font-weight: 400;
    color: #FC3D01;
    text-decoration: none;
    text-transform: capitalize;
}
.we-do-accordion .elementor-accordion .elementor-tab-title.elementor-active a.elementor-accordion-title {
    color: #fff;
}
.we-do-accordion .elementor-accordion .elementor-tab-content.elementor-active {
    background: #ff3c00;
    padding: 20px 0 70px;
}
.strategy-accordion h4.elementor-heading-title {
    font-size: 28px;
    color: #FFDF00;
    font-weight: 300;
    line-height: 1.3;
    max-width: 600px;
    margin-bottom: 30px;
}
.starimage {
    text-align: left !important;
    margin-left: 20px;
}
.strategy-accordion .elementor-container {
    gap: 100px;
}
.accordion-right-col p {
    color: #F1F1F1;
    font-weight: 300;
    line-height: 1.7;
    font-size: 18px;
}
.starimage img {
    max-width: 200px;
}
.strategy-list li span {
    color: #ffdf00 !important;
    font-size: 24px;
    font-weight: 300 !important;
}
.strategy-list li {
    margin-bottom: 17px !important;
}
.strategy-list li:last-child{
	margin-bottom:0;
}
.we-do-accordion .elementor-accordion .elementor-tab-title span.elementor-accordion-icon span.elementor-accordion-icon-opened i, .we-do-accordion .elementor-accordion .elementor-tab-title span.elementor-accordion-icon span.elementor-accordion-icon-closed i {
    display: none;
}
.we-do-accordion .elementor-accordion .elementor-tab-title span.elementor-accordion-icon-opened, .we-do-accordion .elementor-accordion .elementor-tab-title span.elementor-accordion-icon-closed {
    position: relative;
}
.we-do-accordion .elementor-accordion .elementor-tab-title span.elementor-accordion-icon-opened:before {
    position: absolute;
    content: "";
    background-image: url("https://biizy.com/wp-content/uploads/2024/08/Group-522.png");
    width: 45px;
    height: 3px;
    right: 95px;
    top: 10px;
}
.we-do-accordion .elementor-accordion .elementor-tab-title span.elementor-accordion-icon-closed:before {
    position: absolute;
    content: "";
    background-image: url("https://biizy.com/wp-content/uploads/2024/08/Group-478.png");
    width: 40px;
    height: 40px;
    right: 95px;
    top: -8px;
    background-size: contain;
    background-repeat: no-repeat;
}
.what-we-do-section {
    padding-top: 20px;
    padding-bottom: 70px;
}
.we-do-accordion .elementor-accordion .elementor-accordion-item:last-child .elementor-tab-title {
    padding-bottom: 30px;
}
.what-we-do-acc-section {
    padding-bottom: 90px;
}
.how-do-we-h  h2.elementor-heading-title {
    color: #FFDF00;
    font-size: 70px;
    font-weight: 200 !important;
}
.process-h h3.elementor-heading-title {
    font-size: 24px;
    font-weight: 400;
    color: #FFDF00;
}
.process-h h3.elementor-heading-title {
    font-size: 24px;
    font-weight: 400;
    color: #FFDF00;
    border-top: 1px solid #000;
    padding-top: 20px;
    margin-top: 20px;
    margin-bottom: 50px;
}
.discover-scroll {
    display: flex;
    flex-wrap: nowrap;
    gap: 40px;
}
.disc-slides {
    background: #fff;
    border-radius: 30px;
    padding: 80px 35px;
}
.disc-slides h4 {
    color: #FF3C00;
    font-size: 50px;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 30px;
}
.disc-slides p {
    color: #000;
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 0;
}
.how-do-we-section {
    background: #0020FF;
    padding: 90px 0 140px;
    border-radius: 40px 40px 0 0;
}
.page-id-2012 .subscribe-newsletter, .single-work-portfolio .subscribe-newsletter {
    padding: 80px 0 120px;
}
.page-id-2012 footer, .single-work-portfolio footer{
    margin-top: -40px;
    z-index: 1;
    position: relative;
}
.single-work-portfolio .single-post-image-element {
    display: none;
}
.single-work-portfolio .post-single-images-grids {
    display: none;
}
.single-work-portfolio .relative-posts{
    display: none;
}
.white-cloud-col-left h1.elementor-heading-title {
    font-size: 70px;
    color: #FF3C00;
    font-weight: 200;
    margin-bottom: 30px;
}
.white-cloud-col-left h2.elementor-heading-title {
    font-size: 25px;
    color: #000;
    font-weight: 500;
    margin-bottom: 15px;
}
.white-cloud-col-left .elementor-widget-heading {
    margin-bottom: 0;
}
.white-cloud-col-left .elementor-widget-text-editor h3 {
    max-width: 300px;
    color: #000;
    font-size: 22px;
    font-weight: 300 !important;
}
.white-clod-bnr .elementor-container {
    gap: 50px;
}
.white-cloud-col-right p {
    max-width: 600px;
    color: #000;
    font-size: 22px;
    font-weight: 300 !important;
}
.single-work-portfolio .page-content-single-posts .container {
    max-width: 100% !important;
    padding: 0 !important;
}
.white-clod-bnr {
    padding: 100px 0;
    background: #fff;
    border-radius: 0 0 40px 40px;
    position: relative;
    z-index: 1;
}
.wh-full-image .elementor-container {
    max-width: 100% !important;
    padding: 0 !important;
}
.wh-full-image {
    margin-top: -50px;
}
.wh-problem-section {
    padding: 90px 0;
    border-radius: 40px 40px 0 0;
    background: #fff;
}
.overlap-section{
    margin-top: -40px;
}

.wh-problem-section h2.elementor-heading-title {
    color: #FF3C00;
    font-weight: 200 !important;
    font-size: 70px;
    margin-bottom: 30px;
}
.wh-problem-section .elementor-widget-heading {
    margin-bottom: 0;
}
.wh-problem-section p {
    font-size: 22px;
    color: #000;
    font-weight: 300 !important;
    max-width: 500px;
}
.corcor-para p {
    max-width: 620px;
}
.national-road-result {
    padding-top: 50px;
    padding-bottom: 0;
}
.postid-3345 .featured-projects-section {
    padding: 0px 0 90px;
}
.wh-double-img .elementor-container, .wh-problem-section .elementor-container{
    gap: 60px;
}
.work-portfolio-item img {
    border-radius: 20px;
}
.wh-double-img {
    margin-bottom: 60px;
}
.wh-double-img img {
    border-radius: 20px;
    background: #efefef;
}
.wh-single-full-image img {
    border-radius: 20px;
}
.under-solution-img {
    margin-bottom: 0;
}
.featured-projects-section.on-featured-page > .elementor-container {
    border-top: none;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}
.featured-projects-section.on-featured-page h1.elementor-heading-title {
    font-size: 70px;
    font-weight: 200 !important;
    color: #FF3C00;
    margin-bottom: 50px;
}
.single-work-portfolio .featured-projects-section {
    margin-top: 0;
}
.elementor-lightbox .elementor-video-container .elementor-video-landscape iframe {
    height: 100% !important;
}
.bullet-arrow-section .swiper-pagination {
    bottom: -40px !important;
}
.bullet-arrow-section .swiper .elementor-swiper-button {
    top: inherit !important;
    transform: translateY(0%) !important;
    z-index: 11;
    bottom: -7px !important;
}
.bullet-arrow-section .elementor-swiper-button.elementor-swiper-button-prev {
    left: 42% !important;
    bottom: -7px;
}
.bullet-arrow-section .elementor-swiper-button.elementor-swiper-button-next {
    right: 44% !important;
    bottom: -7px;
}
.bullet-arrow-section .elementor-swiper-button i {
    font-size: 0;
}
.bullet-arrow-section .elementor-swiper-button.elementor-swiper-button-next:before {
    position: absolute;
    content: "";
    background: url("https://biizy.com/wp-content/uploads/2024/08/Group-527.png");
    width: 35px;
    height: 35px;
    background-size: contain;
    background-repeat: no-repeat;
}
.bullet-arrow-section .elementor-swiper-button.elementor-swiper-button-prev:before {
    position: absolute;
    content: "";
    background: url("https://biizy.com/wp-content/uploads/2024/08/Group-530.png");
    width: 35px;
    height: 35px;
    background-size: contain;
    background-repeat: no-repeat;
}
.bullet-arrow-section .elementor-carousel-image {
    border-radius: 20px;
}
/***header css *****/
.site-logo-main img {
    width: 190px !important;
}
.site-header-navigation .hfe-nav-menu a.hfe-menu-item {
    font-size: 20px;
    font-weight: 300 !important;
    color: #000;
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin: 0 20px;
}

.site-header-navigation .hfe-nav-menu li.hfe-button-wrapper a {
    background: #ff3c00 !important;
    font-size: 20px;
    color: #fff !important;
    font-weight: 400 !important;
    padding: 15px 40px !important;
    border-radius: 50px !important;
    border: 1px solid #ff3c00 !important;
    margin-right: 0;
}
.site-header-navigation .hfe-nav-menu li.hfe-button-wrapper a:hover {
    background: transparent !important;
}
.site-header-navigation .hfe-nav-menu li.elementor-button-wrapper {
    margin-left: 100px;
}
.main-site-header {
    padding: 15px 0;
    background: #fff;
}
.ehf-header #masthead {
    z-index: 99;
    position: sticky;
    top: 0;
}
.site-header-navigation .hfe-nav-menu a.hfe-menu-item:hover {
    color: #ff3c00 !important;
}
.servicepage-bnr {
    padding-top: 90px;
}
.increase-problem-space p {
    max-width: 600px;
}
.slider-text-overlay .swiper-slide {
    border-radius: 20px;
}
.slider-text-overlay .swiper-slide-inner {
    display: block !important;
    bottom: 0 !important;
    top: inherit !important;
    padding: 30px 30px !important;
    background: #0d2154db;
}
.slider-text-overlay .swiper-slide-inner h2.elementor-slide-description span {
    display: block;
}
.slider-text-overlay .swiper-slide-inner h2.elementor-slide-description {
    font-size: 40px;
    margin: 0;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1.4;
    color: #fff;
}
.slider-text-overlay .swiper-slide-inner h2.elementor-slide-description span {
    display: block;
    color: #0f86e3;
}
.slider-text-overlay .swiper-slide-inner .swiper-slide-contents {
    max-width: 100% !important;
}
.padding-top {
    padding-top: 110px;
}
.postid-2150 .featured-projects-section {
    padding-top: 0;
}
.site-header-navigation .hfe-nav-menu .current-menu-item a.hfe-menu-item {
    border-bottom: 1px solid #FF3C00;
    color: #FF3C00;
    padding-bottom: 10px !important;
}
.site-header-navigation .hfe-nav-menu a.hfe-menu-item:focus {
    color: #ff3c01;
}
.blog-banner-section .elementor-container {
    padding: 0;
}
.discover-slider .owl-stage {
    padding-left: 0 !important;
}
.discover-slider .owl-stage-outer {
    overflow: unset !important;
}
.how-do-we-section{
	 overflow: hidden;
}
.discover-slider, .discover-scroll.owl-carousel.owl-theme.owl-loaded.owl-drag, .related-blog-boxes, .related-blog-boxes a, .featureboxes.owl-carousel .owl-stage-outer, .featureboxes.owl-carousel .featurebox, .featureboxes.owl-carousel .work-portfolio-item, .featureboxes.owl-carousel .work-portfolio-item a {
    cursor: url('https://biizy.com/wp-content/uploads/2024/08/cursor-orange.png') 20 60, auto !important;
}

.testimonial-slider-sec .swiper-wrapper {
    cursor: url("https://biizy.com/wp-content/uploads/2024/11/yellowish.png") 20 0, auto !important;
}
.purple-clr h4 {
    color: #A452F4;
}
.green-clr h4 {
    color: #03E59E;
}
.insight-section-home .wpcap-grid-container .post-grid-thumbnail a {
    display: block;
    padding-bottom: 61.66%;
    overflow: hidden;
    position: relative;
}
.insight-section-home .wpcap-grid-container .post-grid-thumbnail img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* .related-insight h3 {
    margin: 0;
    font-size: 24px;
    font-weight: 300 !important;
    color: #FC3D01 !important;
    margin-bottom: 40px;
    border-top: 1px solid #000;
    padding-top: 30px;
} */
.blg-bx-image img {
    margin-top: 0 !important;
}
.related-blog-boxes {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}
.related-blog-boxes .related-blog-box {
    width: 100%;
}
.related-blog-boxes .related-blog-box h3 a {
    padding: 0 !important;
    text-decoration: none;
    font-size: 34px;
    font-weight: 300 !important;
    color: #000000 !important;
    line-height: 1.2;
    display: block;
}
.related-blog-boxes .related-blog-box h3 {
    margin: 0;
    margin-bottom: 40px;
    margin-top: 20px;
}
.rel-cate p {
    margin-top: 20px;
    color: #ff3c00;
}
.rel-cate p a{
    text-decoration: none;
    color: #FC3D01 !important;
    font-size: 16px !important;
    margin-bottom: 20px;
    margin-top: 10px;
}
.related-blog-boxes .related-blog-box .related-btn {
    background: #FF3C00;
    text-decoration: none;
    color: #fff !important;
    font-weight: 400 !important;
    font-size: 20px;
    max-width: 222px;
    border-radius: 50px !important;
    text-align: center;
    padding: 12px 0;
    border: 1px solid #FF3C00;
    transition: ease-in-out 0.5s;
    display: block;
}
.Insights-sec .related-insight {
    padding: 0;
	 padding-top: 30px;
}
.Insights-sec .related-insight .container {
    padding: 0;
}
.related-insight-h h2 {
    font-size: 24px;
    font-weight: 300 !important;
    color: #FC3D01 !important;
    margin-bottom: 30px;
    border-top: 1px solid #000;
    margin-top: 0;
    padding-top: 30px;
}
.Insights-sec .elementor-widget-shortcode {
    margin-bottom: 0;
}
.related-insight-h {
    margin-top: 100px;
}
.related-blog-boxes .related-blog-box .related-btn:hover {
    background: transparent;
    color: #FF3C00 !important;
}
.blg-bx-image img {
    margin-top: 0 !important;
    border-radius: 20px;
}
.related-insight {
    padding: 30px 0 100px;
}
.blg-bx-image a {
    display: block;
    padding-bottom: 61.11%;
    overflow: hidden;
    position: relative;
}
.blg-bx-image a img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.single-work-portfolio .single-blog-page-title, .single-work-portfolio .single-post-image-element, .single-work-portfolio .single-post-image-text {
    display: none;
}
.single-work-portfolio .page-content-single-posts .container {
    width: 100%;
}
.wh-full-image .elementor-container {
    width: 100%;
}
	.single-work-portfolio .author-info {
    display: none;
}
.blue-clr h4 {
    color: #0020FF;
}
.ftr-blnk-clm h2 {
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 1.2;
    margin-top: 80px;
    color: #ff3c00 !important;
}
/* .animated-heading {
  font-size: 3rem;
  opacity: 0;
  overflow: hidden;
} */

div#dynamic-popup {
    background: #fff;
    box-shadow: 1px 0px 8px rgba(0, 0, 0, 0.24);
    height: 100vh;
    padding: 0 40px 40px 60px;
    position: fixed;
    right: 0;
    text-align: left;
    top: 0;
    transform: translateX(100%);
    transition: transform 600ms ease-in-out;
    width: 490px;
    z-index: 1111;
	overflow:auto;

}
  #popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
  }

.popup-biizy div#dynamic-popup {
    transform: translateX(0%);
}
.bizzy-team-boxes .elementor-image-box-content {
    margin-top: 5px;
}
.bizzy-team-boxes figure.elementor-image-box-img button.view-bio-btn:hover {
    background: #ff3c00;
    color: #fff;
    border-color: #ff3c00;
}
.bizzy-team-boxes figure.elementor-image-box-img {
    position: relative;
}
.bizzy-team-boxes figure.elementor-image-box-img button.view-bio-btn {
    margin: 0 auto;
    background: #fff;
    color: #000;
    border-color: #fff;
    border-radius: 40px;
    padding: 12px 30px;
    font-size: 16px;
    position: absolute;
    bottom: 30px;
    right: 0;
    left: 0;
    max-width: 160px;
}
div#dynamic-popup p#popup-designation {
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 20px;
    font-size: 18px;
    color: #525252;
    font-weight: 400 !important;
    margin-bottom: 30px;
}
 div#dynamic-popup h3#popup-name {
    margin-top: 0 !important;
    color: #0020FF;
    font-size: 28px;
    margin-bottom: 10px;
    font-weight: 400 !important;
}
div#dynamic-popup button#close-popup {
    position: relative;
    margin: 20px 0 30px auto;
    display: block;
    padding: 0;
    border: none;
}
div#dynamic-popup button#close-popup:hover {
    background: transparent;
}
.schedule-cal-btn-service a.elementor-button {
    font-size: 20px;
    font-weight: 400;
    background: #ffffff;
    color: #FF3C00;
    text-transform: capitalize;
    line-height: normal;
    border-radius: 50px;
    border: 1px solid #FF3C00;
    padding: 12px 40px;
    text-decoration: none;
}
.schedule-cal-btn-service a.elementor-button:hover {
    background: transparent;
    color: #fff;
    border-color: #fff;
}



/********term and condition page css starts from here********/

.term-condition-css .elementor-container {
    max-width: 1200px !important;
}
.term-condition-css h1.elementor-heading-title {
    text-align: center;
    font-weight: 600;
    color: #FF3C00 !important;
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 50px;
}
.term-condition-css p {
    font-size: 20px;
    color: #000;
    font-weight: 400 !important;
    margin-bottom: 15px;
}
.term-condition-css p strong {
    font-weight: 700;
}
.term-condition-css p a, .term-condition-css ul li a {
    color: #000000;
    font-weight: 600;
    text-decoration: underline;
}
.term-condition-css p a:hover, .term-condition-css ul li a:hover{
	color: #ff3c00;
	text-decoration: none;
}
.term-condition-css ul li a span, .term-condition-css p a span {
    font-weight: 600 !important;
}
.term-condition-css p:last-child{
	margin-bottom: 0px;
}
.term-condition-css h2.elementor-heading-title {
    font-size: 32px;
    color: #ff3c00;
    margin: 20px 0;
	font-weight: 500;
}
.term-condition-css h3.elementor-heading-title {
    font-size: 26px;
    color: #ff3c00;
    font-weight: 400;
}
.term-condition-css h4.elementor-heading-title {
    font-size: 22px;
    color: #ff3c00;
    font-weight: 400;
}
.term-condition-css ul li {
    font-size: 20px;
    color: #000;
    font-weight: 300 !important;
    margin-bottom: 15px;
/*     list-style: none; */
}
.term-condition-css h6.elementor-heading-title {
    font-size: 18px;
    color: #ff3c00;
    font-weight: 400;
}
/* .term-condition-css ul {
    padding-left: 0;
} */
.term-condition-css ul li b, .term-condition-css p b {
    font-weight: 700;
    font-family: "Sora", sans-serif !important;
}
.term-condition-css {
    padding-bottom: 80px;
}
.copy-box a {
    color: #ffffff;
}
.copy-box a:hover {
    text-decoration: underline;
}

.author-page p.author-job-title {
    font-size: 20px;
    color: #000;
}
.author-page p.author-bio {
    font-size: 16px;
    color: #1E1E1E;
}
.author-page {
    margin-bottom: 80px;
    margin-top: 20px;
    margin: 70px auto 100px;
    text-align: center;
    max-width: 1140px;
    /* border: 1px solid #ff3c00; */
    /* padding: 30px 30px; */
    /* border-radius: 20px; */
}
.author-page .author-avatar {
    justify-content: center;
    width: 250px;
}
.author-page .author-avatar img {
    width: 100%;
    border-radius: 10px;
    max-width: 250px;
}
.author-page .author-info {
    position: relative;
    padding-top: 0;
    width: calc(100% - 210px);
    text-align: left;
}
.author-page h1.author-name {
    display: block;
    font-size: 28px;
    color: #0020FF;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 5px;
    margin-top: 0;
}
.author-page .author-header {
    display: flex;
    gap: 30px;
}
.colling-pros-carousel .elementor-container {
    max-width: 100% !important;
    padding: 0;
}

.colling-pros-carousel i.eicon-play {
    display: none;
}
.colling-pros-carousel .bullet-arrow-section .elementor-carousel-image {
    border-radius: 0;
}
.colling-two-img.wh-double-img {
    margin-bottom: 0;
}

.not-found h2.elementor-heading-title {
    font-weight: 600 !important;
    font-size: 65px;
}
.not-found h4 {
    margin-bottom: 0;
    margin-top: 0;
    font-size: 26px;
    color: #000;
}
.expertise-list h3 {
    margin: 0;
}

/**********latest responisve css****************/
@media (max-width: 1800px) {
	.partner-section .elementor-container {
    width: 100%;
}
	.Insights-sec .related-insight .container {
    width: 100%;
}
	.wearebizzy .elementor-container {
    width: 100%;
}
	.container, .elementor-container {
    width: 90%;
		padding-left: 0;
    padding-right: 0;
}
	.site-logo-main img {
    width: 160px !important;
}
	.main-site-header {
    padding: 15px 0;
}
	.bizzy-team-boxes .elementor-container {
    width: 100%;
}
}
@media (max-width: 1499px) {

	.single-post .single-post-content ul li, .single-post .single-post-content ol li {
    font-size: 18px;
}
	.single-post .single-post-content h3 {
    margin-top: 40px;
    font-size: 28px;
    margin-bottom: 20px;
}
	.related-insight-h h2 {
    font-size: 22px;
    padding-top: 25px;
}
	.related-insight {
    padding: 30px 0 60px;
}
	.single-blog-page-title {
    padding: 20px 0 40px;
}
	.related-insight-h {
    margin-top: 60px;
}
	.author-info {
    gap: 35px;
    padding-top: 50px;
}
	.single-post .single-post-content p {
    font-size: 20px;
    line-height: 30px;
}
	.single-post .single-post-content h2 {
    font-size: 30px;
    line-height: 30px;
    margin-top: 40px;
    margin-bottom: 20px;
}
	.single-post-image-text h1.single-post-title {
    font-size: 45px;
    max-width: 100%;
}
	.single-post .single-post-content {
    padding-top: 50px;
}

	.single-blog-page-title h3 {
    font-size: 55px;
}
	.we-do-accordion .elementor-accordion .elementor-tab-title span.elementor-accordion-icon-opened:before {
    right: 35px;
}
	.strategy-accordion h4.elementor-heading-title {
    font-size: 26px;
}
	.starimage img {
    width: 370px;
}
	.strategy-list li {
    margin-bottom: 10px !important;
}
	.accordion-right-col .elementor-widget-text-editor {
    margin-bottom: 0;
}
	.strategy-list li span {
    font-size: 20px;
}
	.accordion-right-col p {
    font-size: 20px;
}
	.we-do-accordion .elementor-accordion .elementor-tab-content .elementor-container {
    padding: 0 20px;
    width: 100%;
}
	.we-do-accordion .elementor-accordion .elementor-tab-title span.elementor-accordion-icon-closed:before {
    right: 35px;
}
	.we-do-accordion .elementor-accordion .elementor-tab-title {
    padding: 40px 20px 60px;
}
	.elvi-img {
    text-align: right !important;
}
	.how-do-we-h  h2.elementor-heading-title {
    font-size: 45px;
}
	.disc-slides h4 {
    font-size: 35px;
    margin-bottom: 10px;
}
	.disc-slides p {
    font-size: 18px;
}
	.disc-slides {
    padding: 50px 35px;
	min-height: 230px;
}
	.page-id-1905 .featured-layout-s .elementor-container {
    width: 100%;
}
	.process-h h3.elementor-heading-title {
    font-size: 22px;
    margin-bottom: 30px;
}
	.how-do-we-section {
    padding: 60px 0 120px;
}
	.what-we-do-acc-section {
    padding-bottom: 60px;
}
	.servicepage-bnr {
    padding-top: 60px;
}
	.what-we-do-section {
    padding-bottom: 60px;
}
	.elvi-img img {
    width: 500px;
}
	.elevating-h h1.elementor-heading-title {
    max-width: 600px;
    font-size: 50px;
}
	.what-we-do-h h2.elementor-heading-title {
    font-size: 45px;
}
	.blog-page-bnr h1 {
    font-size: 45px;
    line-height: 45px;
}

	.insight-tabs-production div#posts-container .post-item h2 {
    margin-bottom: 30px !important;
}
	.insight-tabs-production div#posts-container a.read-more {
    font-size: 16px;
    max-width: 160px;
}
	.insight-tabs-production div#posts-container .post-item h2 {
    font-size: 30px;
}
	.blog-banner-section {
    padding-top: 60px;
    padding-bottom: 40px;
}
	.related-blog-boxes .related-blog-box .related-btn {
    font-size: 16px;
    max-width: 160px;
}
	.related-blog-boxes .related-blog-box h3 {
    margin-bottom: 30px;
}
	.related-blog-boxes .related-blog-box h3 a {
    font-size: 30px;
}
	.about-bnr-sec {
    padding-bottom: 20px;
}
	.our-work-h  h2 {
    font-size: 45px !important;
		line-height: 50px !important;
}
	.bizzy-team-boxes .elementor-container {
    gap: 40px;
}
.bizzy-team-boxes .elementor-container .elementor-column {
    width: calc(33.33% - 27px) !important;
}
	.wearebizzy p {
    font-size: 18px;
}
	.bizzy-team-boxes p.elementor-image-box-description {
    font-size: 16px;
}
	.bizzy-team-boxes h3.elementor-image-box-title {
    font-size: 22px;    margin-bottom: 5px;
}
	.bizzy-team-boxes .elementor-image-box-content {
    margin-top: 5px;
}
	.bizzy-team-boxes {
    margin-top: 40px;
}
.we-are h1 {
    font-size: 45px;
    line-height: 45px;
}
	.we-are-para p {
    font-size: 18px;
    margin-bottom: 20px;
}
	.meet-team-h h2.elementor-heading-title {
    font-size: 45px;
    line-height: 45px;
    margin-bottom: 30px;
}
	.about-bnr-sec .elementor-widget-html {
    margin-bottom: 0;
}
	.team-section {
    padding-top: 60px;
    padding-bottom: 60px;
}
	.we-are-para {
    margin-top: 20px;
}
	.our-work-sec {
    padding-top: 60px;
    padding-bottom: 90px;
}
	.about-bnr-sec {
    padding-top: 70px;
}
	.collab-txt p {
    font-size: 19px;
}
	.collab-h h3 {
    font-size: 35px;
    line-height: 50px;
}
	.wh-double-img .elementor-container, .wh-problem-section .elementor-container {
    gap: 30px;
}
	.wh-double-img {
    margin-bottom: 30px;
}
	.white-cloud-col-left h1.elementor-heading-title {
    font-size: 45px;
}
	.white-clod-bnr {
    padding: 60px 0;
}
	.wh-problem-section {
    padding: 60px 0;
}
	.padding-top {
    padding-top: 100px !important;
}
	.slider-text-overlay .swiper-slide-inner h2.elementor-slide-description {
    font-size: 32px;
}
	.bullet-arrow-section .elementor-swiper-button.elementor-swiper-button-prev {
    left: 40% !important;
}
	.bullet-arrow-section .elementor-swiper-button.elementor-swiper-button-next {
    right: 43% !important;
}
	.white-cloud-col-right p {
    max-width: 500px;
    font-size: 20px;
}
	.wh-problem-section p {
    font-size: 18px;
}
	.increase-problem-space p {
    max-width: 100%;
}
	.wh-problem-section h2.elementor-heading-title {
    font-size: 45px;
    margin-bottom: 20px;
}
	.white-cloud-col-left .elementor-widget-text-editor h3 {
    font-size: 20px;
}
	.page-id-2012 .subscribe-newsletter, .single-work-portfolio .subscribe-newsletter {
    padding: 60px 0 90px;
}
.featured-projects-section.on-featured-page h1.elementor-heading-title {
    font-size: 45px;
    margin-bottom: 40px;
}
	.stay-bizzy h1 {
    max-width: 392px;
    font-size: 20px;
}
.expert-stragy-section .elementor-container {
    gap: 100px;
}
	.expertise-list ul li a {
    font-size: 35px;
    line-height: 40px;
}
	.expertise-list ul li {
    margin-bottom: 30px !important;
}
	.featured-projects-section {
    padding: 80px 0 80px;
}
	.view_all a.elementor-button {
    font-size: 35px;
}
	.testimonial-boxes .test-content p {
    max-width: 600px;
    font-size: 22px;
}
	.client-section {
    padding-top: 80px;
}
	.love-strategy p {
    font-size: 35px;
}

	.partner-section {
    padding-bottom: 60px;
}
	.client-slider figure.swiper-slide-inner img {
    width: 220px;
}
	.Insights-h {
    margin-bottom: 0 !important;
}
	.insight-section-home .wpcap-grid-container {
    grid-column-gap: 45px !important;
    grid-row-gap: 40px !important;
}
.insight-section-home .post-grid-text-wrap h3.title a {
    font-size: 30px;
    display: block;
    margin: 0 !important;
}
.insight-section-home .post-grid-text-wrap a.read-more-btn {
    font-size: 16px;
    max-width: 160px;
}
	.Insights-sec {
    padding: 0px 0 80px;
}
	.Insights-h h2.elementor-heading-title, .testi-heading h2.elementor-heading-title, .client-blck-txt h2, .Featured-Projects-h h2, .expertise-h h2 {
    font-size: 22px;
}
	.testimonial-slider-sec .elementor-container, .featured-projects-section > .elementor-container, .Insights-sec .elementor-container, .client-section  .elementor-container, .expert-stragy-section .elementor-container {
    padding-top: 30px;
}
	.Testimonials-section-orange {
    padding-top: 80px;
}
.stay-bizzy a {
    font-size: 16px;
    padding: 16px 25px;
    height: 50px;
}
.site-header-navigation .hfe-nav-menu li.elementor-button-wrapper a {
    font-size: 18px;
    padding: 15px 30px !important;
    margin-left: 0;
}
	.get-bizzy-stay-bizzy h3.elementor-heading-title {
    font-size: 22px;
}
	.get-bizzy-stay-bizzy {
    padding-bottom: 80px;
}
	.hm-banner {
    padding: 80px 0;
}
	.testmonial-content h2 {
    font-size: 40px;
    line-height: 55px;
    max-width: 450px;
}
	.featured-title-b {
    margin-top: 25px;
}

	.featured-title-b h3 span, .featured-title-b h2 span {
    width: 24px;
    height: 24px;
    margin-right: 15px;
}
	.featured-title-b h3 span, .featured-title-b h2 span  {
    margin-right: 10px;
}
	.testimonial-boxes .test-content h3 {
    font-size: 22px;
}
	.insight-section-home .post-grid-text-wrap h3.title {
     margin-bottom: 30px !important;
}
.subscribe-newsletter h2.elementor-heading-title {
    font-size: 40px;
    margin-bottom: 30px;
    max-width: 540px;
}
	.subscriber-box form.tnp-subscription input.tnp-submit {
    font-size: 20px;
}
	.subscriber-box form.tnp-subscription input#tnp-1 {
    height: 60px;
    font-size: 20px;
}

	.let-talk h2 {
    font-size: 44px;
}
	footer {
    padding: 60px 0 40px;
}
	.Insights-sec .related-insight {
    padding-top: 20px;
}
.single-post .single-post-image-element {
    margin-bottom: 10px;
}
	.single-post-image-text {
    padding: 0px 0 20px;
}
}
@media (max-width: 1399px) {
	.gogle-partne img, .keap img {
    height: 60px;
    object-fit: contain;
    width: 140px;
}
.author-info a.btn-author-page {
    font-size: 15px;
}
}
@media (max-width: 1299px) {
	.featureboxes {
    gap: 30px;
}
	.featureboxes .featurebox {
    width: calc(50% - 15px);
}
.featured-title-b h3 a, .featured-title-b h2 a {
    font-size: 17px;
}
	.feat-cat a {
    font-size: 11px;
    padding: 7px 10px;
}
}
@media (max-width: 1199px) {
	.single-post .single-post-content section .elementor-container {
    width: 100%;
}
	.single-post .single-post-content ul li, .single-post .single-post-content ol li {
    font-size: 16px;
}
	.single-post .single-post-content h3 {
    margin-top: 30px;
    font-size: 24px;
    margin-bottom: 15px;
}
	.featured-title-b {
    align-items: flex-start;
    flex-wrap: wrap;
    flex-direction: column;
    margin-top: 10px;
}
	.featured-title-b h3 {
    margin-bottom: 20px;
}
	.bizzy-team-boxes figure.elementor-image-box-img button.view-bio-btn {
    padding: 8px 20px;
    bottom: 20px;
    max-width: 140px;
}
	.single-post-image-text h1.single-post-title {
    padding-bottom: 30px;
}
	.single-post .single-post-content {
    width: 100%;
}
	.author-info {
    width: 100%;
}
	.single-post-image-text {
    padding: 0px 0 10px;
}
	.subscriber-box form.tnp-subscription input.tnp-submit {
    font-size: 17px;
}
	.subscriber-box form.tnp-subscription .tnp-field.tnp-field-button {
    right: 184px;
}
	.subscriber-box form.tnp-subscription .tnp-field.tnp-field-email, .subscriber-box form.tnp-subscription .tnp-field-firstname {
    width: calc(50% - 120px);
}
	.related-insight-h h2 {
    font-size: 22px;
    padding-top: 20px;
}
	.related-insight {
    padding: 10px 0 50px;
}
	.single-blog-page-title h3 {
    font-size: 40px;
}
	.author-info {
    padding-top: 0;
}
	.single-post .single-post-content h2 {
    font-size: 26px;
    margin-top: 30px;
    margin-bottom: 15px;
}
	.single-post .single-post-content p {
    font-size: 16px;
}
	.single-post-image-text h1.single-post-title {
    font-size: 40px;
}
	.single-post .single-post-content {
    padding-top: 30px;
}
	.elevating-h h1.elementor-heading-title {
    max-width: 470px;
    font-size: 45px;
}
	.servicepage-bnr {
    padding-top: 40px;
}
	.how-do-we-section {
    padding: 50px 0 100px;
}
	.disc-slides {
    padding: 50px 20px;
    min-height: 260px;
}
	.disc-slides h4 {
    font-size: 28px;
}
	.disc-slides p {
    font-size: 16px;
}
	.accordion-right-col p {
    font-size: 16px;
}
	.starimage img {
    width: 300px;
}
	.strategy-accordion h4.elementor-heading-title {
    font-size: 22px;
}
	.strategy-list li span {
    font-size: 18px;
}
	.how-do-we-h  h2.elementor-heading-title, .what-we-do-h h2.elementor-heading-title {
    font-size: 40px;
}
	.elvi-img img {
    width: 350px;
}
	.blog-page-bnr h1 {
    font-size: 40px;
    line-height: 40px;
}
	.insight-tabs-production ul#category-tabs li {
    font-size: 14px;
}
		.insight-tabs-production div#posts-container {
    gap: 30px;
}

	.insight-tabs-production div#posts-container .post-item {
    width: calc(50% - 15px);
}
	.insight-tabs-production p.post-categories {
    margin-bottom: 10px;
}
	.insight-tabs-production div#posts-container a.read-more {
    font-size: 14px;
    max-width: 140px;
}
	.insight-tabs-production div#posts-container .post-item h2 {
    font-size: 24px;
}
.insight-tabs-production ul#category-tabs {
    margin-bottom: 50px;
    flex-wrap: wrap;
    gap: 10px 0;
}
	.Insights-sec .related-insight {
    padding-top: 0;
}
	.related-blog-boxes .related-blog-box .related-btn {
    font-size: 14px;
    max-width: 140px;
}
	.related-blog-boxes .related-blog-box h3 a {
    font-size: 24px;
}
	.about-bnr-sec {
    padding-top: 50px;
}
	.we-are h1 {
    font-size: 40px;
    line-height: 40px;
}
	.bullet-arrow-section .elementor-swiper-button.elementor-swiper-button-prev {
    left: 33vw !important;
}
	.bullet-arrow-section .elementor-swiper-button.elementor-swiper-button-next {
    right: 37vw !important;
}
	.white-cloud-col-left h1.elementor-heading-title {
    font-size: 40px;
}
	
	.wh-problem-section h2.elementor-heading-title {
    font-size: 40px;
}
	.page-id-2012 .subscribe-newsletter, .single-work-portfolio .subscribe-newsletter {
    padding: 50px 0 90px;
}
	.featured-projects-section.on-featured-page {
    padding: 60px 0 70px;
}
	.featured-projects-section.on-featured-page h1.elementor-heading-title {
    font-size: 40px;
    margin-bottom: 30px;
}
	.copy-box p {
    padding-right: 40px;
}
	.site-header-navigation .hfe-nav-menu a.hfe-menu-item {
    font-size: 18px;
    margin: 0 15px;
}
	.site-header-navigation .hfe-nav-menu li.elementor-button-wrapper {
    margin-left: 50px;
}
	.site-logo-main img {
    width: 130px !important;
}
	.main-site-header {
    padding: 10px 0;
}
	.get-bizzy-stay-bizzy .elementor-container .elementor-column:first-child {
    width: 25%;
}
	.get-bizzy-stay-bizzy .elementor-container .elementor-column:last-child {
    width: 75%;
}
	.stay-bizzy {
    justify-content: flex-end;
}
	.stay-bizzy h1 {
    max-width: 320px;
    font-size: 18px;
    margin-right: 40px;
}
	.full-text h3 {
    font-size: 30px;
    line-height: 50px;
    max-width: 475px;
}
	.expertise-list ul li a {
    font-size: 26px;
}
	.expertise-list ul li {
    margin-bottom: 20px !important;
}
	.hm-banner {
    padding: 60px 0;
}
	.get-bizzy-stay-bizzy {
    padding-bottom: 60px;
}
	.expert-stragy-section {
    padding-bottom: 80px;
}
.featured-projects-section {
    padding: 60px 0 40px;
}
	.featureboxes .featurebox {
    width: calc(50% - 20px);
}
	.featureboxes {
    gap: 40px;
}

	.view_all a.elementor-button {
    font-size: 30px;
}
	.testmonial-content h2 {
    font-size: 32px;
    line-height: 45px;
    max-width: 390px;
}
	.testimonial-cross-img .elementor-widget-image {
    margin-left: 30px;
}
	.Testimonials-section-orange {
    padding-top: 60px;
}
	.testimonial-boxes .test-content p {
    max-width: 530px;
    font-size: 18px;
}
	.testimonial-boxes .test-content h3 {
    font-size: 20px;
    margin-top: 30px;
}
	.testimonial-slider-sec {
    padding-bottom: 100px;
}
	.client-section {
    padding-top: 60px;
}
	.love-strategy p {
    font-size: 30px;
}
	.partner-section {
    padding-bottom: 40px;
}
	.Insights-h h2.elementor-heading-title {
    margin-bottom: 40px;
}
	.insight-section-home .post-grid-text-wrap h3.title a {
    font-size: 24px;
}
	.insight-section-home .post-grid-text-wrap .post-grid-meta {
    margin-bottom: 15px;
}
	.insight-section-home .post-grid-text-wrap a.read-more-btn {
    font-size: 14px;
    max-width: 140px;
}
	.Insights-sec {
    padding: 0px 0 60px;
}
	.subscribe-newsletter {
    padding: 60px 0 100px;
}
	.subscribe-newsletter h2.elementor-heading-title {
    font-size: 30px;
    max-width: 400px;
}
	.let-talk h2 {
    font-size: 30px;
}
	.main-footer .custom-style-cf7 input {
    height: 40px;
}
	.main-footer .custom-style-cf7 select {
    height: 40px;
}
	.main-footer .custom-style-cf7 textarea {
    height: 100px;
}
.main-footer .custom-style-cf7 input[type=submit] {
    max-width: 180px;
    font-size: 18px;
    line-height: 1;
    height: 45px;
    padding-top: 0;
    padding-bottom: 0;
}

}
@media (max-width: 1024px) {
	
	.elevating-h h1.elementor-heading-title {
    font-size: 40px;
}
	.we-do-accordion .elementor-accordion .elementor-tab-title span.elementor-accordion-icon-opened:before {
    right: 0;
    width: 30px;
}
	.we-do-accordion .elementor-accordion .elementor-tab-title span.elementor-accordion-icon-closed:before {
    right: 0;
    width: 24px;
    top: 0px;
}
	.strategy-accordion .elementor-widget-heading {
    margin-bottom: 0;
}
	.starimage {
    display: none;
}
	.strategy-accordion .elementor-container {
    gap: 0;
}
	.we-do-accordion .elementor-accordion .elementor-tab-title a.elementor-accordion-title {
    font-size: 22px;
}
	.strategy-accordion .elementor-column {
    width: 100%;
}
.strategy-accordion h4.elementor-heading-title {
    font-size: 22px;
    max-width: 100%;
    margin-bottom: 20px;
}
	.we-do-accordion .elementor-accordion .elementor-tab-content.elementor-active {
    padding: 10px 0 50px;
}
	.we-do-accordion .elementor-accordion .elementor-tab-title {
    padding: 30px 20px 50px;
}
	.how-do-we-h  h2.elementor-heading-title, .what-we-do-h h2.elementor-heading-title {
    font-size: 35px;
}
	.site-header-navigation .hfe-nav-menu__layout-horizontal  .hfe-nav-menu .current-menu-item a.hfe-menu-item {
    border-bottom: none;
    color: #FF3C00 !important;
}
	.we-are-para p {
    font-size: 16px;
}
	.wearebizzy p {
    font-size: 16px;
}
	.team-section {
    padding-top: 50px;
    padding-bottom: 50px;
}
	.bizzy-team-boxes .elementor-container .elementor-column {
    width: calc(33.33% - 14px) !important;
}
	.bizzy-team-boxes .elementor-container {
    gap: 20px;
}
	.meet-team-h h2.elementor-heading-title {
    font-size: 40px;
    line-height: 40px;
}
	.collab-h h3 {
    font-size: 30px;
    line-height: 30px;
}
	.our-work-h  h2 {
    font-size: 40px !important;
    line-height: 40px !important;
}
	.our-work-sec {
    padding-top: 30px;
    padding-bottom: 80px;
}
	.wh-problem-section p:last-child {
    margin-bottom: 0;
}
	.wh-double-img .elementor-column {
    width: 100%;
}
	.under-solution-img {
    margin-bottom: 0 !important;
}
	.wh-problem-section p {
    max-width: 100%;
}
	.wh-problem-section .elementor-column:first-child {
    display: none;
}
	.wh-double-img img {
    width: 100%;
}
	.white-cloud-col-left {
    width: 100% !important;
}
	.white-clod-bnr {
    padding: 50px 0;
}
	.wh-problem-section {
    padding: 50px 0;
}

	.wh-problem-section .elementor-column {
    width: 100% !important;
}
	.increase-problem-space p:last-child {
    margin-bottom: 0;
}
	.white-clod-bnr .elementor-container {
    gap: 20px;
}
	.white-cloud-col-right {
    width: 100% !important;
}
	.white-cloud-col-right p:last-child {
    margin-bottom: 0;
}
	.white-cloud-col-right p {
    max-width: 100%;
}
	.footer-menu-block .elementor-column:nth-child(3) {
    padding-left: 20px;
}
	.copy-box {
    margin-top: 40px;
}
	.keap img {
    margin-left: 15px;
}
	.service-menu h2 {
    font-size: 22px !important;
    margin-bottom: 20px !important;
}
	.copy-box p {
    font-size: 16px;
}
	.about-menu .hfe-nav-menu li a {
    font-size: 16px !important;
    margin-bottom: 20px;
}
	.footer-widget1 ul li a {
    font-size: 15px;
}
.hfe-nav-menu__toggle {
    margin-right: 0 !important;
}
.hfe-nav-menu-icon svg {
    width: 45px !important;
    height: 45px !important;
    line-height: 45px !important;
    font-size: 45px !important;
}
	.hfe-nav-menu__toggle.elementor-clickable.hfe-active-menu svg {
    width: 35px !important;
    height: 35px !important;
}
.hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item a.hfe-menu-item {
    background: transparent !important;
    padding: 20px 35px !important;
    color: #fff;
}
	.hfe-nav-menu__layout-horizontal .hfe-nav-menu {
    background: #0020ff;
}
	.hfe-dropdown.menu-is-active {
    margin-top: 15px;
}
	.expert-stragy-section .elementor-container {
    gap: 0;
}
	.expert-stragy-section .elementor-widget-image img {
    width: 240px;
}
	.expertise-list ul li a {
    font-size: 22px;
}
	.expertise-list ul li {
    margin-bottom: 5px !important;
}
	.expert-stragy-section {
    padding-bottom: 50px;
}
.full-text h3 {
    font-size: 26px;
    line-height: 45px;
    max-width: 385px;
}
	.video-section-home svg {
    width: 80px !important;
    height: 80px !important;
}
	.testimonial-slider-sec .elementor-container, .featured-projects-section > .elementor-container, .Insights-sec .elementor-container, .client-section  .elementor-container, .expert-stragy-section .elementor-container {
    padding-top: 20px;
}
	.Featured-Projects-h h2 {
    margin-bottom: 20px;
}
	.featured-title-b {
    align-items: flex-start;
    flex-wrap: wrap;
    flex-direction: column;
	margin-top: 10px;
}
	.featured-title-b h3 {
    margin-bottom: 20px;
}
	.featured-title-b h3 span {
    width: 18px;
    height: 18px;
    margin-right: 10px;
}
	.featureboxes {
    gap: 20px;
}
	.featureboxes .featurebox {
    width: calc(50% - 10px);
}
	.feat-cat a {
    padding: 8px 15px;
    font-size: 12px;
}
	.view_all a.elementor-button {
    font-size: 24px;
    margin-top: 20px;
}
	.Insights-h h2.elementor-heading-title, .testi-heading h2.elementor-heading-title, .client-blck-txt h2, .Featured-Projects-h h2, .expertise-h h2 {
    font-size: 20px;
}
	.get-bizzy-stay-bizzy h3.elementor-heading-title {
    font-size: 20px;
}
	.stay-bizzy h1 {
    font-size: 16px;
}
	.stay-bizzy a {
    font-size: 14px;
    padding: 12px 18px;
    height: 40px;
}
	.testmonial-content h2 {
    font-size: 26px;
    line-height: 45px;
    max-width: 310px;
}
	.testi-heading h2.elementor-heading-title {
    margin-bottom: 20px;
}
	.testimonial-boxes .test-content p {
    max-width: 530px;
    font-size: 16px;
}
	.testimonial-boxes .test-content h3 {
    font-size: 17px;
    margin-top: 20px;
}
	.testimonial-boxes .testimonial-image {
    width: calc(40% - 10px);
}
	.testimonial-boxes .test-content {
    width: calc(60% - 10px);
}
	.hfe-nav-menu-icon {
    padding-right: 0 !important;
}
	.love-strategy p {
    font-size: 24px;
}
	.client-section {
    padding-top: 50px;
    padding-bottom: 30px;
}
	.client-slider figure.swiper-slide-inner img {
    width: 200px;
    height: 110px;
    object-fit: contain;
}
	.testimonial-boxes {
    gap: 20px;
}
	.Insights-sec {
    padding: 0px 0 50px;
}
	.subscribe-newsletter {
    padding: 40px 0 80px;
}
	.subscribe-newsletter h2.elementor-heading-title {
    font-size: 28px;
    max-width: 380px;
}
	.subscriber-box form.tnp-subscription input#tnp-1, .subscriber-box form.tnp-subscription input#tnp-2 {
    font-size: 18px;
}
	.elementor-custom-embed-play i {
    font-size: 60px;
}
}
@media (max-width: 991px) {
	.bullet-arrow-section .elementor-swiper-button.elementor-swiper-button-next {
    right: 35vw !important;
}
	.bullet-arrow-section .elementor-swiper-button.elementor-swiper-button-prev {
    left: 31vw !important;
}
	.subscriber-box form.tnp-subscription .tnp-field.tnp-field-email, .subscriber-box form.tnp-subscription .tnp-field-firstname {
    width: calc(100% - 0px);
}
	.subscriber-box form.tnp-subscription .tnp-field.tnp-field-button {
    right: 0;
    position: relative;
    text-align: center !important;
    margin: 10px auto 0;
}
	.subscriber-box form.tnp-subscription {
    gap: 10px;
    flex-wrap: wrap;
}
	.subscriber-box form.tnp-subscription input.tnp-submit {
    height: 50px;
}
}
@media (max-width: 767px) {
	.main-footer section .elementor-container {
    width: 100%;
}
	.we-do-accordion .elementor-accordion .elementor-tab-title.elementor-active {
    padding-bottom: 10px;
}
	.not-found h4 {
    font-size: 24px;
}
	.not-found h2.elementor-heading-title {
    font-size: 50px;
}
	.postid-3773 .wh-full-image img {
    height: 30vh;
    object-fit: contain;
}
	.foam-pros-full-img.wh-full-image img {
    height: 30vh;
    object-fit: contain;
}
	.colling-pros-carousel .bullet-arrow-section .elementor-carousel-image {
    border-radius: 0;
    background-position: right;
}
	.author-page .author-header {
    gap: 15px;
    flex-wrap: wrap;
}
	.author-page .author-info {
    width: 100%;
    text-align: left;
}
	.author-page .author-avatar img {
    max-width: 100%;
}
	.author-page .author-avatar {
    width: 100%;
}
	.term-condition-css ul li {
    font-size: 16px;
}.term-condition-css ul {
    padding-left: 20px;
}
	.term-condition-css p a, .term-condition-css ul li a {
    white-space: normal;
    word-break: break-all;
}
	.term-condition-css h6.elementor-heading-title {
    line-height: 1.2;
}
	.author-page h1.author-name {
    font-size: 24px;
}
.author-page {
    margin-bottom: 50px;
    margin-top: 10px;
}
	.author-page p.author-job-title {
    font-size: 18px;
}
	.author-avatar img {
    width: 65px;
}
	.author-info-stick {
    margin-bottom: 20px;
}
	.term-condition-css h1.elementor-heading-title {
    margin-bottom: 20px;
    font-size: 30px;
}
	.term-condition-css {
    padding-bottom: 50px;
}
	.term-condition-css .elementor-widget-heading, .term-condition-css .elementor-widget-text-editor {
    margin-bottom: 10px !important;
}
	.term-condition-css h3.elementor-heading-title {
    font-size: 22px;
}
	.term-condition-css h2.elementor-heading-title {
    font-size: 26px;
    margin: 10px 0;
		line-height: 1.2;
}
	.term-condition-css p {
    font-size: 16px;
    margin-bottom: 10px;
}
	.strategy-accordion h4.elementor-heading-title {
    font-size: 18px;
}
	.wh-full-image img {
    height: 40vh;
    object-fit: cover;
}
	.single-post .single-post-content h3 {
    margin-top: 20px;
    font-size: 20px;
    margin-bottom: 10px;
}
	.copy-box .elementor-col-50:first-child {
    width: 100% !important;
}
	.copy-box .elementor-col-50 {
   width: 100% !important;
}
.copy-box .elementor-container {
    align-items: flex-start !important;
    flex-direction: column-reverse !important;
    justify-content: center !important;
}
.copy-box .gogle-partne {
    text-align: left !important;
    margin-bottom: 20px!important;
}
	.schedule-cal-btn a.elementor-button {
    font-size: 17px;
    padding: 10px 30px;
    margin-bottom: 10px;
    margin-top: -10px;
}
.contact-info h2 {
    margin-top: 0;
    font-size: 30px;
    margin-bottom: 20px;
    line-height: normal;
}
	.schedule-cal-btn-service a.elementor-button {
    font-size: 16px;
    padding: 10px 25px;
}
	.bizzy-team-boxes figure.elementor-image-box-img button.view-bio-btn {
    padding: 5px 10px;
    bottom: 15px;
    max-width: 110px;
    font-size: 14px;
}
	div#dynamic-popup {
    padding: 0 20px 10px 20px;
    width: 100%;
    overflow: scroll;
}
	 div#dynamic-popup button#close-popup {
    margin: 15px 0 10px auto;
}
	div#dynamic-popup h3#popup-name {
    font-size: 24px;
}
/* 	.popup-biizy div#dynamic-popup h3#popup-name {
    font-size: 24px;
} */
	div#dynamic-popup p#popup-designation {
    padding-bottom: 10px;
    font-size: 15px;
    margin-bottom: 20px;
}
	div#dynamic-popup div#popup-description p {
    font-size: 14px;
}
	.subscriber-box form.tnp-subscription input.tnp-submit {
    height: 45px;
}
.site-logo-main img {
    width: 100px !important;
    height: 50px;
}
	.subscriber-box form.tnp-subscription {
    gap: 10px;
}
	.related-blog-boxes .related-blog-box h3 {
    margin-bottom: 15px;
}
	.related-blog-boxes .related-blog-box h3 a {
    font-size: 22px;
}
	.insight-tabs-production div#posts-container .post-item h2 {
    font-size: 22px;
    line-height: 1.2 !important;
}
	.insight-tabs-production div#posts-container a.read-more {
    font-size: 14px;
    max-width: 130px;
    padding: 10px 0;
}
	.insight-tabs-production div#posts-container .post-item h2 {
    margin-bottom: 15px !important;
}
	.related-blog-boxes .related-blog-box .related-btn {
    font-size: 14px;
    max-width: 130px;
    padding: 10px 0;
}
	.single-post .single-post-content .elementor-container {
    width: 100%;
}
	.contact-banr-section {
    padding-top: 30px;
    padding-bottom: 40px;
}
	.elementor-custom-embed-play svg {
    height: 70px;
    width: 70px;
}
/* 	.author-info {
    flex-wrap: wrap;
    align-items: flex-start;
    flex-direction: column;
} */
	.related-insight-h h2 {
    margin-bottom: 20px;
		        font-size: 20px;
        padding-top: 20px;
}
	.author-info .author-by {
    width: 100%;
}
span.author-designation {
    font-size: 14px;
}
	.author-info .author-by span.author-name {
    font-size: 13px;
    margin-bottom: 5px;
}
	.author-info span.author-name span.auth-name {
    font-size: 18px;
}
.author-info a.btn-author-page {
    font-size: 12px;
}
	.related-insight {
    padding: 10px 0 40px;
}
	.related-insight-h {
    margin-top: 30px;
}
	.single-post-image-text h1.single-post-title {
    font-size: 26px;
    line-height: 1.4;
}
	.insight-tabs-production div#posts-container .post-item h2 {
    line-height: 1.4;
}
	.single-post .single-post-content h2 {
    font-size: 22px;
    margin-top: 20px;
    margin-bottom: 10px;
}
	.single-post-image-text span.post-categories {
    margin-bottom: 20px;
}
	.single-post .single-post-content {
    padding-top: 20px;
}
	.single-post-image-text h1.single-post-title {
    padding-bottom: 20px;
}
.single-post-image-text {
    padding: 0px 0 0px;
    border-radius: 20px 20px 0 0;
    margin-top: 0;
}
	.single-blog-page-title h3 {
    font-size: 30px;
    line-height: 1.2;
}
	.single-blog-page-title {
    padding: 20px 0 40px;
    border-radius: 0 0 20px 20px;
    margin-bottom: -20px;
}
	.we-do-accordion .elementor-accordion .elementor-tab-content.elementor-active {
    padding: 10px 0 50px;
}
	.we-do-accordion .elementor-accordion .elementor-tab-title a.elementor-accordion-title {
    font-size: 18px;
}

	.process-h h3.elementor-heading-title {
    font-size: 20px;
    margin-top: 10px;
}
	.how-do-we-section {
    padding: 40px 0 70px;
    border-radius: 20px 20px 0 0;
}
	.what-we-do-acc-section {
    padding-bottom: 40px;
}
	.elevating-h h1.elementor-heading-title {
    font-size: 32px;
    margin-bottom: 30px;
}
	.how-do-we-h  h2.elementor-heading-title, .what-we-do-h h2.elementor-heading-title {
    font-size: 30px;
}
	.what-we-do-section {
    padding-bottom: 50px;
}
	.subscribe-newsletter {
    padding: 40px 0 60px;
}
	footer {
    margin-top: -20px;
}
	.testimonial-boxes .test-content p {
    max-width: 100%;
}
	.testimonial-image img {
    border-radius: 20px;
    width: 100%;
}
	.insight-tabs-production div#posts-container .post-item {
    width: 100%;
}
	.insight-tabs-production ul#category-tabs li {
    font-size: 14px;
    max-width: calc(50% - 5px);
    width: 100%;
		    margin-right: 0px;
    padding: 10px 5px;
    font-size: 12px;
}

	.insight-tabs-production ul#category-tabs {
    gap: 10px;
		display:flex;
		flex-wrap:wrap;
}
	.blog-banner-section {
    padding-top: 40px;
    padding-bottom: 40px;
}
	.blog-page-bnr h1 {
    font-size: 35px;
    line-height: 35px;
}
	.insight-tabs-production ul#category-tabs li {
    margin-right: 0px;
}
	.insight-tabs-production ul#category-tabs {
    margin-bottom: 30px;
}
	.Insights-h h2.elementor-heading-title {
    margin-bottom: 30px;
}
	.about-bnr-sec {
    padding-top: 30px;
}
	.collab-sec {
    padding: 40px 0 50px;
    border-radius: 20px 20px 0 0;
    margin-top: -20px;
}
	.bizzy-team-boxes figure.elementor-image-box-img img {
    border-radius: 10px;
}
	.collab-txt p {
    font-size: 16px;
}
	.bizzy-team-boxes p.elementor-image-box-description {
    font-size: 12px;
}
	.bizzy-team-boxes h3.elementor-image-box-title {
    font-size: 17px;
}
	.wearebizzy p.elementor-heading-title {
    font-size: 22px;
    margin-bottom: 30px;
}
	.bizzy-team-boxes .elementor-container .elementor-column {
    width: calc(50% - 10px) !important;
}
	.wearebizzy .elementor-container {
    padding-top: 30px;
}
	.meet-team-h h2.elementor-heading-title {
    font-size: 30px;
    line-height: 36px;
		        margin-bottom: 20px;
}
	.team-section {
    margin-top: -20px;
    border-radius: 20px 20px 0 0;
		        padding-top: 40px;
        padding-bottom: 40px;
}
	.collab-h h3 {
    font-size: 26px;
}
	.our-work-h  h2 {
    font-size: 30px !important;
    line-height: 30px !important;
}
	.our-work-sec {
    padding-top: 10px;
    padding-bottom: 50px;
}
	.we-are-para p {
    margin-bottom: 15px;
}
	.we-are-para {
    margin-top: 10px;
}
	.we-are h1 {
    font-size: 30px;
    line-height: 30px;
}
	.about-bnr-sec .elementor-container .elementor-column:first-child {
    margin-top: 40px;
}
	.white-cloud-col-left h1.elementor-heading-title {
    font-size: 30px;
    margin-bottom: 20px;
}
	.slider-text-overlay .swiper-slide-inner {
    padding: 20px 10px !important;
}
	.white-cloud-col-left h2.elementor-heading-title {
    font-size: 22px;
}
	.wh-problem-section h2.elementor-heading-title {
    font-size: 30px;
}
	.wh-problem-section p {
    font-size: 16px;
}
	.wh-problem-section {
    padding: 40px 0;
}
	.wh-problem-section {
    border-radius: 20px 20px 0 0;
}
	.overlap-section {
    margin-top: -20px;
}
	.padding-top {
    padding-top: 80px !important;
}
.slider-text-overlay .swiper-slide-inner h2.elementor-slide-description {
    font-size: 18px;
}
	.white-cloud-col-left .elementor-widget-text-editor h3 {
    font-size: 18px;
}
	.white-cloud-col-right p {
    font-size: 16px;
}
	.white-clod-bnr .elementor-container {
    gap: 10px;
}
	.featured-projects-section.on-featured-page {
    padding: 60px 0 30px;
}
	.page-id-2012 footer, .single-work-portfolio footer {
    margin-top: -20px;
}
	.page-id-2012 .subscribe-newsletter, .single-work-portfolio .subscribe-newsletter {
    padding: 40px 0 60px;
}
	.featured-projects-section.on-featured-page h1.elementor-heading-title {
    font-size: 35px;
}
	.footer-menu-block .elementor-column:nth-child(3) {
    padding-left: 0;
}
	.copy-box {
    margin-top: 20px;
}
.copy-box .elementor-col-33:first-child {
    width: 100%;
    order: 1;
    margin-top: 20px;
}
	.copy-box p {
    padding-right: 0;
}
	footer {
    padding: 40px 0 20px;
}
	.footer-menu-block {
    margin-top: 40px;
}
	.hfe-site-logo img.hfe-site-logo-img {
    width: 120px;
}
	.copy-box .elementor-col-33 {
    width: 27%;
}
.main-site-header .elementor-container .site-logo-main {
    width: 40% !important;
}
	.main-site-header .elementor-container .site-header-navigation {
    width: 60%;
}
	.hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item a.hfe-menu-item {
    padding: 20px 0px !important;
}
	.get-bizzy-stay-bizzy .elementor-container{
		    padding-top: 40px;
	}
.hm-banner {
    padding: 40px 0 40px;
}
	.hm-banner-txt h2 {
    font-size: 30px;
    line-height: 60px;
}
/* 	.hm-banner-txt h3 {
    font-size: 30px;
    line-height: 60px;
} */
	.f-rite img {
    width: 36px;
}
	.hm-banner-txt h2 a img {
    width: 80px;
}
/* 	.hm-banner-txt h3 span {
    top: 2px;
    line-height: 0;
} */
	.get-bizzy-stay-bizzy .elementor-container .elementor-column:first-child {
    width: 100%;
}
	.get-bizzy-stay-bizzy .elementor-container .elementor-column:last-child {
    width: 100%;
}
.stay-bizzy {
    justify-content: normal;
    flex-direction: column;
    margin-top: 20px;
}
	.stay-bizzy h1 {
    font-size: 16px;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
}
	.stay-bizzy a {
    font-size: 14px;
    padding: 12px 18px;
    height: 40px;
    max-width: 170px;
    text-align: center;
}
	.get-bizzy-stay-bizzy {
    padding-bottom: 40px;
}
	.full-service {
    padding-top: 40px;
}
	.full-text h3 {
    font-size: 26px;
    line-height: 40px;
    max-width: 100%;
}
.double-circle-img img {
    position: relative;
    top: 0;
    margin-top: 40px;
    width: 100%;
    max-width: 200px;
}
	.double-circle-img {
    text-align: center !important;
}
.full-service {
    padding-top: 40px;
    padding-bottom: 40px;
}
	.expertise-h {
    margin-bottom: 0 !important;
}
/* 	.expert-stragy-section .elementor-widget-image img {
    width: 100%;
} */
	.expertise-list {
    margin-top: 20px;
}
	.expert-stragy-section {
    padding-bottom: 40px;
    margin-top: -2px;
	border-radius: 0 0 20px 20px;
}
.full-service {
    border-radius: 20px 20px 0 0;
}
	.featured-projects-section {
    border-radius: 20px 20px 0 0;
    margin-top: -20px;
}
.video-section-home {
    margin-top: -20px;
}
	.featured-projects-section {
    padding: 40px 0 40px;
}
	.Featured-Projects-h {
    margin-bottom: 0px !important;
}
	.featureboxes {
    gap: 0;
}
.featureboxes .featurebox {
    width: 100%;
    margin-bottom: 30px;
}
.feat-cat a {
    margin-left: 0;
    margin-right: 5px;
    padding: 7px 12px;
    font-size: 10px;
}
.view_all a.elementor-button {
    font-size: 24px;
    margin-top: 0;
}
	.featured-layout-s {
    margin-bottom: 0 !important;
}
	.Testimonials-section-orange {
    padding-top: 40px;
    border-radius: 20px 20px 0 0;
}
	.testimonial-cross-img .elementor-widget-image {
    margin-left: 0;
}
	.testimonial-cross-img .elementor-widget-wrap {
    gap: 20px;
}
	.testmonial-content h2 {
    line-height: 40px;
    max-width: 100%;
    margin-bottom: 20px;
}
.Testimonials-section-orange {
    padding-bottom: 40px;
}
.testimonial-boxes .testimonial-image {
    width: 100%;
}
.testimonial-boxes .test-content {
    width: 100%;
    margin-top: 15px;
}
	.testimonial-boxes {
    gap: 0;
    flex-direction: column-reverse;
}
	.client-section {
    padding-top: 40px;
    border-radius: 20px 20px 0 0;
    margin-top: -20px;
}
	.testimonial-slider-sec {
    padding-bottom: 60px;
}
	.insight-section-home .post-grid-text-wrap h3.title {
    margin-bottom: 20px !important;
}
	.insight-section-home .post-grid-text-wrap a.read-more-btn {
    max-width: 130px;
    padding: 10px 0;
}
	.subscribe-newsletter {
    border-radius: 20px 20px 0 0;
}
.subscriber-box form.tnp-subscription .tnp-field.tnp-field-button {
    top: 0;
    right: 0;
    position: static;
    margin-bottom: 0;
    margin-top: 15px;
}
	.subscriber-box form.tnp-subscription input#tnp-1, .subscriber-box form.tnp-subscription input#tnp-2 {
    font-size: 16px;
    height: 50px;
}
	footer {
    border-radius: 20px 20px 0 0;
}
	.subscriber-box form.tnp-subscription .tnp-field.tnp-field-button input.tnp-submit {
    background: #FC3D01 !important;
    color: #fff !important;
    font-size: 16px;
}
	.site-logo-main img {
    width: 100px !important;
}
	.hfe-nav-menu-icon {
    padding: 0 !important;
}
	.hfe-nav-menu-icon svg {
    width: 36px !important;
    height: 36px !important;
    line-height: 36px !important;
    font-size: 36px !important;
}
	.hfe-nav-menu__toggle.elementor-clickable.hfe-active-menu svg {
    width: 25px !important;
    height: 25px !important;
}
	.hfe-dropdown.menu-is-active {
    margin-top: 17px;
}
		.main-footer .custom-style-cf7  span.wpcf7-not-valid-tip {
    position: relative;
    top: 10px;
}
	.white-clod-bnr {
    padding: 40px 0;
}
	.white-clod-bnr {
    border-radius: 0 0 20px 20px;
}
	.wh-full-image {
    margin-top: -20px;
}
	.bullet-arrow-section .elementor-swiper-button.elementor-swiper-button-prev {
    left: 15vw !important;
}
	.bullet-arrow-section .elementor-swiper-button.elementor-swiper-button-next {
    right: 23vw !important;
}
}

@media (max-width: 380px) {
.disc-slides {
     padding: 40px 20px;
    min-height: 240px;
}
}


/*-----addtional-css---23-01-2025-------------*/

.client-slider figure.swiper-slide-inner img:hover {
    filter: inherit !important;
}

/*----animation-bounce-css-----*/

@keyframes bounce2 {
     
   0%, 20%, 50%, 80%, 100% {
			-moz-transform: translateY(0);
			-ms-transform: translateY(0);
			-webkit-transform: translateY(0);
			transform: translateY(0);
		}
		40% {
			-moz-transform: translateY(-10px);
			-ms-transform: translateY(-10px);
			-webkit-transform: translateY(-10px);
			transform: translateY(-10px);
		}
		60% {
			-moz-transform: translateY(-5px);
			-ms-transform: translateY(-5px);
			-webkit-transform: translateY(-5px);
			transform: translateY(-5px);
		}
	
    }


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

.main-site-header .hfe-nav-menu li.menu-item:not(:last-child) a.hfe-menu-item:before {
    content: "";
    width: 10px;
    height: 10px;
    display: block;
    background: #f00 !important;
    opacity: 0 !important;
    top: 0 !important;
    left: calc(50% - 13px);
    border-radius: 100%;
/* transform: translateY(-20px);
transition: all .5s ease-in-out; */
	
}

.main-site-header .hfe-nav-menu li.menu-item:not(:last-child) a.hfe-menu-item:after {
    content: "";
    width: 10px;
    height: 10px;
    display: block;
    background: #f00 !important;
    opacity: 0 !important;
    top: 0 !important;
    right: calc(50% - 13px);
    border-radius: 100%;
/* transform: translateY(-20px);
    transition: all .5s ease-in-out; */
	
}

.main-site-header .hfe-nav-menu li.menu-item:not(:last-child) a.hfe-menu-item:hover:before, .main-site-header .hfe-nav-menu li.menu-item:not(:last-child) a.hfe-menu-item:hover:after {
	opacity: 1 !important;
/* 	transform: translateY(0px); */
animation: bounce2 1s ease-in-out;
}
	
}
@media only screen and (min-width:1600px){
.video-section-home .elementor-widget-video {
    max-height: 800px;
}
	.video-section-home .elementor-widget-video video.elementor-video {
    max-height: 800px;
}
}
@media only screen and (max-width:767px){
	.video-section-home {
    margin-top: 30px;
    border-radius: 20px;
}
.featured-projects-section {
    border-radius: 0;
    margin-top: 0px;
}
}


.author-info-stick div#toc {
    margin-bottom: 30px;
}
.author-info-stick h2 {
    font-size: 24px;
    font-weight: 600;
}
.author-info-stick ul.toc-list li a:hover {
    text-decoration: underline;
}
.author-info-stick ul.toc-list li {
    list-style: none;
    margin-bottom: 10px;
}
.author-info-stick ul.toc-list li a {
    color: #1E1E1E;
    font-size: 16px;
    position: relative;
}
.author-info-stick ul.toc-list li a:before {
    position: absolute;
    content: "";
    background: #ff3c00 !important;
    width: 8px;
    height: 8px;
    left: -20px;
    border-radius: 50px;
    top: 7px;
}
.author-info-stick ul.toc-list li a:after {
    position: absolute;
    content: "";
    background: #ff3c00 !important;
    width: 8px;
    height: 8px;
    left: -18px;
    border-radius: 50px;
    top: 7px;
	display:none;
}
.author-info-stick ul.toc-list {
    padding-left: 25px;
}


/* @media only screen and (min-width:1200px){
	.author-info-stick {
    height: 85vh;
    overflow-x: hidden;
    overflow-y: auto;
}
} */