@import url(omnes-pro.css);
@import url(https://fonts.googleapis.com/css?family=Coda);
@import url(https://fonts.googleapis.com/css?family=Roboto);
@import url(https://fonts.googleapis.com/css?family=Raleway);
@import url(https://fonts.googleapis.com/css?family=Dosis:200,300,400,500,600);

/*======================================================================================================
                            Global
=======================================================================================================*/

* {
    outline: none !important;
    box-shadow: none;
}

a {
    color: #6e22bf;
}

a:hover {
    color: #000;
}

.btn {
    border-radius: 0;
    transition: background 0.5s cubic-bezier(.17, .67, .83, .67);
}

.btn-primary {
    color: #fff;
    background-color: #cdc3e0;
    border-radius: 0;
    border-color: #383838;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #6e22bf;
    border-color: #16a085;
}

.navbar-white {
    background-color: #5c96d67a !important;
    /*background-color: #fff !important;*/
    transition: background 0.5s ease-out;

}

.navbar-white li a {
    color: #6e22bf !important;
}

.navbar-white .navbar-brand {
    color: #6e22bf !important;
}

.navbar-white button.navbar-toggle {
    margin-top: 5px;
    margin-right: 10px;
}

.navbar-white button.navbar-toggle .ion-navicon {
    color: #000;
}

.form-control:focus {
    border-color: #3acab1;
    box-shadow: none;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: rgba(255, 255, 255, 0);
}

.navbar-default .navbar-toggle {
    border-color: rgba(221, 221, 221, 0);
    margin: 0;
    line-height: 100%;
}

.navbar-toggle {
    padding: 0;
    border-radius: 0;
}

.navbar {
    margin-bottom: 0px;
    padding: 10px 5px;
    min-height: 0;
}

button.navbar-toggle .ion-navicon {
    font-size: 2em;
    color: #fff;
}

body {
    overflow-x: hidden;
    font-family: 'CenturyGothic', Arial, sans-serif;
}

p {
    font-size: 15px;
    font-family: 'CenturyGothic', Arial, sans-serif;
    letter-spacing: 1px;
}

/*
.row
{
    margin-right: 0px;
    margin-left: 0px;
    overflow:hidden;
    justify-content: center;
    justify-items:center;
}
*/
ul li {
    list-style: none;
    display: inline-block;
}

li a {
    text-decoration: none;
}

.heading-text {
    padding-top: 100px;
}

.heading-text h3 {
    font-size: 49px;
    font-family: 'CenturyGothic', Arial, sans-serif;
    padding-top: 58px;
    text-transform: uppercase;
    font-weight: 700;
}

.heading-text p {
    font-size: 18px;
    font-family: 'CenturyGothic', Arial, sans-serif;
    padding: 5px 0px
}

.main_content {
    padding: 50px 0px;
}

iframe {
    width: 100%;
}

.form-control {
    border-radius: 0px;
}

/*-----------------------------------------------------------------------------------------------------
                                navbar
-------------------------------------------------------------------------------------------------------*/
#navigation,
.navbar-default {
    border-radius: 0px;
    border: 0;
    background-color: rgba(0, 0, 0, 0.19);
}

.navbar-default .navbar-nav>li>a {
    font-size: 16px;
    transition: all 0.5s cubic-bezier(.17, .67, .83, .67);
    color: #E5E5E5;
    margin: 5px 20px;
    padding: 0;
    line-height: 28px;
    font-family: 'CenturyGothic', Arial, sans-serif;
}

.navbar {
    margin-bottom: 0px;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #fff;
}

.navbar-default .navbar-brand {
    color: #fff;
    font-family: 'CenturyGothic', Arial, sans-serif;
    padding: 5px 15px;
    font-size: 26px;
    line-height: 100%;
    height: auto;
}

.nav-wrap {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}

#wrapper {
    background: url(../img/new_background.jpg);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-color: #464646;

    background-attachment: scroll;
    /*        background-position: center;
        background-size: cover;
        background-size: 100% 100%;
        background-color:#464646;
        background-repeat: no-repeat;
        webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        height:125%;
        width:100%;
    */
}

/*
.col-md-6 {
    min-width:512px;
}
*/
#overlay-1 {
    /*    background-color: rgba(40, 40, 40, 0.6);*/
    background-color: rgba(40, 40, 40, 0.3);
    position: relative;
}

.starting-text {
    padding: 177px 0px;
    font-weight: bold;
    text-shadow: 1px 1px 1px #000;
    letter-spacing: 2px;
}

.rene {
    font-size: 120px;
    color: white;
    font-family: "omnes-pro", "Helvetica", sans-serif;
    font-weight: 300;
    margin-top: 75px;
}

.starting-text h2 {
    font-family: "omnes-pro", "Helvetica", sans-serif;
    color: #fff;
}

.bottom {
    width: 100%;
    position: absolute;
    bottom: 2%;
}

.bottom a {
    color: rgba(192, 192, 192, 0.5);
}

h5 {
    padding-top: 22px;
    font-size: 18px;
}


/* ================================================================================================================
                        Media Query
================================================================================================================== */
/* For mobile devices */

@media only screen and (max-width: 1024px) {
    #wrapper {
        /* The file size of this background image is 93% smaller
     * to improve page load speed on mobile internet connections */
        background-image: url(../img/small_background.png);
        background-position: center;
        background-color: #464646;
        background-attachment: scroll;
        background-size: cover;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        height: 125%;
        width: 100%;

    }

    .col-md-6 {
        width: 100%;
        min-width: 50px;
    }
}


@media only screen and (max-width: 767px) {
    #wrapper {
        /* The file size of this background image is 93% smaller
     * to improve page load speed on mobile internet connections */
        background-image: url(../img/small_background.png);
        background-position: center;
        background-color: #464646;
        background-attachment: scroll;
        background-size: cover;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        height: 125%;
        width: 100%;

    }


    .col-md-6 {
        width: 100%;
        min-width: 50px;
    }
}

