/*
Theme Name: Digitalize
Theme URI: http://rundiz.com
Author: Vee Winch, christianoliff
Author URI:
Description: Bootstrap v.4 basic theme for developers to build their new theme very fast and easy. (WordPress 5 or Gutenberg ready.) The concept is to keep it basic, no rich features, no additional functions; all of these for theme developers will be easier to start develop their theme. To follow what was changed, please look for <a href="https://github.com/Rundiz-WP/bootstrap-basic4" target="commits">commits</a> of this theme at Github or changelog.md file that come with the theme. Please read notice on Bootstrap Basic 4 Help page in Dashboard &gt; Appearance &gt; Bootstrap Basic4 Help or in readme.txt file in this theme package.
Version: 1.3.4
Requires PHP: 5.5
Requires at least: 5.0
Tested up to: 5.9
License: MIT
License URI: https://opensource.org/licenses/MIT
Text Domain: bootstrap-basic4
Domain Path: /languages/
Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-menu, featured-images, post-formats, threaded-comments, translation-ready, editor-style, blog

This theme built with Twitter Bootstrap v.4. It is basic theme with basic style for build new theme with Bootstrap.

*/


/*
Required WordPress CSS
*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');

body{
    font-family: 'Poppins', sans-serif !important;
    font-size:16px;
    color:#333;
    font-weight:normal;
}
a:hover {
 
 text-decoration: none;
    color: #fff;
}
.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.bypostauthor {
}


/* WordPress gallery */
.gallery-caption {
}
.gallery {
	margin-bottom: 1.6em;
}
.gallery-item {
	display: inline-block;
	padding: 1.79104477%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}
.gallery-icon img {
	margin: 0 auto;
}
.gallery-caption {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	display: block;
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	padding: 0.5em 0;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}


.sticky {
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}


/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}






/*******************CSS***********************/


.exp {
    -webkit-text-stroke: 1px #000000;
    -webkit-text-fill-color: transparent;
    color: #000000;
    font-size: 51px;
    font-weight: bold;
}
#banner h2 {
    -webkit-text-stroke: 3px #101011;
    -webkit-text-fill-color: transparent;
    color: #101011;
    font-size: 16rem;
    font-weight: bold;
}
.spacing {
    padding: 80px 0px;
}
.spacing.banner {
    padding: 130px 0px;
}
#header-sroll {
    border-bottom: 1.5px solid #101011;
}
#banner .about_cont.cont.pb-2 {
    font-size: 5.5rem;
    padding-top: 25px;
    font-weight: 600;
}
.site-content {
    position: relative;
}
.home_main_page {
    display: none;
}

.container.page-container {
    max-width: 1621px;
    width: 95%;
}
.main-navigation a {
    color: #333333;
    font-weight: 500 ;
    text-transform: uppercase ;
    font-family: 'Poppins', sans-serif;
}

