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

body {
	font-family: 'Poppins', sans-serif !important;
	overflow-x: hidden !important;
}

.nation_seo_page_wraper .brand_awareness_btn {
	text-align: center;
}

.other_services .partner_sec {
	padding: 40px 0 60px !important;
}

.other_services .partner_sec .partner_box {
	margin: 0 40px 0px 0;
}

ul.np-srv-ul-st {
	margin: 0 0 30px;
	padding: 0 0 0 30px;
}

ul.np-srv-ul-st li {
	margin: 0 0 15px;
	font-size: 16px;
	color: #666;
	list-style: disc;
}

.no-padding {
	padding: 0 !important;
}

.pd_bt_30 {
	padding-bottom: 30px !important;
}

.marg_top_0 {
	margin-top: 0px !important;
}

.marg_top_10 {
	margin-top: 10px !important;
}

.marg_bt_7 {
	margin-bottom: 7px !important;
}

.no_mrg {
	margin: 0px !important;
}

ul {
	padding: 0px;
	margin: 0px;
}

ul li {
	list-style: none;
}

a:hover, a:focus {
	text-decoration: none;
}

.title {
	font-size: 32px;
	font-weight: 700;
	margin: 0 0 20px;
}

.sub_title {
	font-size: 20px;
	font-weight: 700;
	margin: 0 0 20px;
}

.para {
	font-size: 16px;
	font-weight: 400;
	margin: 0px 0 0;
}

.wht {
	color: #fff;
}

.blk {
	color: #333;
}

.gray {
	color: #666;
}

.blue {
	color: #142e57;
}

.dark_blue {
	color: #142e57;
}

.cn {
	text-align: center;
}

/*btn css*/
.blue_btn .c-button__blobs {
	height: 100%;
	filter: url(#goo);
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	bottom: -5px;
	right: 0;
	z-index: -1;
	border-radius: 7px;
}

.blue_btn .c-button__blobs div {
	background-color: #121f33;
	width: 34%;
	height: 100%;
	border-radius: 100%;
	position: absolute;
	transform: scale(1.4) translateY(125%) translateZ(0);
	transition: all 700ms ease;
}

.blue_btn .c-button__blobs div:nth-child(1) {
	left: -5%;
}

.blue_btn .c-button__blobs div:nth-child(2) {
	left: 30%;
	transition-delay: 60ms;
}

.blue_btn .c-button__blobs div:nth-child(3) {
	left: 66%;
	transition-delay: 25ms;
}

.blue_btn:hover .c-button__blobs div {
	transform: scale(1.5) translateY(0) translateZ(0);
}

/*btn css*/
.blue_btn {
	background-color: #0c5adb;
	padding: 13px 30px 13px 50px;
	color: #fff;
	border-radius: 7px;
	position: relative;
	transition: all 700ms ease;
	display: inline-block;
	z-index: 0;
}


.blue_btn:before {
	content: "";
	background-image: url(../images/btn-icon.png);
	background-repeat: no-repeat;
	height: 25px;
	width: 25px;
	position: absolute;
	left: 17px;
}
.blue_btn:hover {
	color: #fff;
}

/*dark_blue_btn*/
.dark_blue_btn {
	background-color: #121f33;
	padding: 13px 30px 13px 50px;
	color: #fff;
	border-radius: 7px;
	transition: all 700ms ease;
	display: inline-block;
	z-index: 0;
	position: relative;
}

.dark_blue_btn:before {
	content: "";
	background-image: url(../images/btn-icon.png);
	background-repeat: no-repeat;
	height: 25px;
	width: 25px;
	position: absolute;
	left: 17px;
}
.other_services_banner {
	background-image: url(../images/banner-o-services.jpg);
}

.dark_blue_btn .c-button__blobs {
	height: 100%;
	filter: url(#goo);
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	bottom: -5px;
	right: 0;
	z-index: -1;
	border-radius: 7px;
}

.dark_blue_btn .c-button__blobs div {
	background-color: #fff;
	width: 34%;
	height: 100%;
	border-radius: 100%;
	position: absolute;
	transform: scale(1.4) translateY(125%) translateZ(0);
	transition: all 700ms ease;
}

.dark_blue_btn .c-button__blobs div:nth-child(1) {
	left: -5%;
}

.dark_blue_btn .c-button__blobs div:nth-child(2) {
	left: 30%;
	transition-delay: 60ms;
}

.dark_blue_btn .c-button__blobs div:nth-child(3) {
	left: 66%;
	transition-delay: 25ms;
}

.dark_blue_btn:hover .c-button__blobs div {
	transform: scale(1.5) translateY(0) translateZ(0);
}

.dark_blue_btn:hover {

	/*background-color: #0c5adb;*/
	color: #fff;
}

/*dark_blue_btn*/

/**/
.wht_btn {
	background-color: #fff;
	padding: 13px 30px 13px 50px;
	color: #121f33;
	border-radius: 7px;
	transition: all 700ms ease;
	display: inline-block;
	z-index: 0;
	position: relative;
}


.wht_btn:before {
content: "";
background-image: url(../images/btn-icon.png);
background-repeat: no-repeat;
height: 25px;
width: 25px;
position: absolute;
left: 17px;
}
.wht_btn:hover {

	/*background-color: #121f33;*/
	color: #fff;
}

.wht_btn .c-button__blobs {
	height: 100%;
	filter: url(#goo);
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	bottom: -5px;
	right: 0;
	z-index: -1;
	border-radius: 7px;
}

.wht_btn .c-button__blobs div {
	background-color: #121f33;
	width: 34%;
	height: 100%;
	border-radius: 100%;
	position: absolute;
	transform: scale(1.4) translateY(125%) translateZ(0);
	transition: all 700ms ease;
}

.wht_btn .c-button__blobs div:nth-child(1) {
	left: -5%;
}

.wht_btn .c-button__blobs div:nth-child(2) {
	left: 30%;
	transition-delay: 60ms;
}

.wht_btn .c-button__blobs div:nth-child(3) {
	left: 66%;
	transition-delay: 25ms;
}

.wht_btn:hover .c-button__blobs div {
	transform: scale(1.5) translateY(0) translateZ(0);
}

/*wht_btn Css*/

/*navigation*/


.navbar-nav {
	column-gap: 19px;
}

.no_bg {
	background-color: transparent !important;
}

.no_border {
	border: none;
}

.navigation {
	padding: 0px 0 0px;
}

.navigation .navbar {
	padding: 0;
}

.navigation .navbar-light .navbar-brand {
	margin-right: 30px;
}

.navigation .navbar-nav .nav-item .nav-link {
	color: #121f33;
	font-size: 14px;
	padding: 30px 0 30px 11px;
	transition-duration: .5s;
	text-transform: uppercase;
}

.navigation .navbar-nav .nav-item.active_nav .nav-link, .navigation .navbar-nav .nav-item .nav-link:hover {
	color: #0c5adb;
}

.nav_btn_top {
	position: relative;
	top: 10px;
}

.nav_btn_top_box {
	position: absolute;
	right: 0;
	top: -10px;
}

.nav_btn_top_box a {
	background-color: #0c5adb;
	padding: 10px 30px 10px 50px;
	color: #fff;
	border-radius: 0px 0px 10px 10px;
	position: relative;
}

.nav_btn_top_box .c-button__blobs {
	border-radius: 0px 0px 8px 8px;
}


.nav_btn_top_box a:before {
content: "";
background-image: url(../images/btn-icon.png);
background-repeat: no-repeat;
height: 25px;
width: 25px;
position: absolute;
left: 17px;
}
.nav_btn_top_box a:last-child {
	font-weight: 700;
	left: 0px;
}

.nav_btn_top_box a:first-child {
	left: -15px;
}

/*navigation*/

/*hero_banner*/
.hero_banner {
	background-image: url(../images/hero-bg.jpg);
}

.banner {
	min-height: 735px;
	display: grid;
	align-content: center;
	text-align: center;
	padding: 50px 0 0px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.hero_banner_box_content {
	width: 120%;
}

.hero_banner_box_content h1 {
	font-size: 37px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: left;
	color: #ffffff;
}

.hero_banner_box_content h2 {
	font-size: 19px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: left;
	color: #ffffff;
	margin: 15px 0;
}

.hero_banner_box_content p {
	font-size: 16px;
	text-align: left;
	color: #ffffff;
}

.hero_banner_box {
	display: flex;
	align-items: center;
	column-gap: 70px;
}

.home_banner_form {
	background-color: rgb(0 0 0 / 60%);
	padding: 30px 30px 20px;
	border-radius: 8px;
	border: 2px solid #2454a1;	/* margin: 0px 0px 0 100px; */
	width: 80%;
}

.home_banner_form h3 {
	color: #ffffff;
	font-size: 22px;
	font-weight: 700;
	text-align: center;
	margin: 0;
	text-transform: uppercase;
}

.home_banner_form form {
	margin: 30px 0 0;
}

.home_banner_form form .col-sm-3 {
	padding: 0px 8px;	/* width: 100% !important; */
}

.home_banner_form form input {
	border-radius: 5px;
	background-color: rgb(255, 255, 255);
	height: 46px;
	border: none;
}

.home_banner_form form input.banner_form_btn {
	margin: 0px auto 0;
	display: table;
	text-align: center;
	cursor: pointer;	/* background-color: #2454a1; */
	color: #fff;
	padding: 0px 40px;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 700;	/* height: 60px; */
	background-color: transparent;
}

.home_banner_form .button.blue_btn {
	padding: 0;
	background-color: #0c5adb;
	z-index: 999;
	margin: 10px 0 0;
}

.home_banner_form .button.blue_btn:before {
	background-image: none;
}

/*hero_banner*/

/* our_dedicated_sec */
.our_dedicated_sec {
	position: relative;
	padding: 100px 0 0px;
}

.our_dedicated_box {
	width: 113%;
}

img.sec_dedicated_round_img {
	position: absolute;
	right: -50px;
	top: 30px;
}

.our_dedicated_box_img {
	position: relative;
	left: 25%;
	top: -20px;
}

.mustard_color {
	color: #FFDB58;
}

.banner-content-writing-list {
	text-align: left;
}

.banner-content-writing-list  li {
	text-align: left;
	color: #fff;
	padding: 4px 0;
}

.our_dedicated_btn_box {
	margin: 40px 0 0;
}

/* our_dedicated_sec */

/*partner_sec*/
.home_page_wraper .partner_sec {
	padding: 29px 0 29px;
}

.partner_boxes {
	display: flex;
	align-items: center;
	justify-content: center;
}

.partner_box {
	margin: 0 35px 0;
}

.partner_box img:hover {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	transition-duration: .5s
}

.partner_box img {
	-webkit-filter: grayscale(0);
	filter: none;
	transition-duration: .5s
}

/*partner_sec*/

/*what_wedo_sec*/
.what_wedo_sec {
	padding: 50px 0 0px;
}

.we_do_slider {
	margin: 40px 0 10px !important;
	padding: 0 0 0;
}

.we_do_box {
	width: 100% !important;
	background-color: #ffffff;
	box-shadow: 0 1px 10px rgb(0 0 0 / 25%);
	margin: 20px 5% 20px;
	padding: 20px 15px;
	border-radius: 7px;
	transition-duration: .5s;
}

.we_do_box:hover {
	background-color: #142e57;
}

.we_do_box:hover h3, .we_do_box:hover p, .we_do_box:hover a {
	color: #fff;
}

.we_do_box:hover .we_do_img img {
	filter: brightness(100);
}

.we_do_box h3 {
	color: #142e57;
	font-weight: 700;
	font-size: 22px;
	margin: 0 0 10px;
}

.we_do_img {
	margin: 0 0 15px;
}

.we_do_box:hover .we_do_img img, .ppc_marketing_services_box:hover .ppc_marketing_services_icon img {
	animation: pulse 1s infinite;
	animation-timing-function: linear;
}

@keyframes pulse {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.1);
	}

	100% {
		transform: scale(1);
	}

}

.we_do_slider .slick-next {
	right: -50px;
	background-color: #142e57;
	border-radius: 50px;
	width: 40px;
	height: 40px;
	transition-duration: .5s;
}

.we_do_slider .slick-prev {
	left: -50px;
	background-color: #142e57;
	border-radius: 50px;
	width: 40px;
	height: 40px;
	transition-duration: .5s;
}

.we_do_slider .slick-next:hover, .we_do_slider .slick-prev:hover {
	background-color: #0c5adb;
}

.we_do_slider .slick-prev:before, .we_do_slider .slick-next:before {
	color: #fff;
}

.we_do_box p {
	color: #000000;
	font-size: 14px;
	height: 130px;
	overflow-y: auto;
}

.we_do_box p::-webkit-scrollbar {
	width: 5px;
}

.we_do_box p::-webkit-scrollbar-track {
	border-radius: 10px;
}

.we_do_box p::-webkit-scrollbar-thumb {
	background: #142e57;
	border-radius: 5px;
}

.we_do_btn_box a {
	position: relative;
	color: #0c5adb;
	font-size: 15px;
	padding: 0 0 0 0px;
	text-transform: uppercase;
}

.we_do_btn_box a:before {
content: "";
background-image: url(../images/btn-icon.png);
background-repeat: no-repeat;
height: 25px;
width: 25px;
position: absolute;
left: 0;
}

/*what_wedo_sec*/

/*Sec Pricing*/
.sec_pricing {
	position: relative;
	display: table;
	width: 100%;
	padding: 50px 0 20px;
}

.sec_pricing:before {
	content: "";
	background-image: url(../images/price-before-img.png);
	width: 97px;
	height: 564px;
	position: absolute;
	left: 0px;
	bottom: 0;
	background-repeat: no-repeat;
	top: 0;
	margin: auto;
	z-index: -1;
}

.sec_pricing:after {
	content: "";
	background-image: url(../images/price-after-img.png);
	width: 103px;
	height: 217px;
	position: absolute;
	right: 0px;
	background-repeat: no-repeat;
	top: 0;
	margin: auto;
}

.sec_pricing_tab li:last-child .seo_pro_serives_box {
	margin: 0;
}

.sec_pricing_tab li .seo_pro_serives_box {
	width: 132px;
	color: #121f33;
	font-size: 13px;
	padding: 5px 0;
	text-align: center;
	border: 0px solid transparent;
	height: 50px;
	border-radius: 7px;
	align-content: center;
	display: grid;
	line-height: 18px;
	margin: 0 10px 0 0;
}

.sec_pricing_tab li .active.seo_pro_serives_box, .sec_pricing_tab li .seo_pro_serives_box:hover {
	color: #fff;
}

.seo_pro_serives_boxes {
	margin-top: 30px;
	margin-bottom: 20px;
}

.seo_pro_serives_boxes .nav-tabs {

	/*border-top: 2px solid #0c5adb !important;*/
	border: none;
}

.seo_pro_serives_boxes .nav-tabs>li a.active .seo_pro_serives_box {
	background-color: #4c74b9;
}

.sec_pricing_tab li:first-child .active.seo_pro_serives_box, .sec_pricing_tab li:first-child .seo_pro_serives_box:hover {
	background-color: #0c5adb;
}

.sec_pricing_tab li:first-child .active.seo_pro_serives_box:after {
	color: #142034;
}

.sec_pricing_tab li:nth-child(2) .active.seo_pro_serives_box, .sec_pricing_tab li:nth-child(2) .seo_pro_serives_box:hover {
	background-color: #142034 !important;
}

.sec_pricing_tab li:nth-child(2) .active.seo_pro_serives_box:after {
	color: #4c74b9;
}

.sec_pricing_tab li:nth-child(3) .active.seo_pro_serives_box, .sec_pricing_tab li:nth-child(3) .seo_pro_serives_box:hover {
	background-color: #f5bc1f !important;
}

.sec_pricing_tab li:nth-child(3) .active.seo_pro_serives_box:after {
	color: #f5bc1f;
}

.sec_pricing_tab li:nth-child(4) .active.seo_pro_serives_box, .sec_pricing_tab li:nth-child(4) .seo_pro_serives_box:hover {
	background-color: #cb2027 !important;
}

.sec_pricing_tab li:nth-child(4) .active.seo_pro_serives_box:after {
	color: #cb2027;
}

.sec_pricing_tab li:nth-child(5) .active.seo_pro_serives_box, .sec_pricing_tab li:nth-child(5) .seo_pro_serives_box:hover {
	background-color: #57e182 !important;
}

.sec_pricing_tab li:nth-child(5) .active.seo_pro_serives_box:after {
	color: #57e182;
}

.sec_pricing_tab li:nth-child(6) .active.seo_pro_serives_box, .sec_pricing_tab li:nth-child(6) .seo_pro_serives_box:hover {
	background-color: #142034 !important;
}

.sec_pricing_tab li:nth-child(6) .active.seo_pro_serives_box:after {
	color: #142034;
}

.sec_pricing_tab li:nth-child(7) .active.seo_pro_serives_box, .sec_pricing_tab li:nth-child(7) .seo_pro_serives_box:hover {
	background-color: #0c5adb !important;
}

.sec_pricing_tab li:nth-child(7) .active.seo_pro_serives_box:after {
	color: #4c74b9;
}

.sec_pricing_tab li:nth-child(8) .active.seo_pro_serives_box, .sec_pricing_tab li:nth-child(8) .seo_pro_serives_box:hover {
	background-color: #f5bc1f !important;
}

.sec_pricing_tab li:nth-child(8) .active.seo_pro_serives_box:after {
	color: #f5bc1f;
}

.features-table {

	/* background-color: #fff; */
	border-radius: 0px 0px 0px 0px;
	padding: 0;
	min-height: inherit;
	margin: 0 0 0;
}

.features-table-first ul {
	padding: 0px 0 25px;
}

#SEO-Packages h2 {
	background-color: #142034 !important;
}

.features_table_main_box h2 {
	font-size: 18px !important;
	margin: 0px 10px 0 0;
	text-align: center;/* font-weight: 700; */
	color: #fff;
	background-color: #4c74b9;
	padding: 20px 0 20px;/* font-family: 'Conv_Proxima Nova Alt Bold'; */
	border-radius: 7px;
}

.features_table_main_box {
	background-color: #fff;    /* min-height: 1200px; */
	box-shadow: 0 16px 29px 5px rgba(0, 0, 0, 0.08);
	width: 100%;
	float: left;
	height: 56.5vh;
	overflow-y: scroll;
}

.features_table_main_box::-webkit-scrollbar {
	width: 10px;
	border-radius: 5px;
}

.features_table_main_box::-webkit-scrollbar-track {
	border-radius: 5px;
}

.features_table_main_box::-webkit-scrollbar-thumb {
	background: #0c5adb;
	border-radius: 5px;
}

#E-Commerce-SEO-Packages .features_table_main_box::-webkit-scrollbar-thumb {
	background: #57e182;
}

