:root {
    --h1-size: clamp(32px, 5vw, 48px);
    --h2-size: clamp(28px, 4.5vw, 40px);
    --h3-size: clamp(24px, 4vw, 36px);
    --h4-size: clamp(20px, 3.5vw, 30px);
    --h5-size: clamp(18px, 3vw, 24px);
    --h6-size: clamp(16px, 2.5vw, 20px);
    --small-text-size: clamp(12px, 2vw, 16px);
    --paragraph-font-size: clamp(14px, 1.5vw, 16px);
    --larget-heading-font: clamp(40px, 6vw, 72px);
    --f-16: clamp(14px, 1.2vw, 16px);
  --f-18: clamp(16px, 1.4vw, 18px);
  --f-20: clamp(16px, 1.6vw, 20px);
  --f-22: clamp(18px, 1.8vw, 22px);
  --f-24: clamp(20px, 2vw, 24px);
  --f-26: clamp(22px, 2.2vw, 26px);
  --f-28: clamp(24px, 2.4vw, 28px);
  --f-30: clamp(26px, 2.6vw, 30px);
  --f-32: clamp(28px, 2.8vw, 32px);
  --f-34: clamp(30px, 3vw, 34px);
  --f-36: clamp(32px, 3.2vw, 36px);
  --f-40: clamp(34px, 3.6vw, 40px);
  --f-42: clamp(36px, 3.8vw, 42px);
  --f-48: clamp(38px, 4.4vw, 48px);
    --default-font-family: 'Plus Jakarta Sans';
  }  