nav.navbar.navbar-expand-lg.navbar-light.top-nav .contact-us-btn a::before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    background: url(/wp-content/uploads/2023/07/Vector-8.png);
    background-repeat: no-repeat;
    left: 12%;
    top: 38%;
}
.navbar {
  justify-content: end;
}
.contact-us-btn a {
    background: #116BCE;
    color: #fff !important;
}
nav.navbar.navbar-expand-lg.navbar-light.top-nav ul li a {
    font-size: 16px;
    font-weight: 500;
    padding: 23px 32px;
    color: #101011;
    text-transform: capitalize;
}
nav.navbar.navbar-expand-lg.navbar-light.top-nav .contact-us-btn a {
    color: #fff !important;
    padding: 12px 17px 9px 40px;
    margin-top: 11px;
    margin-left: 25px;
    border-radius: 50px;
    border: 2px solid #116BCE;
    background: linear-gradient(90deg, #116BCE -5.4%, #6167C1 50.96%, #7F65B8 100%);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.07), 0px 25px 50px -12px rgba(0, 0, 0, 0.25);
    position: relative;
}
nav.navbar.navbar-expand-lg.navbar-light.top-nav .contact-us-btn a {
    padding: 12px 24px 9px 41px;
    margin-top: 11px;
    margin-left: 25px;
    border-radius: 50px;
    border: 2px solid rgb(17, 107, 206);
    background: linear-gradient(90deg, rgb(17, 107, 206) -5.4%, rgb(97, 103, 193) 50.96%, rgb(127, 101, 184) 100%);
    box-shadow: rgba(0, 0, 0, 0.07) 0px 0px 15px 0px, rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
    position: relative;
    color: rgb(255, 255, 255) !important;
}
.about_cont.cont.pb-2 br {
    display: none;
}
a:hover {
    text-decoration: none !important;
    color: #fff;
}
/**************Banner-sec*******************/
#banner {
    padding: 5rem 0rem 8rem;
}
.banner .heading-two {
    font-size: 55px;
    font-weight: 600;
}
nav.navbar.navbar-expand-lg.navbar-light.top-nav {
    justify-content: end;
}
/************Digital-Revolution-Sec****************/
.heading-two {
    font-size: 34px;
    font-weight: 600;
}
.cont {
    font-size: 24px;
}
#digital-revolution {
    padding: 80px 0px;
    background: linear-gradient(181deg, #e6e6e6, #ffffff);
    border-bottom: 4px solid #e6e6e6;
}
.cont p {
font-size: 20px;
    font-weight: 400;
    margin: 35px 0 0;
}
.about-img-left img {
    width: 100%;
}
.heading-three h3 {
    font-family: Poppins;
    font-size: 30px;
    font-weight: 500;
    line-height: 29px;
}
.pera p {
    font-size: 18px;
    font-weight: 400;
    color: #101011;
	
}
.innerSlide img {
    background: #DBE9F8;
    width: 72px;
    height: 72px;
    padding: 14px;
    border-radius: 12px;
}
.Our-expertise .col-md-4 {
    padding-top: 42px;
}
.Our-expertise-cont.pera {
    width: 385px;
}
#ask-question h2.title {
    font-size: 40px;
    padding-bottom: 40px;
    color: #101011;
}
h3.heading-three{
        font-size: 30px;
    font-weight: 500;
    line-height: normal;
    margin: 0 0;
}
.custom_buttion a {
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    color: #282C4B;
    border: 2px solid #116BCE;
    padding: 16px 39px 16px 39px;
    border-radius: 40px;
}
.custom_buttion {
    padding-top: 70px;
}
#Our-Partners {
    background-repeat: no-repeat;
    color: #fff;
    background: linear-gradient(90deg, #116BCE 0.64%, #6167C1 53.66%, #7F65B8 99.46%);
}
.Our-Partnerst.pera p {
    color: #fff;
}
#Our-Partners .row-full {
    padding-top: 29px;
}
#Case-study .row {
    align-items: center;
}
#Case-study img {
    width: 100%;
}
.bck-shadow::before {
    position: absolute;
    width: 74%;
    height: 66%;
    content: '';
    top: 40%;
    background: url(https://digitalize.netedsoftech.com/wp-content/uploads/2023/09/Group-21111qa-1-2.png);
    background-repeat: no-repeat;
}

.bck-shadow::after {
    position: absolute;
    width: 60%;
    height: 100%;
    background: url(https://digitalize.netedsoftech.com/wp-content/uploads/2023/09/Group-3111111111111.png);
    content: '';
    right: 6px;
    bottom: 0px;
    background-repeat: no-repeat;
}
.bck-shadow{
    position: relative;
}
.ani-img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 27px;
}
#Our-process .custom_btn {
    padding-top: 44px;
}
#Our-process .cont p {
    font-size: 18px;
    font-weight: 400;
}
#Our-process .custom_btn a {
    color: #fff;
    text-decoration: none;
}
#Faq img {
    width: 100%;
}
.card-header a.collapsed {
    font-size: 22px;
    font-weight: 500;
    color: #000;
    text-decoration: none;
}
.card-header a {
    font-size: 22px;
    font-weight: 500;
    color: #116BCE;
	text-decoration: none;
  
}
.faq_right_sec .card-header {
    background: none;
    border-bottom: 0;
}
.custom_btn {
    padding-top: 83px;
}

#ask-question .card-header {
    border: 0;
    background-color: #fff;
}
#ask-question .card {
    border: none;
    box-shadow: 1px 5px 11px -1px #c1c1c1;
    padding: 24px 18px;
    border-radius: 16px;
}	
.card-header a:hover {
    text-decoration: none;
}
.apps-faq .card {
    margin: 10px 0;
}
.apps-faq .card .show {
    margin: 1px 0;
    background: transparent;
    padding: 10px 0;
    border-radius: 6px!important;
}
.apps-faq img {
    width: 100%;
}