#E-Commerce-SEO-Packages h2 {
	background-color: #57e182;
}

#Local-SEO-Packages .features_table_main_box::-webkit-scrollbar-thumb {
	background: #142034;
}

#Local-SEO-Packages h2 {
	background-color: #142034;
}

#ORM-Packages .features_table_main_box::-webkit-scrollbar-thumb {
	background: #0c5adb;
}

#ORM-Packages h2 {
	background-color: #0c5adb;
}

#Social_Media_Packages .features_table_main_box::-webkit-scrollbar-thumb {
	background: #f5bc1f;
}

#Social_Media_Packages h2 {
	background-color: #fff;
}

#Email-Marketing-Packages .features_table_main_box::-webkit-scrollbar-thumb {
	background: #f5bc1f;
}

#Email-Marketing-Packages h2 {
	background-color: #fff;
}

#PPC_Packages .features_table_main_box::-webkit-scrollbar-thumb {
	background: #cb2027;
}

#PPC_Packages h2 {
	background-color: #cb2027;
}

#SEO-Packages .features_table_main_box::-webkit-scrollbar-thumb {
	background: #0c5adb;
}

#SEO-Packages h2 {
	background-color: #0c5adb !important;
}

#Content-Marketing-Packages .features_table_main_box::-webkit-scrollbar-thumb {
	background: #142034;
}

#Content-Marketing-Packages h2 {
	background-color: #142034 !important;
}

.features-table-first {

	/* margin: -1px 0 0; */
}

.features_table_sec_hosting h2 span {
	color: #f0474a;
}

.features_table_main_box {
	margin-top: 30px;
}

.features_table_main_box .col-sm-3:last-child .features-table h2, .features_table_main_box .col:last-child .features-table h2, .features_table_main_box .col-sm-4:last-child .features-table h2 {
	margin: 0;
}

.features-table-first ul {
	padding: 0px 0 25px;
}

.features_table_sec_hosting ul {
	padding: 0;
	margin-bottom: 30px;
}

.features-table-first li {
	text-align: left;
	margin-left: 0;/* padding: 0 0; */
	height: 68px;
	padding: 0px 0 0 30px;
	align-content: center;
	display: grid;
	justify-content: space-between;
}

.features-table-first li {
	text-align: left !important;
	padding: 0 0 0 30px !important;
}

.features-table li {

	/* background: #da9748 none repeat scroll 0 0; */
	border-bottom: 1px solid #d9d9d9;
	color: #343434;
	font-size: 15px;
	font-weight: 400;
	margin: auto;
	text-align: center;
	height: 68px;
	padding: 0px 0 0 0px;
	align-items: center;
	display: grid;
	width: 100%;
	vertical-align: middle;
	list-style: none;
}

.features_table_sec_hosting .col-sm-3, .features_table_sec_hosting .col-sm-3, .features_table_sec_hosting .col, .features_table_sec_hosting .col-sm-1, .features_table_sec_hosting .col-sm-4 {
	border-right: 0px solid #dddddd;
}

.features_table_sec_hosting .col-sm-2 {
	width: 20%;
}

.features-table a.blue_btn.btn_effect {

	/* width: 70%; */
	margin: auto;
}

div#Content-Marketing-Packages .features-table a.blue_btn.btn_effect {
	width: auto;
}

.features-table li  i.fa.fa-check {
	color: #88cd3e;
}

.features-table li i.fa.fa-times {
	color: #ce0f18;
}

/*Sec Pricing*/

/*case_studies_sec*/
.case_studies_sec {
	background-image: url(../images/case-study-bg.jpg);
	padding: 70px 0 0px;
	height: 492px;
	margin: 0px 0 200px;
	position: relative;
	z-index: 0;    /* display: table; */

	/* width: 100%; */
}

.case_studies_sec:after {
	content: "";
	background-image: url(../images/case-study-after.png);
	width: 332px;
	height: 570px;
	position: absolute;
	right: 0;
	top: 0;
	background-repeat: no-repeat;
	z-index: -1;
}

.case_studies_boxes {
	margin-top: 60px;
}

.case_studies_box {
	background-color: #fff;
	padding: 20px 20px;
	border-radius: 10px;
	box-shadow: 0px 7px 20px 1px rgb(0 0 0 / 8%);
	margin: 0 0 70px;
	transition-duration: .5s;
}

.case_studies_box_img img {
	width: 100%;
	margin: auto;
	display: table;
	transition-duration: .5s;
}

.case_studies_box h3 {
	font-size: 20px;
	font-weight: 700;
	color: #0c5adb;
	margin: 30px 0 0;
}

.case_studies_box_btn {
	margin: 30px 0 0;
}

.case_studies_box_btn {
}

.case_studies_box_btn a.blue_btn {
	background-color: transparent;
	border: 1px solid #ccc;
	display: table;
	margin: 0 0 10px;
	width: 75%;
	font-size: 13px;
	color: #121f33;
	align-items: center;
	padding: 13px 30px 10px 50px;
}

.case_studies_box_btn a.blue_btn:hover {

	/* background-color: #0c5adb; */
	color: #fff;
}

.case_studies_box_btn a.blue_btn::before {
	top: 10px;
}

/*case_studies_sec*/

/*.testimonails_sec_home {
margin: 210px 0 0;
}*/

.testimonails_slider {
	margin: 70px 0 0 !important;
}

.testi_slider_box {
	display: flex !important;
	align-items: center;
	justify-content: center;
}

.testimonails_sec {
	padding: 70px 0 70px;
}

.testi_slider_content {
	padding: 0 0 0 100px;
}

.testi_slider_content h3 {
	color: #0c5adb;
	font-weight: 700;
	font-size: 18px;
	margin: 20px 0 0;
}

.testi_slider_content img {
	margin: 0 0 30px;
}

.testimonails_slider .slick-dots {
	position: absolute;
	bottom: 0px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0 0 0 20%;
	list-style: none;
	text-align: center;
}

.testimonails_slider .slick-dots li.slick-active button {
	background-color: #121f33;
}

.testimonails_slider .slick-dots li button:before {
	font-size: 0px;
	line-height: 0px;
}

.testimonails_slider .slick-dots li button {
	background-color: #b7bbc1;
	border-radius: 50px;
	width: 10px;
	height: 10px;
}

/*cta_sec*/
.cta_sec {
	background: url(../images/cta-bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	padding: 60px 0 70px;
	position: relative;	/* overflow: hidden; */
	background-size: cover;
}

.cta_sec img {
	position: absolute;
	bottom: 0;
	top: 62px;
	right: -70px;
}

/* .cta_sec:after{
content:"";
background: url(../images/cta-before-img.png);
background-repeat: no-repeat;
background-position: right center;
position: absolute;
right: 0;
width: 571px;
height: 263px;
bottom: 0px;
} */
@keyframes animatedBackground {
	from {
		background-position: 100% 0;
	}

	to {
		background-position: 0 0;
	}

}

.cta_sec:before {
	content: "";
	background: url(../images/cta-before-after.png);
	background-repeat: no-repeat;
	position: absolute;
	right: 0;
	width: 110%;
	height: 171px;
	top: 20px;
	animation: animatedBackground 7s linear infinite;
}

.cta_btn_box {
	margin: 50px 0 0;
}

.cta_btn_box a {
	margin: 0 10px 0 0;
}

.cta_btn_box a.dark_blue_btn:hover {

	/* background-color: #fff; */
	color: #121f33;
}

/*cta_sec*/

/*audit_services_sec*/
.audit_services_sec {
	padding: 70px 0 70px;
}

.audit_services_boxes {
	margin-top: 50px;
}

.audit_services_box {
	background-color: #fff;
	padding: 20px 20px;
	border-radius: 10px;
	box-shadow: 0px 7px 20px 1px rgb(0 0 0 / 8%);
	margin: 0 0 0px;
	height: 480px;
}

.audit_services_box_img img {
	width: 100%;
	margin: auto;
	display: table;
	height: 231px;
}

.audit_services_box h3 {
	font-size: 18px;
	font-weight: 500;
	color: #121f33;
	margin: 20px 0 0;
}

.audit_services_box ul {
	padding: 0 0 0 20px;
}

.audit_services_box ul li {
	font-size: 15px;
	font-weight: 500;
	color: #121f33;
	margin: 25px 0 0;
}

.audit_services_box_btn {
	margin: 30px 0 0;
}

.audit_services_box_btn {
}

.audit_services_box_btn a.blue_btn {
	background-color: transparent;
	display: table;
	font-size: 15px;
	color: #0c5adb;
	align-items: center;
	font-weight: 400;
	padding: 13px 30px 13px 0px;
}

.audit_services_box_btn a.blue_btn::before {
	top: 12px;
	left: 0;
	transition-duration: .5s;
}

.audit_services_box_btn a.blue_btn:hover {
	background-color: #0c5adb;
	padding: 13px 30px 13px 50px;
	color: #fff;
}

.audit_services_box_btn a.blue_btn:hover::before {
	left: 15px;
}

/*audit_services_sec*/

/*testi_video_sec*/

.testi_video_sec {
	background-image: url(../images/testi-vd-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 70px 0px 70px;
	position: relative;
	z-index: 0;
	overflow: hidden;
}

.testi_video_sec:after {
	content: "";
	background-image: url(../images/sec-round-img.png);
	background-repeat: no-repeat;
	width: 545px;
	height: 545px;
	position: absolute;
	top: 0;
	right: -170px;
	z-index: -1;
	bottom: 0;
	margin: auto;
}

.testi_video_box {
	background-color: #fff;    /*box-shadow: 0 0px 10px rgb(0 0 0 / 24%);*/
	padding: 30px 20px 40px;
	width: 110%;
	min-height: 375px;
	align-content: center;
	display: grid;
	position: relative;
}

.testi_video_box:after {
	content: "";
	background-image: url(../images/test-vd-before-img.png);
	width: 296px;
	height: 213px;
	position: absolute;
	right: 0;
	bottom: 0;
	background-repeat: no-repeat;
}

.testi_video_box:before {
	content: "";
	background-image: url(../images/testi-vd-shape.png);
	width: 167px;
	height: 168px;
	position: absolute;
	left: -100px;
	bottom: -30px;
	background-repeat: no-repeat;
	z-index: -1;
}

.testi_video_sec .slick-dots li.slick-active button {
	width: 15px;
	height: 14px;
	border: solid 1px;
	background-color: #266bda;
}

.testi_video_sec .slick-dots li button {
	background-color: #2c6ede75;
	border-radius: 50px;
	width: 13px;
	height: 13px;
	position: absolute;
	top: 20px;
}

.pricing-slider-wiki .slick-dots li.slick-active button {
	width: 15px;
	height: 14px;
	border: solid 1px;
	background-color: #266bda;
}

.pricing-slider-wiki .slick-dots li button {
	background-color: #2c6ede75;
	border-radius: 50px;
	width: 13px;
	height: 13px;
	position: absolute;
	top: 20px;
}

.testi_video_sec .slick-dots li button:before {
	display: none;
}

.testi_video_btn_box {
	margin: 50px 0 0;
}

.testi_video_box img {
	margin: 20px 0 0;
}

.testi_video_boxes {
	justify-content: center;
	align-items: center;    /*width: 100%;*/

	/* margin: auto; */
}

img.play_btn {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 0;
}

.testi_video_box_img {
	position: relative;
}

/*testi_video_sec*/

/*Footer*/
.footer_sec {
	background-image: url(../images/footer-bg.jpg);
	background-repeat: no-repeat;
	padding: 40px 0 0px;
	border-top: 5px solid #0c5adb;
	background-position: center bottom;
	background-size: cover;
}

.ftr-lst-bg-st {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-wrap: wrap;
	border-top: 0px solid #444;
	padding: 0px 0 0;
	margin-top: 0;
}

.ftr-lst-bg-st ul {
	width: 25%;
	padding: 0;
}

.ftr-lst-bg-st li a {
	color: #fff;
	font-size: 14px;
	font-weight: 400;	/* font-size: 14px; */

	/* letter-spacing: 1px; */
	transition-duration: .5s;
}

.ftr-lst-bg-st li a:hover {
	color: #0c5adb;
	padding-left: 5px;
}

.ftr-lst-bg-st li {
	margin-bottom: 10px;
}

ul.ftr-lst-bg-st-2 {
	width: 22%;
}

ul.ftr-lst-bg-st-3 {
	width: 27%;
}

.ftr-big-list-st h3 {
	color: #0c5adb;
	font-size: 20px;
	font-weight: 700;
	margin: 30px 0 10px;
}

ul.footer_drop {
	height: 200px;
	background-color: #000;
	padding: 0px 15px 0px !important;
	width: 900px !important;
	margin: 0 auto 0px;
	position: relative;
	z-index: 999;
	display: none;
	left: -600px;
	right: 0;
	align-content: center;
	top: 5px;
}

.footer_drop .col-sm-4 {
	padding: 20px 10px 0;
	width: 30%;
	float: left;
}

.footer_drop li {
	display: table;
	margin: 0 0 0 0px;
	padding: 0 0 5px 15px;
}

.footer_drop li:before {
	content: "\f00c";
	position: relative;
	left: -7px;
	font: normal normal normal 14px/1 FontAwesome;
	color: #f5bc1f;
}

ul.footer_drop::-webkit-scrollbar {
	width: 5px;
}

ul.footer_drop::-webkit-scrollbar-track {
	border-radius: 5px;
}

ul.footer_drop::-webkit-scrollbar-thumb {
	background: #4c74b9;
	border-radius: 0px;
}

ul.footer_drop:hover::-webkit-scrollbar-thumb {
	background: #4c74b9;
}

.ftr-lst-bg-st li {
	margin-bottom: 3px;
	list-style: none;
}

.ftr_big_list_st_bottom {
	background-color: #142e578a;
	padding: 30px 15px 20px;
	border-radius: 20px 20px 0px 0px;
	margin: 50px 0 0;
}

.social_footer ul {
	display: flex;
}

.social_footer ul li {
	margin: 20px 10px 0 0;
	list-style: none;
}

.social_footer ul li a {
	color: #fff;
	font-size: 30px;
}

.trust_footer ul {
	display: flex;
}

.trust_footer ul li {
	margin: 0px 10px 0 0;
	list-style: none;
}

.trust_footer ul li a {
	color: #fff;
	font-size: 30px;
}

.social_trust {
	display: inherit;
	align-items: center;
}

.ftr_bottom_box_refund h4 {
	text-align: center;
	color: #0c5adb;
	font-weight: 700;
	font-size: 17px;
}

.ftr_bottom_box_refund p {
	text-align: center;
	color: #fff;
	font-weight: 400;
	font-size: 14px;
}

.ftr_bottom_box_refund img {
	width: 100%;
}

.ftr_big_list_st_bottom .col-sm-4:nth-child(2) {
	padding: 0;
}

.ftr_big_list_st_bottom .col-sm-4:nth-child(2) .ftr_bottom_box_refund {
	width: 120%;
	margin: 0 0 0 -65px;
}

.ftr_bottom_box_contact {
	padding: 0 0 0 40px;
}

.ftr_bottom_box_contact ul li {
	list-style: none;
}

.ftr_bottom_box_contact ul li a {
	color: #fff;
}

.ftr_bottom_box_contact h4 {
	color: #0c5adb;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
}

.copyright_sec {
	display: flex;
	justify-content: center;
	color: #fff;
	align-items: end;
	padding: 8px 0 0;
}

.copyright_sec p {
	font-size: 14px;
	margin: 0;
}

.copyright_sec ul {
	display: flex;
}

.copyright_sec ul li {
	list-style: none;
	margin: 0 0px 0 20px;
}

.copyright_sec ul li a {
	color: #fff;
	font-size: 14px;
}

/*Footer*/

/*SEO PAGE*/
.seo_banner {
	background-image: url(../images/seo-banner-bg.jpg);
}

/*seo_marketing_plan_sec*/
.seo_marketing_plan_sec .our_dedicated_boxes {
	position: relative;
}

.seo_marketing_plan_sec .sec_dedicated_round_img {
	position: absolute;
	right: -170px;
	top: -40px;
	z-index: -1;
}

.seo_marketing_plan_img img {
	margin: -40px 0 0 20px;
}

/*seo_marketing_plan_sec*/

/* .seo_marketing_services Sec */
.seo_marketing_services_sec {
	padding: 50px 0 70px;
}

.seo_marketing_services_box_right img {
	width: 100%;
	margin: 30px 0 0 -15px;
}

.seo_marketing_services_box_left .col-sm-6:nth-child(2) .seo_market_ser_box {
	margin: 40px 0 0;
}

.seo_marketing_services_box_left .col-sm-6:nth-child(3) .seo_market_ser_box {
	margin: -20px 0 0;
}

.seo_marketing_services_box_left .col-sm-6:nth-child(4) .seo_market_ser_box {
	margin: 30px 0 0;
}

.seo_market_ser_box {
	width: 100% !important;
	background-color: #ffffff;
	box-shadow: 0 1px 10px rgb(0 0 0 / 25%);
	margin: 0;
	padding: 20px 15px;
	border-radius: 7px;
	transition-duration: .5s;
	min-height: 300px;
	display: grid;
}

.seo_market_ser_box:hover {
	background: linear-gradient(273deg, #E00559 7.47%, #FF4904 151.83%);
	box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.15);
}

.seo_market_ser_box:hover img {
	filter: brightness(100);
}

.seo_market_ser_box:hover h3, .seo_market_ser_box:hover p, .seo_market_ser_box:hover a {
	color: #fff;
}

.seo_market_ser_box:hover .we_do_img img {
	filter: brightness(100);
}

.seo_market_ser_box h3 {
	color: #142e57;
	font-weight: 700;
	font-size: 17px;
	margin: 0 0 10px;
}

.seo_market_ser_box_img {
	margin: 0 0 10px;
}

.seo_market_ser_box p {
	color: #000000;
	font-size: 14px;
	height: auto;
	overflow-y: auto;
}

.seo_market_ser_box p::-webkit-scrollbar {
	width: 5px;
}

.seo_market_ser_box p::-webkit-scrollbar-track {
	border-radius: 10px;
}

.seo_market_ser_box p::-webkit-scrollbar-thumb {
	background: #142e57;
	border-radius: 5px;
}

.seo_market_ser_btn_box a {
	position: relative;
	color: #0c5adb;
	font-size: 15px;
	padding: 0 0 0 35px;
	text-transform: uppercase;
}


.seo_market_ser_btn_box a:before {
content: "";
background-image: url(../images/btn-icon.png);
background-repeat: no-repeat;
height: 25px;
width: 25px;
position: absolute;
left: 0;
}
.seo_market_ser_box:hover .seo_market_ser_box_img img, .reputation_management_tabs li a.active img {
	animation: pulse 1s infinite;
	animation-timing-function: linear;
}

@keyframes pulse {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.1);
	}

	100% {
		transform: scale(1);
	}

}

