@font-face {
	font-family: fabold;
	font-style: normal;
	font-weight: 500;
	src: url('iranyekanwebbold(fanum).eot');
	
}
@font-face {
	font-family: falight;
	font-style: normal;
	font-weight: 500;
	src: url('iranyekanweblight(fanum).eot');
	
}
@font-face {
	font-family: fareg;
	font-style: normal;
	font-weight: 500;
	src: url('iranyekanwebregular(fanum).eot');
	
}
.count{
font-family: falight;
}
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px
}

@media (min-width: 992px) {
    .col-md-1, .col-md-2 {
        float: left
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }
}

@media (min-width: 992px) {
    section .col-md-2:nth-child(6n+1) {
        clear: none !important;
    }
}

.toolti img {

    margin-top: -13px;
    height: 35px !important;
    width: 35px !important;

}

.toolti .tool {
    direction: rtl;
    display: none;
    width: 120px;
    background-color: gray;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;

    /* Position the tooltip */
    position: absolute;
    bottom: 10%;
    right: 15%;

}

.toolti:hover .tool {
    display: block;
    position: absolute;
    bottom: -20%;
    right: 15%;
}

.toolti .tool-ltr {
    direction: ltr;
    display: none;
    width: 120px;
    background-color: gray;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;

    /* Position the tooltip */
    position: absolute;
    bottom: 10%;
    right: 15%;

}

.toolti:hover .tool-ltr {
    display: block;
    position: absolute;
    bottom: -20%;
    right: 15%;
}

@media (max-width: 767px) {
    .mr-t-20 {
        margin-top: 20px !important;
    }

    .server-spects-for-mobile {
        float: left !important;
        /* margin-left: 50px !important; */
    }

    .mobile-none {
        display: none;
    }

    .tool {
        display: inline-block !important;
        position: inherit !important;
        bottom: -100% !important;
        background-color: transparent !important;
        color: #616366 !important;
        right: 0 !important;
        font-weight: bold;
    }
    .tool-ltr {
        display: inline-block !important;
        position: inherit !important;
        bottom: -100% !important;
        background-color: transparent !important;
        color: #616366 !important;
        right: 0 !important;
        font-weight: bold;
    }
}

.server-tabls-row {
    padding: 18px 20px 18px 20px !important;
margin:0 !important;
border-radius:0 !important;
}
.server-tabls-row:hover{
    background:lightgreen !important;
}
.server-tabls-row .server-order-button{
    border-radius:0;
}

.server-tabls-row img {
    margin-top: -20px !important;
    margin-bottom: -12px !important;
}

.server-tabls-row-vps img {
    margin-top: -12px !important;
    margin-bottom: -12px !important;
}

.game {
    display: block;
}

.hosting {
    display: none;
}



.enterprise {
    display: none;
}


.yellow-bottom .server-tabls-row{
    border-bottom: 2px solid yellow !important;
}

.blue-bottom .server-tabls-row{
    border-bottom: 2px solid blue !important;
}

.green-bottom .server-tabls-row{
    border-bottom: 2px solid green !important;
}

.red-bottom .server-tabls-row{
    border-bottom: 2px solid red !important;
}

.custom-btn {
    display: flex !important;
    margin: 0 auto 20px auto !important;
    clear: both;

}