.accordion .card-header a.collapsed:after {
    content: "\f106";
}
.accordion .card-header a:after {
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    float: right;
}
.heading-title-3.text-center {
    padding-bottom: 26px;
}
.footer-sec h4 {
    font-size: 25px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
}
.footer-sec {
    padding-top: 100px;
    padding-bottom: 0px;
    background: url(../../uploads/2023/08/Group-1000003793.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.footer-icons a {
    padding-right: 35px;
}
.footer-sec .pera p {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 28px;
}
.copy-right a {
    font-size: 18px;
    font-weight: 500;
    line-height: 29px;
    color: #fff;
}
.copy-right	{
    border-top: 2px solid #ffffff;
}
.copy-right .copy{
    padding: 40px 0px;
}
#blog-slider .owl-dots {
    display: none;
}
#blog-slider {
    display: flex;
    justify-content: space-between;
}
#client_Review .owl-carousel .owl-item img {
    width: auto;
    margin: 0 auto;
    border: 4px solid #116BCE;
    border-radius: 50%;
    padding: 5px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #116bec !important;
}
#client_Review .item {
    text-align: center;
}
#client_Review {
    background: #F5F5F5;
    padding: 42px 0px;
}
.container.container-testi {
    max-width: 851px;
    margin: 0 auto;
}
#client_Review .container-testi::before {
    position: absolute;
    content: '';
    width: 6%;
    height: 15%;
    background: url(/wp-content/uploads/2023/09/unnamed-file.png);
    background-repeat: no-repeat;
    left: -6%;
    top: 14%;
}
#client_Review .container-testi::after {
    position: absolute;
    content: '';
    width: 6%;
    height: 15%;
    background: url(/wp-content/uploads/2023/09/1.png);
    background-repeat: no-repeat;
    right: -6%;
    top: 14%;
}
#client_Review .owl-dots {
    display: none;
}
#client_Review .container-testi {
    position: relative;
}
.testi-clint-name {
    font-size: 24px;
    font-weight: 500;
    color: #101011;
    padding-top: 10px;
}
.testi_clint-designation {
    font-size: 20px;
    color: #116BCE;
    font-weight: 500;
}
#blog a {
    font-size: 22px;
    text-decoration: none;
    color: #000000;
    font-weight: 700;
}
#blog {
    padding-top: 12px;
}
.b-desc {
    padding-top: 10px;
}
#blog .custom_btn {
    padding-top: 69px;
}
#ask-question {
    position: relative;
}
/**************animation*****************/
.
#Streamlined .row {
    padding-bottom: 68px;
}


#Streamlined .col-md-2 img {
    background: #d9d9d9;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    padding: 17px;
    margin-top: 64px;
    margin-left: 30px;
}


.timelineProject .col-md-5 p {
    margin-bottom: 10px;
}


#Streamlined .col-md-2 {
    text-align: center;
}

.timeline_outer {
    position: relative;
}

.timeline {
    padding: 0;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}
.timeline ul {
    padding: 0;
}
.timeline .default-line {
    content: "";
    position: absolute;
    left: 50%;
    width: 7px;
    height: 2900px;
    background: #D9D9D9;
}
.timeline .draw-line {
    width: 7px;
    height: 0;
    position: absolute;
    left: 50%;
    background: #1C4088;
}
.timeline ul li.in-view {
    transition: 0.125s ease-in-out, background-color 0.2s ease-out, color 0.1s ease-out, border 0.1s ease-out;
}
.timeline ul li {
    list-style-type: none;
    position: relative;
    width: 2px;
    margin: 0 auto;
    height: 287px;
    background: transparent;
}
.timelineProject .timelineblock:nth-child(even) .row .timelineText {
    text-align: right;
}
.timelineProject .timelineblock:nth-child(even) .row {
    flex-direction: row-reverse;
}
.col-md-5.heading-three.pera.timelineText {
    padding-bottom: 133px;
}
.ani-img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 30px;
}
.Streamlined_sec {
    padding-bottom: 75px;
}
.timeline .draw-line {
    width: 7px;
    height: 0;
    position: absolute;
    left: 50%;
    background: #1C4088;
}

