/*common class*/
.fs-18 {
	/*  font-family: "nexa_lightregular";*/
	font-size: 18px;
	line-height: 1.55;
}
/**
 * Position icons into circle (SO)
 * 
 */
.circle-box {
	background: #f8f8f8;
}
.graph-row {
	clear: both;
}
.graph-grid {
	float: left;
	width: 25%;
}
.graph-label {
	font-size: 20px;
	color: #666666;
	font-style: italic;
}
.graph-item {
	font-size: 20px;
	color: #333;
}
.para-graph-outer .graph-row {
	margin-bottom: 30px;
}
.para-graph-outer .graph-row::after {
	clear: both;
	content: "";
	display: table;
}
/**********/
.graph-outer {
	font-size: 19.08px;
	margin: 50px 0 150px;
	position: relative;
}
.circle-container {
	position: relative;
	width: 21.5em;
	height: 21.5em;
	/*padding: 2.8em;*/ /*= 2em * 1.4 (2em = half the width of an img, 1.4 = sqrt(2))*/
	border: dashed 0px;
	border-radius: 50%;
	margin: 0 auto;
}
.circle-container .item .item-img {
	height: 100%;
	width: 100%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.circle-container .item {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 7em;
	height: 7em;
	margin: -3em; /* 2em = 4em/2 */ /* half the width */
	transform-style: flat;
}
.circle-container img {
	display: block;
	width: 100%;
}
/* 12em = half the width of the wrapper */
.lg1 {
	transform: rotate(220deg) translate(9.1em) rotate(-220deg);
	-webkit-transform: rotate(220deg) translate(9.1em) rotate(-220deg);
}
.lg2 {
	transform: rotate(5deg) translate(-8.6em) rotate(-6deg);
	-webkit-transform: rotate(5deg) translate(-8.3em) rotate(-6deg);
}
.item.lg2 {
	width: 6.8em;
	height: 6.8em;
}
.lg3 {
	transform: rotate(148deg) translate(8.6em) rotate(-149deg);
	-webkit-transform: rotate(148deg) translate(8.6em) rotate(-149deg);
}
.lg4 {
	transform: rotate(113deg) translate(8.2em) rotate(-113deg);
	-webkit-transform: rotate(113deg) translate(8.2em) rotate(-113deg);
}
.item.lg4 {
	width: 6.2em;
	height: 6.2em;
}
.lg5 {
	transform: rotate(70deg) translate(8.3em) rotate(-70deg);
	-webkit-transform: rotate(70deg) translate(8.3em) rotate(-70deg);
}
.item.lg5 {
	width: 6em;
	height: 6em;
}
.lg6 {
	transform: rotate(38deg) translate(7.9em) rotate(-38deg);
	-webkit-transform: rotate(38deg) translate(7.9em) rotate(-38deg);
}
.lg7 {
	transform: rotate(-1deg) translate(7.7em) rotate(1deg);
	-webkit-transform: rotate(-1deg) translate(7.7em) rotate(1deg);
}
.item.lg7 {
	width: 6.8em;
	height: 6.8em;
}
.lg8 {
	transform: rotate(319deg) translate(8.5em) rotate(41deg);
	-webkit-transform: rotate(319deg) translate(8.5em) rotate(41deg);
}
.lg9 {
	transform: rotate(291deg) translate(8.3em) rotate(69deg);
	-webkit-transform: rotate(291deg) translate(8.3em) rotate(69deg);
}
.item.lg9 {
	width: 6.2em;
	height: 6.2em;
}
.lg10 {
	transform: rotate(250deg) translate(8.2em) rotate(-251deg);
	-webkit-transform: rotate(250deg) translate(8.2em) rotate(-251deg);
}
.item.lg10 {
	width: 6em;
	height: 6em;
}
/* this is just for showing the angle on hover */

/* this is for showing the circle on which the images are placed */
.circle-container:after {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -6.06em;
	margin-top: -6.06em;
	width: 12.125em;
	height: 12.125em;
	border: dashed 0px deeppink;
	border-radius: 50%;
	opacity: .3;
	pointer-events: none;
	content: '';
}
.circle-container:hover:after {
	opacity: 1;
}
.tool-tip {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 1;
	z-index: 99999;
	width: 154px;
	word-wrap: break-word;
	height: 0;
	width: 0;
	overflow: hidden;
}
.circle-container .item:hover {
	cursor: pointer;
}
.circle-container .item .tool-tip {
	opacity: 0;
	background: #fff;
	-webkit-box-shadow: -5px 6px 30px 0px rgba(0, 0, 0, 0.8);
	-moz-box-shadow: -5px 6px 30px 0px rgba(0, 0, 0, 0.8);
	box-shadow: -5px 6px 30px 0px rgba(0, 0, 0, 0.8);
}
.circle-container .item .tool-tip .title {
	background: #1f916d;
	color: #fff;
	text-align: center;
	padding: 10px 15px;
	box-sizing: border-box;
	font-size: 15px;
	line-height: 18px;
	border: none;
}
.circle-container .item .tool-tip .info {
	background: rgb(255, 255, 255) none repeat scroll 0 0;
	font-size: 14px;
	line-height: 30px;
	padding: 5px 15px 0;
}
.circle-container .item .tool-tip .more-link {
	padding: 0 15px 15px;
}
.circle-container .tool-tip.open {
	opacity: 1;
}
.lt {
	top: 0.3em;
	left: -15.4em;
}
.rt {
	top: 0.2em;
	left: 16.65em;
}
.lt1 {
	top: 1.7em;
	left: -11.40em;
	transform: rotate(1deg);
	-webkit-transform: rotate(1deg);
}
.lt2 {
	left: -12.7em;
	top: 5.7em;
	transform: rotate(2deg);
	-webkit-transform: rotate(2deg);
}
.bc {
	/*left:16em;
	top:-5em;
	transform:rotate(2deg);
	-webkit-transform:rotate(2deg);*/
	left: -3.51em;
	top: 8.4em;
	transform: rotate(2deg);
	-webkit-transform: rotate(2deg);
}
.rt1 {
	left: 6.9em;
	/*top: -0.5em;*/
	top: 1.8em;
	transform: rotate(1deg);
	-webkit-transform: rotate(1deg);
}
.rt2 {
	/*top:0;
	left:12.125em;*/
	left: 7.9em;
	top: 6.1em;
	transform: rotate(2deg);
	-webkit-transform: rotate(2deg);
}
.lg10 .lt {
	top: -1.5em;
	left: -20.5em;
}
.lg1 .lt {
	top: 1.1em;
	left: -16.1em;
}
.lg2 .lt {
	top: 2.1em;
	left: -15.0em;
}
.lg3 .lt {
	top: 2.6em;
	left: -16.0em;
}
.lg4 .lt {
	top: 5.5em;
	left: -20.0em;
}
.lg5 .rt1 {
	top: 5.2em;
	left: 15.5em;
}
.lg6 .rt1 {
	top: 4.2em;
	left: 12.5em;
}
.lg7 .rt {
	top: 2.2em;
	left: 10.5em;
}
.lg8 .rt {
	top: 1.5em;
	left: 12.5em;
}
.lg9 .rt {
	top: -0.7em;
	left: 15.65em;
}
.fixed-tip.item {
	transform: none !important;
}
.fixed-tip.deg0 {
	width: 200px;
}
.fixed-tip.deg315 {
	width: 180px;
}
.fixed-tip.deg45 {
	width: 198px;
}
.fixed-tip.deg90 {
}
.fixed-tip.deg135 {
}
.fixed-tip.deg180 {
	width: 190px;
}
.fixed-tip.deg225 {
	width: 170px;
}
/*arrow lines*/
/*.item.open .item-img::before { content:'';}*/
.item-img::before {
	font-size: 14px;
	font-family: 'montserratsemibold';
	font-style: normal;
	font-stretch: normal;
	line-height: 1.36;
	letter-spacing: 0.9px;
	background-repeat: no-repeat;
	background-size: 100%;
	content: attr(data-title);
	height: 13px;
	color: #000;
	padding: 18px 23px;
	position: absolute;
	width: 270px;
	left: 0;
	top: 0;
	z-index: -1;
	cursor: default;
	/*transition: background-image 0.5s ease-in;
	-webkit-transition: background-image 0.5s ease-in; */
}
.lg1 .item-img::before {
	background-image: url("../images/circle-images/lnc10.svg");
	left: -21.9em;
	top: 2.7em;
	width: 355px;
}
.lg2 .item-img::before {
	background-image: url("../images/circle-images/lnc2.svg");
	left: -20em;
	text-align: left;
	top: 4.5em;
	width: 308px;
}
.lg3 .item-img::before {
	background-image: url("../images/circle-images/lnc3.svg");
	left: -21.3em;
	top: 5em;
	text-align: left;
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	width: 354px;
	padding-top: 25px;
	color: #000;
}
.lg4 .item-img::before {
	background-image: url("../images/circle-images/lnc4.svg");
	left: -27em;
	top: 6em;
	text-align: left;
	width: 448px;
	padding-top: 3.5em;
	color: #000;
}
.lg5 .item-img::before {
	background-image: url("../images/circle-images/lnc5.svg");
	left: 3.9em;
	top: 6em;
	text-align: right;
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	width: 448px;
	height: 25px;
	padding-top: 50px;
}
.lg6 .item-img::before {
	background-image: url("../images/circle-images/lnc6.svg");
	left: 5.9em;
	top: 6em;
	text-align: right;
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	width: 354px;
	height: 25px;
	padding-top: 25px;
}
.lg7 .item-img::before {
	background-image: url("../images/circle-images/lnc7.svg");
	left: 5.9em;
	top: 4em;
	text-align: right;
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	width: 327px;
}
.lg8 .item-img::before {
	background-image: url("../images/circle-images/lnc8.svg");
	left: 5.7em;
	top: 3em;
	text-align: right;
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	width: 355px;
	height: 24px;
}
.lg9 .item-img::before {
	background-image: url("../images/circle-images/lnc9.svg");
	left: 4em;
	top: -0.5em;
	text-align: right;
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	width: 445px;
	height: 49px;
}
.lg10 .item-img::before {
	background-image: url("../images/circle-images/lnc1.svg");
	height: 49px;
	left: -27.5em;
	top: -1em;
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	width: 445px;
}
.lg1:hover .item-img::before, .lg1.open .item-img::before {
	background-image: url("../images/circle-images/ln10.svg");
}
.lg2:hover .item-img::before, .lg2.open .item-img::before {
	background-image: url("../images/circle-images/ln2.svg");
}
.lg3:hover .item-img::before, .lg3.open .item-img::before {
	background-image: url("../images/circle-images/ln3.svg");
}
.lg4:hover .item-img::before, .lg4.open .item-img::before {
	background-image: url("../images/circle-images/ln4.svg");
}
.lg5:hover .item-img::before, .lg5.open .item-img::before {
	background-image: url("../images/circle-images/ln5.svg");
}
.lg6:hover .item-img::before, .lg6.open .item-img::before {
	background-image: url("../images/circle-images/ln6.svg");
}
.lg7:hover .item-img::before, .lg7.open .item-img::before {
	background-image: url("../images/circle-images/ln7.svg");
}
.lg8:hover .item-img::before, .lg8.open .item-img::before {
	background-image: url("../images/circle-images/ln8.svg");
}
.lg9:hover .item-img::before, .lg9.open .item-img::before {
	background-image: url("../images/circle-images/ln9.svg");
}
.lg10:hover .item-img::before, .lg10.open .item-img::before {
	background-image: url("../images/circle-images/ln1.svg");
}
.circle-container .center.item {
	left: 7.5em;
	margin: 0;
	top: 5.5em;
}
.circle-container .item .tool-tip .more-link a {
	margin-top: 0;
}
.item.fixed-tip {
	position: absolute;
	z-index: 99;
	width: 210px;
	word-wrap: break-word;
	background: #fff;
	box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
	padding-bottom: 15px;
}
.fixed-tip .title {
	background-image: linear-gradient(258deg, #ef504a, #8103cb);
	background-image: -webkit-linear-gradient(258deg, #ef504a, #8103cb);
	color: #fff;
	text-align: left;
	padding: 10px 8px 10px 15px;
	box-sizing: border-box;
	font-size: 14px;
	font-stretch: normal;
	line-height: 1.36;
	letter-spacing: 0.9px;
	border: none;
}
.fixed-tip .info {
	background: rgb(255, 255, 255) none repeat scroll 0 0;
	font-size: 12px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.58;
	letter-spacing: normal;
	padding: 15px 15px 15px 15px;
}
.fixed-tip .more-link {
	padding: 0 15px 0px;
}
.btn-close {
	background:url(../images/btn-close.png) no-repeat;
	cursor: pointer;
	display: inline-block;
	float: right;
	margin-left: 3px;
	position: relative;
	right: -27px;
	text-align: center;
	top: -29px;
	width: 40px;
	height:40px;
}
/*@media(min-width:1100px) {
.btn-close { display:none;}
}*/

@media (min-width: 1366px) and (max-width: 1420px) {
.bc {
	top: 8.4em;
}
.fixed-tip.deg315 {
	width: 150px;
}
}
/* LAPTOP WIDE */
@media (min-width: 1321px) and (max-width: 1365px) {
.deg90 .item-img::before {
	left: -4.5em;
}
.bc {
	top: 10em;
}
.fixed-tip.deg315 {
	width: 150px;
}
}
/* LAPTOP WIDE */
@media (min-width: 1281px) and (max-width: 1320px) {
.graph-outer {
	font-size: 14px;
}
.deg90 .item-img::before {
	left: -4.5em;
}
.bc {
	top: 9.5em;
}
.fixed-tip.deg315 {
	width: 140px;
}
}
/* LAPTOP WIDE */
@media (min-width: 1241px) and (max-width: 1280px) {
/*.graph-outer {
	font-size: 14px;
}
.deg90 .item-img::before {
	left: -4.7em;
}
.fixed-tip.deg315 {
	width: 140px;
}*/
}
@media (min-width: 1024px) and (max-width: 1100px) {
.fixed-tip .title {
	font-size: 12px;
}
}
@media screen and (max-width: 1024px) {
.graph-outer {
	font-size: 12px;
	position:relative;
	margin-top:60px;
}
.graph-outer::before {
	content:'Click on the icon to view WordPress solutions';
	text-align:center;
	width:100%;
	display:block;
	font-size:16px;
	position:absolute;
	top:-40px;
	left:0px;
	}
}
/* LAPTOP WIDE */
@media (min-width: 1024px) and (max-width: 1240px) {
.fixed-tip {
	width: 170px;
}
.graph-outer {
	font-size: 16px;
	margin-bottom: 50px;
}
.item-img::before {
	padding: 18px 15px;
}
.deg90 .item-img::before {
	left: -6.9em;
	padding-top: 4em;
}
.fixed-tip.deg90 {
	width: 175px;
}
.bc {
	top: 9.5em;
	left: -4em;
}
.rt {
	left: 15em;
}
.rt1 {
	left: 7em;
}
.rt2 {
	left: 8em;
}
.fixed-tip.deg135 {
	width: 180px;
}
.fixed-tip.deg180 {
	width: 148px;
}
.fixed-tip.deg45 {
	width: 175px;
}
.fixed-tip.deg0 {
	width: 170px;
}
.fixed-tip.deg315 {
	width: 140px;
}
.item-img::before {
	display: none;
}
.fixed-tip {
	position: absolute;
	top: 25%;
	left: 50%;
	margin-left: -100px;
}
.wp-dev-list li::before { top:25%;}
.wp-dev-list li { line-height:1.8;}
.expert-bg { margin-top:40px;}
.wp-expert-box .header-typnew1 { padding-top:40px;}
}
@media (min-width: 768px) and (max-width: 1023px) {
.expert-bg { width:756px !important;}
.hire-in { padding:25px;}
.wp-dev-list li::before { top:22%;}
.deg90 .item-img::before {
	left: -5.8em;
	padding-top: 4em;
}
.bc {
	top: 9.5em;
}
.rt {
	left: 17em;
}
.rt1 {
	left: 7em;
}
.rt2 {
	left: 8em;
}
.fixed-tip .title {
	font-size: 13px;
}
.fixed-tip.deg315 {
	width: 140px;
}
.fixed-tip.deg180 {
	width: 160px;
}
.fixed-tip.deg135 {
	width: 190px;
}
.graph-outer {
	font-size: 14px;
	margin-bottom: 50px;
}
.item-img::before {
	display: none;
}
.fixed-tip {
	position: absolute;
	top: 25%;
	left: 50%;
	margin-left: -100px;
}
}
@media screen and (max-width: 767px) {
.item-img::before {
	display: none;
}
.graph-outer {
	margin:60px 0 30px;
}
.fixed-tip {
	position: absolute;
	top: 25%;
	left: 50%;
	margin-left: -100px;
}
}
@media screen and (max-width: 420px) {
.graph-outer { margin-top:80px;}
.fixed-tip {
	width: 190px !important;
	margin-left:-80px;
}
.fixed-tip .title {
	font-size: 13px;
}
.graph-outer::before { padding:0 15px; top:-60px;}
}