@media (max-width: 515px) {

    .client-name {
        font-style: italic;
        font-size: 2vw;
    }

    .client-comment {
        padding: 3vw 0vw 1vw 0vw;
    }

    .col-md-6 {
        width: 100%;
        min-width: 2vw;
    }

    .col-md-12 {
        width: 100%;
        min-width: 1vw;
    }

    .heading-text h3 {
        font-size: 6vw;
    }

    .col-md-6 {
        width: 100%;
        min-width: 4vw;
    }

    .heading-text p {
        font-size: 2vw;
    }

    .starting-text h2 {
        font-size: 5vw;
    }

    .btn {
        font-size: 3.5vw;
    }

    .rene {
        /*        font-size: 70px;*/
        font-size: 13vw;
        margin-top: 13vw;
        font-size: 8vw;
    }

    #wrapper {
        /* The file size of this background image is 93% smaller
         * to improve page load speed on mobile internet connections */
        background-image: url(../img/small_background_375.png);
        background-attachment: scroll;
        background-position: center;
        background-size: cover;
        background-size: 100% 100%;
        background-color: #464646;
        background-repeat: no-repeat;
        webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        height: 125%;
        width: 100%;
    }
}

@media (max-width: 405px) {
    .heading-text h3 {
        /*        font-size: 45px;*/
        font-size: 5vw;
    }

    #wrapper {
        /* The file size of this background image is 93% smaller
         * to improve page load speed on mobile internet connections */
        background-image: url(../img/small_background.png);
        background-attachment: fixed;
        background-position: center center;
        background-size: cover;
        background-color: #464646;
    }

    .col-md-6 {
        width: 100%;
        min-width: 4vw;
    }
}

@media (max-width: 350px) {
    .rene {
        /*font-size: 50px;*/
        font-size: 8vw;

    }

    .starting-text h2 {
        font-size: 5vw;
        /*font-size: 35px;*/
    }


    #wrapper {
        /* The file size of this background image is 93% smaller
         * to improve page load speed on mobile internet connections */
        background-image: url(../img/small_background.png);
        background-attachment: fixed;
        background-position: center center;
        background-size: cover;
        background-color: #464646;
    }

    .col-md-6 {
        width: 100%;
        min-width: 4vw;
    }
}





/*-----------------------------------------------------------------------------------------------------
                            about us
------------------------------------------------------------------------------------------------------*/
.exp {
    padding-top: 76px;
}

.progress {
    background-color: #d4e3e4;
    border-radius: 0px;
    border-color: lightseagreen;
}

.progress-bar {
    background-color: cadetblue;
}

.pro {
    padding-top: 10px;
}

/*----------------------------------------------------------------------------------------------------
Our service
-----------------------------------------------------------------------------------------------------*/
.services {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.about-service {
    font-size: 16px;
    padding: 5px 10px 0px 10px;
}

.about-service h3 {
    font-family: "Coda";
    font-size: 15pt;
}

.service-icon i {
    padding: 20px 0px;
    font-size: 5em;
    transition: font-size 0.5s;
    display: table-cell;
    vertical-align: middle;
}

.service-icon {
    display: table;
    min-height: 140px;
    text-align: center;
    width: 100%;
}

.text-center {
    text-align: center;
    justify-content: center;
}

hr {
    border-color: rgb(101, 85, 124);
}

.full {
    width: 25%;
    margin: auto;
}

.fa-code {
    color: cadetblue;
}

.fa-desktop {
    color: lightslategray;
}

.fa-th {
    color: rgb(114, 184, 211);
}

.fa-gamepad {
    color: rgba(0, 0, 128, 0.58);
}

.fa-lightbulb-o {
    color: grey;
}

.fa-stack-overflow {
    color: #C09553;
}

.service:hover .service-icon i {
    font-size: 7em;
}

.service:hover .about-service h3 {
    color: rgb(175, 104, 77)
}

.service {
    text-align: center;
}

/*===================================================================================================
                            team
=====================================================================================================*/
#team {
    text-align: center;
    margin-bottom: 20px;
}