.timeline ul li.in-view::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #1C4088;
    background-repeat: no-repeat;
    background-position: center;
    transition: 0.125s ease-in-out, background-color 0.2s ease-out, color 0.1s ease-out, border 0.1s ease-out;
}
.timeline ul li::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
     width: 100px;
    height: 100px;
    border-radius: 50%;
    background: inherit;
    background: #D9D9D9;
    transition: all 0.4s ease-in-out;
}
#social_tools .item {
    padding: 0px 15px;
}
#social_tools .row-full {
    padding-top: 37px;
}
/****************Contact-form********************/
.container.ux-project.page-container {
    max-width: 692px;
    padding-bottom: 47px;
    padding-top: 32px;
}
.banner .form-inner-sec {
    padding: 22px 22px 19px 22px;
    border-bottom-right-radius: 14px;
    border-bottom-left-radius: 14px;
    border-top: none;
    background: #fff;
}
.contactform-name-sec {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 8px;
}
.contactform-name-sec p {
    width: 47%;
    text-align: left;
}
.form-inner-sec label {
    font-size: 14px;
    font-weight: 500;
}
.contactform-message-sec p {
    text-align: left;
} 
.contactform-contact-sec p {
    text-align: left;
}
.contactform-contact-sec input.wpcf7-form-control {
    width: 100%;
    padding: 9px 0px 9px 11px;
    border: 1px solid #686868;
}
.form-inner-sec input.wpcf7-form-control {
    font-size: 12px;
    font-weight: 400;
}

.form-inner-sec .wpcf7-form-control {
    border-radius: 6px;
    border: 1px solid #999999;
}
.ux-oroject-form-btn.custom_btn.learnMore {
    padding-top: 0;
}
.ux-oroject-form-btn p {
    display: flex;
    justify-content: center;
}
.custom_btn input.wpcf7-form-control.has-spinner.wpcf7-submit.Submit-btn {
    font-size: 18px;
    background: #c81115;
    color: #fff;
    padding: 13px 61px;
    border-radius: 6px;
    transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
    position: relative;
}
span.wpcf7-spinner {
    display: none;
}
.contactform-message-sec textarea {
    width: 100%;
    padding: 6px 0px 6px 11px;
    font-size: 12px;
}
.contactform-name-sec input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    width: 100%;
    padding: 9px 0px 9px 11px;
}
#contact-us #about-banner {
    padding: 9rem 0rem 7rem;
}
#our-presence {
    padding-bottom: 80px;
}

.scroll-filler {
  height: 80vh;
}

.scroll-reveal-section .item {
  position: relative;
}
.scroll-reveal-section .item:after {
  content: "";
  display: block;
  height: 100vh;
  margin-bottom: -100vh;
}
.scroll-reveal-section .item:last-of-type {
  margin-bottom: 0;
}
.scroll-reveal-section .item:last-of-type:after {
  display: none;
}
.scroll-reveal-section .item .image-holder {
    position: sticky;
    top: 0;
    float: right;
    overflow: hidden;
    width: 40%;
    height: 100vh;
}	
.scroll-reveal-section .item .image-holder img {
  position: relative;
  height: 100%;
  width: auto;
  left: 50%;
  transform: translateX(-50%);
}
.scroll-reveal-section .item .text-holder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50%;
    min-height: 120vh;
    padding: 0;
}
#banner .about_cont.cont.pb-2 br{display:none}


/*
.drop-in {
 animation: drop-in 1s ease 200ms backwards;
}

.drop-in-2 {
 animation: drop-in 1200ms ease 500ms backwards;
}

@keyframes drop-in {
 from {
  opacity: 0;
  transform: translateY(-100px);
 }
 to {
  opacity: 1;
  transform: translate(0px);
 }
}
*/