/* .seo_marketing_services Sec */
.seo_keyword_analysis_sec {
	content: "";
	background-image: url(../images/keyword-analysis-sec-bg.jpg);
	background-repeat: no-repeat;
	padding: 60px 0 60px;
	background-size: cover;
}

.seo_keyword_analysis_boxes {
	padding: 40px 0 0;
}

.seo_page_optimiz_box_keyword h3 {
	color: #fff;
	font-size: 50px;
	font-weight: 700;
	margin: 0;	/* font-family: 'Sarabun', sans-serif; */
	display: flex;
	justify-content: center;
	text-align: center;
}

.seo_page_optimiz_box_keyword h3 small {
	font-size: 20px;
	vertical-align: middle;
	color: #fff;
	font-weight: 400;
	position: relative;
	top: 18px;
	left: 10px;
}

.seo_page_optimiz_box_keyword h4 {
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	text-transform: uppercase;	/* display: table; */
	margin: 5px  0;
	position: relative;
	text-align: center;
}

.seo_page_optimiz_box_keyword h4:after {
	content: "";
	width: 60px;
	height: 2px;
	background-color: #ff7e00;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -15px;
}

.seo_page_optimiz_box_keyword p {
	margin: 30px 0 0;
	font-size: 15px;
	color: #fff;
	text-align: center;
}

/*rank-higher-sec*/
.rank_higher_on_google_sec {

	/* content: ""; */
	background-image: url(../images/rank-higher-bg.jpg);
	background-repeat: no-repeat;
	padding: 60px 0 70px;
	margin: 0px 0 0;
	display: table;
	width: 100%;
	background-size: cover;
}

.rang_flied {
	background-color: rgb(255 255 255);
	width: 90%;
	margin: 50px auto 0;
	padding: 30px 30px 30px;
	border-radius: 10px;
	background-image: url(../images/rang-flied-bg.png);
	background-position: center;
	background-size: cover;
	box-shadow: 0 10px 20px rgb(0 0 0 / 47%);
}

.case-study-smm-new .rang_flied {
	background-color: rgb(255 255 255);
	width: 100%;
	margin: 0;
	padding: 0;
	border-radius: 10px;
	background-image: url(../images/rang-flied-bg.png);
	background-position: center;
	background-size: cover;
	box-shadow: 0 10px 20px rgb(0 0 0 / 47%);
}

.rang_flied .form-group {
	margin: 30px 0 30px !important;
	transition-duration: .5s;
}

.rang_flied .form-control {
	height: 60px;
	margin: 0;
	width: 100%;
	font-size: 20px;
	color: #000;
	font-weight: 400;
	transition-duration: .5s;
	background-color: #eee;
	border: none;
}

.rang_flied .form-control:focus {
	outline: 0;
	box-shadow: none !important;
	border: 0
}

.rang_flied .form-control:hover {
	color: #fff;
	background-color: #142034;
	transition-duration: .5s
}

.rang_flied .form-control::-webkit-input-placeholder {
	color: #142034
}

.rang_flied .form-control::-moz-placeholder {
	color: #142034
}

.rang_flied .form-control:-ms-input-placeholder {
	color: #142034
}

.rang_flied .form-control:-moz-placeholder {
	color: #142034
}

.rang_flied .form-control:hover::-webkit-input-placeholder {
	color: #fff
}

.rang_flied .form-control:hover::-moz-placeholder {
	color: #fff
}

.rang_flied .form-control:hover:-ms-input-placeholder {
	color: #fff
}

.rang_flied .form-control:hover:-moz-placeholder {
	color: #fff
}

.rank-btn {
	margin: auto;
	display: table;
}

.case_studies_sec_seo {
	margin: 0px 0 270px;
}

/*rank-higher-sec*/

/*testimonails_sec_inner  */
.testimonails_sec_inner {
	padding: 40px 0 70px;
	background-image: url(../images/testimonails-sec-inner-bg.png);
	background-repeat: no-repeat;
	background-position: bottom center;
}

ul#myTab_testimonails {
	border-top: 2px solid #0c5adb !important;
	border: none;
	margin: 50px auto 10px;
	width: 100%;
}

ul#myTab_testimonails li.nav-item {
	width: 21.25%;
	margin-left: 5%;
}

ul#myTab_testimonails li.nav-item:first-child {
	margin-left: 0%;
}

ul#myTab_testimonails .nav-item.show .nav-link, ul#myTab_testimonails .nav-link.active {
	background-color: #0c5adb !important;
	color: #fff !important;
}

ul#myTab_testimonails .nav-item .nav-link {
	width: 100%;
	color: #333333;
	font-size: 16px;
	padding: 5px 0;
	text-align: center;
	border: 0px solid transparent;
	height: 50px;
	border-radius: 0px 0px 7px 7px;
	align-content: center;
	display: grid;
	line-height: 18px;
	margin: 0 10px 0 0;
	font-weight: 400;
}

.testimonails_sec_inner_box_left {
	display: flex;
	position: relative;
}

.testimonails_sec_inner_box_left:before {
	content: "";
	background-image: url(../images/testi-quote-sign-inner.png);
	width: 183px;
	height: 168px;
	background-repeat: no-repeat;
	position: absolute;
	z-index: -1;
	left: 0;
	bottom: -25px;
	box-shadow: 0 2px 30px rgb(51 51 51 / 28%);
	border-radius: 18px;
	background-color: #f2f2f2;
}

.testimonails_sec_inner_box {
	display: flex;
	padding: 50px 0px 80px 25px;
	align-items: center;
	min-height: 300px;
}

.testimonails_sec_inner_box_img_content h3 {
	font-size: 16px;
	text-align: center;
	color: #333333;
	font-weight: 700;
}

.testimonails_sec_inner_box_img_content h4 {
	font-size: 13px;
	text-align: center;
	color: #999;
	font-weight: 500;
}

.testimonails_sec_inner_box_img_content {
	width: 100px;
	display: grid;
	align-content: center;
}

.reating {
	text-align: center;
	font-size: 12px;
}

.reating i.fa.fa-star {
	color: #fece00;
}

.reating i.fa.fa-star-o {
	color: #737373;
}

.testimonails_sec_inner_box_right p {
	color: #666666;
	font-size: 13px;
	margin: 0 0 0 15px;
}

.testimonails_slider_inner {
	margin: 0 0 0 !important;
}

.testimonails_slider_inner .slick-dots {
	position: absolute;
	bottom: 0;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}

.testimonails_slider_inner .slick-dots li.slick-active button {
	background-color: #0c5adb;
}

.testimonails_slider_inner .slick-dots li button:before {
	font-size: 0px;
	line-height: 0px;
}

.testimonails_slider_inner .slick-dots li button {
	background-color: #e5e5e5;
	border-radius: 50px;
	width: 10px;
	height: 10px;
}

.cta_sec_seo img {
	position: absolute;
	bottom: 0px;
	top: -10px;
	right: -180px;
}

/* testimonails_sec_inner */

/*SEO PAGE*/



.testi_video_sec:after, .sec_dedicated_round_img, .ppc_campaigns_round_img, .email_marketing_campaigns_sec:after, .content_except_results_sec:before, .local_customers_sec:after, .local_seo_solutions_sec:after, .ecom_seamless_team_bg, .ecom_seo_results_round_img {
	-webkit-animation: rotate 50s normal linear infinite;
	animation: rotate 50s normal linear infinite;
}

@keyframes rotate {
	0% {
		-webkit-transform: rotate3d(0, 0, 1, 0deg);
		transform: rotate3d(0, 0, 1, 0deg);
	}

	25% {
		-webkit-transform: rotate3d(0, 0, 1, 90deg);
		transform: rotate3d(0, 0, 1, 90deg);
	}

	50% {
		-webkit-transform: rotate3d(0, 0, 1, 180deg);
		transform: rotate3d(0, 0, 1, 180deg);
	}

	75% {
		-webkit-transform: rotate3d(0, 0, 1, 270deg);
		transform: rotate3d(0, 0, 1, 270deg);
	}

	100% {
		-webkit-transform: rotate3d(0, 0, 1, 360deg);
		transform: rotate3d(0, 0, 1, 360deg);
	}

}

.testi_video_box:before, .smm_round_img2, .email_marketing_campaigns_sec:before, .content_marketing_img:before {
	-webkit-animation: rotate 50s normal linear infinite;
	animation: rotate2 50s normal linear infinite;
}

@keyframes rotate2 {
	0% {
		-webkit-transform: rotate3d(0, 0, 1, 0deg);
		transform: rotate3d(0, 0, 1, 0deg);
	}

	25% {
		-webkit-transform: rotate3d(0, 0, 1, -90deg);
		transform: rotate3d(0, 0, 1, -90deg);
	}

	50% {
		-webkit-transform: rotate3d(0, 0, 1, -180deg);
		transform: rotate3d(0, 0, 1, -180deg);
	}

	75% {
		-webkit-transform: rotate3d(0, 0, 1, -270deg);
		transform: rotate3d(0, 0, 1, -270deg);
	}

	100% {
		-webkit-transform: rotate3d(0, 0, 1, -360deg);
		transform: rotate3d(0, 0, 1, -360deg);
	}

}

/*SMM PAGE*/
.smm_banner {
	background-image: url(../images/smm-banner-bg.jpg);
}

.partner_sec_smm {
	padding: 20px 0;
	background-color: #f5f5f5;
}

.smm_marketing_services_sec {
	padding: 80px 0 0;
}

.smm_marketing_services_sec .seo_marketing_services_box_right {
	padding: 70px 0 0;
}

.smm_marketing_services_sec .seo_market_ser_box {
	margin: 0 0 30px;
	height: 295px;
}

.smm_marketing_plan_sec h2 {
	margin: 0 0 20px;
}

.smm_marketing_plan_sec img.sec_dedicated_round_img {
	right: -50px;
}

.smm_marketing_plan_img img {
	margin: -50px 0 0 70px;
}

.smm_marketing_experts_sec {
	padding: 40px 0 0 0px;
}

.smm_marketing_experts_sec .smm_marketing_plan_img img {
	margin: 30px 0 70px 20px
}

.smm_marketing_plan_boxes2 {
	position: relative;
}

img.smm_round_img2 {
	position: absolute;
	z-index: -1;
	left: -20px;
}

.social_platforms_box {
	margin: 40px auto 0;
	display: table;
}

.social_platforms_box img {
	margin: 0 10px;
}

.rank_higher_on_google_sec_smm {

	/* content: ""; */
	background-image: url(../images/rank-higher-bg-smm.jpg);
}

