header.site-header {
    position: relative;
    z-index: 1;
}
.about-banner-svgs img.about-svg4 {
    z-index: 0;
}
.about-banner {
    padding: 42px 0;
    width: 100%;
}
img.pink-icon {
    position: absolute;
    top: -59px;
    right: 27%;
}
img.yellow-icon {
    position: absolute;
    right: 58%;
    top: 77%;
    width: 2%;
}
img.blue-icon {
    position: absolute;
    top: 8%;
    right: 44%;
    width: 1%;
    
}
img.purple-icon {
    position: absolute;
    right: 7%;
    top: 73%;
   
}
img.navy-blue-icon {
    position: absolute;
    right: 60%;
    top: 26%;
    width: 1%;
}
/*===================================================
    GLOBAL 
===================================================*/
.web-content-header h1, .title-icon h3 {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-family: 'Poppins-Bold';
}
.web-content-header h1:before, .web-content-header h1:after,
.title-icon h3:before, .title-icon h3:after {
    position: absolute;
    content: '';
    background-image: url(https://www.webtrixz.com/media/2022/08/Group-1063.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 15px;
    height: 15px;
    top: 13px;
}
.web-content-header h1:before, .title-icon h3:before {
    left: -25px;
}
.web-content-header h1:after, .title-icon h3:after {
    right: -25px;
}

.web-content-header img.web-svg1, .web-content-header img.web-svg2 {
    display: none;
}


/*===================================================
    ECOMMERCE WEB DEVELOPMENT
===================================================*/
.web-content-info .web-info p, .custom-trust-section p {
    margin: 20px 0px;
}
.web-content-info.pink-section p:first-child {
    margin: 5px 0px 0px 0px;
}
.custom-ecom-section, .develop-solution {
    margin: 60px 0px;
}
.custom-ecom-section h3, .develop-solution h3, .custom-trust-section h3 {
    color: #10001E;
    font-size: 24px;
    position: relative;
    font-family: 'Poppins-SemiBold';
    padding-left: 25px;
}
.custom-ecom-section h3:before, .develop-solution h3:before, .develop-solution ul.for-sol h5:before, .custom-trust-section h3:before {
    content: '\f111';
    font-family: 'FontAwesome';
    font-size: 10px;
    color: #10001E;
    position: absolute;
    top: 12px;
    left: 2px;
}
.custom-ecom-section ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 36px;
    list-style: none;
    margin: 20px 0;
}
.custom-ecom-section ul h5 {
    padding: 10px 20px;
    background-color: #64c9ff;
    border-radius: 5px;
}
.custom-ecom-section ul p {
    background: #DCEEF8;
    border: 1px solid #01A6FF;
    padding: 15px;
    border-radius: 5px;
    line-height: 26px;
    color: #4A4A4A;
    font-size: 14px;
}

.develop-solution h3 {
    margin-bottom: 10px;
}
.develop-solution ul.for-sol {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 0;
    background: #F1F1F1;
    list-style: none;
    margin: 60px 0;
    padding: 15px;
    box-shadow: inset 5px 5px 71px 11px #ececec;
}
.develop-solution ul.for-sol h5 {
    position: relative;
    padding: 6px 20px;
}
.develop-solution ul.for-sol h5:before {
    color: #8F8F8F;
}
.develop-solution ul.for-sol li:nth-child(3n+3) {
    border-left: 1px solid #C4C4C4;
}
.develop-solution ul.for-sol li:nth-child(3n+1) {
    border-right: 1px solid #C4C4C4;
}
.develop-solution ul.for-sol li:nth-child(-n+3) {
    border-bottom: 1px solid #C4C4C4;
}
.develop-solution ul.for-sol li {
    padding: 10px 20px;
}

