@font-face {
    font-family: 'appfont';
    src: url(../fonts/product-sans/ProductSansRegular.ttf);
}

@font-face {
    font-family: 'psans-thin';
    src: url(../fonts/product-sans/ProductSans-Thin.ttf);
}


@font-face {
    font-family: 'psans-light';
    src: url(../fonts/product-sans/ProductSans-Light.ttf);
}



body {
    /*    font-family: 'appfont', sans-serif !important;*/
    /*    font-family: 'psans-thin', sans-serif !important;*/
    font-family: 'psans-light', sans-serif !important;
}

.font-g-b {
    font-family: 'appfont', sans-serif !important;
}


.font-g-l {
    font-family: 'psans-light', sans-serif !important;
}



.font-g-t {
    font-family: 'psans-thin', sans-serif !important;
}

.pricing-tables {
    margin: 30px 0 20px;
}

.pricing-table-primary {
    border-color: #4285f4;
}

.pricing-table {
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .04);
    border-top: 3px solid #696868;
    padding: 35px 20px;
    background: #ECECEC;
    margin: 0 0 20px;
}

.be-option-button,
.pricing-table {
    text-align: center;
    border-radius: 3px;
}

.pricing-table-image {
    margin-bottom: 15px;
}

svg:not(:root) {
    overflow: hidden;
}

.pricing-table-title {
    font-size: 1.538rem;
    font-weight: 300;
}

.card-divider-xl {
    margin: 20px 0;
}

.card-divider {
    margin: 10px 0;
    border-top: 1px solid #DAD6D6;
}

.pricing-table-price {
    padding: 5px 0 20px;
}

.pricing-table-price .currency {
    vertical-align: top;
}

.pricing-table-price .value {
    font-size: 35px;
    line-height: 40px;
}

.pricing-table-price .frecuency {
    font-size: 1.538rem;
    font-weight: 300;
}

.pricing-table-features {
    margin: 0 0 25px;
    padding: 0;
    list-style: none;
}

.pricing-table-features > li {
    font-size: 1.077rem;
    font-weight: 300;
    line-height: 33px;
}

.pricing-table-success {
    border-color: #34a853;
}

.pricing-table-warning {
    border-color: #d81b60;
}

.pricing-table-primary {
    border-color: #4285f4;
}

.pricing-table-primary .pricing-table-image svg path {
    fill: #4285f4;
}

.pricing-table-image svg path {
    fill: #a6a6a6;
}

.pricing-table-warning .pricing-table-image svg path {
    fill: #dd4b39;
}

.pricing-table-success .pricing-table-image svg path {
    fill: #34a853;
}

.page-head {
    padding: 20px 0 30px;
}

.page-head-heading {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.page-head-heading h1 {
    font-size: 2.57692rem;
    line-height: 1;
}

.page-head-desc {
    border-left: 2px solid #d9d9d9;
    text-align: center;
}

.page-head-desc h3 {
    font-size: 1.69231rem;
    color: #919191;
    line-height: 1;
}

.partners img {
    /*filter: url(filters.svg#grayscale);
        Firefox3.5+*/
    filter: black;
    /*IE5+*/
    -webkit-filter: grayscale(1);
    /*WebkitNightlies&ChromeCanary*/
    -webkit-transition: all .3s ease-in-out;
    -webkit-filter: gray;
}

.partners img:hover {
    filter: none;
    -webkit-filter: grayscale(0);
    -webkit-transform: scale(1.2);
}

a {
    color: none !important;
}

.btn {
    display: inline-block;
    font-weight: 400;
    /* color: #151515; */
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.9375rem 1.875rem;
    font-size: 1.2rem;
    line-height: 1.5;
    /* border-radius: 0.25rem; */
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}


.btn-sm {
    padding: 0.7375rem 1.975rem !important;
    font-size: 1rem !important;
    line-height: 1.2 !important;
}

.btn-primary:hover {
    background-color: chocolate !important;
    border-color: chocolate !important;
}

.btn .btn-lg {}

.btn-outline-white {
    color: #fff;
    border-color: #fff;
}

.btn-outline-white:hover {
    background-color: #fff;
    color: #000;
}

.btn-rounded {
    border-radius: 10rem !important;
}

.nav-link {
    font-size: 20px;
}

.bg-gradient-dark {
    /*    background: -o-linear-gradient(40deg, #273444 0, #272b44 100%) !important;*/
    background: linear-gradient(50deg, #273444 0, #272b44 100%) !important;
}


.hero-s {
    height: 120vh;
    min-height: 500px;
    padding: 100px 0;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #e9ecef;
    border-radius: 0.25rem;
    /*    margin-bottom: 60px !important;*/
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);



}

.my-flex-card > div > div.card {
    height: calc(100% - 0px);
    /*    margin-bottom: 50px !important;*/
}

.icon-md {
    font-size: 65px !important;
    line-height: 14px;
}

.para {
    display: flex;
    font-size: 17px !important;
    line-height: 28pt !important;
    justify-content: center !important;
}


.bg-gray-100 {
    background-color: #f5f8fb;
}

.space-3-top--lg {
    padding-top: 5rem;
}

.mb-9,
.my-9 {
    margin-bottom: 4rem !important;
}

.w-lg-60 {
    width: 60% !important;
}

.u-label--purple {
    color: #796eff;
    background-color: rgba(121, 110, 255, 0.1);
}

.u-label--sm {
    font-size: 0.75rem;
    padding: 0.5rem 1rem;
}

.u-label {
    display: inline-block;
    /* font-size: 1rem; */
    font-weight: 400;
    /* padding: 0.625rem 1.125rem; */
    border-radius: 6.1875rem;
    transition: 0.2s ease-in-out;
}



.u-media-player {
    color: #151b26;
    font-weight: 400;
    transition: all 0.2s ease-in-out;
}

.u-media-player__icon--xl {
    width: 6.25rem;
    height: 6.25rem;
    font-size: 1rem;
}

.u-media-player__icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    /* width: 3.75rem; */
    /* height: 3.75rem; */
    /* font-size: 0.8125rem; */
}