.cta_sec_smm {
	background: url(../images/cta-bg-smm.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	position: relative;
	background-size: cover;
}

.cta_sec_smm:after {
	content: "";
	background: url(../images/cta-img-smm.png);
	width: 395px;
	height: 375px;
	right: 0;
	position: absolute;
	background-repeat: no-repeat;
	top: -26px;
}

/*SMM PAGE*/

/*REPUTATION-MANAGEMENT-PAGE*/

.reputation_management_banner {
	background-image: url(../images/reputation-management-bg.jpg);
}

/*reputation_marketing_services_sec*/
.reputation_marketing_services_sec {
	padding: 70px 0 0;
}

.reputation_marketing_services_box_left {
	display: flex;
}

.reputation_marketing_services_box_img img {
	margin: 0 30px 0 0;
	height: 300px;
}

.reputation_marketing_services_box_content img {
	margin: 0 0 20px;
}

.reputation_marketing_services_sec .sub_title {
	font-size: 24px;
}

.reputation_marketing_services_box_content  .sub_title {
	margin: 0 0 10px;
}

.reputation_management_tabs ul {
	border: none !important;
}

.reputation_management_tabs li {
	margin: 10px 0 10px;
}

.reputation_management_tabs li a {
	font-size: 14px;
	font-weight: 700;
	color: #333333;
	padding: 0 0 0 0;
	width: 180px;
	border: none !important;
	margin: 0 !important;
	line-height: 18px;
}

.reputation_management_tabs li a img {
	margin: 0 0 10px
}

.reputation_management_tabs li a.active {
	color: #0c5adb !important;
}

/*reputation_marketing_services_sec*/

/*proactive_reputation_sec*/
.proactive_reputation_sec {
	background-image: url(../images/reputation-review-bg.png);
	background-repeat: no-repeat;
	padding: 50px 0 50px;
	background-size: cover;
	margin: 70px 0 70px;
	background-position: center;
	border-radius: 20px;
}

.proactive_reputation_box {
	padding: 0 15px;
}

.proactive_reputation_box img {
	margin: 0 auto 20px;
	display: table;
}

.proactive_reputation_box h3 {
	text-align: center;
	font-weight: 700;
}

.proactive_reputation_box p {
	text-align: center;
	color: #666666;
	font-size: 14px;
	margin: 10px 0 0;
}

/*proactive_reputation_sec*/
.reputation_marketing_plan_boxes2 {
	position: relative;
}

/*reputation_marketing_plan_boxes2*/
.reputation_marketing_plan_boxes2 img.smm_round_img2 {
	right: 0;
	left: auto;
	top: 60px;
}

.reputation_marketing_plan_boxes2 .our_dedicated_box {
	width: 100%;
	text-align: right;
}

.smm_marketing_experts_sec {

	/* margin: 0 0 -50px; */

	/* position: relative; */

	/* z-index: 9; */
}

.reputation_marketing_plan_boxes2 .smm_marketing_plan_img img {
	margin: -60px auto -50px;
	display: table;
	position: relative;
	z-index: 99;
}

.harmful_content_sec {
	padding: 95px 0 80px;
}

.harmful_content_img img {
	width: 100%;
	margin: 15px 0 0;
}

.rank_higher_on_google_sec_reputation {

	/* content: ""; */
	background-image: url(../images/rank-higher-bg-reputation.png);
}

.cta_sec_reputation {
	background: #0c5bdc;
}

/*reputation_marketing_plan_boxes2*/

/*REPUTATION-MANAGEMENT-PAGE*/

/*PPC Page*/
.ppc_banner {
	background-image: url(../images/ppc-banner-bg.jpg);
}

.ppc_campaigns_sec {
	padding: 100px 0 0;
}

.ppc_campaigns_round_img {
	position: absolute;
	left: 50px;
	top: 40px;
	z-index: -1;
}

.ppc_campaigns_plan_img {
	margin: -70px 0 0;
}

/*grow_with_us_sec*/
.grow_with_us_sec {
	background-image: url(../images/grow-with-us-bg.jpg);
	background-size: cover;
}

.grow_with_us_sec .seo_keyword_analysis_boxes {
	padding: 50px 0 0;
}

.grow_with_icon {
	margin: 0 auto 15px;
	display: table;
}

.grow_with_us_sec h4:after {
	display: none;
}

.grow_with_us_sec h3 small {
	font-size: 50px;
	vertical-align: middle;
	color: #fff;
	font-weight: 700;
	position: relative;
	top: 0;
	left: 5px;
}

.grow_with_us_sec h4 {
	font-size: 14px;
	text-transform: initial;
	margin: 15px 0 0;
}

/*grow_with_us_sec*/

/*ppc_marketing_services_sec*/

.ppc_marketing_services_sec {
	padding: 70px 0 50px;
}

.ppc_marketing_services_boxes {
	padding: 40px 0 0;
}

.ppc_marketing_services_icon {
	width: 65px;
	height: 65px;
	background-color: #f6f6f6;
	align-items: center;
	display: grid;
	border-radius: 7px;
	box-shadow: 0 0px 2px rgb(51 51 51 / 20%);
}

.ppc_marketing_services_icon img {
	margin: auto;
}

.ppc_marketing_services_box h3 {
	font-size: 17px;
	color: #333333;
	margin: 50px 0 15px;
	font-weight: 700;
	position: relative;
}

.ppc_marketing_services_box h3:before {
	content: "";
	width: 70px;
	height: 2px;
	background-color: #00296e;
	position: absolute;
	top: -23px;
}

.ppc_marketing_services_box p {
	color: #000000;
	font-size: 14px;
	margin: 0;
	line-height: 25px;
}

.ppc_marketing_services_box {
	padding: 15px 15px 15px;
	border-radius: 7px;
	transition-duration: .5s;
}

.ppc_marketing_services_box:hover {
	background-color: #142e57;
}

.ppc_marketing_services_box:hover p, .ppc_marketing_services_box:hover h3 {
	color: #fff
}

.ppc_marketing_services_box:hover h3:before {
	background-color: #fff;
}

.ppc_marketing_services_boxes .col-sm-3 {
	padding: 0 0px;
}

/*ppc_marketing_services_sec*/

/*our_adwords_sec*/

.our_adwords_sec {
	padding: 0 0 70px;
}

.our_adwords_boxes {
	padding: 50px 0 0;
}

ul.our_adwords_box_list {
	padding: 20px 0 20px;
}

ul.our_adwords_box_list li {
	list-style: none;
	padding: 3px 0 3px 20px;
	color: #333333;
	font-size: 17px;
	font-weight: 700;
	position: relative;
}

ul.our_adwords_box_list li:before {
	content: "";
	background-image: url(../images/list-arrow.png);
	width: 9px;
	height: 9px;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.our_adwords_img img {
	width: 100%;
	margin: 40px 0 0;
}

/*our_adwords_sec*/

/*PPC Page*/

/*email-marketing-Page*/
.email_marketing_banner {
	background-image: url(../images/email-marketing-banner-bg.jpg);
}

/*benefits_email_marketing_sec*/
.benefits_email_marketing_sec {
	background-color: #eef1f4;
	padding: 70px 0 300px;
	background-image: url(../images/benefits-email-bg.png);
	background-repeat: no-repeat;
	background-position: bottom center;
}

.benefits_email_marketing_boxes {
	padding: 60px 0 0;
}

.benefits_email_marketing_box {
	margin: 0 0 30px;
}

.benefits_email_marketing_box h3 {
	color: #333333;
	font-size: 17px;
	font-weight: 700;
	margin: 0 0 0;
	height: 70px;
	align-items: center;
	display: grid;
}

.benefits_email_marketing_box_img {
	margin: 0 0 0px;
}

.benefits_email_marketing_box p {
	color: #666666;
	font-size: 14px;
	font-weight: 300;
}

/*benefits_email_marketing_sec*/

/*email_marketing_campaigns_sec*/

.email_marketing_campaigns_sec {
	padding: 70px 0 40px;
	position: relative;
}

.email_marketing_campaigns_sec:before {
	content: "";
	background-image: url(../images/testi-vd-shape.png);
	width: 173px;
	height: 170px;
	position: absolute;
	left: -80px;
	background-repeat: no-repeat;
	top: 60px;
	margin: auto;
}

.email_marketing_campaigns_sec:after {
	content: "";
	background-image: url(../images/sec-round-img.png);
	background-repeat: no-repeat;
	width: 545px;
	height: 545px;
	position: absolute;
	top: 0;
	right: -250px;
	z-index: -1;
	bottom: 0;
	margin: auto;
}

.email_marketing_campaigns_box_img img {
	width: 95%;
	margin: auto;
	display: table;
}

.email_marketing_campaigns_box_counter  h3 {
	color: #142e57;
	font-size: 24px;
	text-align: left !important;
	justify-content: left;
	margin: 0 0 10px;
}

.email_marketing_campaigns_box_counter h3 small {
	color: #ff8a00;
	top: 1px;
	left: 2px;
}

.email_marketing_campaigns_box_counter h4 {
	color: #333333;
	font-size: 12px;
	font-weight: 400;
	text-align: left;
	line-height: 20px;
}

.email_marketing_campaigns_box_counter 
.seo_page_optimiz_box_keyword {
	margin: 0 0 80px;
}

.email_marketing_campaigns_box_counter 
.seo_page_optimiz_box_keyword h4:after {
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #eaeaea;
	bottom: -40px;
}

.email_marketing_campaigns_textbox .title {
	font-size: 31px;
}

/*email_marketing_campaigns_sec*/
.email_marketing_campaigns_result {
	background-image: url(../images/reputation-review-bg.png);
	background-repeat: no-repeat;
	padding: 0px 0 20px;
	background-size: cover;
	margin: -10px 0 70px;
	background-position: center;
	border-radius: 20px;
}

.campaigns_result_box {
	padding: 0 15px;
	position: relative;
	top: -25px;
}

.campaigns_result_box img {
	margin: 0 auto 20px;
}

.campaigns_result_box h3 {
	font-weight: 700;
}

.campaigns_result_box p {
	color: #666666;
	font-size: 14px;
	margin: 10px 0 0;
}

.case_studies_sec_Email {
	background-image: url(../images/case-study-bg-email.png);
}

.rank_higher_on_google_sec_email {

	/* content: ""; */
	background-image: url(../images/rank-higher-bg-email.jpg);
}

.cta_sec_email img {
	top: -75px;
	right: -44%;
}

/*email-marketing-Page*/

/*Content_Page*/
.content_banner {
	background-image: url(../images/content-banner-bg.jpg);
}

.content_marketing_sec {
	padding: 70px 0 0;
}

.content_marketing_img img {
	width: 100%;
}

.content_marketing_btn_box {
	margin: 30px 0 0;
}

.content_market_ser_box:hover img {
	filter: invert(1);
}

.content_market_ser_box:hover {
	background-color: #000;
}

.content_marketing_services_sec  .content_market_ser_box {
	min-height: 340px;
	align-content: center;
	margin: 0 0 30px;
}

.content_marketing_services_sec {
	padding: 50px 0 50px;
	position: relative;
}

.content_marketing_img {
	position: relative;
}

.content_marketing_img:before {
	content: "";
	background-image: url(../images/testi-vd-shape.png);
	width: 147px;
	height: 148px;
	position: absolute;
	left: 0;
	bottom: 0;
	background-repeat: no-repeat;
	z-index: -1;
	top: 40px;    /* margin: auto; */
	background-size: 90%;
}

.seo_marketing_services_box_right {
	align-content: center;
	display: grid;
	height: 100%;
	margin: -30px 0 0;
}

.case_studies_sec_content {
	background-image: url(../images/case-study-bg-content.jpg);
}

.content_except_results_btn_box {
	margin: 40px 0 0;
}

.content_except_results_sec {
	padding: 0px 0 70px;
	position: relative;
}

.content_except_results_sec:before {
	content: "";
	background-image: url(../images/sec-round-img.png);
	background-repeat: no-repeat;
	width: 545px;
	height: 545px;
	position: absolute;
	top: -450px;
	left: -280px;
	z-index: -1;
	margin: auto;
}

.content_except_results_img {
	align-items: center;
	display: grid;
	height: 100%;
}

.rank_higher_on_google_sec_content {

	/* content: ""; */
	background-image: url(../images/rank-higher-bg-content.jpg);
	position: relative;
}

.cta_sec_content img {
	bottom: -183px;
	right: -17vw;
	top: auto;
}

section.cta_sec.cta_sec_content {
	margin: 0 0 50px;
}

/*Content_Page*/
.contact_banner {
	background-image: url(../images/contact-banner-bg.jpg);
	align-content: center;
	text-align: center;
	min-height: 410px;
	background-repeat: no-repeat;
	padding: 0;
}

.get_a-quote_banner {
	background-image: url(../images/contact-us.jpg);
	align-content: center;
	text-align: center;
	min-height: 410px;
	background-repeat: no-repeat;
	padding: 0;
}

.sec_banner_contact {
	background-image: url(../images/banner-contact-sec.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	padding: 80px 0 65px;
	margin: -1px 0 0;
}

.contact_bnr_txt {
	align-content: center;
	display: grid;
	height: 80%;
}

.contact_bnr_txt a {
	display: flex;
	margin: 0px 0 15px;
	color: #fff;
	font-size: 19px;
	font-weight: 500;
	align-items: center;
	z-index: 9999999;
	position: relative;
}

.contact_bnr_txt a img {
	margin: 0px 15px 0 0px;    /* width: 30px; */
	float: left;
	width: 25px;
}

.contact_partner_boxes {
	display: flex;
	margin: 45px 0 0;
}

.contact_partner_boxes .partner_box {
	margin: 0 20px 0 0px;
}

.contact_bnr_txt a.contact_email {
	margin: 0;
	font-size: 18px;
}

.contact_page_form {
	width: 85%;
	float: right;
}

.contact_page_form .col-sm-6, .contact_page_form .col-sm-12 {
	padding: 0 8px;
}

.contact_page_form textarea.form-control {
	height: 150px;
}

.contact_page_form .form-control {
	height: 50px;
	background-color: #f7f7f7;
	border: none;
	margin: 0 0 0px;
	border-radius: 7px;
}

.button.blue_btn input#quoteSubmit {
	background-color: transparent;
	border: none;
	color: #fff;
}

.button.blue_btn input#quoteSubmit {
	background-color: transparent;
	border: none;
	color: #fff;
}

.contact_page_form .button.blue_btn {
	margin: 15px 0 0;
}

img.call_girl {
	position: absolute;
	right: -770px;
	top: -126px;
	bottom: 0px;
}

.contact_page_wraper .testi_video_sec {
	background-image: url(../images/contact-page-vid-testi.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

/*dropdown Naveigation*/
@media screen and (min-width:1200px) {
	.navigation .dropdown:hover .dropdown-menu {
		display: flex;
		width: 100%;
		top: 79px;
		border: 0px solid #0c5adb;
		border-radius: 0px;
		background-color: #0c5adb;
		padding: 0;
		justify-content: space-between;
		text-align: center;
		align-items: center;
	}

}

.navigation .dropdown, .navigation .dropleft, .navigation .dropright, .navigation .dropup {
	position: inherit;
}

.navigation .dropdown-item {
	display: table;    /* width: 20px; */
	padding: 20px 0px 20px;
	clear: both;
	font-weight: 400;
	color: #fff;
	text-align: inherit;
	white-space: nowrap;    /* background-color: transparent; */
	border: 0;
	border-right: 1px solid #fff;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0px;
	text-transform: uppercase;
	transition-duration: .5s;    /* margin: auto; */

	/* text-align: center; */
}

.navigation .dropdown-item:last-child {
	border-right: 0px solid #fff;
}

.navigation .dropdown-item:focus, .navigation .dropdown-item:hover {
	color: #fff;
	text-decoration: none;
	background-color: #121f33;
}

.navigation .dropdown-item img {
	margin: 0 auto 5px;
	display: table;
}

/*dropdown Naveigation*/

/*local_seo_Page*/

.local_seo_banner {
	background-image: url(../images/local-seo-banner-bg.jpg);
}

/*local_customers_sec*/
.local_customers_sec {
	position: relative;
}

.local_customers_sec:after {
	content: "";
	background-image: url(../images/sec-round-img.png);
	background-repeat: no-repeat;
	width: 545px;
	height: 545px;
	position: absolute;
	top: auto;
	right: -300px;
	z-index: -1;
	bottom: 70px;
	margin: auto;
}

.partner_sec_localseo {
	padding: 20px 0;
}

.local_customers_sec_icon {
	background-image: url(../images/local-customers-box-bg.png);
	background-repeat: no-repeat;
	background-position: center;
	margin-top: -40px;
	padding: 210px 0 70px;
	background-size: 100%;
}

.local_customers_sec_icon_box {
	margin: -40px 0 0;
}

.local_customers_sec_icon_box {
	background-color: #ffffff;
	padding: 70px 30px 0px;
	min-height: 300px;
	border-radius: 10px;
	position: relative;
	margin: 0 0 70px;
}

.local_customers_sec_icon_box h3 {
	font-size: 20px;
	color: #333333;
	font-weight: 700;    /* margin: -20px 0 20px; */
}

.local_customers_sec_icon_box p, .local_customers_sec_icon_box a {
	font-size: 14px;
	color: #000000;
	font-weight: 400;
}

.local_customers_sec_icon_box_img {
	position: absolute;
	top: -40px;
}

/*local_customers_sec*/

/*local_seo_solutions_sec*/

.local_seo_solutions_sec {
	padding: 70px 0 0;
	margin: -30px 0 0;
	background-image: url(../images/local-seo-solutions-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom center;
	position: relative;
	z-index: 0;
}

.local_seo_solutions_sec:after {
	content: "";
	background-image: url(../images/sec-round-img.png);
	background-repeat: no-repeat;
	width: 545px;
	height: 545px;
	position: absolute;
	top: auto;
	left: -300px;
	z-index: -1;
	bottom: 80px;
	margin: auto;
}

.local_seo_solutions_boxes {
	padding: 60px 0 50px;
}

.local_seo_solutions_boxes .seo_market_ser_box {
	margin: 0 0 30px;
	align-items: center;
	min-height: 288px;
	background-color: rgb(255 255 255 / 85%);
}

.local_seo_solutions_boxes .seo_market_ser_box:hover {
	background-color: #142e57;
}

.local_seo_solutions_boxes .seo_market_ser_box:hover img {
	filter: brightness(100);
}

.before-after-seo {
	position: relative;	/* padding-bottom: 100px */
	padding: 70px 0 80px;
}

.before-after-seo .background-chart {
	position: absolute;
	top: 48%;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: -1
}

@media(min-width:1750px) {
	.before-after-seo .background-chart {
		top: 40%
	}

}

@media(min-width:2400px) {
	.before-after-seo .background-chart {
		top: 30%
	}

}

.before-after-seo .background-chart img {
	width: 100%
}

.before-after-switch {
	max-width: 305px;
	margin: 60px auto 0;
	-webkit-box-orient: horizontal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	z-index: 2
}

.before-after-switch, .before-after-switch .after-seo, .before-after-switch .before-seo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-direction: normal;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.before-after-switch .after-seo, .before-after-switch .before-seo {
	-webkit-box-orient: vertical;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-family: Poppins, sans-serif;
	font-weight: 600;
	line-height: normal;
	font-size: .7222em;
	text-align: center;
	letter-spacing: .1538em;
	color: #25364b;
	text-transform: uppercase
}

.seo-switch .switch {
	display: inline-block;
	position: relative;
	width: 60px;
	height: 30px;
	border-radius: 20px;
	background: #accbdb;
	-webkit-transition: background .28s cubic-bezier(.4, 0, .2, 1);
	-o-transition: background .28s cubic-bezier(.4, 0, .2, 1);
	transition: background .28s cubic-bezier(.4, 0, .2, 1);
	vertical-align: middle;
	cursor: pointer
}

.seo-switch .switch:before {
	content: "";
	position: absolute;
	top: 2px;
	left: 2px;
	width: 26px;
	height: 26px;
	background: #fafafa;
	border-radius: 50%;
	-webkit-transition: left .28s cubic-bezier(.4, 0, .2, 1), background .28s cubic-bezier(.4, 0, .2, 1), -webkit-box-shadow .28s cubic-bezier(.4, 0, .2, 1);
	transition: left .28s cubic-bezier(.4, 0, .2, 1), background .28s cubic-bezier(.4, 0, .2, 1), -webkit-box-shadow .28s cubic-bezier(.4, 0, .2, 1);
	-o-transition: left .28s cubic-bezier(.4, 0, .2, 1), background .28s cubic-bezier(.4, 0, .2, 1), box-shadow .28s cubic-bezier(.4, 0, .2, 1);
	transition: left .28s cubic-bezier(.4, 0, .2, 1), background .28s cubic-bezier(.4, 0, .2, 1), box-shadow .28s cubic-bezier(.4, 0, .2, 1);
	transition: left .28s cubic-bezier(.4, 0, .2, 1), background .28s cubic-bezier(.4, 0, .2, 1), box-shadow .28s cubic-bezier(.4, 0, .2, 1), -webkit-box-shadow .28s cubic-bezier(.4, 0, .2, 1)
}

.seo-switch .switch:active:before {
	-webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, .28), 0 0 0 20px hsla(0, 0%, 50%, .1);
	box-shadow: 0 2px 8px rgba(0, 0, 0, .28), 0 0 0 20px hsla(0, 0%, 50%, .1)
}

.seo-switch input:checked+.switch {
	background: #ac99c6
}

.seo-switch input:checked+.switch:before {
	left: 32px;
	background: #fff
}

.seo-switch input:checked+.switch:active:before {
	-webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, .28), 0 0 0 20px rgba(0, 150, 136, .2);
	box-shadow: 0 2px 8px rgba(0, 0, 0, .28), 0 0 0 20px rgba(0, 150, 136, .2)
}

.after-seo-num {
	display: none
}

.before-after-cards .card.one {
	background-image: url(../images/small-chart-bg.png)
}

.before-after-cards .card.one .person1 {
	position: absolute;
	bottom: -120px;
	left: -35px
}

.before-after-cards .card .stat-title {
	color: #5c6978;
	font-size: 16px
}

.circle {
	width: 200px;
	margin: 6px auto 20px;
	display: table;
	position: relative;
	text-align: center;
	vertical-align: top;
}

.circle strong {
	position: absolute;
	top: 70px;
	left: -20px;
	width: 100%;
	text-align: center;
	line-height: 45px;
	font-size: 43px;
}

.before-after-cards {
	margin: 100px 0 0;
}

.circle strong:before {
	content: "%";
	position: absolute;
	margin: 0 0 0 70px;
}

/*local_seo_Page*/
.cdev {
	position: relative;
	height: 100px;
	width: 100px;
	margin: 0 auto;
	transform: scale(1.7);
	border-radius: 50%;
	overflow: hidden;
}

.cdev div {
	position: absolute;
	height: 100px;
	width: 100px;
	border-radius: 50%;
}

.cdev div span {
	position: absolute;    /* font-family: Arial; */
	font-size: 25px;
	line-height: 75px;
	height: 90px;
	width: 90px;
	left: 0;
	top: 0;
	text-align: center;
	border-radius: 50%;
	background-color: white;
	font-weight: 700;
	color: #58595b;
	right: 0;
	bottom: 0;
	margin: auto;
	display: grid;
	align-items: center;
	font-family: 'Oswald', sans-serif;
}

.cdev .background {
	background-color: #b3cef6;
}

.cdev .rotate {
	clip: rect(0 50px 100px 0);
	background-color: #4b86db;
}

.cdev .left {
	clip: rect(0 50px 100px 0);
	opacity: 1;  /* background-color: #b3cef6; */
}

.cdev .right {
	clip: rect(0 50px 100px 0);
	transform: rotate(180deg);
	opacity: 0;
	background-color: #4b86db;
}

.before-after-cards .row {
	justify-content: center;
	align-items: center;
	margin: auto;
	width: 80%;
}

.before-after-cards p {
	margin: 10px auto 0;
	display: table;
	font-size: 18px;
	font-weight: 700;
	color: #333333;
}

@keyframes
toggle {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}

}

.link_bulding_page_wraper .local_customers_sec_icon {
	margin-top: -30px;
	padding: 130px 0 0px;
}

.link_bulding_page_wraper .local_customers_boxes {
	padding: 20px 0 100px;
}

.link_bulding_page_wraper .local_seo_solutions_boxes {
	padding: 35px 0 50px;
}

.link_bulding_page_wraper  .seo_market_ser_box {
	min-height: 370px;
}

.link_faq_sec {
	padding: 70px 0 10px;
}

.link_faq_sec .row {
	padding: 60px 0 0;
}

.link_faq_box h3 {
	color: #142e57;
	font-weight: 700;
	font-size: 20px;
	margin: 0 0 20px;
}

.link_faq_box p {
	color: #000;
	font-weight: 400;
	font-size: 14px;
}

.local_customers_sec_icon_box_num {
	width: 80px;
	height: 80px;
	background-color: #000;
	border: 3px solid #fff;
	border-radius: 50px;
	color: #fff;
	font-size: 30px;
	text-align: center;
	align-items: center;
	display: grid;
	margin: 0px auto 0;
	top: -40px;
	position: relative;
	font-weight: 700;
	box-shadow: 0 0 15px rgb(51 51 51 / 30%);
}

.link_faq_box {
	margin: 0px 0 70px;
	background-color: #f3f3f3;
	text-align: center;
	padding: 0 30px 30px;
	min-height: 300px;
	align-items: center;
	display: grid;
	border-radius: 10px;
}

.link_faq_sec .col-sm-6:first-child .link_faq_box .local_customers_sec_icon_box_num {
	background-color: #fa1733;
}

.link_faq_sec .col-sm-6:nth-child(2) .link_faq_box .local_customers_sec_icon_box_num {
	background-color: #01c3b8;
}

.link_faq_sec .col-sm-6:nth-child(3) .link_faq_box .local_customers_sec_icon_box_num {
	background-color: #e8ba01;
}

.link_faq_sec .col-sm-6:nth-child(4) .link_faq_box .local_customers_sec_icon_box_num {
	background-color: #00c6ff;
}

.link_faq_sec .col-sm-6:nth-child(5) .link_faq_box .local_customers_sec_icon_box_num {
	background-color: #2f56e7;
}

.link_faq_sec .col-sm-6:last-child .link_faq_box .local_customers_sec_icon_box_num {
	background-color: #a948ed;
}

/**/

/*Link Bulding*/
.price_link_bulid_box_1 h3, .price_link_bulid_box_1 h4 {
	color: #fff;
}

.price_link_bulid_box_1 h5 {
	color: #222;
}

.price_link_bulid_box_1 .price_head_top {
	background-color: #3c5a8e;
}

.price_link_bulid_box_1 .yellow_btn {
	background-color: #3c5a8e;
}

.price_link_bulid_box_1 .price_head_bottom {
	background-color: #4c74b9;
}

.price_link_bulid_box_1 .price_body a.btn.btn-primary {
	background-color: rgb(247, 247, 247);
	border-color: rgb(231, 231, 231);
}

/*pack 2*/
.price_link_bulid_box_2 .price_head_bottom {
	background-color: #f5bc1f;
}

.price_link_bulid_box_2 .price_head_top {
	background-color: #dca81a;
}

.price_link_bulid_box_2 .price_head_top h4, .price_link_bulid_box_2 .price_head_bottom h3 {
	color: #fff;
}

.price_link_bulid_box_2 .price_head_bottom h5 {
	color: #222;
}

.price_link_bulid_box_2 .price_body a.btn.btn-primary {
	background-color: rgb(247, 247, 247);
	border-color: rgb(231, 231, 231);
}

.price_link_bulid_box_2 .yellow_btn {
	background-color: #dca81a;
}

/*pack 2*/

/*pack 3*/



.price_link_bulid_box_3 .price_head_bottom {
	background-color: #57e182;
}

.price_link_bulid_box_3 .price_head_top {
	background-color: #4cbe71;
}

.price_link_bulid_box_3 .price_head_top h4, .price_link_bulid_box_3 .price_head_bottom h3 {
	color: #fff;
}

.price_link_bulid_box_3 .price_head_bottom h5 {
	color: #222;
}

.price_link_bulid_box_3 .price_body a.btn.btn-primary {
	background-color: rgb(247, 247, 247);
	border-color: rgb(231, 231, 231);
}

.price_link_bulid_box_3 .yellow_btn {
	background-color: #4cbe71;
}

.price_link_bulid_box_3 .price_body a.btn.btn-primary {
	background-color: rgb(247, 247, 247);
	border-color: rgb(231, 231, 231);
}

/*pack 2*/
.price_head_top h4 {
	margin: 0;
	text-align: center;
	padding: 10px 0;	/* color: #fff; */
	font-size: 18px;
}

.price_head_bottom h3 {
	margin: 0;
	text-align: center;    /* color: #fff; */
	font-size: 59px;
	padding: 30px 0 0px;
	font-weight: 700;
}

.price_head_bottom h5 {
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	margin: 30px 0 25px;
}

.price_head_bottom img {
	margin: 0px auto 0;
	display: table;
	padding: 0px 0 0;
}

.price_link_bulid_box 

.price_head_bottom {
	padding: 40px 0 50px;
}

.price_head_bottom img {
	margin: 0px auto 0;
	display: table;
	padding: 0px 0 0;
}

.price_link_bulid_box 

.price_head_bottom {
	padding: 40px 0 50px;
}

.price_body a.btn.btn-primary {
	width: 100%;
	border-radius: 0;
	margin: 0 0 10px;
	padding: 0px 15px;
	color: rgb(66, 66, 66);
	font-size: 15px;
	font-weight: 300;
	line-height: 16px;
	border-width: 1px;
	border-style: solid none none none;	/* padding: 0 0; */
	align-content: center;
	display: grid;
	position: relative;
	height: 55px;
}

.price_body a.btn.btn-primary:focus, .price_body a.btn.btn-primary:active {
	outline: none;
	box-shadow: 0 0 0 0rem rgb(38 143 255 / 0%);
}

.price_body {
	background-color: rgb(237, 237, 237);
	padding: 0;
	border-radius: 0 !important;
}

.price_body a:last-child {
	margin: 0 !important;
}

.card-body p {
	padding: 10px 20px;
}

.price_link_bulid_boxes {
	margin: 50px 0 0;
}

.price_body a.btn.btn-primary i {
	text-align: right !important;
	float: right;
	padding: 0 10px 0 0px;
	font-weight: 300 !important;
	font-size: 14px;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	display: table;
}

.price_head_bottom a.yellow_btn {
	padding: 12px 40px;
	margin: auto;
	display: table;
	color: #fff;
	font-weight: 700;
	font-size: 17px;
	letter-spacing: 1px;
	border-radius: 6px;
}

.dslca-editable-content ul {
	padding: 0 0 0 40px;
}

.price_body .card.card-body {
	border: 1px solid #ccc;
}

.price_link_bulid_sec {
	padding: 70px 0 10px;
}

.multi-collapse.collapse.show {
	display: block !important;
}

/**/
.ecommerce_banner {
	background-image: url(../images/ecommerce-banner-bg.jpg);
}

.ecom_campaigns_sec {
	padding: 50px 0 10px;
}

.ecommerce_campaigns_plan_img img {
	width: 105%;
	margin: 20px 0 0;
}

.ecom_customers_sec {
	padding: 80px 0 70px;
}

.ecom_sec_icon {
	background-color: #fff;
	box-shadow: 0 6px 10px #ccc;
	border-radius: 10px;
}

.ecom_campaigns_sec {
	padding: 50px 0 10px;
}

.ecom_sec_icon_box h3 {
	font-size: 20px;
	color: #333333;
	font-weight: 700;
	text-align: center;
}

.ecom_sec_icon_box p {
	font-size: 14px;
	color: #000;
	text-align: center;
	margin: 0;
}

.ecom_sec_icon_box_img img {
	margin: auto;
	display: table;
}

.ecom_sec_icon_box {
	position: relative;
	top: -55px;
	margin: 0px 0 0;
	padding: 0 30px;
}

.ecom_sec_icon_box:after {
	content: "";
	background-color: #e5e5e5;
	width: 1px;
	height: 170px;
	position: absolute;
	right: -10px;
	top: 100px;
	bottom: 0;
	margin: auto;
}

.ecom_sec_icon .col-sm-4:last-child .ecom_sec_icon_box:after {
	display: none;
}

.ecom_sec_icon_box_img {

	/* margin: 20px 0 0; */
	height: 180px;
}

.ecom-scalable_camp_sec {
	padding: 0 0 40px;
}

.ecom-scalable_camp_sec .our_dedicated_boxes {
	align-items: center;
}

.ecom-scalable_camp_sec .our_dedicated_boxes img {
	margin: 0;
}

.why_choose_ecom_sec .seo_market_ser_box {
	min-height: 225px;
}

.why_choose_ecom_sec  .seo_market_ser_box_img {
	display: flex;
	align-items: center;
}

.why_choose_ecom_sec .seo_market_ser_box_img h3 {
	margin: 0 0 0 10px;
}

.why_choose_ecom_sec .seo_market_ser_box:hover img {
	filter: none;
}

.ecom_seamless_team_sec .seo_marketing_plan_img img {
	width: 108%;
}

.ecom_seamless_team_sec .our_dedicated_box {
	margin: 50px 0 0;
}

img.ecom_seamless_team_bg {
	position: absolute;
	margin: auto !important;    /* left: 0; */
	right: 0;
	top: 0;
	bottom: 0;
}

.ecom_seamless_team_sec .our_dedicated_boxes {
	position: relative;
}

/*ecomerce_seo_results_sec*/
.ecomerce_seo_results_sec {
	padding: 0 0 60px;
	position: relative;
}

.ecomerce_seo_results_sec:before {
	content: "";
	background-image: url(../images/ecom-seo-results-img-before.png);
	position: absolute;
	width: 181px;
	height: 489px;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.ecomerce_seo_results_box_right {
	position: relative;
}

.ecom_seo_results_round_img {
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
	left: 0;
	margin: auto;
	width: auto;
}

.ecomerce_seo_results_box_right   img {
	width: 100%;
}

.ecomerce_seo_results_box {
	background-color: #f2f2f2;
	text-align: center;
	padding: 15px 10px;
	border-radius: 20px;
	margin: 0 0 30px;
}

.ecomerce_seo_results_box h3 {
	color: #666666;
	font-size: 16px;
	font-weight: 400;
}

.ecomerce_seo_results_box h3:last-child {
	color: #333333;
	font-size: 14px;
	font-weight: 600;
}

.ecomerce_seo_results_box p {
	color: #142e57;
	font-size: 34px;
	font-weight: 700;
	margin: -5px 0 5px;
}

.ecomerce_seo_results_box_icon img {
	margin: 0 auto 20px;
}

.ecomerce_seo_results_boxes .row.no_mrg  .col-sm-6:first-child .ecomerce_seo_results_box {
	margin-top: -30px;
}

.ecomerce_seo_results_boxes .row.no_mrg .col-sm-6:nth-child(3) .ecomerce_seo_results_box {
	margin-top: -30px;
}

.ecomerce_seo_results_boxes {
	margin: 60px 0 0;
}

.ecomerce_seo_results_boxes .col-sm-6 {
	padding: 0 10px;
}

/*ecomerce_seo_results_sec*/

/*Seo Process page*/
.process_seo_banner {
	background-image: url(../images/process-seo-banner.jpg);
}

.rank_higher_on_google_sec_process {
	margin: 0 0 65px;
}

/* process_page_sec */
.process_page_sec {
	padding: 70px 0 70px;
}

.process_page_boxes {
	justify-content: space-between;
	background-image: url(../images/process-seo-bg.png);
	background-position: top center;
	margin-top: 50px;
	background-repeat: no-repeat;
}

.process_page_box {
	position: relative;    /* top: 47px; */
	padding: 0 80px 0;
	height: 230px;
	align-content: center;
	display: grid;
	margin: 40px 0 0;
}

.process_page_box h3 {
	color: #333333;
	font-size: 20px;
	margin: 0 0 10px;
	font-weight: 600;
	width: 80%;
}

.process_page_box p {
	color: #666666;
	font-size: 12px;
	margin: 0
}

.process_page_box3 {

	/* top: 150px; */
	margin: 115px 0 0;
}

.process_page_box4 {

	/* top: 160px; */
	margin: 115px 0 0;
}

.process_page_box5 {
	margin: 110px 0 0;
}

.process_page_box6 {
	margin: 110px 0 0;
}

.process_page_box7 {
	text-align: center;
	padding: 0 80px 0;
	margin: 80px 0 65px;
}

.process_page_box7 h3 {
	width: 100%;
}

.process_page_box8 h4 {
	font-size: 32px;
	text-align: center;
	color: #333333;
	font-weight: 600;
	margin: 15px 0 0;
}

.process_page_box8 img {
	margin: 80px auto 30px;
	display: table;
}

.process_page_box h4 {
	position: absolute;
	bottom: 50px;
	top: 0;
	margin: auto;
	display: table;
	background-color: #000;
	width: 120px;
	height: 120px;
	align-items: center;
	display: grid;
	text-align: center;
	border-radius: 50%;
	font-size: 70px;
	color: #fff;
	font-weight: 600;
}

.process_page_box1 h4 {
	left: -70px;
	background-color: #f85328;
}

.process_page_box2 h4 {
	right: -70px;
	background-color: #f85328;
}

.process_page_box3 h4 {
	left: -70px;
	background-color: #e32d37;
}

.process_page_box4 h4 {
	right: -70px;
	background-color: #e32d37;
}

.process_page_box5 h4 {
	left: -70px;
	background-color: #74398b;
}

.process_page_box6 h4 {
	right: -70px;
	background-color: #74398b;
}

.process_page_box7 h4 {
	right: 0;
	left: 0;
	bottom: -90px;
	top: auto;
	background-color: #74398b;
}

/* process_page_sec */

/*Seo Process page*/

/*pricing page*/
.pricing_seo_banner {
	background-image: url(../images/pricing-seo-banner.jpg);
}

/*pricing page*/

/*case_study_seo*/

.case_study_seo_banner {
	background-image: url(../images/case-study-seo-banner.jpg);
}

.case_studies_sec_seo_page {
	background-image: none;
	height: auto;
	margin: 0;
	padding: 70px 0 50px;
}

.case_studies_sec_seo_page .case_studies_box {
	margin: 0 0 30px;
}

/*case_study_seo*/

/*facebook_page*/

.facebook_banner {
	background-image: url(../images/facebook-smm-banner.jpg);
}

.facebook_management_sec {
	position: relative;
	padding: 80px 0 0;
}

.facebook_management_sec .smm_marketing_plan_img img {
	margin: -10px 0 0 40px;
}

.facebook_management_sec .facebook_management_boxes {
	position: relative;
}

.facebook_management_sec  img.sec_dedicated_round_img {
	z-index: -1;
	right: 50px;
	top: 20px;
}

.facebook_management_sec .local_customers_sec_icon {
	background-image: none;
	margin-top: 0;
	padding: 90px 0 0px;
}

.facebook_management_sec .local_customers_sec_icon_box {
	background-color: #f1f1f1;
	margin: 0 0 0;
	min-height: 230px;
}

.facebook_marketing_services_sec .seo_marketing_services_box_right {
	background-color: #fff;
	box-shadow: 0 1px 10px rgb(0 0 0 / 25%);
	padding: 0 30px;
	height: 92%;
	margin: 0;
	border-radius: 8px;
	transition-duration: .5s;
}

.facebook_marketing_services_sec .seo_marketing_services_box_right:hover {
	background-color: #142e57;
}

.facebook_marketing_services_sec .seo_marketing_services_box_right:hover h2, .facebook_marketing_services_sec .seo_marketing_services_box_right:hover p {
	color: #fff;
}

.facebook_marketing_services_sec .seo_market_ser_box {
	min-height: 350px;
}

.hover_effect {
	width: 95% !important;
	margin: 0 auto !important;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
}

.hover_effect img {
	width: 100%
}

.hover_effect a:hover .border_line_animate:before, .hover_effect a.hover .border_line_animate:before, .hover_effect a:hover .border_line_animate:after, .hover_effect a.hover .border_line_animate:after {
	-webkit-transition-delay: .15s;
	transition-delay: .15s;
	z-index: 9999
}

.hover_effect a:hover .border_line_animate:before, .hover_effect a.hover .border_line_animate:before, .hover_effect a:hover .border_line_animate:after, .hover_effect a.hover .border_line_animate:after, .hover_effect a:hover .border_line_animate div:before, .hover_effect a.hover .border_line_animate div:before, .hover_effect a:hover .border_line_animate div:after, .hover_effect a.hover .border_line_animate div:after {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0)
}

.hover_effect a .border_line_animate {
	position: absolute;
	top: 0;
	left: 0;
	padding: 5px 10px 10px;
	width: 100%;
	height: 100%
}

.hover_effect a .border_line_animate:before {
	top: 15px;
	left: 0;
	-webkit-transform: translateX(100%);
	transform: translateX(100%)
}

.hover_effect a .border_line_animate:before, .hover_effect a .border_line_animate:after {
	height: 2px;
	width: 100%;
	position: absolute;
	content: '';
	background-color: #fff
}

.hover_effect a .border_line_animate:after {
	bottom: 15px;
	right: 0;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%)
}