/***************About-Page**********************/
#about-banner h2 .exp {
    font-size: 8rem;
    color: #101011;
}
#about-banner {
    padding: 9rem 0rem 0rem;
}
.row.Our-Vision {
    align-items: center;
    padding-bottom: 31px;
}
#our-founder h3 {
    font-weight: 400;
    padding-top: 17px;
}
.social-icons img {
    background: #cfcdcd78;
    padding: 11px;
    border-radius: 50%;
    margin-right: 5px;
}
#our-founder {
    background: #d2d2d23d;
    padding: 80px 0px;
}
.bulding-ideasbtn.custom_btn {
    padding: 35px 0px;
}
.bulding-ideasbtn.custom_btn a {
    color: #fff;
    border-radius: 50px;
    border: 2px solid #116BCE;
    background: linear-gradient(90deg, #116BCE -5.24%, #6167C1 46.83%, #7F65B8 100%);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.07), 0px 25px 50px -12px rgba(0, 0, 0, 0.25);
}
#bulding-ideas p {
    margin-top: 0;
    text-transform: uppercase;
    color: #116BCE;
}
#bulding-ideas {
    background: url(../../uploads/2023/07/Section.png);
    color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0px;
    margin-bottom: 80px;
    background-attachment: fixed;
}
.Our-Vision .scroll-reveal-section .item .image-holder {
    float: left;
    width: 50%;
}
.Our-Vision .scroll-reveal-section .item .text-holder {
    width: 50%;

}
#About-Us-sec {
    background: linear-gradient(90deg, #116BCE 0.06%, #6167C1 49.5%, #7F65B8 99.97%);
    color: #fff;
}
.w50 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}
.c-img {
    margin-top: 30px;
    position: absolute;
    top: 30%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}






.about-vision .container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.about-vision-left {
    position: sticky;
    top: 0;
    padding-top: 100px;
    float: left;
    width: 40%;
}
.about-vision-right {
    width: 60%;
}
.about-vision-left ul {
    opacity: 1;
}
.about-vision-left ul li a.vision-link-1.active {
    color: red;
}



.about-vision-left ul li {
    margin-bottom: 25px;
}

.ab-vm-contt {
    padding-top: 100px;
    padding-bottom: 200px;
    min-height: 100vh;
}
.ab-vm-contt h5 {
    display: none;
}

.about-vision-left h2.vision-link-3.active {
	
    color: ##9c34f0;
}
.about-vision-left h2.vision-link-2.active {
    color: #5857f9;
}
.about-vision-left h2.vision-link-1.active {
    color: #fb5457;
}
.about-vision-left h2 {
    font-size: 40px;
    font-weight: 600;
    padding-bottom: 40px;
}
#our-presence h5 {
    font-size: 30px;
}
#our-presence p {
    font-size: 18px;
    font-weight: 400;
}
#our-presence img {
    padding-bottom: 30px;
}
.presence::before {
    position: absolute;
    width: 2px;
    height: 85%;
    top: 14%;
    content: '';
    background: #cccccc;
}
#our-presence .row {
    position: relative;
}
#our-presence .row::before {
    position: absolute;
    width: 2px;
    height: 85%;
    top: 14%;
    content: '';
    background: #cccccc;
    left: 50%;
}
.heading-sec {
    text-align: left;
    background: #C81115;
    color: #fff;
    padding: 12px 8px 1px 8px;
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
}

/**************Services********************/
.heading-sec.services {
    background: #101011;
}
.form-inner-sec.services input.wpcf7-form-control {
    width: 100%;
    padding: 9px 0px 9px 11px;
    border: 1px solid #686868;
}
.services input.wpcf7-form-control.has-spinner.wpcf7-submit.Submit-btn {
    border-radius: 50px;
    border: 2px solid #116BCE;
    background: linear-gradient(90deg, #116BCE -5.4%, #6167C1 50.96%, #7F65B8 100%);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.07), 0px 25px 50px -12px rgba(0, 0, 0, 0.25);
    color: #fff;
}

.banner .form-inner-sec {
    border: 1px solid #d9d9d9;
}
/*
#services {
    padding-top: 54px;
}*/
#service-banner .services-left {
    padding-top: 55px;
}
#service-banner .custom_btn {
    padding-top: 38px;
}

#service-banner textarea.wpcf7-form-control.wpcf7-textarea {
    height: 112px;
}
.partner.page-container {
    max-width: 1000px;
    width: 95%;
    margin: 0 auto;
}
.heading-title-2 h2 {
    color: #101011;
}
#Our-Partners figure.figure {
    margin: 0;
}
/*	
#Our-Partners-sec {
    background: linear-gradient(355deg, #e1efff69, transparent);
}*/
.exp1 {
    -webkit-text-stroke: 1px #000000;
    -webkit-text-fill-color: transparent;
    color: #000000;
    font-size: 3rem;
    font-weight: bold;
}

#Case-study h2 {
    color: #101011;
}
.exp {
    -webkit-text-stroke: 1px #000000;
    -webkit-text-fill-color: transparent;
    color: #000000;
    font-size: 5rem;
    font-weight: bold;
}