#team .team-members h4 {
    font-weight: 600;
    margin-bottom: 5px;
}

.member-title {
    font-family: "Coda";
    margin-bottom: 15px;
}

#team h2 {
    font-weight: normal;
    text-align: center;
}

.team-member-description {
    text-align: center;
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
}

.team-member-description {
    line-height: 25px;
}

.team-member-contact {
    padding: 20px 0px;
}

/* media query te 991 px er niche padding right hobe 45px */
#team a:hover,
#blog a:hover {
    text-decoration: none;
}

#team .fa {
    font-size: 21px;
}

#team ul {
    padding-top: 20px;
}

.team-facebook,
.team-twitter,
.team-google-plus,
.team-instagram,
.team-whatsapp,
.team-telegram,
.team-envelope {
    color: #6e22bf;
}

.team-facebook:hover {
    color: #46629E;
}

.team-twitter:hover {
    color: #0EAACE;
}

.team-google-plus:hover {
    color: #DD4C39;
}


.team-whatsapp:hover {
    color: #46629E;
}

.team-telegram:hover {
    color: #0EAACE;
}

.team-envelope:hover {
    color: #DD4C39;
}

.team-member-contact a {
    margin: 0px 12px;
    transition: all 0.5s cubic-bezier(.17, .67, .83, .67);
}

/*-----------------------------------------------------------------------------------------------------
                            Works
--------------------------------------------------------------------------------------------------------*/
#web,
#game,
#app {
    display: none;
}

.port {
    padding-bottom: 50px;
}

/*------------------------------------------------------------------------------------------------------
                                price-table
--------------------------------------------------------------------------------------------------------*/
.price-column {
    position: relative;
    z-index: 999;
    margin-bottom: 15px;
}

.price-column .price-heading {
    background-color: cadetblue;
    position: relative;
    padding: 17px 15px 15px;
    box-shadow: 0 2px 2px #494946;
}

.price-column .price-heading h4 {
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    text-shadow: 0 1px 1px #41413e;
    margin-bottom: 0;
    margin-top: 0;
}

.price-column .price-heading .subtitle {
    color: #ffffff;
    font-weight: bold;
    font-style: italic;
    text-shadow: 0 1px 1px #41413e;
}

.price-column .price-heading .price {
    position: absolute;
    top: 12px;
    right: 10px;
}

.price-column .price-heading .price .currency {
    color: white;
    font: bold 16px Roboto Condensed, Helvetica, Geneva, sans-serif;
    font-size: 22px;
}

.price-column .price-heading .price .amount {
    color: white;
    /* text-shadow: 0 1px 1px #b8b8b7; */
    margin-right: 18px;
    font-size: 35px;
}

.price-column .price-heading .price .cents {
    color: white;
    font: bold 16px Roboto Condensed, Helvetica, Geneva, sans-serif;
    /* text-shadow: 0 1px 1px #b8b8b7; */
    position: absolute;
    top: 27px;
    right: 0;
}

.price-content {
    background-color: rgba(47, 79, 79, 0.71);
}

.price-content ul {
    margin: 0px 0px;
    padding: 0px 0px;
}

.price-content ul li:first-child {
    border-top-width: initial;
    border-top-style: none;
    border-top-color: initial;
}

.price-content ul li {
    display: block;
    text-align: center;
    color: #f7f7f7;
    list-style: none;
    border-top: 1px solid #8DBDBD;
    border-bottom: 1px solid #2F4240;
    padding: 7px 15px;
    line-height: 35px;
    transition: all 0.5s;
}

.price-column.highlight {
    margin-top: 0;
    box-shadow: 0 1px 8px #4d4d4d;
    position: relative;
    z-index: 999;
}

.price-column.hightligh .price-heading {
    background: #f85140;
}

.price-column.hightligh .price-heading h4,
.price-column.hightligh .price-heading .subtitle {
    color: #ffffff;
    text-shadow: 0 1px 1px #d61b08;
}

.price-column .price-heading .price {
    position: absolute;
    top: 12px;
    right: 10px;
}

.price-column.hightligh .price-heading .price .currency,
.price-column.hightligh .price-heading .price .amount,
.price-column.hightligh .price-heading .price .cents {
    color: #c63f33;
    text-shadow: 0 1px 1px #f3a39b;
}

/*-----------------------------------------------------------------------------------------------------
                                Blog
-------------------------------------------------------------------------------------------------------*/

#blog {
    margin-top: 10px;
    margin-bottom: 20px;
    width: 100%;
    font-family: 'Montserrat', Arial, sans-serif;
}

.post {
    width: 90%;
    margin-bottom: 15px;
}