.hover_effect a .border_line_animate div:before {
	top: 0;
	right: 5px;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	bottom: 0;
	margin: auto
}

.hover_effect a .border_line_animate div:after {
	bottom: 0;
	left: 5px;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	top: 0;
	margin: auto
}

.hover_effect a .border_line_animate div:before, .hover_effect a .border_line_animate div:after {
	width: 2px;
	height: 540px;
	position: absolute;
	content: '';
	background-color: #fff
}

.hover_effect a:hover .border_line_animate div {
	opacity: 1
}

.hover_effect a .border_line_animate div {
	background-image: url(../images/zoom.png);
	background-position: center;
	background-repeat: no-repeat;
	height: 55px;
	position: relative;
	top: 40%;
	bottom: 0;
	margin: auto;
	opacity: 0;
	z-index: 999;
	align-items: center;
	left: 0;
	right: 0;
	transition-duration: .5s;
	width: 100%
}

.hover_effect a *, .hover_effect a *:before, .hover_effect a *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .55s ease;
	transition: all .55s ease
}

.hover_effect a:hover:before, .hover_effect a:hover:after {
	opacity: 1
}

.hover_effect a:before {
	background-color: rgba(0, 0, 0, 0.69);
	content: "";
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	transition: all .5s ease-in 0s;
	width: 100%;
	z-index: 2
}

.hover_effect a {
	overflow: hidden
}

.hover_effect a img {
	max-width: 100%;
	position: relative;
	transform: scale(1) rotate(0deg);
	transition: all .5s ease-in-out 0s;
	width: 100%;
	z-index: 0
}

.hover_effect a:hover img {
	transform: scale(1.4) rotate(7deg)
}

.fb_managment_samples_sec {
	padding: 60px 0 70px;
}

.fb_managment_samples_slider_boxes {
	padding: 0px 0 0px;
}

.why_seo_important_box {
	padding: 0 0 50px;
}

/*facebook_page*/

/*instagram_page*/

.instagram_banner {
	background-image: url(../images/instagram-smm-banner.jpg);
}

p.para.blk a {
	color: #000;
}

.instagram_management_sec .smm_marketing_plan_img img {
	margin: 40px 0 0 -40px;
}

.instagram_management_sec img.sec_dedicated_round_img {
	right: auto;
	left: 20px;
	top: 90px;
}

.instagram_management_sec .local_customers_sec_icon_box {
	min-height: 290px;
}

.case_studies_box_img {
	overflow: hidden;
	transition-duration: .5s;
}

.case_studies_box:hover img {
	transform: scale(1.1);
}

/*instagram_page*/

/*linkedin_page*/

.linkedin_banner {
	background-image: url(../images/linkedin-smm-banner.jpg);
}

.instagram_management_sec .smm_marketing_plan_img img {
	margin: 20px 0 0px -20px;
}

.linkdin_management_sec {
	padding: 50px 0 0;
}

.linkdin_management_sec .local_customers_sec_icon {
	padding: 95px 0 15px;
}

/*linkedin_page*/

/*pinterest_page*/

.pinterest_banner {
	background-image: url(../images/pinterest-smm-banner.jpg);
}

.pinterest_management_sec .smm_marketing_plan_img img {
	margin: 20px 0 0 -11px;
	width: 105%;
}

.pinterest_management_sec img.sec_dedicated_round_img {
	width: 490px;
	left: -30px;
	top: 54px;
}

.local_customers_sec_icon_pinterest {
	background-image: none;
	margin-top: 0;
	padding: 90px 0 15px;
}

.local_customers_sec_icon_pinterest .local_customers_sec_icon_box {
	background-color: #f1f1f1;
	margin: 0 0 0;
	min-height: 270px;
}

