/*
Theme Name: Trendingnow23
Theme URI: https://github.com/tidythemes/blankslate
Author: Media 10
Author URI: https://media-ten.com
Description: 
Tags: 
Version: 2.1
Requires at least: 5.2
Tested up to: 6.1
Requires PHP: 7.0
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: Trendingnow23

Trendingnow23 WordPress Theme 

*/

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

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;font-family:PoppinReg;}html{scroll-behavior:smooth}body{line-height:1}a{text-decoration-skip-ink:auto}a[href^="tel"]{color:inherit;text-decoration:none}button{outline:0}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}q{display:inline;font-style:italic}q:before{content:'"';font-style:normal}q:after{content:'"';font-style:normal}textarea,input[type="text"],input[type="button"],input[type="submit"],input[type="reset"],input[type="search"],input[type="password"]{-webkit-appearance:none;appearance:none;border-radius:0}input[type="search"]{-webkit-appearance:textfield}table{border-collapse:collapse;border-spacing:0}th,td{padding:2px}big{font-size:120%}small,sup,sub{font-size:80%}sup{vertical-align:super}sub{vertical-align:sub}dd{margin-left:20px}kbd,tt{font-family:courier;font-size:12px}ins{text-decoration:underline}del,strike,s{text-decoration:line-through}dt{font-weight:bold}address,cite,var{font-style:italic}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}
.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important;word-break:normal}
.screen-reader-text:focus{background-color:#f7f7f7;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;-webkit-clip-path:none;clip-path:none;color:#007acc;display:block;font-size:14px;font-size:.875rem;font-weight:700;height:auto;right:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}
.skip-link{left:-9999rem;top:2.5rem;z-index:999999999;text-decoration:underline}
.skip-link:focus{display:block;left:6px;top:7px;font-size:14px;font-weight:600;text-decoration:none;line-height:normal;padding:15px 23px 14px;z-index:100000;right:auto}
.visually-hidden:not(:focus):not(:active), .form-allowed-tags:not(:focus):not(:active){position:absolute !important;height:1px;width:1px;overflow:hidden;clip:rect(1px 1px 1px 1px);clip:rect(1px, 1px, 1px, 1px);white-space:nowrap}

::-webkit-scrollbar {
    display: none;
}

/*======================
#. fonts
=======================*/

@font-face {
  font-family:PoppinReg;
  src:url('./assets/Fonts/Poppins-Regular.ttf');
}

@font-face {
  font-family:PoppinRegItalic;
  src:url('./assets/Fonts/Poppins-MediumItalic.ttf');
}

@font-face{
  font-family:PoppinBold;
  src:url('./assets/Fonts/Poppins-Bold.ttf');
}

@font-face{
  font-family:PoppinBoldItalic;
  src:url('./assets/Fonts/Poppins-BoldItalic.ttf');
}

@font-face{
  font-family:PoppinLight;
  src:url('./assets/Fonts/Poppins-ExtraLight.ttf');
}

@font-face{
  font-family:PoppinLightItalic;
  src:url('./assets/Fonts/Poppins-ExtraLightItalic.ttf');
}
 /* */

img{
  width:100%;
  height:auto;
}

h1{
  font-size:1.5em;
  line-height:1.5em;
  margin:1em auto;
  font-family:PoppinBold;
}

h2, h3 {
  
  text-align: left;
  font-weight:700;
  font-family:PoppinBold;
  }

h2{
  color: var(--purple);
  font-size: 3em;
}

h3 {
  font-size: 2em;
  color: var(--black);
}

h4{
  margin: 1em;
  font-family: 'PoppinBold';
}

h6 {
  font-size:3.5em;
  font-weight:800;
  font-family:PoppinBold;
}

p {
  font-size: 17px;
  line-height: 24px; 
  text-align: left;
  margin: 1em 0;
  font-family:PoppinReg;
}

a {
  font-size: 1.1em;
  line-height: 1.5em;
  text-decoration:none;
}

em{
  font-family:PoppinRegItalic;
}

b, strong {
  font-family:PoppinBold;
}

input:focus,input .elementor-search-form--focus,input #elementor-search-form-8273178:focus { 
  outline: 0 !important;
  
}

#purpleButton p, button#wpforms-submit-110 {
    background: var(--purple);
    color: var(--white);
    border-radius: 50px;
    padding: 18px 37px;
    width:auto!important;
	display: inline-block;
    font-family: 'Poppins', sans-serif;
    margin: 0 auto;
    font-size:18px;
	font-weight: 300;
	transition: all 0.4s ease;
}
#purpleButton p:hover, button#wpforms-submit-110:hover, a.elementor-button-link:hover, .elementor-35 .elementor-element.elementor-element-a82ffe9 .elementor-element-populated a:hover, .whyBtn:hover {
	background: #c1c1c1!important;
	color: #953fc9;
}
.whyBtn:hover a {color: #953fc9;}

.smButton {
  width:170px;
}

.mdButton {
  width:250px;
}

.lgButton {
  width:400px;
}

.alignL{
  float:left;
}

.alignC {
  text-align:center;
}

.alignR {
  text-align:right;
  float:right;
}

#content {
  /* added into responsive */
}

#spacing{
  margin:10px;
  padding:10px;
}

div {text-align:center;}
header div {text-align:right;}

/*======================
#. colours
=======================*/

:root{
  --lightgrey: #EEE;
  --grey: #bbb;
  --white: #fff;
  --purple: #9933CC;
  --black:#000;
  --offblack: #222;
  --beige: #fdb;
}


/*======================
#. keyframes
=======================*/

@keyframes R2LSlide {
  from {
    opacity: 0;
    transform: translateX(300px);
  }
  to {
    opacity: 1;
  }
}

.R2LSlide {
  animation-name: R2LSlide;
  animation-duration:3s;
  animation-iteration-count:1;
}

/*======================
#. animations
=======================*/


.diagAnim{
  
}

@keyframes diagonal_move_anim {
    0%{
      transform:translate(150px,150px);
      opacity:0;
    }
    
    100%{
      transform:translate(0,0);
      opacity:1;
    }
}

#diagonal_move_anim {
  animation:diagonal_move_anim 1s linear;
}




/*======================
#. 
=======================*/

/* parallax */


.parallax {
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  perspective: 1px;
}

.parallax-layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.layer1 {
  transform: translateZ(0);
}

.layer2 {
  transform: translateZ(0);
}

.layer3 {
  transform: translateZ(0.5px);
}

.layer4 {
  transform: translateZ(-0.3px);
}

.parallax-layer.layer1 {
  width: 100%;
  height: 35rem;
  background: var(--white);
}

.parallax-layer.layer2 {
  top: 35rem;
}