.row-fluid {
    overflow: hidden;
    padding: 25px 0px;
    width: 100%;
}

#blog .post .post-thumbnail {
    overflow: visible !important;
}

#blog .post .post-thumbnail .frame,
#blog .post .post-thumbnail .frame img {
    border-radius: 64px;
    margin-bottom: 0;
}

#blog .post .post-thumbnail .frame {
    padding: 8px;
    background: #572860;
    position: relative;
    margin-left: 20px;
    margin-top: 20px;
}

#blog .post .post-thumbnail .post-format {
    display: block;
    width: 60px;
    height: 60px;
    text-align: center;
    border-radius: 300px;
    -webkit-border-radius: 300px;
    -moz-border-radius: 300px;
    border: 5px solid #572860;
    position: absolute;
    top: -19px;
    left: -20px;
    background-color: #d9dad9;
    z-index: 9999;
}

#blog .post .post-thumbnail .post-format span {
    font-size: 33px;
    position: relative;
    top: 2px;
    color: #6e22bf;
}

a {
    outline: none;
    text-decoration: none;
}

#blog .post .post-thumbnail .post-shadow {
    margin: 0;
    padding: 0 0 0 18px;
}

#blog .post-excerpt {
    margin-top: 18px;
    padding-left: 70px;
}

#blog .post h2.title a {
    color: #6e22bf;
    text-transform: uppercase;
    font-weight: bold;
    text-shadow: 0 1px 1px #f7f7f6;
    font-family: 'CenturyGothic', Arial, sans-serif;
}

#blog .post h2.title {
    margin-bottom: 0;
    padding-bottom: 0;
    margin-top: 0;
    font-size: 20px;
}

.title {
    position: relative;
}

.line-dotted {
    border-bottom: 1px dashed #a4a4a4;
    box-shadow: 0 1px 1px #ffffff;
    width: 100%;
    clear: both;
    margin-top: 19px;
    margin-bottom: 23px;
}

.post-share a {
    padding: 0px 10px;
    font-size: 18px;
}

#blog .post .post-share p {
    font-weight: bold;
    float: left;
    margin-right: 10px;
}

/*---------------------------------------------------------------------------------------------------
                client
----------------------------------------------------------------------------------------------------*/
.client-name {
    font-style: italic;
    font-size: 18px;
}

.client-comment {
    padding: 40px 0px 25px 0px;
}

/* ---------------------------------------------------------------------------------------------------
                            contact
 ---------------------------------------------------------------------------------------------------*/
.input-group {
    padding: 18px 0px;
}

.errorlist {
    color: red;
}

.send {
    float: left;
}

.map {
    padding: 18px 0px;
}

#contact {
    padding-bottom: 80px;
}

.socials-icons {
    margin: 0 auto;
    position: relative;
    width: 100%;
    padding-top: 10px;

}

.socials-icons li {
    /*
    padding-left: 20px;
    padding-bottom: 10px;
*/
    display: inline-block;
    list-style: none;
}

.socials-icons li a {
    display: block;
    position: relative;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    opacity: 0.8;
}

.socials-icons li a i.fa {
    color: #fff;
    line-height: 50px;
    font-size: 21px;
}

.socials-icons li a:hover {
    opacity: 1;
}

.facebook {
    background-color: #6e22bf;
}

.facebook:hover {
    background-color: #46629E;
}

.twitter {
    background-color: #6e22bf;
}

.twitter:hover {
    background-color: #0EAACE;
}

.google-plus {
    background-color: #6e22bf;
}

.google-plus:hover {
    background-color: #DD4C39;
}

.instagram {
    background-color: #6e22bf;
}

.instagram:hover {
    background-color: #4A789E;
}

.pinterest {
    background-color: #6e22bf;
}

.pinterest:hover {
    background-color: #CB2027;
}

.whatsapp {
    background-color: #6e22bf;
}

.whatsapp:hover {
    background-color: #01AEF2;
}

.telegram {
    background-color: #6e22bf;
}

.telegram:hover {
    background-color: #01AEF2;
}

.envelope {
    background-color: #6e22bf;
}

.envelope:hover {
    background-color: #01AEF2;
}

form {
    width: 100%;
}

/*----------------------------------------------------------------------------------------------------
                                    FOOTER
-----------------------------------------------------------------------------------------------------*/
.main-footer {
    background-color: rgba(26, 26, 26, 1);
    padding: 20px 0px;
}

.logo h1 {
    color: #F2F2F2;
    font-family: 'Raleway', sans-serif;
    font-size: 50px;
}

.copyright {
    margin-top: 10px;
    font-size: 16px;
    color: #f3f3f3;
}

.copyright a:hover {
    text-decoration: none;
    /*  color: #137513; */
    color: darkcyan;
}

.copyright a {
    color: #FFFFFF;
}

.theme {
    font-family: "Coda";
    /* font-size: 20px; */
    /* font-weight: bold; */
    /* padding-left: 5px; */
}