.local_customers_sec_icon_pinterest .local_customers_sec_icon_box p {
	margin: 0;
}

.rank_higher_on_google_sec_pinterest {
	background-image: url(../images/rank-higher-bg-pinterest.jpg);
}

/*pinterest_page*/

/*Twitter Page*/

.twitter_banner {
	background-image: url(../images/twitter-smm-banner.jpg);
}

.twitter_management_sec .smm_marketing_plan_img img {
	margin: -40px 0 -50px 40px;
	width: 100%;
}

.rank_higher_on_google_sec_twitter {
	background-image: url(../images/rank-higher-bg-twitter.jpg);
}

/*Twitter Page*/

/*Youtube Page*/

.youtube_banner {
	background-image: url(../images/youtube-smm-banner.jpg);
}

.youtube_marketing_services_sec .seo_market_ser_box {
	min-height: 370px;
}

.youtube_management_sec .smm_marketing_plan_img img {
	margin: 20px 0 0px 0;
}

.youtube_management_sec  img.sec_dedicated_round_img {
	top: 30px;
	left: 0;
}

.rank_higher_on_google_sec_youtube {
	background-image: url(../images/rank-higher-bg-youtube.jpg);
}

/*Youtube Page*/

/*article_writing*/

.article_writing_banner {
	background-image: url(../images/article-writing-banner.jpg);
}

.service_inner_banner {
	height: 400px;
	align-items: center;
	display: grid;
	text-align: center;
	background-repeat: no-repeat;    /* background-size: cover; */
	background-position: center;
}

.service_inner_banner_btn {
	margin: 25px 0 0;
}

.real_content_sec {
	padding: 70px 0 0;
}

.real_content_boxes {
	align-items: center;
}

.real_content_boxes2 {
	padding: 70px 0 0;
	align-items: center;
}

.real_content_boxes2 .real_content_box {
	padding: 0 20px 0 0;
}

.writing_seo_optimized_articles_sec {
	padding: 70px 0 70px;
}

.writing_seo_optimized_articles_boxes {
	padding: 50px 0 0;
}

ol.article-ul-st li {
	margin: 0 0 10px;
}

.article_writing_pricing_sec {
	background-color: #f3f3f3;
}

.brand_awareness_sec {
	padding: 70px 0 70px;
}

.article_writing_page_wraper .audit_services_sec {
	display: none;
}

.brand_awareness_btn {
	margin: 20px auto 0;
	display: table;
}

/*article_writing*/

/*blogs_writing*/

.blogs_writing_banner {
	background-image: url(../images/blogs-writing-banner.jpg);
}

.our_advisers_boxes {
	padding: 50px 0 0;
}

.real_content_boxes_blog2 {
	align-items: unset;
}

.blog_expert_writers_sec {
	padding: 70px 0 50px;
}

/*blogs_writing*/

/*.ebook_writing*/

.ebook_writing_banner {
	background-image: url(../images/ebook-writing-banner.jpg);
}

.ebook_writers_sec {
	padding: 70px 0 60px;
}

.cntnt-exprt-st ol {
	padding: 10px 0 0 15px;
	display: inherit;    /* column-count: 4; */
	display: flex;
	align-items: center;    /* justify-content: center; */
	flex-wrap: wrap;
	margin: 0;
}

.cntnt-exprt-st ol li {

	/* display: inline-block; */
	margin: 0 0 10px 0;    /* float: left; */
	width: 25%;
	line-height: 20px;
	height: 50px;
	list-style: decimal-leading-zero;
}

.cntnt-exprt-st {
	margin: 30px 0 0;
}

.ebook_writing_page_wraper .real_content_box_img img {
	width: 100%;
}

.ebook_writing_page_wraper .real_content_boxes_blog {
	padding: 40px 0 0;
}

/*Services Portfolio*/
section.sec_portfolio.services-portfolio {
	padding: 0 0 70px;
}

.services-port {
	margin: 50px 0 0;
	position: relative;
}

section.services-portfolio .slick-dots li.slick-active button {
	background: #142e57;
	color: #142e57;
}

section.services-portfolio .slick-dots li button {
	background: #ccc;
	border-radius: 50px;
	color: #ccc;
	width: 10px;
	height: 10px;
}

.services-portfolio .slick-dots {
	bottom: -50px;
}

.services-portfolio .slick-dots li button:before {
	font-size: 0px;
}

.services-portfolio .slick-dots li {
	width: auto;
}

div#slick-slide10 {
}

.services-portfolio .slick-slide {
	transform: scale(1.0);
	z-index: 9;
	position: relative;
	transition-duration: 1s;
	transition-delay: 0s;
}

.services-portfolio .slick-slide.slick-current {
	transform: scale(1.1);
	z-index: 9;
	position: relative;
	transition-duration: 1s;
	transition-delay: 0s;
}

.services-portfolio .slick-slide {

	/* padding: 0 25px; */
}

.services-portfolio .slick-list.draggable {

	/* height: 580px; */
	z-index: 9;
	padding: 70px 0px 30px !important;
}

.box18 {
	overflow: hidden;
}

.box18 {
	text-align: center;
	position: relative;
	z-index: 99999;
	width: 85%;
	margin: auto;
}

.box18:after, .box18:before {
	content: "";
	width: 2px;
	height: 2px;
	border-radius: 50%;
	background: rgba(0, 0, 0, .35);
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0)
}

.box18:hover:after, .box18:hover:before {
	-webkit-transform: scale(400);
	-moz-transform: scale(400);
	-ms-transform: scale(400);
	-o-transform: scale(400);
	transform: scale(400)
}

.box18:before {
	-o-transition: all .5s linear .3s;
	-moz-transition: all .5s linear .3s;
	-ms-transition: all .5s linear .3s;
	-webkit-transition: all .5s linear .3s;
	transition: all .5s linear .3s
}

.box18:hover:before {
	-moz-transition-delay: 0s;
	-webkit-transition-delay: 0s;
	-o-transition-delay: 0s;
	-ms-transition-delay: 0s;
	transition-delay: 0s
}

.box18:after {
	-o-transition: all .5s linear .6s;
	-moz-transition: all .5s linear .6s;
	-ms-transition: all .5s linear .6s;
	-webkit-transition: all .5s linear .6s;
	transition: all .5s linear .6s
}

.box18:hover:after {
	-moz-transition-delay: .2s;
	-webkit-transition-delay: .2s;
	-o-transition-delay: .2s;
	-ms-transition-delay: .2s;
	transition-delay: .2s
}

.box18 .box-content {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0;
	background: 0 0;
	color: #fff;
	padding-top: 0;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-ms-transition: all .3s linear 0s;
	-o-transition: all .3s linear 0s;
	-webkit-transition: all .3s linear 0s;
	-moz-transition: all .3s linear 0s;
	transition: all .3s linear 0s;
	z-index: 1;
	display: flex;
	justify-content: center;
	align-items: center;
}

.box18:hover .box-content {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-moz-transition-delay: .4s;
	-webkit-transition-delay: .4s;
	-o-transition-delay: .4s;
	-ms-transition-delay: .4s;
	transition-delay: .4s
}

.box18 .title {
	font-size: 21px;
	font-weight: 700;
	text-transform: uppercase;
	border-bottom: 1px solid #fff;
	padding-bottom: 20px;
	margin-top: 20px
}

.box18 .description {
	font-size: 14px;
	font-style: italic;
	padding: 0 10px;
	margin: 15px 0
}

.box18 .read-more {
	display: block;
	width: 120px;
	background: #178993;
	border-radius: 5px;
	font-size: 14px;
	color: #fff;
	text-transform: capitalize;
	padding: 10px 0;
	margin: 0 auto
}

@media only screen and (max-width:990px) {
	.box18 {
		margin-bottom: 30px
	}

}

@media only screen and (max-width:479px) {
	.box18 .box-content {
		padding-top: 0
	}

}

@media only screen and (max-width:359px) {
	.box18 .title {
		padding-bottom: 10px
	}

}

.box18:hover .box-content i {
	font-size: 40px;
	color: #fff;
}

.services-port:before {
	content: "";
	background-image: url(../images/tablet-bg.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	width: 20%;
	height: 95%;
	left: 0;
	right: 0;
	margin: auto;
	top: 15px;
	z-index: 999;
}

/**/
.ebook_portfolio_sec .slick-slide {
	position: relative;
}

.ebook_portfolio_sec {
	position: relative;
}

.ebook_portfolio_slider_bg {
	background-image: url(../images/tablet-bg.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center 25px;
	width: 21vw !important;
	height: 101%;
	margin: 0px 0 0;
	padding: 0px 0px 0px 0px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 0;
	z-index: 99;
}

.ebook_portfolio_slider img {
	width: 100%;
	margin: 0px auto 0;
	filter: gray;    /* IE6-9 */

	/* -webkit-filter: grayscale(100%); */

	/* Chrome 19+ & Safari 6+ */
}

.ebook_portfolio_slider .slick-slide.slick-current img {
	filter: none;
	-webkit-filter: grayscale(0%);
}

.ebook_portfolio_sec .slick-dots {
	position: absolute;
	bottom: -40px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}

.ebook_portfolio_sec .slick-dots li {
	position: relative;
	display: inline-block;
	width: 15px;
	height: 15px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}

.ebook_portfolio_sec .slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 10px;
	height: 10px;
	padding: 5px;
	cursor: pointer;
	color: #e5e5e5;
	border: 0;
	outline: none;
	background: #e5e5e5;
	border-radius: 50px;
}

.ebook_portfolio_sec .slick-dots li.slick-active button {
	color: #008efd;
	background: #008efd;
}

.ebook_portfolio_sec .slick-dots li button:before {
	font-family: 'slick';
	font-size: 6px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: '';
	text-align: center;
	opacity: .25;
	color: #e5e5e5;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/*Services Portfolio*/
.rank_higher_on_google_sec_ebook {
	background-image: url(../images/rank-higher-bg-ebook.jpg);
}

.ebook_testimonials {
	padding: 0px 0 0px;
}

.cta_sec_ebook img {
	top: -70px;
	right: 0;
}

/*.ebook_writing*/

/*logo_design_page*/

.logo_design_banner {
	background-image: url(../images/logo-design-banner.jpg);
	padding: 0 0 50px;
}

.hero_banner_box_content ol {
	text-align: left;
	display: flex;
	margin: 10px auto 20px;
	justify-content: center;
	padding: 0;
}

.hero_banner_box_content ol li {
	color: #fff;
	margin: 0 20px 0;
	list-style: decimal-leading-zero;
}

.real_content_boxes_logo_design {
	padding: 30px 0 0;
}

.real_content_boxes_logo_design .cntnt-exprt-st ol {
	text-align: center;
}

.real_content_boxes_logo_design .cntnt-exprt-st ol li {
	text-align: left;
	padding: 10px 0 0;
	width: auto;
}

.real_content_box_logo_design {
	border: 0px solid #ccc;
	padding: 30px 20px 0;
	background-color: #fff;
	box-shadow: 0px 0px 10px rgb(0 0 0 / 12%);
	height: 160px;
	border-radius: 7px;
	margin: 50px 0 0;
	position: relative;
}

.real_content_box_logo_design h3 {
	width: 50px;
	height: 50px;
	position: absolute;
	top: -30px;
	left: 0;
	right: 0;
	margin: auto;
	background-color: #fff;
	box-shadow: 0px -2px 5px rgb(0 0 0 / 9%);
	font-size: 20px;
	text-align: center;
	align-items: center;
	display: grid;
	border-radius: 50px;
	padding-bottom: 0px;
}

.portfolioboxes {
	padding: 70px 0 30px;
}

.portfolioboxes .portwrappp {
	text-align: center
}

.portfolioboxes .portwrappp .mportt {
	display: table;
	width: 100%;
	margin: 50px 0 0;
}

.portfolioboxes .portwrappp .mportt div a {
	position: relative;
	overflow: hidden;
	display: inline-block
}

.portfolioboxes .portwrappp .mportt div a:hover:before {
	border-width: 5px;
	transition: all .2s ease-in-out
}

.portfolioboxes .portwrappp .mportt div a:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	border: 0 solid #fff;
	transition: all .2s ease-in-out
}

.portfolioboxes .portwrappp .mportt div a figure {
	margin-bottom: 0
}

.portfolioboxes .portwrappp .mportt div a figure img {
	width: 100%
}

.to-win-box {
	margin: 0 0 30px;
}

.rank_higher_on_google_sec_logo_design {
	background-image: url(../images/rank-higher-logo-design.jpg);
}

.cta_sec_logo_design img {
	top: 40px;
	right: -50px;
}

/*logo_design_page*/

/*.press_release Page*/

.press_release_banner {
	background-image: url(../images/press-release-banner.jpg);    /* padding: 0 0 50px; */
}

.press_release1_sec {
	padding: 40px 0 40px;
}

.press_release1_sec h2 {
	margin: 35px 0 15px;
}

.press_release2_boxes {
	align-items: center;
}

.press_release2_box_img img {
	width: 100%;
}

.press_release3_sec .press_release2_boxes {
	flex-direction: row-reverse;
}

.press_release2_boxes .col-sm-6:last-child {
	padding: 0;
}

.press_release2_boxes ul {
	padding: 5px 10px 15px 20px;
}

.press_release2_boxes ul li {
	list-style: outside;
	color: #666;
	margin: 0 0 5px;
	font-size: 14px;
}

.press_release4_sec {
	padding: 0 0 70px;
}

.press_release4_sec .press_release3_box {
	padding: 50px 0 0;
}

/*.press_release Page*/

/*resume_writing Page*/

.resume_writing_banner {
	background-image: url(../images/resume-writing-banner.jpg);
}

.hero_banner_box_content p.para_title b {
	margin: 15px 0px;
	display: table;
}

.resume_writing_page_wraper .banner.resume_writing_banner {
	padding: 0 0 40px;
}

.resume_writing_page_wraper .hero_banner_box_content ol, .website_design_page_wraper .hero_banner_box_content ol {
	text-align: left;
	display: table;
	margin: 10px 20px;
	justify-content: center;
	padding: 0;
	column-gap: 70px;
	justify-content: center;
	flex-wrap: wrap;
}

.resume_writing_page_wraper .hero_banner_box_content ol li, .website_design_page_wraper .hero_banner_box_content ol li {
	color: #fff;
	margin: 0 0 10px;
}

.real_content_boxes_logo_design .cntnt-exprt-st ol {
	text-align: center;
	justify-content: center;
	column-gap: 70px;
}

.rank_higher_on_google_sec_resume_writing {
	background-image: url(../images/rank-higher-resume-writing.jpg);
}

.case_studies_resume_writing_sec {
	background-image: url(../images/case-study-resume-writing.jpg);
}

.cta_sec_resume img {
	top: 0;
	right: -50px;
}

/*resume_writing Page*/

/*website_content_banner*/

.website_content_banner {
	background-image: url(../images/website-content-banner.jpg);
}

.website_content_page_wraper .press_release2_boxes ul li {
	font-size: 16px;
}

.website_content_page_wraper .press_release4_sec .press_release3_box {
	padding: 0px 0 0;
}

.web_writing_why_sec {
	padding: 0 0 70px;
}

/*website_content_banner*/

/*website_design Page*/
.website_design_banner {
	background-image: url(../images/website-design-banner.jpg);
	padding: 0 0 50px;
}

.attract_customers_sec .real_content_boxes_blog {
	padding: 20px 0 0;
}

.real_content_boxes_web_design {
	padding: 30px 0 30px;
}

.real_content_boxes_web_design h3.sub_title.gray.cn {
	margin: 0;
}

.services_portfolio_web .slick-list.draggable {

	/* height: 330px; */
	z-index: 9;
	padding: 70px 0px 60px !important;
}

.services_portfolio_web_boxes {
	position: relative;
}

.services_portfolio_web_boxes_bg {
	background-image: url(../images/laptop-bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: -6px 16px;
	width: 20% !important;
	height: 120%;
	margin: 0px 0 0;
	padding: 0px 0px 0px 0px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 0;
	z-index: 1;
}

.webdesign_portfolio_sec {
	position: relative;
	padding: 0 0 70px;
}

.webdesign_portfolio_slider_bg {
	background-image: url(../images/laptop-bg.png);
	background-size: 94%;
	background-repeat: no-repeat;
	background-position: center 62px;
	width: 26vw !important;
	height: 100%;
	margin: 0px 0 0;
	padding: 0px 0px 0px 0px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 0;
	z-index: 99;
}

.webdesign_portfolio_slider img {
	width: 100%;
	margin: 0 auto 0;
}

.webdesign_portfolio_slider .slick-slide.slick-current img {
	filter: none;
	-webkit-filter: grayscale(0%);
}

.webdesign_portfolio_sec .slick-dots {
	position: absolute;
	bottom: -50px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
	z-index: 9999999;
}

.webdesign_portfolio_sec .slick-dots li {
	position: relative;
	display: inline-block;
	width: 15px;
	height: 15px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}

.webdesign_portfolio_sec .slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 10px;
	height: 10px;
	padding: 5px;
	cursor: pointer;
	color: #e5e5e5;
	border: 0;
	outline: none;
	background: #e5e5e5;
	border-radius: 50px;
}

.webdesign_portfolio_sec .slick-dots li.slick-active button {
	color: #0c5adb;
	background: #0c5adb;
}

.webdesign_portfolio_sec .slick-dots li button:before {
	font-family: 'slick';
	font-size: 6px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: '';
	text-align: center;
	opacity: .25;
	color: #e5e5e5;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.webdesign_portfolio_sec .box18 {
	text-align: center;
	position: relative;
	z-index: 99999;
	width: 90%;
	margin: auto;
}

.rank_higher_on_google_sec_web_design {
	background-image: url(../images/rank-higher-bg-webdesign.jpg);
}

.cta_sec_webdesign img {
	right: -50px;
	top: 0;
}

/*website_design Page*/

/*Wikipedia Page*/

.wikipedia_banner {
	background-image: url(../images/wikipedia-banner.jpg);
	padding: 0 0 0;
}

.real_content_boxes_wikipedia {
	align-items: inherit;
	padding: 20px 0 0;
}

.real_content_boxes_wikipedia  .para {
	font-size: 15px;
	margin: -5px 0 0;
}

.wikipedia_services_boxes ol li {
	font-size: 16px;
	color: #666;
	list-style: decimal;
	text-align: left;
	font-weight: 500;
	margin: 0 0 5px;
}

.wikipedia_services_boxes ol {
	padding: 10px 0 0 30px;
}

.wikipedia_services_boxes2 {
	padding: 30px 0 0;
	text-align: center;
}

.wikipedia_services_sec {
	padding: 0px 0 70px;
}

.rank_higher_on_google_sec_wikipedia {
	background-image: url(../images/rank-higher-bg-wikipedia.jpg);
}

.cta_sec_wikipedia img {
	right: -390px;
	top: -50px;
}

.case_seo_mainpage {
	padding-top: 0;
}

/*Wikipedia Page*/

/*-----Arsalan CSS------*/

/*-----Enterprise SEO--------*/

.enterprise_seo_banner {
	background-image: url(../images/enterprise-banner.png);
}

section.enterprise_seo_about {
	padding: 60px 41px;
}

section.enterprise_seo_about p {
	font-size: 14px;
	line-height: 20px;
}

.row.enterprise_services_about {
	padding: 50px 0;
}

.para-2 {
	padding-top: 30px;
}

.services_about_head {
	padding-bottom: 32px;
}

.row.enterprise_services_about1 .col-sm-12 {
	margin-bottom: 60px;
}

.row.enterprise_orm {
	margin-top: 60px;
}

.new-para {
	font-size: 16px !important;
	color: #000;
	margin-top: 25px;
}

.enterprise_boxes {
	background-color: #f1f1f1;
	padding: 30px;
	margin: 0 0 20px;
	height: 280px;
	border-radius: 10px;
}

.enterprise_boxes h2 span {
	font-size: 16px;
}

.enterprise_boxes-btn button {
	padding: 8px 75px;
	border-radius: 6px;
	color: #fff;
	background-color: #0c5adb;
	border: transparent;
}

.enterprise_boxes-btn {
	margin-top: 30px;
}

.enterprise_seo_banner .hero_banner_box_content h4 {
	color: #fff;
	font-weight: 700;
}

/*----Nation SEO----------------------------*/
.nation_seo_banner {
	background-image: url(../images/nation-seo-banner.jpg);
}

.nation_seo_banner .hero_banner_box_content h4 {
	color: #fff;
	font-weight: 700;
	text-align: left;
}

.nation_portfolio_list ul {
	column-count: 2;
}

.nation_services_btn.cn button {
	padding: 8px 75px;
	border-radius: 6px;
	color: #fff;
	background-color: #0c5adb;
	border: transparent;
}

section.local_customers_sec {
	padding: 70px 0 20px;
}

section.nation_seo_portfolio {
	padding: 60px 0 70px;
	background-color: #f1f1f1;
}

section.nation_seo_portfolio .col-sm-6 {
	margin: 50px 0 0 0;
}

.nation_portfolio_list ul li {
	font-weight: 600;
	padding: 10px 0 0;
}

.nation_portfolio_list {
	padding: 40px 0 0 10px;
}

section.nation_seo_dashboard {
	padding: 60px 0;
}

section.nation_seo_dashboard .col-sm-12 h3 {
	padding-bottom: 20px;
}

.nation_seo_dashboard_services {
	display: flex;
}

.nation_seo_dashboard_services h3 {
	padding-right: 10px;
	font-size: 24px;
}

h2.title.dark_blue.cn {

	/* padding: 40px 0 40px 0; */
}

.nation_services {
	padding: 10px 0 30px 0;
}

/*----Outsource SEO----------------------------*/
.outsource_seo_services_banner {
	background-image: url(../images/outsource-seo-banner.jpg);
}

.outsource_seo_services_banner .hero_banner_box_content h4 {
	color: #fff;
	font-weight: 700;
	text-align: left;
}

section.outsource_seo_dashboard {
	padding: 20px 0 20px;
}

.outsource_portfolio_list {
	padding: 20px 0 0 10px;
}

.outsource_seo_strategy ul {
	column-count: 2;
	padding: 30px 0 30px 0;
}

.outsource_seo_strategy ul li {
	color: #000;
	font-weight: 500;
	padding-bottom: 10px;
}

.outsource_seo_portfolio h2.title.dark_blue.cn {
	padding-bottom: 0;
}

.outsource_seo_portfolio {
	padding: 20px 0 60px 0;
}

.outsource_expand {
	padding: 80px 0;
}

.outsource_promote p {
	font-weight: 500;
	padding: 0 0 40px;
}

.outsource_btn {
	padding-bottom: 40px;
}

.nation_seo_service {
	padding: 50px 0 0;
}

.nation_customer_box {
	margin: 0 0 20px;
}

.nation_seo_ul ol {
	text-align: left;
	display: flex;
	margin: 30px auto 0px;
	justify-content: center;
	padding: 0;
	column-gap: 100px;
	justify-content: center;
	flex-wrap: wrap;
}

.nation_seo_ul ol li {
	margin: 0 0 10px;
	list-style: decimal-leading-zero;
	color: #666;
}

/*----Outsource SEO----------------------------*/

/*----website SEO----------------------------*/

ol.ft_pages_ol {
	padding: 20px 0 20px 20px;
}

ol.ft_pages_ol li {
	list-style: outside;
	color: #666;
}

.seo_strategies_web .nation_services {
	padding: 10px 0 40px;
}

.seo_strategies_web {
	padding: 50px 0 0;    /* background-color: #ebebeb; */
}

/*----website SEO----------------------------*/

/*----white_label_seo----------------------------*/
.white_label_seo_page_wraper .local_customers_box.nation_customer_box ul {
	text-align: left;
	display: flex;
	margin: 10px auto 20px;
	justify-content: center;
	padding: 0;
	column-gap: 50px;
	justify-content: center;
	flex-wrap: wrap;
}

.white_label_seo_page_wraper .local_customers_box.nation_customer_box ul li {
	margin: 0 0 15px;
	font-size: 16px;
	color: #666;
	font-weight: 500;
}

/*----white_label_seo----------------------------*/
.seo_portfolio_comprised_list ul.para.gray {
	padding: 10px 0 10px 30px;
}

.seo_portfolio_comprised_list ul.para.gray li {
	list-style: disc;
}

.seo_portfolio_comprised_portfolio {
	padding: 0px 0 60px;    /* background-color: #f1f1f1; */
}

.seo_portfolio_comprised_portfolio_boxes, .seo_portfolio_comprised_portfolio_boxes2 {
	padding: 0 0 60px;
	align-items: center;
}

.entry_content_ft_pages .para {
	margin: 0 0 30px;
}

.entry_content_ft_pages {
	padding: 60px 0 60px;
}

ul.article-ul-st {
	margin: 0 0 30px;
	padding: 0 0 0 30px;
}

ul.article-ul-st li {
	margin: 0 0 15px;
	font-size: 16px;
	color: #666;
	list-style: disc;
}

.entry_content_ft_pages .brand_awareness_btn {
	display: inherit;
}

.service_inner_banner h1 {
	text-align: center;
}

.service_inner_banner .hero_banner_box_content .title {
	text-align: center !important;
}

.service_inner_banner .hero_banner_box_content .para_title {
	text-align: center !important;
}

.logo_design_banner .hero_banner_box_content ol {
	display: table;
	margin: 9px;
}

.logo_design_banner .hero_banner_box_content p br {
	display: none;
}

.features-table-first ul li {
	align-items: center;
	justify-content: center;
}

.ftr_bottom_box_contact ul li a:hover {
	color: #0c5adb;
}

.copyright_sec ul li a:hover {
	color: #0c5adb;
}

.local_seo_page_wraper .seo_market_ser_btn_box a {
	display: none;
}

.ecommerce_page_wraper .seo_market_ser_btn_box a {
	display: none;
}

.link_bulding_page_wraper .seo_market_ser_btn_box a {
	display: none;
}

.facebook_page_wraper .seo_market_ser_btn_box a {
	display: none;
}

.case_seo_mainpage section.testimonails_sec_inner {
	padding: 30px 0 70px;
}

.heading-cta:last-child {
	-webkit-animation: color-change 1s infinite;
	-moz-animation: color-change 1s infinite;
	-o-animation: color-change 1s infinite;
	-ms-animation: color-change 1s infinite;
	animation: color-change 1s infinite;
}

@-webkit-keyframes color-change {
	0% {
		color: #ffc900;
	}

	50% {
		color: #fff;
	}

	100% {
		color: #ffc900;
	}

}

@-moz-keyframes color-change {
	0% {
		color: #ffc900;
	}

	50% {
		color: #fff;
	}

	100% {
		color: #ffc900;
	}

}

@-ms-keyframes color-change {
	0% {
		color: #ffc900;
	}

	50% {
		color: #fff;
	}

	100% {
		color: #ffc900;
	}

}

@-o-keyframes color-change {
	0% {
		color: #ffc900;
	}

	50% {
		color: #fff;
	}

	100% {
		color: #ffc900;
	}

}

@keyframes  color-change {
	0% {
		color: #0c5adb;
	}

	50% {
		color: #e5eefb;
	}

	100% {
		color: #0c5adb;
	}

}

.seo_page_wraper .seo_pro_serives_boxes {
	justify-content: center;
}

ul#myTab_testimonails {
	display: none;
}