.searchbar input[type="text"] {
    font-size: 12px;
    width: 100%;
    padding: 12px;
    border-radius: 10px;
    color: #999999;
    border: 1px solid #999999;
}

#services .searchbar {
    padding-top: 41px;
}
#Good-use h2 {
    padding-bottom: 25px;
}
#Good-use .item.col-md-2 {
    padding-bottom: 34px;
}
#Good-use {
    background: #F5F5F5;
}
.custom_btn.measurable.text-center {
    padding-top: 40px;
}
.custom_btn a {
    border-radius: 50px;
    border: 2px solid #116BCE;
    background: linear-gradient(90deg, #116BCE -5.4%, #6167C1 50.96%, #7F65B8 100%);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.07), 0px 25px 50px -12px rgba(0, 0, 0, 0.25);
    color: #fff;
    padding: 16px 39px 16px 39px;
    font-size: 16px;
    font-weight: 600;
    position: relative;
}
.custom_btn a:hover {
    color: #fff;
}
.custom_btn.measurable a::before {
    position: absolute;
    content: '';
    width: 25px;
    height: 25px;
    background: url(https://digitalize.netedsoftech.com/wp-content/uploads/2023/09/Vector-20.png);
    background-repeat: no-repeat;
    left: 38px;
    top: 22px;
}
.custom_btn.measurable a {
    padding: 20px 45px 20px 66px;
}
#measurable-sec {
    background: url(../../uploads/2023/08/section.elementor-section.png);
    color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 120px 0pc;
}
h4.heading-four {
    font-size: 51px;
    font-weight: 700;
    font-family: 'Poppins';
}

.service-clint {
    margin: 90px 0px;
}
#site_audit_sec {
    background: url(../../uploads/2023/08/Section.png);
    color: #fff;
    padding: 140px 0px 165px 0px;
    margin: 0px 0px 90px 0px;
}
#services #Case-study .scroll-reveal-section .item .text-holder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50%;
    min-height: 120vh;
    padding: 0;
    /* padding-right: 112px; */
}