/* 

.shadow-team
{
    background-color: #626262;
    border-radius: 50%;
    content: "";
    height: 14px;
    left: 14px;
    position: relative;
    top: 3px;
    width: 193px;
}



 */

.ion-ios7-arrow-down {
    color: #fff;
    font-size: 3em;
}


.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #FFFFFF;
}


.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    background-color: #6e22bf;
    border-color: #6e22bf;
}

.pagination {
    border-radius: 0;
    justify-content: center;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    z-index: 99999;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
    color: #FFF;
    background-color: #6e22bf;
    border-color: #6e22bf;
}

.pagination>li>a,
.pagination>li>span {
    color: #6e22bf;
}

#port-items .col-md-4 {
    padding: 0;
}

.input-group-addon {
    border-radius: 0;
}

@media (max-width: 712px) {}

@media (max-width: 400px) {
    #port-items .col-xs-6 {
        width: 100%;
    }

    .navbar-fixed-top,
    .navbar-fixed-bottom {
        position: static;
    }

    #portfolio .btn {
        margin-bottom: 10px;
    }
}

#price_table ul {
    display: table;
    margin: 0 auto;
    width: 100%;
    max-width: 1100px;

    padding: 0;
}

#price_table li {
    display: table-cell;
    width: 33.333%;
    padding: 43px 0 0;
    transition: all 0.25s, color 0s !important;
    position: relative;
    z-index: 0;
    border: 1px solid #BBB;

    background-color: #fff;
}

#price_table li:first-child {
    position: relative;
    right: -1px;
}

#price_table li:last-child {
    position: relative;
    left: -1px;
}


#price_table li:hover {
    box-shadow: 0 13px 48px rgba(0, 0, 0, 0.2);
    z-index: 1;
    color: #fff;
    background-color: #6e22bf;
    border-color: #1abc9c;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05);
}

#price_table li * {
    transition: 0 !important;
    text-decoration: none;
}

#price_table li:hover * {
    color: #fff !important;
    border-color: rgba(255, 255, 255, 0.27) !important;
}



#price_table li strong {
    font-size: 19px;
    text-transform: uppercase;
    font-family: Raleway;
    color: #2F3740;
    letter-spacing: 2.4px;
    line-height: 45px;
    font-weight: 600;
    margin-bottom: 25px;
    display: block;
    text-align: center;
}

#price_table ul .price_table-description {
    display: block;
    font-size: 19px;
    line-height: 30px;
    text-align: center;
    color: #6C6C6C;
}

#price_table .price_table-price {
    font-size: 54px;
    letter-spacing: 2px;
    padding-top: 20px;
    display: block;
    font-weight: 400;
    text-align: center;
    padding-bottom: 12px;
    color: #6C6C6C;
}

#price_table .price_table-button {
    font-size: 19px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    color: #2F3740;
    text-decoration: none;
    line-height: 1;
    padding: 28px 0 24px;
    border-top: 1px solid #bbb;
    width: 100%;
    margin-top: 6px;
    display: block;
    text-align: center;
}

#price_table li:hover .price_table-button {
    transition: 0;
}


#price_table ul a:hover {
    color: #E85700;
}

ul.price-table-chart li:nth-child(2) {
    box-shadow: 0 13px 48px rgba(0, 0, 0, 0.2) !important;
    z-index: 2 !important;
    color: #fff !important;
    background: #1abc9c !important;
    border-color: #1abc9c !important;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05);
}

ul.price-table-chart li:nth-child(2) * {
    color: #fff !important;
}

ul.price-table-chart li:nth-child(2) .price_table-button {
    border-color: rgba(255, 255, 255, 0.27) !important;
}

.main_content figure {
    padding: 0px 105px;
}

.post-shadow {
    width: 100%;
}

.input-group-addon {
    background-color: rgba(238, 238, 238, 0);
}

/* The Modal (background) */
.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content3 {
    background-color: #fefefe;
    margin: 5% auto;
    /* 15% from the top and centered */
    padding: 20px;
    width: 95%;
    /* Could be more or less, depending on screen size */
}

/* Modal Content/Box */
.modal-content2 {
    background-color: #fefefe;
    margin: 5% auto;
    /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 95%;
    /* Could be more or less, depending on screen size */
}

.modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 100%;
    /* Could be more or less, depending on screen size */
    max-width: 767px;
}

/* For mobile devices */
@media only screen and (max-width: 767px) {
    .modal-content {
        width: 100%;
    }
}

.modal-content-2 {
    border-radius: 30px;
    background-color: #fefefe;
    margin: 15% auto;
    /* 15% from the top and centered */
    border: 1px solid #888;
    width: 70%;
    /* Could be more or less, depending on screen size */
    justify-content: center;
    justify-items: center;
}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    padding-top: 10px;
    padding-right: 10px;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}