/**

**/

  #purpleBanner{
   /** styling in responsive.css **/
  }
  
  #homeIpad {
    position:relative;
    z-index:5;
  }
  
    #homeIpad img {
      /** styling in responsive.css **/
    }
    
  #homeScroll{
    position:absolute;
    right:0;
  }  
    
    /* css carousel */
    
    @-webkit-keyframes scroll {
      0% {
        transform: translateX(0);
      }
      100% {
        transform: translateX(calc(-250px * 7));
      }
    }
    
    @keyframes scroll {
      0% {
        transform: translateX(0);
      }
      100% {
        transform: translateX(calc(-250px * 7));
      }
    }
	
    .slider {
      /** styling in responsive.css **/   
    }
    .slider::before, .slider::after {
      content: "";
      height: 105px;
      position: absolute;
      width: 200px;
      z-index: 2;
    }
    .slider::after {
      right: 0;
      top: 0;
      transform: rotateZ(180deg);
    }
    .slider::before {
      left: 0;
      top: 0;
    }
    .slider .slide-track1 {
      -webkit-animation: scroll 20s linear infinite;
              animation: scroll 20s linear infinite;
      display: flex;
      width: calc(225px * 14);
    }
    
    .slider .slide-track2 {
      -webkit-animation: scroll 45s linear infinite;
              animation: scroll 45s linear infinite;
      display: flex;
      width: calc(244px * 12);
    }
    
    .slider .slide-track3 {
      -webkit-animation: scroll 28s linear infinite;
              animation: scroll 28s linear infinite;
      display: flex;
      width: calc(140px * 25);
    }
    
    .slider .slide-track4 {
      -webkit-animation: scroll 32s linear infinite;
              animation: scroll 32s linear infinite;
      display: flex;
      width: calc(140px * 25);
    }
    
    /** above footer **/
    
    .slider .slide-track5 {
      -webkit-animation: scroll 32s linear infinite;
              animation: scroll 32s linear infinite;
      display: flex;
      width: calc(225px * 14);
    }
    
    .slider .slide-track6 {
      -webkit-animation: scroll 32s linear infinite;
              animation: scroll 32s linear infinite;
      display: flex;
      width: calc(225px * 14);
    }
    
    
    
    .slider .slide {
      /** styling in responsive.css **/
    }

      
.parallax-layer.layer3 {
  /** styling in responsive.css **/   
}

  #industrySector{
    background-color:var(--lightgrey);
    /** styling in responsive.css **/
  }
  
.parallax-layer.layer4 {
    top: 160rem;
    background-color: var(--purple);
  }

/** header **/

#header{
  position: fixed;
  top: 0;
  left:0;
  right:0;
  z-index: 10;
  background: var(--white);
  padding:1em;
}
  /* Navigation */
/*  .menu-header-menu-container{
    float:left;
  }
      .menu-header-menu-container ul li {
        float:left;
        margin:0 1em;
      } 
      
      .menu-header-menu-container ul li a {
        text-decoration:none;
      }
*/



/** homepage **/

