/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 08 2021 | 04:32:58 */
/*--------- -----------*/
.txt-white{
  color:#fff !important;
}

.bd-r-4 {
  border-radius:4px;
}
.padding-20 {
  padding:20px;  
}
.text-align-left{
  text-align: left;
}
.text-center {
  text-align: center; 
}
.txt-justify{
  text-align: justify;
}
a.button, a.tp-button, button, input[type="submit"], input[type="reset"], input[type="button"] {
  margin-right: 0px !important;	 
}
/*---------- End -----------*/

/*--------- Home Page -----------*/
.carousel-item a img {
    border-radius: 4px;
}
.internet-marketing-img {
    position: relative;
    top: 6em;
}
.search_wrapper {
    z-index: 9999 !important;
    color: #fff !important;
}
#Footer .social {
 	display: none; 
}
#Footer .footer_copy {
    border-top: 1px solid rgba(255,255,255,.1);
    background: #0f63c5 !important;
    color: #fff;
}
aside#custom_html-3::after {
    display: none;
}
.sidebar-btn-round {
 	border-radius: 30px;
  	background: #fff;
    color: #333;
  	font-weight: 600;
}
.sidebar-btn-round1 {
 	border-radius: 30px;
  	font-weight: 600;
}
.form-heading {
    font-weight: 500;
}
.column.one.post-nav.minimal {
    display: none;
}
#search_button i.icon-search-fine {
  	background: #0f63c5;
    color: #fff;
    padding: 5px 1px;
    border-radius: 50%;
  	margin-top: 10px;
    display: inline-block;
}

#seo-consultant-img1::before {
    content: '';
    top: 0;
    position: absolute;
    left: -6%;
    background: url(/wp-content/uploads/2019/09/01-min.png);
    background-size: contain;
    height: 100%;
    width: 30%;
    background-repeat: no-repeat;
}
#how-to-stop-img2 {
 	position: relative; 
  	padding-top: 4em;
  	padding-bottom: 1em;
}
#how-to-stop-img2::before {
    content: '';
    top: 0px;
    position: absolute;
    left: -6%;
    background: url(/wp-content/uploads/2019/09/04-min-1-e1573640036229.png);
    background-size: cover;
    height: 100%;
    width: 52%;
    background-position: 0px -5em;
    background-repeat: no-repeat;
}

@media only screen and (min-width: 1500px) {
 	#seo-consultant-img1::before {
        content: '';
        position: absolute;
        left: -28%;
        width: 30%;
	}
    #how-to-stop-img2::before {
        content: '';
        position: absolute;
        left: -28%;
        width: 70%;
        background-position: 0px -7em;
    }
  	#seo-consultant-img1 {
    	padding-left: 5% !important;  
        padding-top: 3%;
  	}
}
@media only screen and (max-width: 1240px) {
 	#seo-consultant-img1::before {
        content: '';
        left: -16%;
        width: 42%;
    } 
}
@media only screen and (max-width: 960px) {
 	#seo-consultant-img1::before, #how-to-stop-img2::before {
        display: none;
    } 
  	#seo-consultant-img1, #how-to-stop-img2 {
    	padding-left: 0 !important;  
        padding-top: 3%;
  	}
}