#price_table2 ul {
    display: table;
    margin: 0 auto;
    width: 100%;
    max-width: 1100px;

    padding: 0;
}

#price_table2 li {
    display: table-cell;
    width: 20.00%;
    padding: 43px 0 0;
    transition: all 0.25s, color 0s !important;
    position: relative;
    z-index: 0;
    border: 1px solid #BBB;

    background-color: #fff;
}

#price_table2 li:first-child {
    position: relative;
    right: -1px;
}

#price_table2 li:last-child {
    position: relative;
    left: -1px;
}


#price_table2 li:hover {
    box-shadow: 0 13px 48px rgba(0, 0, 0, 0.2);
    z-index: 1;
    color: #fff;
    background: #1abc9c;
    border-color: #1abc9c;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05);
}

#price_table2 li * {
    transition: 0 !important;
}

#price_table2 li:hover * {
    color: #fff !important;
    border-color: rgba(255, 255, 255, 0.27) !important;
}



#price_table2 li strong {
    font-size: 19px;
    text-transform: uppercase;
    font-family: 'CenturyGothic', Arial, sans-serif;
    color: #2F3740;
    letter-spacing: 2.4px;
    line-height: 45px;
    font-weight: 100;
    margin-bottom: 25px;
    display: block;
    text-align: center;
}

#price_table2 ul .price_table-description {
    display: block;
    font-size: 19px;
    line-height: 30px;
    text-align: center;
    color: #6C6C6C;
}

#price_table2 .price_table-price {
    font-size: 24px;
    font-family: 'CenturyGothic', Arial, sans-serif;
    letter-spacing: 2px;
    padding-top: 20px;
    display: block;
    font-weight: 100;
    text-align: center;
    padding-bottom: 12px;
    color: #6C6C6C;
}

#price_table2 .price_table-button {
    font-size: 19px;
    text-transform: uppercase;
    font-family: 'CenturyGothic', Arial, sans-serif;
    color: #2F3740;
    text-decoration: none;
    line-height: 1;
    padding: 28px 0 24px;
    border-top: 1px solid #bbb;
    width: 100%;
    margin-top: 6px;
    display: block;
    text-align: center;
}

#price_table2 li:hover .price_table-button {
    transition: 0;
}


#price_table2 ul a:hover {
    color: #E85700;
}

ul.price-table-chart2 li:nth-child(5) {
    box-shadow: 0 13px 48px rgba(0, 0, 0, 0.2) !important;
    z-index: 2 !important;
    color: #fff !important;
    background: #1abc9c !important;
    border-color: #1abc9c !important;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05);
}

ul.price-table-chart2 li:nth-child(5) * {
    color: #fff !important;
}

ul.price-table-chart2 li:nth-child(5) .price_table-button {
    border-color: rgba(255, 255, 255, 0.27) !important;
}

.old_price {
    text-decoration: line-through;
    color: red;
}

.new_price {
    color: green;
}

button {
    writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: buttontext;
    letter-spacing: normal;
    word-spacing: normal;
    line-height: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    text-align: center;
    cursor: default;
}

svg {
    width: 24px;
    height: 24px;
}

svg:not(:root) {
    overflow-clip-margin: content-box;
    overflow: hidden;
}