.cdev-new {
	color: #000;
	font-size: 50px;
	font-weight: 700;
	margin: 0;
	display: flex;
	justify-content: center;
	text-align: center;
}

span.new-perct {
	font-size: 30px;
	vertical-align: middle;
	color: #000;
	font-weight: 600;
	position: absolute;
	top: 20px;
	left: 195px;
}

.wikipedia_page_wraper .hero_banner_box_content h1 {
	font-size: 40px;
}

.wikipedia_page_wraper .hero_banner_box_content p.para_title b {
	margin: 15px 0  0;
}

.wikipedia_page_wraper .banner {
	height: 100vh;
	min-height: inherit;
}

.custom-sec {
	background: #142034;
	color: #fff;
	padding: 60px 0 10px;
}

.custom-sec .hd-txt {
	text-align: center;
	margin-bottom: 40px;
}

.custom-sec .title_blk.cn.title_w {
	border: 0;
}

.custom-box-1 {
	margin-bottom: 40px;
	margin-top: 25px;
	min-height: 150px;
}

.bx-nu {
	background: #34495e;
	width: 52px;
	height: 52px;
	border-radius: 60px;
	display: grid;
	align-items: center;
	font-size: 22px;
	font-weight: bold;
	margin-right: 20px;
	transition-duration: .5s;
	text-align: center;
	vertical-align: middle;
	float: left;
}

.custom-sec {
	background: #142034;
	color: #fff;
}

.c-box-num {
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}

.custom-sec .title_blk:after {
	content: "";
	width: 170px;
	height: 2px;
	background-color: #4c74b9;
	position: absolute;
	margin: auto;
	display: table;
	left: 0;
	right: 0;
	bottom: -3px;
}

.custom-sec .title_blk {
	margin: 0 auto 20px;
	padding: 0 0 10px;
	font-size: 40px;
	font-weight: 700;
	line-height: 45px;
	text-transform: capitalize;
	display: table;
	padding: 0 0 15px;
	position: relative;
}

.custom-sec .c-box-num h3 {
	font-size: 20px;
	min-height: 50px;
}

.content-marketing-row .col-sm-4 p {
	font-size: 14px;
}

.custom-box-1 h3 {
	font-size: 18px;
	margin: 0 0 15px;
}

.email_page_wraper .email_marketing_campaigns_result {
	margin-top: 40px;
	margin-bottom: 40px;
}

.entry_content_ft_pages ul li {
	list-style: disc;
}

.drop-icon-mob {
	display: none;
}

;

.price_link_bulid_boxes .accordion .fa {
	margin-right: 0.5rem;
}

.price_link_bulid_boxes .accordion button, .price_link_bulid_boxes .accordion button:hover, .price_link_bulid_boxes .accordion button:focus {
	text-decoration: none;
}

.price_link_bulid_boxes button.btn.btn-link {
	width: 100%;
	border-radius: 0;
	margin: 0 0 10px;
	padding: 0px 15px;
	color: rgb(66, 66, 66);
	font-size: 15px;
	font-weight: 300;
	line-height: 16px;
	border-width: 1px;
	border-style: solid none none none;    /* padding: 0 0; */
	align-content: center;    /* display: grid; */
	position: relative;
	height: 55px;
	background-color: rgb(247, 247, 247);
	border-color: rgb(231 231 231);
	margin: 0 0 0;
	border: none;
	outline: none;
}

.price_link_bulid_boxes button.btn.btn-link i {
	position: absolute;
	right: 10px;
}

.price_link_bulid_boxes .card-header {
	padding: 0;
	margin-bottom: 0;
	background-color: rgba(0, 0, 0, .03);
	border-bottom: 0px solid rgba(0, 0, 0, .125);
	border: none !important;
}

.price_link_bulid_boxes .card-header:first-child {
	border-radius: 0;
}

.price_link_bulid_boxes .card {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border-bottom: 0px solid rgba(0, 0, 0, .125);
	border-radius: 0;
	margin: 0 0 10px;
	border: 0px solid rgba(0, 0, 0, .125);
}

.price_link_bulid_boxes .btn.focus, .price_link_bulid_boxes .btn:focus {
	outline: 0;
	box-shadow: 0 0 0 0rem transparent;
}

.smm_page_wraper .seo_pro_serives_boxes {
	justify-content: center;
}

.other_services_samples_sec {
	background-color: #f8fafa;
	padding: 20px 0;
}

.other_services_slider_boxes {
	margin: 50px 0 0 5px;
	width: 101%;
}

.other_services_samples_slider2 {
	margin: 30px 0 0;
}

.other_services .our_dedicated_sec {
	padding: 20px 0 20px;
}

.other_services .seo_marketing_services_sec {
	padding: 20px 0 20px;
}

.website_design_page_wraper .features_table_main_box .offset-2 {
	border: 1px solid #ddd;
}

.wikipedia_page_wraper .features_table_main_box .offset-2 {
	border: 1px solid #ddd;
}

.brand_awareness_btn a {
	margin: 0 0 0 10px;
}

.entry_content_ft_pages .brand_awareness_btn {
	text-align: center;
}

.website_design_page_wraper .hero_banner_box_content h1 {

	/*font-size: 40px;*/
}

.entry_content_ft_pages .brand_awareness_btn {
	text-align: center;
}

.link_bulding_page_wraper .local_customers_sec {
	padding: 0px 0 20px;
}

.link_bulding_page_wraper .why_chose_sec_main {
	padding: 30px 0 10px;
}

.link_bulding_page_wraper .why_chose_sec_main .title_blk:after {
	content: "";
	width: 170px;
	height: 2px;
	background-color: #4c74b9;
	position: absolute;
	margin: auto;
	display: table;
	left: 0;
	right: 0;
	bottom: -3px;
}

.link_bulding_page_wraper .why_chose_sec_main .why_chose_main_boxes {
	margin: 50px 0 30px;
	display: contents;
}

.link_bulding_page_wraper .why_chose_main_box_icon1 {
	background-image: url(../images/new-img/why-choose-icon1.png);
	width: auto;
}

.link_bulding_page_wraper .why_chose_main_box_icon2 {
	background-image: url(../images/new-img/why-choose-icon2.png);
	width: 70px;
}

.link_bulding_page_wraper .why_chose_main_box_icon3 {
	background-image: url(../images/new-img/why-choose-icon3.png);
	width: 70px;
}

.link_bulding_page_wraper .why_chose_main_box_icon4 {
	background-image: url(../images/new-img/why-choose-icon4.png);
	width: 70px;
}

.link_bulding_page_wraper .why_chose_main_box_icon {
	background-repeat: no-repeat;
	background-position: center;
	height: 100px;
	background-size: 100%;
}

.link_bulding_page_wraper .why_chose_main_box_text {
	margin: 0 0 0 10px;
}

.link_bulding_page_wraper .why_chose_main_box {
	border: 1px solid #ebebeb;
	display: flex;
	margin: 0 0 30px;
	align-items: center;
	height: 180px;
	padding: 0 15px;
	transition-duration: .5s;
}

.link_bulding_page_wraper .why_chose_main_box:hover {
	border: 1px solid transparent;
	background-color: #142034;
}

.why_chose_main_box:hover h3 {
	color: #fff;
}

.link_bulding_page_wraper .why_chose_main_box:hover p, .why_chose_main_box:hover h3 {
	color: #fff !important;
}

.link_bulding_page_wraper .why_chose_main_box h3 {
	color: #282828;
	font-size: 18px;
	font-weight: 700;
}

.link_bulding_page_wraper .why_chose_main_box p {
	font-size: 16px;
}

.link_bulding_page_wraper .why_chose_main_box p {
	font-weight: 400;
}

.link_bulding_page_wraper .why_chose_main_box a, .blk_para_lf a {
	color: #6d6d6d;
	text-decoration: underline;
}

.link_bulding_page_wraper .why_chose_sec_main p {
	padding: 0 0 30px;
}

h3.contact-heading {
	color: #fff;
}

h2.contact-heading {
	color: #fff;
}

.seo_page_wraper .seo_new_img img {
	width: 100%;
}

.seo_page_wraper .seo_new_sec .row {
	align-items: center;
}

.seo_page_wraper .seo_new-tabs {
	padding: 20px 0 20px 0;
}

.seo_keyword_analysis_sec [class^=box-] {
	display: none
}

.seo_keyword_analysis_sec [class^=box-].showfirst {
	display: block
}

.box-seo-tab-4 h3 {
	padding: 10px 0;
}

.seo_page_wraper .seo_market_ser_box {
	margin-bottom: 20px;
}

.seo_page_wraper .seo_market_ser_box h3 {
	text-align: center;
}

.seo_page_wraper .seo_market_ser_box p {
	text-align: center;
}

.why_chose_sec_main {
	padding: 60px 0 10px;
}

.why_chose_sec_main .title_blk:after {
	content: "";
	width: 170px;
	height: 2px;
	background-color: #4c74b9;
	position: absolute;
	margin: auto;
	display: table;
	left: 0;
	right: 0;
	bottom: -3px;
}

.why_chose_sec_main .why_chose_main_boxes {
	margin: 50px 0 30px;
	display: contents;
}

.why_chose_main_box_icon1 {
	background-image: url(../images/new-img/why-choose-icon1.png);
	width: auto;
}

.why_chose_main_box_icon2 {
	background-image: url(../images/new-img/why-choose-icon2.png);
	width: 70px;
}

.why_chose_main_box_icon3 {
	background-image: url(../images/new-img/why-choose-icon3.png);
	width: 70px;
}

.why_chose_main_box_icon4 {
	background-image: url(../images/new-img/why-choose-icon4.png);
	width: 70px;
}

.why_chose_main_box_icon {
	background-repeat: no-repeat;
	background-position: center;
	height: 100px;
	background-size: 100%;
}

.why_chose_main_box_text {
	margin: 0 0 0 10px;
}

.why_chose_main_box {
	border: 1px solid #ebebeb;
	display: flex;
	margin: 0 0 30px;
	align-items: center;
	height: 180px;
	padding: 0 15px;
	transition-duration: .5s;
}