.u-media-player__icon--box-shadow::before {
    box-shadow: 0 0 2.5rem #e3e6f0;
}

.u-media-player__icon::before {
    display: inline-block;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #fff;
    border-radius: 50%;
    transition: 0.4s;
}

.u-media-player__icon-inner {
    color: #21c87a;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-left: .125rem;
}


.w-lg-80 {
    width: 90% !important;
}


.feature-list {
    list-style: none;
    padding: 0;
}

.gutter-1 {
    margin: -5px;
}


.feature-list li {
    float: left;
}

.gutter-1 > * {
    margin-bottom: 0 !important;
    padding: 5px;
}


.rounded {
    background-color: transparent;
    border: 1px solid #e5e5e5;
    border-radius: 10rem !important;
    padding: 7px 20px !important;
    color: #666;
    font-size: 18px;
}




/*pricing tables*/
.price_area {
    background-image: url(../img/pricing-bg.png);
    background-size: cover;
    padding-top: 20px;
}

.gap {
    padding: 120px 0;
}

.main_title {
    text-align: center;
    margin-bottom: 75px;
}

.main_title .top_title {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.main_title p {
    /* font-size: 14px; */

    line-height: 24px;
    color: #777777;
    /* margin-bottom: 0px; */
    margin: auto;
}

.main_title h2 {
    font-size: 37px;
    color: #3D3E3E;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: capitalize;
}


.price_item {
    text-align: center;
    border: 2px solid #eeeeee;
    border-radius: 5px;
    background: #fff;
    position: relative;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.price_item:hover {
    box-shadow: 0 0 20pt rgba(0, 0, 0, 0.3);
    border: 1px solid #ddd;
    overflow: hidden;

}


.bg-grad {
    background-image: -webkit-linear-gradient(top, rgba(202, 160, 154, 0.439), rgba(154, 202, 184, 0))
}

.price_item .price_head {
    text-align: center;
    background: #ffffff;
    padding: 35px 0px;
    border-bottom: 1px solid #eeeeee;
}

.price_item .price_head h4 {
    font-size: 30px;
    color: #A24703;
    margin-bottom: 0px;

}

.price_item .price_body {
    padding: 30px 0px;
    background: #fff;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.list {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.price_item .price_body ul li {
    margin-bottom: 15px;
}

.price_item .price_body ul li a {
    font-size: 18px;
    color: #666666;

    font-weight: normal;
}

.price_item .price_footer {
    background: #fcf8ff;
    max-width: 280px;
    margin: 0px auto 40px;
    border-radius: 5px;
    padding-top: 35px;
    padding-bottom: 40px;
}

.price_item .price_footer:hover {
    background-image: linear-gradient(to right, #8252fa 0%, #eca2f1 100%), radial-gradient(circle at top left, #8252fa, #eca2f1);
    background-image: -webkit-linear-gradient(to right, #8252fa 0%, #eca2f1 100%), -webkit-radial-gradient(circle at top left, #8252fa, #eca2f1);
    background-image: -moz-linear-gradient(to right, #8252fa 0%, #eca2f1 100%), -moz-radial-gradient(circle at top left, #8252fa, #eca2f1);
    background-image: -ms-linear-gradient(to right, #8252fa 0%, #eca2f1 100%), -ms-radial-gradient(circle at top left, #8252fa, #eca2f1);
    background-image: -o-linear-gradient(to right, #8252fa 0%, #eca2f1 100%), -o-radial-gradient(circle at top left, #8252fa, #eca2f1);

}

.price_item .price_footer h3 {
    color: #222222;
    font-size: 72px;
}

.price_item .price_footer h3:hover {
    color: #fff;
}

.price_item .price_footer h3 .dlr {
    font-size: 24px;
    vertical-align: top;
    padding-top: 14px;
    display: inline-block;
    margin-right: -10px;
}

.primary_btn {
    display: inline-block;
    color: #22195e;
    letter-spacing: 1px;
    font-size: 12px;
    font-weight: 500;
    line-height: 47px;
    outline: none !important;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
    border: double 2px transparent;
    border-radius: 5px;
    background-image: linear-gradient(white, white), radial-gradient(circle at top left, #8252fa, #eca2f1);
    background-image: -webkit-linear-gradient(white, white), -webkit-radial-gradient(circle at top left, #8252fa, #eca2f1);
    background-image: -moz-linear-gradient(white, white), -moz-radial-gradient(circle at top left, #8252fa, #eca2f1);
    background-image: -ms-linear-gradient(white, white), -ms-radial-gradient(circle at top left, #8252fa, #eca2f1);
    background-image: -o-linear-gradient(white, white), -o-radial-gradient(circle at top left, #8252fa, #eca2f1);
    background-origin: border-box;
    background-clip: content-box, border-box;
}


.primary_btn span {
    padding: 0 35px;
}



/*footer*/

.footer_area {
    background-image: url(../img/footer-bgb.png);
    background-size: cover;
    padding-top: 290px;
    padding-bottom: 120px;
}

aside {
    display: block;
}

.f_title {
    margin-bottom: 35px;
}

.f_title h3 {
    color: #E65100;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 0px;
}

.ab_widget p {
    font-size: 18px;
    line-height: 24px;
    color: #777777;
    margin-bottom: 30px;
}

.ab_widget p + p {
    margin-bottom: 0px;
}

.news_widget {
    padding-left: 15px;
}

.news_widget .input-group input {
    height: 50px;
    background: #fff;
    border-radius: 50px;
    width: 100%;
    border: none;
    padding: 0px 15px;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    color: #cccccc;
    outline: none;
    box-shadow: none;
}

.news_widget .input-group .sub-btn {
    position: absolute;
    right: 4px;
    top: 2px;
    border-radius: 50px;
    outline: none !important;
    box-shadow: none !important;
    padding: 0px;
    width: 46px;
    height: 46px;
    cursor: pointer;
    color: #fff;
}



/*contact us*/
.form-control {
    padding: 17px 25px;
    min-height: 50px;
    border-radius: 4px;
    border: solid 1px #ececec;
}

.form-control {
    display: block;
    width: 100%;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}


.btn-outline-primary {
    border: 1.5px solid #E65100;
    padding: 8px 35px;
    text-transform: capitalize;
    color: #E65100;
    font-weight: 800;
    border-radius: 40px;
}

.btn-outline-primary:hover {
    background-color: #E65100;
    color: #fff !important;
    border: 1px solid #E65100;

}

.fade_rule {
    height: 1px;
    background-color: #E6E6E6;
    /*    background-color: green;*/
    width: 76.0em;
    margin: 0 auto;
    background-image: linear-gradient(left, white 2%, #E6E6E6 50%, white 98%);
    background-image: -o-linear-gradient(left, white 2%, #E6E6E6 50%, white 98%);
    background-image: -moz-linear-gradient(left, white 2%, #E6E6E6 50%, white 98%);
    background-image: -webkit-linear-gradient(left, white 2%, #E6E6E6 50%, white 98%);
    background-image: -ms-linear-gradient(left, white 2%, #E6E6E6 50%, white 98%);
    background-image: -webkit-gradient(linear, left bottom, right bottom, color-stop(0.02, white), color-stop(0.5, gray), color-stop(0.98, white));
}