.ecom-advantage .wrapper {
    background-image: url(https://www.webtrixz.com/media/2022/08/Rectangle-793.png);
    background-size: contain;
    padding: 40px 0;
}
.ecom-advantage .develop-solution {
    margin-bottom: 20px;
}
.ecom-advantage .wrapper li {
    color: #4A4A4A;
    margin-bottom: 12px;
}
.ecom-advantage .wrapper li {
    font-size: 16px;
    line-height: 22px;
}

.ecomlast-section {
    background-color: #ECECEC;
    padding: 60px 0;
}
.ecomlast-section .wrapper h3 {
    color: #10001E;
    font-size: 24px;
    position: relative;
    font-family: 'Poppins-SemiBold';
    padding-left: 25px;
    width: 55%;
    display: inline-block;
    margin-bottom: 10px;
}
.ecomlast-section .wrapper h3:before {
    content: '\f111';
    font-family: 'FontAwesome';
    font-size: 10px;
    color: #10001E;
    position: absolute;
    top: 12px;
    left: 2px;
}
.ecomlast-section .wrapper img.goweb-img {
    display: block;
    max-width: 40%;
    float: right;
    margin: 0 0 20px 30px;
}
.ecomlast-section .wrapper p {
    margin-bottom: 20px;
}

/*===================================================
    CONTENT MARKETING
===================================================*/
.con-business {
    position: relative;
    margin-top: 60px;
}
.con-business:before {
    position: absolute;
    content: '';
    background-color: #fff;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.5;
}
.con-business .web-info,
.inner-blg .corner-image {
    position: relative;
}
.con-business .web-info p:last-child {
    margin-bottom: 0;
}


.exception-content, .content-benifits {
    padding: 20px 0;
    background-color: #ececec;
}
.exception-content .develop-solution, 
.content-benifits .develop-solution  {
    margin: 0 0 20px;
}
.inner-blg {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 70px;
    margin-bottom: 30px;
}
.wrapper .inner-blg:nth-child(odd) .content {
    order: -1;
}
.inner-blg .corner-image:after {
    position: absolute;
    content: '';
    right: -18px;
    bottom: -18px;
    width: 55px;
    height: 55px;
    background-image: url(https://www.webtrixz.com/media/2022/08/Group-11.png);
    overflow: visible;
    background-repeat: no-repeat;
    background-size: contain;
}
.inner-blg .image img {
    max-width: 100%;
}

.content h3 {
    font-size: 20px;
    font-family: 'Poppins-SemiBold';
    margin-bottom: 10px;
}
.inner-blg .content p {
    color: #4A4A4A;
    margin: 0 0 20px;
}


.content-benifits .wrapper ul {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 60px 50px;
    margin: 60px 0;
    align-items: baseline;
}
.wrapper .content p {
    color: #4A4A4A;
}
.page-id-805 .custom-trust-section {
    display: none;
}

/*===================================================
    CUSTOM WORDPRESS
===================================================*/
.custom-wordpress .custom-wc {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
}
.custom-wordpress .inner-blg,
.custom-wordpress .custom-wc .content p{
    display: block;
    margin: 0;
}
.custom-wordpress .custom-wc .corner-image {
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 20px;
}
.custom-wordpress .custom-wc .corner-image:after {
    display: none;
}
.custom-wordpress .custom-wc .content h3 {
    font-size: 17px;
    line-height: 22px;
}
.custom-trust-section {
    padding: 40px 0;
}



/*===================================================
    FAQS
===================================================*/

.faq-main-section {
    padding: 0 0 40px;
    background-color: #fff;
}
.faq-main-section .faqs-accordian {
    float: none;
    width: 100%;
}


/*===================================================
    PORTFOLIO
===================================================*/
.content-holder {
    margin-bottom: 50px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px;
}
.content-holder:nth-child(even) .image {
    order: -1;
}
.content-holder .image .forimage {
    position: relative;
}
.content-holder .forimage:before {
    position: absolute;
    content: '';
    bottom: -15px;
    background: url(https://www.webtrixz.com/media/2022/08/Group-119.png) no-repeat;
    background-size: contain;
    width: 55px;
    height: 50px;
}
.content-holder:nth-child(odd) .forimage:before {
    left: -15px;
}
.content-holder:nth-child(even) .forimage:before {
    right: -15px;
}
.content-holder .content h3 {
    margin-left: 25px;
    font-size: 24px;
}
.content-holder .content h3:before, 
.content-holder .content h3:after {
    top: 11px;
}
.content-holder p {
    margin-bottom: 10px;
}
.content-holder a {
    display: inline-block;
    color: #10001E;
    font-family: 'Poppins-SemiBold';
    text-decoration: underline;
}
.content-holder img {
    width: 100%;
}
.port-clients .web-content-header {
    text-align: left;
    padding-left: 25px;
}
.inner-porttitle {
    min-height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.inner-porttitle h3 {
    font-size: 20px;
    text-align: center;
    background: linear-gradient(to right, #01A6FF 0%, #9551E1 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.port-testimonial .choose-sec-header {
    text-align: left;
    margin-left: 25px;
}
.faq-main-section {
    margin-top: 20px;
}

div#our-work {
    padding-bottom: 0;
}

/*===================================================
    CONTACT US
===================================================*/

.contact-section {
    background: #fff;
    padding: 0 0 60px;
}
.contact-section h3 {
    font-size: 20px;
    color: #10001E;
    font-family: 'Poppins-medium';
    margin-bottom: 20px;
}
.contact-section .wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px;
}
.contact-content {
    background: url(https://www.webtrixz.com/media/2022/09/contact-bg-cotnent.png) no-repeat;
    padding: 70px 50px;
    background-size: cover;
}
.concot-prt {
    margin-bottom: 30px;
}
.concot-prt h4 img, .concot-prt h4 {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 5px;
}
.concot-prt h4 img {
    max-width: 19px;
    margin-right: 5px;
    max-height: 20px;
    object-fit: contain;

}
.concot-prt h4 {
    font-size: 18px;
    color: #10001E;
}
.socialmedia li {
    display: inline-block;
    margin-right: 20px;
    margin-top: 20px;
}

.contact-form {
    background-color: #e6e6e6;
    padding: 70px 50px;
}
.contact-form > p {
    margin-bottom: 30px;
    font-family: 'Poppins-Medium';
    font-size: 14px;
}
.contact-form > p a {
    color: #10001E;
}
.form-div ul {
    list-style: none;
}
.form-div li {
    margin-bottom: 20px;
}
.contact-form .form-div ul li p {
    display: block;
}
.form-div li label {
    display: block;
    font-size: 14px;
    color: #4A4A4A;
    font-weight: 600;
}
.form-div li input, .form-div li textarea {
    background: #e6e6e6;
    padding: 10px 10px 10px 30px;
    width: 100%;
    margin: 6px 0 0;
    border: 1px solid #C4C4C4;
    border-radius: 5px;
    font-family: 'Poppins-Regular';
    font-weight: 600;
    position: relative;
    outline: none;
}
.form-div li textarea {
    height: 110px;
    resize: none;
}
.form-div p {
    display: inline-block;
    position: relative;
}
.form-div p:after {
    color: #fff;
    /*content: '\f30b';*/
    font-family: fontawesome;
    position: absolute;
    top: 10px;
    right: 15px;
    transform: rotate(43deg);
    font-size: 14px;
    transition: 0.3s;
}
.form-div form > p:after {
    content: '\f30b';
}
.form-div p:hover:after,
.form-div form > p:hover:after {
    transform: rotate(0deg);
    transition: 0.3s;
}
.form-div p input.wpcf7-submit {
    background: #8B43CB;
    color: #fff;
    font-size: 14px;
    border-radius: 10px;
    position: relative;
    padding: 10px 40px 10px 15px;
    border: none;
    font-family: 'Poppins-Regular';
}
.form-div p input.wpcf7-submit:hover {
    cursor: pointer;    
}

.wpcf7-spinner {
    position: absolute;
}
.contact-map {
    overflow: hidden;
    margin: 0px 15px 20px;
    margin-bottom: 0;
}
.contact-map iframe {
    width: 100%;
    float: left;
}
.contact-content {
    position: relative;
}
.contact-content a {
    color: #4A4A4A;
    font-size: 16px;
    margin: 0;
    line-height: 24px;
}
img.blue-icon-contact {
    position: absolute;
    right: 10%;
    top: 9%;
    width: 10px;
}
img.about-svg5-contact {
    position: absolute;
    top: 8%;
    left: 43%;
    width: 3px;
}
img.blue-icon-contact-small {
    position: absolute;
    bottom: 28%;
    right: 20%;
    width: 9px;
}
img.navy-blue-conatct {
    position: absolute;
    top: 19%;
    right: 30%;
    width: 9px;
}

/*===================================================
    BLOG
===================================================*/
.blog-main {
    /*background: #ececec;*/
    background: #fff;
   padding: 0 0 60px;
    margin-top: 35px;
}
.blog-main .wrapper {
    display: grid;
    grid-template-columns: 65% 32%;
    grid-gap: 3%;
}
.blog-main .wrapper .main-section {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px;
}
.post-content {
    border: 1px solid #C4C4C4;
    border-radius: 5px;
}
.post-content img {
    width: 100%;
}
.navigate-blogs {
    grid-column: 1 / -1;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}
.navigate-blogs > a {
    display: inline-block;
    vertical-align: middle;
}
.post-para {
    padding: 30px 20px;
}
.post-para h3 {
    color: #10001E;
    font-size: 22px;
    padding-left: 0px;
    margin-bottom: 10px;
    position: relative;
}
.post-para h3:before {
    position: absolute;
    content: '';
    left: 0;
    top: 13px;
    border: 0px solid #10001E;
    border-radius: 50%;
}
.home-blogs .post-para h3 {
    font-size: 18px;
    line-height: 24px;
}
.home-blogs .post-para p {
    font-size: 14px;
    line-height: 20px;
}
.post-para span {
    color: #01A6FF;
    font-size: 14px;
    display: block;
    margin-top: 10px;
    font-weight: 600;
}
.post-para a {
    background: #8B43CB;
    color: #fff;
    font-size: 14px;
    border-radius: 10px;
    position: relative;
    padding: 10px 40px 10px 15px;
    border: none;
    font-family: 'Poppins-Regular';
    font-weight: 600;
    display: inline-block;
    margin-top: 10px;
}
.home-blogs .post-para a {
    font-weight: 400;
}
.post-para a:before {
    color: #fff;
    content: '\f30b';
    font-family: fontawesome;
    position: absolute;
    top: 13px;
    right: 15px;
    transform: rotate(43deg);
    font-size: 14px;
    transition: 0.3s;
}
.post-para a:hover:before {
    transform: rotate(0deg);
    transition: 0.3s;
}
.main-blog-section .web-content-header h2 {
    margin-bottom: 10px;
}
img.purple-icon-small-blog {
    position: absolute;
    right: 30%;
    top: 526px;
    width: 5px;
}

.blog-main table strong {
    font-weight: 400;
}
.blog-main table tr td {
    border: 1px solid #eee;
}
.blog-main table td {
    padding: .857em .587em;
}
.blog-main table {
    width: 100%;
    margin: 0 0 15px 0;
    border: 1px solid #eee;
    text-align: left;
    border-spacing: 0;
    border-collapse: collapse;
    font-size: 15px;
}

/**/
.sidebar section h4.widget-title {
    background: #9A4BDF;
    color: #fff;
    font-size: 20px;
    padding: 6px 20px;
    border-radius: 5px;
}
.sidebar section {
    margin-bottom: 40px;
}
.sidebar section ul, .sidebar section.widget_tag_cloud .tagcloud {
    background: #fff;
    padding: 10px 20px;
    border-radius: 0 0 5px 5px;
}
.sidebar section li {
    border-bottom: 1px solid #ececec;
    font-size: 13px;
    color: #4A4A4A;
    padding: 10px 0 10px 15px;
    position: relative;
}
.sidebar section li:before {
    position: absolute;
    content: '\f105';
    left: 0;
    top: 14px;
    font-family: fontawesome;
    font-size: 16px;
    font-weight: 800;
}
.sidebar .tagcloud a {
    font-size: 13px !important;
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #ececec;
    border-radius: 50px;
    margin-bottom: 5px;
}


.sidebar section#text-3 {
    background: #9a4bdf;
    padding: 40px 20px;
    border-radius: 5px;
}
.sidebar .textwidget h3 {
    font-size: 20px;
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
}
.sidebar form ul {
    background: transparent;
    padding: 0;
}
.sidebar form ul li {
    border: none;
    padding: 0;
    margin-bottom: 10px;
}
.sidebar form ul li:before {
    display: none;
}
.sidebar form ul input, .sidebar form ul textarea {
    padding: 9px;
    width: 100%;
    font-family: 'Poppins-Regular';
    border-radius: 5px;
    border: none;
    outline: none;
}
.sidebar form ul textarea {
    height: 85px;
}
.sidebar form p {
    position: relative;
}
.sidebar form p:before {
    color: #fff;
    content: '\f30b';
    font-family: fontawesome;
    position: absolute;
    top: 11px;
    right: 35%;
    transform: rotate(43deg);
    font-size: 14px;
    transition: 0.3s;
}
.sidebar form p:hover:before {
    transform: rotate(0deg);
    transition: 0.3s;
}
.sidebar form p input.wpcf7-submit {
    width: 100%;
    background: #9a4bdf;
    color: #fff;
    font-size: 14px;
    border-radius: 5px;
    padding: 10px 40px 10px 15px;
    font-family: 'Poppins-Regular';
    border: 1px solid #fff;
    font-weight: 600;
    display: inline-block;
    transition: 0.3s;
}
.sidebar form p input.wpcf7-submit:hover {
    cursor: pointer;
}
.sidebar form p:hover input.wpcf7-submit {
    background: #8B43CB;
    /*border-color: transparent;*/
}
.main-blog-section .web-content-header {
    text-align: left;
    padding-left: 27px;
}

/*===================================================
    SINGLE BLOG
===================================================*/
.blog-single-page {
    padding: 60px 0px;
}
.blog-single-page .singlepg-content {
    display: block !important;
    width: 100%;
}
.blog-headings, .blog-maincon {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #10001e;
}
.singlepg-content h2 {
    font-size: 35px;
    line-height: 40px;
    color: #10001e;
    padding-left: 0px;
    position: relative;
}
.singlepg-content h2:before {
    position: absolute;
    content:'';
    left: 0;
    top: 15px;
    border: 3px solid #10001E;
    border-radius: 50%;
    display: none;
}
.blog-headings span {
    font-size: 15px;
    margin-top: 10px;
    padding-right: 10px;
    font-weight: 600;
    display: inline-block;
    color: #10001e;
    margin-right: 5px;
    border-right: 1px solid #10001e;
}
.blog-headings span:last-child {
    border: none;
}
.blog-maincon img {
    width: 100%;
    display: block;
    margin: 20px 0;
}
.blog-maincon h5 {
    margin: 30px 0 0;
}
.blog-maincon p {
    margin: 10px 0;
}

.comment-section {
    margin-top: 10px;
}
.comment-section h3#reply-title {
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: 300;
    font-family: 'Poppins-Regular';
}
.comment-section p.comment-form-comment {
    margin-top: 30px;
}
.comment-section p.comment-form-comment label {
    display: block;
}
.comment-section textarea#comment {
    width: 100%;
    background: transparent;
    border: 1px solid #C4C4C4;
    border-radius: 5px;
    margin-top: 2px;
}
.comment-section input#submit {
    background: #8B43CB;
    color: #fff;
    font-size: 14px;
    border-radius: 10px;
    position: relative;
    padding: 10px 40px 10px 15px;
    border: none;
    font-family: 'Poppins-Regular';
    font-weight: 600;
}
.comment-section p.form-submit {
    position: relative;
    display: inline-block;
    margin-top: 10px;
}
.comment-section p.form-submit:before {
    color: #fff;
    content: '\f30b';
    font-family: fontawesome;
    position: absolute;
    top: 11px;
    right: 15px;
    z-index: 9;
    transform: rotate(43deg);
    font-size: 14px;
    transition: 0.3s;
}
.comment-section p.form-submit:hover:after {
    transform: rotate(0deg);
    transition: 0.3s;
}
.navigate-news.nn-single {
    margin: 30px 0;
    padding: 15px 10px;
    border-top: 1px solid #10001e;
    border-bottom: 1px solid #10001e;
    display: flex;
    justify-content: space-between;
}

.related-post h2 {
    margin: 30px 0 20px;
    font-size: 35px;
    line-height: 40px;
    color: #10001e;
}
.related-post .main-section {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
}



/*About Us */   


/*.our-furture-content:before {*/
/*    background-image: url(https://www.webtrixz.com/media/2022/12/Group-1393.png);*/
/*    content: '';*/
/*    top: 0;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    right: 0;*/
/*    position: absolute;*/
/*}*/