@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('css/font/PlusJakartaSans-ExtraLight.eot');
    src: url('css/font/PlusJakartaSans-ExtraLight.eot?#iefix') format('embedded-opentype'),
        url('css/font/PlusJakartaSans-ExtraLight.woff2') format('woff2'),
        url('css/font/PlusJakartaSans-ExtraLight.woff') format('woff'),
        url('css/font/PlusJakartaSans-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('css/font/PlusJakartaSans-ExtraBold.eot');
    src: url('css/font/PlusJakartaSans-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('css/font/PlusJakartaSans-ExtraBold.woff2') format('woff2'),
        url('css/font/PlusJakartaSans-ExtraBold.woff') format('woff'),
        url('css/font/PlusJakartaSans-ExtraBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('css/font/PlusJakartaSans-Bold.eot');
    src: url('css/font/PlusJakartaSans-Bold.eot?#iefix') format('embedded-opentype'),
        url('css/font/PlusJakartaSans-Bold.woff2') format('woff2'),
        url('css/font/PlusJakartaSans-Bold.woff') format('woff'),
        url('css/font/PlusJakartaSans-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('css/font/PlusJakartaSans-Light.eot');
    src: url('css/font/PlusJakartaSans-Light.eot?#iefix') format('embedded-opentype'),
        url('css/font/PlusJakartaSans-Light.woff2') format('woff2'),
        url('css/font/PlusJakartaSans-Light.woff') format('woff'),
        url('css/font/PlusJakartaSans-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('css/font/PlusJakartaSans-Medium.eot');
    src: url('css/font/PlusJakartaSans-Medium.eot?#iefix') format('embedded-opentype'),
        url('css/font/PlusJakartaSans-Medium.woff2') format('woff2'),
        url('css/font/PlusJakartaSans-Medium.woff') format('woff'),
        url('css/font/PlusJakartaSans-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('css/font/PlusJakartaSans-Regular.eot');
    src: url('css/font/PlusJakartaSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('css/font/PlusJakartaSans-Regular.woff2') format('woff2'),
        url('css/font/PlusJakartaSans-Regular.woff') format('woff'),
        url('css/font/PlusJakartaSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('css/font/PlusJakartaSans-SemiBold.eot');
    src: url('css/font/PlusJakartaSans-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('css/font/PlusJakartaSans-SemiBold.woff2') format('woff2'),
        url('css/font/PlusJakartaSans-SemiBold.woff') format('woff'),
        url('css/font/PlusJakartaSans-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
body{
	font-family: var(--default-font-family) !important;
    color: #000;
}
 body h1 {
    font-size: var(--h1-size);
    font-family: var(--default-font-family);
  }
  
  body h2 {
    font-size: var(--h2-size);
    font-family: var(--default-font-family);
    line-height: 1.3;
  }
  
  body h3 {
    font-size: var(--h3-size);
    font-family: var(--default-font-family);
    line-height: 1.3;
  }
  
  body h4 {
    font-size: var(--h4-size);
    font-family: var(--default-font-family);
  }
  
  body h5 {
    font-size: var(--h5-size);
    font-family: var(--default-font-family);
  }
  
  body h6 {
    font-size: var(--h6-size);
    font-family: var(--default-font-family);
  }
  body .small-text {
    font-size: var(--small-text-size);
  }  
  body p{
    font-size: var(--paragraph-font-size);
    font-family: var(--default-font-family);
    line-height: 28px;
  }
  .f-16 { font-size: var(--f-16); }
.f-18 { font-size: var(--f-18); }
.f-20 { font-size: var(--f-20); }
.f-22 { font-size: var(--f-22); }
.f-24 { font-size: var(--f-24); }
.f-26 { font-size: var(--f-26); }
.f-28 { font-size: var(--f-28); }
.f-30 { font-size: var(--f-30); }
.f-32 { font-size: var(--f-32); }
.f-34 { font-size: var(--f-34); }
.f-36 { font-size: var(--f-36); }
.f-40 { font-size: var(--f-40); }
.f-42 { font-size: var(--f-42); }
.f-48 { font-size: var(--f-48); }
.light{font-weight: 300;}
.regular{font-weight: 400;}
.medium{font-weight: 500;}
.semibold{font-weight: 600;}
.bold{font-weight: 700;}
.lh-30{line-height: 30px;}
.header-menu-div #primary-navigation .nav-menu {
    display: flex;
    flex-direction: row;
    list-style: none;
    padding: 0px;
    margin: 0px;
    gap: 40px;
}
.header-menu-div #primary-navigation .nav-menu>li {
    position: relative;
    padding: 15px 0px;
}
.header-menu-div #primary-navigation .nav-menu li .sub-menu {
    padding: 15px;
    position: absolute;
    background: #fff;
    box-shadow: 0px 0px 12px -9px #000;
    list-style: none;
    width: 200px;
    display: none;
    margin-top: 10px;
    z-index: 99;
}
.header-menu-div #primary-navigation .nav-menu li a {
    color: #000;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
}
.header-menu-div #primary-navigation .nav-menu li:hover .sub-menu {
    display: block;
}
#masthead {
    padding: 10px 0px;
}
.header-menu-div #primary-navigation .nav-menu li .sub-menu li a {
    font-size: 14px;
}
.header-menu-div #primary-navigation .nav-menu li a:hover,.header-menu-div #primary-navigation .nav-menu li a:hover::after  {
    color: #4CC941 !important;
}
.header-menu-div #primary-navigation .nav-menu>li.menu-item-has-children a {
    padding-right: 20px;
}
.header-menu-div #primary-navigation .nav-menu>li.menu-item-has-children>a::after {
    content: '\e5cf';
    font-family: 'Material Icons Outlined';
    display: inline-block;
    color: #000;
    font-size: 18px;
    position: absolute;
    right: 0;
}
.btn-design-1 .material-icons-outlined {
    background: #fff;
    border-radius: 50%;
    color: #5eca42;
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.btn-design-1 {
    background: #4CC941;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 6px 15px 6px 10px;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.btn-design-1:hover {
    background: #000;
}
.btn-design-1:hover .material-icons-outlined {
    color: #000;
}
.home-banner-sec {
    padding: 60px 0px;
    background-image: url('https://staging.itxwebsolutions.com/wp-content/uploads/2024/11/home-banner-img.png');
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: right;
}
.h1-big {
    font-size: var(--larget-heading-font);
    font-weight: 300;
}
.h1-big strong {
    font-weight: 700;
}
.banner-heading-wrap img {
    position: absolute;
    left: 23%;
    bottom: 0;
}
.banner-heading-wrap {
    position: relative;
    margin-bottom: 40px;
}
.rating-block {
    border-top: 1px solid #D9D9D9;
    margin-top: 40px;
    width: 100%;
    max-width: 400px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.rating-block .rating-numbers {
    width: 50%;
    border-right: 1px solid #D9D9D9;
    padding-top: 30px;
    text-align: center;
}
.rating-block .rating-numbers h2 {
    font-size: var(--h1-size);
    font-weight: 700;
    margin-bottom: 0px;
}
.rating-block .rating-des {
    width: 50%;
    padding-top: 35px;
    padding-left: 30px;
}
.rating-block .rating-des p {
    margin-bottom: 10px;
    padding-left: 5px;
    font-size: 14px;
}
.rating-block .rating-des .rating-flex .material-icons-outlined {
    color: #FBBC1A;
    font-size: var(--f-30);
}
.rating-block .rating-numbers p {
    font-size: 14px;
}
.green-color{
    color: #4CC941;
}
.light-bg-1 {
    background-color: rgba(76,201,65,4%);
}
.top-rated-clients {
    padding: 10px 0px;
}
.scroll-div {
    background: #fff;
    font-size: 13px;
    color: #000;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 1px solid #4CC941;
}
.scroll-div .material-icons-outlined {
    color: #4CC941;
    position: relative;
    top: 9px;
}
.clients-block {
    overflow: auto;
    flex-wrap: nowrap;
}
.pt-60{
    padding-top: 60px;
}
.pb-60{
    padding-bottom: 60px;
}
.light-text {
    font-weight: 300;
}
.service-blocks-sec .services-block {
    padding-top: 40px;
}
.service-block {
    background: #FFFFFF;
    box-shadow: 0px 0px 56px rgba(0, 0, 0, 0.06);
    height: 338px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    padding: 30px;
    position: relative;
    margin-bottom: 20px;
}
.service-block .service-circle-icon {
    background: #FFFFFF;
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.09);
    width: 78px;
    height: 78px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9;
}
.service-cntnt {
    width: 100%;
    max-width: 300px;
}
.services-block-2 .service-cntnt, .services-block-4 .service-cntnt {
    margin-left: auto;
}
.service-block h3 {
    margin-bottom: 20px;
    line-height: 1.4;
}
.btn-design-2 {
    color: #4CC941;
    font-size: 16px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border-bottom: 1px solid #4CC941;
    padding: 7px 0px;
}
.service-cntnt p {
    margin-bottom: 25px;
}
.service-block:hover {
    background-color: #110F17;
}
.service-block:hover h3, .service-block:hover p {
    color: #fff;
}
.color-white{
    color: #fff;
}
.green-bg{
    background-color: #4CC941;
}
.specification-main-sec {
    margin-top: 60px;
    padding: 60px 0px;
    background: #110F17;
    overflow: hidden;
}
.specification-main-sec p {
    margin-bottom: 0px;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.specification-main-sec p .material-icons-outlined {
    color: #4CC941;
    font-size: 35px;
    margin-right: 15px;
}
.support-block {
    border-radius: 10px;
    padding: 25px 80px 25px 30px;
    position: relative;
}
.support-block h3 {
    margin-bottom: 15px;
    font-weight: 600;
}
.support-block .white-circle-icon {
    position: absolute;
    right: 20px;
    bottom: 34px;
    background: #fff;
    border-radius: 50%;
    color: #5eca42;
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.support-block p {
    margin-bottom: 0px;
}
.about-img-left .about-img-1 {
    margin-top: 20px;
}
.about-img-sec .about-img-left, .about-img-sec .about-img-right {
    width: 50%;
}
.about-img-sec .about-img-right {
    padding-left: 15px;
}
.about-img-sec .about-img-right img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.about-second-content {
    padding-left: 40px;
}
.about-second-content ul li {
    position: relative;
    padding-left: 110px;
    margin-bottom: 50px;
}
.about-second-content ul li .as-icons {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: rgba(76,201,65,4%);
    display: inline-flex;
    align-items: center;
    justify-content: space-around;
    position: absolute;
    left: 0;
    top: 0;
}
.about-second-content ul li h3 {
    margin-bottom: 15px;
    font-weight: 600;
}
.about-second-content ul {
    width: 100%;
    max-width: 500px;
}
.about-second-content ul li:not(:last-child)::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 56px;
    background: #5eca42;
    left: 33px;
    bottom: -26px;
}
.mt-60{
    margin-top: 60px;
}
.mb-60{
    margin-top: 60px;
}
.black-template-block {
    background: #110F17;
    border-radius: 20px;
    padding: 60px;
    background-image: url('/wp-content/uploads/2024/11/shape-03.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
}
.newsletter-form {
    position: relative;
}
.newsletter-form p {
    margin-bottom: 0px;
}
.newsletter-form .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}
.newsletter-form .wpcf7-form-control-wrap input {
    width: 100%;
    background: #fff;
    border-radius: 50px;
    padding: 11px 170px 11px 28px;
    border: none;
}
.newsletter-form .submit-box {
    position: absolute;
    right: 3px;
    top: 3px;
    width: auto;
    max-width: 185px;
    height: 100%;
    bottom: 0;
}
.btn-design-3 {
    background: #4CC941;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 8px 23px 8px 50px;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: none;
    background-image: url('/wp-content/uploads/2024/11/button-arrow.svg');
    background-repeat: no-repeat;
    background-position: 6px 5px;
}
.newsletter-form .submit-box .wpcf7-spinner {
    display: none;
}
.recent-project-sec {
    background: #110F17;
    background-image: url('/wp-content/uploads/2024/11/shape-02.png');
    background-size: auto;
    background-repeat: no-repeat;
    z-index: 0;
    overflow: hidden;
    padding-bottom: 25%;

}
.recent-project-sec .recent-portfolio-sec {
    position: absolute;
    top: 60px;
    right: 0;
    z-index: 9;
    width: 100%;
    max-width: 60%;
    margin-left: auto;
}
.recent-project-div .rp-img img {
    width: 100%;
    height: 100%;
}
.recent-project-sec .recent-portfolio-sec .recent-portfolio-slider .slick-list {
    padding-left: 0px !important;
}
.recent-project-sec .recent-portfolio-sec .recent-portfolio-slider .slick-track {
    display: flex;
    gap: 15px;
}
.recent-project-div .rp-content {
    left: 0;
    position: absolute;
    bottom: 30px;
    padding: 0px 30px;
    right: 0;
}
.recent-project-div .rp-content .project-tag {
    background: linear-gradient(180deg, #4CC941 0%, #30E120 100%);
    color: #fff;
    margin-bottom: 0px;
    display: inline-block;
    padding: 10px 15px;
    font-weight: 500;
}
.recent-project-div .rp-content .projec-name {
    margin-bottom: 0px;
    background: #fff;
    width: 100%;
    padding: 18px 15px;
}
.link-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    cursor: pointer;
}
.recent-project-div .rp-img {
    position: relative;
    z-index: 0;
}
.recent-project-div .rp-img::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(217, 217, 217, 0) 0%, #1A1818 100%);
    z-index: 0;
}
.recent-project-sec .recent-portfolio-sec .recent-portfolio-slider .slick-dots li button {
    display: none;
}
.recent-project-sec .recent-portfolio-sec .recent-portfolio-slider .slick-dots li {
    background: rgba(217,217,217,20%);
    width: 50px;
    height: 4px;
    cursor: pointer;
    margin: 0px;
}
.recent-project-sec .recent-portfolio-sec .recent-portfolio-slider .slick-dots li.slick-active {
    background: #66da38;
}
.testimonial-vlock-sec {
    margin-top: 50px;
}
.testimonial-header .t-quote-icon {
    width: 60px;
    height: 60px;
    background: #EDFAEC;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.testimonial-header {
    position: relative;
    z-index: 0;
    margin-bottom: 50px;
}
.testimonial-header::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 31px;
    width: 100%;
    background: #D9D9D9;
    height: 1px;
    z-index: -1;
}
.testimonial-content-slider .testimonial-cntnt>p {
    font-size: 18px;
    line-height: 34px;
    margin-bottom: 30px;
}
.testimonial-footer {
    display: flex;
    flex-direction: row;
    gap: 30px;
    align-items: center;
}
.testimonial-footer .t-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 1px solid #4CC941;
}
.testimonial-footer .t-img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.testimonial-content-slider .slick-arrow::before {
    font-family: 'Material Icons Outlined';
    display: inline-block;
    color: #5eca42;
    font-size: 25px;
    position: absolute;
    right: 17px;
}
.testimonial-content-slider .slick-arrow.slick-prev::before {
    content: '\e5c4';
}
.testimonial-content-slider .slick-arrow.slick-next::before {
    content: '\e5c8';
}
.testimonial-content-slider .slick-arrow {
    width: 60px;
    height: 60px;
    background: #EDFAEC;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.testimonial-content-slider .slick-prev.slick-arrow {
    position: absolute;
    top: -80px;
    right: 70px;
    left: initial;
}
.testimonial-content-slider .slick-next.slick-arrow {
    position: absolute;
    top: -80px;
    right: 0px;
    left: initial;
}
.numbers-section {
    background: #110F17;
    padding: 60px;
    background-image: url(/wp-content/uploads/2024/11/shape-03.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
}
.numbers-div.bordered h3 {
    -webkit-text-stroke: 2px #fff;
    color: transparent;
}
.numbers-div h3 {
    font-size: 80px;
    margin-bottom: 0px;
    font-weight: 800;
    font-family: arial;
}
.numbers-div.filled h3 {
    color: #fff;
}
.numbers-div p {
    color: #fff;
    margin-bottom: 0px;
}
.pricing-section-wrap {
    background: #FFFFFF;
    border: 1px solid #EFF0F7;
    box-shadow: 0px 2px 12px rgba(20, 20, 43, 0.08);
    border-radius: 24px;
    padding: 40px;
    position: sticky;
    top: 0px;
    margin-bottom: 5px;
}
.pricing-header .ph-icon {
    background: #EDFAEC;
    width: 72px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    margin-right: 20px;
}
.pricing-header .ph-cntnt h3 {
    margin-bottom: 5px;
}
.pricing-header .ph-cntnt p {
    margin-bottom: 0px;
}
.pricing-header {
    align-items: center;
    margin-bottom: 40px;
}
.pricing-cntnt .pricing-div {
    display: flex;
    flex-direction: row;
}
.pricing-cntnt .pricing-div .bold.price-value {
    margin-bottom: 0px;
    font-size: 54px;
    margin-right: 5px;
}
.light-text-color {
    color: #6F6C90;
}
.pricing-cntnt .pricing-div .pricing-time {
    font-size: 20px;
}
.pricing-whats-included .prcing-specification {
    list-style: none;
    padding: 0px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}
.pricing-whats-included .prcing-specification li img {
    margin-right: 8px;
}
.pricing-whats-included .prcing-specification li {
    margin-bottom: 10px;
}
.text-decoration-none{
    text-decoration: none;
}
.pricing-plan-sec .heading-block p:last-child {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
}
.productivity-section-wrap {
    background: url('/wp-content/uploads/2024/11/productivity-main-solutions.png');
    background-size: cover;
    padding-top: 60px;
    position: relative;
    z-index: 0;
}
.productivity-section-wrap .faq-block {
    padding-top: 100px;
    padding-bottom: 25px;
}
.productivity-section-wrap::before {
    content: '';
    position: absolute;
    background: linear-gradient(90deg, #4CC941 0%, #49C83E 100%);
    width: 100%;
    bottom: 0;
    height: 155px;
    z-index: -1;
    max-width: 40%;
}
.productivity-section-wrap-1 .accordion .accordion-item {
    border: none;
}
.productivity-section-wrap-1 .accordion .accordion-item {
    border-bottom: 1px solid #D9D9D9 !important;
    border: none;
    position: relative;
}
.productivity-section-wrap-1 .accordion .accordion-item .accordion-header {
    font-size: 16px;
    font-weight: 500;
    padding: 25px 0px;
    cursor: pointer;
    position: relative;
}
.productivity-section-wrap-1 .accordion .accordion-item .accordion-header::after {
    content: '+';
    position: absolute;
    right: 0;
    font-size: 22px;
    top: 17px;
}
.productivity-section-wrap-1 .accordion .accordion-item .accordion-header.active::after {
    content: '-';
}
.productivity-section-wrap-1 .accordion .accordion-item .accordion-header.active {
    color: #4CC941;
}
.productivity-section-wrap-1 .accordion {
    width: 100%;
    max-width: 560px;
}
.contact-us-block {
    background: #FFFFFF;
    box-shadow: 0px 4px 44px rgba(0, 0, 0, 0.11);
    border-top: 7px solid #49C83E;
}
.productivity-section-wrap-1 {
    position: relative;
    z-index: 9;
}
.contact-us-block {
    background: #FFFFFF;
    box-shadow: 0px 4px 44px rgba(0, 0, 0, 0.11);
    border-top: 7px solid #49C83E;
    padding: 40px;
    margin-top: -215px;
}
.form-design .input-design input, .form-design .input-design textarea {
    width: 100%;
    border: 1px solid #D9D6D6;
    padding: 18px 25px;
}
.form-design .input-design p {
    margin-bottom: 0px;
}
.form-design .input-design {
    margin-bottom: 20px;
}
.form-design .input-design textarea {
    height: 150px;
}
.form-design .wpcf7-spinner {
    display: none;
}
.blogs-main-sec .blog-div-wrap {
    margin-top: 40px;
}
.blogs-main-sec .blog-div-wrap .blogs-img img {
    width: 100%;
    border-radius: 20px;
}
.blogs-main-sec .blog-div-wrap .blogs-img {
    position: relative;
}
.blogs-main-sec .blog-div-wrap .blogs-img .blogs-arrow {
    width: 70px;
    height: 70px;
    background: #4CC941;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    position: absolute;
    bottom: -5px;
    right: -5px;
    border: 8px solid #fff;
}
.blogs-main-sec .blog-div-wrap .blogs-img {
    position: relative;
    margin-bottom: 25px;
}
#footer {
    background: #110F17;
    padding: 60px 0px 0px 0px;
    background-image: url(/wp-content/uploads/2024/11/shape-03.svg);
    background-size: auto;
    background-repeat: no-repeat;
    margin-top: 60px;
}
#footer .footer-block {
    background: #16141B;
    border: 1px solid rgba(255,255,255,14%);
    padding: 30px 40px;
}
#footer .footer-block {
    background: #16141B;
    border: 1px solid rgba(255,255,255,14%);
    padding: 40px;
    border-radius: 10px;
}
#footer .footer-block .footer-content-block {
    display: flex;
    flex-direction: row;
    align-items: center;
}
#footer .footer-block .footer-content-block .color-white {
    margin-bottom: 0px;
    margin-left: 40px;
    padding-left: 40px;
    border-left: 1px solid #fff;
}
#footer .newsletter-form .wpcf7-form-control-wrap input:focus {
    outline: none;
}
#footer .newsletter-form .wpcf7-form-control-wrap input {
    background: transparent;
    border-radius: 0px;
    padding-left: 0px;
    border-bottom: 1px solid #7D7D7D;
    color: #fff;
}
#footer .newsletter-form .submit-box .btn-design-3 {
    font-size: 0px;
    background-color: transparent;
    padding: 0px;
    background-size: 36px;
    width: 36px;
    height: 36px;
    background-position: initial;
}
.footer-second-blocks {
    padding-top: 60px;
}
.footer-second-blocks ul {
    list-style: none;
    margin-top: 40px;
}
.footer-second-blocks ul li a img {
    margin-right: 30px;
}
.footer-second-blocks ul li {
    margin-bottom: 40px;
}
.footer-second-blocks ul li a {
    display: flex;
    flex-direction: row;
    text-decoration: none;
}
.footer-second-blocks ul li a .badge {
    display: block;
    text-align: left;
    padding: 0px;
    color: #C3C6C2;
    font-weight: 300;
    margin-bottom: 2px;
}
.footer-second-blocks ul li a .value {
    color: #fff;
}
.footer-second-blocks ul li a>span {
    border-left: 2px solid #C3C6C2;
    padding-left: 30px;
}
.footer-location-block {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}
.footer-location-block a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.footer-location-block a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px;
    text-decoration: none;
}
.footer-location-block a address {
    color: #fff;
    margin-bottom: 0px;
}
.footer-location-block>img {
    transition: all 0.5s ease-in-out;
    width: 100%;
    height: 100%;
}
.footer-location-block a img {
    width: 60px;
    display: block;
    margin-bottom: 50px;
    height: 60px;
    object-fit: contain;
}
.footer-location-block:hover img {
    transform: scale(1.2);
}
#footer .footer-block .footer-content-block img {
    max-width: 220px;
}
.copyright-block {
    margin-top: 50px;
    background: #16141B;
    padding: 24px 0px;
}
.copyright-block .color-white {
    margin-bottom: 0px;
}
.copyright-block .social-media-icons {
    gap: 18px;
    list-style: none;
    margin-bottom: 0px;
    padding: 0px;
}
.our-services-sec .service-img-cntnt {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 600px;
    margin: 0 auto;
}