.server-sort {
    padding: 15px;
    display: inline-block;
    border: none;
    border-radius: 8px;
    text-align: center;
    margin: auto;
    background-image: linear-gradient(to bottom left,#00f2c3,#0098f0,#00f2c3)!important;
    color: #fff;
}
.server-sort:hover{
    background-image: linear-gradient(to top right,#0098f0,#00f2c3,#0098f0)!important;
    color: #000 !important;
    font-weight: bold !important;
    transition-duration: 0.5s !important;
}
.server-sort-active{
    color: #000 !important;
    font-weight: bold !important;
    border: 2px solid #000;
}
.red-text{
    color:red !important;
}
.time{
    background-image: linear-gradient(to bottom left,#ffeb3b,#abff3bc4,#ffeb3b) !important ;
    padding:10px;
    width:500px;
    border-radius:8px;
    text-align:center;
    margin: 0 auto;
    color:black;
    font-weight:bold;
    font-size:17px;
}

.win{
    background:url("/custom/custom/icons8-windows8-filled-100.png")no-repeat;
    display: inline-block;
    color:black;
    width:24.5%;
    height:200px;
    border-radius: 100%;
    background-size: 100px 100px;
    padding-top:130px;
    background-position: center 10%;
    margin:5px auto;
}
.ubu{
    background:url("/custom/custom/icons8-ubuntu-100.png")no-repeat;
    display: inline-block;
    width:24.5%;
    height:200px;
    border-radius: 100%;
    background-size: 100px 100px;
    padding-top:130px;
    background-position: center 10%;
    margin:5px auto;
    color:black;
}
.centos{
    background:url("/custom/custom/iconfinder_centOS_401265.png")no-repeat;
    display: inline-block;
    width:24.5%;
    height:200px;
    border-radius: 100%;
    background-size: 100px 100px;
    padding-top:130px;
    background-position: center 10%;
    margin:5px auto;
    color:black;
}
.debian{
    background:url("/custom/custom/iconfinder_debian_401270.png")no-repeat;
    display: inline-block;
    width:24.5%;
    height:200px;
    border-radius: 100%;
    background-size: 100px 100px;
    padding-top:130px;
    background-position: center 10%;
    margin:5px auto;
    color:black;
}

.win:hover{
    background:url("/custom/custom/icons8-windows8-96.png")no-repeat;
    background-size: 100px 100px;
    background-position: center 10%;
    font-weight:bold;
    color:#fff;
}
.ubu:hover{
    background:url("/custom/custom/icons8-ubuntu-96.png")no-repeat;
    background-size: 100px 100px;
    background-position: center 10%;
    font-weight:bold;
    color:#fff;
}

.debian:hover{
    background:url("/custom/custom/iconfinder_debian_386459.png")no-repeat;
    background-size: 100px 100px;
    background-position: center 10%;
    font-weight:bold;
    color:#fff;
}
.centos:hover{
    background:url("/custom/custom/iconfinder_centOS_386454.png")no-repeat;
    background-size: 100px 100px;
    background-position: center 10%;
    font-weight:bold;
    color:#fff;
}
.os-center{
    display: inline-block;
    margin:5px auto;
    text-align: center;
    width:100%;
    border-radius:5px;
    background: linear-gradient(90deg, #00d0ff, #002bff );
}
.os-head{
    border-radius:5px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    padding-top: 20px;
    padding-bottom: 10px;
    text-align: center;
    margin-bottom: 10px;

}
.os-details{
    font-size:18px;
}

@media screen and (max-width: 700px){
    .win{
        color:black;
        width:100%;
        height:200px;
    }
    .ubu{
        width:100%;
        height:200px;
    }
    .centos{
        width:100%;
        height:200px;
    }
    .debian{
        width:100%;
        height:200px;
    }

}
.elementor .elementor-background-overlay {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute
}

.elementor-row {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 1024px) {
    .elementor-row {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.elementor-column-wrap {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.elementor-widget-wrap {
    position: relative;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start
}

.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.elementor-widget-wrap > .elementor-element {
    width: 100%
}

.elementor-widget {
    position: relative
}

.elementor-widget:not(:last-child) {
    margin-bottom: 20px
}

.elementor-column {
    position: relative;
    min-height: 1px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.elementor-counter-number-wrapper {
    text-align: center;
}

.elementor-counter-title {
    text-align: center;
}

@media (min-width: 768px) {

    .elementor-column.elementor-col-50, .elementor-column[data-col="50"] {
        width: 50%
    }

}
.elementor-section .elementor-container{
    margin-left: auto;
    margin-right: auto;
    margin-top: 35px;
}
@media (min-width: 768px) and (max-width: 1024px) {

    .elementor-column.elementor-md-50 {
        width: 50%
    }

}

@media (max-width: 767px) {

    .elementor-column {
        width: 100%;
        left:10px;
    }
    .elementor-counter{
        margin-top:30px;
    }
}

.elementor-86 .elementor-element.elementor-element-6fae124 > .elementor-element-populated {
    padding: 0px 0px 0px 0px;
}

.elementor-86 .elementor-element.elementor-element-1d86e413 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 210px 0px 200px 0px;
}

.elementor-86 .elementor-element.elementor-element-3c337557 > .elementor-element-populated {
    margin: 60px 0px 0px 0px;
}

.elementor-86 .elementor-element.elementor-element-3c337557 {
    animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.elementor-86 .elementor-element.elementor-element-777be8c5 .aux-modern-heading-primary {
    color: #202020;
}

.elementor-86 .elementor-element.elementor-element-777be8c5 .aux-modern-heading-secondary {
    color: #202020;
    font-size: 55px;
    font-weight: normal;
    line-height: 76px;
    margin: 0px 0px 0px 0px;
}

.elementor-86 .elementor-element.elementor-element-777be8c5 .aux-modern-heading-secondary .aux-head-highlight {
    color: #00d9a6;
    font-size: 55px;
    line-height: 76px;
    margin: 0px 0px 0px 5px;
}

.elementor-86 .elementor-element.elementor-element-777be8c5 > .elementor-widget-container {
    margin: -20px 0px 0px 0px;
}

.elementor-86 .elementor-element.elementor-element-3a010731 .aux-modern-heading-primary {
    color: #202020;
}

.elementor-86 .elementor-element.elementor-element-3a010731 .aux-modern-heading-secondary {
    color: #202020;
    font-size: 55px;
    font-weight: normal;
    line-height: 76px;
    margin: 0px 0px 0px 0px;
}

.elementor-86 .elementor-element.elementor-element-3a010731 .aux-modern-heading-secondary .aux-head-highlight {
    color: #00d9a6;
    font-size: 55px;
    line-height: 76px;
    margin: 0px 10px 0px 0px;
}

.elementor-86 .elementor-element.elementor-element-3a010731 > .elementor-widget-container {
    margin: -20px 0px 0px 0px;
}

.elementor-86 .elementor-element.elementor-element-413c1e4d .aux-modern-heading-primary {
    color: #202020;
}

.elementor-86 .elementor-element.elementor-element-413c1e4d .aux-modern-heading-secondary {
    color: #202020;
    font-size: 55px;
    font-weight: normal;
    line-height: 76px;
    margin: 0px 0px 0px 0px;
}

.elementor-86 .elementor-element.elementor-element-413c1e4d .aux-modern-heading-secondary .aux-head-highlight {
    color: #00d9a6;
    font-size: 55px;
    line-height: 76px;
    margin: 0px 10px 0px 10px;
}

.elementor-86 .elementor-element.elementor-element-413c1e4d .aux-modern-heading-description {
    font-weight: normal;
}

.elementor-86 .elementor-element.elementor-element-413c1e4d > .elementor-widget-container {
    margin: -20px 0px 0px 0px;
}

.elementor-86 .elementor-element.elementor-element-a20d87 .elementor-text-editor {
    text-align: right;
}

.elementor-86 .elementor-element.elementor-element-a20d87 > .elementor-widget-container {
    margin: 40px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.elementor-86 .elementor-element.elementor-element-a20d87 {
    animation-delay: 200ms;
}

.elementor-86 .elementor-element.elementor-element-50290490 {
    text-align: right;
    animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.elementor-86 .elementor-element.elementor-element-50290490 .aux-button {
    padding: 18px 45px 18px 45px;
    background-color: transparent;
    background-image: linear-gradient(271deg, #00d9a6 0%, #9be15d 100%);
    box-shadow: 6px 6px 25px 0px rgba(0, 217, 166, 0.65);
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
}

.elementor-86 .elementor-element.elementor-element-50290490 .aux-button .aux-overlay::after {
    background-color: transparent;
    background-image: linear-gradient(271deg, #0c0c0c 0%, #474747 100%);
}

.elementor-86 .elementor-element.elementor-element-50290490 .aux-button:hover {
    box-shadow: 6px 6px 25px 0px rgba(0, 0, 0, 0.35);
}

.elementor-86 .elementor-element.elementor-element-50290490 .aux-text {
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
}

.elementor-86 .elementor-element.elementor-element-50290490 > .elementor-widget-container {
    margin: 80px 0px 0px 0px;
}

.elementor-86 .elementor-element.elementor-element-72ea8347 .aux-widget-text .aux-text-widget-header {
    padding: 0px 0px 30px 0px;
}

.elementor-86 .elementor-element.elementor-element-72ea8347 .aux-ico {
    font-size: 69px;
}

.elementor-86 .elementor-element.elementor-element-72ea8347 .aux-ico-box {
    padding: 0px 0px 0px 0px;
}

.elementor-86 .elementor-element.elementor-element-72ea8347 .col-title a, .elementor-86 .elementor-element.elementor-element-72ea8347 .col-title {
    color: #202020 !important;
}

.elementor-86 .elementor-element.elementor-element-72ea8347:hover .col-title a, .elementor-86 .elementor-element.elementor-element-72ea8347:hover .col-title {
    color: #ffffff !important;
}

.elementor-86 .elementor-element.elementor-element-72ea8347 .col-title, .elementor-86 .elementor-element.elementor-element-72ea8347 .col-title a {

    font-size: 29px;
    font-weight: 500;
    line-height: 36px;
}

.elementor-86 .elementor-element.elementor-element-72ea8347 .col-title {
    margin-bottom: 20px;
}

.elementor-86 .elementor-element.elementor-element-72ea8347 .widget-content {
    color: #393939 !important;
    font-family: "Ubuntu", Sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    margin-bottom: 0px;
}

.elementor-86 .elementor-element.elementor-element-72ea8347 .aux-widget-text .aux-text-widget-content {
    padding: 0px 0px 0px 0px;
}

.elementor-86 .elementor-element.elementor-element-72ea8347 .aux-widget-advanced-text {
    text-align: left;
    padding: 0px 0px 0px 0px;
}

.elementor-86 .elementor-element.elementor-element-72ea8347 > .elementor-widget-container {
    padding: 50px 50px 62px 47px;
    background-color: #ffffff;
    border-radius: 15px 15px 15px 15px;
    box-shadow: 0px 3px 35px 0px rgba(0, 0, 0, 0.14);
}

.elementor-86 .elementor-element.elementor-element-72ea8347:hover .elementor-widget-container {
    box-shadow: 6px 8px 35px 0px rgba(0, 217, 166, 0.5);
}

.elementor-86 .elementor-element.elementor-element-72ea8347 {
    animation-duration: 1400ms;
    animation-delay: 300ms;
    animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.elementor-86 .elementor-element.elementor-element-59867feb .aux-widget-text .aux-text-widget-header {
    padding: 0px 0px 30px 0px;
}

.elementor-86 .elementor-element.elementor-element-59867feb .aux-ico {
    font-size: 65px;
}

.elementor-86 .elementor-element.elementor-element-59867feb .aux-ico-box {
    padding: 0px 0px 0px 0px;
}
.elementor-86 .elementor-element.elementor-element-44f3802 > .elementor-element-populated > .elementor-background-overlay {
    background-color: transparent;
    background-image: linear-gradient(42deg, #03A9F4 0%, #0035fb 100%);
    opacity: 0.9;
}
.elementor-86 .elementor-element.elementor-element-8144e57 {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 20px 35px 100px 35px;
}
.elementor-86 .elementor-element.elementor-element-44f3802 > .elementor-element-populated {
    box-shadow: -10px 11px 40px 0px rgba(20, 212, 153, 0.25);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 0px 55px 0px 0px;
}

.elementor-86 .elementor-element.elementor-element-44f3802 > .elementor-element-populated > .elementor-background-overlay {
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    border-radius: 10px;
}

.elementor-86 .elementor-element.elementor-element-8b51196 .elementor-counter-number-wrapper {
    color: #ffffff;
    font-size: 130px;
    font-weight: normal;
    line-height: 163px;
}

.elementor-86 .elementor-element.elementor-element-8b51196 .elementor-counter-title {
    color: rgba(255, 255, 255, 0.81);
    font-family: "Nunito", Sans-serif;
    font-size: 22px;
    font-weight: normal;
}

.elementor-86 .elementor-element.elementor-element-8b51196 {
   
    position: static;
}

.elementor-86 .elementor-element.elementor-element-2168369 > .elementor-container {
    max-width: 560px;
}

.elementor-86 .elementor-element.elementor-element-b5edcc7 .elementor-counter-number-wrapper {
    color: #ffffff;
    font-size: 45px;
    font-weight: normal;
    line-height: 56px;
}

.elementor-86 .elementor-element.elementor-element-b5edcc7 .elementor-counter-title {
    color: rgba(255, 255, 255, 0.79);
    font-family: "Nunito", Sans-serif;
    font-size: 22px;
    font-weight: normal;
    line-height: 30px;
}

.elementor-86 .elementor-element.elementor-element-b5edcc7:before {
    background-color: rgba(255, 255, 255, 0.35);
}

.elementor-86 .elementor-element.elementor-element-e47782f .elementor-counter-number-wrapper {
    color: #ffffff;
    font-size: 45px;
    font-weight: normal;
    line-height: 56px;
}

.elementor-86 .elementor-element.elementor-element-e47782f .elementor-counter-title {
    color: rgba(255, 255, 255, 0.79);
    font-family: "Nunito", Sans-serif;
    font-size: 22px;
    line-height: 30px;
}

.elementor-86 .elementor-element.elementor-element-5140fa2:not(.elementor-motion-effects-element-type-background) > .elementor-element-populated, .elementor-86 .elementor-element.elementor-element-5140fa2 > .elementor-column-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    background-color: #ffffff;
}

.elementor-86 .elementor-element.elementor-element-5140fa2 > .elementor-element-populated, .elementor-86 .elementor-element.elementor-element-5140fa2 > .elementor-element-populated > .elementor-background-overlay {
    border-radius: 10px 10px 10px 10px;
}

.elementor-86 .elementor-element.elementor-element-5140fa2 > .elementor-element-populated {
    box-shadow: 0px 3px 45px 0px rgba(0, 0, 0, 0.14);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 56px 65px 47px 79px;
}

.elementor-86 .elementor-element.elementor-element-5140fa2 > .elementor-element-populated > .elementor-background-overlay {
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-86 .elementor-element.elementor-element-5140fa2 {
    position: relative;
    top: 90px;
    left: 132px;
}

.elementor-86 .elementor-element.elementor-element-ef6af9a .aux-modern-heading-primary {
    color: #202020;
}

.elementor-86 .elementor-element.elementor-element-ef6af9a .aux-modern-heading-secondary {
   font-size: 55px; 
font-weight: bold; 
 color: #142149;
    line-height: 76px;
    margin: 0px 0px 0px 0px;
}

.elementor-86 .elementor-element.elementor-element-ef6af9a .aux-modern-heading-secondary .aux-head-highlight {
    font-size: 55px; 
font-weight: bold; 
 color: #1748f8;
    margin: 0px 10px 0px 10px;
}

.elementor-86 .elementor-element.elementor-element-ef6af9a .aux-widget-modern-heading .aux-widget-inner {
    margin: 0px 0px 0px 0px;
}

.elementor-86 .elementor-element.elementor-element-ef6af9a > .elementor-widget-container {
    margin: -20px 0px 0px 0px;
}

.elementor-86 .elementor-element.elementor-element-ef6af9a {
    animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.elementor-86 .elementor-element.elementor-element-6fcd569 .aux-modern-heading-primary {
     font-size: 55px; 
font-weight: bold; 
 color: #142149;
}

.elementor-86 .elementor-element.elementor-element-6fcd569 .aux-modern-heading-secondary {
    font-size: 55px; 
font-weight: bold; 
 color: #142149;
    margin: 0px 0px 0px 0px;
}

.elementor-86 .elementor-element.elementor-element-6fcd569 .aux-modern-heading-secondary .aux-head-highlight {
     font-size: 55px; 
font-weight: bold; 
 color: #142149;
    margin: 0px 5px 0px 5px;
}

.elementor-86 .elementor-element.elementor-element-6fcd569 > .elementor-widget-container {
    margin: -20px 0px 0px 0px;
}

.elementor-86 .elementor-element.elementor-element-6fcd569 {
    animation-delay: 100ms;
    animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.elementor-86 .elementor-element.elementor-element-905e496 > .elementor-widget-container {
    margin: 0px 0px 0px 0px;
}

.elementor-86 .elementor-element.elementor-element-746003e .elementor-text-editor {
    text-align: right;
}

.elementor-86 .elementor-element.elementor-element-746003e {
    color: #393939;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    animation-delay: 400ms;
    animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

.elementor-86 .elementor-element.elementor-element-746003e > .elementor-widget-container {
    margin: 0px 0px 0px 0px;
}

.elementor-86 .elementor-element.elementor-element-290efcf .aux-icon-list-item {
    min-width: 100%;
    margin-right: 0px;
}

.elementor-86 .elementor-element.elementor-element-290efcf .aux-direction-horizontal .aux-icon-list-item:after {
    right: calc(-0px / 2);
}

.elementor-86 .elementor-element.elementor-element-290efcf {
    text-align: left;
    animation-delay: 500ms;
    animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

.elementor-86 .elementor-element.elementor-element-290efcf .aux-icon-list-item:not(:last-child) {
    padding-bottom: 0px;
}

.elementor-86 .elementor-element.elementor-element-290efcf .aux-icon-list-item:not(:first-child) {
    margin-top: 0px;
}

.elementor-86 .elementor-element.elementor-element-290efcf .aux-icon-list-text {
    color: #393939;
    font-family: "Ubuntu", Sans-serif;
    font-size: 16px;
    font-weight: 300;
    margin: 0px 0px 0px 0px;
}

.elementor-86 .elementor-element.elementor-element-290efcf .aux-icon-list-icon {
    color: #00d9a6;
    font-size: 15px;
    margin: 7px 10px 0px 0px;
}

.elementor-86 .elementor-element.elementor-element-290efcf > .elementor-widget-container {
    margin: 0px 0px 0px 0px;
}

.elementor-86 .elementor-element.elementor-element-63a4267:not(.elementor-motion-effects-element-type-background), .elementor-86 .elementor-element.elementor-element-63a4267 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    background-color: transparent;
    background-image: linear-gradient(180deg, #f9f9f9 0%, #ffffff 100%);
}

.elementor-86 .elementor-element.elementor-element-63a4267 {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 210px 0px 210px 0px;
}

.elementor-86 .elementor-element.elementor-element-63a4267 > .elementor-background-overlay {
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-86 .elementor-element.elementor-element-467900b7 {
    animation-duration: 1400ms;
    animation-delay: 300ms;
    animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.elementor-86 .elementor-element.elementor-element-16d9513c .aux-modern-heading-primary {
    color: #202020;
}

.elementor-86 .elementor-element.elementor-element-16d9513c .aux-modern-heading-secondary {
    color: #202020;

    font-size: 55px;
    font-weight: normal;
    line-height: 76px;
    margin: 0px 0px 0px 0px;
}

.elementor-86 .elementor-element.elementor-element-16d9513c .aux-modern-heading-secondary .aux-head-highlight {
    color: #00d9a6;

    font-size: 55px;
    line-height: 76px;
    margin: 0px 10px 0px 0px;
}

.elementor-86 .elementor-element.elementor-element-16d9513c .aux-widget-modern-heading .aux-widget-inner {
    margin: 0px 0px 0px 0px;
}

.elementor-86 .elementor-element.elementor-element-16d9513c > .elementor-widget-container {
    margin: -20px 0px 0px 0px;
}

.elementor-86 .elementor-element.elementor-element-69cbd65f .aux-modern-heading-primary {
    color: #202020;
}

.elementor-86 .elementor-element.elementor-element-69cbd65f .aux-modern-heading-secondary {
    color: #202020;

    font-size: 55px;
    font-weight: normal;
    line-height: 76px;
    margin: 0px 0px 0px 0px;
}

.elementor-86 .elementor-element.elementor-element-69cbd65f .aux-modern-heading-secondary .aux-head-highlight {
    color: #00d9a6;

    font-size: 55px;
    font-weight: normal;
    line-height: 76px;
    margin: 0px 0px 0px 10px;
}

.elementor-86 .elementor-element.elementor-element-69cbd65f .aux-widget-modern-heading .aux-widget-inner {
    margin: 0px 0px 0px 0px;
}

.elementor-86 .elementor-element.elementor-element-69cbd65f > .elementor-widget-container {
    margin: -20px 0px 0px 0px;
}

.elementor-86 .elementor-element.elementor-element-626e9bf0 > .elementor-widget-container {
    margin: 26px 0px 0px 0px;
}

.elementor-86 .elementor-element.elementor-element-f952805 .elementor-text-editor {
    text-align: right;
}

.elementor-86 .elementor-element.elementor-element-f952805 {
    color: #393939;
    font-family: "Ubuntu", Sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
}

.elementor-86 .elementor-element.elementor-element-f952805 > .elementor-widget-container {
    margin: 42px 0px 0px 0px;
}

.elementor-86 .elementor-element.elementor-element-5365c034 {
    animation-duration: 1400ms;
    animation-delay: 450ms;
    animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.elementor-86 .elementor-element.elementor-element-a2342d8 .bdt-price-table .bdt-price-table-image {
    text-align: center;
}

.elementor-86 .elementor-element.elementor-element-a2342d8 .bdt-price-table-ribbon-inner {
    transform: translate(0px, 0px) rotate(0deg);
}

.elementor-86 .elementor-element.elementor-element-a2342d8 .bdt-price-table-header {
    background-color: #ffffff;
    padding: 20px 0px 20px 0px;
}

.elementor-86 .elementor-element.elementor-element-a2342d8 .bdt-price-table-heading {
    color: #0e0e0e;

    font-size: 28px;
    font-weight: normal;
    line-height: 35px;
}

.elementor-86 .elementor-element.elementor-element-a2342d8 .bdt-price-table-subheading {
    color: rgba(14, 14, 14, 0.7);

    font-size: 15px;
    font-weight: normal;
    line-height: 19px;
}

.elementor-86 .elementor-element.elementor-element-a2342d8 .bdt-price-table-price {
    padding: 39px 0px 39px 0px;

    font-size: 56px;
    font-weight: normal;
    line-height: 70px;
}

.elementor-86 .elementor-element.elementor-element-a2342d8 .bdt-price-table-currency, .elementor-86 .elementor-element.elementor-element-a2342d8 .bdt-price-table-integer-part, .elementor-86 .elementor-element.elementor-element-a2342d8 .bdt-price-table-fractional-part {
    color: #ffffff;
}

.elementor-86 .elementor-element.elementor-element-a2342d8 .bdt-price-table-currency {
    font-size: calc(56em / 100);
    align-self: center;
}

.elementor-86 .elementor-element.elementor-element-a2342d8 .bdt-price-table-fractional-part {
    font-size: calc(98em / 100);
}

.elementor-86 .elementor-element.elementor-element-a2342d8 .bdt-price-table-period {
    color: #ffffff;
    font-family: "Ubuntu", Sans-serif;
    font-size: 22px;
    font-weight: normal;
    line-height: 28px;
}

.elementor-86 .elementor-element.elementor-element-a2342d8 .bdt-price-table-features-list {
    background-color: #ffffff;
    padding: 50px 0px 30px 0px;
}

.elementor-86 .elementor-element.elementor-element-a2342d8 .bdt-price-table-features-list li, .elementor-86 .elementor-element.elementor-element-a2342d8 .edd_price_options li span {
    font-family: "Ubuntu", Sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 41px;
}

.elementor-86 .elementor-element.elementor-element-a2342d8 .bdt-price-table-feature-inner {
    margin-left: calc((100% - 100%) / 2);
    margin-right: calc((100% - 100%) / 2);
}

.elementor-86 .elementor-element.elementor-element-a2342d8 .tippy-tooltip .tippy-content {
    text-align: center;
}

.elementor-86 .elementor-element.elementor-element-a2342d8 > .elementor-widget-container {
    background-color: transparent;
    background-image: linear-gradient(257deg, #0c0c0c 0%, #474747 100%);
    border-radius: 15px 15px 15px 15px;
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.14);
}

.elementor-86 .elementor-element.elementor-element-2a316cc {
    animation-duration: 1400ms;
    animation-delay: 500ms;
    animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.elementor-86 .elementor-element.elementor-element-5f31f39 .bdt-price-table .bdt-price-table-image {
    text-align: center;
}

.elementor-86 .elementor-element.elementor-element-5f31f39 .bdt-price-table-ribbon-inner {
    transform: translate(0px, 0px) rotate(0deg);
}

.elementor-86 .elementor-element.elementor-element-5f31f39 .bdt-price-table-header {
    background-color: #ffffff;
    padding: 20px 0px 20px 0px;
}

.elementor-86 .elementor-element.elementor-element-5f31f39 .bdt-price-table-heading {
    color: #0e0e0e;

    font-size: 28px;
    font-weight: normal;
    line-height: 35px;
}

.elementor-86 .elementor-element.elementor-element-5f31f39 .bdt-price-table-subheading {
    color: rgba(14, 14, 14, 0.7);

    font-size: 15px;
    font-weight: 400;
    line-height: 19px;
}

.elementor-86 .elementor-element.elementor-element-5f31f39 .bdt-price-table-price {
    padding: 39px 0px 39px 0px;

    font-size: 56px;
    font-weight: 400;
    line-height: 70px;
}

.elementor-86 .elementor-element.elementor-element-5f31f39 .bdt-price-table-currency, .elementor-86 .elementor-element.elementor-element-5f31f39 .bdt-price-table-integer-part, .elementor-86 .elementor-element.elementor-element-5f31f39 .bdt-price-table-fractional-part {
    color: #ffffff;
}

.elementor-86 .elementor-element.elementor-element-5f31f39 .bdt-price-table-currency {
    font-size: calc(56em / 100);
    align-self: center;
}

.elementor-86 .elementor-element.elementor-element-5f31f39 .bdt-price-table-fractional-part {
    font-size: calc(98em / 100);
}

.elementor-86 .elementor-element.elementor-element-5f31f39 .bdt-price-table-period {
    color: #ffffff;
    font-family: "Ubuntu", Sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 28px;
}

.elementor-86 .elementor-element.elementor-element-5f31f39 .bdt-price-table-features-list {
    background-color: #ffffff;
    padding: 50px 0px 30px 0px;
}

.elementor-86 .elementor-element.elementor-element-5f31f39 .bdt-price-table-features-list li, .elementor-86 .elementor-element.elementor-element-5f31f39 .edd_price_options li span {
    font-family: "Ubuntu", Sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 41px;
}

.elementor-86 .elementor-element.elementor-element-5f31f39 .bdt-price-table-feature-inner {
    margin-left: calc((100% - 100%) / 2);
    margin-right: calc((100% - 100%) / 2);
}

.elementor-86 .elementor-element.elementor-element-5f31f39 .tippy-tooltip .tippy-content {
    text-align: center;
}

.elementor-86 .elementor-element.elementor-element-5f31f39 > .elementor-widget-container {
    background-color: transparent;
    background-image: linear-gradient(257deg, #0c0c0c 0%, #474747 100%);
    border-radius: 15px 15px 15px 15px;
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.14);
}

.elementor-86 .elementor-element.elementor-element-4576333 {
    animation-duration: 1400ms;
    animation-delay: 600ms;
    animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.elementor-86 .elementor-element.elementor-element-1da4885 .bdt-price-table .bdt-price-table-image {
    text-align: center;
}

.elementor-86 .elementor-element.elementor-element-1da4885 .bdt-price-table-ribbon-inner {
    transform: translate(0px, 0px) rotate(0deg);
}

.elementor-86 .elementor-element.elementor-element-1da4885 .bdt-price-table-header {
    background-color: #ffffff;
    padding: 20px 0px 20px 0px;
}

.elementor-86 .elementor-element.elementor-element-1da4885 .bdt-price-table-heading {
    color: #0e0e0e;

    font-size: 28px;
    font-weight: normal;
    line-height: 35px;
}

.elementor-86 .elementor-element.elementor-element-1da4885 .bdt-price-table-subheading {
    color: rgba(14, 14, 14, 0.7);

    font-size: 15px;
    font-weight: 400;
    line-height: 19px;
}

.elementor-86 .elementor-element.elementor-element-1da4885 .bdt-price-table-price {
    padding: 39px 0px 39px 0px;

    font-size: 56px;
    font-weight: 400;
    line-height: 70px;
}

.elementor-86 .elementor-element.elementor-element-1da4885 .bdt-price-table-currency, .elementor-86 .elementor-element.elementor-element-1da4885 .bdt-price-table-integer-part, .elementor-86 .elementor-element.elementor-element-1da4885 .bdt-price-table-fractional-part {
    color: #ffffff;
}

.elementor-86 .elementor-element.elementor-element-1da4885 .bdt-price-table-currency {
    font-size: calc(56em / 100);
    align-self: center;
}

.elementor-86 .elementor-element.elementor-element-1da4885 .bdt-price-table-fractional-part {
    font-size: calc(98em / 100);
}

.elementor-86 .elementor-element.elementor-element-1da4885 .bdt-price-table-period {
    color: #ffffff;
    font-family: "Ubuntu", Sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 28px;
}

.elementor-86 .elementor-element.elementor-element-1da4885 .bdt-price-table-features-list {
    background-color: #ffffff;
    padding: 50px 0px 30px 0px;
}



/* Start custom CSS for aux_modern_heading, class: .elementor-element-777be8c5 */
.elementor-86 .elementor-element.elementor-element-777be8c5 .aux-modern-heading-secondary span {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  display: inline-block;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              }/* End custom CSS */
/* Start custom CSS for aux_modern_heading, class: .elementor-element-3a010731 */.elementor-86 .elementor-element.elementor-element-3a010731 .aux-modern-heading-secondary span {
                                                                                     display: inline-block;
                                                                                 }/* End custom CSS */
/* Start custom CSS for aux_modern_heading, class: .elementor-element-413c1e4d */.elementor-86 .elementor-element.elementor-element-413c1e4d .aux-modern-heading-secondary span {
                                                                                     display: inline-block;
                                                                                 }

@media only screen and (max-width:767px){
    .elementor-86 .elementor-element.elementor-element-5140fa2 {
        position: relative;
        top: 90px;
        left: 5px;
    }
    .elementor-86 .elementor-element.elementor-element-8b51196 .elementor-counter-number-wrapper{
        font-size:82px;
    }
    .elementor-86 .elementor-element.elementor-element-b5edcc7:before {
        display:none;position: relative;
    }
    .elementor-86{
        position: relative;
        right: -9%;
        width: 125%;
    }
}/* End custom CSS */

/* Start custom CSS for column, class: .elementor-element-44f3802 */@media (min-width: 767px) {
    .elementor-86{
        position: relative;
        right: 0%;
        width: 122%;
    }
    .elementor-86 .elementor-element.elementor-element-44f3802 > .elementor-element-populated {

        padding: 0px 0px 0px 55px !important;}}