.our-future-img:before {
    background-image: url(https://www.webtrixz.com/media/2022/12/Group-1393.png);
    content: '';
    bottom: -9px;
    left: -9px;
    position: absolute;
    background-repeat: no-repeat;
    height: 130px;
    width: 70px;
    background-size: contain;
    z-index: -1;
}
.our-future-img {
    position: relative;
    z-index: 2;
}
div#our-team {
    position: relative;
}
img.blue-icon-about {
    position: absolute;
    top: 3%;
    right: 19%;
    width: 11px;
}
img.navy-blue-about {
    position: absolute;
    top: 50%;
    left: 12px;
    width: 13px;
}
img.blue-icon-about-small {
    position: absolute;
    bottom: 4%;
    right: 18%;
    width: 6px;
}
img.navy-blue-about-small {
    position: absolute;
    right: 0%;
    bottom: 18%;
    width: 9px;
}

.our-team-img-2:before {
    background-image: url(https://www.webtrixz.com/media/2022/12/Untitled-8-1.png);
    position: absolute;
    content: '';
    background-repeat: no-repeat;
    bottom: -5px;
    right: -38px;
    height: 108px;
    width: 24px;
}
.our-founder-sec {
    position: relative;
}
img.blue-icon-about-our-found {
    position: absolute;
    left: 16%;
    top: 8%;
    width: 12px;
}
img.yellow-icon-about-our-found {
    position: absolute;
    bottom: 5%;
    left: 18%;
    width: 19px;
}
img.yellow-small-about-our-found {
    position: absolute;
    right: 22%;
    bottom: 13%;
    width: 16px;
}
img.light-blue-about-our-found {
    position: absolute;
    right: 6%;
    top: 50%;
    width: 10px;
}


/*  Custom PHP E cpmmerce Development*/
.banner-sec-head h4 {
    line-height: 72px;
}

.banner-overlay-new {
    position: relative;
}
.banner-overlay-new:before {
    position: absolute;
    background-image: url(https://www.webtrixz.com/media/2022/12/indoor-portrait-international-students-waiting-teacher-lecture-hall-blonde-european-girl-sitting-desk-talking-about-test-with-university-mates-5.png);
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.banner-sec-head h4 {
    position: relative;
    /*z-index: 1;*/
}
.custom-design-background-color{
    /*background-color: #ECECEC;*/
    background-color: #fff;
}
.section2-custom-desiign h2 {
    margin-bottom: 18px;
}

.section3-custom-design{
    /*background-color: #ECECEC;*/
    padding: 60px 0;
}
.section3-parent-custom-design{
    display:grid;
    grid-template-columns: 1fr 1fr;
    gap: 45px;
}
.sec3-right-custom-design img {
    width: 100%;
    max-width: 100%;
}
.heading-with-dot{
    position:relative;
    color: #10001E;
    font-size: 23px;
    position: relative;
    font-family: 'Poppins-SemiBold';
    padding-left: 5px;
    padding-bottom: 10px;
}
/*.heading-with-dot:before {*/
/*    content: '\f111';*/
/*    font-family: 'FontAwesome';*/
/*    font-size: 10px;*/
/*    color: #10001E;*/
/*    position: absolute;*/
/*    top: 12px;*/
/*    left: 2px;*/
/*}*/
/*.section4-custom-design {*/
/*    padding: 40px;*/
/*}*/
.section5-custom-design-content > p {
    margin-bottom: 21px;
    font-family: 'Poppins-Medium';
    color: #10001E;
}
.section5-custom-design {
    padding: 40px 0px 30px;
}
.section6-parent-custom-design {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 34px;
}
.sec6-right-custom-design img {
    width: 100%;
    max-width: 100%;
}
.section6-custom-design {
    padding-bottom: 75px;
}
.sec6-right-custom-design {
    position: relative;
}

.sec6-right-custom-design:before {
    position: absolute;
    background-image: url(https://www.webtrixz.com/media/2022/12/last-sec.png);
    content: "";
    bottom: -24px;
    width: 75px;
    height: 75px;
    background-repeat: no-repeat;
    background-size: contain;
    left: -13px;
}
.parent-sec-3-custom-php {
    gap: 73px;
}
.sec-4-custom-php {
    padding: 35px 44px;
}
.section4-custom-design.sec-4-custom-php {
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
}
img.purple-sec-4-custom-php {
    position: absolute;
    right: 14%;
    top: 18%;
    width: 5px;
}
img.blue-sec-4-cus-php {
    position: absolute;
    right: 20%;
    top: 6%;
    width: 5px;
}
img.blue-small-sec-4-cus-php {
    position: absolute;
    left: 2%;
    bottom: 13%;
    width: 5px;
}
img.navy-blue-sec-4-custom-php {
    position: absolute;
    right: 2%;
    bottom: 34%;
    width: 10px;
}
.section5-custom-design.custom-design-background-color.section-5-custom-php {
    padding: 60px 0px 30px;
}
.about-banner-header.banner-overlay-new.banner-overlay-custom-design:before {
    background-image: url(https://www.webtrixz.com/media/2022/12/indoor-portrait-international-students-waiting-teacher-lecture-hall-blonde-european-girl-sitting-desk-talking-about-test-with-university-mates-6.png);
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}
.about-banner-header.banner-overlay-new.banner-overlay-custom-design {
    position: relative;
}

/* Custom Design WooCommerce Development */
.about-banner-header.banner-overlay-new.banner-overlay-custom-design:before {
    background-image: url(https://www.webtrixz.com/media/2022/12/indoor-portrait-international-students-waiting-teacher-lecture-hall-blonde-european-girl-sitting-desk-talking-about-test-with-university-mates-6.png);
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
}
.about-banner-header.banner-overlay-new.banner-overlay-custom-design {
    position: relative;
}

.sec3-right-custom-design .sec3-woocommerce img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}
.sec-4-repeater {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 58px;
    margin-top: 41px;
}
.section5-parent-custom-design-woo-coommerce {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 36px;
}
.sec5-right-custom-design-woo-commerce img {
    width: 100% !important;
    max-width: 100% !important;
}

.section5-custom-design-woo-commerce {
    padding: 61px 0px 55px;
}
.sec-4-repeater h4 {
    font-size: 16px;
}

.sec-4-rep-icon:before {
    background-image: url(https://www.webtrixz.com/media/2022/12/Group-6900-resize-1.png);
    position: absolute;
    content: '';
    background-repeat: no-repeat;
    background-size: contain;
    height: 112px;
    width: 69px;
    top: 12px;
    left: -12px;
}
.sec-4-repeater-icon-head {
    position: relative;
}
.sec-4-rep-icon img {
    position: relative;
    max-width: 25%;
}
.sec-4-rep-icon {
    min-height: 74px;
}
.sec-4-rep-head {
    margin-top: 14px;
}
.section4-custom-design.sec-4-woo-commerce {
    padding: 32px 40px;
}
.section4-custom-design.sec-4-woo-commerce {
    background-size: cover;
    background-repeat: no-repeat;
}

.section4-custom-design.sec-4-woo-commerce {
    position: relative;
}
img.blue-sec-4-woo-com {
    position: absolute;
    top: 2%;
    right: 18%;
    width: 5px;
}
img.purple-sec-4-woo-comm {
    position: absolute;
    right: 11%;
    top: 6%;
    width: 5px;
}
img.blue-small-sec-4-woo-comm {
    position: absolute;
    top: 30%;
    left: 3%;
    width: 7px;
}
img.navy-blue-sec-4-woo-comm {
    position: absolute;
    right: 3%;
    top: 22%;
    width: 10px;
}
.sec-4-rep-icon.sec-4-rep-icon-woo-comm:before {
    width: 80px;
    top: 18px;
}

/* Shopify E-Xommerce Website*/

.section4-parent-custom-design.shopify-e-commerce-parent {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 52px;
}
.shopify-e-commerce-parent img {
    max-width: 100%;
}
.section3-custom-design.custom-design-background-color.shopify-e-commerce-sec-3 {
    padding-bottom: 70px;
}
.section4-custom-design.custom-design-background-color.shopify-e-commerce-sec-4 {
    padding-bottom: 60px;
}

/* MultiVendor E-commerce Website*/

.sec3-right-multivendor-e-commerce img {
    max-width: 100%;
}
/*Multivendor-E-commerce*/
.sec-4-repeater-multivendor-e-commerce {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px 40px;
}
.sec-4-rep-head-multivendor h4 {
    font-size: 20px;
}
.sec-4-repeater-icon-multivendor-e-commerce {
    position: relative;
}
.sec-4-repeater-icon-multivendor-e-commerce .sec-4-rep-icon img {
    position: relative;
    max-width: 15%;
    }
.sec-4-rep-head-multivendor {
    margin-bottom: 10px;
}
.sec-4-rep-icon-multivendor {
    margin-bottom: 0px;
}
.multivendor-e-commerce-website >h4 {
    margin-bottom: 20px;
}
.section5-multi-vendor ul {
    list-style: none;
    padding-left: 21px;
    padding-top: 13px;
}
.section5-multi-vendor ul li {
    color: #10001E;
    font-size: 16px;
    font-family: 'Poppins-Medium';
}
.section6-custom-design.multivendor-sec-6 {
    background-size: 100% 90%;
    background-repeat: no-repeat;
}
.sec3-right-custom-design-multi-vendor img {
    max-width: 18% !important;
    width: 100% !important;
    position: absolute;
    bottom: 0;
}
.section3-parent-custom-design.section6-multi-vendor {
    grid-template-columns: 3fr 1fr;
    grid-gap: 70px;
    padding-bottom: 40px;
    margin-bottom: 66px;
    padding-top: 29px;
    position: relative;
}
.multivendor-sec-6 {
    margin-bottom: 30px;
}
.sec6-left-multivendor {
    padding-bottom: 24px;
}
.section6-custom-design-multivendor.multivendor-sec-6 {
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.page-template-MultivendorE-commerceWebsites {
    background-color: #ECECEC;
}
.sec-4-rep-icon.sec-4-rep-icon-multivendor:before {
    width: 82px;
    top: 17px;
}
.sec-4-rep-head-multivendor {
    margin-top: 8px;
}
.section5-custom-design.custom-design-background-color.multivendor-sec-5 {
    padding: 60px 0px 50px;
}

/*E-commerce Website Maintainance*/
.sec-4-repeater-e-commerce-website-maintainance {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 58px;
}

.sec-4-repeater-icon.sec-4-repeater-icon-e-commerce {
    background-color: #F3F3F3;
    padding: 24px;
}
.sec-4-repeater.sec-4-rep-e-commerce-website {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 35px;
    margin-top: 11px;
}
.sec-4-repeater.sec-4-rep-e-commerce-website {
    padding-bottom: 60px;
}
.section3-parent-custom-design.section6-multi-vendor.sec-5-e-comm-parent {
    margin-bottom: 60px;
}

/*Facebook Marketing*/
.sec-4-rep-icon.sec-4-rep-icon-face-book {
    position: relative;
    
}
.sec-4-rep-icon.sec-4-rep-icon-face-book img {
    max-width: 15%;
    top: -3px;
}
.section5-facebook-mark {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 56px;
}
.sec-5-rgt-facebook-mark img {
    max-width: 72% !important;
    width: 100% !important;
    padding-top: 14px;
}
.section6-custom-design-multivendor.facebook-sec-5 {
    padding-top: 38px;
    padding-bottom: 40px;
    margin-bottom: 41px;
}
.section6-custom-design-multivendor.facebook-sec-5 {
    background-size: contain;
    background-repeat: initial;
}
body.page-template.page-template-template-parts.page-template-SMMFacebookMarketing.page-template-template-partsSMMFacebookMarketing-php.page.page-id-1307.logged-in.admin-bar.wp-custom-logo.mega-menu-header-menu.customize-support {
    background-color: #ECECEC;
}
.sec4-custom-design-content.facebook-maketing h4 {
    margin-bottom: 25px;
}
.section5-custom-design.custom-design-background-color.facebook-mark-sec-4 {
    padding-bottom: 55px;
}

.section4-custom-design.custom-design-background-color.facebook-marketing-sec-3 {
    padding: 60px 30px 40px;
}
.sec-4-rep-icon.sec-4-rep-icon-face-book::before {
    width: 84px;
    top: 9px;
}
.section5-custom-design.custom-design-background-color.facebook-mark-sec-4 {
    padding: 20px 0px 30px;
}

/*SMM Instagram Marketing*/
.sec-4-repeater-multivendor-e-commerce.sec-3-instagram {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 55px;
}
.sec-4-rep-icon.sec-3-rep-insta {
    position: relative;
}
.sec-4-rep-icon.sec-3-rep-insta img {
    width: 100% !important;
    max-width: 10% !important;
    top: -4px;
}
.sec4-custom-design-content.instagaram-marketing h4 {
    margin-bottom: 22px;
}
.section5-custom-design.custom-design-background-color.facebook-mark-sec-4 {
    padding-bottom: 65px;
}
.section6-custom-design-multivendor.insta-sec-5 {
    padding-top: 35px;
    margin-bottom: 52px;
    padding-bottom: 40px;
}
.sec-5-rgt-facebook-mark.sec-5-rgt-instagram-mark img {
    padding-top: 0px;
}
body.page-template.page-template-template-parts.page-template-SMMInstagramMarketing.page-template-template-partsSMMInstagramMarketing-php.page.page-id-1356.logged-in.admin-bar.wp-custom-logo.mega-menu-header-menu.customize-support {
    background-color: #ECECEC;
}
.section6-custom-design-multivendor.insta-sec-5 {
    background-size: contain;
}
.section4-custom-design.custom-design-background-color.insta-mark-sec-3 {
    padding-top: 60px;
}
.section4-custom-design.custom-design-background-color.insta-mark-sec-3 {
    padding: 60px 0px 26px;
}
.about-banner-header.banner-overlay-new.banner-overlay-smm:before {
    background-image: url(https://www.webtrixz.com/media/2022/12/smm-banneroverlay.png);
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    background-repeat: no-repeat;
}

/*SMM Linkedin Marketing*/
.section3-parent-custom-design.sec-3-linked-in ul {
    list-style: none;
}
.sec3-left-facebook-mark.sec-3-lft-linkedin ul li {
    color: #10001E;
    font-size: 16px;
    font-family: 'Poppins-Medium';
}
.sec4-left-shopify-e-commerce.linked-in-sec-4-lft ul li {
    color: #10001E;
    font-size: 16px;
    font-family: 'Poppins-Medium';
}
.sec4-left-shopify-e-commerce.linked-in-sec-4-lft ul {
    padding-left: 17px;
}
.section6-custom-design-multivendor.linked-in-sec-5 {
    background-size: cover;
    padding-bottom: 10px;
    padding-top: 34px;
}
.sec-5-rgt-facebook-mark.sec-5-rgt-linked-in img {
    width: 100% !important;
    max-width: 62% !important;
    padding-top: 0 !important;
}
.section6-custom-design-multivendor.linked-in-sec-5 {
    background-size: contain;
    margin-bottom: 60px;
    padding-bottom: 2px;
}
body.page-template.page-template-template-parts.page-template-SMMLinkedInMarketing.page-template-template-partsSMMLinkedInMarketing-php.page.page-id-1397.logged-in.admin-bar.wp-custom-logo.mega-menu-header-menu.customize-support {
    background-color: #ECECEC;
}
.web-content-info.pink-section.sec-2-linked-in-pink {
    padding: 37px 26px 15px;
}
.section5-custom-design.custom-design-background-color.linkedin-mark-sec-3 {
    padding: 60px 0px 60px;
}
.section4-custom-design.custom-design-background-color.linked-in-sec4 {
    margin-bottom: 60px;
}

/*Twitter Marketing*/
.section5-custom-design.custom-design-background-color.twitter-mark-sec-4:before {
    background-image: url(https://www.webtrixz.com/media/2022/12/phone-with-twitter-popping-up-icons.png);
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.section5-custom-design.custom-design-background-color.twitter-mark-sec-4 {
    position: relative;
    padding: 40px 45px 30px;
    margin-bottom: 50px;
    background-size:cover;
}
.section3-parent-custom-design.sec-4-twitter-mark {
    position: relative;
    z-index: 6;
}
.sec3-right-custom-design.sec-4-right-twitter ul li {
    font-size: 16px;
    font-family: 'Poppins-Medium';
}
.sec3-right-custom-design.sec-4-right-twitter ul {
    margin-top: 12px;
}
.sec3-right-custom-design.sec-4-right-twitter p {
    margin-top: 25px;
}
.section3-parent-custom-design.sec-4-twitter-mark {
    gap: 102px;
}
/*.section5-custom-design.custom-design-background-color.twitter-mark-sec-3 {*/
/*    padding-bottom: 50px;*/
/*}*/
body.page-template.page-template-template-parts.page-template-SMMTwitterMarketing.page-template-template-partsSMMTwitterMarketing-php.page.page-id-1488.logged-in.admin-bar.wp-custom-logo.mega-menu-header-menu.customize-support {
    background-color: #ECECEC;
}
.section6-custom-design-multivendor.twitter-mark-sec5 {
    background-size: contain;
    padding-top: 31px;
    padding-bottom: 34px;
    margin-bottom: 60px;
}
.sec-5-rgt-facebook-mark.sec-5-rgt-twitter img {
    max-width: 85% !important;
    width: 100% !important;
    margin-left: auto;
}
.web-content-info.pink-section.sec-2-pink-twitter {
    padding: 37px 26px 21px;
}
.twitter-mark-section-4 {
    margin-bottom: 60px !important;
}
.section5-custom-design.custom-design-background-color.twitter-mark-sec-3 {
    padding: 60px 0px 60px;
}

/*Social Media*/
.web-content-info.pink-section.smm-social-sec-2 {
    margin-bottom: 62px;
    padding: 37px 26px 15px !important;
}
.section5-custom-design.custom-design-background-color.social-media-mark-sec-3:before {
    background-image: url(https://www.webtrixz.com/media/2022/12/phone-with-twitter-popping-up-icons-2.png);
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.section5-custom-design.custom-design-background-color.social-media-mark-sec-3 {
    position: relative;
}
.section3-parent-custom-design.sec-3-social-media {
    position: relative;
    z-index: 6;
}
.section3-parent-custom-design.sec-3-social-media {
    gap: 70px;
    grid-template-columns: 50% 44%;
}
.sec3-right-custom-design.sec-3-right-social-media ul li {
    font-size: 16px;
    font-family: 'Poppins-Medium';
}
.sec3-right-custom-design.sec-3-right-social-media ul {
    margin-top: 44px;
}
body.page-template.page-template-SMMAllSocialMediaPlatformPageSet-upManagement.page-template-SMMAllSocialMediaPlatformPageSet-upManagement-php.page.page-id-1526.logged-in.admin-bar.wp-custom-logo.mega-menu-header-menu.customize-support {
    background-color: #ECECEC;
}
.section5-custom-design.custom-design-background-color.social-media-mark-sec-3 {
    padding: 40px 45px 30px;
    margin-bottom: 55px;
}
.sec4-custom-design-content.multivendor-e-commerce-website.smm-social-media-mark-sec-4 p {
    margin-bottom: 32px;
}
.sec4-custom-design-content.multivendor-e-commerce-website.smm-social-media-mark-sec-4 h4 {
    margin-bottom: 0px;
}
.sec-4-rep-icon.sec-4-rep-icon-multivendor.sec-4-social-icon {
    margin-bottom: 0px;
}
.section5-facebook-mark.social-media-mark-parent-sec-5 {
    display: block;
}
.section6-custom-design-multivendor.twitter-mark-sec5.smm-social-media-mark-sec-5 {
    background-size: 100% !important;
}
.section4-custom-design.custom-design-background-color.sec-4-all-social-media {
    margin-bottom: 60px;
}

/*SEM Remarketing*/
/*body.page-template.page-template-SEMRemarketing.page-template-SEMRemarketing-php.page.page-id-1571.logged-in.admin-bar.wp-custom-logo.mega-menu-header-menu.customize-support {*/
/*    background-color: #ECECEC;*/
/*}*/
.section5-custom-design.custom-design-background-color.sem-remarketing-sec-3 {
    padding: 40px 24px 30px;
}
.about-banner-header.banner-overlay-new.banner-overlay-sem:before {
    position: absolute;
    background-image: url(https://www.webtrixz.com/media/2022/12/SEM-OVERLAY.png);
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.about-banner-header.banner-overlay-new.banner-overlay-sem {
    position: relative;
}
.section6-custom-design-multivendor.twitter-mark-sec5.sem-rem-sec-5 {
    background-repeat: no-repeat;
}

/*SEM Google Adwords*/
body.page-template.page-template-SEMGoogleAdwords.page-template-SEMGoogleAdwords-php.page.page-id-1603.logged-in.admin-bar.wp-custom-logo.mega-menu-header-menu.customize-support {
    background-color: #ECECEC;
}
.web-content-info.pink-section.sem-goog-pink {
    padding: 37px 26px 4px;
}
.sec3-right-custom-design.sec-3-right-googl-ad h4 {
    min-height: 76px;
}
.section3-parent-custom-design.sec-3-goog-ad-parent p {
    margin-top: 21px;
}
.sec3-left-facebook-mark.sec-4-lft-goog-ad ul {
    padding-left: 21px;
    margin-top: 16px;
}
.sec3-left-facebook-mark.sec-4-lft-goog-ad ul li {
    font-size: 16px;
    font-family: 'Poppins-Medium';
}
.sec3-right-custom-design.sec-4-right-googl-ad img {
    width: 100% !important;
    max-width: 100%;
}
.sec-4-repeater-multivendor-e-commerce.sec-4-rep-sem-goog-ad {
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.sec-4-rep-head-multivendor.sec-4-rep-head-goog-ad h4 {
    font-size: 17px;
}
.sec-4-rep-icon.sec-4-rep-icon-multivendor.sec-4-rep-icon-goog img {
    position: relative;
}
.sec-4-rep-head-multivendor.sec-4-rep-head-goog-ad h4 {
    margin-top: 7px;
}
.sec-4-rep-icon.sec-4-rep-icon-multivendor.sec-4-rep-icon-goog img {
    max-width: unset !important;
}
.section6-custom-design-multivendor.sem-goog-ad-sec-5 {
    background-size: contain;
    padding-top: 36px;
}
.sec-5-rgt-facebook-mark.sec-5-rgt-google-ad img {
    max-width: 92% !important;
    margin-top: 20px;
}
.section5-facebook-mark.google-adwords {
    margin-bottom: 55px;
}
.section5-custom-design.custom-design-background-color.sem-remarketing-sec-3:before {
    background-image: url(https://www.webtrixz.com/media/2022/12/phone-with-twitter-popping-up-icons-3.png);
    content: '';
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
}
.section3-parent-custom-design.sec-3-remark-ting {
    position: relative;
}
.section5-custom-design.custom-design-background-color.sem-remarketing-sec-3 {
    position: relative;
    
}
.section5-custom-design.custom-design-background-color.sem-rem-sec-4 {
    padding: 60px 0px 60px;
}
.sem-rem-sec-5 {
    padding-bottom: 29px;
    margin-bottom: 53px;
}
/*.sec3-left-facebook-mark.sec-3-lft-goog-ad img {*/
/*    padding-top: 33px;*/
/*}*/
.section5-custom-design.custom-design-background-color.sem-gooad-sec-3 {
    padding: 60px 0px 30px;
}
.section3-parent-custom-design.sec-3-goog-ad-parent {
    gap: 52px !important;
}

.section5-custom-design.custom-design-background-color.sem-goog-ad-sec-4 {
    padding: 30px 0px 50px;
}

.section4-custom-design.custom-design-background-color.sec-4-rep-google-adwords {
    margin-bottom: 60px;
}
.sec3-right-custom-design.sec-3-right-googl-ad img {
    border-radius: 5px;
}

/*SEM Shopping Ads*/
body.page-template.page-template-template-parts.page-template-SEMShoppingAds.page-template-template-partsSEMShoppingAds-php.page.page-id-1657.logged-in.admin-bar.wp-custom-logo.mega-menu-header-menu.customize-support {
    background-color: #ECECEC;
}
.section5-facebook-mark.sem-shopping-ad {
    padding-top: 34px;
}
.sec-5-rgt-facebook-mark.sec-5-rgt-shop-ad img {
    max-width: 74% !important;
}
.section6-custom-design-multivendor.sem-shop-ad-sec-5 {
    background-size: contain;
    background-repeat: no-repeat;
}
.section6-custom-design-multivendor.sem-shop-ad-sec-5 {
    margin-bottom: 50px;
}
.section5-custom-design.custom-design-background-color.sem-shop-ad-sec-4 {
    margin-bottom: 18px;
}
.sec4-custom-design-content.multivendor-e-commerce-website.sem-shopad--sec-3 p {
    margin-bottom: 30px;
}

.sec4-custom-design-content.multivendor-e-commerce-website.sem-shopad--sec-3 > h4 {
    margin-bottom: 10px;
}

.section4-custom-design.custom-design-background-color.sem-shopad--sec-3 {
    margin-top: 50px;
}
.sec4-custom-design-content.multivendor-e-commerce-website.smm-shopad--sec-4 p {
    margin-bottom: 33px;
}
.section5-custom-design.custom-design-background-color.sem-shop-ad-sec-4 {
    padding: 60px 0px 40px;
}
.section6-custom-design-multivendor.sem-shop-ad-sec-5 {
    background-size: cover;
}


/*Google-adsense*/
body.page-template.page-template-SEMGoogleAdsense.page-template-SEMGoogleAdsense-php.page.page-id-1693.logged-in.admin-bar.wp-custom-logo.mega-menu-header-menu.customize-support {
    /*background-color: #ececec;*/
    background-color: #fff;
}
.sec-4-repeater-multivendor-e-commerce.sec-4-rep-goog-ad-sen {
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.sec-4-rep-icon.sec-4-rep-icon-multivendor.sec-4-goog-ad-icon img {
    max-width: 22% !important;
}
.sec-4-rep-head-multivendor.sec-4-rep-head-goog-ad-sen h4 {
    margin-top: 10px;
}
.section6-custom-design-multivendor.sem-google-adsense-sec-5 {
    background-size: contain;
}
.section6-custom-design-multivendor.sem-google-adsense-sec-5 {
    padding-top: 29px;
}
.section6-custom-design-multivendor.sem-google-adsense-sec-5 {
    margin-bottom: 50px;
}
.sec-5-rgt-facebook-mark.sec-5-rgt-google-ad img {
    max-width: 82% !important;
    margin-bottom: 25px;
}
.sec-4-repeater-multivendor-e-commerce.sec-4-rep-goog-ad-sen {
    margin-bottom: 60px;
}
.sec4-custom-design-content.multivendor-e-commerce-website.sem-goog-ad-sen-sec-4 p {
    margin-bottom: 28px;
}
.sec4-custom-design-content.multivendor-e-commerce-website.sem-goog-ad-sen-sec-4 h4 {
    margin-bottom: 0 !important;
}
.sec-4-rep-icon.sec-4-rep-icon-multivendor.sec-4-goog-ad-icon:before {
    top: 18px;
    left: -12px;
}
.web-content-info.pink-section.sem-goo-ad-sen-pink.sec-2-goog-adsense-pink {
    padding: 37px 26px 15px;
}
.section5-custom-design.custom-design-background-color.sem-shop-ad-sec-3.sem-goog-adsense-sec-3 {
    padding: 50px 0px 60px;
}

.section6-custom-design-multivendor.sem-google-adsense-sec-5 {
    background-repeat: no-repeat;
}
/*Youtube Marketing*/
body.page-template.page-template-SEMYouTubeMarketing.page-template-SEMYouTubeMarketing-php.page.page-id-1738.logged-in.admin-bar.wp-custom-logo.mega-menu-header-menu.customize-support {
    background-color: #ececec;
}

.sec3-left-facebook-mark.sec-3-lft-you-tub ul {
    padding-left: 19px;
}

.sec3-left-facebook-mark.sec-3-lft-you-tub ul li {
    font-size: 16px;
    font-family: 'Poppins-Medium';
}
.sec3-left-facebook-mark.sec-3-lft-you-tub p {
    margin-bottom: 16px;
}
/*.sec3-left-facebook-mark.sec-3-lft-you-tub p {*/
/*    margin-top: 10px;*/
/*}*/
.web-content-info.pink-section.sem-goo-you-tube-pink {
    margin-bottom: 20px;
}
/*.sec3-left-facebook-mark.sec-3-last-you-tub {*/
/*    grid-column: 1/-1;*/
/*}*/
.sec3-left-facebook-mark.sec-3-last-you-tub p {
    margin-top: 15px;
}
.section5-custom-design.custom-design-background-color.sem-you-tube-mark-sec-6 {
    margin-bottom: 30px;
}
.section6-custom-design-multivendor.sem-you-tub-sec-7 {
    margin-bottom: 50px;
}
.section5-facebook-mark.sem-youtube-mark {
    padding: 31px 0px;
}
.sec6-left-multivendor.sec-7-lft-you-tub {
    padding-bottom: 0px;
}
.sec-5-rgt-facebook-mark.sec-7-rgt-you-tub img {
    padding-top: 0px;
}
.section6-custom-design-multivendor.sem-you-tub-sec-7 {
    background-size: cover;
}
.web-content-info.pink-section.sem-goo-you-tube-pink.sem-youtube-pink-sec2 {
    padding: 37px 26px 15px;
}

/*SEM Mobile Ads*/

.heading-with-dot.sec-4-mobile-ad-head h4 {
    margin-bottom: 30px;
}
.sec-4-rep-head-multivendor.sec-4-rep-mobile-ads-head h4 {
    margin-top: 13px;
}
.sec-5-rgt-facebook-mark.sec-5-rgt-mob-ad img {
    padding-top: 0;
}
.section6-custom-design-multivendor.sem-mob-ad-sec-5 {
    background-size: contain;
}
.sec-5-rgt-facebook-mark.sec-5-rgt-mob-ad img {
    max-width: 82% !important;
}
.section6-custom-design-multivendor.sem-mob-ad-sec-5 {
    padding: 32px 0px 0px;
    margin-bottom: 50px;
}
.section5-custom-design.custom-design-background-color.sem-mob-ad-sec-3 {
    padding: 49px 0px 50px;
}
/*.section4-custom-design.custom-design-background-color {*/
/*    padding: 40px 40px 56px;*/
/*}*/

/*Mobile App IOS Development*/
.section3-parent-custom-design.sec-3-sem-mobile-app-parent {
    gap: 60px;
}
.section3-parent-custom-design.sec-4-sem-mobile-app-ios-parent {
    gap: 68px;
}
.sec3-left-facebook-mark.sec-4-rgt-mobile-app-ios ul {
    padding-left: 0px !important;
}
.sec3-left-facebook-mark.sec-4-rgt-mobile-app-ios ul li {
    font-family: 'Poppins-Medium';
    font-size: 16px;
}
.section6-custom-design-multivendor.sem-mob-app-ios-sec-5 {
    padding: 28px 0px;
}
.sec-5-rgt-facebook-mark.sec-5-rgt-mob-ios img {
    max-width: 59% !important;
    padding-top: 0px;
    margin: auto;
}
.section6-custom-design-multivendor.sem-mob-app-ios-sec-5 {
    background-size: contain;
    margin-bottom: 50px;
    background-repeat: no-repeat;
}
.social-media-mark-section-3.sem-remark-sec-3.sec-3-mobile-app-ios {
    padding: 20px 0px 5px;
}
.section5-custom-design.custom-design-background-color.sem-mob-app-ios-sec-4 {
    padding: 40px 0px 61px;
}
.sec3-left-facebook-mark.sec-3-lft-mobile-app-ios p {
    padding-left: 18px;
}
.section4-custom-design.custom-design-background-color.sec-4-mobile-ads {
    margin-bottom: 50px;
}

.sec3-left-facebook-mark.sec-4-rgt-mobile-app-ios ul li {
    list-style: none;
}
.sec3-left-facebook-mark.sec-4-rgt-mobile-app-ios ul li:before {
    content: '\f111';
    font-family: 'FontAwesome';
    font-size: 7px;
    color: #10001E;
    position: absolute;
    top: 9px;
    left: 2px;
}
.sec3-left-facebook-mark.sec-4-rgt-mobile-app-ios ul li {
    position: relative;
    padding-left: 18px !important;
}

/*Android App Development*/
.sec3-left-facebook-mark.sec-3-lft-mobile-app-android p {
    padding-left: 9px;
}
.section3-parent-custom-design.sec-3-sem-mobile-app-android-parent {
    gap: 50px;
}
.section5-custom-design.custom-design-background-color.sem-mob-app-android-sec-4 {
    padding: 40px 0px 60px;
}

.sec3-left-facebook-mark.sec-4-rgt-mobile-app-ios.sec-4-rgt-mobile-app-android ul li {
    list-style: none;
}
.sec3-left-facebook-mark.sec-4-rgt-mobile-app-ios.sec-4-rgt-mobile-app-android ul li:before {
    content: '\f111';
    font-family: 'FontAwesome';
    font-size: 7px;
    color: #10001E;
    position: absolute;
    top: 9px;
    left: 1px;
}
.sec3-left-facebook-mark.sec-4-rgt-mobile-app-ios.sec-4-rgt-mobile-app-android ul {
    padding-left: 0px !important;
}
.sec3-left-facebook-mark.sec-4-rgt-mobile-app-ios.sec-4-rgt-mobile-app-android ul li {
    position: relative;
}
.sec3-left-facebook-mark.sec-4-rgt-mobile-app-ios.sec-4-rgt-mobile-app-android ul li {
    padding-left: 18px !important;
}

/*Mobile App Windows App Development*/
.sec3-left-facebook-mark.sec-4-rgt-mobile-app-ios.sec-4-rgt-mobile-app-wind ul {
    padding-left: 20px;
}
.section6-custom-design-multivendor.sem-mob-app-ios-sec-5.sem-mob-app-wind-sec-5 {
    background-size: cover;
}
.sec-5-rgt-facebook-mark.sec-5-rgt-mob-ios.sec-5-rgt-mob-wind-app img {
    max-width: 67% !important;
}
.section5-custom-design.custom-design-background-color.sem-mob-app-android-sec-3 {
    padding: 60px 0px 30px !important;
}
.section6-custom-design-multivendor.sem-mob-app-ios-sec-5.sem-mob-app-and-sec-5 {
    background-repeat: no-repeat;
}

/*Mobile App maintenance*/

.sec-4-repeater-multivendor-e-commerce.sec-4-rep-goog-ad-sen.sec-4-rep-mobile-app-maint-parent {
    grid-template-columns: 1fr 1fr 1fr;
}
.sec4-custom-design-content.multivendor-e-commerce-website.sem-goog-ad-sen-sec-4.mobil-app-main-sec-4 h4 {
    margin-bottom: 19px !important;
}
.sec-4-rep-head-multivendor.sec-4-rep-head-goog-ad-sen.sec-4-rep-head-mob-app-maint-sen h4 {
    margin-top: 20px;
}
.sec-4-rep-icon.sec-4-rep-icon-multivendor.sec-4-goog-ad-icon.sec-4-mobile-app-maint-icon img {
    max-width: 16% !important;
}
.sec6-left-multivendor.sec-5-lft-mob-ios.sec-5-lft-mob-app-and ul {
    padding-left: 17px;
}
.sec6-left-multivendor.sec-5-lft-mob-ios.sec-5-lft-mob-app-and ul li {
    font-size: 16px;
    font-family: 'Poppins-Medium';
}
.section6-custom-design-multivendor.sem-mob-app-ios-sec-5.sem-mob-app-wind-sec-5 {
    background-size: cover;
    background-repeat: no-repeat;
}
.sec-5-rgt-facebook-mark.sec-5-rgt-mob-ios.sec-5-rgt-mob-wind-app.sec-5-rgt-mob-app-maint img {
    max-width: 85% !important;
    margin: 0 !important;
}
.sec6-left-multivendor.sec-5-lft-mob-ios.sec-5-lft-mob-app-and.sec-5-lft-mob-app-maint {
    padding-bottom: 7px;
}
.section5-facebook-mark.sec-5-lft-mob-ios.sec-5-lft-mob-wind-app-parent.sec-5-lft-mob-app-maint-parent {
    margin-top: 30px;
}
.section5-custom-design.custom-design-background-color.sec-3-mobile-app-maintenance {
    padding: 60px 0px 60px !important;
}
.section6-custom-design-multivendor.sem-mob-app-wind-sec-5.sec-5-mobile-app-maintenance {
    background-size: contain;
    margin-bottom: 60px;
}

.section6-custom-design-multivendor.sem-mob-app-wind-sec-5.sec-5-mobile-app-maintenance {
    background-size: contain;
    margin-bottom: 60px;
    padding: 40px 20px 30px;
}
.sec6-left-multivendor.sec-5-lft-mob-ios.sec-5-lft-mob-app-and.sec-5-lft-mob-app-maint ul li {
    list-style: none;
}
.sec6-left-multivendor.sec-5-lft-mob-ios.sec-5-lft-mob-app-and.sec-5-lft-mob-app-maint ul li:before {
    content: '\f111';
    font-family: 'FontAwesome';
    font-size: 7px;
    color: #10001E;
    position: absolute;
    top: 9px;
    left: -10px;
}
.sec6-left-multivendor.sec-5-lft-mob-ios.sec-5-lft-mob-app-and.sec-5-lft-mob-app-maint ul li {
    position: relative;
}
.sec6-left-multivendor.sec-5-lft-mob-ios.sec-5-lft-mob-app-and.sec-5-lft-mob-app-maint ul {
    padding-left: 12px !important;
}
/*Website Design UI UX design*/
.about-banner-header.banner-overlay-new.banner-overlay-new-website-design::before {
    position: absolute;
    background-image: url('https://www.webtrixz.com/media/2022/12/indoor-portrait-international-students-waiting-teacher-lecture-hall-blonde-european-girl-sitting-desk-talking-about-test-with-university-mates.png');
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: cover;
}
.about-banner-header.banner-overlay-new.banner-overlay-new-website-design {
    position: relative;
}
.website-ui-ux-design-rep {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 57px;
}
.website-ui-ux-design-rep:nth-child(even) .website-ui-ux-design-rep-img {
    order: -1;
}
.website-ui-ux-design-rep {
    margin-top: 60px;
}
.website-ui-ux-design-rep h4 {
    color: #01A6FF;
    margin-bottom: 15px;
}
.website-ui-ux-design-rep-img:after {
    position: absolute;
    background-image: url(https://www.webtrixz.com/media/2022/12/Group-208.png);
    content: "";
    background-size: contain;
    height: 70px;
    width: 79px;
    background-repeat: no-repeat;
}
.website-ui-ux-design-rep-img {
    position: relative;
}
.website-ui-ux-design-rep:nth-child(1) .website-ui-ux-design-rep-img::after {
    bottom: -9px;
    left: -11px;
}
.website-ui-ux-design-rep:nth-child(2) .website-ui-ux-design-rep-img::after {
    bottom: 20px;
    right: -27px;
}
.website-ui-ux-design-rep:nth-child(3) .website-ui-ux-design-rep-img::after {
    bottom: -18px;
    left: -6px;
}
    .website-ui-ux-design-rep:nth-child(4) .website-ui-ux-design-rep-img::after {
    bottom: -11px;
    right: -27px;
}
.website-ui-ux-design-rep:nth-child(5) .website-ui-ux-design-rep-img::after {
    left: -9px;
    bottom: -19px;
}
.section6-custom-design-multivendor.sem-mob-app-ios-sec-5.web-des-ui-ux-sec-5 {
    margin-top: 79px;
}
.sec6-left-multivendor.sec-5-lft-mob-ios.sec-5-lft-mob-app-and.sec-5-lft-webdesi-ui-ux p {
    font-size: 16px;
    font-family: 'Poppins-Medium' !important;
    margin-bottom: 14px;
}
.sec6-left-multivendor.sec-5-lft-mob-ios.sec-5-lft-mob-app-and.sec-5-lft-webdesi-ui-ux {
    padding-bottom: 0 !important;
}
.section6-custom-design-multivendor.sem-mob-app-ios-sec-5.web-des-ui-ux-sec-5 {
    margin-bottom: 73px;
}
.sec6-left-multivendor.sec-5-lft-mob-ios.sec-5-lft-mob-app-and.sec-5-lft-webdesi-ui-ux h4 {
    margin-bottom: 16px;
}
.sec6-left-multivendor.sec-5-lft-mob-ios.sec-5-lft-mob-app-and.sec-5-lft-webdesi-ui-ux p {
    color: #10001E;
}
.section5-custom-design.custom-design-background-color.ui-ux-web-sec-3 {
    padding: 60px 0px 0px;
}

/*Wordpress Design*/    
.sec3-left-facebook-mark.sec-3-lft-mobile-app-android.sec-3-web-word-last-para strong {
    font-family: 'Poppins-Medium' !important;
}
.sec3-left-facebook-mark.sec-3-lft-mobile-app-android.sec-3-web-word-last-para strong {
    color: #10001E;
}
.sec3-left-facebook-mark.sec-3-lft-mobile-app-android.sec-3-web-word-last-para p {
    margin-bottom: 10px;
}
.sec3-left-facebook-mark.sec-3-lft-mobile-app-android.sec-3-web-word-last-para h5 {
    margin-top: 22px;
}
.sec3-left-facebook-mark.sec-4-lft-word-press-web-des ul {
    padding-left: 18px;
}
.sec3-left-facebook-mark.sec-4-lft-word-press-web-des ul li {
    font-size: 16px;
    font-family: Poppins-Medium;
}
.section3-parent-custom-design.sec-3-sem-mobile-app-android-parent.sec-4-wordpress-web-design {
    gap: 60px;
}
.wordpress-design-last-para p {
    font-size: 16px;
    color: #10001E !important;
    margin-bottom: 12px;
}
.section-5-web-ui-ux {
    margin-right: 39px;
}
.sec3-left-facebook-mark.sec-3-web-word-last-para h5 {
    margin-bottom: 16px !important;
}

.sec3-left-facebook-mark.sec-3-web-word-last-para p strong {
    color: #10001E;
    margin-bottom: 10px !important;
    display: inline-block;
}

.section5-custom-design.custom-design-background-color.website-design-word-sec-4 {
    padding: 40px 0px 50px !important;
}
.sec3-left-facebook-mark.sec-4-lft-word-press-web-des ul li {
    list-style: none;
}
.sec3-left-facebook-mark.sec-4-lft-word-press-web-des ul li:before {
    content: '\f111';
    font-family: 'FontAwesome';
    font-size: 6px;
    color: #10001E;
    position: absolute;
    top: 10px;
    left: -10px;
}
.sec3-left-facebook-mark.sec-4-lft-word-press-web-des ul li {
    position: relative;
}
.sec3-left-facebook-mark.sec-4-lft-word-press-web-des ul {
    padding-left: 12px !important;
}
.word-press-web-design-sec-5 {
    background-size: 100% auto !important;
    background-repeat: repeat !important;
}

/*Website Design Landing Page Design*/

.sec3-left-facebook-mark.sec-3-land-page-design strong {
    font-size: 18px;
    color: #10001E;
}
.web-desi-land-page-para h4 {
    color: #10001E;
}
.website-ui-ux-design-rep.web-desi-land-page {
    grid-template-columns: 1.2fr 1fr;
    gap: 65px;
}
.website-ui-ux-design-rep.web-desi-land-page:nth-child(even) .web-desi-land-page-img {
    order: -1;
}
.sec-5-rgt-facebook-mark.sec-5-rgt-mob-ios.sec-5-rgt-mob-wind-app.section-5-lan-pag-img img {
    max-width: 61% !important;
}
.section6-custom-design-multivendor.sem-mob-app-ios-sec-5.sem-mob-app-wind-sec-5.sec-5-land-page {
    margin-top: 60px;
}
.section6-custom-design-multivendor.sem-mob-app-ios-sec-5.sem-mob-app-wind-sec-5.sec-5-land-page {
    padding: 38px 0px 19px;
}
.section5-custom-design.custom-design-background-color.sem-mob-app-android-sec-3.landing-page-sec-3 {
    padding-bottom: 0px;
}
.website-ui-ux-design-rep.web-desi-land-page {
    margin-bottom: 60px;
}
.sec3-left-facebook-mark.sec-3-land-page-design h4 {
    margin-bottom: 8px;
}
.sec3-left-facebook-mark.sec-3-land-page-design {
    margin-bottom: 20px;
}
.website-ui-ux-design-rep.web-desi-land-page {
    margin-top: 0px;
}
.sec3-left-facebook-mark.sec-3-land-page-design p {
    margin-bottom: 12px;
}
.sec3-left-facebook-mark.sec-3-land-page-design h4 {
    margin-bottom: 5px;
}
.section5-custom-design.custom-design-background-color.landing-page-sec-3 {
    padding: 60px 0px 30px;
}
.section6-custom-design-multivendor.sec-5-land-page {
    padding: 30px 0px;
    margin-bottom: 60px;
}
.section6-custom-design-multivendor.sec-5-land-page {
    background-size: contain;
    background-repeat: repeat;
}

.sec6-left-multivendor.sec-5-lft-land ul li {
    list-style: none;
    font-family: 'Poppins-Medium';
}
.sec6-left-multivendor.sec-5-lft-land ul li:before {
    content: '\f111';
    font-family: 'FontAwesome';
    font-size: 6px;
    color: #10001E;
    position: absolute;
    top: 11px;
    left: -12px;
}
.sec6-left-multivendor.sec-5-lft-land ul li {
    position: relative;
}
/*Portfolio Design*/
.sec-4-repeater-multivendor-e-commerce.sec-4-rep-goog-ad-sen.sec-5-portfolio-design {
    grid-template-columns: 1fr 1fr 1fr;
}
.sec-4-rep-icon.sec-4-rep-icon-multivendor.sec-4-goog-ad-icon.sec-5-port-icon::before {
    height: 148px;
    width: 81px;
}
.sec-4-rep-icon.sec-4-rep-icon-multivendor.sec-4-goog-ad-icon.sec-5-port-icon img {
    max-width: 15% !important;
}
.section5-custom-design.custom-design-background-color.sem-mob-app-ios-sec-3.sec-4-port-web-design {
    padding: 40px 0px 60px;
}

.sec4-custom-design-content.sec-5-rep-portfolio h4 {
    margin-bottom: 9px;
}
.sec4-custom-design-content.sec-5-rep-portfolio p {
    margin-bottom: 40px;
}


                            /*Web DesignCorporate Design*/
                            
.section5-custom-design.custom-design-background-color.sem-mob-app-ios-sec-3.sec-3-corp-design {
    padding: 40px 0px 10px;
}
                            /*E-commerce Website Deisgn*/
   
 .sec-4-repeater-multivendor-e-commerce.sec-4-rep-goog-ad-sen.sec-4-rep-e-commerce-des-parent {
    grid-template-columns: 1fr 1fr;
    gap: 60px;
}
.sec-4-rep-icon.sec-4-rep-icon-multivendor.sec-4-goog-ad-icon.sec-4-rep-img-e-commerce img {
    max-width: 12% !important;
}
.sec-4-rep-icon.sec-4-rep-icon-multivendor.sec-4-goog-ad-icon.sec-4-rep-img-e-commerce:before {
    width: 85px;
}
.sec-4-rep-e-commerce-des-parent > div:nth-child(4) .sec-4-rep-img-e-commerce::before {
    top: 24px;
}
.sec4-custom-design-content.multivendor-e-commerce-website.sem-goog-ad-sen-sec-4.web-des-e-comm-sec-4 h4 {
    margin-bottom: 40px !important;
}
.section5-custom-design.custom-design-background-color.sem-mob-app-ios-sec-3.sec-3-e-comm-web-des {
    padding: 40px 0px 50px;
}
.sec3-left-facebook-mark.sec-5-lft-e-comm p {
    color: #10001E;
    margin-bottom: 19px;
    font-family: 'Poppins-Medium';
}
.sec-5-e-comm-web-des {
    padding: 10px 0px 30px;
}
.sec-5-rgt-facebook-mark.section-5-corp-web-img.section-6-e-com-img img {
    max-width: 82% !important;
}
.section6-custom-design-multivendor.sem-mob-app-ios-sec-5.sem-mob-app-wind-sec-5.sec-6-e-com-web {
    padding: 28px 0px 18px;
}

/*Web Design PHP Web Design*/
.sec-4-parent-php-web-design p {
    color: #10001E;
    font-family: 'Poppins-Medium';
    margin-bottom: 10px;
}
.sec-4-php-web-design {
    background-size: cover;
    border-radius: 4px;
    padding: 35px 82px 18px 26px;
}
.sec4-custom-design-content.multivendor-e-commerce-website.sem-goog-ad-sen-sec-4.web-des-e-comm-sec-4.web-des-php-web-sec-5 h4 {
    margin-top: 70px;
}
.sec4-custom-design-content.multivendor-e-commerce-website.sem-goog-ad-sen-sec-4.web-des-e-comm-sec-4.web-des-php-web-sec-5 h4 {
    margin-top: 70px;
    margin-bottom: 50px !important;
}
.sec-4-rep-icon.sec-4-rep-img-e-commerce.ec-4-goog-ad-icon.sec-5-rep-img-php-web-design img {
    max-width: 13% !important;
}
.sec-6-php-web-design {
    padding: 33px 0px 41px;
}
.sec-6-php-des-parent {
    gap: 93px;
}
.section-6-php-des-img {
    max-width: 75% !important;
    margin-left: 29px;
}
.section5-custom-design.custom-design-background-color.sem-mob-app-ios-sec-3.sec-3-php-web-design {
    padding: 40px 0px 60px;
}
.sec-4-php-web-design {
    background-size: cover;
    border-radius: 4px;
    padding: 35px 0;
}
.sec-4-parent-php-web-design p:last-child {
    margin-bottom: 0;
}
.sec-6-php-web-design {
    padding: 48px 0px 48px !important;
}
.sec-6-php-web-design {
    padding: 48px 0px 48px !important;
    margin-bottom: 60px;
}
.section6-custom-design-multivendor.sec-6-e-com-web.sec-6-php-web-design {
    background-size: contain;
    background-repeat: repeat;
}


/*OFF PAGE SEO*/
.about-banner-header.banner-overlay-seo:before {
    background-image: url(https://www.webtrixz.com/media/2022/12/indoor-portrait-international-students-waiting-teacher-lecture-hall-blonde-european-girl-sitting-desk-talking-about-test-with-university-mates-4.png);
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-size: cover;
}
.about-banner-header.banner-overlay-seo {
    position: relative;
}
.sec-3-off-pag-seo {
    grid-template-columns: 1fr 1fr !important;
    gap: 50px 55px !important;
}
.sec-3-rep-off-img::before {
    top: 29px;
}

.section3-parent-custom-design.sec-3-sem-mobile-ad-parent.sec-4-off-pageseo-paren {
    gap: 70PX;
}
.section4-custom-design.custom-design-background-color.sec-3-seo-off-page-seo {
    padding: 55px 0 30px 0 !important;
}
.sec-5-rgt-facebook-mark.sec-5-rgt-mob-ad.sec-5-rgt-img-off-page img {
    max-width: 60% !important;
    padding-top: 30px;
    margin: 0 auto;
}
.sec-3-off-page-rep-parent:nth-child(3) .sec-3-rep-off-img {
    max-width: 52% !important;
}
.sec-4-off-page-seo {
    padding: 16px 0px 60px !important;
}

/*LOCAL SEO*/
.sec-3-local-seo-parent {
    margin-top: 35px;
}
.sec3-left-facebook-mark.sec-3-lft-mobile-ad.sec-3-lft-local h5 {
    font-size: 16px;
}
.sec3-left-facebook-mark.sec-3-lft-mobile-ad.sec-3-lft-local ul {
    margin-top: 20px;
    padding-left: 19px;
}
.sec-3-local-seo-parent {
    gap: 40px !important;
}
.sec3-left-facebook-mark.sec-3-lft-mobile-ad.sec-3-lft-local ul li {
    font-family: 'Poppins-Medium';
    font-size: 16px;
}
.sec-5-rgt-facebook-mark.sec-5-rgt-mob-ad.sec-5-rgt-img-off-page.sec-4-localseo-img img {
    max-width: 52% !important;
    margin: 0 auto;
    margin-bottom: 20px;
    padding-top:0px !important;
}
.local-seo-sec-3 {
    padding: 49px 0px 50px;
}
.web-content-info.pink-section.sem-goog-pink.sec-2-local-seo-pink {
    padding: 37px 26px 20px;
}
/*.section6-custom-design-multivendor.sem-mob-ad-sec-5.sec-4-local-seo {*/
/*    background-repeat: no-repeat !important;*/
/*}*/

.section6-custom-design-multivendor.sem-mob-ad-sec-5.sec-4-local-seo {
    padding: 32px 0px 30px;
}
.sec6-left-multivendor.sec-5-lft-mob-ad.local-seo-sec-4-lft {
    padding-bottom: 0px !important;
}
.sec-5-rgt-facebook-mark.sec-5-rgt-img-off-page.sec-4-localseo-img img {
    max-width: 60% !important;
    width: 100% !important;
    padding-top: 0 !important;
}

/*SEO SETUP*/
.sec-3-rep-seo-setup {
    grid-template-columns: 1fr 1fr 1fr !important;
}

.sec-3-seo-setup-parent:nth-child(3) .sec-3-rep-seo-img img {
    max-width: 25% !important;
}
.sec-3-rep-seo-img::before {
    top: 55px !important;
}
.sec-3-rep-seo-img {
    margin-top: 40px !important;
}
.sec-3-rep-seo-head {
    margin-top: 4px;
}
.sec-3-seo-setup {
    padding: 40px 0 50px 0 !important;
}
.sec-5seo-setup {
    background-size: 100% !important;
}
.heading-with-dot.sec-4-mobile-ad-head.sec-3-head-seo-setup h4 {
    margin-bottom: 2px !important;
}
.section5-custom-design.custom-design-background-color.sec-4-seo-setup {
    padding: 40px 0px 60px;
}

/*International SEO*/
.sec-3-rep-parent-int-seo {
    grid-template-columns: 1fr 1fr !important;
    gap: 55px;
}
.sec-3-rep-int-img::before {
    width: 104px !important;
    top: 12px !important;
}
.sec-5-rgt-img-int img {
    max-width: 100% !important;
    width: 100% !important;
    padding-top: 51px;
}
.sec-3-int-seo {
    padding: 40px 0 60px 0 !important;
}
.int-seo-sec-4-parent {
    gap: 47px !important;
}
.section5-custom-design.custom-design-background-color.sem-mob-ad-sec-3.sec-4-off-page-seo.sec-4-seo-setup {
    padding: 49px 0px 50px !important;
}
.section4-custom-design.custom-design-background-color.sec-3-seo-off-page-seo.sec-3-int-seo {
    padding: 55px 0 60px 0px !important;
}
.section6-custom-design-multivendor.sem-mob-ad-sec-5.sec-4-int-seo {
    background-repeat: no-repeat;
    background-size: cover;
}
.section6-custom-design-multivendor.sem-mob-ad-sec-5.sec-4-int-seo {
    background-size: cover;
}

/*On page Seo*/
.seo-on-page-sec3 {
    grid-template-columns: 1fr 1fr 1fr 1fr !important;
    gap: 35px !important;
}
.sec-3-rep-on-img img {
    max-width: 20% !important;
}

.sec-4-lft-on-page ul {
    padding-left: 21px;
}
.sec-4-lft-on-page ul li {
    font-size: 16px;
    font-family: 'Poppins-Medium';
}
.sec-5-on-pag {
    background-size: 100% !important;
}
.sec-5-on-pag-parent {
    padding: 17px 0px 41px  0px !important;
}
.sec-5-rgt-facebook-mark.sec-5-rgt-mob-ad.sec-5-rgt-img-on-page img {
    max-width: 65% !important;
}
.sec-4-on-page-seo {
    padding: 49px 0px 70px !important;
}
.heading-with-dot.sec-4-mobile-ad-head.sec-3-seo-on-page-head h4 {
    margin-bottom: 10px !important;
}
.parent-sec-4--mobile-ads.on-page-sec-3-parent {
    margin-top: 40px;
}
.heading-with-dot.sec-4-mobile-ad-head.sec-3-seo-on-page-head {
    margin-top: 70px;
}


/*Content Marketing*/
.about-banner-header.banner-overlay-content:before {
    position: absolute;
    background: url(https://www.webtrixz.com/media/2022/12/business-people-analyzing-statistics-financial-concept-3.png);
    content: '';
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
.about-banner-header.banner-overlay-content {
    position: relative;
}
.content-mark-back-img:before {
    background: url(https://www.webtrixz.com/media/2022/12/business-people-analyzing-statistics-financial-concept-2.png);
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.content-mark-back-img {
    position: relative;
}

.custom-deign-head.section2-e-commerce-website-maintainance.custom-design-background-color.section-3-content-marketing {
    margin-top: 70px;
}
.content-mark-back-img {
    padding: 45px 40px 25px;
}
.heading-with-dot.web-cont-info-2 h4 {
    margin-bottom: 20px;
}
.web-info.cont-web-info-para p {
    color: #4A4A4A;
    font-family: 'Poppins-Regular';
}
.sec-4-rep-parent-cont-mark:nth-child(3) .sec-3-rep-cont-img img {
    max-width: 18% !important;
}
.sec-4-rep-cont-mark {
    gap: 50px 40px !important;
}
.sec-4-rep-icon.sec-4-rep-icon-multivendor.sec-4-rep-icon-mobile-ads.sec-3-rep-cont-img:before {
    width: 89px;
    top: 16px;
}
.custom-deign-head.section2-e-commerce-website-maintainance.custom-design-background-color.sec-2-cont-mark {
    margin-top: 22px;
}
.web-info.cont-web-info-para {
    position: relative;
}
.heading-with-dot.sec-4-mobile-ad-head.sec-4-cont-mark-head h4 {
    margin-top: 51px;
}
.sec-4-repeater-multivendor-e-commerce.sec-4-rep-sem-mobile-ad.sec-4-rep-cont-mark {
    margin-bottom: 55px;
}
.sec-5-rgt-facebook-mark.sec-5-rgt-mob-ad.sec-5-rgt-cont img {
    max-width: 72% !important;
}
.section5-facebook-mark.sem-mbile-ad.sec-5-cont-markparent {
    padding-bottom: 22px;
}
.sec-2-cont-mark-pink {
    padding: 37px 26px !important;
}
/* Web Stories  CSS*/
.about-banner-header.web-stories {
    padding: 50px 0px 50px 40px;
}
.about-banner-header.web-stories h4 {
    font-size: 45px;
}

.new-web-stories .archive-web-stories {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px;
    margin-top:10px;
}

.new-web-stories .web-story-card {
    border: 1px solid transparent;
    background: #FFFFFF;
    box-shadow: 0 0 8px 0 rgba(53,53,53,0.18);
    transition: box-shadow .3s ease-out, transform .3s ease-out;
    border-radius: 6px;
    overflow: hidden;
}
.new-web-stories .web-story-card:hover {
    box-shadow: rgba(45,45,45,0.05) 0px 2px 2px, rgba(49,49,49,0.05) 0px 4px 4px, rgba(42,42,42,0.05) 0px 8px 8px, rgba(32,32,32,0.05) 0px 16px 16px, rgba(49,49,49,0.05) 0px 22px 22px, rgba(35,35,35,0.02) 0px 64px 64px;
    transform: translate(0, -4px);
}
.new-web-stories .web-story-card .ws-cnt {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.new-web-stories .web-story-card .ws-inner {
    padding: 10px;
}
.new-web-stories .ws-cnt h3 {
    min-height: 132px;
    max-height: 132px;
    overflow: hidden;
}
.new-web-stories .ws-cnt h3 a {
    display: block;
    font-size: 18px;
    line-height: 22px;
    color: #54c5f8;
}
/*NEW BANNER*/
.about-banner-header.new-banner {
    background: rgb(63,0,119);
    background: linear-gradient(90deg, rgba(63,0,119,1) 35%, rgba(84,197,248,1) 100%) !important;
}
.about-banner.new-banner .container-full {
    position: relative;
    width: 100% !important;
    max-width: 100% !important;
}
.form-on-banner {
    position: absolute;
    top: 50%;
    right: 10%;
    text-align: center;
    background-color: #ffffff40;
    padding: 30px;
    transform: translateY(-50%);
}
h2.color-title.new-title {
    color: #fff;
}
ul.banner-new-form.enquire-form {
    list-style: none;
    margin-top:10px;
}
.about-banner.new-banner {
    padding: 0px;
    padding-bottom: 42px;
}
span.sub-title.new-sub-title {
    color: #FDD835;
}
@media screen and (max-width: 782px)    
 {
 .conatin-wrapper {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 21px;
    padding-bottom: 20px;
    padding-top: 20px;
}
}
.content-wraper{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap:45px;
    padding: 40px 0px 30px;
}
.content-image img{
    max-width:100%;
    width:100%;
    border-radius: 5px;
    }
    .content-wraper:nth-child(even) .content-image {
    order: 2;
}
.content-section{
    padding: 50px 0px;
}
.content-text p {
    margin-bottom: 10px;
}
.content-text button {
    cursor: pointer;
}
        
        
        
        
        