@media (min-width:1200px){
    .services-block-1 .service-circle-img {
        position: absolute;
        right: -260px;
        bottom: -280px;
        width: 550px;
        height: 550px;
        border-radius: 50%;
        object-position: right;
        object-fit: cover;
    }
    .numbers-section .col-lg-8 .row {
        padding-left: 70px;
    }
    .service-blocks-sec .about-content {
        padding-left: 60px;
    }
    .services-block-2 .service-circle-img {
        position: absolute;
        left: -260px;
        bottom: -280px;
        width: 550px;
        height: 550px;
        border-radius: 50%;
        object-fit: cover;
        object-position: left;
    }
    .recent-project-sec .recent-portfolio-sec .recent-portfolio-slider .slick-dots {
        position: absolute;
        left: -503px;
        bottom: 40%;
        width: 100%;
        max-width: 400px;
        display: flex;
        justify-content: flex-start;
    }
    .services-block-3 .service-circle-img {
        position: absolute;
        right: -260px;
        top: -280px;
        width: 550px;
        height: 550px;
        border-radius: 50%;
        object-fit: cover;
        object-position: right;
    }
    .services-block-4 .service-circle-img {
        position: absolute;
        left: -260px;
        top: -280px;
        width: 550px;
        height: 550px;
        border-radius: 50%;
    }
    .services-block-1 .service-circle-icon {
        position: absolute;
        right: 150px;
        top: 87px;
    }
    .services-block-2 .service-circle-icon {
        position: absolute;
        left: 172px;
        top: 87px;
    }
    .services-block-3 .service-circle-icon {
        position: absolute;
        bottom: 87px;
        right: 150px;
    }
    .services-block-4 .service-circle-icon {
        position: absolute;
        bottom: 87px;
        left: 150px;
    }
}
@media (min-width: 992px){
    .header-menu-div #primary-navigation .menu-toggle {
        display: none;
    }
}