.pageTitle {
  color: var(--black);
  height: auto;
  /** styling in responsive.css **/
}

  
  .pageTitle h2{
    color: var(--black);
    font-size: 1.5em;
    text-align: center;
    font-weight: 100;
    text-transform: uppercase;
    margin: 1em;
  }
  
  span {
    color:var(--purple);
  }
  
  #leftText{
    padding: 4em 6em;
  }
  
  /* homepage sector section*/
  
  #sectorTitleBox {
    
  }
  
  
  #sectorTitleBox_inner{
    padding: 2em 0;
    color: var(--white);
    font-family:'PoppinBold';
    font-size: 1.3em;
	text-align: center;
  }
  
  #sectorTitleBoxSM_inner{
    padding: 1.3em 0.5em;
    color: var(--white);
    width:100%;
  }
  
  #sVSOuterContainer{
    height:527px;
    overflow:auto;
	scrollbar-width: thin;
    /** styling in responsive.css **/
  }
  
  #sVSInnerContainer{
    height:1500px;
  }
   
  .sectorConstruction{background-image: url('./images/homeSectorBoxes/construction.png'); background-repeat: no-repeat; background-size: cover;}
  .sectorDesign{background-image: url('./images/homeSectorBoxes/design.png'); background-repeat: no-repeat; background-size: cover;}
  .sectorBusiness{background-image: url('./images/homeSectorBoxes/Business.png'); background-repeat: no-repeat; background-size: cover;}
  .sectorHealthcare{background-image: url('./images/homeSectorBoxes/healthcare.png'); background-repeat: no-repeat; background-size: cover;}
  .sectorTransport{background-image: url('./images/homeSectorBoxes/transport.png'); background-repeat: no-repeat; background-size: cover;}
  .sectorTechnology{background-image: url('./images/homeSectorBoxes/technology.png'); background-repeat: no-repeat; background-size: cover;}
  
  #sectorConst,#sectorDesig,#sectorBusin, #sectorHealt, #sectorTrans, #sectorTechn, #catSector{
    background: var(--lightgrey);
    filter: drop-shadow(-2px 3px 4px var(--grey));
    margin: 1em 0.8%;
    padding:0 3%;
    height: 70px;
    display:flex;
    align-items: center;
  }
   
  
  #sectorConst:hover,
  #sectorDesig:hover,
  #sectorBusin:hover, 
  #sectorHealt:hover,
  #sectorTrans:hover,
  #sectorTechn:hover, 
  #catSector:hover{
    background:var(--purple);
    color:var(--white);
  }
  
  #catSector:hover p.findoutMore-label span,
  #sectorConst:hover p.findoutMore-label span,
  #sectorDesig:hover p.findoutMore-label span,
  #sectorBusin:hover p.findoutMore-label span, 
  #sectorHealt:hover p.findoutMore-label span,
  #sectorTrans:hover p.findoutMore-label span,
  #sectorTechn:hover p.findoutMore-label span
  {
    display: none;
  }
  #catSector:hover p.findoutMore-label:after,
  #sectorConst:hover p.findoutMore-label:after,
  #sectorDesig:hover p.findoutMore-label:after,
  #sectorBusin:hover p.findoutMore-label:after, 
  #sectorHealt:hover p.findoutMore-label:after,
  #sectorTrans:hover p.findoutMore-label:after,
  #sectorTechn:hover p.findoutMore-label:after
  {
    content: 'tell me more';
    font-size:15px;
  }
  
    #sectorConst p,#sectorDesig p,#sectorBusin p, #sectorHealt p, #sectorTrans p, #sectorTechn p, #catSector p{
      width: 100%;
      text-align: center;
      /*line-height: 70px;*/
    }
    
      #sectorConst p span,#sectorDesig p span,#sectorBusin p span, #sectorHealt p span, #sectorTrans p span, #sectorTechn p span, #catSector p span{
        text-align: center;
        color: var(--black);
        font-size: 15px;
        margin: 0 auto;
      }
  
  #laptopCarousel{
    /* image set in responsive */
    background-position: center;
    background-repeat: no-repeat; 
    background-size: contain;
    position:relative;
  }
  
  .promiseCarousel {
    width: 100vw;
    height: 200px;
  }
  
  @keyframes display {
    0% {
    transform: translateX(200px);
    opacity: 0;
    }
    10% {
    transform: translateX(0);
    opacity: 1;
    }
    20% {
    transform: translateX(0);
    opacity: 1;
    }
    30% {
    transform: translateX(-200px);
    opacity: 0;
    }
    100% {
    transform: translateX(-200px);
    opacity: 0;
    }
  }
  
  .promiseCarousel {
    position: absolute;
    width: 75%;
   
    text-align: center;
  }
  
  .promiseCarousel > .promiseSlide {
    position: absolute;
    
    width: 100%;
    left: 16%;
    animation: display 10s infinite;
  }
  
    .promiseCarousel > .promiseSlide h3, .promiseCarousel > .promiseSlide p {
      color:var(--white);
      text-align: center;
    }
    
    .promiseCarousel > .promiseSlide h3{
      font-size:2.5em;
      font-weight:700;
    }
    
    .promiseCarousel > .promiseSlide p {
      font-size:30px;
      font-weight:200;
    }
  
  .promiseSlide:nth-child(2) {
    animation-delay: 2s;
  }
  .promiseSlide:nth-child(3) {
    animation-delay: 4s;
  }
  .promiseSlide:nth-child(4) {
    animation-delay: 6s;
  }
  .promiseSlide:nth-child(5) {
    animation-delay: 8s;
  }
  
  .whyBtn {
    
    background: var(--purple);
    color: var(--white);
    border-radius: 50px;
    padding: 10px 30px;
    text-align:center;
    
    
  }
  
  .whyBtn a, a.whyBtn{
	color: var(--white);
	font-weight: 500;
	font-family: 'Poppins', sans-serif;
  }
  
  .whyBtn a:hover, a.whyBtn:hover{
    color:var(--white); 
  }
  
  /* Our AI */
  
  .elementor-223 .elementor-element.elementor-element-ef0000f .elementor-button{
   background:var(--white) !important;
   
  }
   
  .elementor-223 .elementor-element.elementor-element-ef0000f .elementor-button span{
    color: var(--purple) !important;
    font-family:PoppinReg; 
  }
  
  /* Advertise */
  
  .elementor-90 .elementor-element.elementor-element-d87a5f6 p, .elementor-element .elementor-element-9055871 p{
    text-align:center;
  }
  
  .elementor-element .elementor-element-9055871 a {
    color:var(--purple);
    font-family:PoppinBold;
  }
  
  .elementor-90 .elementor-element.elementor-element-480964b .elementor-button span, .elementor-90 .elementor-element.elementor-element-1767ca4 .elementor-button span, .elementor-35 .elementor-element.elementor-element-6bd185f9 .elementor-element-populated a span {
    color:var(--white)!important;
    font-family:PoppinReg;
  }
  
  .elementor-button-text{
    color:var(--white);
  }
  
  /* vertical carousel*/
  
  
  .carousel {
    position: relative;
    width: 100%;
    max-width: 800px;
    height:350px;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  
  .carousel__item {
    display: flex;
    align-items: center;
    position: absolute;
    width: 100%;
    padding: 0;
    opacity: 0;
    filter: drop-shadow(0 2px 2px #555);
    -moz-animation:carousel-animate-vertical 27s linear infinite;
    -webkit-animation: carousel-animate-vertical 27s linear infinite;
            animation: carousel-animate-vertical 27s linear infinite;
  }
  
  .carousel__item:nth-child(1) {
    -webkit-animation-delay: calc(3s * -1);
    -moz-animation-delay: calc(3s * -1);
            animation-delay: calc(3s * -1);
  }
  
  .carousel__item:nth-child(2) {
    -webkit-animation-delay: calc(3s * 0);
     -moz-animation-delay: calc(3s * 0);
            animation-delay: calc(3s * 0);
  }
  
  .carousel__item:nth-child(3) {
    -webkit-animation-delay: calc(3s * 1);
            animation-delay: calc(3s * 1);
  }

  
  .carousel__item:last-child {
    -webkit-animation-delay: calc(3s * 2);
            animation-delay: calc(-3s * 2);
  }
  
  .carousel__item-head {
    border-radius: 50%;
    width: 90px;
    height: 90px;
    padding: 14px;
    position: relative;
    margin-right: -45px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
  }
  
  .carousel__item-body {
    width: 100%;
     border-radius: 8px;
    padding: 16px 20px 16px 70px;
  }
  
  .title {
    text-transform: uppercase;
    font-size: 20px;
    margin-top: 10px;
  }
  
  .nameTitleCompany{
      font-size:12px;
      font-weight:700;
  }
  
  @-webkit-keyframes carousel-animate-vertical {
    0% {
      transform: translateY(100%) scale(0.5);
      opacity: 0;
      visibility: hidden;
    }
    3%, 11.1111111111% {
      transform: translateY(100%) scale(0.7);
      opacity: 0.4;
      visibility: visible;
    }
    14.1111111111%, 22.2222222222% {
      transform: translateY(0) scale(1);
      opacity: 1;
      visibility: visible;
    }
    25.2222222222%, 33.3333333333% {
      transform: translateY(-100%) scale(0.7);
      opacity: 0.4;
      visibility: visible;
    }
    36.3333333333% {
      transform: translateY(-100%) scale(0.5);
      opacity: 0;
      visibility: visible;
    }
    100% {
      transform: translateY(-100%) scale(0.5);
      opacity: 0;
      visibility: hidden;
    }
  }
  
  @keyframes carousel-animate-vertical {
    0% {
      transform: translateY(100%) scale(0.5);
      opacity: 0;
      visibility: hidden;
    }
    3%, 11.1111111111% {
      transform: translateY(100%) scale(0.7);
      opacity: 0.4;
      visibility: visible;
    }
    14.1111111111%, 22.2222222222% {
      transform: translateY(0) scale(1);
      opacity: 1;
      visibility: visible;
    }
    25.2222222222%, 33.3333333333% {
      transform: translateY(-100%) scale(0.7);
      opacity: 0.4;
      visibility: visible;
    }
    36.3333333333% {
      transform: translateY(-100%) scale(0.5);
      opacity: 0;
      visibility: visible;
    }
    100% {
      transform: translateY(-100%) scale(0.5);
      opacity: 0;
      visibility: hidden;
    }
  }
  
  
 /* News */
 
 .post-72{
   background:var(--lightgrey);
   padding:2em 0;
 }
 
 .post-72 .elementor-post__text{
   padding:0 8%;
   text-align:left;  
 }
 
 .post-72 .elementor-post__text .elementor-post__meta-data{
   text-align:left;
   margin: 4% 0;
 }
 
 
 .post-72 .elementor-post__read-more-wrapper{
   background:var(--purple);
   padding: 3% 3% 3% 10%;
   margin: 0 -10%;
   text-align: left;
 }
 
 .post-72 .elementor-post__read-more-wrapper:after{
   content: ">";
   float:right;
   color: var(--white);
 }
 

  
  
 /* Single Article */
  
  .news-title {
    text-align: left;
  }
  
  h1.news-title a{
	color: var(--black);
	text-align: left;
	font-family: PoppinBold;
	font-size: 28px;
	line-height: 1.2;
  }
  
  .newsContent .entry-meta {
    text-align:left;
    text-decoration: underline;
    margin: 1em 0 20px;
    color:var(--grey);
  }
  
  .newsContent p {
	font-size: 15px;
  }
  .newsContent p a {
	  color: #93c;font-weight: 600;font-family: 'Poppins', sans-serif;font-size: 15px;
  }
  
  /* Single Article sidebar widget */
  
  .xoxo{}
  
  .xoxo .gb-block-post-grid .gb-post-grid-section-title {
    text-align: left;
    color:var(--black);
    font-size:24px;
    line-height:50px;
    font-weight:700;
    margin:1em 0;
  }
  
 .xoxo .gb-block-post-grid .gb-post-grid-items article{
   filter: drop-shadow(0px -1px 5px var(--grey));
   background: var(--white);
 }
 
 .xoxo .gb-block-post-grid .gb-block-post-grid-text{
   padding:0 1em;
 }
 
 .xoxo .gb-block-post-grid .gb-post-grid-items article h3, .xoxo .gb-block-post-grid .gb-post-grid-items article h3 a{
    font-size:16px;
    line-height:16px; 
    font-weight:700;   
    margin:0;
  }
  
  .xoxo .gb-block-post-grid .gb-post-grid-items article h3 a:hover{
    text-decoration:none;
    color:var(--black);
  }
  
  .xoxo .gb-block-post-grid .gb-post-grid-items article .gb-block-post-grid-byline, .gb-block-post-grid-date{
      color:var(--grey);
      text-align:left;
      font-size:12px;
      margin:0.5em 0;
      text-decoration:underline;  
  }
  
  .xoxo .gb-block-post-grid .gb-post-grid-items article .gb-block-post-grid-excerpt p{
    font-size:12px;
  }
  
  .xoxo .gb-block-post-grid .gb-post-grid-items article p a.gb-block-post-grid-more-link {
    background: var(--purple);
    padding: 3% 3% 3% 10%;
    margin: 0 -8%;
    text-align: left;
    width: 117%;
    color:var(--white);
  }
  
  .xoxo .gb-block-post-grid .gb-post-grid-items article p a.gb-block-post-grid-more-link:after{
    content: ">";
     float:right;
     color: var(--white);
  }
  
  /* sector subscribe page */
  
    /* form */
    .checkbox-group {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
     
      margin-left: auto;
      margin-right: auto;
      
      -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
          user-select: none;
		  padding-top: 50px;
    }
    .checkbox-group > * {
      margin: 0.5rem 0.5rem;
    }
    
    .checkbox-group-legend {
      font-size: 1.5rem;
      font-weight: 700;
      color: #9c9c9c;
      text-align: center;
      line-height: 1.125;
      margin-bottom: 1.25rem;
    }
    
    .checkbox .checkbox-wrapper {position: relative;}
    .checkbox-input {
      /*clip: rect(0 0 0 0);
      -webkit-clip-path: inset(100%);
          clip-path: inset(100%);*/
      height: 100%;
      width: 100%;
      overflow: hidden;
      position: absolute;
      white-space: nowrap;
	  left: 0px;
	  opacity: 0;
	  cursor: pointer;
	  height: 100%;
	  z-index: 99;
    }
    .checkbox-input:checked + .checkbox-tile {
      background: #9933CC;
      
    }
    .checkbox-input:checked + .checkbox-tile:before {
      transform: scale(1);
      opacity: 1;
      background-color: #9933CC;
      border-color: #fff;
    }
    .checkbox-input:checked + .checkbox-tile .checkbox-icon,
    .checkbox-input:checked + .checkbox-tile .checkbox-label {
      color: #fff;
    }
    .checkbox-input:focus + .checkbox-tile:before {
      transform: scale(1);
      opacity: 1;
    }
    
    .checkbox-tile {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      width: 200px;
      min-height: 50px;
      margin:5px;
      background-color: #fff;
      box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
      transition: 0.15s ease;
      cursor: pointer;
      position: relative;
      margin:5px auto;
    }
    .checkbox-tile:before {
      content: "";
      position: absolute;
      display: block;
      width: 1.25rem;
      height: 1.25rem;
      border: 2px solid #b5bfd9;
      background-color: #fff;
      border-radius: 50%;
      top: 0.25rem;
      left: 0.25rem;
      opacity: 0;
      transform: scale(0);
      transition: 0.25s ease;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='192' height='192' fill='%23FFFFFF' viewBox='0 0 256 256'%3E%3Crect width='256' height='256' fill='none'%3E%3C/rect%3E%3Cpolyline points='216 72.005 104 184 48 128.005' fill='none' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='32'%3E%3C/polyline%3E%3C/svg%3E");
      background-size: 12px;
      background-repeat: no-repeat;
      background-position: 50% 50%;
    }
    .checkbox-tile:hover {
      border-color: #9933CC;
    }
    .checkbox-tile:hover:before {
      transform: scale(1);
      opacity: 1;
    }
    
    .checkbox-icon {
      transition: 0.375s ease;
      color: #494949;
    }
    .checkbox-icon svg {
      width: 3rem;
      height: 3rem;
    }
    
    .checkbox-label {
      color: var(--black);
      transition: 0.375s ease;
      text-align: center;
		font-size: 14px;
		font-weight: 600;
		font-family: 'Poppins', sans-serif;
    }
	.checkbox-label label {font-family: 'Poppins', sans-serif;}
    
::placeholder{
      color:var(--black)!important;
      opacity: 1;
    }
    
  /** General Subscribe **/
  
  /* Style the tab */
  .tab {
    
  }
  
  /* Style the buttons that are used to open the tab content */
  .tab div {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    /*padding: 14px 16px;*/
    transition: 0.3s;
	margin-bottom: 10px;
  }
  
  /* Change background color of buttons on hover */
  .tab div:hover {
    
  }
  
  /* Create an active/current tablink class */
  .tab div.active {
    
  }
  
  /* Style the tab content */
  .tabcontent {
    display: none;
    padding: 6px 12px;
	width: 100%;
  }
  .tabcontent .row {justify-content: center;width: 100%;margin: 0 auto;}
  
    
  /** category **/
  
  .counter {
    background: var(--lightgrey);
    /* size in responsive*/
    border-radius: 50%;
    margin: auto;
  }
  
  .pageIntro {
    padding:1%;
  }
  
    .pageIntro p{
		text-align: center;
		font-size: 24px;
		line-height: 32px;
		font-weight: 400;
		font-family: 'Poppins', sans-seri;
    }
  
  h2.count-number{
    text-align: center;
    padding: 30% 7%;
    padding-bottom: 0%;
    color: var(--black);
	font-size: 36px;
  }
  
  p.count-text{
    text-align: center;
    margin: 0;
	font-size: 22px;
  }
  
  #categoryPage h5{
    font-family: 'PoppinBold';
    font-size:22px;
  }
  
  p.findoutMore-label{
    font-size:15px;
    line-height:17px;
  }
    
    
  /** Search Results **/
  
  .post-categories, .searchReultsTitle {text-align:left}
    
  .post-categories li a {
    color:var(--purple);
  }
  
  .searchResultsTitle a {
    color:var(--black);
  }
  
  p.searchResultsTitle {
    text-align:left;
    font-size:13px;
    margin:0;
  }
    
    
  /** footer **/
  
  #footer{
    background:var(--black);
    background-image: url(/wp-content/uploads/2023/12/richard-horvath-black.png);
    padding:80px 1em 60px;
	position: relative;
	z-index: 999;
	background-position: center;
  }
  
  #footer img {
    filter: brightness(0) invert(1);
  }
  
  #footer p{
    font-size:0.8em;
    color:var(--white);
  }
  #footer p a {color: #fff;font-size: 12px;}
  
  #copyright a {
    color:#fff!important;
  }
  #copyright a:hover {color:var(--purple)!important;}

