.holderCircle {
    width: 500px;
    height: 500px;
    border-radius: 100%;
    margin: 0 auto;
    position: relative;
}

.dotCircle {
    width: 100%;
    height: 100%;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 100%;
    z-index: 20;
}
.dotCircle .itemDot {
    display: block;
    width: 80px;
    height: 80px;
    position: absolute;
    background: #0c265d;
    color: #fff;
    border-radius: 20px;
    text-align: center;
    line-height: 80px;
    font-size: 30px;
    z-index: 3;
    cursor: pointer;
    border: 2px solid #fff;
}
.dotCircle .itemDot .forActive {
    width: 56px;
    height: 56px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
}
.dotCircle .itemDot .forActive::after {
    content: "";
    width: 5px;
    height: 5px;
    border: 3px solid #06A0FF;
    bottom: -31px;
    left: -14px;
    filter: blur(1px);
    position: absolute;
    border-radius: 100%;
}
.dotCircle .itemDot .forActive::before {
    content: "";
    width: 6px;
    height: 6px;
    filter: blur(5px);
    top: -15px;
    position: absolute;
    transform: rotate(-45deg);
    border: 6px solid #06A0FF;
    right: -39px;
}
.dotCircle .itemDot.active .forActive {
    display: block;
}
.round {
    position: absolute;
    left: 40px;
    top: 45px;
    width: 410px;
    height: 410px;
	background: rgba(14, 45, 110, 0.5);
    border: 2px dotted #3E517C;
    border-radius: 100%;
    -webkit-animation: rotation 100s infinite linear;
}
.dotCircle .itemDot:hover,
.dotCircle .itemDot.active {
    color: #ffffff;
    transition: 0.5s; /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7d4ac7+0,a733bb+100 */
    background: rgb(10,90,161);
background: -moz-linear-gradient(90deg, rgba(10,90,161,1) 0%, rgba(12,38,93,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(10,90,161,1) 0%, rgba(12,38,93,1) 100%);
background: linear-gradient(90deg, rgba(10,90,161,1) 0%, rgba(12,38,93,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0a5aa1",endColorstr="#0c265d",GradientType=1);
    border: 2px solid #ffffff;
    -webkit-box-shadow: 0 30px 30px 0 rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 0 30px 30px 0 rgba(0, 0, 0, 0.13);
    box-shadow: 0 30px 30px 0 rgba(0, 0, 0, 0.13);
}
.dotCircle .itemDot {
    font-size: 40px;
}
.contentCircle {
    width: 250px;
    border-radius: 100%;
    color: #222222;
    position: relative;
    top: 150px;
    left: 50%;
    transform: translate(-50%, -50%);
}
.contentCircle p{
	line-height:22px;
}
.contentCircle .CirItem {
    border-radius: 100%;
    color: #222222;
    position: absolute;
    text-align: center;
    bottom: 0;
    left: 0;
    opacity: 0;
    transform: scale(0);
    transition: 0.5s;
    font-size: 15px;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    margin: auto;
    line-height: 250px;
}
.CirItem.active {
    z-index: 1;
    opacity: 1;
    transform: scale(1);
    transition: 0.5s;
}
@media only screen and (min-width: 300px) and (max-width: 599px) {
    .holderCircle {
        /* width: 300px; height: 300px;*/
        margin: 0 auto;
    }
    .holderCircle::after {
        width: 100%;
        height: 100%;
    }
    .dotCircle {
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
    }
}

.icon-box p {
    line-height: 22px;
}
.icon-box.white .icon a,
.icon-box.white .icon i {
    color: #fff;
}

.icon-box.white .icon i:after {
    box-shadow: 0 0 0 3px #fff;
}
.icon-box.white > h1,
.icon-box.white > h2,
.icon-box.white > h3,
.icon-box.white > h4,
.icon-box.white > h5 {
    color:#fff;
}
.icon-box svg {
    margin: 5px;
	padding:5px;
	fill: #000;
	stroke-width: 0.8;
    stroke: #000;
}
.icon-box:hover svg {
    stroke-width: 1.6;
    stroke: #000;
}
.icon-box.white svg {
	fill: #fff!important;
    stroke: #fff!important;
}
.icon-box.white:hover svg {
    stroke: #fff!important;
}

.google_ads .icon-box {
    margin-bottom: 15px;
}
/*
*
* ==========================================
* CUSTOM UTIL CLASSES
* ==========================================
*/
.nav-pills-custom .nav-link {
    color: #aaa;
    background: #fff;
    position: relative;
    line-height: 16px!important;
}


.nav-pills-custom .nav-link.active {
    color: #2051B2;
    background: #fff;
}


/* Add indicator arrow for the active tab */
@media (min-width: 992px) {
    .nav-pills-custom .nav-link::before {
        content: '';
        display: block;
        border-top: 8px solid transparent;
        border-left: 10px solid #fff;
        border-bottom: 8px solid transparent;
        position: absolute;
        top: 50%;
        right: -10px;
        transform: translateY(-50%);
        opacity: 0;
    }
}

.nav-pills-custom .nav-link.active::before {
    opacity: 1;
}

#v-pills-tabContent .tab-pane {
    min-height: 416px;
}
i.svgicon {
     display: block;
}
i.svgicon svg {
    width: 32px;
    height: 32px;
    fill: #aaa;
    stroke: #aaa;
    stroke-width: 0.5;
}
.nav-link:hover i.svgicon svg,
.nav-link.active i.svgicon svg
{
     fill: #2051B2;
     stroke: #2051B2;
     stroke-width: 1;
}











.enlivenem {
	visibility: hidden; /*to prevent "flickering"*/
}
.elvn-responsive {
	display: inline-block;
	position: relative;
	width: 100%;
	padding-bottom: 100%;
	vertical-align: middle;
	overflow: hidden;
}
.elvn-responsive svg.enlivenem {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
}
svg.enlivenem {
	overflow: hidden!important;
}




svg {
	pointer-events: none;
}

.drawings {
	position: relative;
	max-height: 600px;
}

.image-fill,
.image-fill2 {
	position: absolute;
	top: 50%;
	left: 50%;
	max-height: 100%;
	max-width: 100%;
	opacity: 0;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.show {
	opacity: 1;
}

.hide {
	opacity: 0;
}

.line-drawing,
.image-fill,
.image-fill2 {
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.line-drawing path {
	fill: none;
	stroke: white;
	stroke-width: 3;
}

path.line-round {
	stroke-linecap: round;
}

path.stroke-medium {
	stroke-width: 2;
}

path.stroke-thin {
	stroke-width: 1;
}


.text-light button.btn.btn-outline,
.text-light .btn:not(.close):not(.mfp-close).btn-outline,
.text-light a.btn:not([href]):not([tabindex]).btn-outline {
    background-color: transparent;
    border-width: 2px;
    border-style: solid;
    border-color: #fff;
    color: #fff;
}


.text-light button.btn:hover,
.text-light button.btn:focus,
.text-light button.btn:not(:disabled):not(.disabled):active,
.text-light button.btn:not(:disabled):not(.disabled).active,
.text-light .btn:not(.close):not(.mfp-close):hover,
.text-light .btn:not(.close):not(.mfp-close):focus,
.text-light .btn:not(.close):not(.mfp-close):not(:disabled):not(.disabled):active,
.text-light .btn:not(.close):not(.mfp-close):not(:disabled):not(.disabled).active,
.text-light a.btn:not([href]):not([tabindex]):hover,
.text-light a.btn:not([href]):not([tabindex]):focus,
.text-light a.btn:not([href]):not([tabindex]):not(:disabled):not(.disabled):active,
.text-light a.btn:not([href]):not([tabindex]):not(:disabled):not(.disabled).active {
    background-color: #0333e8;
    border-color: #0333e8;
    color: #ffffff;
    text-decoration: none;
}


.background-grey-linear{
background: rgb(247,249,251);
background: -moz-linear-gradient(180deg, rgba(247,249,251,1) 0%, rgba(247,249,251,1) 50%, rgba(255,255,255,1) 100%);
background: -webkit-linear-gradient(180deg, rgba(247,249,251,1) 0%, rgba(247,249,251,1) 50%, rgba(255,255,255,1) 100%);
background: linear-gradient(180deg, rgba(247,249,251,1) 0%, rgba(247,249,251,1) 50%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f7f9fb",endColorstr="#ffffff",GradientType=1);
}
.icon-box.image .imgicon{
	width:200px;
	height:200px;
	display:block;
	margin:0 auto 20px auto;
}
.icon-box.image a:hover .imgicon{
	 background-image: url('../images/icon_bg.png');
	  background-repeat: no-repeat;
	  background-position: center;
}
.icon-box.image a:hover .imgicon img {
    transform: scale(0.9);
}

.icon-box.image .imgicon img { transition: all .3s ease-in-out; }


.pricing-table.colored .plan-header {
	background: rgb(17,57,140)!important;
	background: -moz-linear-gradient(0deg, rgba(17,57,140,1) 0%, rgba(10,31,73,1) 100%)!important;
	background: -webkit-linear-gradient(0deg, rgba(17,57,140,1) 0%, rgba(10,31,73,1) 100%)!important;
	background: linear-gradient(0deg, rgba(17,57,140,1) 0%, rgba(10,31,73,1) 100%)!important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#11398c",endColorstr="#0a1f49",GradientType=1)!important;
}

.design .slide-captions h2 {
    font-size: 48px!important;
}


.icon-box.medium > ul {
    margin: 0 0 20px 84px;
}
.renet_keys .icon-box .icon i {
    padding: 6px 0px 0px 0px!important;
    display: block!important;
}
.pricing-table .plan .plan-header .plan-price span {
    font-size: 16px;
    display: inline-block;
    color: #fff;
    transform: rotate(-20deg);
    padding-right: 10px;
    padding-top: 0;
    position: absolute;
    top: -4px;
    left: 30%;
}


.pricing-table .plan .plan-header .plan-price span del {
    text-decoration-line: none;
    position: relative;
    font-size: 26px;
}

.pricing-table .plan .plan-header .plan-price span del:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  right: 0;
  border-top: 3px solid;
  border-color: inherit;

  -webkit-transform:rotate(-20deg);
  -moz-transform:rotate(-20deg);
  -ms-transform:rotate(-20deg);
  -o-transform:rotate(-20deg);
  transform:rotate(-20deg);
}
ol {
    margin-left: 40px!important;
}