.t585>.t-container {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.t__header {
    position: relative;
    border-top: 1px solid #eee;
    cursor: pointer
}

.t__trigger-button {
    position: relative;
    width: 100%;
    padding: 27px 50px 27px 0;
    text-align: left;
    background-color: transparent;
    border: none;
    box-sizing: border-box;
    outline-offset: 3px
}

.t__trigger-button:not(:focus-visible) {
    outline: none
}

.t__title {
    display: inline-block
}

.t__icon {
    position: absolute;
    top: 50%;
    right: 0;
    display: inline-block;
    width: 24px;
    height: 24px;
    padding: 38px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: opacity ease-in-out .2s
}

.t__icon-hover {
    opacity: 0
}

.t__header:hover .t__icon {
    opacity: 0
}

.t__header:hover .t__icon-hover {
    opacity: 1
}

.t__row:after {
    content: '';
    display: table;
    clear: both
}

.t__circle {
    position: absolute;
    top: 32px;
    left: 32px;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    background-color: transparent;
}

.t__circle-color {
    background-color: #eee;
}

.accordion-max-height {
    max-height: 0px;
}

.t__lines {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    transition: all ease-in-out .3s;
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

.t__opened .t__lines {
    z-index: 1;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: all ease-in-out .3s
}

.t__content {
    display: none;
    overflow: hidden;
    -webkit-transition: max-height ease-in-out .3s, opacity ease-in-out .3s;
    -o-transition: max-height ease-in-out .3s, opacity ease-in-out .3s;
    transition: max-height ease-in-out .3s, opacity ease-in-out .3s
}

.t585 .t__content ol {
    padding-left: 22px !important;
    list-style-position: inside;
    text-indent: -22px
}

.t__textwrapper {
    padding: 0 0 20px
}

.t__text {
    margin-bottom: 20px
}

.t__img {
    display: block;
    width: 100%;
    margin-bottom: 14px
}

.t__border {
    width: 100%;
    height: 1px;
    background-color: #eee
}

@media screen and (max-width:960px) {
    .t585 .t-col:not(:last-child) .t__border {
        display: none
    }
}

@media screen and (max-width:640px) {
    .t__trigger-button {
        padding-top: 15px;
        padding-bottom: 14px
    }

    .t__text {
        margin-bottom: 15px
    }

    .t__text>a {
        word-break: break-word
    }

    .t__textwrapper {
        padding: 0 0 10px
    }
}

.e_container {
    width: 100%;
    border: 1px solid #d3d3d3;
}

.e_container div {
    width: 100%;
}

.e_container .e_header {
    background-color: #d3d3d3;
    padding: 2px;
    cursor: pointer;
    font-weight: bold;
}

.e_container .e_content {
    display: none;
    padding: 5px;
}

.correct {
    background-color: #07dd39a8;
    border-radius: 30px;
    margin-top: 10px;
    margin: 5px 5px 5px 5px;
    width: -webkit-fill-available;
    padding-left: 15px;
    padding-right: 15px;
}

.wrong {
    background-color: #ef0101b0;
    border-radius: 30px;
    margin: 5px 5px 5px 5px;
    width: -webkit-fill-available;
    padding-left: 15px;
    padding-right: 15px;
}

.cell {
    border-radius: 30px;
    margin: 5px 5px 5px 5px;
    width: -webkit-fill-available;
    background-color: #71dac759;
    padding-left: 15px;
    padding-right: 15px;
}

.selected {
    border-radius: 30px;
    margin: 5px 5px 5px 5px;
    width: -webkit-fill-available;
    background-color: #19c1a3f7;
    padding-left: 15px;
    padding-right: 15px;
}

.cell:hover {
    background-color: #19c1a3f7;
}

.cell {
    display: inline-block;
    font-weight: normal;
}

.question-cell {
    border-color: #59c2d0;
    border-radius: 30px;
    border-style: dotted;
    margin: 5px 5px 5px 5px;
    padding: 5px 5px 5px 5px;
}

.active-cell {
    background-color: #19c1a3f7;
}

.price-block2 {
    background: linear-gradient(45deg, rgb(41 174 251 / 35%) 0%, rgb(218 56 148 / 10%) 100%);
    box-shadow: 0px 2px 6px rgb(52 52 52 / 95%);
    border-color: rgb(21 21 21);
    border-width: 1px;
    padding-bottom: 2.5rem;
    padding-top: 2.5rem;
    border-radius: 0.75rem;
    gap: 1rem;
    justify-content: center;
    align-items: flex-start;
    color: #6e22bf;
    height: 100%;
    overflow: hidden;
    min-height: 100px;
    height: inherit;
    margin-bottom: 10px;
    margin-top: 10px;
}

.price_table-button {
    margin-top: 5px;
    margin-bottom: 10px;
}

.price-block3 {
    background: linear-gradient(45deg, rgb(41 174 251 / 35%) 0%, rgb(218 56 148 / 10%) 100%);
    box-shadow: 0px 12px 56px rgb(52 52 52 / 95%);
    border-color: rgb(21 21 21);
    /*margin: 0.05rem 0.05rem 0.05rem 0.05rem;*/
    border-width: 1px;
    padding-bottom: 2.5rem;
    padding-top: 2.5rem;
    /* padding-left: 0.5rem; */
    /* padding-right: 2.5rem; */
    border-radius: 0.75rem;
    gap: 1rem;
    justify-content: center;
    align-items: flex-start;
    color: #6e22bf;
    height: 100%;
    overflow: hidden;
    min-height: 100px;
}


.price-block {
    background: linear-gradient(294.57deg, rgba(255, 148, 88, 0.4) 0%, rgba(252, 229, 172, 0.4) 100%);
    box-shadow: 0px 12px 56px rgb(255 161 22 / 24%);
    border-color: rgba(255, 161, 22, 0.3);

    margin: 0.5rem 0.5rem 0.5rem 0.5rem;
    border-width: 1px;
    padding-bottom: 2.5rem;
    padding-top: 2.5rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    border-radius: 0.75rem;
    gap: 1rem;
    justify-content: center;
    align-items: flex-start;
    color: #6e22bf;
    height: 100%;
    overflow: hidden;
    /*added this*/
    min-height: 100px;
}

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

.level-tables {
    margin: 30px 0 20px
}
.level-tables > div {
    padding-left: 10px;
    padding-right: 10px
}
.level-table {
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 1px 0 rgba(0, 0, 0, .05);
    padding: 35px 20px;
    background-color: #fff;
    text-align: center;
    margin: 0 0 20px
}

.level-table-title {
    font-size: 1.29231rem;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 2.30769rem;
    color: #2cc185
}
.level-table-price {
    color: #525252;
    padding-bottom: .615385rem
}
.level-table-price .currency {
    font-size: 33px;
    font-weight: 300;
    display: inline-block;
    margin-top: 4px;
    vertical-align: top
}
.level-table-price .value {
    font-size: 60px;
    line-height: 1;
    letter-spacing: -3px
}
.level-table-frecuency {
    color: #858585;
    padding-bottom: 5px;
    font-size: 1.38462rem
}
.level-table-features {
    margin: 0 0 30px;
    padding: 0;
    font-size: 11px;
    list-style: none
}
.level-table-features > li {
    /* font-size: 14px; */
    font-size: 11px;
    line-height: 25px;
    font-weight: 300;
    /* line-height: 33px */
}
.level-table-features > li b {
    font-weight: 600
}
.level-table .btn {
    min-width: 120px;
    margin-bottom: 10px
}

.card-divider {
    margin: 2rem 0;
    border-top: 1px solid #f2f2f2;
}

.level-table .card-divider {
    border-color: #d9d9d9
}
.level-table-dark {
    background-color: #323232
}
.level-table-dark .level-table-price {
    color: #fff
}
.level-table-dark .card-divider {
    border-color: #424242
}
.level-table-dark .level-table-features {
    color: #fff
}
.level-table-dark .level-table-features b {
    color: #2cc185
}
.level-table-primary {
    background-color: #2cc185
}
.level-table-primary .level-table-title {
    color: #2e7357
}
.level-table-primary .level-table-price {
    color: #fff
}
.level-table-primary .level-table-frecuency {
    color: #2e7357
}
.level-table-primary .card-divider {
    border-color: rgba(0, 0, 0, .08)
}
.level-table-primary .level-table-features {
    color: #fff
}


@media (min-width: 768px) {
    .justify-content-md-center {
        justify-content: center !important;
    }

    .row {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        /*    justify-content:center; */
        display: flex;
    }

    .row {
        /*    --bs-gutter-x: 1.5rem;
        --bs-gutter-y: 0;
    */
        display: flex;
        flex-wrap: wrap;
        /*
        margin-top: calc(-1 * var(--bs-gutter-y));
        margin-right: calc(-.5 * var(--bs-gutter-x));
        margin-left: calc(-.5 * var(--bs-gutter-x));
    */
    }
}

@media (min-width: 576px) {
    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%;
    }
}

.price-block:hover {
    background: linear-gradient(294.57deg, rgb(217 29 222 / 45%) 0%, rgb(27 222 26 / 20%) 100%);
    box-shadow: 0px 12px 56px rgb(200 142 56 / 11%);
    border-color: rgb(213 171 217 / 71%);

    /*    background: linear-gradient(294.57deg, rgba(255, 148, 88, 0.4) 0%, rgba(252, 229, 172, 0.4) 100%);
    box-shadow: 0px 12px 56px rgb(255 161 22 / 24%);
    border-color: rgba(255, 161, 22, 0.3); */
}

.price-block2:hover {
    background: linear-gradient(294.57deg, rgb(217 29 222 / 45%) 0%, rgb(27 222 26 / 20%) 100%);
    box-shadow: 0px 12px 56px rgb(200 142 56 / 11%);
    border-color: rgb(213 171 217 / 71%);

    /*    background: linear-gradient(294.57deg, rgba(255, 148, 88, 0.4) 0%, rgba(252, 229, 172, 0.4) 100%);
    box-shadow: 0px 12px 56px rgb(255 161 22 / 24%);
    border-color: rgba(255, 161, 22, 0.3); */
}

.price-val {
    font-size: 14px;
    line-height: 22px;
}

.copyright p {
    font-size: 5pt;
    margin: 0 0 0 0;
}

.levels-content-text div {
    font-size: 9px;
}

.levels-content-text p {
    font-size: 11px;
}

.content-padding {
    padding-top:10px;
}

.justify-custom-content {
    display:flex;
    justify-content:center;
    width:100%"
}

.full-width-content {
    width:100%;
}

.crossed-price {
    color:red;
}

.blog-title {
    font-size: 19pt;
}

.total-cost-price {
    color:green;
}

.service-context {
    font-size: 9px;
}

.service-padding {
    font-size: 11px;
}

.modal-non-visible {
    visibility: visible;
    display: none;
}

/* #faq section */
.header-list {
    border-top: 1px solid #1c4a85;
    color:#1c4a85;
}
.dropdown-list-text {
    color:#1c4a85;
}

.quiz-page-header {
    font-size:18pt;
}

.quiz-question-body {
    padding-left:15px;
    padding-right:15px;
}

.quiz-final-button {
    justify-content:right;
}

.quiz-final-button-content {
    float: right; 
    margin-bottom:10px;
}