#client .flickity-page-dots, #technologies .flickity-page-dots{
    display:none !important;
}

.heading-text.heading-section h1 {
    position: relative;
    font-size: 2em;
    line-height: 1.4em;
    margin-bottom:0px;
}
.heading-text.heading-section h2 {
    position: relative;
    font-size: 2em;
    line-height: 1.4em;
    margin-bottom:0px;
    
}
.heading-text.heading-section h3 {
    position: relative;
    font-size: 1.7em;
    line-height: 1.5em;
    margin-bottom:30px;
}
.heading-text.heading-section h4 {
    position: relative;
    font-size: 1.3em;
    line-height: 1.4em;
    margin-bottom:0px;
}
.heading-text.heading-section h5 {
    position: relative;
    font-size: 1.2em;
    line-height: 1.3em;
    margin-bottom:0px;
}
.heading-text h2 {
    position: relative;
    font-size: 1.5em;
    line-height: 1em;
    margin-bottom:0px;
}

.fullscreen .btn-design:hover {
    color: #000 !important;
    border: 1px solid #fff !important;
    background-color: #fff !important;
}
.fullscreen .btn-design{
    background-color: #EAFF02 !important;
    border-color: #EAFF02 !important;
    color:#000 !important;
}
.font-clr {
    color: #EAFF02 !important;
}
.font-pink-clr {
    color: #FF38D0 !important;
}
#home .fullscreen .btn{
	background-color: #EAFF02;
	border-color: #EAFF02;
	color: #000;
}
.website-subtext{
    font-size: 1.3em;
    line-height: 1.5em;
    text-align: justify;
}
.heading-text.heading-section h2:before {
    content: "";
    position: absolute;
    height: 2px;
    width: 100px;
    background-color: transparent !important;
    bottom: -15px;
    left: 0;
    right: 0;
}
/* .website-img{
    max-height: 500px !important;
} */


.creative-wrapper {
    display: flex;
}
.creative{
    position: relative;
    max-width: 360px;
    align-self: left;
}
.creative h5 {
    position: relative; /* for pseudos */
    color: #e74848;
    font-size: 2.8rem;
    font-weight: 600;
    line-height: 1;
    margin: 0;
    border: 2px solid #fff;
    border: solid 2px;
    border-radius:20px;
    padding: 13px;
}

/* Blockquote right double quotes */
.creative h5:after {
    content:"";
    position: absolute;
    border: 2px solid #e74848;
    border-radius: 0 50px 0 0;
    width: 60px;
    height: 40px;
    bottom: -40px;
    left: 50px;
    border-bottom: none;
    border-left: none;
    z-index: 3; 
}

.creative h5:before {
    content:"";
    position: absolute;
    width: 80px;
    border: 6px solid #fff;
    bottom: -3px;
    left: 50px;
    z-index: 2;
}

/* increase header size after 600px */
@media all and (min-width: 600px) {
    .creative h5 {
        font-size: 1.5rem;
        line-height: 1.3;
   }

}
@media all and (min-width:1000px){
    .align-style{
        margin:0 15%;
    }
    /*header down arrow*/
        .scr_dwn{
            margin-top: -3%;
        }
    /*end: header down arrow*/
}
@media all and (min-width:1400px){
     /*header down arrow*/
        .scr_dwn{
            margin-top: -3%;
        }
    /*end: header down arrow*/
}
/* Blockquote subheader */
.creative h4 {
    position: relative;
    color: #38003C;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
    padding-top: 15px;
    z-index: 1;
    margin-left:150px;
    padding-left:12px;
}

 
.creative h4:first-letter {
  margin-left:-12px;
}

.first-impress-p{
    line-height: 1.9;
}


/* Ecommerece Page */

    .ecommerece-img{
        width: 150px;
        margin-top:-65px;
        margin-left: -40px;
    }
    .ecom-design{
        font-size: 1.4em;
        line-height: 25px;
        font-weight: 600;
        color:#E32727;
        margin-bottom: 0px !important;
        margin-top: 15px;
    }
    .ecom-p{
        line-height: 25px !important;
        font-size: 18px !important;
        margin-top: 15px;
        color: #1f1f1f;
        font-weight: 600 !important;
    }
/* End Ecommerce page */

/* Content page */

    .content{
        max-height: 130px;
        width: auto !important;
    }

/* end: Content page */
/* Organic Search page */
    .seo-icon{
        max-height: 100px;
        margin-left:-20px;
    }
    .icon-box h3, .icon-box h5 {
        margin: 0 12px 10px 83px;
        letter-spacing: 0px;
        font-size: 1.4em;
        line-height: 25px;
        font-weight: 600;
        padding: 10px 0px;
    }
/* end: Organic Search page */
/*Services inner page - FAQ design*/
.accordion .ac-item .ac-title {
    font-size: 1.3em !important;
}
.accordion .ac-item p {
    font-size: 16px !important;
}
/*end: Services inner page - FAQ design*/
/*Background color animation - V1*/
    .bg-color{
        background: linear-gradient(-45deg, #04F5FF, #E90052, #34ACFF, #00FF85, #38003C, #EAFF02);
    	background-size: 400% 400%;
    	animation: gradient 30s ease infinite;
    }
    @keyframes gradient {
    	0% {
    		background-position: 0% 50%;
    	}
    	50% {
    		background-position: 100% 50%;
    	}
    	100% {
    		background-position: 0% 50%;
    	}
    }
/*end - Background color animation*/
/*Background color animation - V2*/
    .bg {
      animation:slide 3s ease-in-out infinite alternate;
      background-image: linear-gradient(-60deg, #04F5FF 50%, #38003C 50%);
      bottom:0;
      left:-50%;
      opacity:.5;
      position:fixed;
      right:-50%;
      top:0;
      z-index:-1;
    }
    
    .bg2 {
      animation-direction:alternate-reverse;
      animation-duration:4s;
    }
    
    .bg3 {
      animation-duration:5s;
    }
    @keyframes slide {
      0% {
        transform:translateX(-25%);
      }
      100% {
        transform:translateX(25%);
      }
    }
/*end - Background color animation*/
/* About Us page */
    @media (min-width:1200px){
        .custom-vertical-center{
            margin: 0;
            position: absolute;
            top: 50%;
            font-weight: 800;
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        }
    }
    @media (max-width:512px){
        .rider-value{
            padding-top:40px !important;
        }
    }
/* end:About Us page */
@media all and (max-width:800px){
    .parallax-container {
        background-position: -70% center !important;
    }
    .align-style{
        margin:0 10%;
    }
}
@media all and (max-width:512px){
    .parallax-container {
        background-position: -57% center !important;
        
    }
    .align-style{
        margin:0 5%;
    }
    .content {
        max-height: 100px;
        width: auto !important;
    }
    .header-align{
        margin-top:90% !important;
    }
    p > .svg_underline::after {
        display:none !important;
    }
    .expert-icon{
        padding-top:100px !important;
    }

}