/*****************Social media management*******************/
#Brand-potential {
    background: linear-gradient(90deg, #116BCE 0.06%, #6167C1 49.5%, #7F65B8 99.97%);
    color: #fff;
}
#Brand-potential p {
    color: #fff;
}
#Brand-potential .innerSlide img {
    background: #ffffff7a;
}
#Social-management .col-md-4 {
    border-right: 1px solid #fff;
    padding: 117px 0px 100px 0px;
    border-bottom: 1px solid #ffffff;
}
#Social-management .col-md-4:nth-child(3) {
    border-right: none;
}
#Social-management .col-md-4:nth-child(6) {
    border-right: none;
}
#Social-management .col-md-4:nth-child(9) {
    border-right: none;
}
#Social-management .col-md-4:nth-child(7) {
    border-bottom: none;
}
#Social-management .col-md-4:nth-child(8) {
    border-bottom: none;
}
#Social-management .col-md-4:nth-child(9) {
    border-bottom: none;
}
.row.Place_to_work_sec {
    margin-top: 50px;
}
/*
#Social-management {
    background: linear-gradient(90deg, #136BCD 2.36%, #5A67C2 48.48%, #7E65B8 100.03%);
}
#Social-management h3,h2 {
    color: #fff;
}
*/
#social_tools {
    padding: 134px 0px 250px 0px;
}
#Social-management {
    background: linear-gradient(90deg, #136BCD 2.36%, #5A67C2 48.48%, #7E65B8 100.03%);
    color: #fff;
    margin-bottom: 90px;
}
.Social-management.pera p {
    color: #fff;
}
span.prise-color {
    font-size: 16px;
    font-weight: 500;
    color: #42526B;
}
.prise .col-md-12 {
    align-items: center;
    padding: 0;
}
.prise .pck-clr1 h2 {
    color: #805DE3;
    font-weight: bold;
}
.prise .pck-clr2 h2 {
    color:#116BCE;
    font-weight: bold;
}
.prise .pck-clr3 h2 {
    color: #E54545;
    font-weight: bold;
}
.prise h6 {
    font-size: 24px;
    font-weight: 600;
    padding: 16px 0px;
    margin: 0;
}
.prise p {
    font-size: 16px;
    font-weight: 400;
}
::marker {
    font-size: 0;
}
.prise .btn a {
    font-size: 16px;
    font-weight: 500;
    padding: 12px 52px 12px 14px;
    border: 1px solid #116BCE;
    border-radius: 50px;
    position: relative;
}
.prise .btn a:before {
    position: absolute;
    content: '';
    background: url(https://digitalize.netedsoftech.com/wp-content/uploads/2023/09/ArrowRight.png);
    width: 16%;
    height: 48%;
    background-repeat: no-repeat;
    right: 20px;
}
.inner.holder {
    border-top: 2px solid #C3C3C3;
}
ul.postes {
    padding: 0px;
    padding-bottom: 60px;
}
.monthlyPriceList .col-md-4 {
    max-width: 525px;
    border-radius: 20px;
    background: var(--gray-00, #FFF);
    box-shadow: 0px 12px 56px 0px rgba(51, 51, 51, 0.08);
}
.inner.d-flex.justify-content-center.tabsBtnHolder {
    padding-bottom: 43px;
}
.monthlyPriceList {
    justify-content: space-between;
}
.row.prise {
    padding-bottom: 30px;
    padding-left: 14px;
    padding-right: 14px;
}
ul.postes li {
    font-size: 16px;
    font-weight: 400;
    padding: 8px 0px;
    position: relative;
}
ul.postes li:before {
    position: absolute;
    content: '';
    width: 100px;
    height: 100px;
    background: url(https://digitalize.netedsoftech.com/wp-content/uploads/2023/09/Check-Box.png);
    background-repeat: no-repeat;
    left: -39px;
}
.inner-holder {
    border-top: 2px solid #C3C3C3;
    padding-top: 20px;
    padding-left: 40px;
}
.pck-bt1 {
    border-top: 4px solid #805DE3;
}
.pck-bt2 {
    border-top: 4px solid #116BCE;
}
.pck-bt3 {
    border-top: 4px solid #E65B5B;
}
/***********Search Engine***************/
.inner-Search-engine-page {
    position: relative;
}
.inner-Search-engine-page:before {
    position: absolute;
    width: 100%;
    height: 50%;
    content: '';
    background: url(https://digitalize.netedsoftech.com/wp-content/uploads/2023/09/Rectangle-338.png);
    background-repeat: no-repeat;
    bottom: 0;
}
.inner-Search-engine-page:after {
    position: absolute;
    width: 100%;
    height: 50%;
    content: '';
    background: url(https://digitalize.netedsoftech.com/wp-content/uploads/2023/09/Rectangle-339.png);
    background-repeat: no-repeat;
    bottom: 0;
}
#Our-Partners-section {
    padding-top: 80px;
}
#Search-engine {
    padding-bottom: 40px;
}

#Campaign_process {
    padding-top: 108px;
}
#Campaign_process .item.col-md-6 {
    margin-right: 2rem;
    max-width: 47%;
    background: #fafafa;
    margin-bottom: 30px;
    padding: 2rem 3.3rem 2rem 9rem;
    border-radius: 10px;
    position: relative;
    border: 1px solid #EBEBEB;
    margin-top: 0px;
    text-align: left;
}

.Campaign_text p {
    margin: 0;
}
#Campaign_process .row-full {
    margin-top: 40px;
}
#Campaign_process h2 {
    padding-bottom: 10px;
}
.Campaign_process figure.figure {
    left: 5%;
    position: absolute;
    top: 35px;
}
.Campaign_text p {
    margin: 0;
}
.back-shadow {
    position: relative;
}
.back-shadow::before {
    position: absolute;
    width: 50%;
    height: 43%;
    content: '';
    bottom: 0;
    background: url(https://digitalize.netedsoftech.com/wp-content/uploads/2023/09/Group-21111qa-1-2.png);
    background-repeat: no-repeat;
}
.back-shadow::after {
    position: absolute;
    width: 60%;
    height: 100%;
    background: url(https://digitalize.netedsoftech.com/wp-content/uploads/2023/09/Group-3111111111111.png);
    content: '';
    right: 6px;
    bottom: 0px;
    background-repeat: no-repeat;
}
.why-digitalize .exp {
    -webkit-text-stroke: 1px #fff;
}
.why-digitalize .Our-expertise-cont.pera {
    width: 410px;
}
.Search_engine {
    padding: 72px 0px !important;
}
.why-digitalize {
    padding-top: 30px;
    padding-bottom: 80px;
}