.why_chose_main_box:hover {
	border: 1px solid transparent;
	background-color: #142034;
}

.why_chose_main_box:hover h3 {
	color: #fff;
}

.why_chose_main_box:hover p, .why_chose_main_box:hover h3 {
	color: #fff !important;
}

.why_chose_main_box h3 {
	color: #282828;
	font-size: 18px;
	font-weight: 700;
}

.why_chose_main_box p {
	font-size: 16px;
}

.why_chose_main_box p {
	font-weight: 400;
}

.why_chose_main_box a, .blk_para_lf a {
	color: #6d6d6d;
	text-decoration: underline;
}

.why_chose_sec_main p {
	padding: 0 0 30px;
}

.tab-pane.fade.in.active.show, .tab-pane.fade.in.active {
	display: block !important;
}

.offer-section .nav-pills>li>a.active {
	text-decoration: none;
	background-color: #0c5adb;
	color: #fff;
}

.protect_reputation_boxes {
	margin: 50px 0 0
}

.protect_reputation_box h3 {
	color: #142034;
	font-size: 20px;
	font-weight: 700;
	margin: 25px 0 15px
}

.protect_reputation_box p {
	color: #000;
	font-size: 16px;
	margin: 0
}

.protect_reputation_boxes {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	text-align: center;
}

.protect_reputation_sec {
	padding: 50px 0 0;
}

.cntnt-exprt-st .real_content_box.real_content_box_logo_design {
	height: 100px;
}

.cntnt-exprt-st .real_content_boxes_logo_design {
	align-items: center;
	justify-content: center;
	padding: 10px 0 30px 0;
}

.enterprise_seo_banner .hero_banner_box_content h4 {
	text-align: left;
}

.sticky {
	position: fixed !important;
	left: 0;
	top: 0 !important;
	right: 0;
	border-top: 0;
	background: #262626;
	color: #fff;
	text-align: center;
	z-index: 99999;
	padding: 1px 0;
	padding-bottom: 0;
	border-bottom: 1px solid #eaeaea;
}

.top-fix {
	width: 100%;
}

.sticky {
	background-color: #fff;
}

.sticky .nav_btn_top_box {
	display: none;
}

.sec_pricing p {
	margin-bottom: 20px;
}

.article_writing_page_wraper .package .scroll-wrapper.scroll-wrapper-1 {
	height: 80px;
}

.press_release_page_wraper .package .scroll-wrapper.scroll-wrapper-1 {
	height: 80px;
}

.website_content_page_wraper .package .scroll-wrapper.scroll-wrapper-1 {
	height: 80px;
}

.package {
	margin: 0;
}

/*.testi_video_main {display: table;margin: auto;}*/
.our_dedicated_btn_box_pricing .blue_btn::before {
	content: none !important;
}

.our_dedicated_btn_box_pricing .blue_btn {
	padding: 13px 7px 13px 7px !important;
	font-size: 11px !important;
	margin: 0 5px 0 0 !important;
	border-radius: 7px !important;
	color: #fff !important;
}

.our_dedicated_btn_box_pricing {
	margin-top: 0 !important;
}

.our_dedicated_btn_box_pricing a {
	background-color: #0c5adb;
	color: #fff;
}

.our_dedicated_btn_box_pricing .nav-tabs a, .nav-tabs a.active {
	color: #fff !important;
	background-color: #142e57 !important;
	border-color: #dee2e6 #dee2e6 #fff;
	border-radius: 7px;
	font-size: 11px;
	padding: 13px 7px 13px 7px;
}

.our_dedicated_btn_box_pricing .sec_pricing_tab li .seo_pro_serives_box {
	height: 42px;
}

.services_boxes .row {
	align-items: center;
	justify-content: center;
}

.nav-tabs-new {
	justify-content: center;
	margin: 20px 0 10px 0px;
}

.nav-tabs-new {
	border-bottom: none;
}

.nav-tabs.tab-child {
	justify-content: center;
	margin: 10px 0 30px 0;
}

.tab-child {
	border: none;
}

#Content-4-Package button {
	font-size: 15px;
}

#Content-7-Package button {
	font-size: 15px;
}

.link_bulding_page_wraper .sec_pricing_tab .row {
	justify-content: center;
}

.link_bulding_page_wraper .package button {
	font-size: 13px;
}

.link_bulding_page_wraper .package .btn-box a {
	font-size: 13px;
}

.nav-tabs.tab-child {
	justify-content: center;
	margin: 10px 0 30px 0;
	display: flex;
}

[class^=box-] {
	display: none
}

[class^=box-].showfirst {
	display: block
}

.pricing_slider_wiki .package {
	margin: 10px;
}

.pricing_slider_wiki .owl-dot {
	background-color: rgb(47 85 196);
}

.pricing_slider_wiki .owl-dot.active {
	background-color: #000;
}

img.call_girl_contact {
	position: absolute;/* left: 0; */
	right: -50px;
	margin: 0;
	display: table;
	top: 0;
	bottom: 0;
}

.pricing_seo_page_wraper .audit_services_sec {
	padding: 0px 0 70px;
}

/*Case Studies Styling*/
.case-study-smm-new .sec_banner_casestudy_internal.sec_banner_inner {
	background-size: cover !important;
}

.case-study-smm-new .sec_banner_casestudy_internal .bnr_img img {
	margin: 100px auto -120px;
	display: table;
}

.case-study-smm-new .sec_banner_casestudy_internal {
	background: url(../images/banner-case-study-internal1.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.case-study-smm-new .sec_banner_inner {
	color: #fff;
	padding: 0;
}

.case-study-smm-new .casestudy_title_boxes {
	margin: 60px 0 0;
	position: relative;
}

.case-study-smm-new .casestudy_title_boxes:before {
	content: "";
	background-image: url(../images/seo-pro-before.png);
	height: 184px;
	width: 284px;
	position: absolute;
	left: -360px;
	top: 10px;
	z-index: -1;
}

.case-study-smm-new .casestudy_title_box h2 {
	text-align: center;
	color: #000;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 48px;
}

.case-study-smm-new .casestudy_title_sec {
	width: 100%;
	padding: 60px 0 60px;
}

.case-study-smm-new .casestudy_title_box h2 span {
	display: table;
	margin: auto;
	font-weight: 700;
}

.case-study-smm-new section.casestudy_title_sec .row {
	justify-content: center;
}

.case-study-smm-new .campaign_sec {
	background-color: #4c74b9;
	padding: 60px 0 60px;
}

.case-study-smm-new .campaign_title {
	margin: 0 auto 20px;
	color: #fff;
	font-weight: 700;
	line-height: 35px;
	text-transform: capitalize;
	display: table;
	padding: 0 0 15px;
	position: relative;
	text-align: center;
	font-size: 30px;
}

.case-study-smm-new .campaign_title:after {
	content: "";
	width: 170px;
	height: 2px;
	background-color: #fff;
	position: absolute;
	margin: auto;
	display: table;
	left: 0;
	right: 0;
	bottom: -5px;
}

.case-study-smm-new .campaign_para {
	font-weight: 400;
	letter-spacing: .2px;
	color: #fff;
	text-align: center;
}

.case-study-smm-new .cadestudy_results_sec {
	background-color: #55e276;
	padding: 60px 0 10px;
}

.case-study-smm-new .cadestudy_results_sec h2 {
	margin: 0 auto 30px;
	padding: 0 0 30px;
}

.case-study-smm-new .cadestudy_results_sec .title_blk {
	color: #142034;
	font-weight: 700;
	line-height: 45px;
	text-transform: capitalize;
	display: table;
	position: relative;
	font-size: 68px;
}

.sec-rank {
	padding: 60px 10% 60px;
}

.case-study-smm-new .cadestudy_results_sec .title_blk:after {
	content: "";
	width: 170px;
	height: 2px;
	background-color: #4c74b9;
	position: relative;
	margin: auto;
	display: table;
	left: 0;
	right: 0;
	bottom: -30px;
}

.case-study-smm-new .cadestudy_results_sec .para_title {
	font-weight: 400;
	letter-spacing: .2px;
	font-size: 18px;
	color: #000;
}

.case-study-smm-new .cadestudy_results_sec .cadestudy_results_boxes {
	margin: 50px 0 0;
}

.case-study-smm-new .cadestudy_results_sec .cadestudy_results_box {
	text-align: center;
	margin: 0 0 50px;
}

.case-study-smm-new .cadestudy_results_sec .cadestudy_results_counter {
	display: inline-flex;
	text-align: center;
}

.case-study-smm-new .cadestudy_results_sec .cadestudy_results_counter h3 {
	margin: 0;
	font-size: 54px;
	color: #fff;
	font-weight: 700;
}

.case-study-smm-new .cadestudy_results_sec .cadestudy_results_counter span {
	margin: -10px 0 0 5px;
	font-size: 54px;
	color: #fff;
	font-weight: 700;
}

.case-study-smm-new .cadestudy_results_sec .cadestudy_results_box p {
	margin: 0;
	font-size: 23px;
	color: #000;
	font-weight: 400;
}

.case-study-smm-new .sec-rank {
	background: url(../images/rank-img-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.case-study-smm-new .sec-rank .rank_txt2 {
	text-align: left;
	color: #fff;
	display: grid;
	align-content: center;
	height: auto;
}

.case-study-smm-new .sec-rank .rank_txt2 h2 {
	font-size: 48px;
	text-transform: capitalize;
	font-weight: 400;
	margin: 0 0 50px;
	font-family: 'Raleway', sans-serif;
}

.case-study-smm-new .sec-rank .rank_txt2 h2 span {
	font-weight: 700;
	text-transform: capitalize;
	font-family: 'Raleway', sans-serif;
	display: block;
}

.case-study-smm-new .sec-rank .rank_step_1 .rank-btn {
	margin: 30px 0 0;
}

.case-study-smm-new .sec-rank .rank_step_1 .rank-btn .yellow_btn {
	color: #000;
}

.case-study-smm-new .sec-rank .rank_step_1 a.yellow_btn {
	float: right;
	margin: -10px 0 0 0;
}

.case-study-smm-new .sec-rank .rank_step_1 .rank-btn a {
	display: inline-block;
}

.case-study-smm-new .sec-rank .yellow_btn.btn_effect {
	overflow: hidden !important;
}

.case-study-smm-new .sec-rank .rank-txt a, .rank-txt a:hover {
	text-decoration: underline;
}

.case-study-smm-new .sec-rank .yellow_btn.btn_effect:after {
	width: 180px;
	height: 0;
	top: 50%;
	left: 50%;
	background: #cb2027;
	opacity: 0;
	transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.case-study-smm-new .sec-rank .yellow_btn:after {
	content: '';
	position: absolute;
	z-index: -1;
	transition: all .5s;
}

.case-study-smm-new .sec-rank .rang_flied .form-group {
	margin: 30px 0 40px !important;
	transition-duration: .5s;
}

.case-study-smm-new .sec-rank .rang_flied .form-control {
	height: 60px;
	margin: 0;
	width: 100%;
	font-size: 30px;
	color: #000;
	font-weight: 400;
	transition-duration: .5s;
}

.case-study-smm-new .sec-rank .form-control {
	display: block;
	padding: 6px 12px;
	line-height: 1.42857143;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.case-study-smm-new .sec-rank .rang_flied .form-control:hover {
	color: #fff;
	background-color: #142034;
	transition-duration: .5s;
}

.case-study-smm-new .sec-rank .brand_awareness_btn {
	display: flex;
	justify-content: end;
}

.case-study-smm-new .cadestudy_internal_sec {
	padding: 80px 0 60px;
}

.case-study-smm-new .cadestudy_box {
	background-color: #fff;
	box-shadow: 0 5px 20px 20px #f1f1f1;
	border-radius: 5px;
	overflow: hidden;
	margin: 0 0 30px;
	padding: 0 20px 20px;
	height: 430px;
}

.case-study-smm-new .cadestudy_box_img {
	overflow: hidden;
	width: 115%;
	margin: 0 0 0 -25px;
}

.case-study-smm-new .cadestudy_box_img img {
	width: 100%;
	display: table;
	transition-duration: .5s;
}

.case-study-smm-new .cadestudy_box h3 {
	color: #000;
	font-size: 24px;
	font-weight: 700;
	position: relative;
	margin: 20px 0 30px;
}

.case-study-smm-new .cadestudy_box h3:before {
	content: "";
	width: 110px;
	height: 1px;
	position: absolute;
	background-color: #4c74b9;
	bottom: -15px;
}

.case-study-smm-new .cadestudy_sec .cadestudy_box .brand_awareness_btn {
	margin: 0;
}

.case-study-smm-new .cadestudy_sec .cadestudy_box .brand_awareness_btn a {
	margin: 0 0 0 0px;
}

.case-study-smm-new .rank-txt p {
	color: #fff;
	font-size: 28px;
}

.case-study-smm-new section.challenge_plan_sec {
	padding: 60px 0 60px;
}

.challenge_plan_box .title_blk {
	display: block;
}

.challenge_plan_box .title_blk {
	margin: 0 auto 20px;
	color: #142034;
	font-size: 40px;
	font-weight: 700;
	line-height: 45px;
	text-transform: capitalize;
	padding: 0 0 15px;
	position: relative;
}

.challenge_plan_box .title_blk:after {
	content: "";
	width: 170px;
	height: 2px;
	background-color: #4c74b9;
	position: absolute;
	margin: auto;
	display: table;
	left: 0;
	right: 0;
	bottom: -3px;
}

.challenge_plan_box ul {
	margin: 40px 0 0;
	padding: 0;
}

.challenge_plan_box ul li {
	margin: 0;
	padding: 0 0 20px 30px;
	font-size: 16px;
	color: #000;
	position: relative;
	list-style: none;
}

.challenge_plan_box ul li:before {
	content: "";
	background-image: url(../images/cursor-icon.png);
	height: 24px;
	width: 24px;
	position: absolute;
	left: 0;
	top: 0;
}

.thankyou_page h1 {
	font-size: 38px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
}

.thankyou_page p {
	color: #fff;
}

.banner_btn {
	text-align: left;
	margin: 20px 0 0;
}

/* new banners  */
.home_new_style_banner {
	background: url("../images_mw/home_banner_bg.png") !important;
	background-size: cover;
}

.hero_banner_box_content_new_style {
	text-align: left;
}

.hero_banner_box_content_new_style h6 {
	color: #000;
	font-family: 'Galano Grotesque Alt';
	font-size: 25px;
	font-style: normal;
	font-weight: 500;
	line-height: 30px; /* 120% */
	text-transform: uppercase;
}

.hero_banner_box_content_new_style h5 {
	color: #000;
	font-family: 'Galano Grotesque Alt';
	font-size: 46px;
	font-style: normal;
	font-weight: 700;
	line-height: 58px; /* 105.455% */
	letter-spacing: -1.1px;
	text-transform: uppercase;
}

.hero_banner_box_content_new_style h1 {
	font-family: 'Galano Grotesque Alt';
	font-size: 100px;
	font-style: normal;
	font-weight: 700;
	line-height: 74px; /* 74% */
	letter-spacing: -5px;
	text-transform: uppercase;
	background: linear-gradient(173deg, #F60762 -8.13%, #FF4904 100.27%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.hero_banner_box_content_new_style h2 {
	color: #414141;
	font-family: "Galano Grotesque Alt";
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 22px; /* 137.5% */
	text-transform: capitalize;
	max-width: 80%;
}

.banner-content-writing-list-new li {
	color: #000;
	font-family: "Galano Grotesque Alt";
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: -0.18px;
	text-transform: capitalize;
}

.home_banner_img_righ {
	width: 80%;
}

.home_banner_img_righ img {
	width: auto;
}

.home_new_style_banner_row {
	column-gap: 0px;
}

.home_new_style_banner_ppc {
	background: url("../images_mw/ppc-banner.png") !important;
	background-size: cover;
}

.home_new_style_banner_seo {
	background: url("../images_mw/seo-banner.png") !important;
	background-size: cover;
}

.home_new_style_banner_werbsite {
	background: url("../images_mw/website-design-banner.png") !important;
	background-size: cover;
}

.home_new_style_banner_website_content_writing {
	background: url("../images_mw/content-writing-banner.png") !important;
	background-size: cover;
}

.hero_banner_box_content_new_style_icna {
}

.hero_banner_box_content_new_style_icna h1 {
	font-family: "Galano Grotesque Alt";
	font-size: 119.969px;
	font-style: normal;
	font-weight: 700;
	line-height: 115.241px; /* 96.058% */
	letter-spacing: -2.399px;
	text-transform: capitalize;
	background: linear-gradient(172deg, #F60762 1.5%, #FF4904 118.39%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.hero_banner_box_content_new_style_icna h2 {
	color: #000;
	text-align: center;
	font-family: "Galano Grotesque Alt";
	font-size: 76.3px;
	font-style: normal;
	font-weight: 700;
	line-height: 86.473px; /* 113.333% */
	letter-spacing: -2.289px;
	text-transform: capitalize;
	text-align: left;
	max-width: 100%;
}

.hero_banner_box_content_new_style_icna h2 span {
	color: #319D6A;
}




.home_new_style_banner_row_icna{
	align-items: flex-start !important;
}

.hero_banner_box_content_new_style_icna_two h5 {
    color: #303030;
    font-family: "Galano Grotesque Alt";
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    text-transform: capitalize;
}


.hero_banner_box_content_new_style_icna_two h5 span{
font-weight: 400;
}

.hero_banner_box_content_new_style_icna_two p{
	color: #414141;

font-family: "Galano Grotesque Alt";
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 22px; /* 137.5% */
text-transform: capitalize;
}


.home_banner_img_righ_icna{ position:relative; }
.home_banner_img_righ_icna .icna_after{position: absolute;width: auto;bottom: -23px;left: -70px;}





.audit_services_box_usps {

}

.audit_services_box_usps ul {
    padding: 0px;
    margin: 0 0 8px 0;
}

.audit_services_box_usps ul li{
    font-weight: bold;
    margin: 8px 0 0 0;
}


.cta_usps {
    width: 100%;
    background: #0c5adb;
    height: 100%;
}



.portfolio_section {
    padding: 70px 0 70px 0;
    background: #ebebeb;
    margin: 50px 0  0;
}

.portfolio_wrapper ul.nav.nav-tabs {
	display: flex;
    justify-content: center;
    width: 100%;
}


.portfolio_wrapper ul.nav.nav-tabs a.active{
	font-size: 17px;
}
.portfolio_wrapper ul.nav.nav-tabs a{
	color: #000;
}
.portfolio_item img{
	width: 100%;
}

.portfolio_item {
    margin: 0 0 30px 0;
}