#wrapper, body, .promiseCarousel {overflow-x: hidden;}
p.findoutMore-label span {font-family: 'Poppins', sans-serif;font-weight: 500;}
#sVSOuterContainer > div {padding: 0 6px;}
#view_more a {display: flex;align-items: center;font-family: 'Poppins', sans-serif;font-weight: 500;color: var(--black);font-size: 14px;justify-content: center;padding: 25px 0 10px;}
#view_more a img {width: 20px;margin-right: 10px;}

#advertiseWithUs #whyH4 {margin: 0px !important;font-size: 40px!important;padding-bottom: 35px;line-height: 1.2;}
#advertiseWithUs p {font-size: 20px;font-weight: 500;line-height: 30px;margin-top: 0;}

.amf-el.amf-type-captcha label {
	color: #93C;
	font-size: 20px;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
}
#amf-el-privacy_policy_5808 p {font-family: 'Poppins', sans-serif;text-align: center;}
#amf-el-privacy_policy_5808 p a {color: #000;font-size: 14px !important;font-family: 'Poppins', sans-serif;}
#submit {background: var(--purple) 0% 0% no-repeat padding-box;border-radius: 32px;opacity: 1;color: #fff;font-size: 20px;font-weight: 600;font-family: 'Poppins', sans-serif;padding: 15px 35px !important;line-height: 1;margin: 15px 0 0;border: 0;transition: all 0.4s ease;}
#submit:hover {background: #c1c1c1 !important;color: #fff;}
.form-control::placeholder, .form-select {color: #C1C1C1 !important;opacity: 1;font-size: 14px;}
.form-select {color: #212529 !important;}
.form-select.test {color: #C1C1C1 !important;}
.select_form .test {color: #A2A2A2 !important;}
.select_form select {font-size: 14px!important;}
.page-id-326 .entry-content h1 {color: #9933CC;font-size: 3.5em;} 
.page-template-page-categorysubscribe .entry-content h1 {font-size: 3.5em;color: #000;} 
.sub_frm_pg {padding-bottom: 80px;}
.main_ttl {font-size: 70px !important;margin-bottom: 30px;line-height: 1;}
.lgt_ttl {font-size: 37px;font-weight: 300;font-family: 'Poppins', sans-serif;}
.chkc_fd {color: #9933CC;font-weight: 500;font-family: 'Poppins', sans-serif !important;font-size: 24px!important;}
.prvc_plc_text p, .prvc_plc_text p a {font-family: 'Poppins', sans-serif;} 
.prvc_plc_text p a {color: #000;font-size: 14px !important;} 
.elementor-35 .elementor-element.elementor-element-7855ce2 .elementor-button {padding: 13px 02em 13px 02em !important;}
.newsContent .news-title {line-height: 1.2;margin-top: 0;margin-bottom: 20px;} 
.single-post .hfeed .whyBtn {margin: 0 auto 3rem;display: table; width: auto;} 
.news_social {background: #F2F2F2 0% 0% no-repeat padding-box;border-radius: 37px;padding: 5px 4px;transition: all 0.4s ease;}
.news_social li {padding: 0px 0;width: 44px;height: 44px;line-height: 44px;border-radius: 100px;transition: all 0.4s ease;text-align: center;}
.news_social li a i {font-size: 18px;color: #953fc9;}
.news_social:hover {background: #fff;}
.news_social li:hover {background: #F2F2F2;}
.elementor-223 .elementor-element.elementor-element-c50e2c7 .elementor-heading-title {text-align: center !important;}
.elementor-35 .elementor-element.elementor-element-7b63da0 div.elementor-menu-toggle svg {fill: #93c;}
.prpl_btn #whiteBTN {background: #953FC9 !important;}
.prpl_btn #whiteBTN .elementor-button-text {color: #fff !important;}
.prpl_box .elementor-widget:not(:last-child) {margin-bottom: 0;margin-block-end: 0!important;}
.text_white_p p span {color: #fff!important;}
.prpl_section .elementor-button .elementor-button-text {color: #93c;}
#leftBox {background: #93c!important;}
#wpforms-submit-110 {
	background: var(--purple) !important;
	color: var(--white) !important;
	padding: 16px 18px !important;
	font-size: 17px !important;
	font-family: 'Poppins', sans-serif !important;
	height: auto;
}
.elementor-66 {padding-top: 50px;}

div.wpforms-container-full input[type="date"]::placeholder, div.wpforms-container-full input[type="datetime"]::placeholder, div.wpforms-container-full input[type="datetime-local"]::placeholder, div.wpforms-container-full input[type="email"]::placeholder, div.wpforms-container-full input[type="month"]::placeholder, div.wpforms-container-full input[type="number"]::placeholder, div.wpforms-container-full input[type="password"]::placeholder, div.wpforms-container-full input[type="range"]::placeholder, div.wpforms-container-full input[type="search"]::placeholder, div.wpforms-container-full input[type="tel"]::placeholder, div.wpforms-container-full input[type="text"]::placeholder, div.wpforms-container-full input[type="time"]::placeholder, div.wpforms-container-full input[type="url"]::placeholder, div.wpforms-container-full input[type="week"]::placeholder, div.wpforms-container-full select::placeholder, div.wpforms-container-full textarea::placeholder {color: var(--wpforms-field-text-color) !important;font-size: 14px;}

.side_box_form label {padding-bottom: 5px;font-size: 14px;}
.box_btn {background: var(--purple)!important;color: #fff!important;}
.side_box_form .text-block p a {color:#000;}
.sub_frm_pg input, .sub_frm_pg .form-select {margin-bottom: 0!important;}

.form-control {padding: 8px .75rem;font-size: 14px;}
/* html.fp-enabled, .fp-enabled body {overflow: initial !important;} */
.post.type-post {padding-bottom: 60px;}

.pp-viewing-fp_402e5e1_1,
.pp-viewing-fp_402e5e1_2,
.pp-viewing-fp_402e5e1_3,
.pp-viewing-fp_402e5e1_4 {
	overflow: hidden;
}
.pp-viewing-fp_402e5e1_5 {
	overflow: visible;
}

div.text-block p{
	font-size: 14px !important;
	text-align: center !important;
}
.checkbox-group .checkbox {flex: initial;}
.elementor-35 .elementor-search-form__container {width: 40px;height:40px;transition: all 0.4s ease;}
.elementor-35 .elementor-search-form__container:hover, .elementor-35 .elementor-search-form__container:focus {width: 100% !important;transition: all 0.4s ease;}
.elementor-search-form__icon {padding-left: calc(38px / 3)!important;}

#salesforce-subscribe-form .row.justify-content-center label.error {
  display: none !important;
}
#salesforce-subscribe-form .row.justify-content-center .error {
  border-color: red;
}

 
/************************* HOME CSS *************************/

.R2LSlide {text-align: center;}
.sectors_sec {background: #F2F2F2;padding: 100px 0 60px;}
.sectors_sec #sectorH4 {margin-top: 0;font-size: 40px !important;color: #000;}
.sectors_sec .sctr_ttl {padding: 10px 0;position: relative;z-index: 1;color: #fff;margin-bottom: 20px;font-size: 26px;font-family: 'Poppins', sans-serif;display: block;line-height: 48px;}
.sectors_sec .sctr_list {text-align: left;display: inline list-item;}
.sectors_sec .sctr_list li {font-size: 13.5px;width: 18.95%;display: inline-flex;padding: 5px 10px;vertical-align: top;text-align: center;background: #fff;margin: 5px;height: 60px;line-height: 1;justify-content: center;align-items: center;}
.sectors_sec .sctr_list.single li {font-size: 13.5px;width:100%;display: inline-flex;padding: 5px 10px;vertical-align: top;text-align: center;background: #fff;margin: 5px 0;height: 60px; line-height: 1;justify-content: center;align-items: center;}
.sectors_sec .sctr_list li a {color: #000;font-family: 'Poppins', sans-serif;transition: all 0.4s ease;font-weight: 500;line-height: 15px;height: 60px;width: 100%;display: flex;
  align-items: center;justify-content: center;}
/*.sectors_sec .sctr_list li a:hover {color: #93C;text-decoration:underline;font-weight: 500;}*/
.sectors_sec .sctr_list li:hover {background: #93C;}
.sectors_sec .sctr_list li:hover a {color: #fff;}

.sectors_sec .sctr_ttl:after {content:"";background-color: #591c78;position: absolute;height: 100%;width: 100%;left: 0;top: 0;z-index: -1;opacity: 0.7;}
.sectors_sec .sctr_ttl.Construction_dv {background-image: url(/wp-content/uploads/2023/12/construction-BW-duotone.png);background-size: contain;}
.sectors_sec .sctr_ttl.Design_dv {background-image: url(/wp-content/uploads/2023/12/design-duotone.png);background-size: cover;}
.sectors_sec .sctr_ttl.Business_dv {background-image: url(/wp-content/uploads/2023/12/business-duotone.png);background-size: cover;}
.sectors_sec .sctr_ttl.Healthcare_dv {background-image: url(/wp-content/uploads/2023/12/healthcare-BW-duotone.png);background-size: cover;}
.sectors_sec .sctr_ttl.Transport_dv {background-image: url(/wp-content/uploads/2023/12/Transportation-duotone.png);background-size: cover;}
.sectors_sec .sctr_ttl.Technology_dv {background-image: url(/wp-content/uploads/2023/12/Techology-BW-duotone.png);background-size: cover;}

.trending_work, .trending_work div {text-align: left;}
.trending_work {padding: 100px 0 100px;}
/* .trending_work img {height: 500px;object-fit: cover;} */
h2.title_sc {text-align: left;color: #000000;padding-bottom: 40px;font-family: 'Poppins', sans-serif;font-size: 40px;font-weight: 700;line-height: 55px;}
.trending_work ul.text_list li {text-align: left;color: #000000;padding-bottom: 20px;line-height: 25px;font-size: 17px;padding-left: 30px;position: relative;}
.trending_work ul.text_list li:before {content:"";position: absolute;top:6px;left:0;width:13px;height:13px;background:#93c;border-radius: 100px;}
.trending_work .svng_p {color: #000000;font-family: 'Poppins', sans-serif;font-size: 24px;font-weight: 600;line-height: 30px;margin-bottom: 0;}
.trending_work .counter_text p, .trending_work .counter_text .cnt_list {text-align: center;}
.trending_work .counter_text .cnt_list {text-align: left;padding: 50px 0;}
.trending_work .counter_text .cnt_list li {display: inline-block;padding: 0 5%;text-align: center;border-right: 3px solid #93c;}
.trending_work .counter_text .cnt_list li:first-child {padding-left: 0;}
.trending_work .counter_text .cnt_list li:last-child {border-right: 0px solid #93c;}
.trending_work .counter_text .cnt_list li h4 {font-family: 'Poppins', sans-serif;font-size: 37px;font-weight: 600;line-height: 30px;margin: 0;color: #000;}
.trending_work .counter_text .cnt_list li p {font-family: 'Poppins', sans-serif;font-size: 20px;font-weight: 600;line-height: 30px;margin: 0;color: #000;padding-top: 3px;}


.brand_logo .slider .slide img {filter: brightness(0%);}
.slider .slide-track5, .slider .slide-track6 {width: calc(255px * 14);}

.advrts_sec {padding: 100px 0;}
.advrts_sec #whyH4 {text-align: left;color: #000000;padding-bottom: 30px;font-family: 'Poppins', sans-serif;font-size: 40px !important;font-weight: 700;line-height: 55px;margin: 0 !important;}
.advrts_sec .prpl_btn {text-align: left;}
.advrts_sec .prpl_btn #purpleButton {background: #9933CC;color: #fff;font-size: 18px;font-family: 'Poppins', sans-serif;font-weight: 300;padding: 18px 37px;border-radius: 100px;width: 300px;display: inline-block;text-align: center;margin-top: 25px;line-height: 1;transition:all 0.4s ease;}
.advrts_sec .prpl_btn #purpleButton:hover {background: #c1c1c1;color: #93C;}
.advrts_sec .txt_dv p {font-size: 17px;line-height: 25px;margin-top: 0;}


.testimonial_sc {background: #F2F2F2;padding: 130px 0 90px;}
.testimonial_sc .shadow-effect {
	background: #fff;
	padding: 20px;
	border-radius: 4px;
	text-align: center;
	border:1px solid #ECECEC;
	box-shadow: 0 19px 38px rgba(0,0,0,0.10), 0 15px 12px rgba(0,0,0,0.02);
}
.testimonial_sc #customers-testimonials .shadow-effect p {
	font-family: inherit;
	font-size: 17px;
	line-height: 1.5;
	margin: 0 0 17px 0;
	font-weight: 300;
}
.testimonial_sc .testimonial-name {
	margin: -17px auto 0;
	display: table;
	width: auto;
	background: #3190E7;
	padding: 9px 35px;
	border-radius: 12px;
	text-align: center;
	color: #fff;
	box-shadow: 0 9px 18px rgba(0,0,0,0.12), 0 5px 7px rgba(0,0,0,0.05);
}
.testimonial_sc #customers-testimonials .item {
	text-align: center;
	padding: 50px 30px;
	margin-bottom:0;
	opacity: 0.4;
	/*-webkit-transform: scale3d(0.8, 0.8, 1);
	transform: scale3d(0.8, 0.8, 1);*/
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.testimonial_sc #customers-testimonials .item .tsti_txt {font-family: 'Poppins', sans-serif;font-size: 17px;line-height: 25px;}
.testimonial_sc #customers-testimonials .item .tsti_athr {font-family: 'Poppins', sans-serif;font-size: 20px;font-weight: 600;}
.testimonial_sc #customers-testimonials .owl-item.active.center .item {
	opacity: 1;
	-webkit-transform: scale3d(1.0, 1.0, 1);
	transform: scale3d(1.0, 1.0, 1);
}
.testimonial_sc .owl-carousel .owl-item img {
	transform-style: preserve-3d;
	max-width: 60px;
	margin: 0 0 17px;
}
.testimonial_sc #customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
.testimonial_sc #customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
	background: #93c;
}
.testimonial_sc #customers-testimonials.owl-carousel .owl-dots{
	display: inline-block;
	width: 100%;
	text-align: center;
}
.testimonial_sc #customers-testimonials.owl-carousel .owl-dots .owl-dot{
	display: inline-block;
}
.testimonial_sc #customers-testimonials.owl-carousel .owl-dots .owl-dot span {
	background: #BDBCBC;
	display: inline-block;
	height: 12px;
	margin: 0 10px 0px;
	transition: all 250ms ease-out 0s;
	width: 12px;
	border-radius: 100px;
}
.testimonial_sc .testimonials .owl-dots {display: none !important;}

.elementor-button:hover span, .elementor-90 .elementor-element.elementor-element-480964b .elementor-button:hover  span {color:#93c!important;}
.inner_slider .elementor-widget-container > .elementor-swiper {overflow: hidden;}
.inner_slider .elementor-widget-container .elementor-swiper .elementor-main-swiper {overflow: visible;}
.inner_slider .elementor-widget-container .elementor-swiper .elementor-main-swiper .swiper-slide {opacity: 0.4;}
.inner_slider .elementor-widget-container .elementor-swiper .elementor-main-swiper .swiper-slide.swiper-slide-active {opacity: 1;}
.elementor-widget-testimonial-carousel .swiper-slide {padding: 20px 25px;}
.sldr_logos .elementor-image-carousel .swiper-slide .swiper-slide-image {filter: brightness(0%);}
.elementor-193 .elementor-element.elementor-element-4dcdecf .elementor-heading-title, .elementor-90 .elementor-element.elementor-element-b72c4ea .elementor-heading-title, .elementor-widget-heading .elementor-heading-title {text-align: center !important;}
#single_testi_sldr .swiper-container-horizontal > .swiper-pagination-bullets {padding-bottom: 20px;}

.title_left .elementor-heading-title {text-align:left!important;}
.wave_bg .elementor-background-slideshow__slide__image {background-size: 100%!important;background-position: right 100px center!important;background-color: #39075e;background-repeat: no-repeat;}
.type-page .entry-title {text-align: center;}
.type-page .elementor-section .elementor-button {margin: 0 auto;display: table;}

@media only screen and (min-width: 1024px) {
	.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {display: none;}
	#single_testi_sldr .swiper-container-horizontal > .swiper-pagination-bullets {display: block;}
	.advrts_sec .img_dv {padding-right: 3rem;}
	.advrts_sec .txt_dv {padding-left: 3rem;}
	.advrts_sec .txt_dv p {padding-right: 7rem;}
	#footer .col-lg-1 {padding: 0 6px;}
	#mega-menu-wrap-footer-one #mega-menu-footer-one > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-footer-two #mega-menu-footer-two > li.mega-menu-item > a.mega-menu-link {	font-size: 13px;}
}

/************************* HOME CSS *************************/

.elementor-35 .elementor-element.elementor-element-4d4bce94 img {
    width: 189px;
}
.elementor-section .elementor-container {
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

.elementor-element .elementor-testimonial__text {text-align: left;}
.post-72 .elementor-post__read-more-wrapper {cursor: pointer;}
.elementor-72 .elementor-element.elementor-element-f8c76b8 a.elementor-post__read-more {font-weight: 400!important;font-size: 15px;line-height: 26px;}
.post-72 .elementor-post__read-more-wrapper::after {border: 2px solid #fff;border-radius: 100px;width: 26px;height: 26px;text-align: center;line-height: 24px;font-size: 18px;}

.sub_frm_pg #sectorTitleBoxSM_inner {font-weight: 700;font-size: 26px;font-family: 'Poppins', sans-serif;line-height: 44px;padding: 10px 0;}

form.sub_frm_pg .tabcontent {display: initial !important;padding: 0;}
.subscribe_list li {position: relative;background: #fff;}
.subscribe_list li .icn {position: relative;margin: 0;}
.subscribe_list li .icn span {width: 30px;height: 30px;border-radius: 100px;border: 2px solid #ddd;margin-right: 5px;display: inline-block;line-height: 25px;color: #ddd;}
.subscribe_list li .icn span svg {fill: #ddd;}
.subscribe_list li .icn span svg.minus {display: none;}
.subscribe_list li.check .icn span {border: 2px solid #953fc9;background: #953fc9;}
.subscribe_list li.check .icn span svg.plus {display: none;}
.subscribe_list li.check .icn span svg.minus {fill:#fff;display: initial;}
.subscribe_list li .icn input {width: 400px;height: 60px;position: absolute;left: -10px;opacity: 0;cursor: pointer;top: -10px;}
.subscribe_list li label {text-align: left;font-family: 'Poppins', sans-serif;font-weight: 500;}
.subscribe_list li {
	font-size: 13.5px;
	width: 19.7%;
	display: inline-flex;
	padding: 5px 10px;
	vertical-align: top;
	text-align: center;
	background: #fff !important;
	margin: 5px 0 0;
	height: 50px;
	line-height: 1;
	justify-content: left;
	align-items: center;
	border: 1px solid #919191;
	overflow: hidden;
}
.subscribe_list.single_list li {width: 100%;}

article.type-post .elementor-post__read-more-wrapper {padding: 0;}
article.type-post .elementor-post__read-more-wrapper::after {position: absolute;right: 15px;top: 8px;}
article.type-post .elementor-post__read-more-wrapper .elementor-post__read-more {width: 100%;display: block;position: relative;padding: 8px 30px;}
.post.type-post .entry-content > a {pointer-events: none;}

.elementor-search-form--skin-minimal .elementor-search-form__icon svg {width: 14px !important;}


@media (min-width: 1025px) and (max-width: 99999px) {
	.elementor .elementor-hidden-desktop {display: none;}
}
.elementor-35 .elementor-element.elementor-element-7a4c57b.elementor-column > .elementor-widget-wrap {justify-content: initial !important;}
.elementor-35 .elementor-element.elementor-element-8273178:not(.elementor-search-form--skin-full_screen) .elementor-search-form__container {margin-left: auto;}

@media only screen and (min-width: 1320px) {
	#header > .elementor {max-width: 1320px;margin: 0 auto;}
	#header .elementor .elementor-widget-container {text-align: left;}
}

@media (min-width: 768px) and (max-width: 1199px) {
	.gif_img, .gif_img img {height: 350px !important;object-fit: cover;width: 400px;}
	.title_sc br {display: none;}
	.elementor-193 .elementor-element.elementor-element-f3d08cc .elementor-background-slideshow__slide__image {background-size: cover !important;}
	.trending_work .counter_text .cnt_list li {padding: 0 3%;}
	.trending_work .svng_p {font-size: 22px;}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.trending_work .row {align-items: center;}
	.trending_work .gif_img {height: 450px !important;width: 450px;}
}

@media (min-width: 1026px) and (max-width: 1350px) {
	.elementor-nav-menu--main .elementor-nav-menu a {padding:13px 8px !important;}
	.elementor-nav-menu .sub-arrow {padding: 5px!important;}
	.elementor-35 .elementor-element.elementor-element-3ca2cb6 .elementor-nav-menu .elementor-item {font-size: 13px!important;}
}

.blog_list .elementor-post__excerpt p {font-weight: 400!important;}
.blog_list .elementor-post {box-shadow: 0px 4px 6px 0px #cacaca!important;}

@media only screen and (max-width: 767px) {
	.blog_list {padding: 0 35px;}
	.blog_list .elementor-post__title a {font-size: 16px!important;font-weight: 600 !important;}
	.blog_list .elementor-post__meta-data {font-size: 14px!important;font-weight: 600!important;padding-bottom: 5px!important;}
	.blog_list .elementor-post__meta-data span {color: #adadad !important;}
	.blog_list .elementor-post__excerpt {display: none;}
	.blog_list .elementor-post {margin-bottom: 25px!important;}
	.blog_list .elementor-post:last-child {margin-bottom: 0!important;}
  .elementor-35 .elementor-element.elementor-element-6a65fdd {display: none !important;}
}

@media (min-width: 768px) and (max-width: 1100px) {
	.blog_list .elementor-post__title a {font-size: 18px!important;font-weight: 600 !important;}
	.blog_list .elementor-post__meta-data {font-size: 14px!important;font-weight: 600!important;}
	.blog_list .elementor-post__meta-data span {color: #adadad !important;}
	.blog_list .elementor-post__excerpt {margin-bottom: 15px!important;}
	
	.blog_list .elementor-post {margin-bottom: 40px!important;}
	.blog_list .elementor-post:last-child {margin-bottom: 0!important;}
}

@media (min-width: 768px) and (max-width: 1320px) {
	.elementor-container {padding-left: 15px;padding-right: 15px;}
}

@media (min-width: 992px) and (max-width: 1100px) {
	form.sub_frm_pg .subscribe_list li {width: 33%;}
	form.sub_frm_pg .subscribe_list.single_list li {width: 100%;}
	form.sub_frm_pg .checkbox-group .col {width: 33%;flex: inherit;}
}

@media (min-width: 768px) and (max-width: 991px) {
	form.sub_frm_pg .subscribe_list li {width: 24.5%;}
	form.sub_frm_pg .checkbox-group .col {width: 50%;flex: inherit;}
}

@media only screen and (max-width: 767px) {
	form.sub_frm_pg .subscribe_list li {width: 100%;}
	form.sub_frm_pg .checkbox-group .col {width: 100%;margin: 0.5rem 6px 10px;}
	form.sub_frm_pg .checkbox-group .col label {font-size: 14px;text-align: left;}
}


/**** Form page new ****/
.form_btm_text {font-family: 'Poppins', sans-serif;font-size: 14px !important;text-align: center !important;}
.captcha_ttle {color: #93C!important;font-size: 20px!important;font-family: 'Poppins', sans-serif!important;font-weight: 500!important;margin-bottom: 10px;}
.form-control {border-radius: 0;}

.sctr_list .chck_box > div {width: 100%;display: inline-flex;padding: 5px 10px;vertical-align: top;text-align: center;background: #fff !important;margin: 5px 0 0;height: 50px;
	line-height: 1;justify-content: left;align-items: center;border: 1px solid #ddd;overflow: hidden;}
.sctr_list .chck_box div label {text-align: left;font-family: 'Poppins', sans-serif;font-weight: 500;font-size: 13.5px;width: calc(100% - 30px);}
.sctr_list .chck_box div {position: relative;}
.sctr_list .chck_box div input { width: 400px;height: 60px; position: absolute;left: -10px; opacity: 0;cursor: pointer;top: -10px;}
.sctr_list .chck_box div span { width: 30px;height: 30px;border-radius: 100px;border: 2px solid #ddd; margin-right: 5px; display: inline-block; line-height: 25px;color: #ddd;}
.sctr_list .chck_box div span svg.minus {display: none;}
.sctr_list .chck_box div.check span {border: 2px solid #953fc9;background: #953fc9;}
.sctr_list .chck_box div.check span svg.minus {fill: #fff;display: initial;}
.sctr_list .chck_box div.check span svg.plus {display: none;}
.sctr_list .col-lg-12.chck_box {width: 100%;}

@media only screen and (min-width: 1199px) {
	.sctr_list .col-lg-3.chck_box {width: 20%;}
	#Construction.sctr_list .row {justify-content: center;}
	.case_stdy_logo .col-lg-3 {padding-right: 30px; padding-left: 30px;}
}

/**** Form page new ****/

.g-recaptcha div {margin: 0 auto;}

.sub_frm_pg .tabcontent .row {justify-content: start;}

body .elementor-nav-menu--layout-horizontal .elementor-nav-menu > li > .scroll-down, body .elementor-nav-menu--layout-horizontal .elementor-nav-menu > li ul {top: 65px !important;}

.box_stdy {background: #fff;height: 100%;position: relative;padding-bottom: 50px;}
.box_stdy .more_btn {position: absolute;width: 100%;bottom: 0;}
.box_stdy .logo_case {padding: 30px;}

#case_study .elementor-testimonial__text p {padding: 0 15%;text-align: center;}
.case_counter .elementor-widget-container {padding: 15px!important;width: 200px;height: 200px!important;display: flex;align-items: center;justify-content: center;}
.case_counter .elementor-widget-container .elementor-counter-number-wrapper span {font-family: "Poppins", Sans-serif;font-size: 36px;font-weight: 700;}
.box_stdy .logo_case img {height: 100px;max-width: 250px;object-fit: contain;}
.box_stdy p {padding: 0 20px 0px;text-align: center;font-size: 14px;line-height: 1.5;margin: 0 0 20px 0;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
.box_stdy .more_btn a {background: #93C;color: #fff;font-weight: 400 !important;font-size: 18px;line-height: 26px;width: 100%;display: block;padding: 10px 20px;text-align: left;}

.case_stdy_logo br, #case_study br, .sub_frm_pg br, .subscribe_list br, .tablinks br {display: none;}
.sub_frm_pg #submit {margin: 0 auto;display: block;}

#case_study .swiper-slide .elementor-testimonial img {height: 300px !important;}

body .enquiry_form .end_btn {background: var(--purple);color: var(--white) !important;border-radius: 50px !important;padding: 18px 37px !important;width: auto !important;display: inline-block;font-family: 'Poppins', sans-serif !important;margin: 0 auto;font-size: 18px !important;transition: all 0.4s ease;border: 0;font-weight: 600 !important;transition: all 0.4s ease;margin-top: 25px;}
body .enquiry_form .end_btn:hover {background: #c1c1c1 !important;color: #953fc9 !important;}
.enquiry_form {background: #f2f2f2;padding: 35px 30px 50px;}
.enquiry_form p {margin: 0;text-align: center;font-weight: 600;font-family: "Poppins", Sans-serif;padding-bottom: 20px;}
.enquiry_form .form_field::placeholder {color: #b1b1b1!important;}
.enquiry_form .form_field {padding: 10px 15px;border: 0;font-size: 16px;width: 100%;color: #000;margin-bottom: 20px;}
.enquiry_form .form_field.error,
.enquiry_form .form__privacy .checkbox.error{color: red;float: left;border: 1px solid red;}
.enquiry_form .form_field + .error,
.enquiry_form .form__privacy .checkbox + .error{display: none !important;}
.enquiry_form textarea.form_field {height: 150px;}

.add_testi .elementor-testimonial__name {text-align: left!important;padding-bottom: 5px!important;}
.add_testi .elementor-testimonial__title {text-align: left!important;}
#sales_content_download_ebook_form_response {margin-top: 10px;font-weight: 600;}


/* check box
---------------------------------------------------------*/
.form__privacy {
  display: flex;
  align-items: center;
	padding-bottom: 10px;
}

.form__privacy label {text-align: left;padding-left: 15px;font-size: 13px;line-height: 1.5;color: #6f6f6f;width: calc(100% - 25px);}
.form__privacy label a {font-size: 13px;line-height: 1.5;color: #953fc9;text-decoration: underline;}

/* Default style reset */
[type=checkbox] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  appearance: none;
}

[type=checkbox] {
  position: relative;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
[type=checkbox]::before, [type=checkbox]::after {
  position: absolute;
  display: block;
  content: "";
}
[type=checkbox]::before {
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  border-radius: 0;
  background: #fff;
}
[type=checkbox]::after {
  top: 8px;
  left: 6px;
  width: 13px;
  height: 7px;
  border-bottom: 2px solid #953fc9;
  border-left: 2px solid #953fc9;
  transform: rotate(-45deg);
  transition: opacity 0.3s;
  opacity: 0;
}
[type=checkbox]:checked::after {
  opacity: 1;
}

body.blankslate-hide-header #header,
body.blankslate-hide-header #header{display: none;}
body.blankslate-hide-header #content,
body.blankslate-hide-header #content{margin: 0!important;}

#align-left h2.elementor-heading-title,
#align-left .elementor-widget-container p{
  text-align: left !important;
}
#align-left .elementor-button-wrapper a {
  text-align: left !important;
  margin: unset;
}


@media (min-width: 1025px) and (max-width: 1200px) {
	.elementor-35 .elementor-element.elementor-element-7855ce2 .elementor-button {padding: 13px 1.5em 13px 1.5em !important;}
}

@media (min-width: 768px) and (max-width: 991px) {
	#case_study .swiper-slide .elementor-testimonial img {height: 280px !important;}
}

@media only screen and (max-width: 767px) {
	#case_study .swiper-slide .elementor-testimonial img {height: 280px !important;}
	#case_study .elementor-testimonial__text p {padding: 0 15px;}
	.case_stdy_logo .gallery-item .post-thumbnail img {width: 200px;padding: 0 0 25px 0;height: 80px; object-fit: contain;}
	
	.counter_box .e-con-inner .elementor-element.e-child {width: 50%;}
	.counter_box .e-con-inner .elementor-element.e-child:first-child {width: auto;}
}

@media only screen and (max-width: 480px) {
	.counter_box .e-con-inner .elementor-element.e-child .elementor-widget-container {width: 160px;height: 160px !important;margin: 0 auto;}
	.counter_box .e-con-inner .elementor-counter .elementor-counter-title {font-size: 15px;line-height: 1.2!important;padding-top: 5px;}

	.case_counter .elementor-widget-container .elementor-counter-number-wrapper span {font-size: 30px;}
}

@media only screen and (min-width: 1400px) {
	.container {max-width: 1140px;}
}
@media only screen and (min-width: 767px) {
	body .elementor-widget-heading.text-left h2 {text-align:left!important;}
}
