html {

	font-family: 'Open Sans', sans-serif;
	/* 1 */

	-ms-text-size-adjust: 100%;
	/* 2 */

	-webkit-text-size-adjust: 100%;
	/* 2 */

	overflow-x: hidden;

}

body {

	margin: 0;

	font-family: 'Open Sans', sans-serif;

	font-size: 14px;

	line-height: 22px;

	font-weight: 400;

	/*color: #616161; */
	color: #000000;

	overflow-x: hidden;

	background: #f6f6f6;

}

article,

aside,

details,
/* 1 */

figcaption,

figure,

footer,

header,

main,
/* 2 */

menu,

nav,

section,

summary {
	/* 1 */

	display: block;

}

audio,

canvas,

progress,

video,
a,
span {

	display: inline-block;

}

audio:not([controls]) {

	display: none;

	height: 0;

}

progress {

	vertical-align: baseline;

}

template,
/* 1 */

[hidden] {

	display: none;

}

a,
button {

	background-color: transparent;
	/* 1 */

	-webkit-text-decoration-skip: objects;
	/* 2 */

	transition: all 0.3s ease;

}

a:active,

a:hover {

	outline-width: 0;

}

abbr[title] {

	border-bottom: none;
	/* 1 */

	text-decoration: underline;
	/* 2 */

	text-decoration: underline dotted;
	/* 2 */

}

b,

strong {

	font-weight: inherit;

}

b,

strong {

	font-weight: bolder;

}

dfn {

	font-style: italic;

}

h1,
h2,
h3,
h4,
h5 {

	margin: 0 0 15px;

}

mark {

	background-color: #ff0;

	color: #000;

}

small {

	font-size: 80%;

}

sub,

sup {

	font-size: 75%;

	line-height: 0;

	position: relative;

	vertical-align: baseline;

}

sub {

	bottom: -0.25em;

}

sup {

	top: -0.5em;

}

img,
i,
a,
span {

	border-style: none;

	transition: all 0.3s ease;

}

svg:not(:root) {

	overflow: hidden;

}

code,

kbd,

pre,

samp {

	font-family: monospace, monospace;
	/* 1 */

	font-size: 1em;
	/* 2 */

}

figure {

	margin: 1em 40px;

}

hr {

	box-sizing: content-box;
	/* 1 */

	height: 0;
	/* 1 */

	overflow: visible;
	/* 2 */

}

button,

input,

select,

textarea {

	font: inherit;
	/* 1 */

	margin: 0;
	/* 2 */

}

optgroup {

	font-weight: bold;

}

button,

input {
	/* 1 */

	overflow: visible;

}

button,

select {
	/* 1 */

	text-transform: none;

}

button,

html [type="button"],
/* 1 */

[type="reset"],

[type="submit"] {

	-webkit-appearance: button;
	/* 2 */

}

button::-moz-focus-inner,

[type="button"]::-moz-focus-inner,

[type="reset"]::-moz-focus-inner,

[type="submit"]::-moz-focus-inner {

	border-style: none;

	padding: 0;

}


button:-moz-focusring,

[type="button"]:-moz-focusring,

[type="reset"]:-moz-focusring,

[type="submit"]:-moz-focusring {

	outline: 1px dotted ButtonText;

}

fieldset {

	border: 1px solid #c0c0c0;

	margin: 0 2px;

	padding: 0.35em 0.625em 0.75em;

}

legend {

	box-sizing: border-box;
	/* 1 */

	color: inherit;
	/* 2 */

	display: table;
	/* 1 */

	max-width: 100%;
	/* 1 */

	padding: 0;
	/* 3 */

	white-space: normal;
	/* 1 */

}

textarea {

	overflow: auto;

}

[type="checkbox"],

[type="radio"] {

	box-sizing: border-box;
	/* 1 */

	padding: 0;
	/* 2 */

}

[type="number"]::-webkit-inner-spin-button,

[type="number"]::-webkit-outer-spin-button {

	height: auto;

}

[type="search"] {

	-webkit-appearance: textfield;
	/* 1 */

	outline-offset: -2px;
	/* 2 */

}

[type="search"]::-webkit-search-cancel-button,

[type="search"]::-webkit-search-decoration {

	-webkit-appearance: none;

}

::-webkit-input-placeholder {

	color: #fff;

	opacity: 1;

	font-size: 14px;

}

::-webkit-file-upload-button {

	-webkit-appearance: button;
	/* 1 */

	font: inherit;
	/* 2 */

}

a {

	text-decoration: none;

	color: #276ea2;

}

a:hover {

	/*color: #222;*/

	color: #609d39;

	text-decoration: none;

}

a:focus,
a:hover {

	/*color: #23527c;*/

	color: #609d39;

	text-decoration: none;

}

.home a:hover {
	color: #222;
}

a:active,
a:hover {

	outline: 0;

}

ul {

	padding: 0;

}

li {

	list-style: none;

}

.h4,
h4 {

	font-size: 18px;

}

/* Start Home Page CSS  */

h2 {
	font-size: 21px;
	font-weight: 600;
}

h3 {
	font-size: 16px;
}


.spacerDiv {

	height: 184px;

}

.container {

	width: 88%;

	max-width: 100%;

}

.headerSection {

	position: fixed;

	z-index: 99999;

	top: 0;

	width: 100%;

	background: #fff;

	box-shadow: 0 0 4px rgba(0, 0, 0, .2);

	padding-top: 30px;

	transition: all .5s ease-in;

}

.headerSection * {

	transition: all .5s ease-in;

}

.headerSection.fixed {

	top: -59px;

}

.headerSection .topBar,
.headerSection .navbar-brand img,
.headerSection .primaryNav .navbar-nav,
.headerSection.fixed .secondaryNav .navbar-nav ul,
.headerSection.fixed .primaryNav .navbar-brand {

	transition: all .5s ease-in;

}

.headerSection.fixed .primaryNav,
.secondaryNav,
.headerSection.fixed .primaryNav .navbar-brand img {

	padding: 0px;

}

.headerSection.fixed .primaryNav .navbar-brand img {

	max-width: 150px;

}

.headerSection.fixed .primaryNav .navbar-collapse>ul>li {

	font-size: 11px;

	margin-left: 10px;

}

.headerSection.fixed .secondaryNav.navbar-dark.navbar .navbar-collapse>ul>li>a {

	max-height: 60px;

	line-height: 25px;

}

.headerSection.fixed .secondaryNav.navbar-dark.navbar .navbar-collapse>ul>li {
	padding: 5px 0px 5px;
}

.navbar-nav {
	justify-content: center;
}

.topBar {

	text-align: right;

	background: #131313;

	line-height: 30px;

	max-height: 30px;

	position: fixed;

	top: 0;

	left: 0;

	right: 0;

	z-index: 999;

}

.topBar a {

	color: #fff;

	font-size: 12px;

	padding: 0 6px;

	display: inline-block;

	vertical-align: top;

}

.topBar a i {

	font-size: 16px;

	margin-right: 5px;

	vertical-align: middle;

	color: #ddd;

}

a.emailBox {

	margin: 0 24px;

}


a.requestCall,
a.requestCall-non {

	background: #5f9d39 none repeat scroll 0 0;

	font-size: 14px;

	font-weight: 700;

	letter-spacing: -1px;

	padding: 0 18px;

	text-transform: uppercase;

	transition: all .3s ease;

	display: inline-block;

	box-shadow: 0 0 1px transparent;

	position: relative;

	margin: 0 0 0 24px;

	position: relative;

	z-index: 0;

}

a.requestCall::before,
a.requestCall-non::before {

	content: "";

	position: absolute;

	z-index: -1;

	top: 0;

	bottom: 0;

	left: 0;

	right: 0;

	background: #276ea2;

	-webkit-transform: scaleX(0);

	transform: scaleX(0);

	-webkit-transform-origin: 50%;

	transform-origin: 50%;

	-webkit-transition-property: transform;

	transition-property: transform;

	-webkit-transition-duration: .3s;

	transition-duration: .3s;

	-webkit-transition-timing-function: ease-out;

	transition-timing-function: ease-out;

}

a.requestCall:hover::before,
a.requestCall-non:hover::before {

	-webkit-transform: scaleX(1);

	transform: scaleX(1);

}

a.requestCall:hover,
.topBar a:hover {
	color: #fff;
}

a.requestCall-non:hover,
.topBar a:hover {
	color: #fff;
}

.primaryNav,
.secondaryNav {

	background: #fff !important;

	width: 100%;

	padding: 9px 0;

}

.primaryNav.navbar-dark.navbar .navbar-collapse>ul>li {

	color: #000;

	font-size: 13px;

	font-weight: 600;

	text-transform: uppercase;

	padding: 0;

	margin-left: 19px;

}

.primaryNav.navbar-dark.navbar .navbar-collapse>ul>li>a {

	color: #000;

	padding: 0;

}

.navbar-dark.navbar .navbar-collapse>ul>li>a:hover {

	color: #5f9d39;

	text-decoration: none;

}

.primaryNav.navbar-dark.navbar .dropdown>a::after {

	display: inline-block;

	margin-left: 3px;

	vertical-align: middle;

	content: "";

	border-top: 5px solid;

	border-right: 4px solid transparent;

	border-bottom: 0;

	border-left: 4px solid transparent;

}


.navbar-dark.navbar .navbar-collapse>ul>li>ul {

	position: absolute;

	left: -1px;

	top: 25px;

	background: #f6f6f6;

	width: 200px;

	padding: 5px 12px;

	z-index: 9;

	border: solid 1px #e7e9ea;

	display: inline-block;

	visibility: hidden;

	opacity: 0;

	transition: all .5s ease-in;

	transform: translateY(100px);

	list-style: none;

	margin: 0;

	text-align: left;

}

.navbar-dark.navbar .navbar-collapse>ul>li:hover>ul {

	visibility: visible;

	opacity: 1;

	transform: translateY(0);

}

.navbar-dark.navbar .navbar-collapse>ul>li>ul>li {

	display: inline-block;

	vertical-align: top;

	font-size: 12px;

	font-weight: 600;

	padding: 5px 0;

	text-transform: capitalize;

	width: 100%;

}

.navbar-dark.navbar .navbar-collapse>ul>li>ul>li a {

	color: #000;

}

.navbar-dark.navbar .navbar-collapse>ul>li>ul>li:hover>a {

	color: #5f9d39;

	text-decoration: none;

}


.secondaryNav {

	border-top: solid 1px #e7e9ea;

	background: #fff !important;

	width: 100%;

	padding: 0;

}

.secondaryNav.navbar-dark.navbar .navbar-collapse {

	width: 100%;

	display: block !important;

}

.secondaryNav.navbar-dark.navbar .navbar-collapse>ul>li>ul {

	width: 224px;

	padding: 20px 22px;

}

.secondaryNav.navbar-dark.navbar .navbar-collapse>ul>li {

	vertical-align: top;

	width: 14.2%;

	font-weight: 600;

	position: relative;

	color: rgba(0, 0, 0, .6);

	float: left;

	border-left: solid 1px transparent;

	border-right: solid 1px transparent;

	text-transform: uppercase;

	padding: 13px 0px 10px;

}

.secondaryNav.navbar-dark.navbar .navbar-collapse>ul>li>a {

	display: flex;

	width: 100%;

	padding: 0 10px;

	vertical-align: middle;

	color: rgba(0, 0, 0, .6);

	transition: all .5s ease-in;

	font-weight: 600;

	text-align: center;

	max-height: 75px;

	line-height: 25px;

	align-items: flex-start;

	justify-content: center;

}

.secondaryNav.navbar-dark.navbar .navbar-collapse>ul>li:hover a span {

	color: #216ea3;

}

.secondaryNav.navbar-dark.navbar .navbar-collapse>ul>li>ul>li a {

	color: #000;

	text-transform: none;

	font-size: 12px;

}

.secondaryNav.navbar-dark.navbar .navbar-collapse>ul>li>ul>li:hover > a {

	color: #216ea3;

}


.secondaryNav.navbar-dark.navbar .navbar-collapse>ul>li>a span {

	font-size: 13px;

	color: rgba(0, 0, 0, .7);

	line-height: 15px;

	text-transform: uppercase;

	text-align: left;

	vertical-align: middle;

	margin-left: 5px;

	padding-top: 6px;

}

.secondaryNav.navbar-dark.navbar .navbar-collapse>ul>li>a .menuImg {

	width: 100%;

	max-width: 45px;

	margin-right: 0px;

	display: inline-block;

}

.secondaryNav.navbar-dark.navbar .navbar-collapse>ul>li:last-child>a .menuImg {
	max-width: 55px;
}

.slide4 .sliderContentBox {
	max-width: 478px
}

.slide4 .bannerHeading .banner-blk {
	display: flex;
	padding-bottom: 20px;
}

.slide4 .bannerHeading .banner-blk span {
	font-size: 18px;
	font-weight: bold;
	position: relative;

	top: 16px;
}

.slide4 .bannerHeading .banner-blk small {
	letter-spacing: 0;
	color: #000;
	font-weight: bold;
	margin-top: 4px;
	font-size: 18px
}

.slide4 .bannerHeading .banner-blk span small img {
	margin-left: 0px;
}

.secondaryNav.navbar-dark.navbar .navbar-collapse>ul>li>a .menuImg img {

	max-width: 100%;
	height: auto;

}

.secondaryNav.navbar-dark.navbar .dropdown-toggle::after {

	display: none;

}

.secondaryNav.navbar-dark.navbar .navbar-collapse>ul>li>ul {

	top: 72px;

}


.headerSection.fixed .secondaryNav.navbar-dark.navbar .navbar-collapse>ul>li>ul {

	top: 60px;

}

.navbar-dark.navbar .navbar-collapse>ul>li>ul.dropdown-menu {
	border-radius: 0;
}


.secondaryNav.navbar-dark.navbar .navbar-collapse>ul>li:hover {

	background: #f6f6f6;

	border-left: solid 1px #e7e9ea;

	border-right: solid 1px #e7e9ea;

}

.homeBanner {

	position: relative;

}

.homeBanner .owl-controls .owl-nav div {

	height: 45px;

	font-size: 0;

	left: 2%;

	position: absolute;

	top: 50%;

	width: 45px;

	z-index: 1;

	line-height: normal;

	text-align: center;

	font-family: FontAwesome;

	background: url(../images/sprite-new-min.png) no-repeat -368px -366px;

	transform: translateY(-50%);

}

.homeBanner .owl-controls .owl-nav .owl-next {

	background-position: -442px -366px;

	left: inherit;

	right: 2%;

}

.homeBanner .homeOwlslider.owl-theme .owl-controls {
	margin-top: 0;
}

.bannerContainer {

	position: absolute;

	width: 88%;

	left: 0;

	right: 0;

	height: 100%;

	margin: auto;

	z-index: 99;

	top: 0;

	color: #fff;

}

.homeBanner .items>a {

	display: block;

}

.sliderContentBox {

	padding: 80px 15px 15px 65px;

	position: absolute;

	width: 100%;

	max-width: 600px;

	top: 50%;

	transform: translateY(-50%);

}

.homeBanner .sliderContentBox {
	padding-top: 0;
}

.bannerHeading .banner-blk {

	border-bottom: 1px solid #26272b;

	display: inline-block;

	vertical-align: top;

	width: auto;

	padding-bottom: 15px;

	margin-bottom: 12px;

}

.bannerHeading p {

	font-size: 80px;

	font-weight: 700;

	line-height: 50px;

	float: left;

	margin: 0;

}

.bannerHeading .banner-blk span {

	font-size: 29px;

	line-height: 1;

	text-transform: uppercase;

	font-weight: bold;

	margin-top: -5px;

	padding-bottom: 0;

	letter-spacing: 0.3px;

	float: left;

	margin-left: 2px;

}

.bannerHeading .banner-blk span small {

	text-transform: uppercase;

	line-height: 13px;

	font-weight: 600;

	letter-spacing: 0.40em;

	display: block;

	margin-top: 10px;

}

.bannerHeading .banner-blk span small span {

	float: none;

	display: inline-block;

	vertical-align: bottom;

	margin: 0;

}

.bannerHeading .banner-blk span small img {

	display: inline-block !important;

	width: auto !important;

	vertical-align: middle;

	margin-bottom: 0;

	margin-left: 8px;

	margin-right: 8px;

}

.seoServices .seoservice-title {

	color: #222;

	font-size: 16px;

	font-weight: 600;

	letter-spacing: .5px;

	line-height: normal;

	width: 100%;

	margin: 0 0 15px;

	text-align: center;

}

.bannerContent .sty1 {

	font-size: 18px;

	letter-spacing: 0.4px;

	margin: 0;

	text-transform: uppercase;

}

.bannerContent .sty2 {

	font-weight: 400;

	display: inline;

	font-size: 22px;

	letter-spacing: 2.6px;

	margin: 0;

	text-transform: uppercase;

}

.bannerContent .sty3 {

	font-weight: 400;

	font-size: 19px;

	letter-spacing: 2.6px;

	margin: 0;

	text-transform: uppercase;

}

.bannerActions a {

	background: #fff none repeat scroll 0 0;

	color: #0d0d0d;

	display: inline-block;

	font-size: 15px;

	font-weight: 700;

	margin-top: 12px;

	margin-right: 15px;

	min-width: 168px;

	padding: 9px 10px;

	text-align: center;

	vertical-align: top;

	transition: all .5s ease;

	-webkit-transform: translateZ(0);

	transform: translateZ(0);

	box-shadow: 0 0 1px transparent;

	-webkit-backface-visibility: hidden;

	backface-visibility: hidden;

	-moz-osx-font-smoothing: grayscale;

	position: relative;

	-webkit-transition-property: color;

	transition-property: color;

	-webkit-transition-duration: .3s;

	transition-duration: .3s;

	text-transform: uppercase;

}

.bannerActions a::before {

	content: "";

	position: absolute;

	z-index: -1;

	top: 0;

	bottom: 0;

	left: 0;

	right: 0;

	background: #5f9d38;

	-webkit-transform: scaleX(0);

	transform: scaleX(0);

	-webkit-transform-origin: 50%;

	transform-origin: 50%;

	-webkit-transition-property: transform;

	transition-property: transform;

	-webkit-transition-duration: .3s;

	transition-duration: .3s;

	-webkit-transition-timing-function: ease-out;

	transition-timing-function: ease-out;

}

.bannerActions a::before {

	background: #286fa3;

}

.bannerActions a:hover {

	color: #fff;

}

.bannerActions a:hover::before {

	-webkit-transform: scaleX(1);

	transform: scaleX(1);

}


.bannerContainer.slide3 .sty1 {

	font-weight: 600;

	font-size: 20px;

	line-height: 20px;

	letter-spacing: 0.025em;

	text-transform: uppercase;

}


.bannerContainer.slide3 .sty2 {

	font-weight: 600;

	display: inline;

	font-size: 20px;

	line-height: 18px;

	letter-spacing: 0.03em;

	text-transform: uppercase;

}

.bannerContainer.slide3 .sty3 {

	font-weight: 600;

	font-size: 30px;

	letter-spacing: 0.085em;

	/*line-height: 20px;*/

	line-height: 1;

}

.bannerContainer.slide3 .bannerHeading h2 span {

	font-size: 21px;

	line-height: 27px;

	font-weight: bold;

	text-transform: uppercase;

	color: #fff;

	letter-spacing: 0.21em;

	margin-top: 0;

}

.bannerContainer.slide3 .bannerHeading .sty4 {

	font-size: 30px;

	line-height: 19px;

	text-transform: uppercase;

	font-weight: bold;

	letter-spacing: 0.17em;

}

.bannerContainer.slide3 .bannerHeading h2 span small {

	margin-top: 0;

}


.bannerContainer.slide4 .bannerHeading h2 span {

	font-size: 18px;

	font-weight: bold;

	margin-top: 9px;

}

.bannerContainer.slide4 .bannerHeading h2 span small {

	font-size: 18px;

	font-weight: bold;

	color: #000;

	letter-spacing: normal;

	margin: 4px 0 0;

}

.bannerContainer.slide4 .bannerHeading h2 span small img {

	margin-bottom: 0;

	margin-left: 0;

	margin-right: 0;

}

.bannerContainer.slide4 .sty1 {

	font-weight: bold;

	font-size: 37px;

	line-height: 1;

}

.bannerContainer.slide4 .sty2 {

	font-weight: bold;

	font-size: 25px;

	letter-spacing: 1px;

	line-height: 1;

}

.bannerContainer.slide4 .sty3 {

	font-weight: bold;

	font-size: 16px;

	letter-spacing: 0.14em;

	line-height: 1;

}

.bannerContainer.slide4 .bannerHeading h2 {

	margin-bottom: 8px;

}


.bannerContainer.slide5 .bannerHeading h2 span {

	font-weight: bold;

	text-transform: uppercase;

	font-size: 52px;

	line-height: 51px;

	margin-top: 1px;

}

.bannerContainer.slide5 .bannerHeading h2 span small {

	font-size: 22px;

	font-weight: bold;

	text-transform: uppercase;

	color: #000000;

	letter-spacing: normal;

}

.bannerContainer.slide5 .bannerHeading h2 span .sty5 {

	font-weight: bold;

	text-transform: uppercase;

	font-size: 52px;

	line-height: 51px;

	letter-spacing: 5px;

	color: #fff;

	margin-top: 0;

}

.bannerContainer.slide5 .bannerHeading h2 span small img {

	margin-bottom: 0;

	margin-left: 0;

	margin-right: 0;

}

.bannerContainer.slide5 .sty1 {

	font-size: 34px;

	font-weight: bold;

	letter-spacing: 1px;

	line-height: 1;

}

.bannerContainer.slide5 .sty2 {

	font-size: 22px;

	font-weight: bold;

	letter-spacing: 3px;

}

.bannerContainer.slide5 .sty3 {

	font-size: 16px;

	font-weight: bold;

	letter-spacing: 3px;

}

.slide3 .bannerHeading .banner-blk .sty4 {
	margin-top: 4px;
}

.slide3 .bannerHeading .banner-blk .digital {
	font-size: 21px;

	line-height: 27px;

	font-weight: bold;

	text-transform: uppercase;

	color: #fff;

	letter-spacing: 0.21em;

	margin-top: 3px;

	margin-bottom: -5px;
}

.slide5 .banner-blk .banner-web {
	font-weight: bold;

	text-transform: uppercase;

	font-size: 52px;

	line-height: 51px;
}

.slide5 .banner-blk .sty5 {
	font-weight: bold;

	text-transform: uppercase;

	font-size: 52px;

	line-height: 51px;

	letter-spacing: 5px;
}

.slide5 .banner-blk .banner-com {
	font-size: 22px;

	font-weight: bold;

	text-transform: uppercase;

	color: #000000;
	letter-spacing: 0px;
}

.slide5 .banner-blk .banner-web-blk {
	margin-top: 2px
}

.bannerContainer.slide5 .bannerHeading h2 {

	margin-bottom: 8px;

}

.slide6 .banner-blk .int-search {
	font-weight: bold;

	text-transform: uppercase;

	font-size: 22px;

	line-height: 18px;

	margin-top: 31px;
}

.slide6 .banner-blk .int-search {
	font-weight: bold;

	text-transform: uppercase;

	font-size: 22px;

	line-height: 18px;

	margin-top: 31px;
	width: 100%;
}

.slide6 .banner-blk .int-blk .banner-company {
	font-weight: bold;

	text-transform: uppercase;

	color: #000000;

	font-size: 18px;

	letter-spacing: 3.4px;
}

.slide6 .banner-blk .int-blk .sty5 {
	font-weight: bold;

	text-transform: uppercase;

	line-height: 51px;

	font-size: 45px;
	letter-spacing: 0;
}

.homeOwlslider .owl-carousel .owl-item img {
	height: auto;
}

.bannerHeading p em {

	display: inline-block;

	font-size: 40px;

	font-weight: 700;

	line-height: 38px;

	vertical-align: bottom;

}

.bannerContainer.slide5 .bannerHeading p {

	display: inline-block;

	font-size: 170px;

	font-weight: 700;

	line-height: 124px;

	margin-right: 11px;

	vertical-align: top;

}


.bannerContainer.slide6 .bannerHeading h2 span {

	font-weight: bold;

	text-transform: uppercase;

	font-size: 22px;

	line-height: 18px;

	margin-top: 31px;

}

.bannerContainer.slide6 .bannerHeading h2 span small {

	font-weight: bold;

	text-transform: uppercase;

	color: #000000;

	font-size: 18px;

	letter-spacing: 3.4px;

	margin: 5px 0 0;

}

.bannerContainer.slide6 .bannerHeading h2 span .sty5 {

	font-weight: bold;

	text-transform: uppercase;

	line-height: 51px;

	font-size: 45px;

	color: #fff;

	margin: 0;

	letter-spacing: normal;

}

.bannerContainer.slide6 .bannerHeading h2 span small img {

	margin-bottom: 0;

	margin-left: 0;

	margin-right: 0;

}

.bannerContainer.slide6 .sty1 {

	font-weight: bold;

	font-size: 35px;

	line-height: 1;

}

.bannerContainer.slide6 .sty2 {

	font-weight: bold;

	font-size: 28px;

	letter-spacing: 12.5px;

	line-height: 1;

}

.bannerContainer.slide6 .sty3 {

	font-weight: bold;

	font-size: 20px;

	letter-spacing: 6px;

	line-height: 1;

}

.bannerContainer.slide6 .bannerHeading h2 {

	margin-bottom: 8px;

}

.bannerContainer.slide6 .bannerHeading p em {

	display: inline-block;

	font-size: 40px;

	font-weight: 700;

	line-height: 38px;

	vertical-align: bottom;

}

.bannerContainer.slide6 .bannerHeading p {

	display: inline-block;

	font-size: 170px;

	font-weight: 700;

	line-height: 124px;

	margin-right: 11px;

	vertical-align: top;

}


.sectionHeading {

	margin-bottom: 35px;

	text-align: center;

}

.sectionHeading h2 {

	color: #08689f;

	font-size: 30px;

	font-weight: 600;

	margin-bottom: 25px;

}

.sectionHeading p {

	margin-bottom: 0;

	min-height: auto !important;

}

.seoServices {

	padding: 55px 0;

	width: 100%;

	position: relative;

	background: #fff;

}

/*.home .seoServices{padding-top: 45px;}*/
.awardsAccolades img{    height: 110px;}

.seoServicesBox {

	padding: 35px;

	text-align: center;

	border: 1px solid #dfdfdf;

	border-top: 0;

	border-left: 0;position: relative;

}

.seoServicesBox:nth-child(1) {

	padding-top: 0;

}

.seoServicesBox:nth-child(2) {

	padding-top: 0;

}

.seoServicesBox:nth-child(3) {

	border-right: 0;

	padding-top: 0;

}

.seoServicesBox:nth-child(6) {

	border-right: 0;

}

.seoServicesBox:nth-child(7) {

	border-bottom: 0;

}

.seoServicesBox:nth-child(8) {

	border-bottom: 0;

}

.seoServicesBox:nth-child(9) {

	border-bottom: 0;

	border-right: 0;

}

.serviceImg {

	width: 115px;

	height: 65px;

	margin: 0 auto;

	margin-bottom: 24px;

}

.serviceImg img {

	max-width: 100%;

}

.seoServices h3 {

	color: #222;

	font-size: 16px;

	font-weight: 500;

	letter-spacing: .5px;

	line-height: normal;

	width: 100%;

	margin: 0 0 15px;

	text-align: center;

}

.seoServices p {

	/*color: #626262; */
	color: #000000;

	margin-bottom: 29px;

	min-height: 160px;

}

.seoServices a.getTopRankBtn {

	background: #276ea2 none repeat scroll 0 0;

	border-radius: 100px;

	color: #fff;

	display: inline-block;

	font-size: 14px;

	font-weight: 500;

	height: 38px;

	line-height: 38px;

	vertical-align: top;

	overflow: hidden;

	width: 210px;

	transition: all .5s ease;

	display: inline-block;

	-webkit-transform: translateZ(0);

	transform: translateZ(0);

	box-shadow: 0 0 1px transparent;

	-webkit-backface-visibility: hidden;

	backface-visibility: hidden;

	-moz-osx-font-smoothing: grayscale;

	position: relative;

	-webkit-transition-property: color;

	transition-property: color;

	-webkit-transition-duration: .3s;

	transition-duration: .3s;

	text-transform: uppercase;
	position: absolute;
  bottom: 30px;
  left: 0;
  margin: auto;
  right: 0;

}

.seoServices a.getTopRankBtn::before {

	content: "";

	position: absolute;

	z-index: -1;

	top: 0;

	bottom: 0;

	left: 0;

	right: 0;

	background: #5f9d38;

	-webkit-transform: scaleX(0);

	transform: scaleX(0);

	-webkit-transform-origin: 50%;

	transform-origin: 50%;

	-webkit-transition-property: transform;

	transition-property: transform;

	-webkit-transition-duration: .3s;

	transition-duration: .3s;

	-webkit-transition-timing-function: ease-out;

	transition-timing-function: ease-out;

}

.seoServices a.getTopRankBtn:hover::before {

	-webkit-transform: scaleX(1);

	transform: scaleX(1);

}


.scroll_down {

	position: absolute;

	bottom: 5px;

	left: 50%;

	margin-left: -60px;

	width: 104px;

	height: 60px;

	z-index: 888;

	cursor: pointer;

}

.homeBanner span:after,
.topBar span:after {
	display: none;
}


.hyper {

	background: url(../images/down-arrow.png) no-repeat 0 0;

	position: absolute;

	top: -10px;

	height: 37px;

	width: 37px;

	left: 40px;

}

.tax-portfolio h1 {
	font-size: 30px;
	font-weight: 300;
}


.whyChoose {

	width: 100%;

	background: #f6f6f6;

	padding: 55px 0 35px;

}

.whyChoose h2 {

	color: #222;

	font-size: 42px;

	font-weight: 300;

	margin: 0 0 24px;

	text-align: center;

}

.whyChoose ul {

	margin: 0;

	padding: 0;

}

.whyChoose ul.whyLeftUl {

	margin-right: 7%;

}

.whyChoose ul li {

	/*color: rgba(97,97,97,.7);*/
	color: #000;

	display: block;

	font-size: 14px;

	margin-bottom: 26px;

	padding-left: 40px;

	position: relative;

	text-align: justify;

	width: 100%;

}

.whyChoose ul li::after {

	content: "";

	width: 30px;

	height: 30px;

	background: url(../images/sprite-new-min.png) no-repeat -234px -6px;

	display: inline-block;

	vertical-align: top;

	position: absolute;

	left: 0;

	top: 0;

}

b,
strong {

	font-weight: 600;

}


.whyChoose ul.whyRightUl {

	margin-left: 7%;

}

.bestSeo {

	width: 100%;

	background: #fff;

	padding: 55px 0 35px;

}

.smalltxt {

	font-size: 13px;

}

.awardsAccoladesSection h2 {

	font-size: 24px;

	font-weight: 300;

	margin: 15px 0 24px;

	text-align: center;

	color: #000;

}

.awardsAccolades {

	text-align: center;

	display: flex;

	flex-wrap: nowrap;

	overflow-x: auto;
	padding-bottom: 15px;
}

.awardsAccolades img {
	margin: 0 .5% 0 0;
}

/* width */
.awardsAccolades::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}

/* Track */
.awardsAccolades::-webkit-scrollbar-track {
	background: #f1f1f1;
}

/* Handle */
.awardsAccolades::-webkit-scrollbar-thumb {
	background: #888;
}

/* Handle on hover */
.awardsAccolades::-webkit-scrollbar-thumb:hover {
	background: #555;
}


img {

	max-width: 100%;

}

.faqSection {

	background-color: #131313;

	padding: 48px 0;

	width: 100%;

}

.faqSection h2 {

	color: #fff;

	font-size: 42px;

	font-weight: 300;

	margin: 0 0 24px;

}

.faqSection ul {

	list-style: none;

	margin: 0;

	padding: 0;

}

ul.acordianFaq>li {

	display: inline-block;

	vertical-align: top;

	width: 100%;

	padding: 4px 0;

	margin-bottom: 10px;

	border-bottom: solid 1px #666;

	font-size: 14px;

	transition: all 0.3s ease;

}

.faqSection .sp-easy-accordion .sp-ea-single .ea-header {

	color: rgba(239, 239, 239, .7);

	font-weight: 600;

	cursor: pointer;

	position: relative;

	padding-right: 0;

	margin: 0;

	font-size: 14px;

	transition: all 0.3s ease;

	/*border-bottom: solid 1px #666;*/

	padding-bottom: 8px;

}

#sp-ea-66.sp-easy-accordion>.sp-ea-single>.ea-header a {

	color: #fff;

	color: rgba(239, 239, 239, .7);

	font-weight: 600;

	cursor: pointer;

	position: relative;

	padding: 0;

	margin: 0 0 0;

	font-size: 14px;

	transition: all 0.3s ease;

}

.faqSection ul>li .faqTitle::after {

	content: "[+]";

	position: absolute;

	right: 0;

	top: 0;

}

.faqSection .fa-minus::before {

	content: "[-]";

}

.faqSection ul>li .faqTitle.active::after {

	content: "[-]";

}

.faqSection .fa-plus::before {

	content: "[+]";

}

#sp-ea-66.sp-easy-accordion>.sp-ea-single>.ea-header a .ea-expand-icon.fa {

	float: left;

	color: #fff;

	font-size: 14px;

	position: absolute;

	right: 0;

	margin: 0;

}

#sp-ea-66.sp-easy-accordion>.sp-ea-single>.sp-collapse>.ea-body {

	overflow: hidden;

	color: rgba(239, 239, 239, .7);

	padding-bottom: 10px;

}

#sp-ea-66.sp-easy-accordion>.sp-ea-single>.sp-collapse>.ea-body {

	background: transparent;

	color: rgba(239, 239, 239, .7);

}

.faqSection .sp-easy-accordion.active {

	display: block;

}

.faqSection .ea-body a:hover {
	color: #276ea2;
	text-decoration: underline;
}


.faqSection .sp-easy-accordion ul {

	margin: 10px 0 0;

}

.faqSection .sp-easy-accordion ul li {

	border: none;

	position: relative;

	padding: 0 0 0 10px;

	margin-bottom: 10px;

}

.faqSection .sp-easy-accordion ul li::before {

	content: "\f105";

	font-family: FontAwesome;

	position: absolute;

	left: 0;

}

.faqSection .sp-easy-accordion>.sp-ea-single {

	background: transparent !important;

	border: 0 !important;

	margin-bottom: 8px !important;

}

.home .faqSection .sp-easy-accordion>.sp-ea-single {
	border-bottom: solid 1px #666 !important;
}


.seoServices h1.heading,
.seoServices h2.heading {

	color: #08689f;

	font-size: 30px;

	font-weight: 600;

	margin-bottom: 24px;

	margin-top: 0;

}


#sp-ea-188 {

	margin-bottom: 25px;

}

#sp-ea-188.sp-easy-accordion .sp-ea-single .ea-header {

	color: #000;

	font-weight: 600;

	cursor: pointer;

	position: relative;

	padding-right: 0;

	margin: 0;

	font-size: 14px;

	transition: all 0.3s ease;

	border-bottom: solid 1px #e2e2e2;

	padding-bottom: 8px;

}

#sp-ea-188.sp-easy-accordion>.sp-ea-single>.ea-header a {

	color: #000;

	font-weight: 600;

	cursor: pointer;

	position: relative;

	padding: 0;

	margin: 0 0 0;

	font-size: 14px;

	transition: all 0.3s ease;

}

#sp-ea-188 ul>li .faqTitle::after {

	content: "[+]";

	position: absolute;

	right: 0;

	top: 0;

}

#sp-ea-188 .fa-minus::before {

	content: "[-]";

}

#sp-ea-188 ul>li .faqTitle.active::after {

	content: "[-]";

}

#sp-ea-188 .fa-plus::before {

	content: "[+]";

}

#sp-ea-188.sp-easy-accordion>.sp-ea-single>.ea-header a .ea-expand-icon.fa {

	float: left;

	color: #000;

	font-size: 14px;

	position: absolute;

	right: 0;

	margin: 0;

}

#sp-ea-188.sp-easy-accordion>.sp-ea-single>.sp-collapse>.ea-body {

	overflow: hidden;

	color: #616161;

	padding-bottom: 10px;

}

#sp-ea-188.sp-easy-accordion>.sp-ea-single>.sp-collapse>.ea-body {

	background: transparent;

	color: #616161;

}

#sp-ea-188.sp-easy-accordion.active {

	display: block;

}


#sp-ea-188.sp-easy-accordion ul {

	margin: 10px 0 0;

}

#sp-ea-188.sp-easy-accordion ul li {

	border: none;

	position: relative;

	padding: 0 0 0 10px;

	margin-bottom: 10px;

}

#sp-ea-188.sp-easy-accordion ul li::before {

	content: "\f105";

	font-family: FontAwesome;

	position: absolute;

	left: 0;

}

#sp-ea-188.sp-easy-accordion>.sp-ea-single {

	background: transparent !important;

	border: 0 !important;

	margin-bottom: 8px !important
}


.letestWork {

	width: 100%;

	padding: 55px 0 0;

	text-align: center;

	background: #fff;

}

.latestWorkBox {

	padding: 0;

	text-align: center;

	border: 1px solid rgba(134, 134, 134, .8);

	border-top: 0;

	border-left: 0;

	position: relative;

	z-index: 0;

	overflow: hidden;

}

.latestWorkBox:nth-child(3) {

	border-right: 0;

}

.latestWorkBox:nth-child(4) {

	border-bottom: 0;

}

.latestWorkBox:nth-child(5) {

	border-bottom: 0;

}

.latestWorkBox:nth-child(6) {

	border-right: 0;

	border-bottom: 0;

}

.workImg img {

	width: 100%;

}

.latestWorkBox a {

	background: rgba(0, 0, 0, .6) none repeat scroll 0 0;

	height: 100%;

	left: 0;

	position: absolute;

	top: 0;

	width: 100%;

	padding: 0;

	display: block;

	z-index: 1;

}

.workContent {

	position: absolute;

	top: 50%;

	margin: auto;

	transform: translateY(-50%);

	left: 0;

	right: 0;

	text-align: center;

	color: #fff;

}


.workContent h3 {

	color: #fff;

	font-size: 22px;

	margin: 0;

	padding: 0;

}

.workContent .icon {

	background: rgba(0, 0, 0, 0) url(../images/sprite-new-min.png) no-repeat scroll 0 0;

	display: inline-block;

	height: 100px;

	margin: 0 auto;

	vertical-align: top;

	width: 100px;

}

.latestWorkBox:hover img {

	transform: scale(1.2);

}

.latestWorkBox:nth-child(1) .workContent .icon {

	background-position: 8px -152px;

}

.latestWorkBox:nth-child(2) .workContent .icon {

	background-position: -114px -148px;

}

.latestWorkBox:nth-child(3) .workContent .icon {

	background-position: -248px -149px;

}

.latestWorkBox:nth-child(4) .workContent .icon {

	background-position: -574px -356px;

}

.latestWorkBox:nth-child(5) .workContent .icon {

	background-position: -505px -148px;

}

.latestWorkBox:nth-child(6) .workContent .icon {

	background-position: -710px -412px;

}

.clientSpeak {

	width: 100%;

	padding: 55px 0;

	background: #fff;

}

.clientSpeak h2 {

	color: #222;

	font-size: 34px;

	font-weight: 300;

	margin: 0 0 24px;

}

.clientSpeak .speakBox {

	min-height: 177px;

	text-align: justify;

	padding-right: 3%;

}

.clientSpeak .speakBox p {

	margin-bottom: 8px;

	font-style: italic;

}

.clientSpeak .spekerName {

	color: rgba(95, 95, 95, .8);

	font-size: 14px;

	text-align: right;

}

a.viewAllBtn {

	color: #fff;

	font-size: 14px;

	text-decoration: none;

	vertical-align: top;

	background: #08689f;

	border-radius: 50px;

	padding: 5px 20px;

	text-transform: uppercase;

}

a.viewAllBtn em {

	background: rgba(0, 0, 0, 0) url(../images/sprite-new-min.png) no-repeat scroll -331px -64px;

	display: inline-block;

	height: 22px;

	vertical-align: top;

	width: 19px;

	transition: all .5s ease;

}

a.viewAllBtn:hover {

	color: #FFF;

	cursor: pointer;

	background: #5f9d39;

}

a.viewAllBtn:hover em {

	margin-left: 8px;

}


.ClientsBox a {

	border: 1px solid #dcdcdc;

	display: inline-block;

	margin-bottom: 15px;

	margin-right: 6px;

	margin-left: 1px;

	height: 90px;

	padding: 5px 0;

	background: #fff;

	max-width: 127px;

	width: 100%;

}

.ClientsBox a img {

	height: auto;

}

.ClientsBox a:nth-child(4n) {

	margin-right: 0;

}


.blogNews {

	width: 100%;

	padding: 55px 0;

	background: #f6f6f6;

}

.blogNews h2 {

	color: #222;

	font-size: 34px;

	font-weight: 300;

	margin: 0 0 34px;

}

.blogNews .blogText {

	color: #222;

	display: inline-block;

	font-size: 14px;

	/*min-height: 240px;*/

	overflow: hidden;

	padding: 30px 12px 37px 55px;

	position: relative;

	vertical-align: top;

	width: 100%;

	background: #fff;

	border: 1px solid #e1e1e1;

	border-top: 0;

}

.blogNews .blogText.nextBlog {

	background: #232323 none repeat scroll 0 0;

	color: #fff;

	/*min-height: 240px;*/

	padding: 22px 12px 20px 55px;

	border: 1px solid #232323;

}

.dark-bg {
	background: #232323 none repeat scroll 0 0;
}

.pad-0 {
	padding: 0 !important
}

.blogNews .blogText::before {

	background: #414a4f url(../images/sprite-new-min.png) no-repeat -128px -1px;

	content: "";

	height: 40px;

	left: 0;

	position: absolute;

	top: 35px;

	width: 40px;

}

.blogNews .blogHeading {

	color: #222;

	font-size: 18px;

	margin: 0 0 5px;font-weight: 600;

}

.blogNews .blogDate {

	margin-bottom: 14px;

}

.blogNews .blogText p {

	margin: 0;

	padding: 0;

}

.blogImg img {

	width: 100%;

}

.blogNews .blogText.nextBlog .blogHeading,
.blogNews .blogText.nextBlog .blogDate,
.blogNews .blogText.nextBlog p {

	color: #fff;

}

.blogNews .blogText a.viewAllBtn {

	color: #fff;

	display: inline-block;

	padding: 4px 20px;

	border-radius: 50px;

	border: 2px solid #fff;

	font-size: 14px;

	text-transform: uppercase;

	margin-top: 20px;

}

.blogNews .blogText a.viewAllBtn {

	color: #276ea2;

	border: 2px solid #276ea2;

	background: transparent;

}

.blogNews .blogText a.viewAllBtn em {

	background: rgba(0, 0, 0, 0) url(../images/sprite-new-min.png) no-repeat scroll -390px -64px;

}

.blogNews .blogText.nextBlog a.viewAllBtn {

	color: #fff;

	border: 2px solid #fff;

	background: transparent;

}

.blogNews .blogText.nextBlog a.viewAllBtn em {

	background: rgba(0, 0, 0, 0) url(../images/sprite-new-min.png) no-repeat scroll -331px -64px;

}

.newsBox {

	background: #5f9d38 none repeat scroll 0 0;

	color: #fff;

	font-size: 14px;

	font-weight: 600;

	line-height: 20px;

	padding-bottom: 10px;

}

.newsBox ul {

	margin: 0;

	padding: 0;

	width: 100%;

	display: inline-block;

	vertical-align: top;

}

.newsBox ul li {

	width: 100%;

	border-bottom: 1px solid #f6f6f6;

	padding: 19px 22px 6px;

}

.newsBox ul li:last-child {

	border-bottom: none;

}

.newsBox ul li a {

	margin-bottom: 6px;

	color: #fff;

}

.newsBox ul li p {

	margin-bottom: 6px;

	color: #fff;

}

.newsBox a.viewAllBtn {

	color: #fff;

	display: inline-block;

	font-size: 14px;

	padding: 1px 20px 18px;

	text-decoration: none;

	vertical-align: top;

	background-color: transparent;

	text-transform: none;

}

.digtialTips {

	width: 100%;

	padding: 55px 0;

	color: #000000;

	font-size: 14px;

	text-align: center;

	background: #fff;

}

.sectionHeading h2 {

	color: #222;

	font-size: 42px;

	font-weight: 300;

	margin: 0 0 24px;

	text-align: center;

}

.sectionHeading p {

	margin: 0 0 0;

}

.videoBox {

	display: block;

	cursor: pointer;

}

.videoBox img {

	max-width: 479px;

	width: 100%;

}

.videoBox a {

	display: block;

}

.videoBox {

	position: relative;

}

.videoBox::before {

	content: '\f16a';

	position: absolute;

	top: 0;

	right: 0;

	bottom: 0;

	left: 0;

	color: red;

	width: 30px;

	height: 18px;

	margin: auto;

	font-family: FontAwesome;

	font-size: 40px;

	border-radius: 100%;

	text-align: center;

	line-height: 50px;

	padding-left: 3px;

	transition: .3s;

}

.videoBox:hover::before {

	color: #fff;

}


.videoText {

	text-align: left;

	position: relative;

}

.videoText p {

	margin: 0;

	padding: 0;

}

.videoText ul {

	padding: 0;

	margin-top: 10px;

}

.videoText ul li {

	padding: 0 0 8px 22px;

	position: relative;

	list-style: none;

}

.videoText ul li::before {

	content: "\f105";

	font-family: FontAwesome;

	position: absolute;

	left: 5px;

}

.modal-content {

	position: relative;

	background-color: #fff;

	-webkit-background-clip: padding-box;

	background-clip: padding-box;

	border: 1px solid #999;

	border: 1px solid rgba(0, 0, 0, .2);

	border-radius: 6px;

	outline: 0;

	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);

	box-shadow: 0 3px 9px rgba(0, 0, 0, .5);

}

.modal-body {

	position: relative;

	padding: 15px;

}

#VModal button.close {

	opacity: 1;

	right: -14px;

	top: -4px;

	position: absolute;

	font-size: 20px;

	line-height: 1;

	background: #276ea2;

	color: #fff;

	font-weight: 300;

	padding: 0px;

	height: 22px;

	z-index: 99;

	width: 22px;

}

.modal {

	position: fixed;

	top: 0;

	left: 0;

	z-index: 99999;

	width: 100%;

	height: 100%;

	overflow: hidden;

	outline: 0;

}

.modal img {

	width: 100%;

	max-width: 100%;

}

.modal-backdrop {

	display: none !important;

}

.modal-open .modal {

	overflow-x: hidden;

	overflow-y: auto;

}

.modal.in .modal-dialog {

	-webkit-transform: translate(0, 0);

	-ms-transform: translate(0, 0);

	-o-transform: translate(0, 0);

	transform: translate(0, 0);

}

.modal-dialog {

	width: 600px;

	margin: 35px auto 0;

	display: block;

	max-width: 100%;

}

#VModal .modal-content {

	background-color: #f1f1f1;

	box-shadow: 0 5px 15px rgba(0, 0, 0, .5);

}


.getInTouch {

	width: 100%;

	background: url(../images/Get-in-Touch-min.jpg) no-repeat 0 0;

	min-height: 624px;

	background-size: cover;

	background-attachment: fixed;

	padding: 55px 0 50px;

	font-size: 16px;

	line-height: 28px;

}


.getInTouch h2 {

	padding-bottom: 20px;

	font-weight: 700;

	color: #fff;

	font-size: 42px;

	margin: 0 0 100px;

	text-align: center;

	text-transform: uppercase;

	position: relative;

}

.getInTouch h2::after {

	background: #aebac0 none repeat scroll 0 0;

	bottom: 0;

	content: "";

	display: inline-block;

	height: 1px;

	left: 0;

	margin: 0 auto;

	position: absolute;

	right: 0;

	vertical-align: top;

	width: 112px;

}

.getInTouch h3 {

	font-size: 24px;

	font-weight: 700;

	margin-bottom: 24px;

	margin-top: 0;

	color: #fff;

}

.getInTouch a {

	color: #fff;

	display: inline-block;

	font-size: 16px;

	line-height: 28px;

}

.home .getInTouch a:hover {
	color: #5f9d38;
}

.getInTouch .fooSkype a {

	color: #fff;

	display: inline-block;

}

.getInTouch p {

	font-weight: 600;

	margin: 0;

	color: #fff;

}

.getInTouch span {

	font-weight: 400;

	margin: 0;

	display: block;

}

.infoRow {

	margin-bottom: 25px;

}


.socialLinks a {

	background: url(../images/sprite-new-min.png) no-repeat 0 0;

	width: 44px;

	height: 36px;

	display: inline-block;

	vertical-align: top;

	margin: 12px 14px 0 0;

}

.socialLinks a[title="Facebook"] {

	background-position: -26px -367px;

}

.socialLinks a[title="Twitter"] {

	background-position: -86px -367px;

}

.socialLinks a[title="Linkedin"] {

	background-position: -146px -367px;

}

.socialLinks a[title="Pinterest"] {

	background-position: -205px -367px;

}

.socialLinks span {

	color: #fff;

	display: block;

	margin-bottom: 7px;

}


.socialLinks a:hover[title="Facebook"] {

	background-position: -26px -419px;

}

.socialLinks a:hover[title="Twitter"] {

	background-position: -86px -419px;

}

.socialLinks a:hover[title="Linkedin"] {

	background-position: -146px -419px;

}

.socialLinks a:hover[title="Pinterest"] {

	background-position: -205px -419px;

}




fieldset {

	min-width: 0;

	padding: 0;

	margin: 0;

	border: 0;

}


.formright .form {

	width: 84%
}


.formright .form .rowitem input,

.formright .form .rowitem select,

.formright .form .rowitem textarea {

	background: rgba(255, 255, 255, .5) none repeat scroll 0 0;

	border: medium none;

	color: #fff;

	height: 45px;

	padding: 0 17px;

	width: 100%;font-size: 14px;

	resize: none
}


.formright .form .rowitem input::-webkit-input-placeholder {

	color: #fff;

	opacity: 1 !important
}


.formright .form .rowitem input::-moz-placeholder {

	color: #fff;

	opacity: 1 !important
}


.formright .form .rowitem input:-ms-input-placeholder {

	color: #fff;

	opacity: 1 !important
}


.formright .form .rowitem input:-moz-placeholder {

	color: #fff;

	opacity: 1 !important
}


.formright .form .rowitem textarea::-webkit-input-placeholder {

	color: #fff;

	opacity: 1 !important
}


.formright .form .rowitem textarea::-moz-placeholder {

	color: #fff;

	opacity: 1 !important
}


.formright .form .rowitem textarea:-ms-input-placeholder {

	color: #fff;

	opacity: 1 !important
}


.formright .form .rowitem textarea:-moz-placeholder {

	color: #fff;

	opacity: 1 !important
}


.formright .form .rowitem select {

	background: rgba(255, 255, 255, .5) url(https://www.techmagnate.com/images/arrow.png) no-repeat 97% 20px;

	appearance: none;

	-moz-appearance: none;

	-webkit-appearance: none;

	cursor: pointer
}


.formright .form .rowitem textarea {

	height: 130px;

	padding-top: 15px
}


.formright .form .rowitem.cuptch>input {

	margin-right: 2%;

	width: 50%
}


.formright .form .rowitem>span.small {

	display: inline-block;

	margin-right: 2%;

	vertical-align: top;

	width: 49%
}


.formright .form .rowitem>span.small:last-child {

	margin-right: 0
}


.formright .form .rowitem.cuptch .cuptchacode {

	background: #ececec;

	display: inline-block;

	height: 45px;

	padding: 7px 0;

	text-align: center;

	vertical-align: top;

	width: 47%
}


.formright .form #contact-submit,

.formright .form input[type=button],

.formright .form input[type=submit] {

	background: #5f9d38 none repeat scroll 0 0;

	border: medium none;

	color: #fff;

	font-weight: 700;

	cursor: pointer;

	height: 47px;

	text-transform: uppercase;

	width: 130px;

	transition: all .5s ease
}


.formright .form input[type=button]:hover {

	box-shadow: 220px 0 0 rgba(39, 110, 162, 1) inset
}


.formright .form .rowitem {

	display: flex;flex-wrap: wrap;

	margin-bottom: 15px;

	vertical-align: top;

	width: 100%
}

/*.formright .form .rowitem>span.small.mr1 {

	margin-right: 1%;

}*/

.form .rowitem select option {

	background: rgba(0, 0, 0, .3);

	color: #fff
}

/*---end of homepage form---*/


/*--inner page banner region--*/

.textbl {

	color: rgba(255, 255, 255, .9);

	display: inline-block;

	font-size: 15px;

	vertical-align: top;

	width: 100%
}


.textbl h1 {

	color: rgba(255, 255, 255, .9);

	font-size: 32px;

	font-weight: 600;

	margin: 0 0 24px;

	line-height: 1.1;

}


.textbl h2 {

	color: #fff;

	font-size: 24px;
	font-weight: 500;

}


.textbl .rightbanner {

	float: right;

	width: 40%
}

.textbl .leftcontent {

	float: left;

	padding-bottom: 30px;

	padding-top: 20px;

	width: 60%;

}

.textbl .leftcontent h2 {
	margin-bottom: 10px;
}

.textbl .rightbanner img {

	max-width: 100%
}


.textbl .leftcontent a.ctacareer,

.textbl .leftcontent a.linkbtn, .textbl .leftcontent a.linkbtn1 {

	background: #fff none repeat scroll 0 0;

	border-radius: 3px;

	color: #222;

	display: inline-block;

	font-size: 18px;

	font-weight: 600;

	margin-right: 7px;

	min-width: 170px;

	padding: 8px 10px;

	text-align: center;

	vertical-align: top
}

.textbl .leftcontent a.ctacareer,
.textbl .leftcontent a.linkbtn, .textbl .leftcontent a.linkbtn, .textbl .leftcontent a.linkbtn1 {

	background: #fff none repeat scroll 0 0;

	border-radius: 3px;

	color: #222;

	display: inline-block;

	font-size: 18px;

	font-weight: 600;

	margin-right: 7px;

	min-width: 170px;

	padding: 8px 10px;

	text-align: center;

	vertical-align: top;

}

.textbl .leftcontent a.ctacareer i,

.textbl .leftcontent a.linkbtn i, .textbl .leftcontent a.linkbtn1 i {

	width: auto
}


.textbl .leftcontent a.ctacareer,

.textbl .leftcontent a.linkbtn, .textbl .leftcontent a.linkbtn, .textbl .leftcontent a.linkbtn1  {

	display: inline-block;

	-webkit-transform: translateZ(0);

	transform: translateZ(0);

	box-shadow: 0 0 1px transparent;

	-webkit-backface-visibility: hidden;

	backface-visibility: hidden;

	-moz-osx-font-smoothing: grayscale;

	-webkit-transition-property: color;

	transition-property: color;

	-webkit-transition-duration: .3s;

	transition-duration: .3s
}


.textbl .leftcontent a.ctacareer:before,

.textbl .leftcontent a.linkbtn:before, .textbl .leftcontent a.linkbtn1:before {

	content: "";

	position: absolute;

	z-index: -1;

	top: 0;

	bottom: 0;

	left: 0;

	right: 0;

	background: #131313;

	-webkit-transform: scaleX(0);

	transform: scaleX(0);

	-webkit-transform-origin: 50%;

	transform-origin: 50%;

	-webkit-transition-property: transform;

	transition-property: transform;

	-webkit-transition-duration: .3s;

	transition-duration: .3s;

	-webkit-transition-timing-function: ease-out;

	transition-timing-function: ease-out
}


.textbl .leftcontent a.linkbtn:active, .textbl .leftcontent a.linkbtn1:active,

.textbl .leftcontent a.linkbtn:focus, .textbl .leftcontent a.linkbtn1:focus,

.textbl .leftcontent a.linkbtn:hover, .textbl .leftcontent a.linkbtn1:hover {

	color: #fff
}


.textbl .leftcontent a.ctacareer:active,

.textbl .leftcontent a.ctacareer:focus,

.textbl .leftcontent a.ctacareer:hover {

	color: #fff
}


.textbl .leftcontent a.linkbtn:active:before, .textbl .leftcontent a.linkbtn1:active:before,

.textbl .leftcontent a.linkbtn:focus:before, .textbl .leftcontent a.linkbtn1:focus:before,

.textbl .leftcontent a.linkbtn:hover:before, .textbl .leftcontent a.linkbtn1:hover:before {

	-webkit-transform: scaleX(1);

	transform: scaleX(1)
}


.textbl .leftcontent a.ctacareer:active:before,

.textbl .leftcontent a.ctacareer:focus:before,

.textbl .leftcontent a.ctacareer:hover:before {

	-webkit-transform: scaleX(1);

	transform: scaleX(1)
}


.textbl .mrgenbt24 {

	margin-bottom: 24px
}


.textbl .mrgenbt15 {

	margin-bottom: 15px
}

/*--end of inner page banner region--*/


.m-b-10 {

	margin: 0 0 1.5% !important
}


.m-b-20 {

	margin: 0 0 3% !important
}


.m-b-30 {

	margin: 0 0 6% !important
}


.m-b-0 {

	margin-bottom: 0 !important
}


.m-t-0 {

	margin-top: 0 !important
}


.m-t-30 {

	margin-top: 30px !important
}


.m-t-20 {

	margin-top: 20px !important
}


.padding-t-0 {

	padding-top: 0 !important
}


.centerAlign {

	text-align: center
}


.who-we-are .whoweareRow.margin-t-0 {

	margin-top: 0
}

.seoteamHelp {

	padding: 30px 0;

}


.packagebanner {

	background: #fff;

	padding: 20px;

	text-align: center;

	margin-bottom: 30px
}

.engagementModels h2,
.packagebanner h2 {

	font-size: 22px;

	line-height: 25px;

	color: #15689f;

	font-weight: 700;

	margin: 0 0 10px !important;

}

.packagebanner small {

	font-size: 18px
}


.packagebanner h2 {

	text-transform: uppercase;

	margin: 0
}


.packagebanner ul {

	list-style: none;

	margin: 20px 0 10px 0;

	padding: 0
}


.packagebanner ul li {

	width: 24%;

	display: inline-block
}


.packagebanner ul.tablehead li {

	padding: 10px 0;

	border-radius: 10px 10px 0 0;

/*	color: #fff;*/

	font-size: 14px;

	font-weight: 600
}


.packagebanner ul.tablelist {

	font-size: 14px
}


.packagebanner ul.tablelist li.color1 {

	color: #0068a1
}


.packagebanner ul.tablelist li.color2 {

	color: #68a848
}


.packagebanner ul.tablelist li.color3 {

	color: #0094e5
}


.packagebanner ul.tablelist li.color4 {

	color: #33b0f4
}


.packagebanner ul.tablehead li.package0 {

	color: #333;

	text-transform: uppercase;

	text-align: left
}


.packagebanner ul.tablehead li.package1 {

	background: #0068a1
}


.packagebanner ul.tablehead li.package2 {

	background: #68a848
}


.packagebanner ul.tablehead li.package3 {

	background: #0094e5
}


.packagebanner ul.tablehead li.package4 {

	background: #33b0f4
}


.packagebanner a.btnlink {

	padding: 10px 20px;

	border-radius: 50px;

	background: #15689f
}


.numberbox {

	background: url('../images/bluebanner-bg.jpg');

	background-size: cover;

	padding: 20px;

	color: #fff;

	border-right: 1px solid #e8e8e8;

	border-top: 1px solid #e8e8e8;

	height: 210px
}


.numberbox p {

	font-size: 16px !important;

	line-height: 24px !important
}


.numberbox .numbigtext {

	font-size: 38px !important;

	font-weight: 700 !important
}


.numberbox a {

	color: #fff !important;

	font-weight: 500 !important;

	font-size: 13px !important
}


.sirbox p {

	font-size: 14px !important
}


.sirbox .sirname {

	padding-left: 5px !important;

	font-size: 14px !important;

	line-height: 20px !important;

	margin-top: 10px !important
}


.sirbox .sirname span {

	font-size: 12px !important
}


/*---FAQ css---*/


.frequentlyasked {

	display: inline-block;

	margin-bottom: 50px;

	margin-top: 30px;

	vertical-align: top;

	width: 100%
}

.frequentlyasked {
	background: #fff;
	padding: 20px 30px;
	box-shadow: 0 0 10px #00000010;
}


.frequentlyasked .titleRow {

	margin-bottom: 20px
}


.frequentlyasked .accordiyanbl {

	display: inline-block;

	margin-right: 2.3%;

	margin-bottom: 45px;

	vertical-align: top;

	width: 48.5%
}


.frequentlyasked.fullWidth .accordiyanbl {

	width: 100%
}


.frequentlyasked .accordiyanbl.second {

	margin-right: 0
}


.frequentlyasked .accordiyanbl h2 {

	margin-top: 0;

	margin-bottom: 24px;

	font-size: 20px;

	color: #276ea2;

	font-weight: 600;

	display: inline-block;

	vertical-align: top;

	width: 100%
}

.postid-152 .frequentlyasked .accordiyanbl h2 {
	display: flex;
}

.postid-152 .frequentlyasked .accordiyanbl h2 img {
	margin-right: 8px;
}

.frequentlyasked .accordiyanbl h2 span.imgicon {

	margin-right: 28px;

	margin-top: -5px;

	float: left
}


.frequentlyasked .accordiyanbl ul {

	margin: 0;

	padding: 0
}




.frequentlyasked .accordiyanbl ul li {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	padding: 0 !important;
	margin-bottom: 10px;
	border-bottom: solid 1px #e2e2e2;
	font-size: 14px;
	background: #15689f !important;
}



.frequentlyasked .accordiyanbl ul li .title,
.frequentlyasked .accordiyanbl ul li h3.title {
	color: #fff;
	font-weight: 600;
	cursor: pointer;
	position: relative;
	padding: 14px 36px 18px 14px;
	font-size: 14px;
	margin: 0;
	text-align: left;
}


.frequentlyasked .accordiyanbl ul li .title:after {
	content: "\f0d7" !important;
	position: absolute;
	right: 22px !important;
	top: 47% !important;
	transform: translateY(-50%) !important;
	font-family: 'FontAwesome';
	font-size: 18px;
}


.frequentlyasked .accordiyanbl ul li.active .title:after {
	content: "\f0d8" !important;
}


.frequentlyasked .accordiyanbl ul li .textbox {
	display: none;
	padding: 24px 20px;
	background: #fff;
}


.frequentlyasked .accordiyanbl ul li .textbox p:last-child {

	margin-bottom: 0
}


.frequentlyasked .enquirybtnlink {

	text-align: center
}


.frequentlyasked .enquirybtnlink>span {

	background: #276ea2 none repeat scroll 0 0;

	color: #fff;

	display: inline-block;

	font-size: 20px;

	font-weight: 300;

	height: 48px;

	line-height: 48px;

	vertical-align: top;

	border-radius: 3px;

	margin: 0 12px 12px;

	padding-right: 18px
}


.frequentlyasked .enquirybtnlink>span a {

	color: #fff;

	font-weight: 700
}


.frequentlyasked .enquirybtnlink>span em {

	display: inline-block;

	vertical-align: top;

	background: #243a4b;

	width: 56px;

	font-size: 34px;

	border-radius: 3px 0 0 3px;

	margin-right: 14px
}


.frequentlyasked .enquirybtnlink>span em i {

	height: auto;

	line-height: 48px;

	text-align: center;

	vertical-align: top;

	width: auto
}


.frequentlyasked .accordiyanbl ul li .bulletlist li {

	border-bottom: none;

	padding: 0 0 5px 14px !important;

	background: url('https://www.techmagnate.com//images/bulletList.png') no-repeat 1px 6px !important;list-style: none;
}

/*----FAQ css---*/


.rightContainer ul {

	list-style: none;

	margin: 0;

	padding: 0;

}

.rightContainer ul.menu li {
	padding-bottom: 10px;
	margin-bottom: 8px;
	border-bottom: 1px dotted #e8e8e8;

	padding-left: 17px;
	position: relative;
}

.rightContainer ul.menu li:before {

	content: "\f105";

	font-family: FontAwesome;

	position: absolute;

	z-index: 1;

	left: 2px;

	top: 2px;

	font-size: 14px;

	color: #276ea2;

}


.btnRow {

	text-align: center;

}

.linkBtn,
.view_more a {

	padding: 8px 15px;

	background: #276ea2;

	border-radius: 3px;

	font-size: 16px;

	line-height: 20px;

	font-weight: 700;

	color: #fff;

	display: inline-block;

	vertical-align: top;

	-webkit-transform: translateZ(0);

	transform: translateZ(0);

	-webkit-backface-visibility: hidden;

	backface-visibility: hidden;

	-moz-osx-font-smoothing: grayscale;

	position: relative;

	-webkit-transition-property: color;

	transition-property: color;

	-webkit-transition-duration: .3s;

	transition-duration: .3s;

}

.linkBtn:before,
.location-block .contentarea h5 a:before,
.view_more a:before {

	content: "";

	position: absolute;

	z-index: -1;

	top: 0;

	bottom: 0;

	left: 0;

	right: 0;

	background: #5f9d39;

	-webkit-transform: scaleX(0);

	transform: scaleX(0);

	-webkit-transform-origin: 50%;

	transform-origin: 50%;

	-webkit-transition-property: transform;

	transition-property: transform;

	-webkit-transition-duration: .3s;

	transition-duration: .3s;

	-webkit-transition-timing-function: ease-out;

	transition-timing-function: ease-out;

	border-radius: 3px;

}


/*--TM packages CSS--*/

.packages-form .block_section#frm {
	display: none;
}

.grayplanboxouter {

	margin-bottom: 45px;

}


.grayplanbox {

	background: #e8e8e8 none repeat scroll 0 0;

	display: inline-block;

	margin-right: 2%;

	padding: 50px 45px 20px 50px;

	text-align: center;

	margin-bottom: 20px;

	vertical-align: top;

	width: 48.5%;

}


.grayplanbox.last {

	margin-right: 0;

}


.grayplanbox h3 {

	border-bottom: 1px solid #b1b1b1;

	color: #276ea2;

	font-size: 28px;

	font-weight: 600;

	margin: 0 0 14px;

	padding-bottom: 12px;

	text-transform: uppercase;

}

.seoServicesTitle h1.heading-2 {

	border-bottom: 1px solid #bfbfbf;

	color: #222;

	font-size: 21px;

	font-weight: 600;

	line-height: 36px;

	margin: 0 0 20px;

	padding-bottom: 8px;

	position: relative;

}

.seoServicesTitle h1.heading-2::before {

	background: #276ea2 none repeat scroll 0 0;

	bottom: -1px;

	content: "";

	height: 1px;

	left: 0;

	position: absolute;

	width: 62px;

	z-index: 1;

}

.packageplansmainrow {

	margin-bottom: 55px;

	float: left;

	overflow: auto;

	width: 100%;

	border: 1px solid #d4d4d4;

	border-bottom: none;

}


.packageplansmainrow .innerrow {

	width: 1155px;

}


.packageplansmainrow .outerrow {

	display: inline-block;

	vertical-align: top;

	width: 100%;

}


.packageplansmainrow .outerrow .clumone {

	float: left;

	height: 40px;

	width: 371px;

	line-height: 40px;

	border-bottom: 1px solid #d4d4d4;

	border-right: 1px solid #d4d4d4;

	background: #fbfbfb;

	padding-left: 15px;

	padding-right: 15px;

	font-size: 13px;

}


.packageplansmainrow .outerrow .clumtwo,

.packageplansmainrow .outerrow .clumthree,

.packageplansmainrow .outerrow .clumfour,

.packageplansmainrow .outerrow .clumfive {

	float: left;

	height: 40px;

	line-height: 38px;

	font-size: 13px;

	width: 196px;

	text-align: center;

	border-bottom: 1px solid #d4d4d4;

	border-right: 1px solid #d4d4d4;

}


.packageplansmainrow.three-col-package .outerrow .clumtwo,

.packageplansmainrow.three-col-package .outerrow .clumthree,

.packageplansmainrow.three-col-package .outerrow .clumfour,

.packageplansmainrow.three-col-package .outerrow .clumfive {

	width: 261px;

}


.packageplansmainrow.three-col-package .outerrow.toprow a.btnlink {

	margin-top: 30px;

}


.packageplansmainrow.three-col-package .outerrow {

	overflow: hidden;

}


.packageplansmainrow .outerrow .clumthree {

	background: #f5f5f5 none repeat scroll 0 0;

	box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);

}


.packageplansmainrow .outerrow .clumfive {

	border-right: none;

}


.packageplansmainrow .outerrow.headingrow .clumone {

	padding: 0;

	height: 50px;

	line-height: 50px;

	border-bottom-color: #fff;

}


.packageplansmainrow .outerrow.headingrow .clumtwo,

.packageplansmainrow .outerrow.headingrow .clumthree,

.packageplansmainrow .outerrow.headingrow .clumfour,

.packageplansmainrow .outerrow.headingrow .clumfive {

	height: 50px;

	line-height: 50px;

}


.packageplansmainrow .outerrow.lastchild .clumone {

	padding: 0;

	height: 90px;

}


.packageplansmainrow .outerrow.lastchild .clumtwo,

.packageplansmainrow .outerrow.lastchild .clumthree,

.packageplansmainrow .outerrow.lastchild .clumfour,

.packageplansmainrow .outerrow.lastchild .clumfive {

	height: 90px;

}


a.btnlink {

	background: #222222;

	border-radius: 4px;

	color: #fff;

	display: inline-block;

	font-size: 16px;

	font-weight: 600;

	margin-top: 31px;

	padding: 0 10px;

	text-transform: uppercase;

	vertical-align: top;

}


a.btnlink:hover {

	background: #276ea2;

}


.packageplansmainrow .outerrow.headingrow .titletx {

	background: #276ea2;

	color: #fff;

	height: 100%;

	font-size: 14px;

	cursor: pointer;

	text-transform: uppercase;

	padding: 0 36px 0 12px;

	position: relative;

}


.packageplansmainrow .outerrow.headingrow .titletx:after {

	content: "[+]";

	position: absolute;

	right: 12px;

	top: 0px;

}


.packageplansmainrow .outerrow.headingrow.active .titletx:after {

	content: "[-]";

}


.packageplansmainrow .outerrow.headingrow .titletx em {

	background: rgba(0, 0, 0, 0) url("../images/sprite-new-tm.png") no-repeat scroll -163px -523px;

	display: none;

	height: 100%;

	vertical-align: top;

	width: 50px;

}


.packageplansmainrow .outerrow.toprow .clumone {

	background: #e2e2e2 url("https://www.techmagnate.com/images/leadonline-bg.png") no-repeat scroll 2px 0;

	border-bottom: 1px solid #fff;

	border-right: 1px solid #fff;

	height: 198px;

	line-height: normal;

	font-family: 'Open Sans Condensed', sans-serif;

	padding: 20px 15px 0 0;

	text-align: right;

}


.packageplansmainrow .outerrow.toprow .clumtwo,

.packageplansmainrow .outerrow.toprow .clumthree,

.packageplansmainrow .outerrow.toprow .clumfour,

.packageplansmainrow .outerrow.toprow .clumfive {

	height: 198px;

	border-bottom: 1px solid #fff;

	border-right: 1px solid #fff;

	line-height: normal;

}


.packageplansmainrow .outerrow.toprow .clumfive {

	border-right: none;

}


.packageplansmainrow .outerrow.toprow .clumone .titletext {

	color: #222222;

	font-size: 20px;

	font-weight: 400;

	line-height: 30px;

	margin-bottom: 4px;

	text-transform: uppercase;

}


.packageplansmainrow .outerrow.toprow .clumone p {

	color: #114b75;

	font-size: 17px;

	font-weight: 400;

	margin-bottom: 10px;

	text-transform: uppercase;

}


.packageplansmainrow .outerrow.toprow .clumone .linkBtn {

	background: #5f9d39 none repeat scroll 0 0;

	font-size: 20px;

	letter-spacing: 1px;

	font-weight: 400;

	text-transform: uppercase;

}


.packageplansmainrow .outerrow.toprow .clumone .linkBtn:hover {

	background: #276ea2;

}


.packageplansmainrow .outerrow.toprow .title {

	border-bottom: 1px solid #fff;

	color: #fff;

	font-family: "Open Sans Condensed", sans-serif;

	font-size: 24px;

	font-weight: 400;

	height: 60px;

	line-height: 60px;

	text-transform: uppercase;

}


.packageplansmainrow .outerrow.toprow .maintextwrap {

	display: inline-block;

	line-height: 22px;

	padding-top: 14px;

	vertical-align: top;

	width: 100%;

}


.packageplansmainrow .outerrow.toprow .innertextbox {

	color: #fff;

	font-size: 14px;

	font-weight: 600;

	height: 137px;

	text-align: center;

	text-transform: uppercase;

}


.packageplansmainrow .outerrow.toprow .innertextbox span {

	display: block;

	font-size: 18px;

}


.packageplansmainrow .outerrow.toprow .innertextbox span em {

	display: inline-block;

	font-size: 30px;

	font-style: normal;

	font-weight: 700;

	line-height: 23px;

	vertical-align: top;

}


.packageplansmainrow .outerrow.toprow a.btnlink {

	line-height: 35px;

	margin-top: 8px;

}

.requestquote-strip {

	background: url('https://www.techmagnate.com//images/requestquote-strip.jpg') no-repeat 0 0;

	width: 100%;

	display: inline-block;

	vertical-align: top;

	height: 144px;

	text-align: center;

	padding-top: 26px;

	margin-bottom: 25px;
	background-size: 100%;

}

.requestquote-strip h2 {

	color: #fff;

	font-size: 30px;

	font-weight: 300;

	margin: 0;

	padding: 0;

}

.requestquote-strip h2 span {

	display: block;

	font-size: 36px;

	margin-bottom: 10px;

}

.requestquote-strip h2 a {

	color: #fff;

	font-weight: 700;

}


/*--End of TM packages CSS--*/

.linkBtn:focus:before,
.linkBtn:hover:before,
.location-block .contentarea h5 a:focus:before,
.location-block .contentarea h5 a:hover:before,
.view_more a:focus:before,
.view_more a:hover:before {

	-webkit-transform: scaleX(1);

	transform: scaleX(1);

}

.linkBtn:before,
.location-block .contentarea h5 a:before,
.view_more a:before {

	content: "";

	position: absolute;

	z-index: -1;

	top: 0;

	bottom: 0;

	left: 0;

	right: 0;

	background: #5f9d39;

	-webkit-transform: scaleX(0);

	transform: scaleX(0);

	-webkit-transform-origin: 50%;

	transform-origin: 50%;

	-webkit-transition-property: transform;

	transition-property: transform;

	-webkit-transition-duration: .3s;

	transition-duration: .3s;

	-webkit-transition-timing-function: ease-out;

	transition-timing-function: ease-out;

	border-radius: 3px;

}


.linkBtn:hover,

.view_more a:hover {

	color: #fff
}


.linkBtn:focus:before,

.linkBtn:hover:before,

.location-block .contentarea h5 a:focus:before,

.location-block .contentarea h5 a:hover:before,

.view_more a:focus:before,

.view_more a:hover:before {

	-webkit-transform: scaleX(1);

	transform: scaleX(1)
}


.whyChooseRow {

	padding: 20px 30px 60px;

	background: #fff
}


.whyChooseRow h2 {

	font-size: 21px;

	line-height: 38px;

	color: #0068a1;

	font-weight: 600;

	margin: 0 0 25px
}


.whyChooseRow p {

	font-size: 14px;

	line-height: 24px;

	color: #616161;

	text-align: justify;

	margin-bottom: 45px
}


.whyChooseRow ul {

	margin: 0;

	padding: 0;

	list-style: none
}


.whyChooseRow ul li {

	display: inline-block;

	vertical-align: top;

	width: 24.5%;

	text-align: center;

	margin-bottom: 30px;

	padding: 0 15px
}


.whyChooseRow ul li em {

	float: left;

	width: 100%;

	margin-bottom: 10px
}


.whyChooseRow ul li h3,

.whyChooseRow ul li h3 a {

	font-size: 14px;

	line-height: 16px;

	color: #276ea2;

	font-weight: 700
}


.whyChooseRow ul li h3 a:hover {

	color: #5f9d39
}


.whyChooseRow .btnRow {

	text-align: center
}


.latestWork {

	padding: 60px 0
}


.latestWork .workList {

	display: inline-block;

	vertical-align: top;

	width: 100%;

	margin: 45px 0 0;

	padding: 0;

	list-style: none
}


.latestWork .workList li {

	display: inline-block;

	vertical-align: top;

	margin-right: 5%;

	width: 47%;

	position: relative;

	border: 1px solid #d0d0d0
}


.latestWork .workList li:last-child {

	margin-right: 0
}


.latestWork .workList li em {

	float: left;

	width: 100%;

	position: relative;

	overflow: hidden
}


.latestWork .workList li em:before {

	content: "";

	position: absolute;

	z-index: 1;

	top: 0;

	left: 0;

	bottom: 0;

	right: 0;

	background: rgba(0, 0, 0, .55);

	transition: all ease .5s;

	-webkit-transition: all ease .5s;

	-moz-transition: all ease .5s;

	-ms-transition: all ease .5s
}


.latestWork .workList li em img {

	width: 100%
}


.latestWork .workList li .viewBtn {

	font-size: 17px;

	line-height: 20px;

	color: #276ea2;

	background: #fff;

	border-radius: 3px;

	padding: 8px;

	font-weight: 700;

	position: absolute;

	z-index: 1;

	bottom: 25px;

	left: 50%;

	min-width: 165px;

	text-align: center;

	transform: translate(-50%, 0);

	-webkit-transform: translate(-50%, 0);

	-moz-transform: translate(-50%, 0);

	-ms-transform: translate(-50%, 0)
}


.latestWork .workList li:hover em:before {

	bottom: 100%
}


.whychoose_techmagnate_seo_row, .whychoose_techmagnate_seo_row1 {

	padding: 25px;

	background: #fff;

}

.whychoose_techmagnate_seo_row h2, .whychoose_techmagnate_seo_row1 h2 {

	color: #0068a1;

	font-size: 21px;

	font-weight: 600;

	line-height: 34px;

	margin: 0 0 40px;

}

.whychoose_techmagnate_seo_row ul, .whychoose_techmagnate_seo_row1 ul {

	list-style: none;

	margin: 0;

	padding: 0;

}

.whychoose_techmagnate_seo_row ul li, .whychoose_techmagnate_seo_row1 ul li {

	position: relative;

	padding-left: 65px;

	margin-top: 10px;

}

.whychoose_techmagnate_seo_row ul li em, .whychoose_techmagnate_seo_row1 ul li em {

	width: 46px;

	margin-right: 20px;

	position: absolute;

	z-index: 1;

	top: 0;

	left: 0;

}

.whychoose_techmagnate_seo_row ul li h3, .whychoose_techmagnate_seo_row1 ul li h3 {

	font-size: 16px;

	line-height: 20px;

	color: #222;

	font-weight: 600;

	margin: 0 0 2px;

}

.whychoose_techmagnate_seo_row ul li p, .whychoose_techmagnate_seo_row1 ul li p {

	font-size: 13px;

	line-height: 20px;

	color: #000;

	text-align: justify;

}


.ourProcess {

	padding: 35px 0 50px;

	display: inline-block;

	vertical-align: top;

	width: 100%;

}

.ourProcess .processList {

	display: inline-block;

	vertical-align: top;

	padding: 0;

	margin: 5px 0 0;

	width: 100%;

	position: relative;

}

.ourProcess .processList:before {

	content: "";

	height: 37px;

	width: 94%;

	margin: 0 auto;

	left: 0;

	right: 0;

	position: absolute;

	z-index: -1;

	top: 38px;

	background: #ededed url('https://www.techmagnate.com//images/left-part.jpg') no-repeat 0 0;

}

.ourProcess .processList li {

	list-style: none;

	float: left;

	text-align: center;

	width: 33.3%;

	padding: 0 15px;

	margin-bottom: 15px;

}

.ourProcess .processList li em {

	float: left;

	width: 100%;

	margin-bottom: 17px;

}

.ourProcess .processList li h3 {

	font-size: 16px;

	line-height: 20px;

	color: #222;

	font-weight: 700;

}

.ourProcess .processList li h3 span {

	font-size: 24px;

}

.ourProcess .processList li p {

	font-size: 13px;

	line-height: 22px;

	color: #616161;

}

.clients_item {

	border-right: 1px solid #e0e0e0;

	display: inline-block;

	margin-bottom: 16px;

	margin-top: 18px;

	padding: 2px 0 2px 17px;

	vertical-align: top;

}

.clients_item.last {

	border-right: medium none;

	padding-left: 26px;

}

.clients_item>strong {

	color: #646464;

	display: block;

	font-size: 13px;

	font-weight: 700;

	margin-bottom: 20px;

	text-align: center;

}

.clients_item>span {

	display: block;

	float: left;

	margin-right: 20px;

	text-align: center;

}

.clients_item em {

	display: block;

	font-size: 11px;

	font-style: normal;

	margin-top: 10px;

}

.clients_item img {

	max-width: 100px;

}

.hp-accolades {

	display: flex;

	flex-wrap: wrap;

	justify-content: center;

}

.hp-accolades figure {

	position: relative;
	margin: 0;

}


.list-item-row,
ul.bulletList li {

	font-size: 13px;

	margin: 0 0 8px;

	padding: 0 0 0 15px;

	background: url('https://www.techmagnate.com/images/bulletList.png') no-repeat 1px 8px;

	text-align: left;

}

.socialmediarow ul li {

	font-size: 13px;

	list-style: outside none none;

	margin-bottom: 36px;

}

.socialmediarow ul li .orangetext {

	color: #fc8e6d;

	display: inline-block;

	font-size: 30px;

	vertical-align: top;

}

.gray-contact-box {

	padding: 25px 65px 10px 35px;

	background: #f8f8f8 url('https://www.techmagnate.com/images/gray-contact-box-bg.png') no-repeat right 0;

	display: inline-block;

	vertical-align: top;

	width: 100%;

	margin-top: 35px;

}

.gray-contact-box.talk-box {

	background: 0 0;

	border: 1px solid #d5d5d5;

}

.gray-contact-box.talk-box .imgfield {

	margin: -60px 0 5px 35px;

}

.whyChooseRow.wdd ul li {

	width: 19.5%;

}


.gray-contact-box h2 {

	font-size: 24px;

	font-weight: 500;

	letter-spacing: 1px;

	line-height: normal;

	margin-top: 0;
	color: #0068a1;

}

.list-unstyled li {
	list-style: none !important
}

.gray-contact-box.talk-box h2 {
	color: #0068a1;

	font-size: 30px;

	font-weight: 600;

	line-height: 34px;

	margin: 0 0 15px;
}

.gray-contact-box p {

	font-size: 13px;

	line-height: 22px;

	color: #222;

}


.gray-contact-box .imgfield {

	float: right;

	margin: 0 0 15px 35px;

}

.gray-contact-box .linkBtn {

	font-size: 14px;

	line-height: 18px;

	color: #fff;

	font-weight: 600;

	margin-top: 35px;

}

.optimizationRow.socialmediarow {

	margin: 55px 25px;

}


.orm-process {

	background: #f8f8f8 none repeat scroll 0 0;

	padding: 20px 30px 60px;

}

.orm-process h2 {

	color: #222;

	font-size: 30px;

	font-weight: 600;

	line-height: 34px;

	margin: 0 0 40px;

}

.orm-process .imgfield {

	text-align: center;

}

.engagementModels.ppcservicesmanagementstrategy.col-link-item .btnRow a {

	background: 0 0;

	color: #276ea2;
	/*  color:#fff;
*/
	text-transform: none;

}

.engagementModels.ppcservicesmanagementstrategy.col-link-item .btnRow a {

	padding: 0;

}


.list-block-new.no-bg,

.who-we-are .moreRow.no-bg,

.who-we-are .whyChooseRow.no-bg,

.who-we-are .whychoose_techmagnate_seo_row.no-bg {

	background: 0 0;

	padding: 25px 0
}


.whychoose_techmagnate_seo_row.single-icon {

	margin: 5% 0
}


.whychoose_techmagnate_seo_row.single-icon ul li {

	margin-bottom: 20px;

	background: 0 0
}


.whychoose_techmagnate_seo_row.single-icon ul li h3 {

	line-height: 40px;

	font-weight: 500
}


.contact-add {

	background: #fbfbfb none repeat scroll 0 0;

	border: 1px solid #eee;

	box-sizing: border-box;

	display: inline-block;

	font-size: 14px;

	margin: 0 0 24px 0;

	padding: 20px 24px;

	width: 100%
}


.contact-add .adresconm {

	border-right: 1px solid #eee;

	float: left;

	margin: 0 3% 0 0;

	padding: 0 3% 0 0;

	width: 52%
}


.contact-add .contact-add-rt {

	float: left;

	width: 45%
}


.contact-add ul {

	padding: 0
}


.contact-add li {

	list-style: none;

	padding: 5px 0 10px 35px
}


.support li {

	list-style: none;

	padding: 5px 0 10px 28px;

	position: relative
}


.support li::before {

	font-family: fontAwesome;

	position: absolute;

	left: 0;

	font-size: 26px
}

.support li:first-child:before {
	color: #276ea2;
	content: "\f17e"
}

.support li:nth-child(2):before {
	color: #609d39;
	content: "\f232"
}


.contact-add li a {
	font-weight: 700
}


.contact-add .yms {

	background: url('../images/ym-icon.png') no-repeat 0 0
}


.contact-add .gtalk {

	background: url('../images/gtalk-icon.png') no-repeat 0 0
}


.contact-path {

	background: #f7f7f7;

	margin: 3% 0
}


.whychoose_techmagnate_seo_row.seo-packages-links h2 {

	margin: 0 0 30px
}


.whychoose_techmagnate_seo_row.seo-packages-links ul li {

	margin: 0 0 30px
}


.whychoose_techmagnate_seo_row.seo-packages-links li em {

	top: -10px
}

.titleRow h1.heading-2,
.titleRow h2 {

	font-size: 21px;

	line-height: 36px;

	color: #222;

	font-weight: 600;

	padding-bottom: 0;

	position: relative;

	margin: 0 0 12px;

}


.single-package .titleRow h2 {

	font-size: 21px;

	line-height: 36px;

	color: #222;

	font-weight: 600;

	border-bottom: 1px solid #bfbfbf;

	padding-bottom: 8px;

	position: relative;

	margin: 0 0 20px;

}

.single-package .titleRow h2:before {

	content: "";

	position: absolute;

	z-index: 1;

	bottom: -1px;

	left: 0;

	width: 62px;

	height: 1px;

	background: #276ea2;

}

ul.bulletitem li {

	position: relative;

	padding-left: 35px;

	margin-top: 10px;

	list-style: none;

}

ul.bulletitem li:before {

	content: "";

	width: 23px;

	height: 23px;

	position: absolute;

	z-index: 1;

	left: 0;

	top: 1px;

	background: url(../images/sprite-new-tm.png) no-repeat -252px -67px;

}


.team-seo-experts {

	display: inline-block;

	vertical-align: top;

	width: 100%;

	margin-bottom: 40px
}


.team-seo-experts .items {

	display: inline-block;

	vertical-align: top;

	font-size: 13px;

	line-height: 20px;

	width: 100%;

	position: relative;

	margin: 0 0 20px;

	padding-bottom: 8px;

	border-bottom: 1px solid #bfbfbf
}


.team-seo-experts .items:last-child {

	border-bottom: none;

	margin-bottom: 0;

	padding: 0
}


.team-seo-experts .items:last-child::before {

	display: none
}


.team-seo-experts .items::before {

	background: #276ea2 none repeat scroll 0 0;

	bottom: -1px;

	content: "";

	height: 1px;

	left: 0;

	position: absolute;

	width: 62px;

	z-index: 1
}


.team-seo-experts .items .imgbl {

	float: left;

	margin-bottom: 30px;

	margin-right: 30px;

	margin-top: 6px
}


.team-seo-experts .items p {

	margin-bottom: 16px
}


.team-seo-experts .items h2.nametext {

	color: #276ea2;

	font-size: 24px;

	font-weight: 400;

	line-height: normal;

	margin: 0 0 5px
}


.team-seo-experts .items h3.designationtext {

	color: #222;

	font-size: 14px;

	font-weight: 600;

	margin: 0 0 8px
}


.teamsocaillink {

	margin-bottom: 28px
}


.teamsocaillink .lable {

	color: #616568;

	display: inline-block;

	font-size: 16px;

	margin-bottom: 11px;

	margin-top: 11px;

	vertical-align: top
}


.teamsocaillink>ul {

	display: inline-block;

	vertical-align: top
}


.teamsocaillink>ul li {

	display: inline-block;

	vertical-align: top
}


.teamsocaillink .fsbloglink {

	border-left: 2px solid #9bbcd4;

	display: inline-block;

	font-size: 14px;

	margin-left: 26px;

	padding: 12px 0 12px 26px;

	vertical-align: top
}


.teamsocaillink ul li a {

	background: rgba(0, 0, 0, 0) url('https://www.techmagnate.com/images/sprite-new.png') no-repeat scroll 0 0;

	display: inline-block;

	font-size: 0;

	height: 36px;

	margin: 4px 0 0 20px;

	vertical-align: top;

	width: 44px
}


.teamsocaillink ul li.pintrest a {

	background-position: -205px -421px
}


.teamsocaillink ul li.gplus a {

	background-position: -264px -421px
}


.teamsocaillink ul li.linkd a {

	background-position: -146px -425px
}

.ecommercewebsitesRow {

	background: #f8f8f8 none repeat scroll 0 0;

	padding: 20px 24px 15px;

	margin-top: 30px;

}

.ecommercewebsitesRow h2 {

	color: #222;

	font-size: 21px;

	font-weight: 600;

	line-height: 36px;

	margin: 0 0 36px;

}

.ecommercewebsitesRow ul li {

	display: inline-block;

	margin-bottom: 20px;

	margin-right: 18px;

	vertical-align: top;

}


table.tm-table {

	border-top: 1px solid #ebebeb;

	border-right: 1px solid #ebebeb;

	margin-bottom: 4%
}


.tm-table td,

.tm-table th {

	font-size: 13px
}


.tm-table tr:first-child td {

	background: #eee;

	font-weight: 600
}


.col-2-table tr:first-child td {

	padding: 5px;

	text-align: center
}


footer {

	background: #222 none repeat scroll 0 0;

	display: inline-block;

	padding: 50px 0 30px;

	vertical-align: top;

	width: 100%;

}

footer .footerColum {

	display: inline-block;

	margin-right: 5.5%;

	vertical-align: top;

	width: 12%;

}


footer ul {

	list-style: none;

	margin: 0;

	padding: 0;

}

footer li {

	list-style: none;

	margin:8px 0;

	padding: 0;display: flex;

}


footer .footerColum h5 {

	color: silver;

	font-size: 14px;

	font-weight: 700;

	margin: 0 0 2px;

}

footer .footerColum .fooLinks {

	display: block;

}

footer .footerColum .fooLinks ul {

	list-style: outside none none;

	margin: 0;

	padding: 0;

}

footer .footerColum .fooLinks ul li a {

	color: silver;

	text-decoration: none;

	font-size: 11px;line-height: normal;

}


footer .footerColum {

	margin-right: 2% !important;

}

footer .footerColum:first-child {

	width: 28%;

}

footer .footerColum:last-child {

	margin-right: 0 !important;

}

footer .footerColum.lastFooterBox {
	margin-right: 0 !important;
}


footer .footerColum.lastFooterBox .socialLinksFooter a {

	color: #f8f6f9;

	display: inline-block;

	font-size: 17px;

	height: auto;

	margin: 12px 14px 0 0;

	text-align: center;

	vertical-align: top;

	width: auto;

}

footer .footerColum.lastFooterBox .socialLinksFooter a i {

	line-height: normal;

	width: auto;

}

footer .footerColum.lastFooterBox:last-child ul li {

	display: inline-block;

	margin-bottom: 12px;

	margin-top: 8px;

}

.twitter_icon:hover svg {
	fill: #5f9d38;
}


.copyRight {

	background: #393939 none repeat scroll 0 0;

	color: silver;

	display: inline-block;

	font-size: 11px;

	line-height: 20px;

	padding: 18px 0;

	text-align: center;

	vertical-align: top;

	width: 100%;

}

sub,
sup {

	position: relative;

	font-size: 75%;

	line-height: 0;

	vertical-align: baseline;

}

sup {

	top: -.5em;

}


/* end home page CSS */


.pageHeader {

	background: #5f9d39 none repeat scroll 0 0;

	width: 100%;

	color: #fff;

}

.pageHeaderLeft {

	float: left;

	padding-bottom: 30px;

	padding-top: 20px;

}

.pageHeaderLeft h1 {

	color: rgba(255, 255, 255, .9);

	font-size: 32px;

	font-weight: 600;

	margin: 0 0 20px;

}

.pageHeaderLeft h2 {

	color: #fff;

	font-size: 24px;

	margin: 0 0 10px;

}

.pageHeaderLeft p.mb24 {

	margin-bottom: 24px;

}

.pageHeaderLeft a {

	background: #fff none repeat scroll 0 0;

	border-radius: 3px;

	color: #222;

	display: inline-block;

	font-size: 18px;

	font-weight: 600;

	margin-right: 7px;

	min-width: 170px;

	padding: 8px 10px;

	text-align: center;

	vertical-align: top;

	position: relative;

	line-height: 20px;

	-webkit-transform: translateZ(0);

	transform: translateZ(0);

	z-index: 0;

}

.pageHeaderLeft a::before {

	content: "";

	position: absolute;

	z-index: -1;

	top: 0;

	bottom: 0;

	left: 0;

	right: 0;

	background: #131313;

	-webkit-transform: scaleX(0);

	transform: scaleX(0);

	transform-origin: 50%;

	transition-property: transform;

	transition-duration: .3s;

	transition-timing-function: ease-out;

	border-radius: 3px;

	color: #fff !important;

}

.pageHeaderLeft a:active::before,
.pageHeaderLeft a:focus:before,
.pageHeaderLeft a:hover::before {

	-webkit-transform: scaleX(1);

	transform: scaleX(1);

}

.pageHeaderLeft a:hover {

	color: #fff !important;

}


.breadCrumbRow {

	padding: 18px 0 15px;

	margin-bottom: 30px;

	border-bottom: 1px solid #e8e8e8;

}

.breadCrumbRow ul {

	margin: 0;

	padding: 0;

}

.breadCrumbRow ul li {

	list-style: none;

	display: inline-block;

	vertical-align: top;

	color: #296fa3;

	font-size: 13px;

	position: relative;

}

.breadCrumbRow ul li a::after {

	content: "|";

	display: inline-block;

	vertical-align: top;

	font-weight: 700;

	margin: -1px 6px 0;

	color: #296fa3
}

.breadCrumbRow ul li:last-child:after {

	content: "";

	display: none;

	color: #296fa3;

}

.breadCrumbRow ul li a {

	color: #222;

	text-decoration: none;

}

.breadCrumbRow ul li a:hover {

	color: #296fa3;

}


.leftContainer .moreRow {

	padding: 30px;

	background: #0068a1;

	color: #fff;

	margin-bottom: 20px;

}


.leftContainer .moreRow h2 {

	font-size: 21px;

	line-height: normal;

	color: #fff;

	font-weight: 600;

	margin: 0 0 20px 0;

}

.leftContainer .moreRow ul {

	margin: 0;

	padding: 0;

}

.leftContainer .moreRow ul li {

	list-style: none;

	position: relative;

	display: inline-block;

	vertical-align: top;

	width: 100%;

	padding: 10px 0 10px 32px;

	font-size: 15px;

	border-top: 1px solid #1a77ab;

	line-height: 20px;

}

.leftContainer .moreRow ul li::before {

	background: url(../images/slist-icon.png) no-repeat;

	content: "";

	height: 22px;

	left: 0;

	position: absolute;

	top: 10px;

	width: 22px;

	z-index: 1;

}

.whoWeAre {

	margin: 20px 0 10px;

}

.whoWeAre p {

	font-size: 14px;

	line-height: 22px;

}

.blueBgTitle {

	padding: 1px 30px;

	background: #0068a1;

	text-align: left;

	color: #fff;

}

.blueBgTitle h2 {

	font-size: 20px;

	font-weight: 700;

	text-transform: uppercase;

	text-align: left;

	color: #fff;

	margin-top: 20px;

	margin-bottom: 10px;

}

.blueBgTitle p {

	text-align: left !important;

	color: #fff;

}

.seoTeamHelp {

	padding: 0 0 30px;

}

.seoServicesTitle h1,
.seoServicesTitle h2 {

	font-size: 22px;

	line-height: 36px;

	color: #0068a1;

	font-weight: 700;

	padding-bottom: 0;

	position: relative;

	margin: 0 0 12px;

}

.seoTeamList {

	list-style: none;

	padding: 0;

	display: inline-block;

	vertical-align: top;

	width: 100%;

}

.seoTeamList>li {

	min-height: 340px;

	padding: 20px;

	background: #fff;

	float: left;

	width: calc(33% - 11px);

	margin-right: 20px;

	margin-bottom: 20px;

}
.for-cus-height.seoTeamList>li{
	min-height: 292px;
}
.seoTeamList>li:nth-child(3) {

	margin-right: 0;

}

.seoTeamList>li:nth-child(6) {

	margin-right: 0;

}

.seoTeamList>li:nth-child(9) {

	margin-right: 0;

}

.seoTeamList li em {

	float: none;

	width: 100%;

	text-align: center;

	margin-bottom: 13px;display: block;

}

.seoTeamList li h3 {

	text-align: center;

	font-size: 16px;

	font-weight: 600;

	color: #222;

	margin-bottom: 15px;

}

.seoTeamList li h3 a:hover,
.seoteamList li h3 a:hover {
	color: #609d39;
}

.seoTeamList li p {

	color: #000000;

	text-align: center;
	min-height: 100px;

}

.seoTeamList .btnRow {

	text-align: center;

}

.seoTeamList a.linkBtn,
.packageBanner a.linkBtn {

	background: #276ea2 none repeat scroll 0 0;

	border-radius: 100px;

	color: #fff;

	display: inline-block;

	font-size: 14px;

	font-weight: 500;

	line-height: 20px;

	vertical-align: top;

	overflow: hidden;

	padding: 5px 20px;

	transition: all .5s ease;

	display: inline-block;

	-webkit-transform: translateZ(0);

	transform: translateZ(0);

	box-shadow: 0 0 1px transparent;

	-webkit-backface-visibility: hidden;

	backface-visibility: hidden;

	-moz-osx-font-smoothing: grayscale;

	position: relative;

	-webkit-transition-property: color;

	transition-property: color;

	-webkit-transition-duration: .3s;

	transition-duration: .3s;

	text-transform: uppercase;
}

.seoTeamList.flex-3-box {
	display: flex;
	flex-wrap: wrap;
}

.packageBanner a.linkBtn::before {

	content: "";

	position: absolute;

	z-index: -1;

	top: 0;

	bottom: 0;

	left: 0;

	right: 0;

	background: #5f9d38;

	-webkit-transform: scaleX(0);

	transform: scaleX(0);

	-webkit-transform-origin: 50%;

	transform-origin: 50%;

	-webkit-transition-property: transform;

	transition-property: transform;

	-webkit-transition-duration: .3s;

	transition-duration: .3s;

	-webkit-transition-timing-function: ease-out;

	transition-timing-function: ease-out;

}

.packageBanner a.linkBtn:hover::before {

	-webkit-transform: scaleX(1);

	transform: scaleX(1);

}


.packageBanner {

	background: #fff;

	padding: 20px;

	text-align: center;

	margin-bottom: 30px;

}

.engagementModels h2,
.packageBanner h2 {

	font-size: 22px;

	line-height: 25px;

	color: #15689f;

	font-weight: 700;

	margin: 0 0 10px !important;

	/*text-transform: uppercase;*/

}

.packageBanner small {

	font-size: 18px;

}

.packageBanner ul {

	list-style: none;

	margin: 20px 0 0 0;

	padding: 0;

}

.packageBanner ul.ulHead li {

	padding: 10px 0;

	border-radius: 10px 10px 0 0;

	color: #fff;

	font-size: 14px;

	font-weight: 600;

	background-image: none;

}

.packageBanner ul li {

	width: 24%;

	display: inline-block;

	background-image: none;

}

.packageBanner ul.ulHead li.package1 {

	background: #0068a1;

	background-image: none;

}

.packageBanner ul.ulHead li.package2 {

	background: #68a848;

	background-image: none;

}

.packageBanner ul.ulHead li.package3 {

	background: #0094e5;

	background-image: none;

}

.packageBanner ul.ulHead li.package4 {

	background: #33b0f4;

	background-image: none;

}

.packageBanner ul.ullist {

	font-size: 14px;

}


.packageBanner ul.ullist li.color1 {

	color: #0068a1;

	background-image: none;

}

.packageBanner ul.ullist li.color2 {

	color: #68a848;

	background-image: none;

}

.packageBanner ul.ullist li.color3 {

	color: #0094e5;

	background-image: none;


}

.packageBanner ul.ullist li.color4 {

	color: #33b0f4;

	background-image: none;

}


.packageBanner a.btnLink {

	padding: 10px 20px;

	border-radius: 50px;

	background: #15689f;

	color: #fff;

	display: inline-block;

	font-size: 16px;

	font-weight: 600;

	margin-top: 31px;

	text-transform: uppercase;

}


.engagementModels a.btnLink {

	font-size: 13px;

	padding: 5px 10px;

	font-weight: 600;

}


.engagementModels {

	margin-bottom: 30px;

}

.engagementModels .modelsList {

	list-style: none;

	margin: 0;

	padding: 0;

	background: #fff;

}

.engagementModels .modelsList li {

	display: inline-block;

	vertical-align: top;

	width: 33%;

	background: #fff;

	border-bottom: 1px solid #e2e2e2;

	border-right: 1px solid #e2e2e2;

	padding: 30px;

	text-align: center;

	box-shadow: none;

	list-style: none;

}

.engagementModels .modelsList li h3 {

	font-size: 16px;

	line-height: 20px;

	color: #000;

	font-weight: 500;

	margin: 0 0 10px;

}

.engagementModels .modelsList li p {

	font-size: 14px;

	line-height: 20px;

	color: #000;

	height: 155px;

	overflow: hidden;

	font-weight: 400;

}

a.btnLink {

	background: #276ea2 none repeat scroll 0 0;

	border-radius: 100px;

	color: #fff;

	display: inline-block;

	font-size: 14px;

	font-weight: 500;

	line-height: 20px;

	vertical-align: top;

	overflow: hidden;

	padding: 5px 20px;

	transition: all .5s ease;

	display: inline-block;

	-webkit-transform: translateZ(0);

	transform: translateZ(0);

	box-shadow: 0 0 1px transparent;

	-webkit-backface-visibility: hidden;

	backface-visibility: hidden;

	-moz-osx-font-smoothing: grayscale;

	position: relative;

	-webkit-transition-property: color;

	transition-property: color;

	-webkit-transition-duration: .3s;

	transition-duration: .3s;

	text-transform: uppercase;

}

a.btnLink::before {

	content: "";

	position: absolute;

	z-index: -1;

	top: 0;

	bottom: 0;

	left: 0;

	right: 0;

	background: #5f9d38;

	-webkit-transform: scaleX(0);

	transform: scaleX(0);

	-webkit-transform-origin: 50%;

	transform-origin: 50%;

	-webkit-transition-property: transform;

	transition-property: transform;

	-webkit-transition-duration: .3s;

	transition-duration: .3s;

	-webkit-transition-timing-function: ease-out;

	transition-timing-function: ease-out;

}

a.btnLink:hover::before {

	-webkit-transform: scaleX(1);

	transform: scaleX(1);

}


.engagementModels .modelsList li:nth-child(3) {

	border-right: none;

}

.engagementModels .modelsList li:nth-child(6) {

	border-bottom: none;

	border-right: none;

	/*! padding: 20px 10px; */
}

.engagementModels .modelsList li:nth-child(5) {

	border-bottom: none;

}

.engagementModels .modelsList li:nth-child(4) {

	border-bottom: none;

}


.postid-227 .engagementModels .modelsList li:nth-child(4),
.postid-227 .engagementModels .modelsList li:nth-child(5),
.postid-227 .engagementModels .modelsList li:nth-child(6) {

	border-bottom: 1px solid #e2e2e2;
}


.greenCallBack {

	background: #5f9d38;

	border-radius: 10px;

	padding: 54px 20px;

	color: #fff;

}

a.bdrBtn {

	color: #fff;

	border: 2px solid;

	padding: 5px 10px;

	border-radius: 100px;

	display: block;

	background: transparent;

	text-transform: none;

}

.blueCallBack p,
.greenCallBack p {

	color: #fff !important;

	height: auto !important;

}

.blueCallBack p a,
.greenCallBack p a {

	color: #fff;

}

.numberBoxArea {

	padding: 0 15px;

}

.numberBox {

	background: url(../images/bluebanner-bg.jpg);

	background-size: cover;

	padding: 20px 10px;

	color: #fff;

	border-right: 1px solid #e8e8e8;

	border-top: 1px solid #e8e8e8;

	height: 210px;

}

.numberBox p {

	font-size: 15px !important;

	line-height: 24px !important;

}

.numberBox .numBigText {

	font-size: 38px !important;

	font-weight: 700 !important;

}

.numberBox a {

	color: #fff !important;

	font-weight: 500 !important;

	font-size: 13px !important;

}

.sirBox .sirName {

	padding-left: 5px !important;

	font-size: 13px !important;

	line-height: 20px !important;

	margin-top: 10px !important;

}

.sirBox .sirName span {

	font-size: 12px !important;

}


.enterWebsiteSection {

	background: #5f9d39;

	margin: 10px 0;

	padding: 25px 25px 5px;

	overflow: hidden;

}

.enterWebsiteSection h3 {

	color: #fff;

	font-size: 15px;

	text-transform: uppercase;

}

.boldTxt {

	font-size: 22px;

	font-weight: 700;

}

.enterWebsiteSection form {

	margin-top: 5px;

}

.enterWebsiteSection input {

	border-radius: 5px;

	border: none;

	padding: 5px;

	font-size: 13px;

	width: calc(100% - 108px);

}

.enterWebsiteSection input[type="submit"] {

	border-radius: 5px;

	padding: 5px 15px;

	border: none;

	font-size: 13px;

	text-transform: uppercase;

	font-weight: 700;

	color: #fff;

	background: #276ea2;

	margin-left: 10px;

	width: auto;

	text-indent: 0;

}

.enterWebsiteSection input[type="submit"] {

	margin-left: 6px;

}

a.btnLink.bdrBtn::before {

	background: #276ea2;

	color: #fff;

	border-color: #276ea2;

}

a.btnLink.bdrBtn:hover {

	color: #fff;

	border-color: #fff;

}

.bigTxt {

	font-size: 22px !important;

	font-weight: 700;

	line-height: 32px;

}

.ourProcess {

	padding: 35px 0 50px;

	display: inline-block;

	vertical-align: top;

	width: 100%;

}

.whoWeAre {

	margin: 0 0 55px;

}

.titleRow h2 {

	font-size: 21px;

	line-height: 36px;

	color: #222;

	font-weight: 600;

	padding-bottom: 0;

	position: relative;

	margin: 0 0 12px;

}

.whoWeAre p {

	font-size: 14px;

	line-height: 22px;

}

.ourProcess .btnRow {

	text-align: center;

}

.ourProcess a.btnLink {

	padding: 8px 15px;

	background: #276ea2;

	border-radius: 3px;

	font-weight: 700;

}


.seoTeamHelp .seoTeamList.boxLayOut li {

	height: 310px;

	width: 33.3%;

	padding: 25px;

	display: inline-block;

	margin: 0;

	border-right: 1px solid #e8e8e8;

	border-bottom: 1px solid #e8e8e8;

}


.seoTeamHelp .seoTeamList.boxLayOut li:nth-child(3) {

	border-right: none;

}

.seoTeamHelp .seoTeamList.boxLayOut li:nth-child(6) {

	border-right: none;

}

.seoTeamHelp .seoTeamList.boxLayOut li:nth-child(9) {

	border-right: none;

}

.blueCallBack {

	background: #0068a1;

	border-radius: 10px;

	padding: 50px 20px;

	color: #fff;

}

.faqSection.faqInnerPages {

	background: transparent;

	padding: 0;

	margin-top: 30px !important;

	margin-bottom: 30px;

}

.faqSection.faqInnerPages h2 {

	font-size: 21px;

	line-height: 36px;

	color: #222;

	font-weight: 600;

	padding-bottom: 0;

	position: relative;

	margin: 0 0 12px;

}

.faqSection.faqInnerPages ul>li .faqTitle {

	color: #000;

	font-weight: 600;

}

.faqSection.faqInnerPages ul.acordianFaq>li {

	border-bottom: solid 1px #e2e2e2;

}

.faqSection.faqInnerPages .acordianFaq .faqContent {

	color: #616161;

}

.faqSection.faqInnerPages .acordianFaq .faqContent li {

	color: #616161;

	padding: 0 0 5px 14px;

}

.footerContact {

	background: url(../images/contactblue-bg.jpg) no-repeat center #002f7f;

	padding: 20px;

	color: #fff;

	font-size: 17px;

	margin-bottom: 30px;

	background-size: cover;

}

.footerContact a {

	color: #609d39;

}

.footerContact a:hover {

	text-decoration: underline;

}


.requestCallBackBlock {

	background: #0068a1;

	padding: 0 15px 0;

	margin-bottom: 24px;

}


.requestCallBackBlock .requestTitle {

	background: #0068a1;

	color: #fff;

	font-weight: 600;

	font-size: 15px;

	padding: 15px 0 15px 0;

	cursor: pointer;

	margin: 0;

	position: relative;

}

.requestCallBackBlock .requestTitle::after {

	content: "\f107";

	font-family: FontAwesome;

	font-size: 20px;

	position: absolute;

	right: 0;

	top: 15px;

}

.requestCallBackBlock .smallText {

	color: #fff;

	font-size: 11px;

	margin-bottom: 12px;

	text-align: center;

}

.requestFormBox {

	padding-bottom: 15px;

}

.requestCallBackBlock .inputRow {

	display: inline-block;

	margin-bottom: 12px;

	position: relative;

	vertical-align: top;

	width: 100%;

}

.requestCallBackBlock .inputRow input,
.requestCallBackBlock .inputRow textarea {

	width: 100%;

	border: none;

	background: 0 0;

	resize: none;

	padding: 10px 0;

	color: #919191;

	text-indent: inherit;

	background: #fff none repeat scroll 0 0;

	border-radius: 5px;

	display: inline-block;

	height: 42px;

	padding-left: 40px;

	vertical-align: top;

	width: 100%;

}

.requestCallBackBlock .inputRow select {

	-moz-appearance: none;

	-webkit-appearance: none;

	-os-appearance: none;

	appearance: none;

	background: #fff url(https://www.techmagnate.com/images/arrowicon.png) no-repeat scroll 97% -1px;

	border: medium none;

	cursor: pointer;

	color: #919191;

	text-indent: inherit;

	border-radius: 5px;

	display: inline-block;

	height: 42px;

	padding-left: 40px;

	vertical-align: top;

	width: 100%;

}

.requestCallBackBlock .inputRow textarea {

	height: 120px;

}

.requestCallBackBlock .inputRow.cuptchRow .capImg img {

	margin-top: 15px;

	border-radius: 6px;

	margin-right: 5px;

	width: 60%;

	height: auto;

	margin-bottom: 10px;

}

.requestCallBackBlock .inputRow.cuptchRow a {

	color: #fff;

	top: 4px;

	display: inline-block;

	position: relative;

	margin-left: 5px;

}

.requestCallBackBlock #contact-submit,
.requestCallBackBlock input[type="submit"] {

	background: #6cab39 none repeat scroll 0 0;

	border: medium none;

	border-radius: 100px;

	color: #fff;

	cursor: pointer;

	font-size: 13px;

	height: 35px;

	text-align: center;

	text-transform: uppercase;

	margin-bottom: 8px;

	width: 110px;

	font-weight: 500;

	padding: 5px;

	text-indent: 0;

}

.requestCallBackBlock .inputRow .icon {

	background: url(https://www.techmagnate.com/images/sprite-new.png) no-repeat 0 0;

	border-radius: 2px 0 0 2px;

	display: inline-block;

	height: 42px;

	left: 0;

	position: absolute;

	top: 0;

	vertical-align: top;

	width: 40px;

}

.requestCallBackBlock .inputRow .icon.icon1 {

	background-position: -431px -3px;

}

.requestCallBackBlock .inputRow .icon.icon2 {

	background-position: -499px -3px;

}

.requestCallBackBlock .inputRow .icon.icon3 {

	background-position: -570px -3px;

}

.requestCallBackBlock .inputRow .icon.icon4 {

	background-position: -640px -3px;

}

.requestCallBackBlock .inputRow .icon.icon5 {

	background-position: -738px -3px;

}


.commonBlock {

	display: inline-block;

	vertical-align: top;

	width: 100%;

	padding: 20px;

	font-size: 12.5px;

	color: #000;

	line-height: 20px;

}


.commonBlock .blktitle {

	color: #0068a1;

	font-size: 22px;

	font-weight: 600 !important;

	padding: 0 0 10px;

	margin-bottom: 20px;

	position: relative;

}

.commonBlock .blktitle::before {

	background: #609d39 none repeat scroll 0 0;

	bottom: -1px;

	content: "";

	height: 3px;

	left: 0;

	position: absolute;

	width: 45px;

}

.commonBlock {

	background: #fff;

	margin-bottom: 24px;

}

.commonBlock ul {

	margin-bottom: 24px;

	padding: 0;

	list-style: none;

}

.commonBlock ul li {

	padding-bottom: 10px;

	margin-bottom: 8px;

	border-bottom: 1px dotted #e8e8e8;

	padding-left: 17px;

	position: relative;

	list-style: none;

}

.commonBlock ul li::before {

	content: "\f105";

	font-family: FontAwesome;

	position: absolute;

	z-index: 1;

	left: 2px;

	top: 1px;

	font-size: 14px;

	color: #276ea2;

}

.commonBlock ul li a {

	font-size: 13px;

	line-height: 23px;

	color: #333;

}

.commonBlock ul li:last-child {

	border: none;

	margin-bottom: 0;

	padding-bottom: 0;

}


.ourClientsBlock span {

	border-right: 1px solid #e8e8e8;

	border-bottom: 1px solid #e8e8e8;

	display: inline-block;

	margin-left: 0;

	vertical-align: top;

	width: 47%;

	text-align: center;

	padding: 10px 5px;

}

.ourClientsBlock span img {

	max-width: 100%;

	height: auto;

}


.ourClientsBlock span img {

	max-width: 100%;

	height: auto;

}

.ourClientsBlock span:nth-child(3n) {

	border-bottom: none;

}

.ourClientsBlock span:nth-child(2n) {

	margin-right: 0;

	border-right: none;

}

.ourClientsBlock span:nth-child(4n) {

	border-bottom: none;

	border-right: none;

}

.commonBlock .viewAllBtn {

	color: #fff;

	font-size: 13px;

	text-decoration: none;

	display: inline-block;

	vertical-align: top;

	margin-top: 18px;

	background: #5f9d38;

	border-radius: 100px;

	text-transform: uppercase;

	padding: 5px 15px;

	font-weight: 600;

}

.commonBlock .viewAllBtn:hover {

	color: #fff;

}

.commonBlock a.viewAllBtn em {

	background: rgba(0, 0, 0, 0) url(../images/sprite-new.png) no-repeat scroll -334px -65px;

	display: inline-block;

	height: 22px;

	vertical-align: top;

	width: 16px;

	transition: all .5s ease;

}


.clientSpeaksBlock {

	background: #15689f;

}

.clientSpeaksBlock .blktitle {

	color: #fff !important;

}

.clientSpeaksBlock .clientSpeaksBox,
.clientSpeaksBlock .clientSpeaksBox p {

	font-size: 16px;

	line-height: 22px;

	font-weight: 300;

	margin-bottom: 12px;

	color: #fff;

}

.clientSpeaksBlock .nameBox {

	color: #fff;

	font-size: 15px;

	margin-top: 12px;

	font-weight: 400;

}


.letestNewsBlock .letestNewsOwl .newstitle {

	color: #276ea2;

	font-weight: 400;

	font-size: 15px;

	line-height: 22px;

	margin-bottom: 10px;

}

.letestNewsBlock .letestNewsOwl p {

	margin-bottom: 7px;

}

.letestNewsBlock .letestNewsOwl .dateBox {

	color: #999;

}

.letestNewsBlock .owl-controls {

	position: absolute;

	right: 0;

	top: -48px;

	margin: 0;

}

.letestNewsBlock .owl-nav>div {

	display: inline-block;

	font-size: 0;

	height: 16px;

	margin-left: 5px;

	vertical-align: top;

	width: 16px;

	text-align: center;

	position: relative;

	cursor: pointer;

}

.letestNewsBlock .owl-nav>div.owl-next::before {

	content: "\f054";

	font-family: FontAwesome;

	font-size: 14px;

	left: 0;

	position: absolute;

	right: -1px;

	top: -2px;

}

.letestNewsBlock .owl-nav>div.owl-prev::before {

	content: "\f053";

	font-family: FontAwesome;

	font-size: 14px;

	left: 0;

	position: absolute;

	right: -1px;

	top: -2px;

}


.clutchBlock {

	background: #fff;

	margin-bottom: 24px;

}

.clutchBlock .logoType {

	width: 100%;

	text-align: center;

	background-color: #222;

	padding: 0 15px;

	margin: 0;

	height: 50px;

	line-height: 50px;

	display: block;

	font-size: 18px;

	font-weight: 600;

	color: #fff;

}


.clutchTitle a {

	font-size: 24px;

	padding: 15px 10px;

	text-align: center;

	font-weight: 400;

	color: #17313b;

	display: block;

}

.reviewBox {

	text-align: center;

	border-bottom: 1px solid #cae0e7;

	margin-bottom: 25px;

}

.fiveStar {

	display: inline-block;

	font-size: 16px;

	color: #ff3d2e;

	padding: 5px 12px 10px;

	border-right: 1px solid #cae0e7;

	margin-right: 7px;

}

.reviewBox a {

	position: relative;

	color: #ff3d2e;

}

.clutchBlock p {

	font-size: 16px;

	color: #6a7a7e;

	text-align: center;

}

.authorBox {

	font-size: 13px;

	color: #6a7a7e;

	margin-top: 20px;

	text-align: center;

}


.clutchBox .owl-controls {

	position: absolute;

	right: -30px;

	top: 50%;

	transform: translateY(-50%);

	margin: 0;

	left: -30px;

	z-index: -1;

}

.clutchBox .owl-nav>div {

	display: inline-block;

	font-size: 0;

	height: 16px;

	margin-left: 0;

	vertical-align: top;

	width: 16px;

	text-align: center;

	position: relative;

	cursor: pointer;

}

.clutchBox .owl-nav>div.owl-next::before {

	content: "\f054";

	font-family: FontAwesome;

	font-size: 16px;

	left: 0;

	position: absolute;

	right: -1px;

	top: -2px;

}

.clutchBox .owl-nav>div.owl-prev::before {

	content: "\f053";

	font-family: FontAwesome;

	font-size: 16px;

	left: 0;

	position: absolute;

	right: -1px;

	top: -2px;

}

.clutchBox .owl-prev {

	float: left;

}

.clutchBox .owl-next {

	float: right;

}

.reportBlock {

	background: #fff;

	padding: 25px 15px;

	text-align: center;

	margin-bottom: 0;

}


.reportBlock a.viewall {

	color: #fff;

	font-size: 13px;

	text-decoration: none;

	display: inline-block;

	vertical-align: top;

	margin-top: 18px;

	background: #5f9d38;

	border-radius: 100px;

	text-transform: uppercase;

	padding: 5px 15px;

	font-weight: 600
}


.reportBlock a.viewall:hover {

	color: #fff
}


.reportBlock a.viewall em {

	background: rgba(0, 0, 0, 0) url(https://www.techmagnate.com/images/sprite-new.png) no-repeat scroll -334px -65px;

	display: inline-block;

	height: 22px;

	vertical-align: top;

	width: 16px;

	transition: all .5s ease
}


.reportBlock a.viewall:hover em {

	margin-left: 8px
}


#testimoniallist .testimonial {

	padding: 20px 20px 20px 60px;

	margin-bottom: 40px;

	background: url(../images/inverted-comma.png) #FFF no-repeat 20px 20px;

}

#testimoniallist .testimonial strong {
	font-size: 11px;
}

.testilogo {
	font-size: 12px;
}


/*.testilogo {display:flex;}*/
.testilogo {
	display: flex;
	align-items: center;

}

.testilogo picture {

	margin-right: 20px;

	border-right: 1px solid #eee;

	padding-right: 20px;

}

.service_whitebox {

	padding: 20px;

	background: #FFF;

	margin-bottom: 30px;

}


.service_whitebox h2 {
	color: #222;
	margin-bottom: 20px;
}


.service_whitebox ul {

	list-style: none;

	margin: 0;

	padding: 0;

}


.service_whitebox ul li {

	position: relative;

	padding-left: 65px;

	margin-top: 10px;

	background-image: none;

}


.service_whitebox ul li em {

	width: 46px;

	margin-right: 20px;

	position: absolute;

	z-index: 1;

	top: 0;

	left: 0;

}


.service_whitebox picture {
	display: block;
	margin-bottom: 20px;
}


ul.bulletlist,
.single-casestudy .casestudy ul {

	margin: 0 0 30px;

	list-style: none;

	padding: 0px;

}


ul.bulletlist li,
.single-casestudy .casestudy ul li {

	margin: 0 0 8px;

	padding: 0 0 0 15px;

	background: url(https://www.techmagnate.com/images/bulletList.png) no-repeat 1px 8px;

}


.video-home {

	cursor: pointer;

}


.video-home:before {

	content: '\f16a';

	position: absolute;

	top: 40%;

	right: 0;

	left: 0;

	color: red;

	width: 30px;

	height: 18px;

	margin: auto;

	font-family: FontAwesome;

	font-size: 40px;

	border-radius: 100%;

	text-align: center;

	line-height: 50px;

	padding-left: 3px;

	transition: .3s;

}

.video-home:hover:before {
	color: #fff
}


figure.size-full img {
	width: 100%;
}

figure.size-full {
	margin-bottom: 30px;
}


.team-box {
	margin-top: 50px;
	display: block;
	padding-bottom: 50px;
	border-bottom: 1px solid #bfbfbf;
	position: relative;
}


.team-box:before {

	background: #276ea2 none repeat scroll 0 0;

	bottom: -1px;

	content: "";

	height: 1px;

	left: 0;

	position: absolute;

	width: 62px;

	z-index: 1;

}


.team-box h2 {

	color: #276ea2;

	font-size: 24px;

	font-weight: 400;

	line-height: normal;

	margin: 0 0 5px;

}


.team-box h3 {

	color: #222;

	font-size: 14px;

	font-weight: 600;

	margin: 0 0 8px;

}


.team-box span.linkd a {

	background-position: -146px -425px !important;

}

.team-box span.linkd a {

	background: rgba(0, 0, 0, 0) url(../images/sprite-new.png) no-repeat scroll 0 0;

	display: inline-block;

	font-size: 0;

	height: 36px;

	margin: -5px 0 0 0px;

	vertical-align: top;

	width: 44px;

}


.team-box .fsbloglink {

	border-left: 2px solid #9bbcd4;

	display: inline-block;

	font-size: 14px;

	padding: 3px 0 3px 16px;

}


.casestudylist {

	background: #FFF;

	padding: 15px;

	margin-bottom: 30px;
	    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;

}


.casestudylist picture {

	display: block;
	margin-bottom: 20px;
	width: 100%;
	overflow: hidden;

}

.casestudylist picture img {
	width: 100%;
	height: auto;
}

.casestudylist h3 {
	font-size: 14px;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
}
.port-list-size h3 {
    font-size: 13px;
}
h3.port-head {
    margin: 0 0 5px;
}
.single-casestudy h1 {
	font-size: 22px;
	line-height: 36px;
	color: #5f9d39;
	font-weight: 700;
	margin: 0 0 12px;
}

.single-casestudy h3 {
	font-size: 20px;
	font-weight: 600;
}

.single-casestudy .casestudy figure.size-full img {
	max-width: 100%;
	width: auto;
}


table.tm-table {

	border-top: 1px solid #ebebeb;

	border-right: 1px solid #ebebeb;

	margin-bottom: 4%;

}

.tm-table tr:first-child td {
	background: #eee;
	font-weight: 600;
}

.tm-table td {
	border-bottom: 1px solid #ebebeb;
	border-left: 1px solid #ebebeb;
	padding: 5px;
	text-align: left;
}

.col-2-table td {
	padding: 1.5%
}

.visionbox {
	text-align: center;
	height: 180px;
	margin-bottom: 30px;
	border-bottom: 2px solid #5f9d39;
}

.visionbox h2 {
	color: #5f9d39;
	text-align: center;
	font-weight: 600;
	font-size: 30px;
}


ul.pointerlist {
	padding: 0;
	list-style: none;
}

ul.pointerlist li {
	background: url(https://www.techmagnate.com/images/pointer.png) no-repeat 5px;
	padding-left: 30px;
	line-height: 20px;
	margin-bottom: 15px;
}


.portfolio-listing-bl {
	background: #FFF;
	margin-bottom: 30px;
}

.portfolio-listing-bl .imgfiled {
	text-align: center;
}

.portfolio-listing-bl .detailtext {
	text-align: center;
	padding-bottom: 15px;
}

.portfolio-listing-bl a {
	color: #276ea2;
}

.portfolio-listing-bl .labeltext {
	font-weight: 600;
}

section.homeBanner.mobile-sliderbnr {
    display: none;
}

/*.portfolio-listing-bl .iconlink ul {list-style:none; padding:0px; display:flex;}*/

.iconlink ul li {

	float: left;

	margin-right: 10px;

}

.iconlink ul li a {
	float: left;
}

.iconlink ul li img {
	float: left;
}

.portfolio-listing-bl a.greenbtn {

	color: #fff;

	font-size: 13px;

	text-decoration: none;

	display: inline-block;

	vertical-align: top;

	background: #5f9d38;

	border-radius: 100px;

	text-transform: uppercase;

	padding: 5px 15px;

	font-weight: 600;

}

.portfolio-listing-bl a.greenbtn:hover {

	color: #fff;

}

.portfolio-listing-bl p {
	margin-bottom: 10px;
	font-size: 13px;
}

.portfolio-listing-bl .iconlink {
	padding: 0 20px;
	display: flex;
	justify-content: space-between;
}


.tooltip-example {

	position: relative;

}

.tooltip-text {

	position: absolute;

	padding: 10px;

	background-color: rgb(0, 0, 0);

	border-radius: 5px;

	top: 45px;

	justify-content: center;

	align-items: center;

	color: #f1f1f1;

	z-index: 1;

	visibility: hidden;

	opacity: 0;

	min-width: 180px;

}

.tooltip-example:hover .tooltip-text {

	visibility: visible;

	opacity: 1;

}

.tooltip-text::after {

	content: "";

	position: absolute;

	width: 10px;

	height: 10px;

	top: 2px;

	background-color: rgb(0, 0, 0);

	transform: rotate(45deg) translate(-50%, -50%);

	z-index: 2;

	left: 15px;

}


table.seo-result .keywords {
	width: 70%;
}

table.seo-result tr {
	background: #fff;
}

table.seo-result th {

	background: #ffffff;

	font-weight: 400;

	border-top: 1px solid #e8e8e8;

	padding: 6px 20px;

}

table.seo-result td:nth-child(2),
table.seo-result th:nth-child(2) {

	border-right: none;
	text-align: center;
}

table.seo-result tr:nth-child(2n) {
	background: #f8f8f8;
}

table.seo-result td {
	font-size: 13px;
	line-height: normal;
	padding: 6px 10px;
}

.portfolio-listing-bl .bottomtb th:nth-child(2) {
	width: 32%
}


/*------additional css-----*/

.faqSection .sp-ea-one.sp-easy-accordion .sp-ea-single .ea-body {

	padding: 15px 0;

}

.btnRow a.linkBtnarow {

	color: #fff;

	font-size: 14px;

	text-decoration: none;

	background: #15689f;
	/*background: #276ea2 !important;*/

	border-radius: 100px;

	padding: 5px 20px;

	display: inline-block;

	text-transform: uppercase;

}

.btnRow a.linkBtnarow:hover {

	color: #5f9d38;

}

.seoteamList {

	list-style: none;

	padding: 0;

	display: inline-block;

	vertical-align: top;

	width: 100%;

}

/* Jan 25 2023 */
.seoteamList li {
	text-align: center;
}

/* End Jan 25 2023 */


.seoteamHelp.seo-team-button .seoteamList>li {

	min-height: 310px;

	padding: 20px;

	background: #fff;
	position: relative;

}

.seoteamHelp.seo-team-button .seoteamList>li a.getTopRankBtn {
	position: absolute;
	bottom: 15px;
	left: 0;
	right: 0;
	margin: auto;
}


.seoteamHelp.seo-team-button .seoteamList.orm-services-list li {

	min-height: 270px
}


.seoteamHelp.ppcservicesrow .seoteamList>li {

	min-height: 330px
}

.seoTeamList.custom-listing li p {
	min-height: 100px
}

.seoTeamList.custom-listing li:nth-child(1) p {
	min-height: 120px
}

.seoTeamList.custom-listing li:nth-child(7) p {
	min-height: 80px
}

.seoTeamList.custom-list li:nth-child(3) p {
	min-height: 80px
}

.seoTeamList.customlist li:nth-child(3) p {
	min-height: 80px
}

/*.seoteamHelp .seoteamList li:nth-child(1), .seoteamHelp .seoteamList li:nth-child(4), .seoteamHelp .seoteamList li:nth-child(7) {

    padding-left: 0;

}*/


.seoteamHelp .seoteamList li:nth-child(3),
.seoteamHelp .seoteamList li:nth-child(6),
.seoteamHelp .seoteamList li:nth-child(9) {

	/*padding-right: 0;*/

	border-right: 0;

	margin-right: 0;

}


.seoteamHelp li {

	float: left;

	width: 31.7%;

	height: 310px;

	margin-right: 20px;

	margin-bottom: 20px;

}


.seoteamHelp .seoteamList li em {

/*	float: left;*/

	width: 100%;

	text-align: center;display: block;

	margin-bottom: 13px
}



.seoteamHelp .seoteamList li h3 {

	text-align: center;

	font-size: 16px;

	font-weight: 500;

	color: #222;

	margin-bottom: 15px
}

.page-id-481 .seoteamHelp .seoteamList li h3 {
	display: inline-block;
	min-height: 38px;
}

.seoteamHelp p {

	text-align: center;

}

.seoteamHelp .seoteamList li p {

	color: #000000;

}

.seoteamHelp .seoteamList li p.min-200 {

	min-height: 198px
}


.seoteamHelp .seoteamList li h3.min-120 {

	min-height: 120px
}


.seoteamHelp .seoteamList.web-design-list li {

	min-height: 410px !important;

}

ul.clients-logo li {

	background: 0 0;

	border: 1px solid #ccc;

	display: inline-block;

	margin: 1px 1px 5px;

	padding: 6px;

	vertical-align: top;

}

.ecommercewebsitesRow ul.full-width-list li,
.whyChooseRow.wdd ul.full-width-list li {

	width: 100%;

	text-align: left;

	margin: 0 0 12px;

}


.footercontact {

	background: url('https://www.techmagnate.com/images/footer-contact-bg.jpg') no-repeat center;

	padding: 20px;

	color: #fff;

	font-size: 17px;

	margin-bottom: 30px;

	background-size: cover;

}


.leftContainer .moreRow a {

	color: #fff
}


.clientspeaksnew {

	background: #15689f
}


.clientspeaksnew .title_right {

	color: #fff !important
}


.ppcservicesmanagementstrategy .modelsList li {

	min-height: 260px;

	height: auto
}


.ppcservicesmanagementstrategy .modelsList li:nth-child(4),

.ppcservicesmanagementstrategy .modelsList li:nth-child(5) {

	border-right: 1px solid #e2e2e2;

	border-bottom: 1px solid #e2e2e2
}


.ppcservicesmanagementstrategy .modelsList li:nth-child(6) {

	border-bottom: 1px solid #e2e2e2
}


.ppcservicesmanagementstrategy .modelsList li:nth-child(7),

.ppcservicesmanagementstrategy .modelsList li:nth-child(8) {

	border-bottom: none
}

.bigtxt {

	font-size: 22px !important;

	font-weight: 700;

	line-height: 32px;

}

.footercontact a {

	color: #609d39;

}


.bechoosyRow ol {

	margin: 0 0 30px 14px;

	padding: 0;

}

.bechoosyRow ol li {

	list-style-type: decimal;
	margin: 0 0 10px;

}

.greencallback {

	background: url('../images/cta_bg_img2.png') no-repeat;
	background-size: 100% 100%;


	padding: 40px 25px;

	color: #fff;

	text-align: center;

}

.engagementModels .modelsList li .greencallback a {
	font-weight: 600;
	word-wrap: anywhere;
}


.bluebgtitle {

	padding: 1px 30px;

	background: #0068a1;

	text-align: left;

}

.bluebgtitle h2,
.bluebgtitle p {

	text-align: left;

	color: #fff;

}

.bluebgtitle h2 {
	margin-top: 20px;
}

.seoteamHelp .seoteamList.box-layout li:nth-child(1),
.seoteamHelp .seoteamList.box-layout li:nth-child(3),
.seoteamHelp .seoteamList.box-layout li:nth-child(4),
.seoteamHelp .seoteamList.box-layout li:nth-child(5),
.seoteamHelp .seoteamList.box-layout li:nth-child(7),
.seoteamHelp .seoteamList.box-layout li:nth-child(8) {

	border-right: 1px solid #e8e8e8;

	border-bottom: 1px solid #e8e8e8;

}

.box-layout {

	background: #fff;

}

.seoteamHelp .seoteamList.box-layout li {

	min-height: 295px;

	width: 33.3%;

	padding: 30px;

	display: inline-block;

	margin: 0;

	border-right: 1px solid #e8e8e8;

	border-bottom: 1px solid #e8e8e8;

}
.cus-height-drives.seoteamHelp .seoteamList.box-layout li{min-height: 374px;}
.cus-height-sector.seoteamHelp .seoteamList.box-layout li{min-height: 305px;}
.page-id-1221 .seoteamHelp .seoteamList.box-layout li {
	min-height: 365px;
}

.page-id-1221 .seoteamHelp .delhi-service-list p {
	text-align: center;
}
.cus-height-digital.delhi-service .delhi-service-list p{
	height: auto;
    min-width: auto;
}
.cus-height-digital.delhi-service .delhi-service-list{
	min-height: 290px;
}
.bluecallback {

	background: #0068a1;

	border-radius: 10px;

	padding: 50px 20px;

	color: #fff;

}

.bluecallback p,
.greencallback p {

	color: #fff !important;

	height: auto !important;

}

a.bdrbtn {

	color: #fff;

	border: 2px solid;

	padding: 5px 10px;

	border-radius: 100px;

	display: block;

}

.bluecallback p a,
.greencallback p a {

	color: #fff;

}

/*.greencallback a.bdrbtn{display: inline-block;}*/

a.bdrbtn:hover {

	background: #fff;

	color: #5f9d38;

}

#example li {

	width: 20%;

	display: inline-block;

	margin: 0 4% 4% 0;

}

#lifestyleblock li a {

	display: inline-block;

	border: 1px solid #f1f1f1;

	padding: 5px;

}

.our-projects-row ul li {

	display: inline-block;

	vertical-align: top;

	width: 24.5%;

	text-align: center;

	margin-top: 15px;

	padding: 0 15px;

}

.our-projects-row ul li em {
	display: block;
	margin: 0 0 12px;
}

.our-projects-row ul li h3,
.our-projects-row ul li h3 a {

	font-size: 16px;

	line-height: 18px;

	color: #222;

	font-weight: 700;

}


.rightSeoCompany {

	background: #f8f8f8;

	padding: 25px 25px 40px;

	margin-top: 50px
}


.rightSeoCompany h2 {

	font-size: 21px;

	line-height: 34px;

	color: #222;

	font-weight: 600;

	margin: 0 0 35px
}


.rightSeoCompany p {

	font-size: 13px;

	line-height: 22px;

	color: #616161;

	margin-bottom: 15px
}


.rightSeoCompany .imgfield {

	float: right;

	margin: -20px 15px 15px
}


.rightSeoCompany ul {

	list-style: none;

	margin: 0 0 5px;

	padding: 0;

	display: inline-block;

	vertical-align: top
}


.rightSeoCompany ul li {

	position: relative;

	padding-left: 35px;

	margin-bottom: 15px;

	font-size: 13px;

	line-height: 20px;

	color: #616161;

	font-weight: 700
}


.rightSeoCompany ul li:before {

	content: "";

	width: 23px;

	height: 23px;

	position: absolute;

	z-index: 1;

	left: 0;

	top: 0;

	background: url(../images/sprite-new.png) no-repeat -252px -67px
}


.rightSeoCompany .linkBtn {

	margin-top: 20px
}

#flex-list-item.seoteamList {

	display: flex;

	flex-wrap: wrap
}

#flex-list-item.seoteamList>li {

	min-height: auto;

	height: auto;

}


.mobShow {

	display: none !important;

}

.topSpacer {

	height: 184px;

}

.footericons,
#mob-menu {

	display: none;

}

.reportBlockBox a.viewAllBtn {
	color: #fff;

	font-size: 13px;

	text-decoration: none;

	display: inline-block;

	vertical-align: top;

	margin-top: 18px;

	background: #5f9d38;

	border-radius: 100px;

	text-transform: uppercase;

	padding: 5px 15px;

	font-weight: 600;
}

.reportBlockBox a.viewAllBtn em {

	background: rgba(0, 0, 0, 0) url(../images/sprite-new.png) no-repeat scroll -334px -65px;

	display: inline-block;

	height: 22px;

	vertical-align: top;

	width: 16px;

	transition: all .5s ease;

}


.internet-marketing-services.careerPage .items {

	min-height: 510px;

	display: flex;

	padding: 0 20px 10px;

	position: relative;

	flex-wrap: wrap;

	border-bottom: 1px solid #cacaca;

	border-right: 1px solid #cacaca;

	float: left;

	font-size: 13px;

	vertical-align: top;

	width: 33%;

}

.internet-marketing-services .items.last {

	border-right: none;

}


.internet-marketing-services.careerPage {
	margin: 0 0 35px;
}

.internet-marketing-services.careerPage h2 {

	font-size: 22px;

	line-height: 36px;

	color: #0068a1;

	font-weight: 700;

	padding-bottom: 0;

	position: relative;

	margin: 0 0 12px
}


.internet-marketing-services.careerPage .view-link {

	color: #5f9d38;

	font-size: 13px;

	text-decoration: none;

	display: inline-block;

	vertical-align: top;

	margin-top: 18px;

	border-radius: 100px;

	text-transform: uppercase;

	padding: 5px 15px;

	font-weight: 600;

	margin-top: auto
}


.internet-marketing-services.careerPage .view-link em {

	background: rgba(0, 0, 0, 0) url(../images/arrow-link-icon.png) no-repeat scroll 0 0;

	display: inline-block;

	height: 6px;

	vertical-align: middle;

	width: 14px;

	transition: all .5s ease
}


.internet-marketing-services.careerPage .items h3 .imgbl {

	min-width: 66px;

	padding: 15px 5px 10px
}


.internet-marketing-services.careerPage .view-link:hover em {

	margin-left: 8px
}


.internet-marketing-services.careerPage .items h3 {

	display: flex;

	align-items: center;

	margin: 0 0 15px
}


.internet-marketing-services.careerPage .items ul.bulletList {

	width: 100%
}


.internet-marketing-services.careerPage .items ul.bulletList li {

	margin: 0 0 15px
}


.internet-marketing-services.careerPage .items.lastrow {

	border-bottom: none;

	min-height: 310px
}

.internet-marketing-services.careerPage .items.last.twoitem-col.row-box-half .mobile-full {

	display: flex;

	flex-wrap: wrap;

	position: relative;

	/*padding-bottom: 30px;*/

}

.internet-marketing-services.careerPage .items.last.twoitem-col.row-box-half>div:last-child {

	position: relative
}

.internet-marketing-services.careerPage .items.last.twoitem-col.row-box-half>div:last-child:before {

	content: "";

	position: absolute;

	border-bottom: 1px solid #cacaca;

	top: 0;

	left: -20px;

	width: 108%;

}


.employee-testimonial .title_testimonial {

	color: #222;

	font-size: 22px;

	font-weight: 600 !important;

	padding: 0 0 10px;

	margin-bottom: 10px;

	position: relative
}


.employee-testimonial .employee-slide .item {

	background: #d6d3d3;

	padding-top: 20px;

	display: flex;

	flex-wrap: nowrap
}


.employee-testimonial .employee-slide .testimonial-text {

	width: 60%;

	color: #000;

	font-size: 18px;

	font-weight: 600;

	line-height: 1.5;

	padding: 5px 15px 0 5%
}


.employee-testimonial .employee-slide .testimonial-text .person-caption {

	text-align: right;

	color: #06578d;

	font-size: 21px;

	margin-top: auto;

	padding-bottom: 15px
}


.employee-slide.block_section {

	background: 0 0
}


.employee-testimonial .employee-slide .testimonial-text blockquote {

	position: relative;

	border: none;

	padding: 30px 10px 0 30px;

	line-height: 1.5;

	font-size: 17px
}


.employee-testimonial .employee-slide .testimonial-text blockquote:before {

	color: #007bae;

	content: "\f10d";

	font-family: FontAwesome;

	font-size: 27px;

	position: absolute;

	left: 0;

	top: 0
}


.employee-slide.block_section .owl-controls.clickable {

	top: -25px
}


.place-block .best-place {

	background: url(https://www.techmagnate.com/images/best-place-to-work.jpg) no-repeat top;

	background-size: cover;

	height: 416px;

	text-align: center;

	padding: 0 10px;

	display: flex;

	align-items: flex-end;

	justify-content: center
}


.place-block .content-best-place {

	padding-bottom: 25px
}


.place-block .best-place p {

	color: #fff;

	font-size: 14px;

	font-weight: 500;

	line-height: 1.5
}


.place-block .best-place p span {

	font-weight: 600;

	font-size: 17px;

	display: block
}


.client_filter {

	display: inline-block;

	margin-bottom: 22px;

	vertical-align: top;

	width: 100%
}


.client_filter .input_row {

	display: inline-block;

	margin-bottom: 12px;

	margin-right: 3%;

	position: relative;

	vertical-align: top;

	min-width: 29%
}


.client_filter .input_row:last-child {

	margin-right: 0
}


.client_filter .icon {

	background: url(../images/sprite-new.png) no-repeat 0 0;

	border-radius: 2px 0 0 2px;

	display: inline-block;

	height: 42px;

	left: 0;

	position: absolute;

	top: 0;

	vertical-align: top;

	width: 40px
}


.client_filter .icon.icon1 {

	background-position: -639px -4px
}


.client_filter .icon.icon2 {

	background-position: -580px -58px
}


.client_filter .input {

	background: #f8f8f8 none repeat scroll 0 0;

	border-radius: 0 2px 2px 0;

	display: inline-block;

	height: 42px;

	padding-left: 50px;

	vertical-align: top;

	width: 100%
}


.client_filter .input {

	background: #fff none repeat scroll 0 0;

	border-radius: 5px;

	display: inline-block;

	padding-left: 50px;

	vertical-align: top;

	width: 100%;

	border: 1px solid #dfdfdf
}


.client_filter .input select {

	-moz-appearance: none;

	-webkit-appearance: none;

	-os-appearance: none;

	appearance: none;

	background: transparent url(../images/arrowicon.png) no-repeat scroll 97% -1px;

	border: medium none;

	cursor: pointer;

	height: 42px;

	padding-right: 30px;

	color: #222;padding-left: 10px;

	width: 100%
}


.client_filter input::-webkit-input-placeholder {

	color: #222;

	opacity: 1 !important
}


.client_filter input::-moz-placeholder {

	color: #222;

	opacity: 1 !important
}


.client_filter input:-ms-input-placeholder {

	color: #222;

	opacity: 1 !important
}


.client_filter input:-moz-placeholder {

	color: #222;

	opacity: 1 !important
}


.testimoniallist .testimonial {
	position: relative;
}

.testimoniallist .testimonial::before {

	content: url(../images/inverted-comma.png);

	position: absolute;

	z-index: 0;

	left: 20px;

	top: 20px
}


.location-block .contentarea {

	min-height: 290px;

	border: solid 1px #eaeaea;

	padding: 0 0 15px 0
}

.contactRow .location-block .contentarea .btnRow {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 15px;
}

.location-block .contentarea p {

	font-size: 13px;

	padding: 0 10px;


}

.location-block .contentarea p:first-child {
	min-height: 145px;
}

.location-block .contentarea h5 {

	background: #3c7cab;

	color: #fff;

	margin: 0 0 10px;

	text-align: center;

	font-size: 18px
}


.location-block .contentarea.no-anchor h5 {

	background: #3c7cab;

	padding: 10px 0
}


.location-block .contentarea h5 a {

	color: #fff;

	padding: 10px 0;

	display: block;

	position: relative;

	transition-property: color;

	-webkit-transition-duration: .3s;

	transition-duration: .3s;

	backface-visibility: hidden;

	transform: translateZ(0)
}


.location-block .contentarea .linkBtn {

	font-weight: 500;

	font-size: 15px
}

.contactRow .mapRow .addrRow {

	border: 1px solid #d5d5d5;

	clear: both;

	display: inline-block;

	position: relative;

	width: 100%;

}

.mapRow .addrRow .mapaddr {

	width: 38%;

	position: absolute;

	z-index: 1;

	top: 0;

	left: 0;

	height: 100%;

	background: #3c7cab;

	padding: 22px 24px;

	color: #fff;

}


.contactRow .mapRow .addrRow .mapBox1 {

	float: right;

	width: 62%;

	background: url('../images/mapbg.jpg') no-repeat 0 0;

}

.contactRow .mapRow .addrRow .mapaddr p a {

	color: #fff;

}


/*-----right side form css-----*/

form .title_right.green_title {

	font-size: 15px;

	padding: 15px 25px 15px 12px;

	cursor: pointer;

	background: #0068a1;

	color: #fff;

	font-weight: 600 !important;

	position: relative;

}


form .title_right:after {

	content: "\f107";

	font-family: FontAwesome;

	font-size: 20px;

	position: absolute;

	right: 25px;

	top: 15px
}


form .title_right.active:after {

	content: "\f106"

}


form .title_right+.text_content {

	display: none
}


.formrequest {

	display: inline-block;

	padding: 10px 19px;

	vertical-align: top;

	width: 100%;

	background: #0068a1
}


.formrequest .smaltext {

	color: #fff;

	font-size: 11px;

	margin-bottom: 12px;

	text-align: center
}


.formrequest .input_row {

	display: inline-block;

	margin-bottom: 12px;

	position: relative;

	vertical-align: top;

	width: 100%
}


.formrequest .icon {

	background: url(../images/sprite-new.png) no-repeat 0 0;

	border-radius: 2px 0 0 2px;

	display: inline-block;

	height: 42px;

	left: 0;

	position: absolute;

	top: 0;

	vertical-align: top;

	width: 40px
}


.formrequest .icon.icon1 {

	background-position: -431px -3px
}


.formrequest .icon.icon2 {

	background-position: -499px -3px
}


.formrequest .icon.icon3 {

	background-position: -570px -3px
}


.formrequest .icon.icon4 {

	background-position: -640px -3px
}
.formrequest .icon.icon44 {
    background-position: -533px -3px;
}

.formrequest .icon.icon5 {

	background-position: -738px -3px
}


.formrequest .icon.iconbudget {

	background-position: -685px -3px
}


.formrequest .input {

	background: #fff none repeat scroll 0 0;

	border-radius: 5px;

	display: inline-block;

	height: 42px;

	padding-left: 40px;

	vertical-align: top;

	width: 100%
}


.formrequest input,

.formrequest textarea {

	height: 100%;

	width: 100%;

	border: none;

	background: 0 0;

	resize: none;

	padding: 10px 0;

	color: #919191;

	text-indent: inherit
}


.formrequest input::-webkit-input-placeholder {

	color: #919191;

	opacity: 1 !important
}


.formrequest input::-moz-placeholder {

	color: #919191;

	opacity: 1 !important
}


.formrequest input:-ms-input-placeholder {

	color: #919191;

	opacity: 1 !important
}


.formrequest input:-moz-placeholder {

	color: #919191;

	opacity: 1 !important
}


.formrequest textarea::-webkit-input-placeholder {

	color: #919191;

	opacity: 1 !important
}


.formrequest textarea::-moz-placeholder {

	color: #919191;

	opacity: 1 !important
}


.formrequest textarea:-ms-input-placeholder {

	color: #919191;

	opacity: 1 !important
}


.formrequest textarea:-moz-placeholder {

	color: #919191;

	opacity: 1 !important
}


.formrequest .textarearow .icon {

	height: 120px
}


.formrequest .textarearow .input {

	height: 120px
}


.formrequest .input select {

	-moz-appearance: none;

	-webkit-appearance: none;

	-os-appearance: none;

	appearance: none;

	background: transparent url('https://www.techmagnate.com/images/arrowicon.png') no-repeat scroll 97% -1px;

	border: medium none;

	cursor: pointer;

	height: 42px;

	padding-right: 30px;

	color: #919191;

	width: 100%;

	outline: none;

}


.formrequest .input_row.cuptchrow {

	border-radius: 2px;

	display: inline-block;

	vertical-align: top;

	width: 100%;

	margin-bottom: 5px
}


.formrequest .input_row.cuptchrow .cuptchacode {

	background: #ececec none repeat scroll 0 0;

	border-radius: 2px;

	display: inline-block;

	font-size: 19px;

	font-weight: 700;

	height: 42px;

	line-height: 42px;

	margin-right: 3%;

	text-align: center;

	vertical-align: top;

	width: 33%
}


.formrequest .input_row.cuptchrow .cuptchvalue {

	background: #f8f8f8 none repeat scroll 0 0;

	border-radius: 3px;

	display: inline-block;

	height: 42px;

	vertical-align: top;

	width: 64%
}


.formrequest .input_row.cuptchrow .cuptchvalue>input {

	border-radius: 5px;

	background: #fff;

	border: medium none;

	height: 100%;

	padding: 10px;

	width: 100%
}


.formrequest input[type=button] {

	background: #276ea2 none repeat scroll 0 0;

	border: medium none;

	border-radius: 3px;

	color: #fff;

	cursor: pointer;

	float: right;

	font-size: 18px;

	font-weight: 700;

	height: 40px;

	text-align: center;

	text-transform: uppercase;

	margin-bottom: 8px;

	width: 110px
}


.formrequest #contact-submit,

.formrequest input[type=submit] {

	background: #6cab39 none repeat scroll 0 0 !important;
    border: medium none !important;
    border-radius: 100px;
    color: #fff !important;
    cursor: pointer;
    font-size: 13px;
    height: 35px !important;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 8px;
    width: 110px !important;
    font-weight: 500;
    padding: 5px !important;
    text-indent: 0;
}


.formrequest .err.captcha-err {

	color: #fff;

	display: inline-block;

	margin-left: 5px
}

.formrequest input {

	height: auto
}


.formrequest .input_row.cuptchrow img {

	margin-top: 15px;

	width: 60%;

	border-radius: 6px;

	margin-right: 5px
}


.formrequest .input_row.cuptchrow a {

	color: #fff;

	top: 9px;

	display: inline-block;

	position: relative;

	margin-left: 5px
}


.formrequest .input_row.cuptchrow a:hover,

.formrequest .input_row.cuptchrow a:focus {

	color: #fff
}


.contactRow .contactFrm {

	padding: 35px 15px;

	background: #fbfbfb;

	display: inline-block;

	vertical-align: top;

	width: 100%
}


.contactRow .contactFrm form {

	width: 472px;

	max-width: 100%;

	margin: 0 auto
}


.contactRow .contactFrm form h2 {

	font-size: 21px;

	line-height: 34px;

	color: #919191;

	font-weight: 400
}


.contactRow .contactFrm form small {

	display: block;

	text-align: right;

	font-size: 12px;

	line-height: 16px;

	color: #616161
}


.contactRow .contactFrm form small span {

	color: #276ea2
}


.contactRow .contactFrm form ul {

	display: inline-block;

	vertical-align: top;

	width: 100%;

	list-style: none;

	padding: 10px 0 0
}


.contactRow .contactFrm form ul li {

	float: left;

	width: 100%;

	margin-bottom: 9px
}


.contactRow .contactFrm form ul li.twoCol .inputBox {

	width: 49%;

	margin-right: 1%
}


.contactRow .contactFrm form ul li.twoCol .inputBox:last-child {

	margin-left: 1%;

	margin-right: 0
}


.contactRow .contactFrm form ul li .inputBox {

	float: left;

	width: 100%
}


.contactRow .contactFrm form ul li .inputBox input[type=email],

.contactRow .contactFrm form ul li .inputBox input[type=text],

.contactRow .contactFrm form ul li .inputBox input[type=url],

.contactRow .contactFrm form ul li .inputBox select,

.contactRow .contactFrm form ul li .inputBox textarea {

	float: left;

	width: 100%;

	height: 46px;

	border: 1px solid #eaeaea;

	background: #fff;

	padding: 10px 13px;

	font-size: 14px;

	line-height: 16px
}


.contactRow .contactFrm form ul li .inputBox textarea {

	height: 136px;

	resize: none
}


.contactRow .contactFrm form ul li.captchaRow .inputBox {

	width: 70%;

	margin-right: 1.5%
}


.contactRow .contactFrm form ul li.captchaRow .captchaImg {

	float: left;

	width: 28.5%;

	background: #ececec;

	height: 46px;

	text-align: center
}


.contactRow .contactFrm form ul li .inputBox input::-webkit-input-placeholder {

	color: #616161;

	opacity: 1 !important
}


.contactRow .contactFrm form ul li .inputBox input::-moz-placeholder {

	color: #616161;

	opacity: 1 !important
}


.contactRow .contactFrm form ul li .inputBox input:-ms-input-placeholder {

	color: #616161;

	opacity: 1 !important
}


.contactRow .contactFrm form ul li .inputBox input:-moz-placeholder {

	color: #616161;

	opacity: 1 !important
}


.contactRow .contactFrm form ul li .inputBox textarea::-webkit-input-placeholder {

	color: #616161;

	opacity: 1 !important
}


.contactRow .contactFrm form ul li .inputBox textarea::-moz-placeholder {

	color: #616161;

	opacity: 1 !important
}


.contactRow .contactFrm form ul li .inputBox textarea:-ms-input-placeholder {

	color: #616161;

	opacity: 1 !important
}


.contactRow .contactFrm form ul li .inputBox textarea:-moz-placeholder {

	color: #616161;

	opacity: 1 !important
}


.contactRow .contactFrm form input[type=button] {

	background: #276ea2;

	border: medium none;

	color: #fff;

	cursor: pointer;

	float: left;

	font-size: 18px;

	font-weight: 700;

	height: 44px;

	margin-bottom: 8px;

	text-align: center;

	text-transform: uppercase;

	width: 130px
}


.contactRow .contactFrm form input[type=button]:hover {

	background: #5f9d39
}


.enterWebsiteSection input:focus {
	outline: none;
}

.clientspeaksnew {
	background: #15689f !important;
}

.clientspeaksnew .commonBlock {
	background: transparent;
}

.clientspeaksnew .commonBlock .blktitle {
	color: #fff;
}

.clientspeaksnew .commonBlock .clientblk {
	color: #fff;
}

.dropdown-content a {
	padding: 12px 16px 0px 12px;
}

.commonBlock {
	padding: 0px !important
}

.reportBlock {
	padding: 0px !important
}

.btnrowbk {

	border-top: 1px solid #bfbfbf;

	display: inline-block;

	margin-top: 12px;

	padding-top: 13px;

	width: 100%;

}

.newsdetail .blueheading {

	background: #276ea3 none repeat scroll 0 0;

	color: #e4f1ff;

	display: inline-block;

	font-size: 16px;

	font-weight: 600;

	padding: 20px 14px;

	width: 100%;

}

.seoServicesTitle h1,
.seoServicesTitle h2 {

	font-size: 22px;

	line-height: 36px;

	color: #0068a1;

	font-weight: 700;

	padding-bottom: 0;

	position: relative;

	margin: 0 0 12px;

	clear: both;

}

.post-social {
	margin-bottom: 10px;
}

#frm {

	left: 0;

	position: relative;

	top: 0;

	z-index: 9999;

}

.newsList>li {

	display: inline-block;

	margin-bottom: 15px;

	margin-top: 15px;

	vertical-align: top;

	width: 100%;

}

.newsList>li .content .brtp {

	border-top: 1px solid #bfbfbf;

	padding-top: 16px;

}

.portfolio-listing-bl .detailtext a {

	text-decoration: underline;

}

.portfolio-listing-bl .detailtext a:hover {
	color: #609d39;
	text-decoration: none;
}

.block_section .menu li a {
	font-size: 13px;

	line-height: 23px;

	color: #000;
}

.block_section .menu li:last-child {
	border-bottom: none;
}

.block_section .formrequest input:focus {
	outline: none;
}

.block_section .menu li a:hover {
	color: #609d39;
}

.block_section .padblock {

	display: inline-block;

	vertical-align: top;

	width: 100%;

	padding: 20px;

}

.bottomtb .iconlink li {
	position: relative;
	margin-right: 10px;
	text-indent: 24px
}

.bottomtb .iconlink li:hover .nobg {
	visibility: visible;

	bottom: 47px;

	left: 50%;

	margin-left: -54px;

	z-index: 999;
}

.bottomtb .iconlink li .nobg {
	position: absolute;

	width: 240px;

	color: #ffffff;

	background: #000 url(https://www.techmagnate.com/templates/portfolio/images/inverted-comma1.png) no-repeat left 10px top 10px;

	line-height: normal;

	visibility: hidden;

	border-radius: 6px;

	left: 50%;

	margin-left: -54px;
	left: 50%;


	font-size: 12px;

	padding: 10px;

	text-indent: inherit;
	bottom: 47px;
}

.bottomtb .iconlink li .nobg:after {
	content: '';

	position: absolute;

	top: 100%;

	left: 32%;

	margin-left: -8px;

	width: 0;

	height: 0;

	border-top: 8px solid #000000;

	border-right: 8px solid transparent;

	border-left: 8px solid transparent;
}


.block_section .al-cn {

	color: #0068a1;

	font-size: 22px;

	font-weight: 600 !important;

	padding: 0 0 10px;

	margin-bottom: 20px;

	position: relative;

}

.block_section .al-cn::before {

	background: #609d39 none repeat scroll 0 0;

	bottom: -1px;

	content: "";

	height: 3px;

	left: 0;

	position: absolute;

	width: 45px;

}

.block_section {

	display: inline-block;

	vertical-align: top;

	width: 100%;

	background: #fff;

	margin-bottom: 24px;

}

.sitemap ul li {

	font-size: 13px;

	padding-bottom: 6px;

	position: relative;

	padding-left: 16px;

	font-weight: 600;

}


.sitemap>ul>li:before {

	color: #276ea2;

	content: "";

	font-family: FontAwesome;

	font-size: 12px;

	left: 0;

	position: absolute;

	top: 1px;

	content: "\f0da";

	transform: none;


}

.outerwht {

	background: rgba(0, 0, 0, .5) none repeat scroll 0 0;

	height: 100%;

	left: 0;

	position: fixed;

	top: 0;

	width: 100%;

	z-index: 9999;

}


.teamsocaillink ul li a {

	background: rgba(0, 0, 0, 0) url(../images/sprite-new.png) no-repeat scroll 0 0;

	display: inline-block;

	font-size: 0;

	height: 36px;

	margin: 4px 0 0 20px;

	vertical-align: top;

	width: 44px;

}

.teamsocaillink ul li.linkd a {

	background-position: -146px -425px;

}

.formcareer p {

	display: inline-block;

	margin-bottom: 20px;

	vertical-align: top;

	width: 100%;

}

.formcareer p label {

	float: left;

	font-size: 13px;

	font-weight: 600;

	line-height: normal;

	text-align: right;

	width: 35%;

	padding-right: 2%;

	margin: 0 !important;

}

.formcareer p label span {

	color: red;

	font-size: 12px;

}

.formcareer p input,
.formcareer p textarea,
.formcareer select {

	border: 1px solid #ccc;

	float: left;

	width: 35%;

	resize: none;

}

.formcareer .submit_button {

	background: #276ea2 none repeat scroll 0 0;

	border: medium none;

	color: #fff;

	cursor: pointer;

	display: inline-block;

	font-size: 16px;

	font-weight: 600;

	margin: 0 6px;

	min-width: 115px;

	padding: 5px;

	text-transform: uppercase;

	vertical-align: top;

	width: auto;

	text-indent: inherit;

}

.formcareer .contact-search {

	text-align: center;

}

.formcareer {

	clear: both;

	display: inline-block;

	margin-top: 40px;

	vertical-align: top;

	width: 100%;

}

#careerTab.resp-vtabs li.resp-tab-active {

	background-color: #fff !important;

	box-shadow: -1px 0 2px 1px #f0f0f0;

	border: 1px solid #f0f0f0 !important;

	border-right: none !important;

}

#careerTab.resp-vtabs .resp-tabs-list li {

	background-color: transparent !important;

	padding: 23px 15px !important;

	border-bottom: 1px solid #bfbfbf;

	margin-right: 15px;

	position: relative;

	margin-bottom: 5px;

	font-size: 13px;

	color: #222;

}


.resp-vtabs li.resp-tab-active {

	position: relative;

	z-index: 1;

	margin-right: -1px !important;

	padding: 14px 15px 15px 14px !important;

	border-top: 1px solid;

	border: 1px solid #5AB1D0 !important;

	border-left: 4px solid #5AB1D0 !important;

	margin-bottom: 4px !important;

	border-right: 1px #FFF solid !important;

}

#careerTab.resp-vtabs .resp-tabs-container {

	border-radius: 0;

	border-color: #f0f0f0 !important;

	box-shadow: 0 0 2px 1px #f0f0f0;

	padding-bottom: 10px;

}

.resp-vtabs .resp-tabs-container {

	padding: 0;

	background-color: #fff;

	border: 1px solid #c1c1c1;

	float: left;

	width: 68%;

	min-height: 250px;

	border-radius: 4px;

	clear: none;

}

#careerTab.resp-vtabs .resp-tabs-container .tabContent {

	padding: 0 15px;

}

.resp-vtabs ul.resp-tabs-list {

	float: left;

	width: 30%;

}

#careerTab.resp-vtabs li.resp-tab-active {

	background-color: #fff !important;

	box-shadow: -1px 0 2px 1px #f0f0f0;

	border: 1px solid #f0f0f0 !important;

	border-right: none !important;

}

#careerTab.resp-vtabs .resp-tabs-list li:before {

	content: "";

	height: 1px;

	width: 62px;

	position: absolute;

	z-index: 1;

	bottom: -1px;

	left: 0;

	background: #276ea2;

}


#careerTab.resp-vtabs .resp-tabs-container .tabContent h1,
#careerTab.resp-vtabs .resp-tabs-container .tabContent h2 {

	padding-top: 15px;

}

#careerTab.resp-vtabs .resp-tabs-container .tabContent h1,
#careerTab.resp-vtabs .resp-tabs-container .tabContent h2,
.text2 h2 {

	font-size: 18px;

	line-height: 26px;

	font-weight: 600;

	color: #276ea2;

	margin-bottom: 10px;

}

#careerTab.resp-vtabs .resp-tabs-container .tabContent h3,
#careerTab.resp-vtabs .resp-tabs-container .tabContent strong {

	font-size: 14px;

	line-height: 18px;

	color: #222;

	text-decoration: underline;

	font-weight: 600;

	margin-top: 5px;

}

#careerTab.resp-vtabs .resp-tabs-container .tabContent ol li,
#careerTab.resp-vtabs .resp-tabs-container .tabContent ul li,
ol.currentopenings li,
ul.currentopenings li {

	list-style: none;

	float: left;

	width: 100%;

	font-size: 12px;

	line-height: 18px;

	color: #616161;

	margin-bottom: 8px;

	position: relative;

	padding-left: 18px;

}

#careerTab.resp-vtabs .resp-tabs-container .tabContent ol li:before,
#careerTab.resp-vtabs .resp-tabs-container .tabContent ul li:before,
ul.currentopenings li:before {

	content: "\f0da";

	font-family: FontAwesome;

	color: #7e8286;

	position: absolute;

	z-index: 1;

	left: 3px;

	top: 1px;

}

legend {

	display: block;

	width: 100%;

	padding: 0;

	margin-bottom: 20px;

	font-size: 21px;

	line-height: inherit;

	color: #333;

	border: 0;

	border-bottom: 1px solid #e5e5e5;

}

.contactFrm fieldset label {

	float: none;

	width: 100%;

	font-size: 13px;

	font-weight: 600;

	text-align: left;

}

.contactFrm fieldset .star1 {

	color: red;

	font-size: 12px;

}

.contactFrm fieldset p input,
.contactFrm fieldset p textarea {

	background: #fff none repeat scroll 0 0;

	border: 1px solid #eaeaea;

	font-size: 14px;

	height: 40px !important;

	padding: 10px 14px;

	width: 100%;

}

.contactFrm fieldset p textarea {

	height: 150px !important;

	resize: none;

}

.contactRow .contactFrm form h2 {

	font-size: 21px;

	line-height: 34px;

	color: #919191;

	font-weight: 400;

}

.glimpse-work {

	display: inline-block;

	margin-bottom: 45px;

	vertical-align: top;

	width: 100%;

}

.glimpse-work .itemlist {

	background: #fff;

	border-bottom: 1px solid #dcdcdc;

	float: left;

	vertical-align: top;

	width: 100%;

}

.glimpse-work .itemlist .item.titlebl {

	font-size: 20px;

	font-weight: 300;

	line-height: normal;

	padding-top: 66px;

	text-align: right;

	background: #fcfcfc;

	width: 14%;

}

.glimpse-work .itemlist .item.imgbl {

	font-size: 14px;

	text-align: center;

	padding: 6px;

}

.glimpse-work .itemlist .item {

	border-left: 1px solid #dcdcdc;

	float: left;

	height: 206px;

	width: 17.1%;

	padding: 10px;

}

.glimpse-work .itemlist .item.linkbl {

	font-size: 14px;

	padding-left: 14px;

	padding-right: 14px;

	width: 16%;

}

.glimpse-work .itemlist .item.linkbl .textlinkb {

	height: 152px;

	margin-bottom: 4px;

	line-height: normal;

}

.glimpse-work .itemlist .item.linkbl .textlinkb .size18 {

	font-size: 18px;

}

.glimpse-work .itemlist .item.linkbl a {

	margin-right: 3px;

}

.glimpse-work .itemlist .item a {

	border-bottom: solid 1px;

	display: initial;

}

.glimpse-work .itemlist .item.imgbl>a {

	border: medium none;

}

.glimpse-work .itemlist .item.linkbl {
	font-size: 14px;
}

.glimpse-work .itemlist .item a {

	border-bottom: solid 1px;

}

.glimpse-work .itemlist .imgbl span {
	display: block;
}


.seo-pck .block_section .formrequest .icon {

	background: #c9c9c9 url(../images/sprite-new-tm.png) no-repeat 0 0;

	border-radius: 2px 0 0 2px;

	display: inline-block;

	height: 42px;

	left: 0;

	position: absolute;

	top: 0;

	vertical-align: top;

	width: 40px;

}

.seo-pck .block_section .formrequest .icon.icon1 {

	background-position: -431px -3px;

}

.seo-pck .block_section .formrequest .icon.icon2 {

	background-position: -499px -3px;

}

.seo-pck .block_section .formrequest .icon.icon3 {

	background-position: -570px -3px;

}

.seo-pck .block_section .formrequest .icon.icon4 {

	background-position: -640px -3px;

}

.seo-pck .block_section .formrequest .icon.icon5 {

	background-position: -738px -3px;

}

.seo-pck .block_section .formrequest .textarearow .icon {

	height: 120px;

}

.seo-pck .block_section .formrequest .input {

	background: #f8f8f8 none repeat scroll 0 0;

	border-radius: 0 2px 2px 0;

	display: inline-block;

	height: 42px;

	padding-left: 50px;

	vertical-align: top;

	width: 100%;

}

.seo-pck .block_section .formrequest .smaltext {

	color: #ccc;

	font-size: 11px;

	margin-bottom: 12px;

	text-align: center;

}

.seo-pck .block_section .formrequest .input_row.cuptchrow {

	background: #c9c9c9 none repeat scroll 0 0;

	border-radius: 2px;

	display: inline-block;

	padding: 8px;

	vertical-align: top;

	width: 100%;


}

.seo-pck form .title_right:after {
	display: none;
}

.seo-pck .textarearow {
	margin-bottom: 90px;
}

.seo-pck .formrequest textarea {
	height: 90px
}

.seo-pck .formrequest textarea:focus {
	outline: none
}

.seo-pck .input_row.cuptchrow .input {

	width: 40%;

	float: left;

}

.seo-pck .block_section .formrequest .input_row.cuptchrow img {

	margin-top: 0 !important;

	width: 50% !important;

	border-radius: 6px;

	margin-left: 5px;

	max-height: 42px;

	height: auto !important;

}

.seo-pck .block_section .formrequest #contact-submit {
	background: #276ea2 none repeat scroll 0 0;

	border: medium none;

	border-radius: 3px;

	color: #fff;

	cursor: pointer;

	float: none;

	font-size: 18px;

	font-weight: 700;

	height: 40px;

	text-align: center;

	text-transform: uppercase;

	margin-bottom: 8px;

	width: 110px;
}

.seo-pck .input_row.cuptchrow .input {
	padding-left: 10px;
}

.seo-pck.modal {
	background: rgba(0, 0, 0, 0.5) !important
}

.seo-pck .modal-dialog {
	width: 320px;
	margin: 30px auto
}

.seo-pck .modal-dialog .modal-content {
	border: 1px solid #eaeaea;
}

.seo-pck .modal-dialog .modal-body {
	padding: 0px;
}

.seo-pck .modal-dialog .modal-body .formrequest {
	background: #fff
}

.seo-pck .modal-dialog .modal-body .block_section .green_title {
	background: #71ac4d !important
}

.port-content {

	background: #f8f8f8 none repeat scroll 0 0;

	display: inline-block;

	margin-bottom: 40px;

	padding: 30px 40px;

	vertical-align: top;

	line-height: 28px;

	width: 100%;

}

.port-content h1 {

	font-size: 30px;

	font-weight: 300;

	margin: 0 0 20px 0;

}


.portfolio-listing-bl {

	float: left;

	margin-bottom: 30px;

	margin-right: 3%;

	width: 30%;

	position: relative;

	background: #FFF;

}

.dropdown-telecome {
	text-align: right;
}

.dropdown-telecome .dropdown .dropbtn {
	background: #333333 none repeat scroll 0 0;

	color: #ffffff;

	display: inline-block;

	font-size: 14px;

	height: 36px;

	line-height: 35px;

	min-width: 202px;

	padding: 0 0 0 12px;

	position: relative;

	vertical-align: top;

	font-weight: 600;

	cursor: pointer;
}

.dropdown-telecome .dropdown .dropbtn:hover {
	background: #333333;
}

.dropdown-telecome .dropdown .dropbtn:focus {
	outline: none;
}

.dropdown-telecome .dropdown .dropbtn span {
	position: relative;
	margin-right: 10px;
}

.dropdown-telecome .dropdown .dropbtn i {
	margin-left: 10px;
}

.dropdown-telecome .dropdown .dropbtn span:after {
	content: '';
	border-right: 1px solid #ffff;

	margin-right: 10px;
	position: absolute;
	height: 40px;
	margin-left: 10px;
}

.dropdown-telecome .dropdown .dropdown-content {
	background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
	border: 1px solid #999999;
	padding: 24px 24px;
	width: 380px;
	right: 0;
}

.dropdown-telecome .dropdown .dropdown-content ul li a {
	color: #cdcdcd
}

.dropdown-telecome .dropdown .dropdown-content ul {
	display: flex;
	text-align: left;
	padding: 0px;
	margin: 0px;
	flex-wrap: wrap;
}

.dropdown-telecome .dropdown .dropdown-content ul li {
	position: relative;
	width: 50%;
}

.dropdown-telecome .dropdown .dropdown-content ul li a:before {
	content: '';

	position: absolute;

	width: 5px;

	height: 5px;

	background: #cdcdcd;

	border-radius: 50%;

	left: -6px;

	top: 20px;
}

.dropdown-telecome .dropdown .dropdown-content ul li a:hover {
	background: none
}

.portfolio-listing-bl .detailtext .taglist {
	margin-bottom: 10px;
	font-size: 13px;
}

.portfolio-listing-bl a.greenbtn {
	padding: 8px 20px;
	font-weight: 500;
	margin-bottom: 20px;
}

.port-content p {
	font-size: 16px;
}

.seoServicesTitle h1 {
	color: #5f9d39 !important;
}

.mapRow .seoServicesTitle h1 {
	color: #0068a1 !important;
}

.newsList>li .content h3 {

	color: #222;

	font-size: 16px;

	line-height: normal;

	margin: 0 0 20px;

}

.newsList>li .content .brtp {

	border-top: 1px solid #bfbfbf;

	padding-top: 16px;

}

.newsList a.viewall {

	color: #276ea2;

	font-size: 14px;

	text-decoration: none;

	display: inline-block;

	vertical-align: top;

}

.newsList a.viewall em {

	background: rgba(0, 0, 0, 0) url(../images/sprite-new.png) no-repeat scroll -173px -12px;

	display: inline-block;

	height: 22px;

	vertical-align: top;

	width: 36px;

	transition: all .5s ease;

}

.newsList li .content .btnRow {
	text-align: left;
}


.tax-portfolio .viewMore {
	clear: both;

	text-align: center;

	background: #286EA2;

	width: 200px;

	color: #fff;

	padding: 8px;

	margin: 0 auto;

	margin-bottom: 30px;

	font-weight: 600;

	cursor: pointer;

	border-radius: 5px;
}

.tax-portfolio .viewMore a {
	color: #fff;
}

.topBar a.spypeId1 {
	padding-right: 0;
}

.topBar a.spypeId2 {
	padding-left: 0;
}


.enterWebsiteSection ::placeholder {

	color: #616161;

}


.single-package .block_section#frm {

	background: #ffffff none repeat scroll 0 0;

	border: 1px solid #eaeaea;

	display: inline-block;

	left: 0;

	margin: auto;

	position: fixed;

	right: 0;

	top: 50px;

	vertical-align: top;

	width: 320px;

	display: none;

	z-index: 99999;

}


.single-package form .green_title {
	background: #71ac4d none repeat scroll 0 0;

	color: #fff;

	font-size: 16px;

	font-weight: 600;

	padding: 15px 12px;

	text-transform: uppercase;

	margin: 0;
}

.single-package form .title_right:after {
	content: none;
}

.single-package .formrequest {
	background: #fff;
	padding: 10px 12px;
}

.single-package .block_section .formrequest .input {

	background: #f8f8f8 none repeat scroll 0 0;

	border-radius: 0 2px 2px 0;

	display: inline-block;

	/*height: 42px;*/

	padding-left: 50px;

	vertical-align: top;

	width: 100%;

}

.single-package .block_section#frm .formrequest .input_row {

	margin-bottom: 6px;

}

.single-package .block_section .formrequest .textarearow .icon,
.single-package .block_section .formrequest .textarearow .input {

	height: 90px;

}

.single-package .block_section .formrequest .input_row.cuptchrow {

	background: #c9c9c9 none repeat scroll 0 0;

	border-radius: 2px;

	display: inline-block;

	padding: 8px;

	vertical-align: top;

	width: 100%;

}

.single-package .formrequest .err.captcha-err {
	color: #919191;
}

.single-package .block_section .formrequest .input_row.cuptchrow a {

	color: #fff;

	top: 0px !important;

	display: block !important;

	position: relative;

	margin-left: 5px;

	right: 25px !important;

	text-align: right !important;

}

.single-package .block_section .formrequest .input_row.cuptchrow .input {

	width: 40%;

	float: left;

	padding-left: 10px;

}

.single-package .block_section .formrequest .smaltext {

	color: #ccc;

	font-size: 11px;

	margin-bottom: 12px;

	text-align: center;

}

.single-package .block_section .formrequest #contact-submit {

	background: #276ea2 none repeat scroll 0 0;

	border: medium none;

	border-radius: 3px;

	color: #fff;

	cursor: pointer;

	float: none;

	font-size: 18px;

	font-weight: 700;

	height: 40px;

	text-align: center;

	text-transform: uppercase;

	margin-bottom: 8px;

	width: 110px;

}


.single-package .block_section .formrequest .input_row.cuptchrow img {

	margin-top: 0px;

	width: 50%;

	border-radius: 6px;

	margin-right: 5px;

	height: 42px;

	margin-left: 5px;

}


.single-package .block_section .formrequest .icon {

	background: #c9c9c9 url(../images/sprite-tm-packages.png) no-repeat 0 0;

	border-radius: 2px 0 0 2px;

	display: inline-block;

	height: 42px;

	left: 0;

	position: absolute;

	top: 0;

	vertical-align: top;

	width: 40px;

}

.single-package .block_section .formrequest .icon.icon1 {

	background-position: -431px -3px;

}

.single-package .block_section .formrequest .icon.icon2 {

	background-position: -499px -3px;

}

.single-package .block_section .formrequest .icon.icon3 {

	background-position: -570px -3px;

}

.single-package .block_section .formrequest .icon.icon4 {

	background-position: -640px -3px;

}

.single-package .block_section .formrequest .icon.icon5 {

	background-position: -738px -3px;

}

.single-package .block_section .formrequest .icon.iconbudget {

	background-position: -688px -3px;

}

.single-package .block_section .formrequest input,
.single-package .block_section .formrequest textarea {

	height: 100%;

	width: 100%;

	border: none;

	background: none;

	resize: none;

	padding: 10px 0;

	color: #919191;

}

.single-package .frequentlyasked .accordiyanbl {
	width: 48.5%;
}

.single-package .frequentlyasked .accordiyanbl.second {
	margin-right: 0;
}


/*9-12-2021*/


.btnrowbk a.back:hover {

	color: #5f9d38;

}

.btnrowbk a.back {

	color: #276ea2;

	font-size: 14px;

	text-decoration: none;

	display: inline-block;

	vertical-align: top;

}

.btnrowbk a.back:hover em {

	margin-right: 8px;

}

.mb-50 {
	margin-bottom: 50px
}

.btnrowbk a.back em {

	background: rgba(0, 0, 0, 0) url(../images/sprite-new.png) no-repeat scroll -173px -15px;

	display: inline-block;

	height: 22px;

	transform: rotate(180deg);

	transition: all .5s ease 0s;

	vertical-align: top;

	width: 36px;

}


.formright .form .rowitem input:focus,
.formright .form .rowitem select:focus,
.formright .form .rowitem textarea:focus {
	outline: none;
}


.client_filter .input select:focus {
	outline: none;
}

.portfolio-img-listing .detailtext .wraplabtext {

	display: inline-block;

	margin-bottom: 16px;

	vertical-align: top;

	width: 100%;

}

.portfolio-img-listing .detailtext a {

	color: #e3e5e4;

}

.portfolio-img-listing .tplink {

	float: right;

	font-size: 12px;

	line-height: normal;

	position: relative;

	right: 0;

	text-align: right;

	top: -20px;

	width: 100%;

}

.portfolio-img-listing .imgfiled {

	float: left;

	text-align: center;

	width: 100%;

}

.portfolio-img-listing .imgfiled {

	float: left;

	text-align: center;

	width: 100%;

}

.portfolio-img-listing .imgfiled {

	float: left;

	text-align: center;

	width: 100%;

}

.portfolio-view .images {

	margin: auto;

	width: 600px;

	height: 600px;

	padding: 0;

	background: #d6d6d6;

	position: relative;

	overflow: hidden;

	border: 5px solid #d6d6d6;

	z-index: 90000;

}

.portfolio-view .images .btns-num {

	position: absolute;

	left: 0;

	bottom: 0;

	width: 100%;

	margin: 0;

	padding: 0;

	list-style: none;

	background: #d6d6d6;

	height: 20px;

}

.portfolio-view .btns-num a.active {

	background: #CCC;

	color: #333;

}

.portfolio-view .btns-num a {

	float: left;

	width: 18px;

	height: 18px;

	line-height: 16px;

	background: #3a3a3a;

	color: #FFF;

	margin: 0 0 0 4px;

	text-align: center;

	cursor: pointer;

	border: 1px solid #3a3a3a;

	text-decoration: none;

}

.portfolio-view .btns-num a {

	float: left;

	width: 18px;

	height: 18px;

	line-height: 16px;

	background: #3a3a3a;

	color: #FFF;

	margin: 0 0 0 4px;

	text-align: center;

	cursor: pointer;

	border: 1px solid #3a3a3a;

	text-decoration: none;

}

.portfolio-view .btns-num a.portfolio-close {

	float: right;

	margin: 0 5px 0 0;

}

.portfolio-view .images .btns {

	width: 100%;

	top: 50%;

	position: absolute;

	height: 0;

}

.portfolio-view .btns a {

	background: #d6d6d6 none repeat scroll 0 0;

	border-radius: 0 10px 10px 0;

	color: #ffffff;

	float: left;

	font-size: 26px;

	font-weight: 600;

	height: 40px;

	line-height: 40px;

	overflow: hidden;

	padding: 0;

	text-align: center;

	width: 50px;

}

.portfolio-view .btns a.next {

	float: right;

	background: #d6d6d6;

	border-radius: 10px 0 0 10px;

}

.portfolio-view .images img {

	left: 0;

	margin: 0 auto;

	position: absolute;

	right: 0;

	top: 0;

}

.portfolio-bg {

	width: 100%;

	height: 100%;

	position: fixed;

	left: 0;

	top: 0;

	background: rgba(0, 0, 0, 0.7);


	z-index: 100000;

}

.portfolio-view .portfolio-images {

	position: absolute;

	left: 0;

	top: 10px;

	margin: 0;

	padding: 0 0 100px;

	width: 100%;

	z-index: 100000;

}

.portfolio-view .portfolio-images {

	position: absolute;

	left: 0;

	top: 100px;

	margin: 0;

	padding: 0 0 100px;

	width: 100%;

	z-index: 100000;

}

.portfolio-view .images img {

	left: 0;

	margin: 0 auto;

	position: absolute;

	right: 0;

	top: 0;

}

.portfolio-img-listing .detailtext .clicktolarge a:hover {

	background: #276ea2;

	text-decoration: none;

}

.portfolio-img-listing .detailtext .wraplabtext {

	display: inline-block;

	margin-bottom: 16px;

	vertical-align: top;

	width: 100%;

}

.portfolio-img-listing .detailtext .wraplabtext {

	display: inline-block;

	margin-bottom: 16px;

	vertical-align: top;

	width: 100%;

}

.portfolio-img-listing .detailtext .wraplabtext.last {

	margin-bottom: 0px;

}

.portfolio-img-listing .detailtext .wraplabtext {

	display: inline-block;

	margin-bottom: 16px;

	vertical-align: top;

	width: 100%;

}

.portfolio-img-listing .detailtext .clicktolarge {

	bottom: 0;

	margin-bottom: 0px;

	position: absolute;

	right: 0;

}

.portfolio-img-listing .detailtext .clicktolarge a {

	background: #5f9d38 none repeat scroll 0 0;

	display: inline-block;

	line-height: normal;

	padding: 3px 10px;

	text-decoration: none;

	vertical-align: bottom;

	color: #fff;

}

.website-design #updates.tutorial_list {

	display: block !important;

	flex-wrap: unset;

}

.portfolio-img-listing {

	float: left;

	margin-bottom: 30px;

	margin-right: 3%;

	width: 47%;

}

.portfolio-img-listing:hover .innersidebx::before {

	opacity: 1;

}

.portfolio-img-listing .innersidebx::before {

	background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;

	content: "";

	height: 100%;

	left: 0;

	opacity: 0;

	position: absolute;

	top: 0;

	width: 100%;

	transition: all 0.5s ease-in;

}

.portfolio-img-listing:hover .detailtext {

	opacity: 1;

	z-index: 1;

}

.portfolio-img-listing .detailtext {

	float: left;

	font-size: 14px;

	line-height: normal;

	padding: 20px;

	width: 93%;

	position: absolute;

	left: 0px;

	right: 0px;

	top: 0px;

	border: solid 1px #9d9d9d;

	height: 90%;

	margin: 20px;

	bottom: 0px;

	color: #e3e5e4;

	opacity: 0;

	z-index: 0;

	transition: all 0.5s ease-in;

}

.portfolio-img-listing .innersidebx {

	border: 1px solid #d7d7d7;

	position: relative;

	width: 100%;

	height: 100%;

	float: left;

}

.portfolio-img-listing .innersidebx::before {

	background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;

	content: "";

	height: 100%;

	left: 0;

	opacity: 0;

	position: absolute;

	top: 0;

	width: 100%;

	transition: all 0.5s ease-in;

}

.portfolio-img-listing>h2 {
	color: #276ea2;

	font-size: 16px;

	font-weight: 600;

	margin-bottom: 16px;

	margin-top: 0;
}

.portfolio-listing-bl .detailtext .taglist {
	padding: 0px 5px
}

.resp-tabs-container .tabContent p {
	font-size: 12px
}

.internet-marketing-services .items h3 a {

	color: #222;
	font-weight: 600;

	line-height: normal;

	font-size: 15px
}

.block_section .clientblk .client_speak_text {

	font-size: 16px;

	line-height: 22px;

	font-weight: 300;

	margin-bottom: 12px;

	color: #fff;

}

.reporticonsec h3 {

	font-size: 18px;

	line-height: 26px;

	font-weight: 400;

	margin-top: 20px;

}

.reportcardform .download-report-form input:focus {
	outline: none;
}


.reportcardform .download-report-form input::-webkit-input-placeholder {
	/* Edge */

	color: #616161 !important;

}


.reportcardform .download-report-form input::-ms-input-placeholder {
	/* Internet Explorer 10-11 */

	color: #616161 !important;

}


.reportcardform .download-report-form input::placeholder {

	color: #616161 !important;

}


.report-card-2019 form input:focus {
	outline: none !important;
}

.dl-popupwindow input::placeholder {

	color: #626262 !important;

	font-size: 13px
}

.block_section .clientblk .nameBox {

	color: #fff;

	font-size: 15px;

}

.formcareer p input:focus,
.formcareer p textarea:focus,
.formcareer select:focus {
	outline: none;
}

.formcareer legend {

	padding-bottom: 12px;

}

.career-cta .footercontactbg a {

	color: #7ac948;

}

.m-t-30 {

	margin-top: 30px !important;

}

.internet-marketing-services {

	display: inline-block;

	margin: 35px 0;

	vertical-align: top;

	width: 100%;

}

.employee-slide {
	clear: both;
}

.employee-testimonial .owl-controls {

	position: absolute;

	right: 0;

	top: -45px;

}

.employee-testimonial .owl-controls .owl-next,
.employee-testimonial .owl-controls .owl-prev {

	display: inline-block;

	font-size: 15px;

	height: 16px;

	margin-left: 5px;

	vertical-align: top;

	width: 16px;

	text-align: center;

	position: relative;

}


#fetchmore {
	font-size: 16px;
}

.nomoreposts {
	display: block;

	width: 100%;

	text-align: center;

	padding: 5px;

	font-weight: bold;

	color: #fff;

	background: #296fa3;
	clear: both;
}

.show_more_main {

	clear: both;

	text-align: center;

	background: #286EA2;

	width: 200px;

	color: #fff;

	padding: 8px;

	margin: 0 auto;

	margin-bottom: 0px;

	margin-bottom: 30px;

	font-weight: 600;

	cursor: pointer;

	border-radius: 5px;

}

.report-card-2019 .reportborder {

	border-right: 5px solid #6a9d48
}

.download-report-form {

	padding: 0 10%
}

.desktop-view-report {

	display: block
}

.mob-view-report {

	display: none
}

.prev-dr h3 {

	padding-left: 3%;

	width: 55%
}

.prev-dr-list {

	padding-left: 5%
}

.dl-button {

	display: inline-block;

	position: absolute;

	bottom: 20%;

	left: 34%
}


.report-card-2019 {

	position: relative;

	color: #fff;

	background: #7ab553
}


.report-card-2019:after {

	content: "";

	position: absolute;

	background: url('https://www.techmagnate.com/images/grd-ptrn.jpg') no-repeat 0 0;

	width: 107px;

	height: 13px;

	bottom: 0;

	right: 10%;

	z-index: 1;

	background-size: contain
}


.report-card-2019 h2 {

	color: #fff;

	font-size: 38px;

	line-height: 1.3;

	letter-spacing: 0.05em;

	margin-top: 0px;

	padding-top: 0
}


.report-card-2019 h2 .thinfont-report {

	font-weight: 300;

	margin-top: 10px;

	display: inline-block
}


.report-card-2019 h2 .lg-font-report {

	font-size: 90px;

	font-weight: 700;

	text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.5)
}


.report-card-2019 h2 .fs-66 {

	font-size: 45px
}


.report-card-2019 .report-right {

	text-align: center
}


.report-card-2019 .report-right h3 {

	font-size: 35px;

	margin-bottom: 30px
}


.report-card-2019 .report-right img {

	padding: 0 0 20px
}


.report-card-2019 .dl-button a {

	background: #f60;

	color: #fff;

	text-transform: uppercase;

	font-weight: 700;

	font-size: 20px;

	padding: 12px 20px;

	box-shadow: 3px 0 14px rgba(0, 0, 0, 0.5);

	display: block
}


.reportform-content {

	display: none
}


.fs-24 {

	font-size: 24px;

	line-height: 1.3;

	display: inline-block;

	margin: 0 0 10px
}


.dl-popupwindow {

	display: none;

	position: fixed;

	width: auto;

	max-width: 480px;

	width: 480px;

	top: 50%;

	left: 50%;

	margin-left: -260px;

	background-color: #efefef;

	border: none;

	z-index: 9999999;

	padding: 10px;

	margin-top: -130px
}


.formbgOverlay {

	position: fixed;

	top: 0;

	right: 0;

	bottom: 0;

	left: 0;

	height: 100%;

	width: 100%;

	margin: 0;

	padding: 0;

	background: #000;

	opacity: .85;

	filter: alpha(opacity=85);

	-moz-opacity: .85;

	z-index: 101;

	display: none
}


#formClose {

	width: 100%;

	display: block;

	text-align: right;

	text-decoration: none;

	color: #BCBCBC
}


.report-card-2019 form input {

	border-radius: 5px;

	border: 1px solid #e8e8e8;

	padding: 5px 10px;

	width: 100%;

	margin-bottom: 10px;

	text-indent: inherit;

	color: #919191
}


.report-card-2019 .btn {

	background: #6cab39 none repeat scroll 0 0;

	border: medium none;

	border-radius: 100px;

	color: #fff;

	cursor: pointer;

	font-size: 13px;

	height: 35px;

	text-align: center;

	text-transform: uppercase;

	margin-bottom: 8px;

	width: auto;

	font-weight: 500;

	padding: 5px 15px;

	text-indent: 0
}


.report-card-2019 .ccc {

	display: inline-block;

	margin: 3px 0 0 5px;

	font-size: 16px
}


.pager.pagenav {

	display: none
}


.quote-section {

	background: #eee;

	padding: 0;

	margin: 30px 0
}


.quote-content {

	display: flex;

	flex-direction: row;

	flex-wrap: nowrap;

	justify-content: flex-start;

	align-items: center
}


.quote-content .quote-img {

	min-width: 244px;

	padding-right: 2%
}


.quote-content .quote-text {

	max-width: 900px
}


.quote-text h2 {

	color: #276ea2;

	font-weight: 600;

	margin: 0 0 15px;

	font-size: 28px
}


.quote-text p {

	color: #313131;

	font-size: 20px;

	line-height: 1.5;

	text-align: center
}


.quote-text .quote-caption {

	color: #000;

	font-weight: 600;

	font-size: 20px;

	text-align: center
}


.quote-text blockquote {

	text-align: center;

	padding: 0;

	border: none;

	margin: 0 0 40px;

	font-size: inherit
}


.quote-text blockquote i {

	color: #ee5e00;

	font-size: 27px
}


.quote-top {

	position: relative;

	top: -25px
}


.invert-rotate {

	position: relative;

	bottom: -18px
}


.invert-rotate img {

	-moz-transform: scale(-1, 1);

	-webkit-transform: scale(-1, 1);

	-o-transform: scale(-1, 1);

	-ms-transform: scale(-1, 1);

	transform: scale(-1, 1)
}


.prev-dr {

	display: flex;

	align-items: center;

	width: 100%;

	justify-content: flex-start;

	padding: 20px 0 40px
}


.prev-dr h3 {

	font-size: 26px;

	color: #005593;

	font-weight: 700;

	text-align: center;

	padding-left: 3%
}


.prev-dr-list {

	display: flex;

	align-items: center;

	justify-content: center;

	padding-left: 10%
}


.dr-list {

	display: flex;

	flex-direction: column;

	justify-content: center;

	align-items: center;

	padding: 0 15px;
	width: 25%;
	margin-bottom: 20px;

}
.page-template-page-digital-report-card-2023 .prev-dr .dr-list img {
    width: 100%;
}

.str_content_sec .dwn-button {
    background: #6aab43;
    border-radius: 26px;
    font-size: 15px;
    font-weight: normal;
    text-transform: none;
    padding: 6px 20px;
    transition: 0.3s;
    margin: 22px 0 0;
    color: #fff;
}
.dr-list a {

	display: block;

	text-align: center
}

.thankyou_slider .dr-list {
    padding: 10px;
    width: 100% !important;
    margin-bottom: 20px;
}

#years_sec .thankyou_slider .owl-nav {
     display: flex;
    justify-content: space-between;
    width: 100%;
    position: absolute;
    top: 35%;
    transform: translateY(35px);
}

#years_sec .thankyou_slider  .owl-nav .owl-prev, .thankyou_slider  .owl-nav .owl-next{
	position: relative;
}

#years_sec .thankyou_slider  .owl-nav .owl-prev{left: -20px;}
#years_sec .thankyou_slider  .owl-nav .owl-next{right: -20px;}


.dr-list h4, .thankyou_slider .dr-list span {

	color: #276ea2;

	font-weight: 500;

	text-align: center;

	font-size: 20px;

	margin: 0 0 10px
}

.dr-list .dwn-button {

	text-transform: uppercase;

	background: #f60;

	color: #fff;

	padding: 4px 11px;

	font-size: 13px;

	font-weight: 700;

/*	box-shadow: 8px 8px 2px #dedede;*/

	display: inline-block;

	margin: 22px 0 0
}

.page-id-23157 .dr-list .dwn-button {
	background: #6aab43;
	border-radius: 26px;
	font-size: 15px;
	font-weight: normal;
	text-transform: none;
	padding: 6px 20px;
	transition: 0.3s;
}

.dr-list .dwn-button{
	font-size: 12px;
}
.page-id-23157 .dr-list .dwn-button:hover {
	background: #0068a1;
}


.glimpse-work .itemlist .item.linkbl a.size18 {

	font-size: 18px;

}

.dl-button {

	display: inline-block;

	position: absolute;

	bottom: 20%;

	left: 34%;

}

.report-card-2019 .dl-button a {

	background: #f60;

	color: #fff;

	text-transform: uppercase;

	font-weight: 700;

	font-size: 20px;

	padding: 12px 20px;

	box-shadow: 3px 0 14px rgb(0 0 0 / 50%);

	display: block;

}

.reportcardform {

	background: #fff;

	padding: 30px 60px 60px 60px;

}

.reportcardform .reporticonsec {

	text-align: center;

}

.reportcardform .download-report-form {

	padding-left: 22px;

	border-left: 1px solid #ccc;

}

.reportcardform form input {

	border-radius: 5px;

	border: 1px solid #e8e8e8;

	padding: 5px 10px;

	width: 100%;

	margin-bottom: 10px;

	text-indent: inherit;

}

.dowload-report-btn a {

	width: auto;

	background: #0068a1;

	border: none;

	color: #fff;

	text-transform: uppercase;

	font-size: 20px;

	border-radius: 100px;

	padding: 19px 33px;

	display: inline-block;

	text-indent: inherit;

	margin: 0 auto;

}

.dowload-report-btn a:hover {

	background: #5f9d39;

}

.desktop-view-report {

	display: block;

}
.desktop-view-report img{width: 100%;}
.mob-view-report {

	display: none;

}

.quote-section {

	background: #eee;

	padding: 0;

	margin: 30px 0;

}

.quote-content {

	display: flex;

	flex-direction: row;

	flex-wrap: nowrap;

	justify-content: flex-start;

	align-items: center;

}

.quote-content .quote-img {

	min-width: 244px;

	padding-right: 2%;

}

.quote-content .quote-text {

	max-width: 900px;

}

.prev-dr {

	display: flex;

	align-items: center;

	width: 100%;

	justify-content: flex-start;

	padding: 20px 0 40px;

}

.prev-dr h3 {

	font-size: 26px;

	color: #005593;

	font-weight: 700;

	text-align: center;

	padding-left: 3%;
	width: 30%;

}

.prev-dr-list {

	display: flex;

	align-items: center;

	justify-content: flex-start;

	padding-left: 0;
	width: 70%;
	flex-wrap: wrap;

}

.frequentlyasked .accordiyanbl {
	width: 100%
}


.sidebar-form ::placeholder {
	font-size: 12.5px;
	color: #dedede;
}

.sidebar-form .block_section {

	margin-bottom: 0
}


.sidebar-form .block_section form {

	margin: 0
}


.sidebar-form .block_section .formrequest {

	padding: 8px
}


.sidebar-form .block_section .formrequest .smaltext {

	/*display: none*/
	font-size: 10px;

}


.sidebar-form .block_section .formrequest .smaltext.showtext {

	display: block
}


.sidebar-form .block_section form .title_right.green_title {

	text-align: center
}


.sidebar-form .block_section form .title_right:after {

	content: none
}


.sidebar-form .block_section form .title_right.green_title {

	font-size: 14px;

	padding: 10px 5px 0px 5px;

	cursor: text
}


.sidebar-form .block_section .formrequest .textarearow .input {

	height: 70px
}


.sidebar-form .block_section .formrequest .icon {

	top: -6px;

	height: 35px
}


.sidebar-form .block_section .formrequest .input select {

	background-position: 97% -6px;

	height: 30px
}


.sidebar-form .block_section .formrequest .input_row.cuptchrow {

	border-radius: 2px;

	display: inline-block;

	vertical-align: top;

	width: 100%;

	margin-bottom: 0
}


.sidebar-form .block_section .formrequest .input {

	height: 30px
}


.sidebar-form .block_section .formrequest input,

.sidebar-form .block_section .formrequest textarea {

	padding: 5px 0
}


.block_section .formrequest #contact-submit-slide {

	background: #6cab39 none repeat scroll 0 0;

	border: medium none;

	border-radius: 100px;

	color: #fff;

	cursor: pointer;

	font-size: 13px;

	height: 35px;

	text-align: center;

	text-transform: uppercase;

	margin-bottom: 8px;

	width: 110px;

	font-weight: 500;

	padding: 5px;

	text-indent: 0
}


.sidebar-form .block_section .formrequest .cuptchrow .input {

	padding-left: 10px;

	height: 30px;

	width: 50%;

	float: left
}


.sidebar-form .block_section .formrequest .input_row.cuptchrow img {

	width: 46%;

	border-radius: 6px;

	display: inline-block;

	float: left;

	margin: 0;

	height: 32px;

	margin-left: 5px
}


.sidebar-form .block_section .formrequest .input_row.cuptchrow a {

	top: 103%;

	display: inline-block;

	position: absolute;

	margin-left: 5px;

	right: 5px
}


.sidebar-form {

	display: none;

	position: fixed;

	top: 55%;

	right: -255px;

	transform: translateY(-50%);

	width: 255px;

	height: auto;

	z-index: 999999;

	padding: 10px;

	background: #fff;

	box-shadow: 0 20px 50px rgba(0, 0, 0, .5);

	box-sizing: border-box;

	transition: .5s;

	max-height: 485px;

	zoom: 1.05
}


.sidebar-form.active {

	right: 0
}


.formtoggle {

	position: absolute;

	height: 48px;

	width: 160px;

	text-align: center;

	box-shadow: -2px -1px 8px rgba(58, 56, 52, .28);

	cursor: pointer;

	background: #5f9d39;

	top: 45%;

	font-weight: 600;

	left: -104px;

	border-radius: 3px 3px 0 0;

	transform: rotate(270deg);

	cursor: pointer;

	color: #fff;

	line-height: 48px;

	font-size: 16px;

	z-index: 9999999
}



.formtoggle:before {

	content: '\f003';

	font-family: fontAwesome;

	font-size: 18px;

	color: #fff;

	left: -8px;

	position: relative
}


.sidebar-form .err.captcha-err-slide {

	color: #fff;

	font-size: 11px
}


.port-content h1,
.port-content h2 {
	border-bottom: 1px solid #bfbfbf;
	padding: 0 0 8px;
}


.serviceLocations .locationsRow span {

	font-size: 20px;

	line-height: 30px;

	color: #276ea2;

	font-weight: 600;

	background: #fff;

	border: 1px solid #dbdbdb;

	display: inline-block;

	vertical-align: top;

	margin-right: 18px;

	min-width: 131px;

	text-align: center;

}


.keyclientlogo {

	display: inline-block;

	vertical-align: top;

	width: 100%;

	margin: 0;

	padding: 0;

}

.keyclientlogo li {

	border: 1px solid #dcdcdc;

	display: inline-block;

	margin-bottom: 15px;

	margin-left: .5%;

	margin-right: .5%;

	vertical-align: top;

	width: 32%;

	cursor: pointer;

	position: relative;

}


.keyclientlogo li .hoverdiv {

	background: #fff none repeat scroll 0 0;

	bottom: 0;

	color: #4c4b4b;

	font-size: 13px;

	height: 0;

	left: 50%;

	line-height: 19px;

	margin: auto;

	overflow: hidden;

	padding: 0;

	position: absolute;

	right: 0;

	top: 0;

	transform: translate(-50%);

	width: 355px;

	z-index: 1;

	transition: all .5s ease-out;

}

.keyclientlogo li img {

	width: 100%;

	height: auto;

}

.keyclientlogo li .hoverdiv .imgfiled {

	display: inline-block;

	margin-right: 4%;

	vertical-align: top;

	width: 36%;

}

.keyclientlogo li .hoverdiv .right {

	display: inline-block;

	vertical-align: top;

	width: 58%;

}

.keyclientlogo li {
	width: 18% !important
}

.keyclientlogo li .hoverdiv .service_render {

	border-top: 1px solid #d4d4d4;

	margin-bottom: 14px;

	margin-top: 14px;

	padding-top: 12px;

	vertical-align: top;

	width: 100%;

}

.keyclientlogo li .hoverdiv .btnRow {

	text-align: center;

}

.keyclientlogo li .hoverdiv .right h2 {
	margin-bottom: 0px;
}

.client_filter .input_row {

	display: inline-block;

	margin-bottom: 12px;

	margin-right: 3%;

	position: relative;

	vertical-align: top;

	min-width: 29%;

}

.client_filter {
	display: flex;
}

.page-id-134 .client_filter {
	display: inline-block;
}

.client_filter .input select:focus {
	outline: none;
}

.keyclientsRow {
	margin: 40px 0;
}

.glimpse-work {

	display: inline-block;

	margin-bottom: 45px;

	vertical-align: top;

	width: 100%;

}

.glimpse-work .itemlist {

	background: #fff;

	border-bottom: 1px solid #dcdcdc;

	float: left;

	vertical-align: top;

	width: 100%;

}

.glimpse-work .itemlist .item.titlebl {

	font-size: 20px;

	font-weight: 300;

	line-height: normal;

	padding-top: 66px;

	text-align: right;

	background: #fcfcfc;

	width: 14%;

}

.glimpse-work .itemlist .item.imgbl {

	font-size: 14px;

	text-align: center;

	padding: 6px;

}

#years_sec.prev-dr h3 {
	padding-left: 0;
	width: 100%;
}

#years_sec.prev-dr {
	flex-wrap: wrap;
	justify-content: center;
}

#years_sec .prev-dr-list {
	width: 100%;
	justify-content: center;
	margin-top: 30px;
	flex-wrap: wrap;
}

#years_sec .dr-list {
	padding: 10px;
	width: 33%;
	margin-bottom: 20px;
}

.report-card-2019 h1 {
	color: #333;
	font-size: 29px;
	font-weight: bold;
	position: absolute;
	top: 40%;
	left: 3%;
	max-width: 500px;
}


.glimpse-work .itemlist .item {

	border-left: 1px solid #dcdcdc;

	float: left;

	height: 206px;

	width: 17.1%;

	padding: 10px;

}

.glimpse-work .itemlist .item.linkbl .textlinkb .size18 {

	font-size: 18px;

}

.glimpse-work .itemlist .item.linkbl a {

	margin-right: 3px;

}

.glimpse-work .itemlist .item.titlebl a {

	border-bottom: solid 1px;

}

.glimpse-work .itemlist .item.linkbl a.viewall {

	font-weight: 600;

	float: right;

}

.glimpse-work .itemlist .item.imgbl>a {

	border: medium none;

}


.glimpse-work .itemlist .item.imgbl {

	font-size: 13px;

}

.port-content {

	background: #f8f8f8 none repeat scroll 0 0;

	display: inline-block;

	margin-bottom: 40px;

	padding: 30px 40px;

	vertical-align: top;

	line-height: 28px;

	width: 100%;

}

.port-content h1 {

	font-size: 30px;

	font-weight: 300;

	margin: 0 0 20px 0;

}

.seoteamHelp {

	padding: 30px 0;

}

.titleRow h2 {
	/*color: #222!important;*/
	color: #0068a1;
	font-weight: 600 !important;
}

.award h2 {
	color: #0068a1;
}

.award1 h3 {
	color: #0068a1;
}

.pageHeader .leftcontent .mainheadertext .topheading {

	border-bottom: 1px solid #26272b;

	display: flex;

	vertical-align: top;

	width: 100%;

	padding-bottom: 18px;

	margin-bottom: 17px;

}

.pageHeader .leftcontent .mainheadertext .topheading .righttext {

	display: inline-block;

	line-height: normal;

	vertical-align: top;

}

.pageHeader .leftcontent .mainheadertext .topheading .righttext {

	display: inline-block;

	line-height: normal;

	vertical-align: top;

}

.pageHeader .leftcontent .mainheadertext .btheading {

	display: inline-block;

	text-transform: uppercase;

	vertical-align: top;

	width: 100%;

	margin: 0 0 15px;

}

.pageHeader .leftcontent .mainheadertext {

	color: #fff;

	width: 364px;

	margin-top: 15px;

}

.enterwebsitesection input::placeholder {
	color: #626262;
	font-size: 12px;
}

.whychoose_techmagnate_seo_row ul li {
	padding-left: 65px !important
}

.m-t-40 {

	margin-top: 40px !important
}

.m-t-50 {

	margin-top: 50px !important
}

.engagementModels .modelsList li .btnLink {

	padding: 8px 15px;

	font-size: 13px;

	font-weight: 500;

	text-transform: capitalize;

}

.pageHeader .textbl .leftcontent.seo-case-study h2 {

	font-size: 30px;

	margin-top: 0;

}


.casestudy-template-default .pageHeader .textbl .leftcontent {

	float: left;

	padding-bottom: 30px;

	padding-top: 20px;

	width: 60%;

}

.casestudy-template-default .pageHeader .textbl .leftcontent h2 {

	font-size: 30px;

	margin-top: 0;

	text-transform: uppercase;

	font-weight: 700;

}

.casestudy-template-default .pageHeader .textbl .leftcontent .data-figure {

	font-size: 70px;

	color: #f0e707;

}

.casestudy-template-default .pageHeader .textbl .leftcontent .data-figure-2 {

	font-size: 44px;

	font-weight: 700;

}

.wdd h4 {
	margin-top: 10px;
}

.formrequest textarea:focus {
	outline: none;
}

.ourProcess.col-2-process .processList li {

	width: 49.3%;

}

.ourProcess .processList:after {

	content: "";

	height: 37px;

	width: 25px;

	position: absolute;

	right: 15px;

	top: 38px;

	z-index: -1;

	background: url(https://www.techmagnate.com/images/right-part.jpg) no-repeat 0 0;

}

.packageplansmainrow .innerrow .outerrow br {
	display: block !important;
}

.custom-video-package .packageplansmainrow .outerrow .clumfive,
.custom-video-package .packageplansmainrow .outerrow .clumfour,
.custom-video-package .packageplansmainrow .outerrow .clumthree,
.custom-video-package .packageplansmainrow .outerrow .clumtwo {

	width: 181px;

}

.custom-video-package .packageplansmainrow .outerrow.headingrow .titletx {

	font-size: 13px;

}

.custom-video-package .packageplansmainrow .innerrow {

	width: 914px !important;

}

.packageplansmainrow .outerrow.no-accordion .titletx:after {
	content: '' !important;
}

/*.numberBoxArea .numberBox{padding: 20px}*/

.who-we-are .serviceLocations .locationsRow {

	display: inline-block;

	vertical-align: top;

	width: 100%;

	background: #f2f2f2;

	margin-top: 5px;

}

.who-we-are .serviceLocations .locationsRow span {

	font-size: 20px;

	line-height: 30px;

	color: #276ea2;

	font-weight: 600;

	background: #fff;

	border: 1px solid #dbdbdb;

	display: inline-block;

	vertical-align: top;

	margin-right: 18px;

	min-width: 131px;

	text-align: center;

}

.who-we-are .serviceLocations .locationsRow ul.states.multi-row {

	width: 82%;

	float: right;

}

.who-we-are .serviceLocations .locationsRow ul li {

	display: inline-block;

	vertical-align: top;

	font-size: 13px;

	line-height: 36px;

	color: #222;

	font-weight: 600;

}

.who-we-are .serviceLocations .locationsRow span em {

	float: left;

}

.who-we-are .serviceLocations .locationsRow ul li:before {

	content: "|";

	margin: 0 5px;

}

.who-we-are .serviceLocations .locationsRow ul li:first-child:before {

	content: "";

	margin: 0;

}

.who-we-are .serviceLocations .locationsRow ul {

	display: inline-block;

	vertical-align: top;

	padding: 0;

	margin: 0;

	list-style: none;

}

.who-we-are .serviceLocations {

	margin: 55px 0;

}

.who-we-are .serviceLocations .map-imgfield {

	text-align: center;

	margin: 10px 0 30px;

	display: inline-block;

	vertical-align: top;

	width: 100%;

}

.page-id-2369 .engagementModels .one-column-list .modelsList li {

	width: 100%;

	box-sizing: border-box;

	min-height: auto;

}

.page-id-2369 .engagementModels .one-column-list .modelsList li p {
	height: auto;
}

.inline-block h2 {

	font-size: 13px;

	font-weight: 600;

}

.inline-block h2,
.inline-block p {

	display: inline;

}

.inline-block {

	margin: 0 0 20px;

}

p:empty {

	display: none;

}

.port-content p {
	font-size: 16px;
	list-style: 28px
}

.linkBtn,
.view_more a {
	color: #fff !important
}

.seoServicesTitle h1.heading-2 {
	color: #222 !important
}

.leftContainer .moreRow h2 {
	color: #fff !important;
}

.newsletter ul li {

	font-size: 13px;

	padding-bottom: 15px;

	position: relative;

	font-weight: 600;

	padding-left: 16px;

}

.newsletter ul li a:hover {
	color: #609d39;
}

#careerTab {

	background: #f8f8f8;

	padding: 16px 16px 30px;

	float: left;

	width: 100%;

}

.leftContainer .moreRow {
	margin-bottom: 30px;
}

.seoteamHelp li {
	height: 310px;
}

.engagementModels .modelsList li p {
	height: auto;
}


.engagementModels .modelsList.seo-model li p {
	height: 155px;
}

.engagementModels h2,
.packagebanner h2 {
	color: #15689f !important;
	font-weight: 700 !important;
}

.whychoose_techmagnate_seo_row ul li br {
	display: none;
}

.p-t-0 {
	padding-top: 0px !important
}

.advertising-service-blk {
	padding: 20px !important
}

.advertising-service-blk .sa-col-2 li {
	margin-bottom: 0px;
}

.optimizationRow.grayBox {

	background: #f8f8f8;

	padding: 25px;

}

.optimizationRow.grayBox h2 {

	font-size: 21px;

	line-height: 34px;

	color: #222;

	font-weight: 600;

	margin: 0 0 40px;

}

.single-package .frequentlyasked .accordiyanbl.fullwidth {
	width: 100% !important
}

.mt-44 {
	margin-top: 44px !important;
}

.mt-50 {
	margin-top: 50px !important;
}

.portfolio-img-listing .tplink {

	float: right;

	font-size: 12px;

	line-height: normal;

	position: relative;

	right: 0;

	text-align: right;

	top: -20px;

	width: 100%;

}

.portfolio-img-listing .tplink div.grlink,
.portfolio-img-listing .tplink a.orlink {

	background: #f97900 none repeat scroll 0 0;

	color: #ffffff;

	display: inline-block;

	padding: 0 8px;

	vertical-align: top;

	margin-left: 8px;

	position: relative;

	cursor: pointer;

}

.portfolio-img-listing .tplink i {

	width: auto;

}

.portfolio-img-listing .tplink .hovercon {

	background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;

	height: auto;

	line-height: 22px;

	padding: 20px 16px;

	position: absolute;

	right: 0;

	top: 17px;

	text-align: left;

	width: 310px;

	display: none;

	cursor: default;

}

.portfolio-img-listing .tplink .hovercon .quote {

	float: left;

	width: 30px;

}

.portfolio-img-listing .tplink .hovercon .quote i {

	color: #8d8d8d;

	font-size: 24px;

}

.portfolio-img-listing .tplink i {

	width: auto;

}

.portfolio-img-listing .tplink .hovercon .testimonailtext {

	float: left;

	width: 248px;

}

.portfolio-img-listing .tplink .hovercon .testimonailtext p:last-child {

	margin-bottom: 0px;

}

.portfolio-img-listing .tplink div.grlink:hover .hovercon {

	display: block;

}

.website-design #updates.tutorial_list {

	display: block !important;

	flex-wrap: unset;

}

.portfolio-listing-bl .detailtext .taglist:last-child {
	margin-bottom: 0px;
}

.bottomtb {
	padding: 10px;
}

.bottomtb p {
	font-size: 14px;
}

.port-content h2 {
	font-weight: 300;
	font-size: 30px
}

.who h1 {
	color: #5f9d39
}

.social-block li a {

	background: #15689f;

	color: #fff;

	line-height: 1.4;

	font-size: 16px;

	display: block;

	margin: 0 0 10px;

	padding: 20px;

}

.social-block li a {

	-webkit-transform: translateZ(0);

	transform: translateZ(0);

	-webkit-backface-visibility: hidden;

	backface-visibility: hidden;

	-moz-osx-font-smoothing: grayscale;

	position: relative;

	-webkit-transition-property: color;

	transition-property: color;

	-webkit-transition-duration: .3s;

	transition-duration: .3s;

	position: relative;

	border-radius: 3px;

}

.social-block li a:before {

	content: "";

	position: absolute;

	z-index: -1;

	top: 0;

	bottom: 0;

	left: 0;

	right: 0;

	background: #5f9d39;

	-webkit-transform: scaleX(0);

	transform: scaleX(0);

	-webkit-transform-origin: 50%;

	transform-origin: 50%;

	-webkit-transition-property: transform;

	transition-property: transform;

	-webkit-transition-duration: .3s;

	transition-duration: .3s;

	-webkit-transition-timing-function: ease-out;

	transition-timing-function: ease-out;

	border-radius: 3px;

}

.social-block li a i {

	text-align: right;

	display: inline-block;

	float: right;

	border: 1px solid #fff;

	border-radius: 30px;

	padding: 6px;

	width: 30px;

	height: 30px;

	margin-top: -5px;

}

.social-block li a:before {

	content: "";

	position: absolute;

	z-index: -1;

	top: 0;

	bottom: 0;

	left: 0;

	right: 0;

	background: #5f9d39;

	-webkit-transform: scaleX(0);

	transform: scaleX(0);

	-webkit-transform-origin: 50%;

	transform-origin: 50%;

	-webkit-transition-property: transform;

	transition-property: transform;

	-webkit-transition-duration: .3s;

	transition-duration: .3s;

	-webkit-transition-timing-function: ease-out;

	transition-timing-function: ease-out;

	border-radius: 3px;

}

.social-block li a:hover:before {

	-webkit-transform: scaleX(1);

	transform: scaleX(1);

}

.servicesRow h1 {

	color: #5f9d39;

}

.h3 {

	font-size: 18px;

}

.contactFrm #contact-submit-contact {

	background: #5f9d38 none repeat scroll 0 0;

	border: medium none;

	color: #fff;

	font-weight: 700;

	cursor: pointer;

	height: 47px;

	text-transform: uppercase;

	width: 130px;

	transition: all 0.5s ease;
}

.inner-slider-btn a {

	font-size: 13px;

	padding: 7px 7px 7px 10px;

	font-weight: 600;

	color: #000;

	background: #fff;

	display: inline-block;

	text-align: center;

}

.inner-slider-btn a:hover {

	background: #5f9d39;

	color: #fff;

}

#updates {
	display: flex;
	flex-wrap: wrap;
}

.portfolio-img-listing .detailtext a:hover {
	text-decoration: underline;
}

.glimpse-work .itemlist .item.linkbl a:hover {
	text-decoration: none;
	color: #609d39;
	border-bottom: none;
}

.glimpse-work .itemlist .item.linkbl a i {
	width: auto;
}

.postid-94 .leftcontent .thin-font-data {

	font-weight: 300;

	display: inline;

}

a.tooltips span {

	position: absolute;

	width: 240px;

	color: #ffffff;

	background: #000 url(https://www.techmagnate.com/templates/portfolio/images/inverted-comma1.png) no-repeat left 10px top 10px;

	line-height: normal;

	visibility: hidden;

	border-radius: 6px;

	font-size: 12px;

	padding: 16px 10px 10px 10px;

	text-indent: 24px;

}

.download-form-container .download-report-form {
	padding: 0px;
}

.download-form-wrapper form input::placeholder {
	color: #666
}

.download-form-wrapper form input:focus {
	outline: none;
}

.contactFrm form .insub {
	background: #276ea2;

	border: medium none;

	color: #fff;

	cursor: pointer;

	display: inline-block;

	vertical-align: top;

	font-size: 18px;

	font-weight: 700;

	height: 44px;

	margin-bottom: 8px;

	text-align: center;

	text-transform: uppercase;

	width: 138px;

	margin: 0 5px;
}

.contactFrm form input[type=submit]:hover {
	background: #5f9d39
}

.thin-font-data {
	font-weight: 300;
}

footer .footerColum .fooLinks ul li a:hover {
	color: #5f9d38;
}

footer .footerColum.lastFooterBox .socialLinksFooter a:hover {
	color: #5f9d38;
}

.client-logo .ClientsBox span {

	border: 1px solid #dcdcdc;

	display: inline-block;

	margin-bottom: 15px;

	margin-right: 6px;

	margin-left: 1px;

	height: 90px;

	padding: 5px 0;

}

.text2 h2 {

	font-size: 18px;

	line-height: 26px;

	font-weight: 600;

	color: #276ea2 !important;

	margin-bottom: 10px;

}

.trainingWing.imgRightAlign {

	padding: 25px 25px 40px;

	background: #f8f8f8;

	margin-top: 60px;

}

.imgRightAlign .btnRow {
	text-align: left;
}


.orm-strategy {

	background: #f8f8f8;

	padding: 25px;

}

.orm-strategy h2 {

	font-size: 21px;

	line-height: 34px;

	color: #0068a1;

	font-weight: 600;

	margin: 0 0 25px;

}

.orm-strategy .strategyList {

	list-style: none;

	margin: 0;

	padding: 0;

}

.orm-strategy .strategyList li {

	display: inline-block;

	vertical-align: top;

	width: 31%;

	margin-right: 2%;

	margin-bottom: 20px;

	background: #fff;

	border: 1px solid #e2e2e2;

	padding: 18px;

	text-align: center;

	box-shadow: 0 0 4px 0 #e2e2e2;

}

.orm-strategy .strategyList li h3 {

	font-size: 16px;

	line-height: 20px;

	color: #222;

	font-weight: 700;

	margin: 0 0 5px;

}

.orm-strategy .strategyList li p {

	font-size: 13px;

	line-height: 24px;

	color: #616161;

	height: 240px;

	overflow: hidden;

}


.why-crm-services {

	padding: 30px 25px;

	border: 1px solid #dfdfdf;

	margin: 40px 0 0;

}

/*.homeOwlslider  .owl-item:not(:first-child) {

  display: none;

}*/

.homeOwlslider .items:not(:first-child) {

	display: none;

}

.homeOwlslider.owl-carousel .items {

	display: block;

}


/*--award slide on key client page---*/


.inner-slide-thumb {

	text-align: center;

	color: #fff
}


.inner-slide-thumb h2 {

	text-transform: uppercase;

	font-size: 24px;

	margin: 0;

	line-height: 20px
}


.inner-slide-thumb .inner-slider-btn a {

	color: #000;

	background: #fff;

	font-size: 12px;

	font-weight: 700;

	display: inline-block;

	text-align: center;

	padding: 2px 7px
}


.inner-slide-thumb .inner-slider-btn a:hover {

	color: #fff;

	background: #286fa3
}


.inner-slide-thumb .award-widget p {

	font-size: 18px;

	line-height: 22px;

	margin-top: -4px;

	margin-bottom: 0
}


.inner-slide-thumb .award-img {

	margin-top: 36px
}

.inner-slide-thumb.owl-carousel .owl-item img {
	max-width: 100%;
	width: auto;
	display: inline-block;
}

.inner-slide-thumb .award-widget {

	background-position: top center;

	padding: 18px 16px
}


.inner-slide-thumb .m3-award-a {

	background: #397416 url(../images/m3-award-widget-bg-a.jpg) no-repeat top;

	background-size: contain
}


.inner-slide-thumb .m3-award-b {

	background: #397416 url(../images/m3-award-widget-bg-b.jpg) no-repeat top;

	background-size: contain
}


.inner-slide-thumb .m3-award-b .widget-hd-bold {

	font-weight: 700;

	font-size: 23px
}


.inner-slide-thumb .m3-award-b.award-widget p {

	font-size: 20px
}


.inner-slide-thumb .inner-slider-btn {

	margin: 18px 0 10px 0
}


.inner-slide-thumb .widget-hd-bold {

	font-weight: 700
}


.inner-slide-thumb .widget-hd-2 {

	font-size: 22px;

	font-weight: 700;

	line-height: 28px;

	letter-spacing: 1px
}


.inner-slide-thumb .widget-hd-3 {

	font-size: 15px;

	font-weight: 600;

	vertical-align: top;

	line-height: 18px
}


.inner-slide-thumb .widget-hd-4 {

	letter-spacing: 3px;

	font-weight: 700;

	font-size: 19px;

	padding-left: 4px
}


.inner-slide-thumb .widget-head-row-2 {

	font-size: 22px;

	line-height: 28px;

	letter-spacing: 5px
}


.inner-slide-thumb .widget-head-row-3 {

	font-size: 19px;

	letter-spacing: 1px;

	margin-bottom: 6px
}


.inner-slide-thumb .dod-award .widget-hd-bold {

	font-weight: 700;

	font-size: 30px
}


.inner-slide-thumb .dod-award {

	background: url(../images/dod-bg.jpg) no-repeat top;

	background-size: contain
}


.inner-slide-thumb .dod-award .widget-head-row-2 {

	font-size: 24px;

	font-weight: 700;

	letter-spacing: 1px;

	display: inherit
}


.inner-slide-thumb .dod-award .widget-hd-4 {

	letter-spacing: 3px;

	font-weight: 700;

	font-size: 21px;

	padding-left: 4px;

	color: #000;

	padding-top: 1px;

	vertical-align: bottom
}


.inner-slide-thumb .dod-award.award-widget p {

	font-size: 20px;

	line-height: 22px
}


.inner-slide-thumb .widget-highlight {

	color: #ffc30e
}


.inner-slide-thumb .dod-award .widget-highlight {

	color: #fff
}


.inner-slide-thumb .small-award-icon {

	padding-left: 4px;

	height: 14px;

	display: inline-block;

	position: relative;

	top: -2px
}


.inner-slide-thumb .bottom-txt {

	font-size: 12px
}


.inner-slide-thumb .line-br {

	display: block
}


.inner-slide-thumb .award-widget {

	height: 500px !important
}


.inner-slide-thumb .owl-controls .owl-dot {

	display: inline-block;

	zoom: 1
}


.inner-slide-thumb .owl-controls .owl-dot.active span,

.inner-slide-thumb .owl-controls .owl-dot:hover span {

	background: #397416
}


.inner-slide-thumb .owl-controls .owl-dot span {

	width: 10px;

	height: 10px;

	margin: 5px 4px;

	background: #d6d6d6;

	display: block;

	-webkit-backface-visibility: visible;

	transition: opacity .2s ease;

	border-radius: 30px
}


.inner-slide-thumb .owl-controls {

	margin-top: 10px
}


.inner-slide-thumb .dod-award .widget-hd-bold {

	font-size: 24px
}


.inner-slide-thumb .dod-award .widget-head-row-2 {

	font-size: 18px
}

/*blog start*/

.blog-sec .blog-box {

	display: inline-block;

	margin-bottom: 35px;

	margin-right: 3%;

	vertical-align: top;

	width: 46%;

}

.blog-sec .seoServicesTitle h2 {
	font-size: 30px;

	line-height: 36px;

	color: #222;

	font-weight: 300;

	border-bottom: 1px solid #bfbfbf;

	padding-bottom: 8px;

	position: relative;

	margin: 0 0 20px;
}

.blog-sec .seoServicesTitle h2:before {

	content: "";

	position: absolute;

	z-index: 1;

	bottom: -1px;

	left: 0;

	width: 62px;

	height: 1px;

	background: #276ea2;

}

.page-id-1815 .textbl .rightbanner {
	width: auto;
	float: none;
	max-width: 100%;
}

.page-id-1815 .textbl .rightbanner img {
	max-width: 100%;
	width: 100%;
	height: auto;
}

.page-id-1815 .textbl .leftcontent {
	display: none;
}

.blog-sec .blog-desc .blog-box .blog-pic {
	float: left;
	width: 100%;
	text-align: center;
}


.blog-sec .blog-desc .blog-box .blog-pic em {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 20px;
}


.blog-sec.details .blog-box img {
	height: auto;
}
.blog-deatils-modal-cta img {
    width: 100%;
    max-width: 125px;
}
.blog-sec .blog-desc .blog-box .blog-pic em img {

	width: auto;

	height: auto;

	margin: 0 auto;

	float: none;

	display: block;

	max-width: 100%;

	border: 1px solid #dbdbdb;

}


.blog-sec .blog-desc .blog-box .about-blog {
	font-size: 14px;
}


.blog-sec .blog-desc .blog-box .about-blog h3 {
	font-size: 18px;
	line-height: 24px;
	color: #222222;
	font-weight: normal;
	margin: 10px 0;
	padding-bottom: 18px;
	border-bottom: 1px solid #d2d2d2;
}


.blog-sec .blog-desc .blog-box .about-blog h3 a {
	color: #222222;
}


.blog-sec .blog-desc .blog-box .about-blog h3 a:hover {
	color: #276ea2;
}


.blog-sec .blog-desc .blog-box .about-blog .post-detail {
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 10px;
}


.blog-sec .blog-desc .blog-box .about-blog .post-detail span {
	margin-right: 25px;
	margin-bottom: 5px;
	display: inline-block;
	vertical-align: top;
}


.blog-sec .blog-desc .blog-box .about-blog .post-detail span:before {
	content: '';
	background: url(../images/sprite-new1.png) no-repeat 0 0;
	height: 18px;
	display: inline-block;
	vertical-align: top;
	margin-right: 6px;
}


.blog-sec .blog-desc .blog-box .about-blog .post-detail span.date:before {
	background-position: -596px -372px;
	width: 18px
}


.blog-sec .blog-desc .blog-box .about-blog .post-detail span.post-by:before {
	background-position: -656px -373px;
	width: 17px;
}


.blog-sec .blog-desc .blog-box .about-blog .post-detail span.comment:before {
	background-position: -711px -374px;
	width: 25px;
}


.blog-sec .blog-desc .blog-box .about-blog p {
/*	text-align: justify;*/
	line-height: 24px
}


.blog-sec .blog-desc .blog-box .about-blog a.read-more {
	color: #276ea2;
	font-size: 14px;
	text-decoration: none;
	display: inline-block;
	vertical-align: top;
	margin-top: 18px
}


.blog-sec .blog-desc .blog-box .about-blog a.read-more:hover {
	color: #5F9D38
}


.blog-sec .blog-desc .blog-box .about-blog a.read-more em {
	background: rgba(0, 0, 0, 0) url(../images/sprite-new.png) no-repeat scroll -173px -10px;
	display: inline-block;
	height: 22px;
	vertical-align: top;
	width: 36px;
	transition: all 0.5s ease
}


.blog-sec .blog-desc .blog-box .about-blog a.read-more:hover em {
	margin-left: 8px
}


.block_section .title_right .green_title.blue_title {
	background: #276ea2 !important;
	padding: 15px 6px;
}


.blog_sidebar .block_section .formrequest .form-titie {
	font-size: 16px;
	line-height: 20px;
	color: #737373;
	font-weight: 600;
	margin-bottom: 10px;
}


.blog_sidebar .block_section .formrequest input[type="button"],
.blog_sidebar .block_section .formrequest input[type="submit"] {
	font-size: 14px;
	line-height: 18px;
	text-transform: none;
	width: 90px;
	height: 30px;
	padding: 1px 0;
	font-weight: 400;
}


.blog-sec.details .blog-box {
	width: 100%;
	margin: 0;
}


.blog-sec.details .blog-box h1 {


	border-bottom: 1px solid #d2d2d2;


	color: #222222;


	font-size: 30px;


	font-weight: 400;


	line-height: 34px;


	margin: 10px 0 15px;


	padding-bottom: 18px;


}


.blog-sec.details .blog-box p {
	margin-bottom: 12px;
}


.blog-sec.details .blog-box p .semibold {
	font-weight: 600;
}


.blog-sec.details .blog-box .about-blog h3,
.blog-sec.details .blog-box .about-blog h2,
.blog-sec.details .blog-box .about-blog .author_name {
	margin: 10px 0 15px;
	font-size: 22px;
	line-height: 28px;
	border: none;
	padding: 0;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	color: #222222;
	font-weight: normal;
}


.blog-sec.details .blog-box .about-blog h3,
.blog-sec.details .blog-box .about-blog .author_name {
	font-size: 18px;
}

.paginationbtrow {

	border-top: 1px solid #ddd;

	display: inline-block;

	margin-bottom: 22px;

	margin-top: 22px;

	padding-top: 18px;

	text-align: right;

	vertical-align: top;

	width: 100%;

}

.paginationbtrow ol li {

	display: inline-block;

	margin: 0 0 0 3px;

	vertical-align: top;

}

.paginationbtrow ol li:first-child span {

	background: rgba(0, 0, 0, 0) url(../images/sprite-new.png) no-repeat scroll -508px -64px !important;

	padding-left: 30px !important;

	display: inline-block;

	vertical-align: top;

}

.paginationbtrow ol li:last-child a {

	background: url(../images/sprite-new.png) no-repeat -348px -62px;

	padding-right: 24px;

	display: inline-block;

	vertical-align: top;

}

.paginationbtrow ol li.active a,
.paginationbtrow ol li.active a:focus,
.paginationbtrow ol li .current {

	background-color: #276ea3 !important;

	color: #fff !important;

	border: 1px solid #c9c9c9 !important;

}


.paginationbtrow ol li a,
.paginationbtrow ol li span.title,
.paginationbtrow ol li .current {

	border: medium none;

	border-radius: 5px;

	color: #616161;

	font-size: 13px;

	font-weight: 600;

	line-height: normal;

	padding: 4px 10px;

	border: 1px solid #c9c9c9;

	text-transform: uppercase;

	display: inline-block;

	width: 100%;

	margin: 0;

	background: none;

}

#searchform {

	padding: 5px;

}

.blog_sidebar .block_section {

	display: inline-block;

	vertical-align: top;

	width: 100%;

	border: solid 1px #eaeaea;

	margin-bottom: 24px;

}

#searchform #searchsubmit {

	display: inline-block;

	background: #333;

	border: none;

	color: #fff;

	height: 32px;

}

.blog_sidebar .block_section .title_right.green_title {

	padding: 15px 12px;

	background: #276ea2;

	color: #fff;

	font-weight: 600;

	text-transform: uppercase;

	font-size: 15px;

}

.side-cat-links {

	padding: 25px;

	display: inline-block;

	vertical-align: top;

	width: 100%;

}

.side-cat-links ul {

	list-style: none;

	margin: 0;

	padding: 0;

}

.side-cat-links ul .children {

	margin: 10px 0 0 25px;

}

.lwptoc {

	margin: 32px 0;

}

.lwptoc-light .lwptoc_i {

	color: #333;


}

.lwptoc_header {

	margin-bottom: 6px;

}

.lwptoc_header {

	margin-bottom: 6px;

}

.lwptoc-baseItems .lwptoc_items {

	font-size: 90%;

}

.lwptoc_item:first-child {

	margin-top: 0;

}

.lwptoc.lwptoc-light .lwptoc_items a,
.lwptoc-light .lwptoc_items a:visited {

	color: #276ea2;

	font-size: 13px;

	height: 18px;

}

.lwptoc-notInherit .lwptoc_i DIV A {
	height: 18px
}

.lwptoc_item_number {

	margin-right: 2px;

}

.lwptoc.lwptoc-light .lwptoc_items a:hover {

	color: #609d39;

}

.side-cat-links ul li {

	margin-bottom: 10px;

	float: left;

	width: 100%;

	font-size: 14px;

	line-height: 18px;

	color: #222222;

	font-weight: normal;

	position: relative;

}

.side-cat-links ul li a {

	color: #222222;

	padding-left: 25px;

	position: relative;

	display: inline-block;

	vertical-align: top;

}

.side-cat-links ul li a {

	color: #222222;

	padding-left: 25px;

	position: relative;

	display: inline-block;

	vertical-align: top;

}

.blog_sidebar.block_section .title_right.green_title {


	color: #fff;

	font-size: 15px;

	font-weight: 600;

	padding: 15px 12px;

	text-transform: uppercase;

	margin: 0;

}

.blog_sidebar .block_section .title_right {

	color: #5f9d38;

	font-size: 24px;

	font-weight: 300;

	border-bottom: solid 1px #c9c9c9;

	padding: 0 0 10px;


	position: relative;

}

.side-cat-links ul li a:before {

	content: '';

	position: absolute;

	z-index: 1;

	left: 0;

	top: 1px;

	width: 14px;

	height: 14px;

	border: 1px solid #cccccc;

	background: #fff;

}

.follow-us-box {

	padding: 15px 20px;

}

.bd-bottom {
	margin-bottom: 20px
}

.bd-bottom::before {

	background: #609d39 none repeat scroll 0 0;

	bottom: -1px;

	content: "";

	height: 1px;

	left: 0;

	position: absolute;

	width: 36px;

}

.block_section .popular-links ul li a {

	font-size: 13px;

	line-height: 23px;

	color: #276ea2;

}

.blog_sidebar .block_section .popular-links ul li {

	padding-bottom: 10px;

	margin-bottom: 8px;

	border-bottom: 1px solid #c9c9c9;

	padding-left: 17px;

	position: relative;

}

.blog_sidebar .block_section .popular-links ul li:before {

	content: "\f105";

	font-family: 'FontAwesome';

	position: absolute;

	z-index: 1;

	left: 2px;

	top: 2px;

	font-size: 14px;

	color: #276ea2;

}

.side-btn-link a {

	background: #276ea2;

	min-height: 48px;

	color: #fff;

	font-size: 18px;

	line-height: 18px;

	vertical-align: middle;

	display: block;

	padding: 14px 10px 14px 64px;

	font-size: 16px;

	font-weight: 600;

	position: relative;

}

.paginationbtrow ol li .current {

	background-color: #276ea3;

	color: #fff;

	border: 1px solid #c9c9c9 !important;

}

.paginationbtrow ol li a:hover {
	background-color: #276ea3;

	color: #fff;

	border: 1px solid #c9c9c9 !important;
}

.blog-sec {

	float: left;

	width: 100%;

	padding: 0px 0 20px;

}

#searchform input[type=text] {

	border: none;

	background: #f7f7f7;

	padding: 5px;

	width: 183px;

}

.side-btn-link a em {

	width: 55px;

	height: 48px;

	position: absolute;

	z-index: 1;

	left: 9px;

	top: 2px;

	bottom: 2px;

	margin: auto;

}

.paginationbtrow ol li:first-child span:hover,
.paginationbtrow ol li:first-child span:focus {

	background-position: -446px -64px !important;

}

.paginationbtrow ol li:last-child a:hover span,
.paginationbtrow ol li:last-child a:focus span,
.paginationbtrow ol li:last-child a:hover {

	background-position: -288px -62px;

}

.paginationbtrow ol li a:hover,
.paginationbtrow ol li a:focus,
.paginationbtrow ol li span.title:hover,
.paginationbtrow ol li span.title:focus {

	background-color: #276ea3 !important;

	color: #fff;

	border: 1px solid #c9c9c9 !important;

}

#respond {

	background: #fbfbfb;

	padding: 20px;

}

#respond #reply-title {
	font-size: 24px
}

#respond .comment-notes {
	font-size: 16px
}

#respond label {
	display: inline-block;

	max-width: 100%;

	margin-bottom: 5px;

	font-weight: 700;
	color: #616161;
	font-size: 16px
}

#respond input[type=text],
textarea {

	-webkit-transition: all 0.30s ease-in-out;

	-moz-transition: all 0.30s ease-in-out;

	-ms-transition: all 0.30s ease-in-out;

	-o-transition: all 0.30s ease-in-out;

	outline: none;

	padding: 3px 0px 3px 3px;

	margin: 5px 1px 3px 0px;

	border: 1px solid #DDDDDD;

	width: 100%;

}

.comment-respond input[type=submit] {

	background: #276ea2 none repeat scroll 0 0;

	border: medium none;

	border-radius: 3px;

	color: #fff;

	cursor: pointer;

	padding: 5px 10px;

}

.related-post {

	margin-bottom: 55px;

	display: inline-block;

	vertical-align: top;

	width: 100%;

}
.related-post .titleRow h3 {
    font-size: 21px;
    line-height: 36px;
    color: #222;
    font-weight: 600;
    padding-bottom: 0;
    position: relative;
    margin: 0 0 12px;
    color: #0068a1;
    font-weight: 600 !important;
}

.related-post .seoServicesTitle h2 {

	font-size: 30px;

	line-height: 36px;

	color: #222;

	font-weight: 300;

	border-bottom: 1px solid #bfbfbf;

	padding-bottom: 8px;

	position: relative;

	margin: 0 0 20px;

}

.related-post .seoServicesTitle h2:before {

	content: "";

	position: absolute;

	z-index: 1;

	bottom: -1px;

	left: 0;

	width: 62px;

	height: 1px;

	background: #276ea2;

}

.related-post .related-post-list {

	list-style: none;

	margin: 0;

	padding: 0;

}

.related-post .related-post-list li {

	width: 31%;

	margin-right: 3.5%;

	float: left;

}

.related-post .related-post-list li:last-child {
	margin-right: 0;
}

.related-post .related-post-list li .imgfield {

	border: 1px solid #dbdbdb;

	margin-bottom: 10px;

	text-align: center;

}

.related-post .related-post-list li .imgfield img {
	height: auto;
}

.related-post .related-post-list li h4 a {

	color: #222;

}

.related-post .related-post-list li h4 a:hover {
	color: #609d39
}

.related-post .related-post-list li h4 {

	font-size: 14px;

	line-height: 18px;

	color: #222;

	font-weight: 600;

}

.comment-box {

	margin-bottom: 50px;

}

.comment-box {

	margin-bottom: 50px;

}

.comment-box #author-bio-box {

	border: 10px solid #e2e7ea !important;

	background: #fff !important;

	padding-left: 120px !important;

	padding-top: 20px !important;

	padding-bottom: 10px !important;

	position: relative;

	min-height: 140px;
	padding-right: 20px;

}

.comment-box #author-bio-box .bio-gravatar {

	left: 20px;

	position: absolute;

	top: 28px;

	z-index: 1;

}

#author-bio-box .bio-gravatar {

	float: left;

}

.comment-box #comments {
	font-size: 24px;
	font-size: italic;
}

ol.commentlist {

	list-style: none;

	margin: 0 0 1em;

	padding: 0;

	text-indent: 0;

}

ol.commentlist li.comment {

	border-bottom: 1px dotted #666;

	padding: 1em;

}

ol.commentlist li.comment div.reply {

	font-size: 11px;

}

ol.commentlist li.comment div.reply a {

	font-weight: bold;

}

ol.commentlist li.comment div.vcard img.avatar {

	border: 5px solid #ccc;

	float: right;

	margin: 0 0 1em 1em;

}

ol.commentlist li.comment div.comment-meta a {

	color: #ccc;

}

ol.commentlist li.comment div.comment-meta {

	font-size: 9px;

}

ol.commentlist li.comment div.vcard cite.fn {

	font-style: normal;

}

.blog-sec.details .blog-desc .blog-box .about-blog>ul,
.blog-sec.details .blog-desc .blog-box .about-blog>ul.list-item {

	list-style: none;

	margin: 0;

	padding: 0 0 23px 0px;

}

.blog-sec.details .blog-desc .blog-box .about-blog>ul li,
.blog-sec.details .blog-desc .blog-box .about-blog>ul.list-item li {

	margin-bottom: 8px;

	padding-left: 10px;

	position: relative;

	line-height: 24px;

	list-style: none;

}

.blog-sec.details .blog-desc .blog-box .about-blog>ul li:before,
.blog-sec.details .blog-desc .blog-box .about-blog>ul.list-item li:before {

	content: "\f105";

	font-family: 'FontAwesome';

	position: absolute;

	z-index: 1;

	left: 2px;

	top: 0px;

	font-size: 14px;

	color: #276ea2;

}

.addbanner a {
	width: 100%;
}

.addbanner a img {
	width: 100%;
}

.blog-sec.details .blog-box .about-blog .frequentlyasked .accordiyanbl ul li h3 {
	margin: 0;
	font-size: 14px;
	color: #fff;
	padding: 10px 20px 14px 14px;
	font-weight: 600;
}

.details ol,
.details ul {
	line-height: 24px
}

.details ul li {
	list-style: disc;
	list-style-position: inside;
}

.artical-bloc h1 {
	font-size: 36px
}

.left_blog_cl .content-blc {

	display: inline-block;

	margin-bottom: 14px;

	vertical-align: top;

	width: 100%;

}

.datearc ul {

	border: 1px solid #eaeaea;

	float: left;

	font-size: 13px;

	margin-top: 20px;

	padding: 10px 18px;

	width: 100%;

}

.datearc ul li {

	display: inline-block;

	float: left;

	margin-right: 2%;

	width: 23%;

	padding: 0 0 5px;

	text-align: justify;

}

.datearc ul li::before {

	color: rgb(70, 70, 70);

	content: "‣";

	font-size: 20px;

	margin-right: 6px;

}

.left_blog_cl .catarc {

	display: inline-block;

	vertical-align: top;

	width: 100%;

}

.left_blog_cl .arccol {

	border: 1px solid #eaeaea;

	display: inline-block;

	float: left;

	font-size: 13px;

	margin: 0 3% 20px 0;

	padding: 10px 18px;

	width: 47%;

	min-height: 165px;

}

.left_blog_cl .arccol .category-title a {

	color: #176db2;

	display: block;

	font-size: 14px;

	font-weight: 700;

	margin-bottom: 8px;

	text-decoration: none;

}

.left_blog_cl .arccol ul li::before {

	color: rgb(70, 70, 70);

	content: "‣";

	font-size: 20px;

	margin-right: 6px;

}

.left_blog_cl .arccol ul li {

	display: inline-flex;

	text-align: left;

	margin: 0;

	padding: 0 0 5px;

}

.left_blog_cl .arccol ul li a:hover {
	color: #222
}

.mobile-search-box,
.mcat-box {

	display: none;

}

.contributor ol li {
	list-style: decimal;
	margin: 0 0 12px;
}

.contributor a:hover {
	color: #222
}

.current-author strong,
.contributor strong {
	font-size: 16px;
	font-weight: bold;
}


#fscf_form1 label {
	font-size: 16px;
	font-weight: 700;
}

#FSContact1 .fscf-div-label {

	display: inline-block;

	vertical-align: top;

	width: 20%;

}

#FSContact1 .fscf-div-field {

	display: inline-block;

	vertical-align: top;

	width: 79%;

}

#FSContact1 .fscf-div-field .fscf-input-text,
#FSContact1 .fscf-div-field .fscf-input-captcha {

	border: 1px solid #bfbfbf;

	padding: 4px 6px;

	width: 58%;

}

#FSContact1 .fscf-div-clear {

	display: inline-block;

	margin-bottom: 18px;

	vertical-align: top;

	width: 100%;

}

#FSContact1 #fscf_captcha_image_div1>div {

	background: #276ea2 none repeat scroll 0 0;

	display: inline-block;

	padding: 2px 5px 5px;

	vertical-align: top;

}

#FSContact1 input[type="submit"] {

	background: #276ea2 none repeat scroll 0 0;

	border: medium none;

	border-radius: 3px;

	color: #ffffff;

	cursor: pointer;

	font-size: 18px;

	font-weight: 700;

	height: 40px;

	margin-bottom: 8px;

	text-align: center;

	text-transform: uppercase;

	width: 110px;

	display: inline-block;

	vertical-align: top;

}

#FSContact1 input[type="submit"] {

	background: #276ea2 none repeat scroll 0 0;

	border: medium none;

	border-radius: 3px;

	color: #ffffff;

	cursor: pointer;

	font-size: 18px;

	font-weight: 700;

	height: 40px;

	margin-bottom: 8px;

	text-align: center;

	text-transform: uppercase;

	width: 110px;

	display: inline-block;

	vertical-align: top;

}

#FSContact1 .fscf-div-submit {

	display: inline-block;

	margin-top: 34px;

	padding-left: 20%;

	vertical-align: top;

}

#FSContact1 .fscf-div-captcha-m {

	margin-bottom: 12px;

}

#FSContact1 #fscf_form1>div#fscf_required1 {

	display: inline-block;

	margin-bottom: 22px;

	vertical-align: top;

	width: 100%;

}

#FSContact1 .fscf-required-indicator {

	color: #ff0000;

	font-size: 13px;

	font-weight: 700;

}

.authors p {
	font-size: 16px;
	line-height: 24px;
}

.authors p a:hover {
	color: #222
}

.authors p b a,
.authors p strong a {
	text-decoration: underline;
}

.side-btn-link {
	margin-bottom: 20px
}


/*5 MAY 2022*/
.author-profile {
	background: #fff;
	padding: 30px;
	border: 8px solid #efefef;
	margin-bottom: 30px;
}

.author-title {
	display: flex;
	align-items: center;
}

.auth-pic {
	position: relative;
}

.auth-pic img {
	width: 100%;
	border: 5px solid #ececec;
	border-radius: 80px;
}

.auth-name {
	margin-left: 20px;
	margin-top: -8px;
}

.auth-name h2 {
	font-size: 24px;
	color: #276ea2;
	margin-bottom: 6px;
}

.auth-name span {
	margin-bottom: 10px;
	padding-left: 8px;
	border-left: 3px solid #ebebeb;
}

.author-detail {
	margin-top: 18px;
}

.author-detail p {
	margin-bottom: 0;
}

.auto-social a {
	background: #276ea2;
	width: 28px;
	height: 28px;
	border-radius: 22px;
	color: #fff;
	text-align: center;
	justify-content: center;
	align-content: center;
	padding: 3px;
	margin-right: 6px;
}

.auto-social a:hover {
	background: #5f9d39;
}

.auto-social a i {
	font-size: 12px;
}

.auth-pic:after {
	content: '';
	background: #5f9d39;
	width: 24px;
	height: 24px;
	position: absolute;
	left: -4px;
	top: 13px;
	display: block;
	z-index: 99;
	border-radius: 40px;
	opacity: 0.4;
}

.auth-pic:before {
	content: '';
	background: #276ea2;
	width: 16px;
	height: 16px;
	position: absolute;
	left: 9px;
	top: 6px;
	display: block;
	z-index: 99;
	border-radius: 40px;
	opacity: 0.4;
}


/*10 MAY 2022*/
.comment-box #author-bio-box {
	padding: 30px 30px !important;
	display: inline-block;
	border: 8px solid #efefef !important;
}

.comment-box #author-bio-box .author_name {
	width: 85% !important;
	float: right;
	font-size: 24px;
	color: #276ea2;
	margin-bottom: 6px;
	font-weight: 600;
	margin-top: 0;
}

.comment-box #author-bio-box p.bio-description {
	width: 85%;
	float: right;
	display: block;
	margin-bottom: 0;
}

.bio-gravatar {
	position: relative !important;
	top: 0 !important;
	left: 0 !important;
	display: block;
	width: 13% !important;
	text-align: center;
}

.comment-box #author-bio-box .bio-gravatar img {
	width: auto;
	border: 5px solid #ececec;
	border-radius: 90px;
	height: auto;
}

.comment-box #author-bio-box .bio-gravatar:before {
	content: '';
	background: #276ea2;
	width: 16px;
	height: 16px;
	position: absolute;
	left: 9px;
	top: 6px;
	display: block;
	z-index: 99;
	border-radius: 40px;
	opacity: 0.4;
}

.comment-box #author-bio-box .bio-gravatar:after {
	content: '';
	background: #5f9d39;
	width: 24px;
	height: 24px;
	position: absolute;
	left: -4px;
	top: 13px;
	display: block;
	z-index: 99;
	border-radius: 40px;
	opacity: 0.4;
}

.auth-name1 .auto-social {
	display: inline-block;
	padding: 10px 15px;
}

.auth-name1 p {
	margin-bottom: 10px;
	padding-left: 8px;
	border-left: 3px solid #ebebeb;
}

/*20 JUNE 2022*/
.post-type-archive-web-story .blog-sec .blog-desc .blog-box .about-blog .web-stories-embed {
	display: none;
}

.post-type-archive-web-story .blog-sec .blog-box {
	display: inline-flex;
	margin-bottom: 35px;
	margin-right: 3%;
	vertical-align: top;
	width: 46%;
}

.post-type-archive-web-story .blog-sec .blog-desc .blog-box .blog-pic em img {
	width: 171px;
}

.post-type-archive-web-story .pageHeader {
	display: none;
}

.post-type-archive-web-story .blog-sec .blog-desc .blog-box .blog-pic {
	margin-right: 22px;
	width: 50%;
}

.post-type-archive-web-story .blog-sec .blog-desc .blog-box .about-blog a.read-more {
	margin-top: 0;
	display: none;
}

.post-type-archive-web-story .blog-sec .blog-desc .blog-box .about-blog h3 {
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
}

.post-type-archive-web-story .blog-sec .blog-desc .blog-box .about-blog .post-detail span.post-by {
	display: none !important;
}

.post-type-archive-web-story .blog-sec .blog-desc .blog-box .about-blog {
	font-size: 14px;
	width: 80%;
}

.bestSeo.whyChoose ul.whyLeftUl {
	margin-right: 3%;
}

.bestSeo.whyChoose ul.whyLeftUl li {
	font-size: 13px;
}

.home .bestSeo.whyChoose ul.whyLeftUl li {
	font-size: 14px;
}
/*12 SEP 2022*/

.report-desk {
	display: block;
}

.report-desk {
	width: 100%;
	background-size: contain !important;
	background: #47841d url(https://www.techmagnate.com/wp-content/uploads/2021/09/home-page-digital-card-banner-2022.jpg) no-repeat !important;
	background-position: center !important;
}

.report-mob {
	display: none;
}


/*26 SEP 2022*/
.footerContact.callus-full {
	background-position: right;
	width: 100%;
	background-size: 60%;
	margin-top: 30px;
}

/*10 OCT 2022 New TESTIMONIALS SECTION*/
.client-info {
	margin-right: 6px;
	padding-right: 20px;
	border-right: 1px solid #ececec;
}

.testilogo {
	display: flex;
	align-items: center;
}

.client-rating i {
	color: #ffc72a;
	font-size: 16px;
	margin-right: 4px;
}

.client-cta {
	margin-left: 18px;
	border-left: 1px solid #ececec;
	padding: 14px 18px;
}

.client-cta a {
	margin-right: 16px;
	margin-left: 4px;
	color: #bababa;
	font-size: 13px;
	font-weight: 600;
}

div#testimoniallist.testi-testwrap .testimonial .testilogo picture img {
	border: 2px solid #0068a11a;
	transform: scale(0.8);
	border-radius: 10px;
	padding: 0 13px;
}

div#testimoniallist.testi-testwrap .testimonial {
	padding: 30px 36px;
	margin-bottom: 40px;
	background: url(https://www.techmagnate.com/wp-content/uploads/2022/10/chat-bubble-icon.png) #FFF no-repeat;
	background-position: right bottom;
	position: relative;
	border-radius: 10px;
	box-shadow: 0px 0px 20px #0000001f;
}

.testi-quote {
	position: absolute;
	content: '';
	width: 34px;
	height: 29px;
	top: -14px;
	left: 18px;
}

div#testimoniallist.testi-testwrap .testimonial .testilogo picture {
	margin-right: 20px;
	border-right: 1px solid #ececec;
	padding-right: 6px;
}

.client-cta a:nth-child(4) {
	color: #276ea2;
}


.service-slide li {
	width: 100% !important;
	background: #fff;
	padding: 30px;
}

.service-slide li img {
	width: auto !important;
}

.service-slide .owl-nav{
    display: flex;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    top: 35%;
}

.our-services-sec .service-slide .owl-nav {
    display: flex;
    justify-content: space-between;
    position: static;
    width: auto;
}

.our-services-sec .service-slide .owl-nav .owl-prev, .our-services-sec .service-slide .owl-nav .owl-next {
    top: 35%;
    position: absolute;
    transform: translate(0px, 35%);
}

.our-services-sec .service-slide .owl-nav {
    transform: none !important;
}


.service-slide .owl-nav .owl-prev {
	background: #276ea2;
	color: #fff;
	padding: 8px 10px;
	position: relative;
	left: -15px
}

.service-slide .owl-nav .owl-next {
	background: #276ea2;
	color: #fff;
	padding: 8px 10px;
	position: relative;
	right: -15px
}

.owl-carousel-blog-details .owl-nav {
	display: flex;
	justify-content: space-between;
	position: absolute;
	width: 100%;
	top: 20%
}

.owl-carousel-blog-details .owl-nav .owl-prev {
	background: #276ea2;
	color: #fff;
	padding: 8px 10px;
	position: relative;
	left: -30px
}

.owl-carousel-blog-details h4 a {
    margin-top: 20px;
    font-size: 16px;
    color: #276ea2;
}



.owl-carousel-blog-details .owl-nav .owl-next {
	background: #276ea2;
	color: #fff;
	padding: 8px 10px;
	position: relative;
	right: -30px
}

.seoteamHelp li {
	height: 330px !important;
}

.service-slide .owl-dots {
	display: none !important;
}

.engagementModels .modelsList li .greencallback h4 {
	font-weight: 600;
	font-size: 19px;
}

.engagementModels .modelsList li .greencallback a.bdrbtn {
	color: #fff !important;
	background: #276ea2;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	padding: 6px 10px;
}

.engagementModels .modelsList li .greencallback a.bdrbtn:hover {
	background: #fff;color: #276ea2 !important;
}

.service-blk h2 {
	margin-top: 30px
}

.engagementModels-blk {
	margin-top: 30px;
}

.engagementModels-blk h2 {
	margin-bottom: 20px !important;
}

.engagementModels-blk li {
	border-bottom: 0px !important;
}

.engagementModels-blk .greencallback {
	padding: 54px 15px;
}


.delhi-service {
	background: #fff;
	margin-bottom: 30px;
	/* border: 1px solid #efefef; */
	margin-top: 40px;
	padding: 0px 30px;
}

.delhi-service h2 {
	text-align: center;
	padding-top: 30px;
}

/*.delhi-service h2+p {
	color: #666
}*/

.delhi-service .service-slide .item {
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding: 0;
}

.wctfssd {
	background: #276ea2;
	background: #276ea2;
	padding: 50px 30px 50px;
}

.wctfssd h2 {
	text-align: center;
	color: #fff !important;
}

.wctfssd h2+p {
	color: #fff;
	text-align: center;
}

.wctfssd ul {
	background: #276ea2 !important;
}

.wctfssd ul li {
	background: #276ea2 !important;
}

.wctfssd .seo-model li {
	border: none;
	padding: 14px;
}

.wctfssd .seo-model li .greencallback {
	background: #fff;
	background-image: none !important;
}

.wctfssd .seo-model li .greencallback::before {
	display: none;
}

.wctfssd .seo-model li .greencallback h4 {
	color: #276ea2
}

.wctfssd .seo-model li .greencallback p {
	color: #000 !important
}

.wctfssd .seo-model li .greencallback .bdrbtn:hover {
	background: #5f9d39 !important;
	color: #fff !important
}

.delhi-service-list {
	border: 1px solid #87b4d5;
	border-radius: 10px;
	padding: 15px;
	margin: 0px 15px;
	min-height: 300px;
}

.delhi-service .service-slide .owl-item {
	margin: 0px !important;
	background: #fff;
}

.delhi-service .service-slide .owl-item li {
	margin-right: 0px !important;
	width: 100%;
}

.delhi-service .service-blk .delhi-service-list img {
	width: auto;
}

.price-list .tablehead li {
	background: #fff !important;
	margin: 0px 5px;
	padding: 15px 0px !important
}
.price-list .tablehead li span {
    color: #0068a1;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 30px;
}

.price-list .tablehead li span {
	color: #666
}

.price-list .tablehead li h3 {
	margin-bottom: 30px !important;
	font-size: 18px !important;
	line-height: 1.2 !important;
}

.price-list .tablehead li:first-child span {
	color: #0068a1;
	font-weight: bold;
}

.price-list .tablehead li:first-child h4 {
	color: #0068a1;
	font-size: 24px;
	font-weight: bold;
}

.price-list .tablehead li:nth-child(2) span {
	color: #68a848;
	font-weight: bold;
}

.price-list .tablehead li:nth-child(2) h4 {
	color: #68a848;
	font-size: 24px;
	font-weight: bold;
}

.price-list .tablehead li:nth-child(3) span {
	color: #0094e5;
	font-weight: bold;
}

.price-list .tablehead li:nth-child(3) h4 {
	color: #0094e5;
	font-size: 24px;
	font-weight: bold;
}

.price-list .tablehead li:nth-child(4) span {
	color: #33b0f4;
	font-weight: bold;
}

.price-list .tablehead li:nth-child(4) h4 {
	color: #33b0f4;
	font-size: 24px;
	font-weight: bold;
}

.price-list .tablehead li:nth-child(4) {
	background: #0094e5
}

.price-list .tablehead li:first-child {
	border: 1px solid #0067a1;
	border-bottom: 10px solid #0067a1;
}

.price-list .tablehead li:nth-child(2) {
	border: 1px solid #68a848;
	border-bottom: 10px solid #68a848;
}

.price-list .tablehead li:nth-child(3) {
	border: 1px solid #0094e5;
	border-bottom: 10px solid #0680c3
}

.price-list .tablehead li:nth-child(4) {
	border: 1px solid #33b0f4;
	border-bottom: 10px solid #33b0f4
}

.price-list .tablehead {
	display: flex;
	margin-top: 40px;
}

.price-middle-blk {
	position: relative;
	margin-bottom: 25px;
}

.price-middle-blk:before {
	content: '';
	width: 90px;
	border-bottom: 1px solid #dde6ee;
	bottom: -12px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

.price-list {
	padding: 50px 20px;
}

.price-list .btnRow {
	margin-top: 30px;
}

.price-list .tablehead li:first-child:hover {
	background: #0074b5 !important;
	cursor: pointer;
	color: #fff
}

.price-list .tablehead li:nth-child(2):hover {
	background: #80b566 !important;
	cursor: pointer;
	color: #fff
}

.price-list .tablehead li:nth-child(3):hover {
	background: #0094e5 !important;
	cursor: pointer;
	color: #fff
}

.price-list .tablehead li:nth-child(4):hover {
	background: #4fc1ff !important;
	cursor: pointer;
	color: #fff
}

.price-list .tablehead li:hover h3,
.price-list .tablehead li:hover span,
.price-list .tablehead li:hover h4 {
	color: #fff !important;
}

.price-list .tablehead li:nth-child(2):hover .price-list .tablehead li:nth-child(2) h3 {
	color: #fff !important;
}

.offer-seo .ourProcess {
	padding: 15px 0 20px;
}

.offer-seo .ourProcess .processList li {
	display: block;
}

.offer-seo {
	margin-top: 30px;
}

.offer-seo .ourProcess .processList li p {
	font-size: 14px;
	line-height: 22px;
	color: #000;
	text-align: center;
}

.center {
	text-align: center;
	padding-bottom: 50px;
}

.load-more {
	line-height: 28px;
	text-transform: uppercase;
	padding: 3px 44px;
	border-radius: 5px;
	text-align: center;
	color: #fff;
	background: #0068a1;
}

#fetchmore {
	font-size: 16px;
}

/*New Testimonials Section Ends*/


.postid-988 .engagementModels ul.modelsList.list-height .linkBtnarow {
	background: #276ea2 none repeat scroll 0 0;
	border-radius: 100px;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	vertical-align: top;
	overflow: hidden;
	padding: 5px 20px !important;
	transition: all .5s ease;
	display: inline-block;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px transparent;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	text-transform: uppercase;
	margin-top: 5px;
}

.postid-988 .engagementModels ul.modelsList.list-height span.link-right {
	display: block;
}

.postid-988 .engagementModels.ppcservicesmanagementstrategy.col-link-item .btnRow {
	text-align: center;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 25px;
}

.postid-988 .ppcservicesmanagementstrategy .two-column-list .list-height li {
	min-height: 405px !important;
}

.postid-988 .ppcservicesmanagementstrategy .two-column-list .list-height li {
	min-height: 405px !important;
	position: relative;
}


/*testimonials yy*/


.testimonial-content-blk {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.case-port-list {
	display: flex;
	position: relative;
	left: -33px;
	margin: 0px;
}

.case-port-list .cp-icon {
	width: 40px;
	height: 40px;
	background: #ddd;
	border-radius: 50%;
	text-align: center;
	line-height: 40px;
}

.case-port-list .cs-icon {
	background: #bababa
}

.case-port-list .port-icon {
	background: #276ea1
}

.case-port-list li a {
	display: flex;
	align-items: center;
	margin-left: 15px;
}

.case-port-list li p {
	margin-bottom: 0px;
}

.testimonial-content-blk .testilogo {
	border: 1px solid #d0eeff;
}

.testimonial-content-blk .testilogo picture {
	margin-right: 0px;
	padding-right: 0px;
	border-right: 0px;
	overflow: hidden;
	border-radius: 10px;
	width: 145px;
	height: 53px;
}

#testimoniallist .testimonial .testimonial-content-blk .testimonial-client-info .tci-name {
	margin-bottom: 3px
}

#testimoniallist .testimonial .testimonial-content-blk .testimonial-client-info .tci-name strong {
	color: #0068a1;
	font-size: 14px;
	font-weight: bold;
}

#testimoniallist .testimonial .testimonial-content-blk .testimonial-client-info .tci-desig {
	font-size: 13px;
	color: #333;
	margin-bottom: 3px;
}

#testimoniallist .testimonial .testimonial-content-blk .testimonial-client-info .tci-url {
	font-size: 13px;
	color: #333;
	margin-bottom: 0px;
}

#testimoniallist .testimonial {
	background-image: none;
	position: relative;
	border-radius: 10px;
	box-shadow: 0px 0px 30px #dbdbdb;
	padding: 35px !important;
	margin-bottom: 45px
}

#testimoniallist .testimonial:before {
	content: "\f10d";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #99c3d9;
	font-size: 36px;
	padding-right: 0.5em;
	position: absolute;
	top: -8px;
	left: 15px;
}

#testimoniallist .testimonial:after {
	content: " ";
	background: url(../images/chat-icon.png);
	position: absolute;
	bottom: 16px;
	width: 95px;
	height: 75px;
	right: 15px;
}

#testimoniallist .testimonial p i:empty {
	display: none;
}

#testimoniallist .testimonial i {
	color: #333;
	line-height: 24px;
	font-weight: 500;
}

.testimonial-content-blk .testilogo {
	position: relative;
	border-radius: 10px;
}

.testimonial-content-blk .testilogo:before {
	content: '';
	border-right: 1px solid #ececec;
	background: #ececec;
	position: absolute;
	left: -30px;
	height: 65px;
}

.testimonial-content-blk .testilogo:after {
	content: '';
	border-right: 1px solid #ececec;
	background: #ececec;
	position: absolute;
	right: -30px;
	height: 65px;
}

#testimoniallist .testimonial .testimonial-content-blk .stars i {
	color: #ffc104;
	font-size: 18px;
	font-family: 'FontAwesome';
}

.case-port-list li:first-child p {
	color: #a2a2a2;
	font-weight: 600;
	font-size: 12px;
	margin-left: 10px;
}

.case-port-list li:last-child p {
	color: #276ea2;
	font-weight: bold;
	font-size: 12px;
	margin-left: 10px;
}



.testimonial-content-blk .case-port:before {
	content: '';
	border-right: 1px solid #ececec;
	background: #ececec;
	position: absolute;
	left: -40px;
	height: 65px;
	top: -11px;
}

/*cta*/

.enterWebsiteSection {
	margin: 20px 0;
	padding: 38px 45px;
	overflow: hidden;
	background: url('../images/cta_bg_img.png') no-repeat;
	background-size: 100% 100%;
}
.blog-deatils-modal-cta {
    background: url(https://www.techmagnate.com/images/blog-deatils-modal-cta.png) no-repeat;
    padding: 10px 20px;
    width: 100%;
    margin: 20px 0;
}
.enterWebsiteSection_blogs {
    margin: 20px 0;
    padding: 20px 10px;
    overflow: hidden;
    background: url(https://www.techmagnate.com/wp-content/themes/techmagnate/images/case-study-banner.jpg) no-repeat;
    background-size: 100% 100%;
}
.enterWebsiteSection.blog-deatils-modal-cta .contact-cta br {
    display: none;
}
.shrt-btn {
    padding-left: 40px;
}
.lft-btn h3 {
    color: #fff !important;
    max-width: 30%;
}
.lft-btn .custom-color{color: #f0e707;}
.lft-btn a.contact-cta {
    background: transparent;
}
.enterWebsiteSection .row {
	align-items: center;
}

.enterWebsiteSection h3 {
	color: #fff;
	font-size: 20px;
	text-transform: none;
	margin: 0;
	padding-left: 10px;
	font-weight: 600;
	text-transform: capitalize;
	line-height: 30px;
}
.enterWebsiteSection span {
	color: #fff;
	font-size: 20px;
	text-transform: none;
	margin: 0;
	padding-left: 10px;
	font-weight: 600;
	text-transform: capitalize;
	line-height: 30px;
}

.enterWebsiteSection h3 span:last-child {
	text-transform: initial;
}

.enterWebsiteSection h3 span:first-child {
	position: relative;
}

.enterWebsiteSection h3 span:first-child:after {
	content: '';
	position: absolute;
	border-bottom: 2px solid #fff;
	width: 100%;
	left: 0;
	bottom: -2px;
}

.contact-cta {
	border: 1px solid #fff;
	color: #fff;
	font-size: 14px;
	padding: 10px 25px;
	border-radius: 25px;
	float: none;
	background: #5D9C3F;
	font-weight: 600;
	text-transform: uppercase;
}

.contact-cta:hover {
	background: #fff;
	color: #609d39;
}

/*case study*/
.case-study-blk {
	background: url(https://www.techmagnate.com/dev/files/2022/12/Case-Study-updated.jpg) #fff no-repeat;
	padding: 30px;
	border-bottom: 5px solid #5f9d39;
	max-width: 800px;
	margin: 0 auto 30px;
}

.csb-logo {
	position: relative;
}

.csb-logo img {
	z-index: 99;
	position: relative;
	background: #fff;
	max-width: 160px
}

.case-study-blk .csb-logo:before {
	content: '';
	position: absolute;
	border-bottom: 5px solid #f7f7f7;
	width: 100%;
	left: 0;
	top: 50%;
}

.case-study-inner-blk {
	display: flex;
	margin-top: 30px;
}

.case-study-left {
	width: 39%;
	padding-right: 25px;
	border-right: 2px solid #dedede;
}

.case-study-right {
	width: 61%;
	padding-left: 25px;
}

.case-study-blk h3 {
	font-size: 24px;
	line-height: 32px;
	color: #276ea2;
	font-weight: 400;
}

.case-study-testimonial-content {
	border-radius: 12px;
	filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
	background-color: #ffffff;
	padding: 35px 20px 20px;
	position: relative;
	margin-top: 40px;
}

.case-study-testimonial-content em {
	font-size: 14px;
	line-height: 22px;
	color: #333333;
	font-weight: 400;
	font-family: "Open Sans";
}

.case-study-testimonial-content img {
	position: absolute;
	top: -16px;
}

.key-strategies-list {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}

.key-strategies-list li {
	width: 50%;
}

.case-study-resutl h3 {
	margin-bottom: 0px
}

.case-study-resutl small {
	display: block;
	margin-bottom: 20px;
}

.result-list li h4 {
	font-size: 20px;
	line-height: 24px;
	color: #333333;
	margin-bottom: 5px;
}

.result-list li {
	border-bottom: 1px solid #dbdbdb;
	margin-bottom: 20px !important;
	padding-bottom: 0px;
}

.result-list li p {
	margin-bottom: 10px;
	color: #666
}

.result-list li:last-child {
	border-bottom: 0px !important;
}

.key-strategies {
	position: relative;
}

.key-strategies:before {
	content: '';
	border-top: 2px solid #dedede;
	position: absolute;
	width: 100%;
	top: -10px;
	left: -26px;
}

.result-list li {
	background: none !important;
	padding: 0px !important;
}

.key-strategies .key-strategies-list li h4 {
	font-weight: bold;
	margin-bottom: 10px;
}

.key-strategies .key-strategies-list li {
	background: none !important;
	padding: 15px 25px 0px 0px !important;
	position: relative;
}

.key-strategies .key-strategies-list li p {
	font-size: 13px;
	line-height: 19px;
	color: #666666;
}

.key-strategies .key-strategies-list li:first-child:after,
.key-strategies .key-strategies-list li:nth-child(2):after {
	content: '';
	border-bottom: 1px solid #dedede;
	position: absolute;
	left: 0px;
	width: 100%;
	bottom: -6px
}

.key-strategies .key-strategies-list li:first-child:before,
.key-strategies .key-strategies-list li:nth-child(3):before {
	content: '';
	border-right: 1px solid #dedede;
	position: absolute;
	right: 18px;
	height: 100%;
}

.key-strategies .key-strategies-list li:nth-child(3):before {
	top: -8px;
}

.organic-blk p {
	font-size: 14px;
	line-height: 24px;
	color: #333;
}

.case-study-testimonial-content p {
	font-size: 14px;
	color: #6da74b;
	margin-bottom: 0px;
	margin-top: 15px;
}

.key-strategies h3 {
	padding-top: 20px;
}

.mobile-testimonial {
	display: none;
}

.desktop-testimonial {
	display: block;
}

.case-stdy-blk {
	position: relative;
}

.case-study-btn {
	position: absolute;
	bottom: 11%;
	left: 50%;
	transform: translateX(-50%);
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
}

.case-study-btn:hover {
	color: #fff !important;
	text-decoration: underline;
}
/* services sec */
.price-list .tablehead li:first-child span.services-key-word {
    color: #0068a1;
    font-size: 24px;
    font-weight: bold;
	display: block;
	margin-top: 5px;
}
.price-list .tablehead li:nth-child(2) span.services-key-word {
    color: #68a848;
    font-size: 24px;
    font-weight: bold;
	display: block;
	margin-top: 5px;
}
.price-list .tablehead li:nth-child(3) span.services-key-word {
    color: #0094e5;
    font-size: 24px;
    font-weight: bold;
	display: block;
	margin-top: 5px;
}
.price-list .tablehead li:nth-child(4) span.services-key-word {
    color: #33b0f4;
    font-size: 24px;
    font-weight: bold;
	display: block;
	margin-top: 5px;
}

/*award page css strat*/
.award-banner h1 {
	position: absolute;
	top: 0;
	left: 0px;
	right: 0;
	text-align: center;
	margin-top: 40px;
	color: #fff;
	font-weight: 600;
}

.award-banner {
	position: relative;
}

.digital-market-award {
	margin-top: 70px;
}

.digital-market-award h2 {
	text-align: center;
	padding-bottom: 60px;
	font-size: 30px;
}

.digital-box {
	background: #fff;
	padding: 15px 30px 15px 30px;
	margin-bottom: 50px;
	box-shadow: 0 4px 8px 0 rgb(0 0 0 / 13%), 0 6px 17px 0 rgb(0 0 0 / 8%);
	border-radius: 20px;
	display: flex;
	align-items: center;
	width: 96%;
}

.digital-box p {
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	padding-left: 15px;
}

.award-recognition {
	margin-bottom: 25px;
}

.page-template-awards-recognition-template .breadCrumbRow {
	display: none;
}

/*home page banner*/
.data-lead-services {
	width: 145%;
	line-height: 26px;
}

.data-lead-services h2 {
	font-size: 36px;
	position: relative;
	margin-bottom: 40px
}

.data-lead-services p span {
	color: #fee900;
	font-size: 24px;
	font-weight: 600
}

.data-lead-services h2:before {
	content: '';
	height: 3px;
	position: absolute;
	bottom: -15px;
	width: 85px;
	background: #fee900
}

.data-lead-services p {
	font-size: 18px;
	line-height: 26px;
	color:
		#fff
}

.data-lead-services a {
	background: #fff;
	color: #000;
	font-size: 18px;
	font-weight: 600;
	padding: 12px 20px;
	margin-top: 15px
}

.data-lead-services a:hover {
	background: #5f9d38;
	color: #fff
}


section.pageHeader.casestudy-banner .leftcontent .data-figure {
	font-size: 38px !important;
	padding-right: 12px;
}

section.pageHeader.casestudy-banner .leftcontent .data-figure-2 {
	font-size: 40px !important;
}

section.pageHeader.casestudy-banner .leftcontent .thin-font-data {
	font-size: 32px !important;
}

section.pageHeader.casestudy-banner .leftcontent a.linkbtn {
	padding: 6px 20px !important;
	background: none;
	border: 1px solid #fff;
	font-size: 15px;
	color: #fff;
	border-radius: 8px;
	overflow: hidden;
	min-width: auto;
}

.Hyperlocal-Automation .owl-nav{
	display: flex;
	position: absolute;
	top: 45%;
	right: 0;
	justify-content: space-between;
	left: auto;
	width: 100%;
	transform: translateY(45%);
}

.Hyperlocal-Automation .owl-nav .owl-prev, .Hyperlocal-Automation .owl-nav .owl-next{display: flex;align-items: center;height: 30px;margin-left: -30px;}
.Hyperlocal-Automation .owl-nav .owl-prev {
    background: #276ea2;
    color: #fff;
    padding: 8px 10px;
    position: relative;
    left: 0px;
}

.Hyperlocal-Automation .owl-nav .owl-next {
    background: #276ea2;
    color: #fff;
    padding: 8px 10px;
    position: relative;
    right: -30px;
    left: auto;
}


.home .zcwf_row {justify-content: flex-start;}
.home .seoServices .seoservice-title{font-weight: 600}
.home .zcwf_row {justify-content: flex-start;}
.home .sectionHeading h2, .clientSpeak h2{font-weight: 500}
.home .sectionHeading h2, .blogNews h2, .home .whyChoose h2{font-weight: 500;}
.home .awardsAccoladesSection h2{font-weight: 500;font-size: 28px}
.home .ClientsBox {display: flex;flex-wrap: wrap;justify-content: flex-start;}
.home .client-logo .ClientsBox span{width: 100%;max-width: 125px;display: flex;align-items: center;justify-content: center;margin-bottom: 15px;margin-right: 2%;margin-left: 0;height: 80px;padding: 0}
.home .whyChoose ul li{text-align: left;} 
.video-home.mt-15.m-b-10 {padding-top: 0px;}
.seoTeamList a.linkBtn{padding: 5px 14px;}
.block_section .clientLogoSide {display: flex;flex-wrap: wrap;width: 100%;justify-content: center;}
.listing-height-auto.seoTeamList{display: flex;justify-content: space-between;flex-wrap: wrap;}
.listing-height-auto li{min-height: auto;margin-right: 0 !important;padding: 30px 15px;}
.listing-height-auto li em{height: 55px}


.our-services-sec h3{font-size: 17px;}

.related-post-list .imgfield {max-height: 115px; overflow: hidden;}

/*-----Responsive CSS--------*/


@media(min-width: 768px) and (max-width: 1020px) {

	.reportBlockBox a.viewAllBtn {
		padding: 5px 20px !important;
	}

}

@media screen and (min-width: 1024px) {
	.home .blogImg img {
		height: auto
			/*200px*/
		;
	}

	/*.home .newsBox{padding-bottom: 28px;}*/

	section.pageHeader.casestudy-banner .leftcontent h2 {
		font-size: 36px !important;
		margin-bottom: 20px !important;
		line-height: 45px;
	}

	section.pageHeader.casestudy-banner .leftcontent .data-figure {
		font-size: 38px !important;
	}


}


@media screen and (min-width: 1601px) {

	footer {

		text-align: center;

	}

	footer .footerColum {

		text-align: left;

	}

}

@media screen and (max-width: 1369px) {

	.container {

		/*width: 96%;*/

		width: 88%;

	}

}

@media screen and (max-width: 1280px) {

	.container {

		width: 100%;

	}

	

	.secondaryNav.navbar-dark.navbar .navbar-collapse>ul>li>a .menuImg {

		/*max-width: 35px; */

		max-width: 46px;

	}

	.seoServices p {

		min-height: 150px;

	}
	.footer_cta_text p {
  font-size: 16px!important;}

}

@media screen and (max-width: 1150px) {



	/*20 JUNE 2022*/

	.post-type-archive-web-story section.pageHeader {
		display: none !important;
	}
.workContent h3 {
  font-size: 20px;
  padding: 0 20px;
}
.clientSpeak .spekerName{text-align: left;}


}


@media screen and (min-width: 1400px) {

	/*--home banner--*/

	/*  .imagebanerotr .mainheadertext{color: #fff;  position:absolute; top: 50%;

    transform: translate(0,-50%);

    -moz-transform: translate(0,-50%);

    -webkit-transform: translate(0,-50%); padding: 18px 20px;

    box-sizing: border-box;

    text-align: center;}*/

	.imagebanerotr .mainheadertext {
		color: #fff;
		position: absolute;
		top: 50%;
		transform: translate(0, -50%);
		-moz-transform: translate(0, -50%);
		-webkit-transform: translate(0, -50%);
		padding: 18px 20px;
		box-sizing: border-box;
		text-align: left;
		left: 8%;
		width: 50%;
	}

	.imagebanerotr .mainheadertext .topheading {
		border-bottom: 1px solid #26272b;
		display: inline-block;
		vertical-align: top;
		width: 100%;
		padding-bottom: 10px;
		margin-bottom: 12px;
	}

	.imagebanerotr .mainheadertext .topheading .besttext,
	.imagebanerotr .mainheadertext .topheading .num {
		font-size: 3em;
		line-height: 40px;
	}

	.imagebanerotr .mainheadertext.new-award-slide .topheading .righttext {
		line-height: 36px;
		text-align: left;
		display: inline-block;
		vertical-align: top;
	}

	.imagebanerotr .mainheadertext .topheading .righttext {
		text-align: left;
		display: inline-block;

		line-height: normal;
		vertical-align: top
	}

	.imagebanerotr .mainheadertext .topheading .righttext span {
		font-size: .8em;
		line-height: normal;
		display: block;
	}

	.imagebanerotr .mainheadertext.new-award-slide .topheading .righttext span:nth-child(3n) img {
		height: 13px !important;
		margin: 0 !important;
	}

	.imagebanerotr .mainheadertext .btheading {
		text-transform: uppercase;
		line-height: 20px;
	}

	.imagebanerotr .mainheadertext a.btntext {
		margin: 40px 5px 0 auto;

		padding: 8px 12px;

		min-width: 145px;
		background: #fff none repeat scroll 0 0;

		color: #0d0d0d;

		display: inline-block;

		font-size: 12px;

		font-weight: 700;

		min-width: 145px;

		text-align: center;

		vertical-align: top;

		transition: all .5s ease;

		-webkit-transform: translateZ(0);

		transform: translateZ(0);

		box-shadow: 0 0 1px transparent;

		-webkit-backface-visibility: hidden;

		backface-visibility: hidden;

		-moz-osx-font-smoothing: grayscale;

		position: relative;

		-webkit-transition-property: color;

		transition-property: color;

		-webkit-transition-duration: .3s;

		transition-duration: .3s;
	}

	.imagebanerotr .mainheadertext .topheading .num {
		font-size: 5.5em !important;
		line-height: .8 !important;
		display: inline-block;
		font-weight: 700;
		margin-right: 11px;
		vertical-align: top;
	}

	.report-desk {
		display: block;
	}

	.report-desk {
		width: 100%;
		background-size: contain !important;
		background: #47841d url(https://www.techmagnate.com/wp-content/uploads/2021/09/home-page-digital-card-banner-2022.jpg) no-repeat !important;
		background-position: center !important;
	}

}

@media screen and (min-width: 992px) and (max-width: 1399px) {

	/*--home banner--*/

	.imagebanerotr .mainheadertext {
		color: #fff;
		position: absolute;
		top: 50%;
		transform: translate(0, -50%);
		-moz-transform: translate(0, -50%);
		-webkit-transform: translate(0, -50%);
		padding: 18px 20px;
		box-sizing: border-box;
		text-align: left;
		left: 8%;
		width: 50%;
	}

	.imagebanerotr .mainheadertext .topheading {
		border-bottom: 1px solid #26272b;
		display: inline-block;
		vertical-align: top;
		width: 100%;
		padding-bottom: 10px;
		margin-bottom: 12px;
	}

	.imagebanerotr .mainheadertext .topheading .besttext,
	.imagebanerotr .mainheadertext .topheading .num {
		font-size: 3em;
		line-height: 40px;
	}

	.imagebanerotr .mainheadertext.new-award-slide .topheading .righttext {
		line-height: 36px;
		text-align: left;
		display: inline-block;
		vertical-align: top;
	}

	.imagebanerotr .mainheadertext .topheading .righttext {
		text-align: left;
		display: inline-block;

		line-height: normal;
		vertical-align: top
	}

	.imagebanerotr .mainheadertext .topheading .righttext span {
		font-size: .8em;
		line-height: normal;
		display: block;
	}

	.imagebanerotr .mainheadertext.new-award-slide .topheading .righttext span:nth-child(3n) img {
		height: 13px !important;
		margin: 0 !important;
	}

	.imagebanerotr .mainheadertext .btheading {
		text-transform: uppercase;
		line-height: 20px;
	}

	.imagebanerotr .mainheadertext a.btntext {
		margin: 40px 5px 0 auto;

		padding: 8px 12px;

		min-width: 145px;
		background: #fff none repeat scroll 0 0;

		color: #0d0d0d;

		display: inline-block;

		font-size: 12px;

		font-weight: 700;

		min-width: 145px;

		text-align: center;

		vertical-align: top;

		transition: all .5s ease;

		-webkit-transform: translateZ(0);

		transform: translateZ(0);

		box-shadow: 0 0 1px transparent;

		-webkit-backface-visibility: hidden;

		backface-visibility: hidden;

		-moz-osx-font-smoothing: grayscale;

		position: relative;

		-webkit-transition-property: color;

		transition-property: color;

		-webkit-transition-duration: .3s;

		transition-duration: .3s;
	}

	.imagebanerotr .mainheadertext .topheading .num {
		font-size: 5.5em !important;
		line-height: .8 !important;
		display: inline-block;
		font-weight: 700;
		margin-right: 11px;
		vertical-align: top;
	}


}

@media screen and (max-width: 1099px) {

	.seoServices p {

		min-height: 160px;

	}

	.items>img {

		min-height: 320px;

		object-fit: cover;

		object-position: center;

	}

	.onlyImg.items>img {

		min-height: auto;

		object-fit: unset;

		object-position: center;

	}

	.sliderContentBox {

		padding: 30px 15px;

	}

	.secondaryNav.navbar-dark.navbar .navbar-collapse>ul>li>a {

		padding: 0 5px;

	}

	.secondaryNav .navbar-nav.m-auto {

		display: flex;

		justify-content: space-between;

	}

	.secondaryNav.navbar-dark.navbar .navbar-collapse>ul>li {

		width: auto;

	}
	  footer .footerColum.lastFooterBox .socialLinksFooter a { margin-right: 10px; }



}


@media(max-width: 1024px) {

	.seoTeamList>li {
		padding: 15px
	}
	
	.sirBox .pull-left img {
		width: 50px;
	}

	.numberBox {
		padding: 10px !important
	}

	.sirBox .sirName {
		margin-top: 0px !important
	}

	.video-home:before {
		top: 25%;
	}

	.seoteamHelp li {
		width: 31.5%
	}

	.engagementModels .modelsList li {
		padding: 15px;
	}

	.seoteamHelp .seoteamList.box-layout li {
		min-height: 340px;
		padding: 15px;
	}

	.seoteamHelp li {
		height: 340px;
	}

	.secondaryNav.navbar-dark.navbar .navbar-collapse>ul>li {
		width: 100%;
	}

	.text2 p,
	.who-we-are .whoweareRow p {
		font-size: 14px;
		line-height: 22px;
	}

	/*    .textbl .rightbanner{    height: 285px;}*/

	.textbl .rightbanner img {
		height: 100%;
	}

	.pageHeader .textbl .leftcontent {
		width: 100%;
	}

	.pageHeader .textbl .rightbanner img {
		display: none;
	}

	.reportBlockBox a.viewAllBtn {
		padding: 5px;
		font-size: 12px;
	}

	.frequentlyasked {
		margin-bottom: 0px
	}

	.secondaryNav.navbar-dark.navbar .navbar-collapse>ul>li>a span {
		font-size: 11px;
	}


	/*testimonials yy*/
	.case-port-list {
		left: 0px;
	}

	.testimonial-content-blk .testilogo picture {
		width: 120px;
		height: 48px;
	}

	.testimonial-content-blk .testilogo:before {
		display: none;
	}

	.testimonial-content-blk .testilogo:after {
		display: none;
	}

	.testimonial-content-blk .case-port:before {
		display: none;
	}

	.case-port-list li:first-child {
		margin-left: 0px
	}

	.testimonial-content-blk .testilogo {
		justify-content: center;
	}

	.service-slide li {
		height: 380px !important;
	}

	.delhi-service-list {
		min-height: 350px
	}

	.engagementModels.wctfssd .modelsList li {
		width: 32.9%;
	}

}


@media screen and (max-width: 991px) {


	/*--home banner--*/

	.imagebanerotr .mainheadertext {
		color: #fff;
		position: absolute;
		top: 50%;

		transform: translate(0, -50%);

		-moz-transform: translate(0, -50%);

		-webkit-transform: translate(0, -50%);
		padding: 18px 20px;

		box-sizing: border-box;

		text-align: center;
	}

	.imagebanerotr .mainheadertext .topheading {
		border-bottom: 1px solid #26272b;
		display: inline-block;
		vertical-align: top;
		width: 100%;
		padding-bottom: 10px;
		margin-bottom: 12px;
	}

	.imagebanerotr .mainheadertext .topheading .besttext,
	.imagebanerotr .mainheadertext .topheading .num {
		font-size: 3em;
		line-height: 40px;
	}

	.imagebanerotr .mainheadertext.new-award-slide .topheading .righttext {
		line-height: 36px;
		text-align: left;
		display: inline-block;
		vertical-align: top;
	}

	.imagebanerotr .mainheadertext .topheading .righttext {
		text-align: left;
		display: inline-block;

		line-height: normal;
		vertical-align: top
	}

	.imagebanerotr .mainheadertext .topheading .righttext span {
		font-size: .8em;
		line-height: normal;
		display: block;
	}

	.imagebanerotr .mainheadertext.new-award-slide .topheading .righttext span:nth-child(3n) img {
		height: 13px !important;
		margin: 0 !important;
	}

	.imagebanerotr .mainheadertext .btheading {
		text-transform: uppercase;
		line-height: 20px;
	}

	.imagebanerotr .mainheadertext a.btntext {
		margin: 40px 5px 0 auto;

		padding: 8px 12px;

		min-width: 145px;
		background: #fff none repeat scroll 0 0;

		color: #0d0d0d;

		display: inline-block;

		font-size: 12px;

		font-weight: 700;

		min-width: 145px;

		text-align: center;

		vertical-align: top;

		transition: all .5s ease;

		-webkit-transform: translateZ(0);

		transform: translateZ(0);

		box-shadow: 0 0 1px transparent;

		-webkit-backface-visibility: hidden;

		backface-visibility: hidden;

		-moz-osx-font-smoothing: grayscale;

		position: relative;

		-webkit-transition-property: color;

		transition-property: color;

		-webkit-transition-duration: .3s;

		transition-duration: .3s;
	}

	.imagebanerotr .mainheadertext .topheading .num {
		font-size: 5.5em !important;
		line-height: .8 !important;
		display: inline-block;
		font-weight: 700;
		margin-right: 11px;
		vertical-align: top;
	}


	.secondaryNav {
		display: none;
	}

	.headerSection.fixed {
		top: 0;
	}

	.headerSection.fixed .primaryNav .navbar-brand img {
		padding: inherit;
		max-width: 100%;
	}


	.mm-menu {
		background: #276ea2;
		border-color: #fafafa;
		color: #fff;
	}

	.dropdown-menu.mm-listview {
		position: static;
		float: none;
		border: none;
		border-radius: 0;
		background: inherit;

		color: #fff;
	}

	.mm-listitem:after,
	.mm-navbar,
	.mm-listitem .mm-btn_next:before {
		border: none;
	}

	.dropdown-toggle::after {
		content: none;
	}

	.mm-menu .mm-listview .mm-btn_next:after,
	.mm-menu .mm-btn:after,
	.mm-menu .mm-btn:before {
		border-color: rgb(255 255 255);
	}

	.mm-menu .mm-navbar a,
	.mm-menu .mm-navbar>* {
		color: rgb(255 255 255 / 80%);
	}

	.mm-navbar {
		text-align: left;
	}

	.mm-listitem>a,
	.mm-listitem>span {
		font-size: 14px;
	}

	.spacerDiv {

		height: 111px;

	}

	.primaryNav {

		padding: 9px 15px;

	}

	#primaryNav {

		position: fixed;

		top: 0;

		bottom: 0;

		height: 100%;

		width: 300px;

		background: #276ea2;

		left: 0;

		z-index: 9999;

		padding: 50px 0 0;

	}

	.primaryNav.navbar-dark.navbar .dropdown>a::after {

		display: inline-block;

		margin-left: 3px;

		vertical-align: middle;

		content: "";

		border-top: 5px solid;

		border-right: 4px solid transparent;

		border-bottom: 0;

		border-left: 4px solid transparent;

		position: absolute;

		right: 15px;

		top: 13px;

	}

	.navbar-dark.navbar .navbar-collapse>ul>li:hover>ul {

		visibility: hidden;

		opacity: 0;

		transform: none;

	}

	.primaryNav.navbar-dark.navbar .navbar-collapse>ul>li {

		padding: 0 0;

		cursor: pointer;

		margin: 0;

	}

	.primaryNav.navbar-dark.navbar .navbar-collapse>ul>li>a {

		color: #fff;

		padding: 0;

		display: inline-block;

		padding: 5px 15px 5px;

	}

	.primaryNav.navbar-dark.navbar .navbar-collapse>ul>li>ul {

		position: relative;

		left: auto;

		top: auto;

		background: #f6f6f6;

		width: 100%;

		padding: 5px 12px;

		z-index: 9;

		border: solid 1px #e7e9ea;

		display: none;

		visibility: visible;

		opacity: 1;

		transition: all .5s ease-in;

		transform: none;

		list-style: none;

		margin: 0;

		text-align: left;

	}

	.menuicon {

		/*display: none !important;*/

		position: absolute;

		left: 15px;

		top: 25px;

		z-index: 9999;

	}

	.menuicon .icon-bar {
		background: #276ea2;

		height: 4px;

		display: inline-block;

		vertical-align: top;

		width: 30px;

		top: 10px;

		position: relative;
	}

	.menuicon .icon-bar:before,
	.menuicon .icon-bar:after {
		background-color: #276ea2;

		content: "";

		display: block;

		height: 4px;

		left: 0;

		position: absolute;

		width: 100%;
	}

	.menuicon .icon-bar:before {
		top: -10px;
	}

	.menuicon .icon-bar:after {
		bottom: -10px;
	}

	.breadCrumbRow {
		margin-bottom: 10px;
	}

	a.requestCall {
		position: absolute;
		right: 10px;
	}

	.footericons,
	.menuicon,
	#mob-menu.mm-menu_opened {
		display: block;
	}

	.footericons {
		display: block;
		position: fixed;
		bottom: 0px;
		background: #FFF;
		padding: 5px;
		border: none;
		z-index: 10000;
		width: 100%;
		box-shadow: 0px -1px 5px rgba(0, 0, 0, 0.2);
	}

	.footericons ul {
		margin: 0px;
		padding: 0px;
		list-style: none;
	}

	.footericons ul li {
		display: inline-block;
		text-transform: uppercase;
		font-size: 12px;
		font-weight: 700;
		text-align: center;
	}

	.footericons ul li.callbtn {
		width: 49%;
	}

	.footericons ul li.callbtn a {
		display: block;
		color: #fff;
		border: 2px solid #276ea2;
		padding: 5px;
		background: #276ea2;
	}

	.footericons ul li.callbtn a:hover {
		background: #5f9d39;
		color: #FFF;
		border: 2px solid #5f9d39;
	}

	.footericons ul li.getquotebtn {
		width: 49%;
		float: right;
	}

	.footericons ul li.getquotebtn a {
		display: block;
		color: #FFF;
		padding: 5px;
		background: #5f9d39;
		border: 2px solid #5f9d39;
	}

	.footericons ul li.getquotebtn a:hover {
		background: #045a8b;
		color: #FFF;
		border: 2px solid #045a8b;
	}

	.whatsappicon {
		position: fixed;
		width: 50px;
		height: 50px;
		z-index: 100000;
		bottom: 57px;
		right: 10px;
	}

	.copyRight {
		padding-bottom: 30px;
	}

	.internet-marketing-services.careerPage .items {
		border-bottom: 1px solid #cacaca !important;
		border-right: medium none !important;
		min-height: auto !important;
		padding: 20px 20px 10px;
		width: 100% !important;
	}

	.reportBlock img {
		max-width: 100%;
		width: inherit;
	}

	.mm-listview,
	.mm-listview>li {
		display: block;
	}

	.breadCrumbRow {
		margin-bottom: 30px !important;
	}

	.home-video-blk .row {
		align-items: center
	}

	.seoTeamList>li {
		width: calc(46% - 1px);
		min-height: 361px;
	}

	.seoTeamList>li:nth-child(3) {
		margin-right: 20px
	}

	.seoTeamList>li:nth-child(even) {
		margin-right: 0px !important
	}

	.enterWebsiteSection {
		padding: 25px 25px 25px !important;
	}

	.enterWebsiteSection {
		padding: 25px;
		background-image: linear-gradient(to right, #0868A0, #6BAB44) !important;
		border-radius: 3px;
		background: none;
		text-align: center;
		position: relative;
		overflow: hidden;
	}

	.enterWebsiteSection::before {
		background: url('../images/cta_bg.png') no-repeat !important;
		content: '';
		position: absolute;
		bottom: 0;
		width: 100%;
		height: 100%;
	}

	.enterWebsiteSection h3 {
		font-size: 18px;
		padding-left: 0;
		margin-bottom: 10px;
	}
	.enterWebsiteSection span {
		font-size: 18px;
		padding-left: 0;
		margin-bottom: 10px;
	}
	.enterWebsiteSection p {
		font-size: 18px;
		padding-left: 0;
		margin-bottom: 10px;
	}

	.contact-cta {
		padding: 5px 20px;
	}

	.seoteamHelp li {
		width: 46%
	}

	.seoteamHelp li:nth-child(even) {
		margin-right: 0px !important
	}

	.seoteamHelp li:nth-child(3) {
		margin-right: 20px !important
	}

	.engagementModels .modelsList li {
		width: 49%;
		padding: 15px;
		border-right: 0px;
		padding: 25px 15px;
	}

	.engagementModels .modelsList li:nth-child(odd) {
		border-right: 1px solid #e2e2e2 !important;
		margin-right: -4px;
	}

	.engagementModels .modelsList li:nth-child(4) {
		border-bottom: 1px solid #e2e2e2 !important;
	}

	.bluebgtitle h2,
	.bluebgtitle p {
		text-align: center !important;
	}

	.seoteamHelp .seoteamList.box-layout li {
		width: 47%;
		border-right: 0px !important;
		height: 350px;
	}

	.seoteamHelp .seoteamList.box-layout li:nth-child(odd) {
		border-right: 1px solid #e2e2e2 !important
	}

	.box-layout li:nth-child(3) {
		margin-right: 0px !important
	}

	.report-card-2019 .dl-button a {

		display: block;

		line-height: 1.3;

		font-size: 20px;

		padding: 5px 10px
	}

	.report-card-2019 {

		text-align: center;

		padding-top: 50px
	}

	.desktop-view-report {

		display: none
	}

	.mob-view-report {

		display: block
	}

	.dl-button {

		display: inline-block;

		position: absolute;

		left: 0;

		bottom: 10%;

		right: 0;

		margin-left: auto;

		margin-right: auto;

		width: 300px
	}

	.video-section-inner .row {
		align-items: center;
	}

	.textbl .rightbanner img {
		display: none;
	}

	.textbl .leftcontent {
		width: 100%;
	}

	.textbl h1 {
		margin-bottom: 15px;
	}

	.textbl .rightbanner {
		display: none;
	}

	footer .footerColum {
		margin-right: 1% !important;
		width: 18%;
	}

	.two-column-list .modelsList li {
		padding: 25px 10px;
		width: 49% !important;
	}

	a.emailBox {
		margin: 0px 3px;
	}

	.topBar a {
		font-size: 11px
	}

	a.requestCall {
		font-size: 13px;
		font-weight: 600;
	}

	.engagementModels .modelsList li:nth-child(4) {
		border-right: 0px;
	}

	.numberBox {
		padding: 20px !important;
	}

	.frequentlyasked {
		margin-bottom: 0px
	}

	.requestquote-strip h2 span {
		font-size: 26px;
	}

	.requestquote-strip {
		height: 165px;
		background-size: cover;
	}

	.who-we-are .imgRightAlign em {

		width: 100%;

		text-align: center;

		margin: 0 0 15px;

	}

	.imgRightAlign .pull-right img {
		margin: 0 auto 15px;

		width: auto;

		display: block !important;
	}

	form .title_right.green_title {
		font-size: 20px;
		line-height: 24px;
		padding-top: 30px;
	}

	.formrequest .smaltext {
		text-align: left;
	}

	form .title_right:after {
		right: 10px;
		top: 15px;
	}

	.seoteamHelp .seoteamList.web-design-list li {
		height: 460px !important
	}

	.whyChooseRow.wdd ul li {

		width: 32%;

	}

	/*blog*/

	.blog-sec .blog-box {
		width: 100%;
		margin-right: 0;
	}

	.blog-sec .blog-desc .blog-box .blog-pic em {
		width: 100%;
	}

	.blog-sec .blog-desc .blog-box .blog-pic em img {
		width: 100%;
	}

	#searchform input[type=text] {
		width: 147px;
	}

	.datearc ul li {
		width: 48%;
	}


	/*testimonials yy*/
	.testimonial-content-blk {
		display: inline;
	}

	.testimonial-client-info {
		width: 60%;
		float: left;
		margin-bottom: 20px;
	}

	.testimonial-content-blk .stars {
		float: left;
		width: 30%;
		clear: both;
		margin-top: 8px;
	}

	.testimonial-content-blk .case-port {
		width: 70%;
		float: left;
	}

	.case-port-list {
		left: 15px;
	}

	#testimoniallist .testimonial {
		float: left;
	}

	.testimonial-content-blk .testilogo:after {
		display: none;
	}

	.testimonial-content-blk .case-port:before {
		left: -11px;
	}

	.testimonial-content-blk .testilogo:before {
		left: -30px
	}

	#testimoniallist .testimonial .testimonial-content-blk .testimonial-client-info .tci-name {
		margin-bottom: 0px
	}

	#testimoniallist .testimonial .testimonial-content-blk .testimonial-client-info .tci-desig {
		margin-bottom: -3px;
	}

	.wctfssd {
		padding: 50px 10px 50px;
	}

	.engagementModels.wctfssd .modelsList li:nth-child(odd) {
		border-right: 0px !important;
	}

	.engagementModels.wctfssd .modelsList li {
		width: 100%;
		padding: 15px
	}

	.responsive-price-list {
		max-width: 500px;
		overflow-x: auto;
	}

	.price-list .responsive-price-list li {
		width: 60%;
		min-width: 150px
	}

	/*testimonials yy*/
	.testimonial-content-blk {
		display: inline;
	}

	.testimonial-client-info {
		width: 60%;
		float: left;
		margin-bottom: 20px;
	}

	.testimonial-content-blk .stars {
		float: left;
		width: 30%;
		clear: both;
		margin-top: 8px;
	}

	.testimonial-content-blk .case-port {
		width: 70%;
		float: left;
	}

	.case-port-list {
		left: 15px;
	}

	#testimoniallist .testimonial {
		float: left;
	}

	.testimonial-content-blk .testilogo:after {
		display: none;
	}

	.testimonial-content-blk .case-port:before {
		left: -11px;
	}

	.testimonial-content-blk .testilogo:before {
		left: -30px
	}

	#testimoniallist .testimonial .testimonial-content-blk .testimonial-client-info .tci-name {
		margin-bottom: 0px
	}

	#testimoniallist .testimonial .testimonial-content-blk .testimonial-client-info .tci-desig {
		margin-bottom: -3px;
	}

	.wctfssd {
		padding: 50px 10px 50px;
	}

	.engagementModels.wctfssd .modelsList li:nth-child(odd) {
		border-right: 0px !important;
	}

	.engagementModels.wctfssd .modelsList li {
		width: 100%;
		padding: 15px
	}

	.responsive-price-list {
		max-width: 500px;
		overflow-x: auto;
	}

	.price-list .responsive-price-list li {
		width: 60%;
		min-width: 150px
	}

	#menu-item-16844:before,
	.menu-item-23246:before,
	.menu-item-26468:before,
	.menu-item-26470:before,
	.menu-item-26471:before,
	.menu-item-16853:before, 
	.menu-item-26472:before {
		display: none;
	}

footer {
		background: #222;
		padding: 25px 0 15px;
	}

	footer .footerColum,
	footer .socialLinksFooter {
		display: block;
		margin-bottom: 7px;width: 100%;
	}

	footer .footerColum .fooLinks ul li a {
		color: #fff;
	}

	footer .footerColum h5 {
		position: relative;
		border-bottom: 1px solid #ffffff1a;
		padding-bottom: 10px;

		cursor: pointer;
		color: #fff;
		font-size: 14px;
		font-weight: 600;
	}

	footer .footerColum h5:after {
		content: "\f107";
		font-family: 'FontAwesome';
		font-size: 26px;
		position: absolute;

		right: 0;
		top: -6px;
	}

	footer .footerColum.active h5:after {
		content: "\f106";color: #5f9d39; 
	}
footer .footerColum.active h5{color: #5f9d39;font-weight: 600;}
	footer .footerColum .fooLinks ul li a {
		color: #fff;
		text-decoration: none;
		font-size: 12px;
		line-height: 30px;
	}

	footer .socialLinksFooter .fooLinks a {
		font-size: 20px;
		color: #f8f6f9;
		display: inline-block;
		margin: 12px 18px 0 0;
	}
	footer .socialLinksFooter .twitter_icon svg {fill: #fff;}

	footer .footerColum .fooLinks {
		display: none;
	}

	footer .footerColum:first-child .fooLinks {
		display: block;
	}

	footer .footerColum.lastFooterBox,
	footer .socialLinksFooter.footerColum {
		/*margin-right:3% !important;*/
		margin-top: 0 !important;
	}

	.footerColum.lastFooterBox .fooLinks li {
		display: inline-block;
		margin-top: 5px;
	}

	footer .footerColum:first-child {
		margin-left: 0;
		    margin-bottom: 25px;width: 100%;
	}
footer .footerColum:first-child p br {
  display: none;
}
footer li{margin: 0;}
	.copyRight {
		background: #f4f4f4 none repeat scroll 0 0;
		color: #333;
		padding-bottom: 30px;
	}

.blogNews .blogText{padding-bottom: 25px;}
.blogNews .blogHeading a{font-size: 17px;}
.workContent h3{font-size: 17px;padding: 0 20px;}
 .home .newsBox ul li:nth-child(2) { border: 0; }  
 .home .newsBox ul li:last-child { display: none;}
 .digtialTips .col-md-6 { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; margin-bottom: 20px;}
.videoBox img{max-width: 100%;}
.scroll_down{bottom: -25px;}

.min-height-h3 h3{min-height: auto;}



}

/*end of max-width: 991px*/

#talk-to-healthcare .marketing-form {
	min-width: inherit;
	max-width: 100%;
	padding: 21px 31px 0px 31px !important;
}

#talk-to-healthcare .marketing-form .title_right.green_title {
	display: none;
}

#talk-to-healthcare .marketing-form .block_section .formrequest .input_row.cuptchrow img {
	width: 40%;
}

.block_section .formrequest .input_row.cuptchrow a {
	color: #276ea2 !important
}

#talk-to-healthcare .marketing-form .formrequest .input {
	border: 1px solid #ddd
}

#talk-to-healthcare .marketing-form .formrequest {
	background-color: #f4f7fa
}

#talk-to-healthcare .form-right-side-image img {
	border-radius: 20px
}

#talk-to-healthcare .marketing-form .formrequest .smaltext {
	color: #276ea2;
	display: none
}

#talk-to-healthcare .marketing-form .block_section {
	margin-bottom: 4px
}

#talk-to-healthcare .marketing-form .formrequest .textarearow .input {
	height: 85px
}

.col-video {
		float: right;
		width: 50%;
		padding: 0px 0px 8px 15px;
	}
.who-we-are .cont_points .awardsAccolades a {
  margin: 0 .5%;
}

.home .formright .form {
  margin-left: auto;
}

@media only screen and (max-width: 767px) {
	.awardsAccolades img{height: 100px;}
	.col-video {
			float: none !important;
			width: 100% !important;
			padding: 10px 0px 15px 0px !important;
		}

		.col-video-txt {
			padding: 0 20px;
		}
	
	.mainContainer.thankyou_page_main {
        padding: 30px 20px 0 20px;
    }
        .mainContainer.thankyou_page_main .mx-width-set {
        text-align: center;
        padding: 0px 0px;
    }
	.enterWebsiteSection_blogs{
		background-size: 133% 100%;
	}
	.lft-btn h3{
		max-width: 100%;
	}
	.auth-name1 .auto-social {
		width: 100%;
        text-align: center;
	}
	.shrt-btn{
		padding-left: 0;
		text-align: center;
	}

	#talk-to-healthcare .marketing-form {
		min-width: inherit;
		padding: 50px 28px;
		max-width: auto;
		padding: 21px 0px 0px 12px !important;
	}

	#talk-to-healthcare .marketing-form .title_right.green_title {
		display: none;
	}

	.sidebar-form {
		top: 60%;
		max-height: 598px;
		display: block;
	}

	.mobShow {
		display: block !important;
	}

	.mobHide,
	.mobhide {
		display: none !important;
	}

	.topBar {

		background: #131313;

		line-height: 40px;

		max-height: 40px;

		text-align: left;

	}

	.phoneBox {
		display: inline-flex;
	}

	.navbar-brand {
		margin: 0;
	}

	.topBar a {
		text-align: center;
		border-right: 1px solid #666;
		padding: 0 15px;
	}

	.topBar a:first-child {
		padding-left: 0;
	}

	.topBar a i {

		margin-right: 0;

		font-size: 18px;

	}

	a.emailBox {

		margin: 0 -15px 0 0;

	}

	.topBar .menuToggle {

		height: 23px;

		display: none;

		float: left;

		margin-top: 2px;

		position: absolute;

		z-index: 1;

		top: 5px;

		left: 0;

		border: 0;

	}

	.topBar .menuToggle span {

		background: #fff;

		height: 3px;

		display: inline-block;

		vertical-align: top;

		width: 35px;

		top: 10px;

		position: relative;

	}

	.topBar .menuToggle span::after,
	.topBar .menuToggle span::before {

		background-color: #fff;

		content: "";

		display: block;

		height: 3px;

		left: 0;

		position: absolute;

		width: 100%;

	}

	.topBar .menuToggle span::before {

		top: -10px;

	}

	.topBar .menuToggle span::after {

		bottom: -10px;

	}


	.headerSection {

		padding-top: 35px;

	}

	.topSpacer {

		height: 119px;

	}

	.pageHeaderRight img {

		display: none;

	}

	.mainContainer {
		/*margin: 0 -15px;*/
		padding: 0;
	}


	.rightbanner {
		display: none;
	}

	.textbl .leftcontent {
		width: 100%;
	}

	footer {
		background: #222;
		padding: 25px 0 15px;
	}

	footer .footerColum,
	footer .socialLinksFooter {
		display: block;
		margin-bottom: 7px;
	}

	footer .footerColum .fooLinks ul li a {
		color: #fff;
	}

	footer .footerColum h5 {
		position: relative;
		border-bottom: 1px solid #ffffff1a;
		padding-bottom: 10px;

		cursor: pointer;
		color: #fff;
		font-size: 14px;
		font-weight: 400;
	}

	footer .footerColum h5:after {
		content: "\f107";
		font-family: 'FontAwesome';
		font-size: 26px;
		position: absolute;

		right: 0;
		top: -6px;
	}

	footer .footerColum.active h5:after {
		content: "\f106";color: #5f9d39; 
	}
footer .footerColum.active h5{color: #5f9d39;font-weight: 600;}
	footer .footerColum .fooLinks ul li a {
		color: #fff;
		text-decoration: none;
		font-size: 13px;
		line-height: 30px;
	}

	footer .socialLinksFooter .fooLinks a {
		font-size: 20px;
		color: #f8f6f9;
		display: inline-block;
		margin: 12px 18px 0 0;
	}
	footer .socialLinksFooter .twitter_icon svg {fill: #fff;}

	footer .footerColum .fooLinks {
		display: none;
	}

	footer .footerColum:first-child .fooLinks {
		display: block;
	}

	footer .footerColum.lastFooterBox,
	footer .socialLinksFooter.footerColum {
		/*margin-right:3% !important;*/
		margin-top: 0 !important;
	}

	.footerColum.lastFooterBox .fooLinks li {
		display: inline-block;
		margin-top: 5px;
	}

	footer .footerColum:first-child {
		margin-left: 0;
		    margin-bottom: 25px;
	}

	.copyRight {
		background: #f4f4f4 none repeat scroll 0 0;
		color: #333;
		padding-bottom: 30px;
	}


	.seoServices h1.heading,
	.seoServices h2.heading {
		font-size: 24px;
	}

	.seoServices p {
		min-height: auto;
	}


	.seoServicesBox:nth-child(3),
	.seoServicesBox:nth-child(2) {
		border-right: 0;
		padding-top: 35px;
	}

	.seoServicesBox:nth-child(7),
	.seoServicesBox:nth-child(8),
	.seoServicesBox:nth-child(5) {
		border-bottom: 1px solid #dfdfdf;
	}

	.home .whyChoose-tm {
		padding: 40px 20px;
		background: #5f9d39;
	}

	.home .whyChoose-tm h2 {
		color: #fff;
		font-weight: 400;
		line-height: 30px;
	}

	.home .whyChoose h2,
	.sectionHeading h2,
	.clientSpeak h2,
	.blogNews h2,
	.faqSection h2 {
		text-align: center;
		font-size: 20px;
	}

	.home .whyChoose-tm .owl-item {padding-bottom: 0;}

	.home .whyChoose-tm .owl-item li {
		color: #fff;
		list-style: none;
		text-align: center;
		padding-left: 0;
	}

	.home .whyChoose-tm .owl-item li:after {
		content: none;
	}

	.home .whyChoose-tm .owl-controls .owl-nav div {

		left: -3%;

		position: absolute;

		top: 25%;

		z-index: 1;

		line-height: normal;

		text-align: center;

		font-size: 24px;color: #fff;

	}

	.home .whyChoose-tm .owl-controls .owl-nav div i {
		width: auto;
	}

	.home .whyChoose-tm .owl-controls .owl-nav .owl-next {

		left: inherit;

		right: -3%;

	}

	/*.awardsAccolades{display:grid; align-items:center; justify-content:center; grid-template-columns:1fr 1fr; column-gap:20px;}*/

	.ClientsBox {
		display: grid;
		grid-template-columns: 1fr 1fr;
		/*column-gap: 15px;
		grid-row-gap: 15px;*/
		justify-content: center;
		align-items: center;margin-bottom: 10px;
	}

	.ClientsBox a {
		height: auto;
		max-width: initial;
		text-align: center;
	}


	.whyChoose ul.whyLeftUl,
	.whyChoose ul.whyRightUl {
		margin-left: 0;
		margin-right: 0;
	}

	.faqSection {
		background: #fff;
		border-top: 1px solid #e8e8e8;
		padding-bottom: 35px;
	}

	.faqSection h2 {
		text-align: center;
		color: #222;
	}

	.ea-header,
	.ea-header a,
	.ea-body,
	#sp-ea-66.sp-easy-accordion>.sp-ea-single>.sp-collapse>.ea-body,
	#sp-ea-66.sp-easy-accordion>.sp-ea-single>.ea-header a,
	#sp-ea-66.sp-easy-accordion>.sp-ea-single>.ea-header a .ea-expand-icon.fa {
		color: #000;
	}

	.letestWork {
		padding-top: 0;
	}

	.blogNews {
		text-align: center;
		margin: 0;
		padding-bottom: 0;
	}

	.blogNews h2 {
		color: #fff;
	}

	.blogNews .blogText {
		background: none;
		border: none;
		padding: 0;
	}

	.blogNews .blogImg {
		display: none;
	}

	.blogNews .blogText::before {
		content: none;
	}

	.blogNews .blogHeading,
	.blogNews .blogText {
		color: #fff;
	}

	.blogNews .blogText a.viewAllBtn {
		color: #fff;
		border: 2px solid #fff;
	}

	.blogNews .blogText a.viewAllBtn em {
		display: none;
	}

	.greenbg {
		padding: 40px 20px;
		background: #6cab45;
	}

	.blogNews .blogText {
		min-height: initial;
	}

	.mob-hide {
		display: none;
	}

	.newsBox {
		background: none;
		color: #000;
	}

	.news-mob {
		padding: 20px 0 0;
		background: #fff;
	}

	.news-mob h2 {
		color: #222;
		margin: 0 0 10px;
	}

	.newsBox a.viewAllBtn {
		background: #08689f;
		border-radius: 100px;
		padding: 5px 15px;
	}

	.newsBox a.viewAllBtn em,
	.clientSpeak a.viewAllBtn em {
		background: rgba(0, 0, 0, 0) url(../images/sprite-new-min.png) no-repeat scroll -331px -64px;

		display: inline-block;

		height: 22px;

		vertical-align: top;

		width: 20px;

		transition: all .5s ease;
	}

	.newsBox ul li p {
		color: #222;
	}

	.newsBox ul li a {
		color: #0068a1;
	}

	.home .videoText {
		padding: 15px 0 0;
	}

	.home .blogNews .blogHeading a {
		color: #fff;
	}

	.getInTouch {
		background: #fff;
		text-align: left;
		padding-bottom: 0;
	}

	.getInTouch h2 {
		margin-bottom: 10px;
		font-size: 20px;
		font-weight: 400;
		color: #333;
		text-transform: none;
	}

	.getInTouch p,
	.getInTouch .fooSkype a,
	.getInTouch a,
	.socialLinks span {
		color: #333;
		font-weight: 400;
	}

	.getInTouch .fa {
		color: #0b6db4;
	}

	.twitter_icon svg {
		fill: #0b6db4;
	}

	.getInTouch h3 {
		font-size: 20px;
		margin-bottom: 15px;
		color: #0068a1;
	}

	.socialLinks {
		padding-bottom:20px;
	}

	.socialLinks a {
		background: #08689f url(../images/sprite-new-min.png) no-repeat 0 0;
		height: 44px;
		border-radius: 100px;
	}

	.formright .form {
		width: 100%;
	}

	.formright .form .rowitem input,
	.formright .form .rowitem select,
	.formright .form .rowitem textarea {
		border: 1px solid #e8e8e8;
		color: #333;
		background: #fff !important;
		text-indent: inherit;font-size: 14px;font-weight: normal;appearance: auto;
  -moz-appearance: auto;
  -webkit-appearance: auto;
	}


	::placeholder {
		color: #333 !important;
	}

	.faqSection .sp-easy-accordion .sp-ea-single .ea-header {
		border: none;
	}

	.faqSection .sp-easy-accordion>.sp-ea-single {
		border-bottom: solid 1px #666 !important;
	}


	.form-mob-bg {
		background: #f4f4f4;
		padding: 20px 15px;
    margin-top: 20px;
	}

	.clientSpeak {
		padding-top: 30px;
		padding-bottom: 0;
	}

	.digtialTips {
		padding-bottom: 0;
	}

	.client-logo {
		order: 1;text-align: center;
	}
	.home .client-logo .ClientsBox span {
  width: 23%;
  max-width: none;
  margin: 1%;
}

	.client-speak {
		order: 2;
		background: #f8f8f8;
		padding: 30px 20px;
		margin-top: 20px;text-align: center;
	}

	/*.formright .form .rowitem.cuptch>input,
	.formright .form .rowitem>span.small.mr1 {
		width: 48%;
	}
*/

	.grayplanbox {

		margin-bottom: 14px;

		margin-right: 0;

		padding: 15px;

		width: 100%;

	}

	.frequentlyasked .enquirybtnlink>span {

		font-size: 14px;

		margin: 0 4px 12px;

		padding-left: 10px;

		padding-right: 10px;

	}

	.frequentlyasked .enquirybtnlink>span em {
		display: none;
	}

	.contactRow .mapRow .addrRow .mapaddr {
		height: auto;
	}

	.contactRow .mapRow .addrRow .mapaddr {
		width: 100%;
		position: relative;
	}

	.contactRow .mapRow .addrRow .mapBox1 {
		width: 100%;
	}

	.homeBanner .owl-controls .owl-nav div {
		display: none !important;
	}


	.textbl h1 {
		font-size: 24px !important
	}

	.textbl .leftcontent a.ctacareer,
	.textbl .leftcontent a.linkbtn {
		font-size: 13px;
		min-width: 125px;
	}

	.leftContainer .moreRow h2 {
		font-size: 20px;
		line-height: normal;
		text-align: center;
	}

	.leftContainer .moreRow {
		padding: 15px;
		margin-bottom: 30px;
	}

	.moreRow h2 {
		font-size: 18px;
		color: #222
	}

	.video-home {
		margin-bottom: 15px;
	}

	.seoteamHelp.seo-team-button .seoteamList>li {
		width: 100%;
		border-bottom: 1px solid #e8e8e8 !important;
		margin-bottom: 0px;
	}

	.titleRow h2 {
		font-size: 18px;
		color: #222;
		text-align: center;
		line-height: normal;
	}

	.seoTeamList>li {
		width: 100%;
		margin-bottom: 0px;
		border-bottom: 1px solid #e8e8e8 !important;
		min-height: auto;
		height: auto;
	}

	.frequentlyasked .accordiyanbl ul li .title,
	.frequentlyasked .accordiyanbl ul li h3.title {

		color: #fff;

		font-weight: 600;

		cursor: pointer;

		position: relative;

		padding-right: 35px;

		font-size: 15px;

		margin: 0;

		text-align: left;

	}

	.textbl h2 {
		font-size: 20px !important
	}

	.breadcrumbRow {
		margin-bottom: 30px !important;
	}

	.breadCrumbRow {
		margin-bottom: 30px;
	}

	.rightContainer .moreRow h2,
	.ecommercewebsitesRow h2,
	.titleRow h2,
	.who-we-are .mobileReporting h2,
	.who-we-are .trainingWing h2,
	.who-we-are .whychoose_techmagnate_seo_row h2,
	.seoServicesTitle h2,
	.optimizationRow.grayBox h2,
	.rightSeoCompany h2,
	.engagementModels h2 {
		font-size: 18px;
		line-height: normal;
		text-align: center;
		margin-bottom: 20px
	}

	.seoteamHelp {
		margin-bottom: 10px;
		padding: 15px 0 0
	}

	.packagebanner ul.tablehead li {
		font-size: 13px;
	}

	.packagebanner ul li {

		font-size: 12px;

		line-height: 18px;

		width: 24%;

	}

	a.btnLink {
		border-radius: 3px;

		font-size: 16px;

		font-weight: 700;

		padding: 8px 13px;
	}

	.engagementModels .modelsList li {
		width: 100%;
		background: transparent;
		border-right: 0px;
	}

	.engagementModels .modelsList {
		background: transparent;
	}

	.ourProcess {
		padding: 15px 0 20px;
	}

	.bluebgtitle {

		padding: 1px 30px;

		background: #0068a1;

		text-align: left;

	}

	.bluebgtitle h2 {

		font-size: 20px;

		font-weight: 700;

		text-transform: uppercase;

		margin-top: 20px;

	}

	.bluebgtitle h2,
	.bluebgtitle p {

		text-align: center !important;

		color: #fff;

	}

	.seoteamHelp li {
		width: 100%;
	}

	.seoteamHelp .seoteamList.box-layout li {
		width: 100%;
		min-height: auto;
		height: auto !important;
		padding: 25px 10px 10px !important;
		border-right: none !important;
	}

	.seoteamHelp .seoteamList.box-layout li:nth-child(odd) {
		border-right: 0px !important;
	}

	.seoteamHelp .seoteamList li {

		width: 100%;

		padding: 15px 0 0 !important;

		min-height: 0;

		border-right: 0 !important;

		border-bottom: 1px solid #e8e8e8 !important;

	}

	.mb-none {
		display: none;
	}

	.whychoose_techmagnate_seo_row .owl-carousel li em, .whychoose_techmagnate_seo_row1 .owl-carousel li em {

		width: 46px;

		position: relative;

		margin: 0 auto;

		display: block;

		margin-bottom: 10px;

	}

	.whychoose_techmagnate_seo_row .owl-carousel li h3, .whychoose_techmagnate_seo_row1 .owl-carousel li h3 {

		font-size: 16px;

		line-height: 20px;

		color: #222;

		font-weight: 600;

		margin: 0 0 6px;

		text-align: center;

	}

	.portfolio .whychoose_techmagnate_seo_row ul.bulletitem li:before, .portfolio .whychoose_techmagnate_seo_row1 ul.bulletitem li:before {
		content: none;
	}


	/* Jan 27 2023 */
	.whychoose_techmagnate_seo_row .owl-theme .owl-controls, .whychoose_techmagnate_seo_row1 .owl-theme .owl-controls {
		display: block;
	}

	.whychoose_techmagnate_seo_row .owl-theme .owl-controls .owl-nav, .whychoose_techmagnate_seo_row1 .owl-theme .owl-controls .owl-nav {
		position: absolute;
		top: 3%;
		left: 0;
		right: 0;
		display: flex;
		justify-content: space-between;
		transform: translateY(-3%);
	}

	.whychoose_techmagnate_seo_row .owl-theme .owl-controls .owl-nav .owl-next i, .whychoose_techmagnate_seo_row1 .owl-theme .owl-controls .owl-nav .owl-next i {
		color: #5f9d39;
		font-size: 31px;
		font-weight: bolder;
	}

	.whychoose_techmagnate_seo_row .owl-theme .owl-controls .owl-nav .owl-prev i, .whychoose_techmagnate_seo_row1 .owl-theme .owl-controls .owl-nav .owl-prev i {
		color: #5f9d39;
		font-size: 31px;
		font-weight: bolder;
	}

	/* Jan 27 2023 */


	.whychoose_techmagnate_seo_row ul li, .whychoose_techmagnate_seo_row1 ul li {
		padding-left: 0px !important;
	}

	.text2 p,
	.who-we-are .whoweareRow p {
		font-size: 14px;
		line-height: 22px;
	}

	.whychoose_techmagnate_seo_row ul li p, .whychoose_techmagnate_seo_row1 ul li p {
		color: #616161;font-size: 14px;line-height: 22px;text-align: left;
	}


	.numberBox p {
		font-size: 18px !important;
		line-height: 24px !important;
	}

	.numberBox a {
		font-size: 16px !important;
	}

	.footerContact {

		text-align: center;

		line-height: normal;

	}

	.single-casestudy .casestudy ul li {
		background: none;
		padding-left: 0px;
	}

	.modelsList .owl-controls {

		position: absolute;

		top: -60px;

		right: -10px;

	}

	.modelsList.seo-model .owl-controls {
		top: -15px;
	}

	.engagementModels.mobile-t-50 {
		margin-bottom: 0;
	}

	.frequentlyasked {
		padding: 20px 15px;
	}

	.modelsList .owl-carousel .owl-controls .owl-nav {
		display: flex;
	}

	.modelsList .owl-carousel .owl-controls .owl-nav .owl-prev {
		display: block !important;
		border: solid 1px #cfcfcf;

		z-index: 1;

		line-height: auto;

		text-align: center;

		font-size: 24px;
		padding: 0px 8px;
		margin-right: 5px;
	}

	.modelsList .owl-carousel .owl-controls .owl-nav .owl-next {
		display: block !important;
		left: -44px;

		border: solid 1px #cfcfcf;

		z-index: 1;

		line-height: auto;

		text-align: center;

		font-size: 24px;
		padding: 0px 8px;
	}

	.frequentlyasked .accordiyanbl {
		width: 100%;
		margin-bottom: 0px;
	}

	.footercontact {
		text-align: center;
	}

	.engagementModels .two-column-list .modelsList li {
		width: 100% !important;
	}

	.engagementModels.ppcservicesmanagementstrategy .two-column-list li {
		min-height: auto !important
	}

	.optimizationRow p {
		font-size: 14px;
		line-height: 24px;
		color: #626262;
	}

	.textbl .leftcontent {
		padding-bottom: 10px;
	}

	.text2 p,
	.who-we-are .whoweareRow p {
		text-align: left;
	}

	.ourProcess .processList li {
		width: 100% !important
	}

	.ourProcess .processList li {
		display: none;
	}

	.gray-contact-box {
		padding: 15px 15px 10px !important;
	}

	ul.clients-logo li {
		width: 30.5% !important;
	}

	.numberbox p {
		font-size: 18px !important
	}

	.numberbox a {
		font-size: 16px !important
	}

	.sirbox p {
		font-size: 17px !important;
	}

	.packagebanner h2 {
		line-height: 25px;
		color: #15689f;
		font-weight: 700;
		margin: 0 0 10px !important;
	}

	.packagebanner p {
		text-align: center !important;
	}

	.ecommercewebsitesRow {
		padding: 15px !important
	}

	.ecommercewebsitesRow ul li {
		margin-right: 1.3%;
	}

	.requestquote-strip h2 span {
		font-size: 18px;
	}

	.requestquote-strip h2 {
		font-size: 17px;
	}

	.m-text-left {
		line-height: 28px !important;
		text-align: left !important;
	}

	ul.custom-bulletlist li {
		position: relative;
		padding-left: 10px;
	}

	ul.custom-bulletlist li:before {

		content: "";

		width: 23px;

		height: 23px;

		position: absolute;

		z-index: 1;

		left: 0;

		top: 6px;

		background: url(https://www.techmagnate.com/images/bulletList.png) no-repeat;

	}

	.package-template-default {
		background: #fff
	}

	.mobile-tex-left {
		text-align: left !important;
	}

	.mobile-text-center {
		text-align: center !important;
	}

	.whychoose_techmagnate_seo_row {
		padding: 15px;
	}

	.btnRow {
		text-align: center !important;
	}

	.seoteamHelp.seo-team-button .seoteamList>li {
		min-height: 266px !important;

		text-align: center;

		padding: 20px !important;

		box-sizing: border-box;

		height: auto;

		margin-bottom: 0px;

		border-bottom: 1px solid #e8e8e8 !important;
	}

	.bechoosyRow ol li {
		margin-bottom: 0px;
	}

	.sa-col-2 li {
		width: 49% !important;
		padding: 0 5px !important;
	}

	.sa-col-2 h3 {
		font-size: 16px !important
	}

	.our-projects-row ul li {
		width: 100%;
		padding: 0px;
	}


	.whyChooseRow {
		padding: 15px 15px 25px;
	}

	.numberBox {
		padding: 20px !important
	}

	.optimizationRow.grayBox h2 {
		font-size: 18px;
		line-height: normal;
		text-align: center;
		color: #222
	}

	.grayBox.optimizationRow p {
		line-height: 28px
	}

	.optimizationRow.grayBox {
		background: #f8f8f8;
		padding: 15px;
	}

	.list-item-row,
	ul.bulletList li {
		font-size: 14px;
	}

	.clutch-widget .widgets_wrapper {
		margin: 0 auto
	}

	.seoteamHelp .seoteamList li h3 {
		font-size: 18px;
	}

	.seoteamHelp .seoteamList li .btnRow {
		margin-bottom: 12px;
	}

	.custom-head-3 {
		line-height: 28px !important;
	}

	.gray-contact-box.talk-box h2 {
		color: #222
	}

	.wdd-process {
		display: none;
	}

	.seoteamHelp.seo-team-button .seoteamList>li {
		min-height: auto !important;
		height: auto !important;
	}

	.seoteamHelp .seoteamList li p {
		text-align: center;
	}

	a.bdrbtn {
		display: block !important;
	}

	#example li {
		width: 43%;
	}

	.client_filter {
		flex-direction: column;
	}

	.client_filter .input_row {
		margin-right: 0px;
		margin-bottom: 0px;
	}

	.keyclientlogo li>img {
		display: block !important;
	}

	.keyclientlogo li .hoverdiv {

		display: none;

	}

	.keyclientlogo li {

		width: 100%;

		margin: 0 0 15px;

		border: none;

	}

	.keyclientlogo li .hoverdiv .imgfiled {

		width: 100%;

		text-align: center;

	}

	.keyclientlogo li .hoverdiv .imgfiled img {

		width: auto;

	}

	.service_render span {
		display: block !important;
	}

	.glimpse-work .itemlist .item.titlebl {

		border-bottom: none !important;

		border-right: none !important;

		text-align: left;

		height: auto;

		line-height: normal;

		padding-bottom: 20px;

		padding-top: 12px;

		text-align: left;

		width: 100%;

	}

	.glimpse-work .itemlist .item a {

		border-bottom: none !important;

	}

	.glimpse-work .itemlist .item.linkbl a.viewall {

		font-weight: 600;

		float: right;

		text-align: center;

		width: 100%;

		background: #0068a1;

		display: block;

		color: #fff;

		padding: 10px 10px 10px 10px;

		text-transform: uppercase;

		margin: 0 auto;

	}

	.textlinkb a {

		background: #ececec;

		border-radius: 5px;

		color: #616161;

		float: left;

		padding: 3px 8px;

		font-size: 12px !important;

	}

	.glimpse-work .itemlist .item.linkbl a {

		margin-right: 5px;

		margin-bottom: 5px;

	}

	.glimpse-work .itemlist .item {

		width: 50%;

	}

	#updates {
		flex-direction: column;
	}

	.portfolio-listing-bl {
		width: 100%;
		margin-bottom: 15px;
	}

	.dropdown-telecome {
		margin-bottom: 20px;
	}

	.newsList li .content .btnRow {
		text-align: left !important
	}

	.newsList>li {
		margin-bottom: 30px;
		margin-top: 15px;
	}

	.glimpse-work .itemlist .item.linkbl .textlinkb {

		height: auto;

		line-height: normal;

		margin-bottom: 14px;

		padding: 20px 0px 0px 0px;

		overflow: auto;

	}

	.glimpse-work .itemlist .item.linkbl {

		border-bottom: medium none;

		margin-bottom: 20px;

		width: 100%;

	}

	.glimpse-work .itemlist .item {
		height: auto;
	}

	.contact-add .adresconm,
	.contact-add .contact-add-rt {

		width: 100%;

		float: none;

	}


	.glimpse-work .itemlist .item {

		border-bottom: 1px solid #dcdcdc;

		border-left: none;

		border-right: 1px solid #dcdcdc;

		/*float: left;

    height: auto;

    padding: 10px;

    width: 25%;*/

	}

	.itemlist div:nth-child(4n),
	.itemlist div:nth-child(5n) {

		border-bottom: none !important;

	}

	.itemlist div:nth-child(3n),
	.itemlist div:nth-child(5n) {

		border-right: none !important;

	}


	#careerTab.resp-vtabs ul.resp-tabs-list {
		width: 100%;
	}

	.resp-vtabs .resp-tabs-container {
		width: 100%;
	}

	.team-seo-experts .items .imgbl {

		margin: 0 0 12px;

		text-align: center;

		width: 100%;

	}

	.reportcardform {
		padding: 20px 0px;
	}

	.reportcardform .download-report-form {
		padding-left: 15px
	}

	.dowload-report-btn a {
		font-size: 13px;
		padding: 15px 20px;
	}


	.report-card-2019 {

		padding-top: 15px
	}

	.report-card-2019 .btn {

		margin: 10px 0
	}

	.report-card-2019 h2 {

		font-size: 30px
	}

	.report-card-2019 h2 .lg-font-report {

		font-size: 70px
	}

	.report-card-2019 h2 .fs-66 {

		font-size: 30px
	}

	.report-card-2019 .report-right {

		padding-top: 20px
	}

	.quote-text h2 {

		font-size: 18px;

		line-height: 1.3
	}

	.quote-text p {

		font-size: 14px;

		/*        text-align: justify;*/

		text-align-last: center
	}

	.quote-text blockquote {

		margin: 0 0 20px
	}

	.quote-text blockquote img {

		max-width: 18px
	}

	.quote-content .quote-text {

		padding: 30px 20px 20px
	}

	.quote-top {

		top: -15px
	}

	.invert-rotate {

		bottom: -10px
	}

	.quote-content .quote-img {

		min-width: 100px;

		display: none
	}

	.quote-text .quote-caption {

		font-size: 16px
	}

	.prev-dr {

		flex-direction: column;

		padding: 20px 0 40px
	}

	.prev-dr h3 {

		padding: 0 0 23px
	}

	.prev-dr-list {

		padding-left: 0
	}

	.dr-list {

		margin: 0 10px
	}

	.dr-list .dwn-button {

		padding: 2px 5px;

		font-size: 12px;

		margin: 22px 0 0
	}

	.portfolio-img-listing {

		margin-right: 0;

		width: 100%;

	}

	.portfolio-img-listing .detailtext {

		font-size: 13px;

		height: 93%;

		padding: 8px;

		width: 96%;

		margin: auto;

	}

	.portfolio-view .images {

		width: 100% !important;

	}

	.keyclientlogo li .hoverdiv .linkBtn {

		font-size: 12px;

		margin-top: 5px;

		padding: 8px 13px;

	}

	#VModal .modal-dialog {
		padding: 17px;
	}

	.seoTeamHelp .seoTeamList li .btnRow {

		margin-bottom: 12px;

	}

	.keyclientlogo li {

		width: 32% !important;

	}

	.client_filter .input {
		margin-bottom: 10px;
	}

	.button-row {
		display: flex;
	}


	.home .whyChoose h2,
	.sectionHeading h2,
	.clientSpeak h2,
	.blogNews h2,
	.faqSection h2 {
		font-weight: 400
	}

	.engagementModels .modelsList li:nth-child(odd) {
		border: 0px !important;
	}

	.engagementModels .modelsList li p {
		height: auto;
	}

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

	.sirBox .pull-left img {
		width: 60px;
	}

	.headerSection .navbar-brand img {
		width: 165px;
		margin-left: 30px;
	}

	.primaryNav {
		padding: 5px 15px 4px;
	}

	.headerSection.fixed .navbar-brand img {
		width: 130px;
	}

	.menuicon {
		top: 22px;
	}

	.headerSection.fixed .menuicon {
		top: 14px;
	}


	.topBar a.requestCall {
		text-transform: none;
		font-weight: 400;
		font-size: 12px;
		padding: 0px 11px;
	}

	.topBar {
		max-height: 30px;
		height: auto;
		line-height: 30px;
		overflow: hidden;
	}

	.topBar a i {
		font-style: 21px;
	}

	.topBar a {
		padding: 0px 10px
	}

	.col-link-item .modelsList .owl-carousel .owl-controls {
		top: -70px
	}

	.col-link-item {
		margin-top: 50px;
	}

	.col-link-item .two-column-list .modelsList li p {
		text-align: center;
	}

	.col-link-item .two-column-list .modelsList {
		border-bottom: 1px solid #e2e2e2;
	}


	footer .footerColum {
		width: 100%;
	}

	.mobile-b-30 {
		margin-bottom: 30px !important
	}

	.mobile-t-30 {
		margin-top: 30px !important
	}

	.mobile-t-50 {
		margin-top: 50px !important
	}

	.ourProcess .processList:before {
		display: none;
	}

	.ourProcess .processList:after {
		display: none;
	}

	.engagementModels .modelsList.seo-model li p {
		height: auto;
	}

	.engagementModels .modelsList.seo-model li {
		border-bottom: 1px solid #e2e2e2 !important
	}

	.engagementModels .modelsList li .btnLink {
		border-radius: 30px;
	}

	.flex-blk {
		/*display: flex;flex-wrap: wrap; justify-content: space-around;*/

		display: grid;
		justify-content: center;
		column-gap: 15px;
		grid-template-columns: 1fr 1fr 1fr;
		row-gap: 15px;
	}

	.flex-blk li p {
		margin-bottom: 0px !important;
	}

	.flex-blk li:last-child {
		margin-bottom: 0px;
	}

	.single-package .frequentlyasked .accordiyanbl {
		width: 100%
	}

	.whychoose_techmagnate_seo_row.seo-packages-links li em {
		top: 0px
	}

	.requestquote-strip {
		height: 150px;
	}

	.port-content h1 {
		font-size: 18px;
	}

	.port-content {
		padding: 16px 20px;
	}

	.reportBlockBox a.viewAllBtn {
		padding: 5px 15px
	}

	form .title_right.green_title {
		font-size: 20px;
		padding: 30px 18px 0px;
	}

	.block_section .formrequest .smaltext {

		text-align: left;

		margin-bottom: 30px;

	}

	.trainingWing h2 {
		font-size: 18px;
		line-height: normal;
		text-align: center;
		color: #222
	}

	.imgRightAlign img {
		margin-bottom: 20px;
	}

	.imgRightAlign .btnRow {
		text-align: left !important;
	}

	.who-we-are .serviceLocations .locationsRow span {
		width: 100%;
		text-align: left;
		font-size: 16px;
	}

	.locationsRow img {
		margin-right: 10px;
	}

	.who-we-are .serviceLocations .locationsRow ul {
		margin-top: 5px;
	}

	.who-we-are .serviceLocations .locationsRow ul li {
		font-size: 12px;
		line-height: 22px
	}

	.who-we-are .serviceLocations .locationsRow ul.states.multi-row {
		width: 100%;
	}

	.multi-row li {
		padding-left: 6px
	}

	.text2 {
		margin-bottom: 20px;
	}

	.states {
		padding-left: 6px !important;
	}

	.imgbl a span:last-child {
		display: block;
	}

	table.seo-result th {
		padding: 6px 10px;
	}

	.blog-sec .seoServicesTitle h2 {

		margin-bottom: 20px;

		font-size: 22px;

		line-height: 28px;

		text-align: left;

	}

	.blog-sec .blog-box {
		width: 100%;
		margin-right: 0px;
	}

	.side-btn-link {

		margin-bottom: 25px;

	}

	.addbanner a {
		width: 100%;
	}

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

	.blog-sec.details .blog-box h1 {

		font-size: 24px;

	}

	.details img {
		height: auto;
	}

	.related-post .related-post-list li {
		width: 100%;
		margin-right: 0px
	}

	.related-post .seoServicesTitle h2 {
		font-size: 22px;
		line-height: 28px;
		text-align: left;
	}

	.blog-sec .blog-desc .blog-box .blog-pic em {
		width: 100%;
	}

	.blog-sec .blog-desc .blog-box .blog-pic em img {
		width: 100%;
	}


	.siq_bR {
		bottom: 70px !important
	}

	.datearc ul li {
		width: 100%
	}

	.left_blog_cl .arccol {
		width: 100%;
		min-height: auto
	}

	.mobile-search-box,
	.mcat-box {

		display: block;

	}

	#searchform {

		padding: 5px;

	}

	.mobile-search-box #searchform input[type=text] {

		border: 1px solid #bdbcbc;

		padding: 3px 5px;

	}

	#searchform #searchsubmit {

		display: inline-block;

		background: #333;

		border: none;

		color: #fff;

		height: 32px;

	}

	.mcat-box {

		display: block;

		text-align: center;

		margin-top: 20px;

	}

	.mcat-box select {

		width: 254px;

		margin: 0 0 20px;

		border: 1px solid #ccc;

		padding: 3px;

	}

	.mobile-search-box {
		text-align: center;
	}

	.mobile-search-box #searchform input[type=text] {
		width: 195px;
		padding: 6px
	}

	.new-award-slide .topheading .righttext span {
		text-align: center;
	}

	.imagebanerotr .mainheadertext .topheading .righttext span {
		text-align: center;
	}

	.contributor h1 {
		font-size: 24px;
	}


	#FSContact1 .fscf-div-field {
		width: 100%;
	}

	#FSContact1 .fscf-div-field .fscf-input-text,
	#FSContact1 .fscf-div-field .fscf-input-captcha {
		width: 100%;
	}

	#FSContact1 .fscf-div-label {
		width: 100%;
	}

	#FSContact1 .fscf-div-submit {
		padding-left: 0px;
		margin-top: 20px;
	}

	.blog_sidebar .block_section.seachareabox {
		display: none;
	}


	/*25 APR 2022*/
	body {
		font-size: 15px;
		line-height: 24px;
	}

	.seoServices .seoservice-title {
		font-size: 20px;
	}

	.home .whyChoose-tm .owl-item li a {
		color: #fff;
		text-decoration: underline;
		display: inline;
	}

	.home .whyChoose h2,
	.sectionHeading h2,
	.clientSpeak h2,
	.blogNews h2,
	.faqSection h2 {
		font-size: 22px;
	}

	#sp-ea-66.sp-easy-accordion>.sp-ea-single>.ea-header a {
		font-size: 16px;
	}

	.latestWorkBox .workContent h3 {
		font-size: 20px;
	}

	.blogNews .blogText {
		font-size: 16px;
	}

	.blogNews .blogDate {
		font-size: 14px;
	}

	.blogNews .blogHeading {
		line-height: 26px;
	}

	.newsBox ul li a {
		color: #ffffff;
		font-size: 16px;
		line-height: 22px;
	}

	.newsBox ul li p {
		color: #fff;
		font-size: 14px;
	}

/*	.digtialTips {
		font-size: 16px;
		line-height: 22px;
	}*/

	.getInTouch h2 {
		font-size: 22px;
	}

	.blogNews h2 {
		margin-bottom: 24px;
	}

	.greenbg {
		padding: 30px 20px 40px;
	}

	/*inner pages*/
	.seoTeamList li h3 {
		font-size: 20px;
	}

	.block_section .menu li a {
		font-size: 14px;
	}

	/*5 MAY 2022*/

	.author-profile {
		text-align: center;
	}

	.author-title {
		display: inline-block;
	}

	.auth-pic img {
		margin-bottom: 14px;
	}

	.auth-name span {
		margin-bottom: 20px;
		padding-left: 0;
		border-left: none;
	}

	/*9 MAY 2022*/
	.auth-pic {
		position: relative;
		width: 100px;
		margin: 0 auto;
	}

	/*10 MAY 2022*/
	.comment-box #author-bio-box {
		text-align: center;
	}

	.comment-box #author-bio-box .author_name {
		width: 100% !important;
	}


	.comment-box #author-bio-box p.bio-description {
		width: 100%;
		text-align: center;
		border: 0;
	}

	.comment-box #author-bio-box .bio-gravatar {
		left: 50% !important;
		transform: translateX(-50%);
		margin-top: 10px;
		margin-bottom: 10px;
		width: 90px !important;
	}

	/*24-MAY-2022*/
	.dl-popupwindow {
		width: auto;
		margin-left: -140px;

	}

	/*12 SEP -2022*/
	.report-desk {
		display: none;
	}

	.report-mob {
		display: block;
	}

	/*26 SEP 2022*/
	.footerContact.callus-full {
		background-size: 100%;

	}

	/*case-study*/
	.case-study-inner-blk {
		flex-direction: column;
	}

	.case-study-left {
		width: 100%;
	}

	.case-study-right {
		width: 100%;
	}

	.case-study-left {
		border-right: 0px;
	}

	.key-strategies-list li {
		width: 100%;
	}

	.key-strategies .key-strategies-list li {
		padding: 15px 0px 0px 0px !important;
	}


	.case-study-left {
		padding-right: 0px
	}

	.case-study-testimonial-content {
		margin-bottom: 30px;
	}

	.case-study-right {
		padding-left: 0px;
	}

	.key-strategies:before {
		width: 117%
	}

	.key-strategies .key-strategies-list li {
		border-bottom: 1px solid #dedede;
	}

	.key-strategies .key-strategies-list li:first-child:before,
	.key-strategies .key-strategies-list li:nth-child(3):before {
		border-right: 0px;
	}

	.key-strategies .key-strategies-list li:first-child:after,
	.key-strategies .key-strategies-list li:nth-child(2):after {
		border-bottom: 0px
	}

	.key-strategies .key-strategies-list li {
		border-bottom: 1px solid #dedede;
	}

	.mobile-testimonial {
		display: block;
	}

	.desktop-testimonial {
		display: none;
	}

	.case-study-blk {
		background-image: none;
	}

	.greencallback {
		background-image: linear-gradient(to right, #6BAB44, #0868A0) !important;
		border-radius: 3px;
		background: none;
		overflow: hidden;
		position: relative;
		z-index: 9;
	}

	.greencallback::before {
		background: url('../images/cta_bg.png') no-repeat !important;
		content: '';
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		padding-right: 0;
		background-size: 100% !important;
		overflow: hidden;
		z-index: -1;
	}

	.report-card-2019 h1 {
		color: #333;
		font-size: 16px;
		font-weight: bold;
		position: absolute;
		top: 30%;
		left: 3%;
		max-width: 320px;
		text-align: left;
	}


	.postid-988 .engagementModels.ppcservicesmanagementstrategy.col-link-item .btnRow {
		position: static;
	}

	.postid-988 .ppcservicesmanagementstrategy .two-column-list .list-height li {
		min-height: auto !important;
	}

	.postid-988 .engagementModels.ppcservicesmanagementstrategy.col-link-item .owl-carousel .owl-item img {
		width: auto;
	}


.local_presece1 .location_bx{width: 50%;justify-content: center;}
.local_presece1 .location_bx a {
    justify-content: center;
    width: 100%;
}

.location-block .contentarea{min-height: auto;}
.contactRow .location-block .contentarea .btnRow{position: static;}
.home .seoServices p {
    height: auto;
    min-height: auto;
  }

.getInTouch span{font-weight: 600;}

.clientSpeak .speakBox{padding-right: 0;}

.homeBanner.desk-bnr {
  display: none;
}
section.homeBanner.mobile-sliderbnr {
  display: block;
}

}

/*--end of max-width: 767px--*/


@media only screen and (max-width: 479px) {
	.col-video {
			float: none !important;
			width: 100% !important;
			padding: 10px 0px 15px 0px !important;
		}

		.col-video-txt {
			padding: 0 20px;
		}

	.seoServices {
		padding: 25px 0;
	}

	.latestWorkBox {
		height: 180px;
	}

	.latestWorkBox .workContent {
		left: 30px;
		text-align: center;
	}

	.latestWorkBox .workContent h3 {
		font-size: 18px;
		font-weight: 600;
	}

	.clientSpeak .spekerName {
		margin-bottom: 20px;
		font-weight: 600;
		color: #08689f;
		font-size: 15px;

		text-align: left;
	}

	.clientSpeak .speakBox {
		height: auto;
		min-height: auto;
	}


	.sidebar-form {
		display: block;
	}

	.formtoggle {

		line-height: 30px;

		font-size: 14px;

		left: -90px;

		height: 30px;

		width: 150px
	}

	.clients_item>span {
		width: 80px;
	}

	.clients_item.last {
		padding-left: 0;
	}

	.whyChooseRow h2 {

		font-size: 20px;

		line-height: normal;

		margin: 0 0 18px;


	}

	.sma-section.whyChooseRow.wdd ul li {

		width: 49%;

	}

	.clients_item {

		padding-left: 12px;

		border: none;

	}

	.clients_item.last {

		padding-left: 6px;

		text-align: center;

	}


	.orm-strategy .strategyList li {

		width: 99.6%;

		box-sizing: border-box;

	}

	.orm-strategy .strategyList li p {

		height: auto;

	}

	.orm-strategy .owl-controls {

		position: absolute;

		top: -45px;

		right: 0;

	}

	.orm-strategy .strategyList .owl-controls .owl-buttons div {

		left: -53px;

		position: absolute;

		top: 47%;

		border: solid 1px #cfcfcf;

		z-index: 1;

		line-height: auto;

		text-align: center;

		font-size: 24px;

	}

	.orm-strategy .strategyList .owl-controls .owl-buttons div i {

		width: 30px;

	}

	.orm-strategy .strategyList .owl-controls .owl-buttons .owl-next {

		left: inherit;

		right: -11px;

	}

	.orm-strategy .strategyList li {

		margin-right: 0;

		padding: 10px;


	}


	.orm-process {

		display: none;

	}

	.single-package .scroll .block_section#frm {
		display: block;
		position: relative;
		top: 0;
		width: 100%;
	}


	.engagementModels.delhi-service .modelsList.seo-model li {
		border-bottom: 0px !important
	}

	.wctfssd .modelsList .owl-carousel .owl-controls .owl-nav .owl-next i {
		color: #fff !important
	}

	.wctfssd .modelsList .owl-carousel .owl-controls .owl-nav .owl-prev i {
		color: #fff !important
	}

	.delhi-service .service-slide .owl-nav .owl-prev {
		left: -1px;
	}

	.delhi-service .service-slide .owl-nav .owl-next {
		right: 1px;
	}

	.delhi-service-list {
		margin: 0px 32px;
	}

	.wctfssd {
		padding: 50px 10px 50px;
	}

	.responsive-price-list {
		max-width: 500px;
		overflow-x: auto;
	}

	.responsive-price-list li {
		width: 60%;
		min-width: 150px
	}

	.price-list .responsive-price-list li {
		width: 60%;
	}

	.price-list .tablehead {
		flex-wrap: inherit;
	}

	.wctfssd h2+p {
		text-align: center !important;
	}

	.wctfssd .modelsList .owl-controls {
		position: absolute;
		top: -34px;
		right: -1px;
	}

	.mobile-text-center {
		text-align: center;
	}

	.offer-seo .ourProcess {
		padding: 15px 0 0px;
	}

	.service-slide li p {
		text-align: center !important;
	}

	.seoteamHelp .seoServicesTitle {
		margin-top: 30px
	}

	.wctfssd .seo-model li {
		width: 100% !important
	}

	/*testimonials*/
	#testimoniallist .testimonial i {
		font-size: 13px;
		line-height: 22px;
	}

	#testimoniallist .testimonial .testimonial-content-blk .testimonial-client-info .tci-name {
		margin-bottom: 0px;
	}

	#testimoniallist .testimonial .testimonial-content-blk .testimonial-client-info .tci-desig {
		font-size: 12px;
		margin-bottom: 0px;
		margin-bottom: -3px;
	}

	#testimoniallist .testimonial .testimonial-content-blk .testimonial-client-info .tci-url {
		font-size: 12px;
	}

	.testimonial-content-blk {
		display: inline;
	}

	#testimoniallist .testimonial {
		padding: 30px !important;
		float: left;
		width: 100%
	}

	.testimonial-client-info {
		width: 60%;
		float: left;
		margin-bottom: 20px;
	}

	.testimonial-content-blk .testilogo:before {
		left: -23px;
	}

	.testimonial-content-blk .stars {
		float: left;
		width: 30%;
		clear: both;
		margin-top: 8px;
	}

	.case-port-list li:first-child p {
		font-size: 11px;
		margin-left: 5px
	}

	.case-port-list li:last-child p {
		font-size: 11px;
		margin-left: 5px;
		margin-top: 9px;
	}

	.case-port-list .cp-icon {
		flex: 40px 0 0;
		width: 40px;
		height: 40px;
		line-height: 35px;
	}

	.case-port-list {
		left: 15px;
	}

	.testimonial-content-blk .case-port {
		width: 70%;
		float: right;
	}

	#testimoniallist .testimonial .testimonial-content-blk .stars i {
		font-size: 14px;
	}

	#testimoniallist .testimonial:after {
		content: " ";
		background: url(../images/chat-icon.png);
		position: absolute;
		bottom: 8px;
		width: 84px;
		height: 65px;
		right: 10px;
		background-size: contain;
		background-repeat: no-repeat;
	}

	.case-port-list li {
		margin-left: 0px
	}

	.case-port-list li:last-child {
		margin-left: 15px
	}

	.testimonial-content-blk .testilogo:after {
		display: none;
	}

	.testimonial-content-blk .case-port:before {
		content: '';
		border-right: 1px solid #ececec;
		background: #ececec;
		position: absolute;
		left: -3px;
		height: 49px;
		top: -7px;
	}

	.testimonial-content-blk .testilogo picture {
		height: 48px
	}

	.delhi-service h2+p {
		text-align: left !important;
	}

	.engagementModels.delhi-service .modelsList.seo-model li {
		border-bottom: 0px !important
	}

	.wctfssd .modelsList .owl-carousel .owl-controls .owl-nav .owl-next i {
		color: #fff !important
	}

	.wctfssd .modelsList .owl-carousel .owl-controls .owl-nav .owl-prev i {
		color: #fff !important
	}

	.delhi-service .service-slide .owl-nav .owl-prev {
		left: -1px;
	}

	.delhi-service .service-slide .owl-nav .owl-next {
		right: 1px;
	}

	.delhi-service-list {
		margin: 0px 32px;
	}

	
	.responsive-price-list {
		max-width: 500px;
		overflow-x: auto;
	}

	.responsive-price-list li {
		width: 60%;
		min-width: 150px
	}

	.price-list .responsive-price-list li {
		width: 60%;
	}

	.price-list .tablehead {
		flex-wrap: inherit;
	}

	.wctfssd h2+p {
		text-align: center !important;
	}

	.wctfssd .modelsList .owl-controls {
		position: absolute;
		top: -34px;
		right: -1px;
	}

	.mobile-text-center {
		text-align: center;
	}

	.offer-seo .ourProcess {
		padding: 15px 0 0px;
	}

	/*cta*/
	.enterWebsiteSection h3 {
		text-align: center;
		font-size: 18px;
		margin: 0;
	}

	.contact-cta {
		float: none;
		display: inline-block;
		margin-top: 15px;
		position: relative;
		/*left: 50%;
    transform: translateX(-50%);*/
	}

	/*award page css strat*/
	.digital-box {
		padding: 15px 10px 15px 15px;
		width: 100%;
		margin-bottom: 30px;
	}

	.digital-box p br {
		display: none;
	}

	.digital-box p {
		font-size: 14px;
		line-height: 20px;
		font-weight: 500;
		padding: 10px 0px 0px 10px;
	}

	.award-banner h1 {
		margin-top: 10px;
		color: #fff;
		font-weight: 600;
		font-size: 26px;
	}

	.digital-market-award h2 {
		text-align: center;
		padding-bottom: 20px;
		font-size: 25px;
	}

	.digital-market-award {
		margin-top: 40px;
	}

	.mobile-slider {
		background: url(https://www.techmagnate.com/files/2024/03/homepage-banner-mob.webp);
	}

	.mobile-slider {
		height: 490px;
		overflow: hidden;
	}

	.data-lead-services {
		width: 100%;
		padding: 30px;
	}

	.data-lead-services h2 {
		font-size: 30px;
		overflow: hidden;
		color: #fff;
	}

	.report-card-2019 h1 {
		color: #fff;
		font-size: 18px;
		font-weight: bold;
		position: static;
		max-width: 100%;
		padding: 10px 10px 40px;
		text-align: center;
	}

.Key-Strengths .row {
    margin: 30px 0;
}


}

/*-----End of 479-----*/


.testimonial-new .blktitle {
	color: #fff;
}

.testimonial-new .commonBlock {
	padding: 20px !important;
}

.testimonial-new .client_speak_text {
	color: #fff;
	font-size: 16px;
	margin-bottom: 10px;
}

.testimonial-new .nameBox {
	color: #fff;
	font-weight: 600;
	font-size: 16px;
}

.testimonial-new .clientspeaksnew .owl-nav>div.owl-prev::before {
	color: #fff;
}

.testimonial-new .clientspeaksnew .owl-nav>div.owl-next::before {
	color: #fff;
}

.page-id-1364 .block_section.clientspeaksnew,
.page-id-1371 .block_section.clientspeaksnew,
.page-id-1271 .block_section.clientspeaksnew,
.page-id-1276 .block_section.clientspeaksnew,
.page-id-2200 .block_section.clientspeaksnew {
	display: none;
}

#menu-item-16844,
.menu-item-23246,
.menu-item-26468,
.menu-item-26470,
.menu-item-26471,
.menu-item-26472,
.menu-item-16853, .menu-item-33622, .menu-item-37648{
	position: relative !important;
}

#menu-item-16844:before,
.menu-item-23246:before,
.menu-item-26468:before,
.menu-item-26470:before,
.menu-item-26471:before,
.menu-item-26472:before, .menu-item-16853:before, .menu-item-33622:before, .menu-item-37648:before {
	content: '\f105';
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #000;
	font-size: 18px;
	padding-right: 0.5em;
	position: absolute;
	top: 6px;
	right: -16px;
}

#menu-item-16844 a,
.menu-item-23246 a {
	display: block;
}

#menu-item-16844 .sub-menu,
.menu-item-23246 .sub-menu, .menu-item-16853 .sub-menu, .menu-item-37648 .sub-menu{
	display: none;
	position: relative;
}

#menu-item-16844 .sub-menu a,
.menu-item-23246 .sub-menu a, .menu-item-16853 .sub-menu a, .menu-item-37648 .sub-menu a {
	color: #000
}

#menu-item-16844:hover .sub-menu,
.menu-item-23246:hover>.sub-menu,
.menu-item-26468:hover>.sub-menu,
.menu-item-26470:hover>.sub-menu,
.menu-item-26471:hover>.sub-menu,
.menu-item-26472:hover>.sub-menu, .menu-item-16853:hover>.sub-menu, .mmenu-item-33622:hover>.sub-menu, .menu-item-33622:hover>.sub-menu, .menu-item-37648:hover> .sub-menu {
	display: block;
	line-height: 26px;
	position: absolute;
	left: 100%;
	background: #f6f6f6;
	min-width: 215px;
	padding: 20px 22px;
	top: 0px;
}

ul#menu-insurance-report {
	left: auto;
	right: 0;
}

/* Services banner Image */

.menu-item-23246 .sub-menu li:hover>a {
	color: #5f9d39 !important;
}


.seoteamList a.getTopRankBtn {
	background: #276ea2 none repeat scroll 0 0;
	border-radius: 100px;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	height: 34px;
	line-height: 34px;
	vertical-align: top;
	overflow: hidden;
	width: 125px;
	transition: all .5s ease;
	display: inline-block;
	transform: translateZ(0);
	box-shadow: 0 0 1px transparent;
	backface-visibility: hidden;
	position: relative;
	transition-property: color;
	transition-duration: .3s;
	text-transform: uppercase;
}


ul.seoTeamList.flex-3-box p a.getTopRankBtn {
	background: #276ea2 none repeat scroll 0 0;
	border-radius: 100px;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	height: 34px;
	line-height: 34px;
	vertical-align: top;
	overflow: hidden;
	width: 125px;
	transition: all .5s ease;
	display: inline-block;
	transform: translateZ(0);
	box-shadow: 0 0 1px transparent;
	backface-visibility: hidden;
	position: relative;
	transition-property: color;
	transition-duration: .3s;
	text-transform: uppercase;
}


.titleRow.b2b .trendy-study {
	background: url(https://www.techmagnate.com/wp-content/uploads/2023/03/b2b-bg.jpg)no-repeat;
	padding: 70px 0px 0px;
}

.titleRow.b2b .trendy-study-list li:nth-child(5),
.trendy-study-list li:last-child {
	border-right: 0px;
}

.titleRow.b2b .trendy-study-list li:nth-child(4),
.trendy-study-list li:last-child {
	border-right: 1px solid #cfcfcf;
}

.titleRow.b2b .trendy-study-list li {
	width: 20%;
	flex: 20% 0 0;
	text-align: center;
}


.trendy-study {
	background: url(https://www.techmagnate.com/dev/files/2023/01/trend-study-bg.jpg)no-repeat;
	padding: 70px 0px 0px;
}

.trendy-study-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.trendy-study-list li {
	width: 25%;
	flex: 25% 0 0;
	text-align: center;
}

.trendy-study-list li {
	font-size: 15px;
	margin-top: 20px;
	font-weight: 600;
	color: #333;
	border-right: 1px solid #cfcfcf;
	margin-bottom: 50px;
}


@media (max-width: 767px) {
	.trendy-study-list li {
		width: 100%;
		text-align: center;
		flex: 100% 0 0;
	}

	.trendy-study-list li {
		border-right: transparent;
	}
}


.trendy-study-list li:nth-child(4),
.trendy-study-list li:nth-child(7) {
	border-right: 0px;
}

.trendy-study-list li span {
	display: block;
}

.trendy-study .trendy-study-heading {
	font-size: 38px !important;
	font-weight: 700 !important;
	color: #276ea2 !important;
	margin-bottom: 70px !important;
}

.trendy-study-list-icon {
	margin-bottom: 20px;
}

/* 
	Healthcare Search Trends India Page CSS 
	https://www.techmagnate.com/healthcare-search-trends-india.html
*/

.healthcare-banner {
	background: url(https://www.techmagnate.com/wp-content/themes/techmagnate/images/health-care-banner.jpg)no-repeat;
	background-size: cover;
	width: 100%;
	height: 460px;
}

.healthcare-banner-inner {
	max-width: 940px;
	text-align: center;
	margin: 100px auto 0;
}

.healthcare-banner-inner h1 {
	font-size: 38px;
	font-weight: 400;
	color: #fff
}

.healthcare-banner-inner p {
	color: #fff
}

.trendy-study {
	background: url(https://www.techmagnate.com/dev/files/2023/01/trend-study-bg.jpg)no-repeat;
	padding: 70px 0px 0px;
}

.trendy-study-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.trendy-study-list li {
	width: 25%;
	flex: 25% 0 0;
	text-align: center;
}

.trendy-study-list li {
	font-size: 16px;
	margin-top: 20px;
	font-weight: 600;
	color: #333;
	border-right: 1px solid #cfcfcf;
	margin-bottom: 50px;
}

.trendy-study-list li:nth-child(4),
.trendy-study-list li:last-child {
	border-right: 0px;
}

.trendy-study-list li span {
	display: block;
}

.trendy-study-heading {
	font-size: 38px;
	font-weight: 700;
	color: #276ea2;
	margin-bottom: 70px;
}


.health-slide {
	max-width: 850px;
	margin: -150px auto 50px;
}

.health-care-industry-challanges {
	background: url(https://www.techmagnate.com/dev/files/2023/01/healthcare-challanges-1.jpg)no-repeat;
	padding: 70px 0px;
	background-size: cover;
}

.health-care-industry-challanges h2 {
	font-size: 34px;
	color: #fff;
	margin-bottom: 20px;
}

.hcic-list {
	font-size: 18px;
	line-height: 40px;
	color: #fff;
}

.hcic-list li {
	position: relative;
	padding-left: 25px;
}

.hcic-list li:before {
	content: "\f058";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #6ac135;
	font-size: 18px;
	padding-right: 0.5em;
	position: absolute;
	top: 0;
	left: 0;
}

.healt-slide-inner {
	box-sizing: border-box;
	border-radius: 10px;
	overflow: hidden;
}

.healthcare-cta {
	padding: 100px 0px;
	background: #fff;
}

.healthcare-cata-inner {
	background: url(https://www.techmagnate.com/dev/files/2023/01/healthcare-cta-bg.jpg) no-repeat;
	padding: 30px 70px;
	background-size: cover;
	border-radius: 10px;
	background-size: cover;
	background-position: left;
}

.healthcare-cta .row {
	align-items: center;
}

.healthcare-cta-btn {
	text-align: right;
}

.healthcare-cta-btn a {
	color: #fff;
	border: 1px solid #fff;
	padding: 10px 20px;
	border-radius: 3px;
	font-size: 18px;
	font-weight: 600;
}

.why-choose-healthcare-blk {
	background: url(https://www.techmagnate.com/wp-content/themes/techmagnate/images/why-choose-healthcare-marketing-bg.jpg)no-repeat;
	background-size: cover;
}

.healthcare-cata-inner h2 {
	font-size: 23px;
	color: #fff;
	border-left: 2px solid #406580;
	padding-left: 20px;
}

.why-choose-healthcare-blk {
	font-size: 34px;
	line-height: 47px;
	color: #276ea2;
	font-weight: 700;
	font-family: "Open Sans";
	padding-bottom: 70px;
}

.wchb-list {
	text-align: center;
	padding: 22px;
	box-sizing: border-box;
}

.why-choose-healthcare-blk .col-lg-3 {
	border-right: 1px solid #cfcfcf;
}

.why-choose-healthcare-blk .col-lg-3:last-child {
	border-right: none;
}

.wchb-list-icon {
	box-shadow: 0px 0px 10px #ddd;
	margin: 0 auto 30px;
	width: 90px;
	border-radius: 16px;
}

.wchb-list p {
	font-size: 16px;
	color: #333;
	line-height: 24px;
	font-weight: 600;
}

.why-choose-healthcare-blk h2 {
	font-size: 34px;
	line-height: 47px;
	color: #276ea2;
	font-weight: 700;
	font-family: "Open Sans";
	padding-bottom: 70px;
}

.healthcare-brand-blk {
	background: #276ea2;
	padding: 70px 0px
}

.healthcare-brand-blk h2 {
	font-size: 34px;
	text-align: center;
	margin-bottom: 50px;
	color: #fff;
}

.healthcare-brand-blk .casestudylist a {
	margin-bottom: 10px;
}

.healthcare-brand-blk .owl-nav {
	display: flex;
	justify-content: space-between;
	top: 42%;
	position: absolute;
	width: 100%;
}

.healthcare-brand-blk .owl-nav .owl-prev {
	border: 1px solid #fff;
	width: 50px;
	height: 50px;
	line-height: 50px;
	left: -65px;
	position: relative;
	border-radius: 50%;
	color: #71ac4d;
	font-size: 26px;
	text-align: center;
}

.healthcare-brand-blk .owl-nav .owl-next {
	border: 1px solid #fff;
	width: 50px;
	height: 50px;
	line-height: 50px;
	right: -65px;
	position: relative;
	border-radius: 50%;
	color: #71ac4d;
	font-size: 26px;
	text-align: center;
}

.marketing-expert-blk h2 {
	font-size: 34px;
	line-height: 47px;
	color: #276ea2;
	font-weight: 700;
	font-family: "Open Sans";
	text-align: center;
	margin-bottom: 50px
}

.marketing-expert-blk {
	padding: 60px 0px 80px;
	background: url(https://www.techmagnate.com/wp-content/themes/techmagnate/images/marketing-expert-bg.jpg) no-repeat;
	background-size: cover;
	background-position: right bottom;
}

.marketing-form {
	min-width: 909px;
	border-radius: 20px;
	filter: drop-shadow(-8.56px 2.781px 2.5px rgba(117, 117, 117, 0.19));
	background-color: #f4f7fa;
	padding: 50px 60px;
	margin: 0 auto;
}

.marketing-form input,
.marketing-form textarea {
	margin-bottom: 20px;
	margin-top: 0px
}

.marketing-form textarea {
	height: 90px;
}

.marketing-expert-btn {
	background: #5f9d39;
	color: #fff;
	text-align: center;
	padding: 10px;
	height: 44px;
	margin-top: 15px;
}

.trendy-study-list-icon {
	margin-bottom: 20px;
}

.page-template-healthcare-template .breadCrumbRow {
	display: none;
}


/*9 FEB 2023*/
.blog-sec.details .blog-box .table tbody tr:first-child td {
	background: #276ea2;
	border: 1px solid #fff;
	color: #fff;
}

.blog-sec.details .blog-box .table tbody tr:nth-child(2n) td {
	background: #fff;
}


@media only screen and (max-width: 767px) {
	.blog-sec.details .blog-box .about-blog table.table.table-bordered {
		display: block;
		overflow-x: auto;
	}


}


/*27 FEB 2023*/
.video-home.mt-15.m-b-10 {
	padding-top: 28px;
}


/*28 FEB 2023*/

section.pageHeader.casestudy-banner {
	background: url(https://www.techmagnate.com/wp-content/themes/techmagnate/images/case-study-banner.jpg) no-repeat #024168;
	background-position: center center;
	background-size: cover;
}

section.pageHeader.casestudy-banner .rightbanner {
	display: none;
}

section.pageHeader.casestudy-banner .leftcontent {
	padding-bottom: 50px !important;
	padding-top: 40px !important;
	width: 48% !important;
}

section.pageHeader.casestudy-banner .leftcontent h2 {
	font-size: 32px !important;
	margin-bottom: 20px !important;
	line-height: 38px !important;
	text-transform: none !important;
}


/*section.pageHeader.casestudy-banner .leftcontent a.linkbtn {
    padding: 14px 10px!important;
}
*/
section.pageHeader.casestudy-banner .rightbanner {
	display: none;
}

.single-casestudy h1.casestudy {
	display: none;
}

.postid-991 #about.promo-section1 .owl-dots {
	display: flex;
	justify-content: center;
}

.postid-991 #about.promo-section1 .owl-dots .owl-dot {
	width: 10px;
	height: 10px;
	background: #15689f85;
	margin: 5px;
	border-radius: 100%;
}

.postid-991 #about.promo-section1 .owl-dots .owl-dot.active {
	background-color: #15689f;
}

.postid-991 .delhi-service-list {
	min-height: 400px;
	position: relative;
}

@media only screen and (max-width: 767px) {

	/*28 FEB 2023*/
	section.pageHeader.casestudy-banner {
		background-position: center left;
		background-size: cover;
	}

	section.pageHeader.casestudy-banner .leftcontent {
		padding-bottom: 40px !important;
		width: 90% !important;
	}

	section.pageHeader.casestudy-banner .leftcontent h2 {
		font-size: 30px !important;
	}

	section.pageHeader.casestudy-banner .leftcontent .data-figure {
		font-size: 50px !important;
	}

	section.pageHeader.casestudy-banner .leftcontent .data-figure-2 {
		font-size: 30px !important;
	}

	section.pageHeader.casestudy-banner .leftcontent .thin-font-data {
		font-size: 30px !important;
	}

}

.healthcare-brand-blk {
	display: none;
}

.healthcare-cta {
	padding: 100px 0px;
	background: #fff;
}

.page-id-11717 .healthcare-cta {
	padding: 100px 0px 0px;
	background: #fff;
}

.page-id-11717 .marketing-expert-blk h2 {
	margin-bottom: 10px;
}

.btnRow a.linkBtn.submitanenquiry {
	margin: 0px 0px 25px;
}

.healthcare-banner-inner a.wpil_keyword_link {
	color: #609d39;
}


@media (max-width: 767px) {
	ul.seoTeamList.flex-3-box p a.getTopRankBtn {
		padding-left: 20px;
	}

	.who-we-are .titleRow.b2b .trendy-study-list li {
		width: 45%;
		flex: 45% 0 0;
		text-align: center;
		margin-bottom: 0px;
		padding: 5px;
	}

	.who-we-are .trendy-study .trendy-study-heading {
		font-size: 24px !important;
		margin-bottom: 10px !important;
	}

	.who-we-are .trendy-study {
		padding: 30px 0px 0px;
	}

	.who-we-are .titleRow.b2b .trendy-study-list li .trendy-study-list-icon img {
		width: 50%;
	}

	.who-we-are .titleRow.b2b .trendy-study-list li p {
		font-size: 12px;
		line-height: 16px;
		margin-bottom: 0;
	}


	.who-we-are .titleRow .trendy-study-list li {
		width: 45%;
		flex: 45% 0 0;
		text-align: center;
		margin-bottom: 0px;
		padding: 5px;
	}

	.who-we-are .trendy-study .trendy-study-heading {
		font-size: 18px !important;
		margin-bottom: 6px !important;
	}

	.who-we-are .trendy-study {
		padding: 30px 0px 30px;
	}

	.who-we-are .titleRow .trendy-study-list li .trendy-study-list-icon img {
		width: 50%;
	}

	.who-we-are .titleRow .trendy-study-list li p {
		font-size: 12px;
		line-height: 16px;
		margin-bottom: 0;
	}

	.who-we-are .trendy-study-list li:nth-child(4),
	.trendy-study-list li:nth-child(7) {
		border-right: 1px solid #cfcfcf;
	}

	.who-we-are .trendy-study-list-icon {
		margin-bottom: 15px;
	}


	.page-id-16734 .healthcare-banner-inner h1 {
		font-size: 20px;
	}

	.healthcare-banner-inner {
		margin: 25px auto 0;
	}

	.page-template-page-healthcare-search-trends-india .trendy-study .trendy-study-heading {
		font-size: 27px !important;
		margin-bottom: 15px !important;
	}

	.page-template-page-healthcare-search-trends-india .trendy-study {
		padding: 40px 0 0;
		background-size: cover;
	}

	.page-template-page-healthcare-search-trends-india .trendy-study-list li {
		width: 45%;
		flex: 45% 0 0;
		border-right: 0;
	}

	.page-template-page-healthcare-search-trends-india .trendy-study-list li {
		margin-bottom: 20px;
	}

	.health-care-industry-challanges h2 {
		font-size: 20px;
		line-height: 28px;
	}

	.health-care-industry-challanges {
		padding: 40px 0;
	}

	.health-care-industry-challanges .hcic-list li {
		line-height: 28px;
		padding-bottom: 15px;
	}

	.healthcare-cata-inner {
		padding: 23px 20px;
	}

	.health-care-industry-challanges .healthcare-cta-btn {
		text-align: center;
	}

	.health-care-industry-challanges .why-choose-healthcare-blk h2 {
		font-size: 20px;
		line-height: 30px;
		padding: 20px 0px 10px;
	}

	.health-care-industry-challanges .marketing-expert-blk {
		padding: 10px 0 80px;
	}

	.health-care-industry-challanges .healthcare-cta {
		padding: 50px 0 0;
	}


	.healthcare-cta-btn {
		text-align: center;
	}

	.healthcare-cta-btn a {
		background: #276da1;
	}

	.why-choose-healthcare-blk h2 {
		font-size: 26px;
		line-height: 32px;
		padding-bottom: 30px;
	}

	.healthcare-cta {
		padding: 60px 0px;
	}


	.page-id-11717 .healthcare-banner-inner h1 {
		font-size: 22px;
		color: #fff;
	}

	.page-id-16001 .whychoose_techmagnate_seo_row ul li em {
		position: inherit;
		display: block;
		padding: 20px 0;
	}

	.dr-list {
		padding: 0 10px 30px;
		width: 25%;
		margin: 0;
	}

	.prev-dr-list {
		padding-left: 0;
		flex-wrap: wrap;
		justify-content: center;
		width: 100%;
	}

	.prev-dr h3 {
		width: 100%;
		padding: 0;
	}

	#years_sec .dr-list {
		width: 50%;
	}
}


/*UI07051988*/


.fake_disclaimer {
	text-align: center;
	margin: 5px 0 30px;
	color: #fff;
}

.content_fake h2 {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 35px;
	letter-spacing: -1px;
	margin-bottom: 10px;
}

.content_fake {
	background: #6da74b;
	padding: 60px 0;
}

.content_fake span {
	font-size: 20px;
	font-weight: 600;
	line-height: 25px;
	position: relative;
	padding-bottom: 16px;
}

.content_fake span+p {
	margin: 30px auto 30px;
	max-width: 85%;
	font-size: 17px;
	font-weight: 400;
	line-height: 26px;
}

.content_fake span::after {
	background: #fff;
	bottom: 0;
	content: "";
	height: 3px;
	left: 0;
	position: absolute;
	width: 60px;
	right: 0;
	margin: auto;
	border-radius: 100px;
}

.more_content {
	text-align: left;
	padding: 0 50px;
	color: #333;
	background: #eee;
}

.more_content h3 {
	font-size: 22px;
	font-weight: 700;
	padding-top: 30px;
}

.more_content li {
	list-style: decimal;
	padding: 6px 0;
}

.more_content ol {
	padding: 0px 35px 10px;
}

.fake_disclaimer a.viewAllBtn:hover {
	color: #FFF;
	cursor: pointer;
	background: #4f842e;
}

.more_content.collapse.in {
	display: block;
}

@media (max-width: 575px) {
	    .mainContainer.thankyou_page_main .mx-width-set {
        text-align: center;
        padding: 0px 0px;
    }
	.content_fake h2 {
		font-size: 28px
	}

	.content_fake {
		padding: 40px 10px;
	}

	.content_fake span {
		font-size: 17px;
	}

	.content_fake span+p {
		max-width: 100%;
		font-size: 16px;
		line-height: 24px;
	}

	.more_content {
		padding: 0 30px
	}

	.more_content ol {
		padding: 0px 20px 10px;
	}

	.more_content h3 {
		font-size: 20px;
	}
.home .bestSeo.whyChoose ul li{text-align: left;margin-bottom: 15px;}


}

.client_speak_text.textcolor a {
	color: white !important;
}

.related-post-list img {
	height: auto;
}

.related-post .related-post-list .owl-dot span {
	height: 14px;
	width: 14px;
	background: #ccc;
	border: 2px solid #fff;
	border-radius: 100%;
}

.related-post .related-post-list .owl-dot.active span {
	background: #5f9d39
}

.related-post-list h4 a {
	margin-top: 20px;
	font-size: 16px;
}

.Trend_report .report-card-2019 .dl-button a {
	background: none;
	box-shadow: none;
	padding: 0;
}

.Trend_report .dl-button.dl-triggerr {
	left: 0;
	bottom: 0;
	right: auto;
}


/*07051988*/
.loes_sec_scroll {
	text-align: center;
	padding: 30px 0;
}


.loes_sec_scroll figure {
	margin: 0;
}

.logo_bx {
	background: #fff;
	padding: 10px;
	border-radius: 5px;
	box-sizing: border-box;
}

.bluebgtitle {
	margin-bottom: 15px;
}

.case-study-list {
	background: #fff;
	height: 100%;
}


.logos_section figure {
	margin: 0;
	padding: .5rem;
	background: #fff;
}

.col.cmx-colum {
	width: 20%;
	padding: 0 5px;
}

.logos_section.new_slider p {
	text-align: center;
	font-weight: bold;
	color: #0068a1;
	text-transform: uppercase;
	font-size: 16px;
}

.logos_section .row {
	display: flex;
	overflow-x: auto;
	flex-wrap: nowrap !important;
}


.seo_ul {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 0;
}

.seo_ul li {
	width: 40%;
}

.seo_ul li span {
	display: flex;
	align-items: flex-end;
	font-size: 23px;
	font-weight: bold;
	margin-bottom: 5px;
}

.seo_ul li span img {
	margin-right: 5px;
	width: 22px;
}

.local_presece ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 20px;
}

.local_presece ul {
	background: #fff;
	padding-top: 20px;
}

.local_presece li:before {
	content: "\f105";
	font-family: FontAwesome;
	position: absolute;
	z-index: 1;
	left: 2px;
	top: 2px;
	font-size: 14px;
	color: #276ea2;
}

.local_presece li {
	padding-bottom: 10px;
	border-bottom: 1px dotted #e8e8e8;
	padding-left: 17px;
	position: relative;
	width: 30%;
}

.local_presece li a {
	font-size: 13px;
	line-height: 23px;
	color: #000;

}

.cont_points ul li {
	list-style: disc;
	list-style-position: outside;
	padding: 5px;
}

.cont_points ul {
	padding-left: 15px;
}

.frequentlyasked .accordiyanbl ul li li {
	background: none !important;
	border: 0;
	list-style: disc;
	display: list-item;
}

.frequentlyasked .accordiyanbl ul ul {
	padding-left: 15px;
	margin-top: 10px;
}

.delhi-service-list {
	min-height: 315px;
	position: relative;
}

.seoteamHelp li {
	/*height: auto !important;*/
	min-height: 335px;
}

.seoTeamList.owl-carousel.owl-theme.service-slide {
	padding-bottom: 40px;
}

.delhi-service-list .btnRow {
	position: absolute;
	bottom: 15px;
	left: 0;
	width: 100%;
	right: 0;
}

.case-study-list .case-stydy-link {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	width: 190px;
	bottom: 15px;
	text-align: center;
}

.case-study-list {
	position: relative;
	padding: 15px 15px 50px;
}

.case-study-img {
	margin-bottom: 30px;
}

.portfolio_tab a {
	border-radius: 20px !important;
	background: #FFF;
	box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.10);
	border: 0 !important;
	color: #333;
	display: flex;
	align-items: center;
}

.portfolio_tab ul {
	border: 0;
}

.portfolio_tab .nav-item {
	padding: 6px 4px;
}

.portfolio_tab a img {
	margin-right: 5px;
}

.portfolio_tab .nav-tabs .nav-item.show .nav-link,
.portfolio_tab .nav-tabs .nav-link.active,
.portfolio_tab .nav-tabs .nav-link:hover {
	background: #266FA2;
	color: #fff;
	border: 0 !important;
}

.portfolio_tab .nav-tabs .nav-item.show .nav-link img,
.portfolio_tab .nav-tabs .nav-link.active img,
.portfolio_tab .nav-tabs .nav-link:hover img {
	filter: brightness(10);
}


.location_ul {
	display: flex;
	flex-wrap: wrap;
	background: #fff;
}

.location_bx {
	width: 25%;
	padding: 25px;
	border-bottom: 1px solid #eee;
	border-right: 1px solid #eee;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.location_bx:nth-child(4n) {
	border-right: 0;
}

.location_bx a {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.location_bx figure {
	margin: 0;
	min-width: 60px;
}

.location_bx strong {
	display: block;
}

.location_bx p {
	margin: 0;
	width: 70%;
	padding-left: 10px;
}

.case-study-img {
	position: relative;
}

.case-study-img p {
	margin: 0;
	position: absolute;
	left: 0;
	padding: 29px 10px;
	border-radius: 15px;
	z-index: 9;
	overflow: hidden;
	font-size: 15px;
	font-weight: 600;
	color: #2D2D2D;
	text-align: center;
	width: 90%;
	right: 0;
	margin: auto;
	top: 40%;
	transform: translateY(-28%);
}

.case-study-img p::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	text-align: center;
	right: 0;
	margin: auto;
	backdrop-filter: blur(20px);
	box-shadow: inset 0 0 0 220px rgba(255, 255, 255, .5);
}

.case-study-list .case-study-img img {
	width: 100%;
}


/*About07051988UI*/
.page-template-about.page-template-about-php {
	background: #f5f5f5;
}

.abt_main h2 {
	font-size: 32px;
	font-weight: bold;
	color: #222;
	line-height: 45px;
}

.abt_main p {
	font-size: 16px;
	color: #2D2D2D;
	margin-bottom: 20px;
	line-height: 26px;
}

.out_story_sec {
	padding: 70px 50px;
}

.about_top {
	background: #fff;
	padding: 50px;
	border-radius: 5px;
	position: relative;
}

.top_abt_img h2 {
	padding-right: 20%;
	position: relative;
	z-index: 9;
}

.top_abt_img img {
	position: absolute;
	left: 0;
	bottom: 0;
}

.about_top .col-lg-6 {
	position: static;
}

.top_abt_text {
	padding-right: 10%;
}

.top_abt_text h3 {
	font-weight: bold;
}

.leader_box {
	position: relative;
	margin-bottom: 30px;
}

.leader_text {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 25px;
	width: 100%;
}

.leader_text span {
	color: #fff;
	font-size: 24px;
	display: block;
	font-weight: bold;
	margin: 7px 0;
	line-height: 30px;
}

.leader_text p {
	color: #ffff;
	margin: 0;
}

.vision_sec {
	padding: 50px 35px 30px;
	background: #fff;
	border-radius: 5px;
}

.vision {
	background: url(../images/vision_bg.png) no-repeat;
	background-size: 100% 100%;
	padding: 30px;
	min-height: 175px;
}

.value_box {
	background: #F6F6F6;
	padding: 25px;
	border-radius: 5px;
	min-height: 240px;
}

.vision_sec h2 {
	display: flex;
	align-items: center;
}

.vision p {
	font-size: 15px;
	margin: 0;
	line-height: 24px;
}

.vision_sec h2 img {
	margin-right: 10px;
}

.value_sec h2 {
	margin-left: 35px;
}

.value_box h3 {
	font-size: 20px;
	color: #2D2D2D;
	font-weight: bold;
	padding-right: 25px;
	background: url(../images/core_head.png) no-repeat bottom left;
	padding-bottom: 18px;
}

.value_box p {
	margin: 0;
	font-size: 15px;
	line-height: 24px;
}

.Measure_sec {
	padding: 50px 0;
}

.Measure_sec figure {
	background: #79b553;
	border-radius: 5px;
}

.head_main.text-center {
	padding: 0 110px;
}

.Key-Strengths .key-box span {
	display: block;
	font-size: 18px;
	color: #222;
	font-weight: bold;
	margin: 10px 0;
}

.Key-Strengths .col-md-3 {
	border-right: 1px solid #E8E8E8;
	padding: 25px;
	border-bottom: 1px solid #E8E8E8;
}

.Key-Strengths .col-md-3:nth-child(4n) {
	border-right: 0;
}

.Key-Strengths .col-md-3:nth-child(n+5) {
	border-bottom: 0;
}

.Key-Strengths .row {
	margin: 40px 0 70px;
}

section.ceo_sec {
	background: #fff;
	padding: 40px 130px 0;
	border-radius: 5px;
}

.ceo_content {
	padding: 80px 170px 30px 0;
	position: relative;
}

.ceo_content h2 {
	font-size: 24px;
	line-height: 35px;
	padding-right: 90px;
}

.ceo_content::before {
	position: absolute;
	left: 0;
	top: 50px;
	width: 30px;
	height: 20px;
	content: '';
	background: url(../images/ceo_after.png) no-repeat;
}

.ceo_content::after {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 30px;
	height: 20px;
	content: '';
	background: url(../images/ceo_before.png) no-repeat;
}

.ceo_dec {
	margin-top: 10px;
}

.ceo_dec span {
	font-weight: bold;
}

.ceo_dec p {
	font-size: 18px;
}

section.digital_mkt {
	padding: 60px 0;
}

.digi_box {
	padding: 30px;
	background: url(../images/agency_line.png) no-repeat;

}

.digi_box span {
	font-size: 18px;
	font-weight: bold;
	display: block;
	color: #222222;
	margin: 10px 0 0;
}

.digi_text {
	padding: 0 100px 20px 15px;
}

.digi_text h2 {
	padding-right: 50px;
}

.client_first {
	background: #0868A0 url(../images/client_first_bg.png) no-repeat center;
	padding: 70px 40px;
	border-radius: 5px;
	margin-bottom: 100px;
}

.client_bx {
	padding: 25px 60px 25px 29px;
	background: url(../images/first_arrow.png) no-repeat;
	width: 50%;
	margin: 20px 0;
}

.client_bx span {
	font-size: 32px;
	font-weight: bold;
	color: #fff;
}

.col-lg-6.first_in {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.client_first h2,
.client_first p {
	color: #fff;
}

.client_bx p {
	margin: 0;
	/*    padding-right: 95px;*/
}

.col-lg-6.first_text {
	padding: 50px 150px 0 15px;
}

.About_banner {
	position: relative;
}

.About_banner .textbl.mrgenbt {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.About_banner .textbl .leftcontent {
	width: 42%;
	padding-top: 0;
	padding-bottom: 0;
}


.our_history_sec .slider .slick-prev,
.our_history_sec .slider .slick-next {
	width: 28px;
	height: 28px;
	border-style: solid;
	margin: 10px;
	display: inline-block;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 10;
	cursor: pointer;
}

.our_history_sec .slider .slick-prev:before,
.our_history_sec .slider .slick-next:before {
	display: none;
}

.our_history_sec .slider .slick-prev {
	border-width: 0;
	border-color: transparent #ffffff;
	left: -55px;
	right: auto;
	width: auto;
}

.our_history_sec .slider .slick-next {
	border-width: 0;
	border-color: transparent #ffffff;
	right: -55px;
	left: auto;
	width: auto;
}

.our_history_sec .slider .slick-prev:hover,
.our_history_sec .slider .slick-next:hover {
	border-color: transparent #ffd200;
}

.our_history_sec .slider .slick-prev.slick-disabled,
.our_history_sec .slider .slick-next.slick-disabled,
.our_history_sec .slider .slick-prev.slick-disabled:hover,
.our_history_sec .slider .slick-next.slick-disabled:hover {
	opacity: 0.1;
	cursor: default;
	border-color: transparent #000000;
}


.slick-initialized .slick-slide {
	display: flex;
}

section.our_history_sec {
	background: #0868A0;
	padding: 60px 0;
	border-radius: 5px;
	margin: 50px 0;
}

section.our_history_sec h2 {
	text-align: center;
	color: #fff;
}

.history_right {
	padding: 0 0 0 20px;
}

.history_right h3 {
	color: #fff;
	font-size: 36px;
	font-weight: bold;
}

.history_right li {
	color: #fff;
	padding: 8px 8px 8px 30px;
	font-size: 15px;
	position: relative;
}

.history_right li::before {
	background: url('../images/hist_bullets.png') no-repeat;
	position: absolute;
	left: 0;
	top: 13px;
	content: '';
	width: 20px;
	height: 10px;
}

.slick-track .slick-slide.slick-active {
	justify-content: center;
}

.slider.slider-content.slick-initialized.slick-slider {
	background: url(../images/history_line.png) no-repeat;
	padding: 30px 30px 30px;
	background-size: 100% 100%;
	margin-bottom: -4px;
}

.slick-track .slick-slide.slick-active span {
	color: #83ACC5;
	font-size: 14px;
}

.slider-thumb .slick-track .slick-slide.slick-current span {
	color: #fff;
	font-weight: bold;
}

.our_history_sec .slider-thumb .slick-track .slick-slide {
	position: relative;
	padding-top: 15px;
}

.our_history_sec .slider-thumb .slick-track .slick-slide::before {
	background: url(../images/his_drop.png) no-repeat center;
	position: absolute;
	left: 0;
	top: -3px;
	content: '';
	width: 21px;
	height: 0px;
	right: 0;
	margin: auto;
	z-index: 999;
	opacity: 0;
	transition: 0.2s;
}

.our_history_sec .slider-thumb .slick-track .slick-slide.slick-current::before {
	opacity: 1;
	height: 17px;
}

.leadership_sec {
	padding: 50px 0;
}
.leadership_sec figure{margin: 0;}
.leadership_sec .row {
	justify-content: center;
	text-align: center;
}

.leadership_sec .leader_box:hover .leader_text img {
	transform: rotate(360deg);
}

.our_history_sec .slick-initialized .slick-slide figure {
	border-radius: 10px;
	overflow: hidden;
}

.our_history_sec .slick-initialized .slick-slide figure img {
	width: 100%;
}

.value_sec {
	position: relative;
}

.value_slider .owl-controls {
	position: absolute;
	top: -60px;
	right: 0;
	width: 120px;
	height: 50px;
	z-index: 999;
}

.value_slider .owl-controls .owl-nav {
	display: flex;
	justify-content: space-between;
}

.value_slider .owl-controls .owl-prev {
	width: 50px;
	height: 30px;
	display: block !important;
	background: url(../images/prev_aro.png) no-repeat;
	font-size: 0;
}

.value_slider .owl-controls .owl-next {
	width: 50px;
	height: 30px;
	display: block !important;
	background: url(../images/next_aro.png) no-repeat;
	font-size: 0;
}


.page-template-about .pageHeader {
	display: none;
}

.page-template-about .breadCrumbRow {
	display: none;
}

.page-template-about .breadCrumbRow.statics {
	display: block;
}

.leader_box figure img {
	width: 100%;
}

section.CSR-policy {
	padding: 10px 0 50px;
}

section.CSR-policy br {
	display: none;
}

section.CSR-policy p {
	margin-bottom: 12px;
}

section.CSR-policy li {
	margin-bottom: 10px;
	list-style: circle;
}

section.CSR-policy ul {
	margin-bottom: 20px;
	padding-left: 20px;
}

.page-id-1419 .delhi-service-list {
	min-height: 275px;
}

.postid-991 .clients_item,
.postid-991 .clients_item.last {
	padding: 2px 10px 2px 10px;
	text-align: center;
}

.postid-991 .hp-accolades {
	justify-content: flex-start;
}

.page-id-1998 .seoteamHelp.seo-team-button .seoteamList>li {
	min-height: 350px;
}

.postid-56 .seoTeamList>li {
	position: relative;
}

.postid-56 .seoTeamList .btnRow {
	text-align: center;
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 20px;
	left: 0;
}

.mainContainer.Trend_report {
	margin-top: 40px;
}

.rpt_sec {
	margin-bottom: 25px;
}

.page-id-11040 .seoTeamList,
.page-id-11036 .seoTeamList {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.page-id-11040 .seoteamHelp li,
.page-id-11036 .seoteamHelp li {
	float: none;
	width: 31.3%;
	margin: 1%;
}

.seoServicesTitle.service-blk .text-left p {
	text-align: left;
}


.postid-991 .seoTeamList li h3 {
	color: #276ea2;
}

.postid-991 .hp-accolades figure {
	padding: 5px;
}

.awardsAccolades figure {
	margin: 0 5px;
}

.about-blk-slider .case-study-list .case-study-img {
	position: relative;
}

.about-blk-slider .case-study-list .case-study-img::before {
	content: '';
	background: #0000007d;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 9;
}

#about {
	margin-bottom: 20px;
}

.page-id-1221 .delhi-service-list {
	min-height: 350px;
}

.page-id-1221 .wctfssd .seo-model li .greencallback {
	min-height: 400px;
	position: relative;
}

.page-id-1221 .engagementModels .modelsList li .greencallback a {
	color: #276ea2;
}

.page-id-1221 .engagementModels .modelsList li .greencallback a.bdrbtn {
	position: absolute;
	bottom: 15px;
	left: 20px;
	right: 20px;
	margin: 0 auto;color: #fff !important;
}

.page-id-1221 .seoteamHelp p,
.page-id-1221 .delhi-service h2,
.page-id-1221 .wctfssd h2+p,
.page-id-1221 .wctfssd h2,
.page-id-1221 .packagebanner h2,
.page-id-1221 .packagebanner p {
	text-align: left;
}

.page-id-1221 .seoteamHelp .seoteamList.box-layout p {
	text-align: center;
}


.mainContainer.thankyou_page_main {
    padding: 35px 0;
}
.mainContainer.thankyou_page_main .mx-width-set{
    text-align: center;
    padding: 0px 100px;
}

.mainContainer.thankyou_page_main .mx-width-set h2{
  font-size: 20px; padding-top: 15px;

}

.mainContainer.thankyou_page_main p {
    line-height: 28px;
    font-size: 16px;
}

.mainContainer.thankyou_page_main h1 {
    font-weight: bold;
}

.thankyou_slider .dr-list {
    padding: 10px;
    width: 100% !important;
    margin-bottom: 20px;
}

.new_content_update h1 {
    font-size: 35px;
}


.clients_item.enter_bx {
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  justify-content: flex-start;
  width: auto;
  padding-left: 26px;
}
.clients_item.enter_bx strong {
  width: 100%;
  display: block;
  text-align: left;
}
.clients_item.enter_bx figure {
  margin: 0 20px 0 0;
}
.tbl_scroll {
    overflow-x: auto;
}

.tbl_scroll thead {
    text-align: center;
}

.tbl_scroll tbody {
    background: #fff;
}

.page-id-27906 .engagementModels .modelsList .greencallback ul li {
    width: 100%;
    text-align: left;
}

.page-id-27906 .engagementModels .modelsList .greencallback ul, .page-id-27906 .engagementModels .modelsList .greencallback ul li {
    background: #fff!important;
    color: #000;
    padding: 8px;
    list-style: decimal;
    list-style-type: square;
    display: revert;
    padding-left: 20px;
}
.engagementModels .modelsList .greencallback ul li{padding-left: 2px;}

.page-id-27906 .engagementModels-blk .greencallback {
    padding: 30px 15px;
    min-height: 450px;
}
.Mar-Tech-Stack h4 {
    font-weight: 600;
    margin-top: 20px;
}


.greencallback1 {
    background: #fff;
    padding: 15px;
    margin: 1% 0;width: 100%;
}
.faridabad-new.seoteamHelp .seoteamList.box-layout li{min-height: 370px;}
.faridabad-new .delhi-service-list, .pune-new .delhi-service-list, .bangalore-new .delhi-service-list, .chennai-new .delhi-service-list, .hyderabad-new .delhi-service-list{ min-height: 365px;}
.pune-new.seoteamHelp .seoteamList.box-layout li, .bangalore-new.seoteamHelp .seoteamList.box-layout li, .chennai-new.seoteamHelp .seoteamList.box-layout li, .hyderabad-new.seoteamHelp .seoteamList.box-layout li{min-height: 375px;}
.bangalore-new .greencallback { min-height: 325px;}
.bangalore-new .greencallback p a{color: #276ea2;}



 #years_sec .seoTeamList .dr-list{width: 100%;margin: 0;}
 .prev-dr-list.seoTeamList.owl-carousel.service-slide{padding-bottom: 0!important;margin-top: 10px !important;}
.prev-dr-list.seoTeamList.owl-carousel.service-slide .owl-nav, .modelsList.seo-model.seoTeamList.owl-carousel.service-slide .owl-nav{    transform: translate(0px, 35%);}
 .modelsList.seo-model.seoTeamList.owl-carousel .item {
    padding: 40px 20px 20px;
    text-align: center;
    background: #fff;
    margin: 10px;box-shadow: 0px 0px 5px #dedede;
    min-height: 290px;
}
.modelsList.seo-model.seoTeamList.owl-carousel.service-slide{ padding: 0;background: none;}

.seoTeamList .dr-list .dwn-button {
	background: #6aab43;
	border-radius: 26px;
	font-size: 15px;
	font-weight: normal;
	text-transform: none;
	padding: 6px 20px;
	transition: 0.3s;
}

.seoTeamList .dr-list .dwn-button:hover {
	background: #0068a1;
}

.CRO_slide .boxtext h3 span {
    display: block;
    font-size: 14px;
    color: #616161;
    margin-bottom: 6px;
}




@media only screen and (max-width: 1399px) {
	.delhi-service-list {
		min-height: 355px;
	}

	.leader_text span {
		font-size: 22px;
		line-height: 30px;
	}

	.value_box h3 {
		font-size: 18px;
	}

	.value_box {
		padding: 20px;
	}

	.ceo_content,
	.col-lg-6.first_text {
		padding-right: 70px;
	}

	.vision {
		padding: 20px 0 20px 20px;
	}

	.vision p {
		font-size: 15px;
	}

	.digi_box span {
		font-size: 16px;
	}

	.digi_text {
		padding: 0 20px 20px 15px;
	}

	.client_first {
		padding: 40px;
	}

	section.ceo_sec {
		padding: 40px 80px 0;
	}


	.page-id-1419 .delhi-service-list {
		min-height: 300px;
	}

.min-height-h3 .seoTeamList li h3{min-height: 39px;display: block;
    margin-bottom: 10px;}
.min-height-h3 h3{min-height: 39px;margin-bottom: 10px;}


}

@media only screen and (max-width: 1199px) {
	.location_bx {
		width: 33.3%;
	}

	.location_bx:nth-child(3n) {
		border-right: 0;
	}

	.location_bx:nth-child(4n) {
		border-right: 1px solid #eee;
	}

	.engagementModels .modelsList li {
		padding: 30px 15px;
	}

	.greencallback {
		padding: 30px 10px;
	}

	.location_bx {
		width: 50%;
	}

	.location_bx:nth-child(4n),
	.location_bx:nth-child(3n) {
		border-right: 1px solid #eee;
	}

	.location_bx:nth-child(2n) {
		border-right: 0;
	}
.zcwf_col_fld .g-recaptcha { -webkit-transform: scale(0.68) !important;  }


}

@media only screen and (max-width: 991px) {
	.mainContainer.thankyou_page_main .mx-width-set {
        text-align: center;
        padding: 0px 0px;
    }

	.About_banner .textbl .leftcontent {
		width: 100%;
	}

	.About_banner .textbl.mrgenbt {
		position: static;
		transform: none;
	}

	.About_banner {
		padding: 40px 0;
		background: #136ea3;
	}

	.About_banner img {
		display: none;
	}

	.top_abt_img img {
		position: static;
		margin-bottom: 20px;
	}

	.top_abt_text {
		padding-right: 0;
	}

	.about_top {
		padding: 30px;
	}

	.top_abt_img h2 {
		padding: 0;
	}

	.out_story_sec {
		padding: 40px 20px;
		text-align: center;
	}

	.leader_text span {
		font-size: 18px;
		margin: 2px 0;
		line-height: 22px;
	}

	.leader_text p {
		font-size: 14px;
	}

	.vision_sec .col-md-4 {
		max-width: 50%;
		flex: 0 0 50%;
	}

	.abt_main h2 {
		font-size: 26px;
		line-height: 34px;
		text-align: center !important;
	}

	.ceo_content {
		padding-right: 20px;
	}

	section.ceo_sec .col-md-4 {
		display: flex;
		align-items: flex-end;
	}

	.digi_box {
		padding: 20px;
	}

	.col-lg-6.first_text {
		padding: 0;
	}

	section.ceo_sec {
		padding: 40px 50px 0;
	}

	.About_banner .textbl .leftcontent {
		padding-bottom: 0;
	}

	.abt_main .about_top,
	.abt_main .out_story_sec,
	.abt_main .out_story_sec h2,
	.abt_main .digi_text h2,
	.abt_main .col-lg-6.first_text h2,
	.abt_main .top_abt_img h2 {
		text-align: left !important;
	}

	.head_main.text-center {
		padding: 0;
		text-align: left !important;
	}

	.page-id-11040 .seoteamHelp li:nth-child(3),
	.page-id-11036 .seoteamHelp li:nth-child(3),
	.page-id-11040 .seoteamHelp li:nth-child(2n),
	.page-id-11036 .seoteamHelp li:nth-child(2n) {
		margin-right: 1% !important;
	}

	.postid-991 .seoServicesTitle.service-blk {
		padding: 0 14px;
	}

.copyRight{margin-bottom: 35px;}

.seoServices p {
    min-height: 220px;
  }

.min-height-h3 .seoTeamList li h3{min-height: auto;}


}



@media only screen and (max-width: 767px) {
	.portfolio_tab {
		overflow-x: auto;
		overflow-y: hidden;
		padding-bottom: 5px;
	}

	.portfolio_tab ul {
		flex-wrap: nowrap;
		white-space: nowrap;
	}

	.portfolio_tab a {
		padding: .5rem 2rem .5rem 1rem;
	}

	.location_bx {
		width: 100%;
		border-right: 0 !important;
		flex-wrap: wrap;

		text-align: center;
	}

	.location_bx a {
		text-align: center;
		margin-top: 10px;
	}

	.local_presece1 {
		padding-top: 10px;
	}

	.slider.slider-content.slick-initialized.slick-slider {
		background: none;
		padding: 0 20px 20px;
	}

	.history_right {
		padding: 20px 0 0;
	}

	.history_right h3 {
		font-size: 26px;
	}

	.leader_box {
		text-align: center;
	}

	.vision_sec .col-md-6 {
		max-width: 100%;
		flex: 0 0 100%;
		margin-bottom: 20px;
		text-align: center;
	}

	.abt_main h2 {
		justify-content: center;
	}

	.vision {
		padding: 20px;
		border: 1px solid #eee;
		background: none;
	}

	.value_box h3 {
		font-size: 17px;
		padding-right: 0;
		background-position: center bottom;
	}

	.value_box {
		padding: 20px;
		text-align: center;
	}

	.abt_main p {
		font-size: 15px;
		line-height: 23px;
	}

	.head_main.text-center {
		padding: 0;
	}

	.key-box {
		text-align: center;
	}

	.Key-Strengths .col-md-3 {
		border-right: 0;
	}

	.Key-Strengths .col-md-3:nth-child(n+5) {
		border-bottom: 1px solid #E8E8E8;
	}

	section.ceo_sec {
		padding: 0px 20px 0;
		text-align: center;
	}

	section.ceo_sec .col-md-4 {
		justify-content: center;
	}

	.ceo_content,
	.ceo_content h2 {
		padding-right: 0;
	}

	.our_history_sec .slider .slick-prev,
	.our_history_sec .slider .slick-next {
		display: none !important;
	}

	.our_history_sec .slider-thumb .slick-track .slick-slide::before {
		background: #ffffff9c;
		width: 100%;
		height: 2px !important;
		top: 0;
	}

	.ceo_content::before,
	.ceo_content::after {
		right: 0;
		margin: auto;
	}

	.vision_sec {
		padding: 30px 20px 30px;
	}

	.value_slider .owl-controls .owl-nav {
		justify-content: center;
	}

	.value_slider .owl-controls {
		position: static;
		width: 100%;
	}

	section.digital_mkt {
		padding: 40px 0;
	}

	.digi_text,
	.digi_text h2 {
		padding: 0;
	}

	.digi_box {
		margin-bottom: 20px;
		text-align: center;
		border: 1px solid #eee;
		background: #ffffff80;
	}

	.digi_box span {
		font-size: 16px;
	}

	.client_bx {
		padding: 20px;
		background: none;
		width: 100%;
		margin: 5px 0;
		border: 1px solid #ffffff52;
		text-align: center;
		border-radius: 3px;
	}

	.client_bx p {
		font-size: 14px;
		line-height: 22px;
		padding: 0;
	}

	.postid-56 .seoTeamList .btnRow {
		position: static;
		margin-top: 10px;
	}

	.postid-1003 .whychoose_techmagnate_seo_row ul li em {
		margin-bottom: 5px;
		position: static;
		display: block;
	}

	.page-id-11040 .seoteamHelp li,
	.page-id-11036 .seoteamHelp li {
		width: 100%;
	}

	.postid-991 .ourProcess .processList li,
	.postid-991 .mobhide {
		display: block !important;
	}

	.page-id-1221 .delhi-service-list {
		min-height: 380px;
	}

	/*.page-id-1221 .wctfssd .seo-model li .greencallback {  min-height: auto;position: relative;}*/
	.page-id-1221 .seoteamHelp .seoteamList.box-layout li {
		min-height: auto;
	}
.seoteamHelp li, .seoteamHelp li:nth-child(3){margin-right: 0!important;}
.mainContainer.thankyou_page_main {
    padding:50px 20px;}

   .mainContainer.thankyou_page_main p {
    line-height: 26px;
    font-size: 14px;
    text-align: center;
}

.faridabad-new .seoteamHelp .seoteamList.box-layout li {
    min-height: 340px;
}

.modelsList.seo-model.seoTeamList.owl-carousel.service-slide .owl-controls{position: static;}
.seoServices a.getTopRankBtn{position: static;}
.home .seoServices p{height: auto;}



}

@media only screen and (max-width: 575px) {
	    .mainContainer.thankyou_page_main .mx-width-set {
        text-align: center;
        padding: 0px 0px;
    }
	.mainContainer.thankyou_page_main .mx-width-set h2 br {
        display: none;
    }
	.local_presece li {
		width: 100%;
	}

	.seo_ul li {
		width: 50%;
	}

	.col.cmx-colum {
		width: auto;
	}

	.logos_section figure {
		padding: 5px;
	}

	.logos_section figure .img-fluid {
		width: 80px;
		max-width: none;
	}

	.location_bx a figure {
		margin: 0;
		width: 100%;
		text-align: center;
	}

	.location_bx a {
		justify-content: center;
	}

	.location_bx a p {
		width: 100%;
		padding-left: 0;
		text-align: center;
	}

	.case-study-img img {
		width: 100%;
	}

	.dr-list {
		width: 50%;
	}

	.Trend_report .dl-button.dl-triggerr {
		width: 200px;
	}

	section.our_history_sec {
		padding: 30px 0;
	}

	.Key-Strengths .col-md-3 {
		padding: 20px 0;
	}

	.client_first {
		padding: 40px 30px;
		margin-bottom: 50px;
	}

	.value_box {
		min-height: auto;
	}

	.letestNewsBlock .owl-controls {
		top: -85px;
	}

	.postid-991 .clients_item,
	.postid-991 .clients_item.last {
		padding: 2px;
	}

	.postid-991 .packageplansmainrow .outerrow .clumone {
		width: 325px;
	}

	.postid-991 .seoServicesTitle h2 {
		text-align: left;
	}

	.postid-991 .packageplansmainrow .outerrow.toprow .clumone {
		padding-top: 100px;
	}

	.postid-991 .packageplansmainrow .outerrow.toprow .clumone .titletext {
		font-size: 17px;
		font-weight: 400;
		line-height: 23px;
	}

	#years_sec .dr-list {
		width: 100%;
		margin-bottom: 10px;
	}

	#years_sec .dr-list img {
		display: block;width: 100%;
	}

	.page-id-1221 .wctfssd .modelsList .owl-controls {
		top: -25px;
	}
	.home .infoBox { padding-bottom: 20px;}
	.home .socialLinks { padding-bottom: 10px;}
	.visionbox{height: auto;}

.owl-item.active.center{padding-bottom: 0px;}
.leadership_sec {
    padding: 40px 0 20px;
}
.vision_sec .col-md-6:last-child{margin-bottom: 0;}
.wctfssd {
		padding: 30px 10px;
	}
.engagementModels-blk .greencallback {
    padding: 30px 15px;
}

.engagementModels .modelsList.seo-model li {
    border-bottom: 0 !important;
}
.Key-Strengths .row {
    margin: 40px 0 30px;
}

/*.packageplansmainrow .outerrow.headingrow .clumone{width: 345px;}*/
.row.cont_points h2 {
    text-align: center;
}
.clients_item.enter_bx figure {
  margin: 0 10px 0 0;
}
.clients_item.enter_bx{padding-left: 6px;}
.whyChooseRow.wdd.sma-section p{text-align: left;}

.bangalore-new .greencallback {
    min-height: 245px;
}
.bangalore-new.seoteamHelp .seoteamList.box-layout li, .chennai-new.seoteamHelp .seoteamList.box-layout li, .hyderabad-new.seoteamHelp .seoteamList.box-layout li{min-height: auto;}

.faridabad-new .delhi-service-list, .pune-new .delhi-service-list, .bangalore-new .delhi-service-list, .chennai-new .delhi-service-list, .hyderabad-new .delhi-service-list {
    min-height: 415px;
}
.faridabad-new.seoteamHelp .seoteamList.box-layout li, .pune-new.seoteamHelp .seoteamList.box-layout li{min-height: auto;}





}

@media only screen and (max-width: 350px) {

	.postid-42 .delhi-service-list .btnRow {
		position: static;
	}

	.postid-42 .delhi-service .delhi-service-list p {
		height: auto;
	}

}


.ppcservicesmanagementstrategy .two-column-list .list-height li {
	min-height: 353px !important
}


.whoweareRow .read {
	position: relative;
	margin: 10px 0 0;
	font-weight: 500;
	font-size: 15px;
	text-transform: capitalize;
	cursor: pointer;
	font-weight: bold;
	color: #5f9d38;
}


.whoweareRow .read.collapsed:after {
	content: '+ Read More';
}

.whoweareRow .read:not(.collapsed):after {
	content: '- Read Less';
}


.highlight_section {
    background: #dbfbc7;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 15px;
    position: relative;
    box-shadow: 0 0 10px #0b1c001c;
}

.highlight_section::before {
    content: '';
    background: url(../images/yellow-dots-bg.webp) no-repeat;
    width: 62px;
    height: 62px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 9;
    filter: contrast(0.5);
}

.highlight_section li {
    padding: 4px;list-style-position: outside !important;
}
.highlight_section ul{margin-left: 20px;}

/*

section.footer-cta {
    display: none;
}*/

ul.seoteamList.box-layout.gurgaon_seo li:last-child {
    float: none;
    border-right: 0px solid #e8e8e8;
}

ul.seoteamList.box-layout.gurgaon_seo {
    text-align: center;
}

.contact-cta:focus{color: #fff;}
.contact-cta:hover:focus{color: #609d39;}
ul.seoteamList.box-layout.gurgaon_seo li{min-height: 315px;}


/* new martech css */
.mart-techsec1 {
    background: #0068a1;
    color: #2D2D2D;
    padding: 30px 25px;
}
.mart-techsec1 .tab-sec .nav-pills .nav-link {
    color: #222;
    padding: 7px;
}

.mart-techsec1 .tab-sec .nav-pills .nav-link {
    color: #000;
    margin:4px 0px;
	font-weight: bold;
}
.mart-techsec1 .tab-sec .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    font-size: 15px;
    background: #0068a1;
    color: #fff;
    border-radius: 0;
    padding-left: 5px;
    -webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.19);
    -moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.19);
    box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.19);
}
.mart-techsec1 .tab-sec .nav-pills .nav-link {
    font-size: 15px;
    position: relative;
}
/* here */
.mart-techsec1 .tab-sec .nav-pills .nav-link.active:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url(https://www.techmagnate.com/dev/files/2024/05/Arrow-1.png);
    background-repeat: no-repeat;
    left: 91%;
    top: 35%;
}
.tab-sec .tab-content>.active {
    display: flex;
    justify-content: space-between;
	align-items: start;
}
.mart-techsec1 .tab-sec .nav-pills .nav-link:hover {
    background: #0068a1;
    border-radius: 0;
    color: #fff;
}
.mart-techsec1 h2 {
    color: #fff;
    font-size: 28px;
}
.mart-techsec1 p {
    font-size: 14px;
    line-height: 20px;
    color: #fff;
}
.mart-techsec1 .tab-sec {
    background: #fff;
    border-radius: 0;
    margin-top: 35px;
    align-items: flex-start;
	justify-content: flex-start;
	display: flex;
}
p.note {
    margin-top: -15px;
    font-size: 13px;
}
ul.tab-sec-list li {
    margin: 14px 0 0px;
    font-size: 12px;
    padding-bottom: 5px;
    /* list-style: disc; */
    padding-left: 20px;
    position: relative;
}

ul.tab-sec-list li:before {
    width: 5px;
    height: 5px;
    background: #2D2D2D;
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    left: 5px;
    top: 7px;
    border-radius: 50%;
}
.awardsAccolades.award .item {
    margin: 0 5px;
}
.awardsAccolades.award .item img {
    height: 100%;
    width: 100%;
}
.box-con {
    text-align: center;
}
.box-con .col {
    border: 2px solid #CBE5FF;
    margin-right: 10px;
    padding: 10px 5px;
    background: #fff;
}
.box-con .col:nth-child(5) {
    margin-right: 0;
}
.box-con .col span{
    color: #025383;
    font-size: 24px;
    font-weight: 600;
    margin: 15px 0;
	display: block;
}
.box-con .col p{
    color: #2D2D2D;
    font-size: 14px;
    line-height: 20px;
    margin-bottom:0px;
}
span.related-blog-title a {
    margin-top: 20px;
    font-size: 16px;
}

.new_add_sec.m-b-20.m-t-50 p {
    font-size: 18px;
    line-height: 28px;
    color: #2D2D2D;
}

section.merchantSolution {
    background: url(https://www.techmagnate.com/dev/files/2024/05/banner-line-curve1-1.png), #fff;
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: 55%;
    padding: 45px 25px 0 35px;
}
.merchant-solution {
    background: url(../images/Martech-_Solutions.png);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 60%;
}
.merchant-solution-points {
    padding-left: 18px;
}
.merchantSolution span{
    font-size: 22px;
    color: #0068A1;
    line-height: 32px;
    font-weight: 600;

}
.merchant-solution-points p span {
    font-size: 18px;
    line-height: 24px;
	color: #2D2D2D;
    font-weight: 600;
}
.merchant-solution-points p {
    font-size: 16px;
    color: #2D2D2D;
    line-height: 24px;
}
.merchant-solution-points ul li {
    font-size: 14px;
    color: #2D2D2D;
    padding-bottom: 13px;
}
.merchant-solution-points ul {
    margin-top: 40px;
    padding-bottom: 1rem;
}
.merchant-solution-points ul li {
    list-style-type: disc;
    margin: 7px 0;
}

.merchantAgency {
    background: url(https://www.techmagnate.com/dev/files/2024/05/waves-2-1-1-1.png), #0068A1;
    color: #fff;
    padding: 45px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom center;
}
.merchantAgency .row {
    align-items: center;
}
.merchant-Consulting-Agency h2 {
    font-size: 26px;
    margin-bottom: 30px;
}
section.problemsolving .blue-txt {
    color: #0068A1;
	font-size: 18px;
    font-weight: 600;
    margin-bottom: 17px;
}
section.problemsolving {
    background: #F6FBFD;
    color: #000000;
    padding: 35px 45px 25px;
    text-align: center;
    /* background-size: contain;
    background-repeat: no-repeat;
    background-position: center; */
}
section.problemsolving .padding-top{
	padding: 30px 60px 0;
    line-height: 30px;
}
p.pding-30 {
    padding: 0 60px;
}
.flex-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.box-item {
    display: flex;
    align-items: flex-start;
    border: 1px solid #E8E6E6;
    border-radius: 5px;
    flex: 0 0 calc(30.33%);
    padding: 6px 5px;
    margin: 10px;
	text-align: left;
}
.box-item.white-bck p {
    font-size: 14px;
    line-height: 25px;
	margin-bottom: 0;
    color: #000000;
    font-weight: 600;
}

.box-item img {
    max-width: 236px;
	padding: 0 5px;
	margin-top: 5px;
}
.box-item p {
    font-size: 14px;
    line-height: 23px;
    color: #000000;
}
.cta-btn {
    margin: auto;
    text-align: center;
}
.cta-btn a {
    text-transform: unset;
}	
span.text-heading-sub  {
    font-size: 18px;
    line-height: 24px;
    color: #2D2D2D;
	display: block;
	margin-bottom: 10px;
}

.box-item.white-bck {
    background: #ffff;
}

.merchantAgency p {
    font-size: 14px;
    line-height: 23px;
    padding-right: 4rem;
}
.merchantConsultingAdoption h2{
    font-size: 22px;
    line-height: 36px;
    color: #0068a1;
    font-weight: 700;
    padding-bottom: 0;
    position: relative;
    margin: 0 0 12px;
    clear: both;
}
.merchantConsultingAdoption .row {
    justify-content: space-between;
}

.merchantSolutionBox h3 {
    color: #025383;
    font-size: 17px;
    font-weight: 600;
}
.martech-cta span {
    text-align: center;
    padding-left: 3rem;
}
.enterWebsiteSection span {
    color: #fff;
    font-size: 20px;
    text-transform: none;
    margin: 0;
    padding-left: 10px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 30px;
}
.enterWebsiteSection p {
    color: #fff;
    font-size: 20px;
    text-transform: none;
    margin: 0;
    padding-left: 10px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 30px;
}
ul.Consulting-Adoption-list li {
    position: relative;
    padding-bottom: 12px;
    padding-left:28px
}
ul.Consulting-Adoption-list li:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url(../images/mark.png);
    background-repeat: no-repeat;
    left: 0px;
    top: 3px;
}
.problemsolving h2 {
    line-height: normal;
    font-size: 26px;
}
/* .problemsolving p{
    font-size: 14px;
    line-height: 24px;
    color: #2D2D2D;
	margin-bottom: 0px;
} */
.problemsolving ul li{
    list-style: disc;
    margin-left: 17px;
    padding-bottom: 7px;
    margin-bottom: 10px;
    padding-right: 2rem;
}

.merchantSolutionBox .boxtext {
    background: #fff;
    padding: 1rem 1rem 1rem;
    position: relative;
    min-height: 410px;
}
.merchant-solution-points li {
    position: relative;
}
.merchant-solution-points li:after {
    position: absolute;
    content: '';
    width: 80%;
    height: 1px;
    background: #e8e8e8;
    left: -18px;
    bottom: -1px;
}
.merchantSolutionBox .boxtext ul {
    padding-top: 30px;
}
.problemsolvingContent li{
position: relative;

}
/* .problemsolvingContent li:after {
    position: absolute;
    content: '';
    width: 90%;
    height: 1px;
    background: #e8e8e8;
    left: -18px;
    bottom: -1px;
} */

.problemsolvingContent ul {
    margin-bottom: 35px;
    padding-top: 1.5rem;
    display: grid;
    grid-template-columns: 50% 50%;
    grid-gap: 0 14px;
}
.mart-techsec1 .tab-sec-list li:after {
position: absolute;
    content: '';
    width: 90%;
    height: 1px;
    background: #e8e8e8;
    left: 4px;
    bottom: -1px;
}


.merchantSolutionBox .boxtext h3:after {
   position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background: #e5e5e5;
    left: 0px;
    top: 55px;

}
.mart-techsec1 div#v-pills-tab {
    width: 35%;
}
.mart-techsec1 .tab-sec .tab-content {
    padding-left: 20px;
    width: 60%;
}
.mart-techsec1 .tab-img {
    width: 45%;
	margin-top: 10px;
}
.mainContainer .no-gutters .col:last-child {
    display: none;
}

ul.for-blk li:first-child .textbox{
	display: block;
}

.CRO_slide .boxtext h3 {
    padding-bottom: 25px;position: relative;
}
.CRO_slide .boxtext h3:after {
    bottom: 0px;
    top: auto;
}
.CRO_slide .merchantSolutionBox .boxtext{ min-height: 465px;}
.CRO_slide .merchantSolutionBox .boxtext ul {
    padding-top: 10px;
}
.CRO_002 .seoteamList.box-layout.flex-layout-sec {
    justify-content: center;
}
.border-left-last {
    border-left: 1px solid #e8e8e8;
}
.modelsList.seo-model.seoTeamList.owl-carousel.CRO_choose .item {
    min-height: 200px;
}
.CRO_choose .owl-controls {
    display: none;
}

@media screen and (max-width:767px){
.box-con .col:nth-child(5) {
    margin-right: 0px;
}
.box-con .col {
    margin: 3px;
    flex-basis: 45%;
    padding: 0px;

}
.merchantAgency {
    padding: 25px;
}

.merchantSolution span {
    /* margin-bottom: 7rem; */
    line-height: 25px;
    font-size:18px;
    color: #2D2D2D;
}
.merchant-solutionBox.mobile-only {
    display: block !important;
}
section.merchantSolution {
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: 100%;
}
.merchant-solution {
    background-size: 32%;
}

.merchant-solution-points ul {
    margin-top: 30x;
    padding-bottom: 2em;
}
    .mob{
        margin-bottom: 0 !important;
}
.merchantConsultingAdoption .row {
    flex-direction: column;
}
.merchantConsultingAdoption .row .col-md-4 {
    flex: 0 0 100%;
    max-width: 100%;
    margin:10px 0;
}
section.problemsolving {
    padding: 10px;
}
p.pding-30 {
    padding: 0;
}
section.problemsolving .padding-top {
    padding: 0;
    line-height: 20px;
}
.box-item {
    flex: 0 0 calc(100%);
    padding: 15px 10px;
}
.problemsolving ul li {
   
    margin-left: 15px;
    margin-bottom: 8px;
}
.problemsolving h2 {
    font-size: 20px;
}
.seoServicesTitle h2 {
    text-align: left;
}
.formob{
    display: block !important;
}
.tab-sec.tab-inner-pg {
    display: none;
}
.martech-cta span {
    text-align: center;
    padding-left: 0;
}
.problemsolvingContent li:after {
    width: 100%;
}
.merchantAgency p {
    padding-right: 0;
}
.merchant-solution-points li:after {
    width: 100%;
}
.mart-techsec1 h2 {
    font-size: 15px;
}
.frequentlyasked.formob ul.tab-sec-list li:before{
display:none;
}
.merchantSolutionBox .boxtext {
    min-height: 447px;
}
.merchant-solution {
    background: unset;
}

.mainContainer .no-gutters .col:last-child {
    background: #f6f6f6;
    border: none;
    display:block;
}
.merchant-solution-points li:after {
    left: -18px;
    bottom: 3px;
    background: url(https://www.techmagnate.com/dev/files/2024/05/mobile-border.png);
}
.problemsolvingContent ul {
    display: block;
}
.problemsolving ul li {
    padding-right: 0;
}
.CRO_choose .owl-controls {
    display: block;
}


}

.flex-layout-sec {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.border-left-li{border-left: 1px solid #e8e8e8;}

.cls {
 position: absolute;
  right: 0px;
  top: 0px;
  z-index: 9;
  height: 25px;
  width: 25px;
  color: #fff !important;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  font-weight: 800;
  font-size: 18px;
}

.arrow_post_type .owl-nav {
    display: flex;
    justify-content: space-between;
    position: static;
    width: auto;
}


.arrow_post_type .owl-nav .owl-prev, .arrow_post_type .owl-nav .owl-next {
    top: 16%;
    position: absolute;
    transform: translate(0px, 12%);
}

.arrow_post_type .owl-nav .owl-prev {
    left: -30px;
}

.arrow_post_type .owl-nav .owl-next {
    right: -30px;
}

.arrow_post_type .owl-nav .owl-prev, .arrow_post_type .owl-nav .owl-next  {
    background: #276ea2;
    color: #fff;
    padding: 8px 10px;
}


.iconhyper.iconstore {
    background-position: -465px -3px!important;
}

.formrequest .iconhyper {
    background: url(../images/sprite-newhypers.png) no-repeat 0 0;
    border-radius: 2px 0 0 2px;
    display: inline-block;
    height: 42px;
    left: 0;
    position: absolute;
    top: 0;
    vertical-align: top;
    width: 40px;
}

.casestudylist.port-list-size {
    min-height: 301px;
}



/*UI07051988 AUDIT*/

.seo-audit-sec{background: url(../images/claim-bg.jpg );padding: 25px;background-size: cover;height:260px;}
.seo-audit-inner {
  max-width: 580px;
  margin: auto;
  text-align: center;
}
.seo-audit-sec h2 {
  color: #fff;
  font-weight: 400;
  font-size: 24px; position: relative;padding-bottom: 20px;line-height: 1.4;
}
.seo-audit-sec h2::after{
	background: url(../images/claim-before.png) no-repeat center bottom;
    background-size: auto;
  position: absolute;
  content: '';
  left: 93px;
  bottom: 0;
  height: 20px;
  width: 100%;
  background-size: 175px;
  right: 0;
  margin: auto;
}
.form-audit-none {
 display: none;
  background: #E8E8E8;
  padding: 8px 12px;
  border-radius: 5px;
}
.form-audit-web {
  display: flex;
  background: #E8E8E8;
  padding: 12px;
  border-radius: 5px;
  align-items: center;
  justify-content: space-between;
}
.seo-audit-sec h2 strong {
  font-weight: 700;
}

.seo-audit-sec input {
  border: 0;font-size: 15px;
}
.form-audit-web .weburl {
  width: 55%;
}
.seo-audit-sec  .report-btn {
  width: 43%;
  background: #5f9d38;
  color: #fff;
  font-weight: 600;
  padding: 6px;
  border-radius: 5px;display: flex;
  align-items: center;
  justify-content: center;transition: 0.3s;
}
.seo-audit-sec .report-btn:hover{background: #276ea2;}

.seo-audit-sec.report-btn img {
  margin-left: 5px;transition: 0.3s;
}
.seo-audit-sec .report-btn:hover img{transform: translateX(5px);}


.field-box {
  width: 100%;
}
.seo-audit-sec .btn_claim .report-btn {
  width: 100%;
}
.form-audit-none .col-md-6 {
  padding:5px;
}
.new_banner_audit .form-audit-none .col-md-6 {
  padding:0 5px 10px;
}
.form-audit-none .row {
  margin-left: -5px;
  margin-right: -5px;
}
.seo-audit-sec img{margin-left:5px;}

/*Home-audit*/

.new_banner_audit{background: url(../images/home_audit_bnr.jpg );padding: 25px; background-size: cover;}

.new_banner_audit h2 {
  text-align: left;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 30px;
  color: #222;
}
.new_banner_audit h2 strong {
  font-weight: bold;
  color: #6bab44;
}
.new_banner_audit h2 strong.h2a{color: #0868A0;position: relative;}

.new_banner_audit .seo-audit-inner{max-width: none;}


.new_banner_audit .form-audit-web {
  background: none;
  border: 1px solid #817E7E;
  border-radius: 35px;
  padding: 0px 0px 0 20px;
  background: #fff;
  max-width: 540px;
}
.new_banner_audit .form-audit-web input {
  border: 0;
  padding: 0;
  height: 50px;
  width: 50%;
}
.new_banner_audit .report-btn {
  background: #6bab44;
  padding: 13px 52px;
  color: #fff;
  font-weight: 600;
  border-radius: 25px;transition: 0.3s;border: 0;
}
.new_banner_audit .report-btn img {
  width: 12px;
}


.new_banner_audit.report-btn img {
  margin-left: 5px;transition: 0.3s;
}
.new_banner_audit .report-btn:hover img{transform: translateX(5px);}
.new_banner_audit .report-btn:hover{background: #0868A0;color: #fff;}

.new_banner_audit .form-audit-web input:focus{box-shadow: none;}

.new_banner_audit h2 strong.h2a::after{
	background: url(../images/after_line.png) no-repeat center bottom;
    background-size: auto;
  position: absolute;
  content: '';
  left: 0;
  bottom: -15px;
  height: 20px;
  width: 100%;
  background-size: 189px;
  right: 0;
  margin: auto;
}


.new_banner_audit .form-audit-none {
  max-width: 610px;
  padding: 0;
  background: none;
}
.new_banner_audit .form-audit-none input {
  height: 50px;
  border-radius: 25px;
  border-color: #817E7E;
  font-size: 15px;
  padding: 10px 20px;
}
.new_banner_audit .field-box .report-btn{width: 100%;}

.bnr_img {
  max-width: 70%;margin: auto;
}
.new_banner_audit .report-btn img {
  width: 12px;
}

.audit_btn_sticky {
  position: fixed;
  right: -58px;
  top: 45%;
  z-index: 99999;
  transform: rotate(-90deg);
}
.audit_btn_sticky a {
  padding: 6px 14px;
  background: #0868a0;
  color: #fff;
  font-weight: 600;
  border-radius: 5px 5px 0 0;
  transition: 0.3s;
}
.audit_btn_sticky a:hover {
  background: #035484;
  color: #fff;
}
.audit_btn_sticky img {
  width: 16px;
  margin: 0 4px 0 0;
}
div#website_urlss {
    color: coral;
    font-size: 12px;
    text-align: left;
}


.case_stdy_sec.new_case_section_bg {
    background: #fff;
    padding: 25px 20px;
}
.new_case_section_bg .case-study-list {
    position: relative;
    padding: 0;
    background: inherit;
    border: 1px solid #CBE5FF;
    border-radius: 8px;
}
.new_case_section_bg .case-study-img-new figure {
    margin: 0;
}
.new_case_section_bg .case-study-img-new figure img {
    border-radius: 8px 8px 0 0;
    width: 100%;
}
.case_category_title {
    border: 1px solid #A0A0A0;
    padding: 0 20px;
    display: inline-block;
    font-weight: 600;
    color: #A0A0A0;
    border-radius: 82px;
    text-transform: uppercase;
    font-size: 12px;
}
.new_case_section_bg .case-study-content p {
    color: #000;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    margin-top: 14px;
    margin-bottom: 15px;
    min-height: 62px;
}
.new_case_section_bg .case-study-content {
    padding-top: 15px;
    position: relative;
}
.new_case_section_bg .case-study-content {
    padding: 26px 14px;
}


@media (max-width: 1199px){
.new_banner_audit h2{font-size: 30px;}
}

@media (max-width: 991px){
	.seo-audit-sec{padding: 25px;}
	.seo-audit-sec h2{font-size:21px;}
.bnr_img{display: none;}
  .new_banner_audit h2 {
    font-size: 22px;
    text-align: center;
  }
 .new_banner_audit .form-audit-web{margin: auto;}
.new_banner_audit .report-btn{padding: 8px 32px;}
.new_banner_audit .form-audit-web input{height: 40px;margin: 0;}
.new_banner_audit .seo-audit-inner{padding-top: 0;}

.new_banner_audit .form-audit-none input{height: 40px;}

.form-audit-none .col-md-6 {
  padding: 0 5px 5px;
}
.new_banner_audit .audit-text {
  margin-bottom: 20px;
}
	
}
@media (max-width:767px){
.seo-audit-sec{height: auto;padding:20px 10px;}
.form-audit-web{flex-wrap:wrap;}
.form-audit-web .weburl {width: 100%; margin-bottom: 10px;}
.seo-audit-sec .report-btn{width:100%;}

.audit_btn_sticky{right: -54px;top: 30%;}
.audit_btn_sticky a{font-size: 13px;padding: 4px 12px;}
	
}
@media (max-width:575px){
.seo-audit-sec h2 {font-size: 14.5px;  }
.seo-audit-sec h2::after{background-size:130px;left: 0;}
.new_banner_audit .report-btn, .new_banner_audit .form-audit-none input{ padding: 8px 15px;font-size: 13px; }
.new_banner_audit .form-audit-web{padding: 0px 0px 0 15px;}
.new_banner_audit .form-audit-web input { font-size: 13px; width: 47%; }
.new_banner_audit h2 {font-size: 16px;margin-bottom: 10px;}
.new_banner_audit h2 strong.h2a::after {background-size: 118px;}
.new_banner_audit{padding: 25px 15px;}
.new_banner_main .container{width: 100%;padding: 0;}


}

