body {
    margin: 0px;
    padding: 0px;
    background-color: #f8f8f8;
}

/*housing container*/

.housing {
    width: 100%;
    height: auto;
    overflow-x: hidden;
}

.top_btn {
    width: 60px;
    height: 60px;
    display: none;
    position: fixed;
    right: 20px;
    bottom: 80px;
    color: white;
    text-align: center;
    line-height: 60px;
    font-size: 20px;
    border-radius: 100%;
    background-color: #006756;
    cursor: pointer;
    z-index: 5;
}

/* Menu Bar Container */

.menu_con {
    width: 0;
    height: 100vh;
    position: fixed;
    z-index: 10000;
    background-color: rgba(50, 4, 71, 0.541);
    overflow: hidden;
    transition: all 0.5s ease-in-out;
}

.menu_cont {
    width: 250px;
    height: 100vh;
    padding: 10px;
    background-color: white;
}

.menu_icon {
    width: 30px;
    height: 30px;
    color: #1c093f;
    text-align: center;
    line-height: 30px;
    font-size: 18px;
    border: 1px solid #dbdbdb;
    border-radius: 100%;
    background-color: #dbdbdb;
}

.menu_link {
    color: #1c093f;
    font-size: 17px;
    font-weight: 500;
    font-family: karla;
    border-bottom: 1px solid #f8f8f88a;
    border-radius: 0px;
    padding: 12px;
    margin-bottom: 0px;
}

.menu_drop_con {
    border-radius: 5px;
    background-color: #f8f8f8;
}

.menu_drop_head {
    color: gray;
    font-size: 13px;
    font-weight: 600;
    font-family: karla;
    padding: 8px 12px;
    margin-bottom: 0px;
}

.menu_drop_link {
    color: #1c093f;
    font-size: 14px;
    font-weight: 500;
    font-family: karla;
    border-radius: 0px;
    padding: 10px 25px;
    margin-bottom: 0px;
}

.menu_btn {
    position: relative;
    color: white;
    font-size: 14px;
    font-weight: 500;
    font-family: karla;
    border: none;
    border-radius: 5px;
    padding: 10px 30px;
    background-color: #4074f7;
    overflow: hidden;
    z-index: 1;
    transition: all 0.5s ease-in-out;
}

.menu_btn2 {
    position: relative;
    color: white;
    font-size: 14px;
    font-weight: 500;
    font-family: karla;
    border: none;
    border-radius: 5px;
    padding: 10px 30px;
    background-color: #008c74;
    overflow: hidden;
    z-index: 1;
    transition: all 0.5s ease-in-out;
}

/* Mobile Header container */

.header_mob_con {
    width: 100%;
    height: auto;
    padding: 10px 0px;
    background-color: white;
}

.logo_sm {
    height: 40px;
}

.header_mob_icon {
    font-size: 25px;
}

.header_mob_btn {
    color: white;
    font-size: 12px;
    font-weight: 500;
    font-family: karla;
    border: none;
    border-radius: 5px;
    padding: 8px 15px;
    background-color: #008c74;
}

/* Main Header container */

.header_top_con {
    width: 100%;
    height: 40px;
    padding: 10px 0px;
    background: linear-gradient(to right, #008c74, #006756);
}

.top_link {
    color: white;
    font-size: 14px;
    font-weight: 400;
    font-family: karla;
    margin-bottom: 0px;
}

.top_icon {
    color: white;
    font-size: 15px;
}

.header_con {
    width: 100%;
    height: auto;
    padding: 0px 0px;
    background-color: white;
}

.logo {
    height: 70px;
    padding: 5px 0px;
}

.nav_link {
    color: #006756;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    font-family: karla;
    margin-bottom: 0px;
    padding: 25px 20px;
    transition: all 0.3s ease-in-out;
}

.nav_drop_con {
    position: relative;
}

.nav_drop {
    display: none;
    left: 0;
    width: 200px;
    background-color: white;
    transition: all 0.3s ease-in-out;
}

.nav_drop_link {
    color: #006756;
    font-size: 15px;
    font-weight: 600;
    font-family: karla;
    border-bottom: 0.5px solid whitesmoke;
    margin-bottom: 0px;
    padding: 10px 20px;
    transition: all 0.3s ease-in-out;
}

.nav_btn {
    position: relative;
    color: white;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    font-family: karla;
    border: none;
    border-radius: 30px;
    padding: 15px 40px;
    background-color: #008c74;
    overflow: hidden;
    z-index: 1;
    transition: all 0.5s ease-in-out;
}

.nav_btn2 {
    position: relative;
    color: #008c74;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    font-family: karla;
    border: 2px solid #008c74;
    border-radius: 30px;
    padding: 11px 40px;
    background-color: whitesmoke;
    overflow: hidden;
    z-index: 1;
    transition: all 0.5s ease-in-out;
}

/* Banner Container */

.banner_con1 {
    width: 100%;
    height: auto;
    background-image: url('../images/ban1.jpg');
    background-size: cover;
    background-position: top;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
}

.banner_con2 {
    width: 100%;
    height: auto;
    background-image: url('../images/ban2.jpg');
    background-size: cover;
    background-position: top;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
}

.banner_con3 {
    width: 100%;
    height: auto;
    background-image: url('../images/ban3.jpg');
    background-size: cover;
    background-position: top;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
}

.banner {
    height: 750px;
}

.banner_details {
    border-radius: 30px;
    padding: 30px;
    background-color: #291d4291
}

.banner_hint {
    color: #f8f8f8;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 300;
    font-family: poppins;
    margin-bottom: 0px;
}

.banner_header {
    color: white;
    font-size: 60px;
    font-weight: 600;
    font-family: poppins;
    margin-bottom: 10px;
}

.banner_header>span {
    color: #4074f7;
    font-weight: 500;
}

.banner_btn {
    position: relative;
    color: white;
    font-size: 15px;
    font-weight: 400;
    font-family: karla;
    border: none;
    border-radius: 30px;
    padding: 15px 40px;
    background-color: #008c74;
    outline: none;
    overflow: hidden;
    z-index: 1;
    transition: all 0.5s ease-in-out;
}

/* global Classes */

.vest_header {
    text-align: center;
    text-transform: uppercase;
    font-size: 50px;
    font-weight: 600;
    font-family: Poppins;
    margin-bottom: 0px;
}

.vest_header>span {
    color: #008c74;
}

.vest_line {
    width: 80px;
    height: 2px;
    margin-bottom: 10px;
    background: linear-gradient(to right, transparent, #008c74, transparent);
}

.vest_hint {
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 400;
    font-family: karla;
}

/* Banner small container */

.banner_sm_con {
    width: 100%;
    height: auto;
    background-image: url('../images/sev1.jpg');
    background-size: 100% auto;
    background-attachment: fixed;
    background-position: center;
}

.banner_sm_con1 {
    width: 100%;
    height: auto;
    background-image: url('../images/cry2.jpeg');
    background-size: 100% auto;
    background-attachment: fixed;
    background-position: center;
}
.bannerm_sm_con1 {
    width: 100%;
    height: auto;
    background-size: 100% auto;
    background-attachment: fixed;
    background-position: center;
}
.bannerm_sm_col {
    width: 100%;
    height: auto;
    padding: 0px 0px;
    background-color: black;
}
.bannerm_sm_cont {
    height: auto;
    width: 100%;
}
.vodo{
   width: 100%; 
}
.crym_con {
    width: 100%;
    height: auto;
    padding: 70px 0px;
    
}


.banner_sm_con2 {
    width: 100%;
    height: auto;
    background-image: url('../images/ban3.jpg');
    background-size: 100% auto;
    background-attachment: fixed;
    background-position: center;
}

.banner_sm_con3 {
    width: 100%;
    height: auto;
    background-image: url('../images/ban4.jpg');
    background-size: 100% auto;
    background-attachment: fixed;
    background-position: center;
}

.banner_sm_col {
    width: 100%;
    height: auto;
    padding: 100px 0px;
    background-color: rgba(0, 0, 0, 0.527);
}

.banner_sm_cont {
    height: auto;
}

.banner_sm_header {
    color: white;
    text-align: center;
    font-size: 50px;
    font-weight: 600;
    font-family: poppins;
}

.banner_sm_text {
    color: white;
    font-size: 16px;
    font-weight: 500;
    font-family: karla;
}
.caldd{
    position: absolute;
    left: 60%;
    top: 180px;
}

/* Hint Container */

.hint_con {
    height: auto;
}

.hint_cont {
    height: auto;
    border-radius: 0px 40px 0px 40px;
    padding: 50px 0px;
    margin-top: -100px;
    background-color: white;
}

.hint_item {
    padding: 20px 20px;
}

.bod {
    min-height: 100px;
    max-height: auto;
    padding: 1px;
    background: linear-gradient(white, gray, white);
}

.hint_icon {
    color: #006756;
    font-size: 50px;
}

.hint_head {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    font-family: karla;
    margin-bottom: 0px;
}

.hint_text {
    color: gray;
    font-size: 14px;
    font-weight: 500;
    font-family: karla;
    margin-bottom: 0px;
}

/* About container */

.abt_con {
    width: 100%;
    height: auto;
    padding: 70px 0px;
    background-image: url('../images/blob.svg');
    background-size: cover;
    background-position: top right calc(-200px);
    background-repeat: no-repeat;
}

.abt_cont {
    padding: 40px 0px 0px;
}

.abt_icon1 {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    left: 15px;
    color: #008c74;
    text-align: center;
    line-height: 60px;
    font-size: 40px;
    border-radius: 5px;
    padding: 5px 10px 0px;
    background-color: #c9b2f5;
}

.abt_icon2 {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    right: 15px;
    color: #008c74;
    text-align: center;
    line-height: 60px;
    font-size: 40px;
    border-radius: 5px;
    padding: 5px 10px 0px;
    background-color: #c9b2f5;
}

.abt_icon3 {
    width: 60px;
    height: 60px;
    position: absolute;
    bottom: 0;
    left: 15px;
    color: #008c74;
    text-align: center;
    line-height: 60px;
    font-size: 40px;
    border-radius: 5px;
    padding: 5px 10px 0px;
    background-color: #c9b2f5;
}

.abt_icon4 {
    width: 60px;
    height: 60px;
    position: absolute;
    bottom: 0;
    right: 15px;
    color: #008c74;
    text-align: center;
    line-height: 60px;
    font-size: 40px;
    border-radius: 5px;
    padding: 5px 10px 0px;
    background-color: #c9b2f5;
}

.abt_img_con {
    overflow: hidden;
}

.abt_img {
    width: 500px;
    height: 500px;
    border-radius: 100%;
    object-fit: cover;
    border-bottom: 30px solid #008c74;
    border-left: 30px solid #008c74;
}

.abt_head {
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 600;
    font-family: karla;
}

.abt_text {
    color: gray;
    font-size: 18px;
    font-weight: 400;
    font-family: karla;
}

.abt_btn {
    position: relative;
    color: white;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 400;
    font-family: karla;
    border: none;
    border-radius: 30px;
    padding: 15px 40px;
    background-color: #008c74;
    overflow: hidden;
    z-index: 1;
    transition: all 0.5s ease-in-out;
}

/* MVC Container */

.mvc_con {
    width: 100%;
    height: auto;
    padding: 70px 0px 0px;
}

.mvc_item {
    border: 1px solid #e4e3e3;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
    transition: all 0.3s ease-in-out;
}

.mvc_icon {
    text-align: center;
    color: #008c74;
    font-size: 50px;
}

.mvc_head {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    font-family: karla;
}

.mvc_text {
    text-align: center;
    color: gray;
    font-size: 14px;
    font-weight: 400;
    font-family: karla;
}

/* Services Container */

.sev_con {
    width: 100%;
    height: auto;
    padding: 70px 0px;
}

.sev_cont {
    margin-top: 50px;
    background-image: url('../images/sev2.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.sev_item {
    height: 250px;
    overflow: hidden;
}

.sev_item::after {
    background-color: #006756;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.sev_details {
    height: auto;
    background-color: #008c74;
    z-index: 2;
}

.sev_object1 {
    width: 70px;
    height: 300px;
    transform: rotate(16deg);
    transform-origin: 70px 8px;
    background-color: #008c74;
    z-index: 1;
}

.sev_object2 {
    width: 70px;
    height: 300px;
    transform: rotate(-16deg);
    transform-origin: 0px 8px;
    background-color: #008c74;
    z-index: 1;
}

.sev_object3 {
    width: 70px;
    height: 300px;
    transform: rotate(-16deg);
    transform-origin: 0px 250px;
    background-color: #008c74;
    z-index: 1;
}

.sev_object4 {
    width: 70px;
    height: 300px;
    transform: rotate(16deg);
    transform-origin: 70px 250px;
    background-color: #008c74;
    z-index: 1;
}

.sev_item_line {
    width: 80px;
    height: 2px;
    margin-bottom: 10px;
    background: linear-gradient(to right, transparent, white, transparent);
}

.sev_head {
    color: white;
    text-transform: uppercase;
    font-size: 23px;
    font-weight: 600;
    font-family: karla;
}

.sev_text {
    color: #e4e3e3;
    font-size: 15px;
    font-weight: 400;
    font-family: karla;
    margin-bottom: 30px;
}

.sev_btn {
    color: black;
    font-size: 15px;
    font-weight: 500;
    font-family: karla;
    border-radius: 30px;
    padding: 15px 40px;
    background-color: white;
    transition: al 0.5s ease-in-out;
}



/* Service Container ALT */

.ser_con {
    width: 100%;
    height: auto;
    padding: 70px 0px 150px;
}
.ser_cono {
    width: 100%;
    height: auto;
    padding: 70px 0px 70px;
    background-color: #ebebeb;
}

.ser_cont {
    width: 100%;
    height: auto;
    border-radius: 5px;
    padding: 20px;
    background-color: #12d3791f;
}

.ser_icon {
    color: #008c74;
    font-size: 60px;
}

.ser_details {
    width: 100%;
    height: auto;
}

.ser_head {
    color: black;
    font-size: 25px;
    font-weight: 600;
    font-family: poppins;
    margin-bottom: 10px;
}

.ser_text {
    color: #0c0c0c;
    font-size: 15px;
    font-weight: 500;
    font-family: karla;
    margin-bottom: 30px;
}

.ser_btn {
    color: #008c74;
    font-size: 15px;
    font-weight: 600;
    font-family: karla;
    border: none;
    border-radius: 30px;
    padding: 15px 30px;
    background: white;
    cursor: pointer;
}

.ser_btn>i {
    font-size: 13px;
}

/* Crypto container */

.cry_con {
    width: 100%;
    height: auto;
    padding: 70px 0px;
}

.cry_img {
    width: 100%;
    height: auto;
    border-radius: 13px;
}

.cry_head {
    font-size: 40px;
    font-weight: 600;
    font-family: poppins;
}

.cry_text {
    color: gray;
    font-size: 15px;
    font-weight: 400;
    font-family: karla;
}
.colo{
    color: #008c74;
}

/* Crypto Process container */

.way_con {
    width: 100%;
    height: auto;
    padding: 70px 0px 150px;
    background-color: white;
}

.way_item {
    height: auto;
    border: 1px solid #f8f8f8;
    border-top: 4px solid #f8f8f8;
    border-radius: 5px;
    margin: 0px 0px 30px;
    padding: 20px;
    background-color: #f8f8f8;
    transition: all 0.3s ease-in-out;
}

.way_icon {
    color: #4074f7;
    font-size: 40px;
}

.way_head {
    font-size: 17px;
    font-weight: 600;
    font-family: karla;
}

.way_text {
    color: gray;
    font-size: 14px;
    font-weight: 400;
    font-family: karla;
    margin-bottom: 0px;
}

/* GT & web3 */

.gt_web {
    width: 100%;
    height: auto;
    padding: 0px 0px 70px;
}

.gt_head {
    font-size: 16px;
    font-weight: 600;
    font-family: poppins;
}
.gt_shead {
    font-size: 14px;
    font-weight: 500;
    font-family: poppins;
}

/* Pricing Container */

.pri_con {
    width: 100%;
    height: auto;
    padding: 70px 0px 40px;
}

.pri_item {
    position: relative;
    height: auto;
    border-radius: 10px;
    margin: 0px 0px 30px;
    padding: 30px;
    background-color: white;
    overflow: hidden;
    box-shadow: 0px 0px 3px;
    transition: all 0.5s ease-in-out;
}

.pri_header_con {
    width: 100%;
    padding: 10px;
    background-color: #008c74;
}

.pri_hint {
    position: absolute;
    top: 15px;
    right: -40px;
    color: white;
    text-transform: capitalize;
    font-size: 12px;
    font-weight: 400;
    font-family: karla;
    padding: 2px 40px;
    background-color: #4074f7;
    transform: rotate(49deg);
}

.pri_header {
    color: #008c74;
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 400;
    font-family: poppins;
    margin-bottom: 10px;
}

.pri_head {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    font-family: poppins;
    margin-bottom: 20px;
}

.pri_text {
    text-align: center;
    color: gray;
    font-size: 14px;
    font-weight: 500;
    font-family: karla;
    margin-bottom: 10px;
}

.pri_icon {
    width: 20px;
    margin-right: 5px;
}

.pri_btn {
    position: relative;
    width: 100%;
    color: white;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 400;
    font-family: karla;
    border: none;
    border-radius: 30px;
    padding: 13px 25px;
    background-color: #008c74;
    overflow: hidden;
    z-index: 1;
    transition: all 0.5s ease-in-out;
}

/* Process Container */

.pro_con {
    width: 100%;
    height: auto;
    padding: 70px 0px 150px;
    background-color: white;
}

.pro_cont {
    margin-top: 50px;
}

.pro_icon {
    width: 200px;
    height: 200px;
    font-size: 60px;
    border-radius: 100%;
    background-color: #f8f8f8;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%);
}

.pro_head {
    text-align: center;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 600;
    font-family: karla;
    margin-top: 10px;
}

.pro_text {
    text-align: center;
    color: gray;
    font-size: 15px;
    font-weight: 400;
    font-family: karla;
}

/* Benefits Of Forex container */

.ben_con {
    width: 100%;
    height: auto;
    background-image: url('../images/ban3.jpg');
    background-size: 100% auto;
    background-position: center;
}

.ben_col {
    width: 100%;
    height: auto;
    padding: 70px 0px 150px;
    background: linear-gradient(to right, transparent 50%, rgba(0, 0, 0, 0.658) 50%);
}

.ben_header {
    color: white;
    font-size: 50px;
    font-weight: 600;
    font-family: poppins;
    border-left: 10px solid #008c74;
    padding-left: 30px;
    margin-bottom: 0px;
}

.ben_item {
    height: auto;
}

.ben_img {
    width: 80px;
}

.ben_head {
    color: white;
    font-size: 20px;
    font-weight: 600;
    font-family: karla;
    margin-bottom: 5px;
}

.ben_text {
    color: white;
    font-size: 15px;
    font-weight: 400;
    font-family: karla;
    margin-bottom: 0px;
}

/* Stock Market Container */

.sto_con {
    width: 100%;
    height: auto;
    padding: 70px 0px 150px;
    background-color: white;
}

.sto_header {
    color: #008c74;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 600;
    font-family: karla;
}

.sto_text {
    font-size: 15px;
    font-weight: 400;
    font-family: karla;
}

/* Star Container */

.sta_con {
    width: 100%;
    height: auto;
    padding: 70px 0px;
    background-image: url('../images/sta1.jpg');
    background-attachment: fixed;
}

.sta_cont {
    height: auto;
    border-radius: 0px 40px;
    margin-top: -170px;
    padding: 50px 0px;
    background-color: #f8f8f8;
}

.sta_icon {
    color: #006756;
    font-size: 70px;
}

.sta_head {
    font-size: 50px;
    font-weight: 500;
    font-family: karla;
    line-height: 50px;
    margin-bottom: 0px;
}

.sta_text {
    color: gray;
    font-size: 17px;
    font-weight: 500;
    font-family: karla;
}

.sta_btn {
    position: relative;
    color: white;
    font-size: 15px;
    font-weight: 400;
    font-family: karla;
    border: none;
    border-radius: 30px;
    margin-top: 50px;
    padding: 15px 40px;
    background-color: #008c74;
    outline: none;
    overflow: hidden;
    z-index: 1;
    transition: all 0.5s ease-in-out;
}

/* Testimony Container */

.test_con {
    width: 100%;
    height: auto;
    padding: 70px 0px 150px;
    background-color: white;
}

.test_cont {
    margin-top: 70px;
}

.test_item {
    border-radius: 20px;
    margin: 0px 10px;
    padding: 20px;
    background-color: #f8f8f8;
    /* box-shadow: 0px 0px 3px; */
}

.test_img {
    width: 70px;
    height: 70px;
    border: 3px solid #4074f7;
    border-radius: 100%;
    margin-bottom: 15px;
}

.test_text {
    color: gray;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    font-family: karla;
}

.test_head {
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    font-family: poppins;
    margin-bottom: 5px;
}

.test_hint {
    color: #008c74;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    font-family: karla;
}

/* Investors Container */

.vest_con {
    width: 100%;
    height: auto;
    padding: 70px 0px;
    background-color: white;
}

.vest_cont {
    margin-top: 50px;
}

.vest_item {
    margin-bottom: 20px;
}

.vest_img {
    width: 180px;
    height: 180px;
    border: 3px solid #008c74;
    border-radius: 100%;
    padding: 5px;
    margin-bottom: 15px;
    object-fit: cover;
    background-color: #f8f8f8;
    transition: all 0.3s ease-in-out;
}

.vest_head {
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    font-family: karla;
    margin-bottom: 5px;
}

.vest_text {
    text-align: center;
    color: gray;
    font-size: 15px;
    font-weight: 500;
    font-family: karla;
    margin-bottom: 10px;
}

.vest_icon {
    width: 25px;
    height: 25px;
    color: white;
    text-align: center;
    font-size: 13px;
    line-height: 25px;
    border-radius: 100%;
    /* background: linear-gradient(to right, #008c74, #4074f7); */
    background-color: gray;
    transition: all 0.3s ease-in-out;
}

/* Faq Container */

.faq_con {
    padding: 70px 0px 150px;
}

.faq_cont {
    margin-top: 50px;
}

.faq_head {
    font-size: 18px;
    font-weight: 500;
    font-family: karla;
    border-bottom: 2px solid #f8f8f8;
    margin-bottom: 0px;
    padding: 15px 20px;
    background-color: white;
    cursor: pointer;
}

.faq_text_con {
    border-bottom: 1px solid #f8f8f8;
    padding: 20px;
    background-color: white;
}

.faq_text {
    color: gray;
    font-size: 15px;
    font-weight: 400;
    font-family: karla;
}

.faq_icon {
    color: #008c74;
    font-size: 14px;
}

.faq_img {
    width: 100%;
    height: auto;
    object-fit: scale-down;
}

/* Blog container */

.blog_con {
    width: 100%;
    height: auto;
    padding: 70px 0px 150px;
}

.blog_sort_con {
    width: 100%;
    height: auto;
    border-radius: 10px;
    padding: 20px;
    background-color: white;
}

.blog_box {
    width: 100%;
    color: black;
    font-size: 15px;
    font-weight: 500;
    font-family: karla;
    border: 2px solid #5512d3;
    border-radius: 5px;
    padding: 10px;
    background-color: #f8f8f8;
    outline: none;
}

.blog_sel {
    color: black;
    font-size: 15px;
    font-weight: 500;
    font-family: karla;
    border: 2px solid #5512d3;
    border-radius: 5px;
    padding: 10px;
    background-color: #f8f8f8;
    outline: none;
}

.blog_btn {
    color: white;
    font-size: 15px;
    font-weight: 500;
    font-family: karla;
    border: 2px solid #4074f7;
    border-radius: 5px;
    padding: 10px 25px;
    background-color: #4074f7;
}

.blog_cont {
    border-radius: 5px;
    overflow: hidden;
    background-color: white;
}

.blog_img_con {
    position: relative;
    width: 100%;
    height: auto;
}

.blog_img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.blog_type {
    color: white;
    font-size: 12px;
    font-weight: 400;
    font-family: poppins;
    border-radius: 30px;
    padding: 3px 10px;
    background-color: #5512d3;
}

.blog_date_con {
    width: 50px;
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: center;
    border-radius: 5px 0px 0px 0px;
    padding: 5px 5px;
    background-color: #4074f7;
}

.blog_date {
    color: white;
    font-size: 20px;
    font-weight: 500;
    font-family: poppins;
}

.blog_month {
    color: white;
    font-size: 13px;
    font-weight: 500;
    font-family: karla;
}

.blog_date>i {
    font-size: 12px;
}

.blog_details {
    padding: 15px;
}

.blog_head {
    color: black;
    font-size: 18px;
    font-weight: 500;
    font-family: poppins;
    margin: 10px 0px;
}

.blog_text {
    color: gray;
    font-size: 15px;
    font-weight: 400;
    font-family: karla;
    margin-bottom: 0px;
}

/* Blog Colunm */

.blog_cont2 {
    border-radius: 10px;
    overflow: hidden;
    background-color: white;
}

.blog_img_con2 {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.blog_img2 {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.blog_type2 {
    color: white;
    font-size: 15px;
    font-weight: 400;
    font-family: poppins;
    border-radius: 30px;
    padding: 3px 10px;
    background-color: #5512d3;
}

.blog_date_con2 {
    width: 60px;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    border-radius: 0px 10px 0px 0px;
    padding: 5px 5px;
    background-color: #4074f7;
}

.blog_date2 {
    color: white;
    font-size: 25px;
    font-weight: 500;
    font-family: poppins;
}

.blog_month2 {
    color: white;
    font-size: 18px;
    font-weight: 500;
    font-family: karla;
}

.blog_date2>i {
    font-size: 15px;
}

.blog_details2 {
    padding: 20px;
}

.blog_head2 {
    color: black;
    font-size: 25px;
    font-weight: 500;
    font-family: poppins;
    margin: 15px 0px 10px;
}

.blog_text2 {
    color: gray;
    font-size: 18px;
    font-weight: 400;
    font-family: karla;
    margin-bottom: 0px;
}

.blog_btn2 {
    color: white;
    font-size: 15px;
    font-weight: 500;
    font-family: karla;
    border: 2px solid #5512d3;
    border-radius: 5px;
    padding: 10px 25px;
    background-color: #5512d3;
}

/* Blog Dtails Container */

.blog_dea_con {
    height: auto;
    border: 1px solid #e4e3e3;
}

.blog_dea_stat_con {
    border-bottom: 1px solid #e4e3e3;
}

.blog_dea_stat_text {
    color: #0c0c0c;
    font-size: 15px;
    font-weight: 400;
    font-family: karla;
    margin-bottom: 0px;
}

.blog_dea_stat_text>span {
    color: gray;
    font-size: 20px;
}

.blog_dea_img {
    width: 100%;
    min-height: auto;
    max-height: 500px;
    object-fit: cover;
}

.blog_dea_ts_con {
    border-top: 1px solid #e4e3e3;
    border-bottom: 1px solid #e4e3e3;
}

.blog_dea_ts_tag {
    color: white;
    font-size: 15px;
    font-weight: 400;
    font-family: karla;
    border-radius: 5px;
    padding: 3px 5px;
    background-color: #5512d3;
}

.blog_dea_ts_text {
    color: #0c0c0c;
    font-size: 18px;
    font-weight: 500;
    font-family: karla;
    margin-bottom: 0px;
}

.blog_dea_ts_icon {
    width: 30px;
    height: 30px;
    color: #5512d3;
    text-align: center;
    line-height: 30px;
    font-size: 15px;
    border: 1px solid #f8f8f8;
    border-radius: 100%;
    background-color: white;
    cursor: pointer;
}

.blog_dea_header {
    color: #0c0c0c;
    font-size: 30px;
    font-weight: 600;
    font-family: poppins;
}

.blog_dea_text {
    color: #2e2e2e;
    line-height: 35px;
    font-size: 18px;
    font-weight: 400;
    font-family: karla;
}

.blog_dea_sum {
    color: #2e2e2e;
    line-height: 35px;
    font-size: 18px;
    font-weight: 500;
    font-family: karla;
    border-left: 5px solid #4074f7;
    padding: 20px;
    background-color: #e4e3e3;
}

.blog_dea_com_con {
    padding: 20px 15px;
}

.blog_dea_com_header {
    color: #0c0c0c;
    font-size: 30px;
    font-weight: 600;
    font-family: poppins;
    margin-bottom: 0px;
}

.blog_dea_com_btn {
    color: white;
    font-size: 15px;
    font-weight: 500;
    font-family: karla;
    border: 1px solid #e4e3e3;
    border-radius: 5px;
    padding: 10px 30px;
    background-color: #5512d3;
}

.blog_dea_com_cont {
    height: auto;
}

.blog_dea_com_img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 100%;
}

.blog_dea_com_details {
    position: relative;
    width: 100%;
    border: 2px solid #e4e3e3;
    border-radius: 10px;
    padding: 20px;
    background-color: #f6f1ff;
}

.blog_dea_com_arrow {
    position: absolute;
    left: -15px;
    top: 20px;
    width: 29px;
    height: 29px;
    border-right: 2px solid #e4e3e3;
    border-bottom: 2px solid #e4e3e3;
    background-color: inherit;
    transform: rotate(135deg);
    z-index: 1;
}

.blog_dea_com_head {
    color: #2e2e2e;
    font-size: 15px;
    font-weight: 600;
    font-family: poppins;
}

.blog_dea_com_text {
    color: #2e2e2e;
    font-size: 18px;
    font-weight: 400;
    font-family: karla;
}

.blog_dea_com_date {
    color: gray;
    font-size: 14px;
    font-weight: 400;
    font-family: poppins;
    margin-bottom: 0px;
}

.blog_dea_com_label {
    color: #4e4e4e;
    font-size: 18px;
    font-weight: 500;
    font-family: karla;
}

.blog_dea_com_box {
    width: 100%;
    height: auto;
    font-size: 15px;
    font-weight: 500;
    font-family: karla;
    border: 1px solid #3e0d9b;
    border-radius: 5px;
    padding: 10px 12px;
    background-color: #f8f8f8;
    outline: none;
}

/* Testimony Container */

.tes_con {
    width: 100%;
    height: auto;
    padding: 70px 0px 150px;
}

.tes_cont_con {
    position: relative;
    padding: 30px 0px 0px;
}

.tes_cont {
    height: auto;
    border: 2px solid #e4e3e3;
    border-radius: 10px;
    padding: 20px;
    background-color: #f3fafd;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.tes_cont>i {
    position: absolute;
    right: 10px;
    bottom: 10px;
    color: #e4ecf3;
    font-size: 50px;
    line-height: 50px;
    z-index: 0;
}

.tes_arrow {
    position: absolute;
    bottom: -15px;
    left: 38px;
    width: 29px;
    height: 29px;
    border-right: 2px solid #e4e3e3;
    border-bottom: 2px solid #e4e3e3;
    background-color: inherit;
    transform: rotate(45deg);
    z-index: 0;
}

.tes_head {
    color: #0c0c0c;
    font-size: 20px;
    font-weight: 500;
    font-family: poppins;
    margin-bottom: 5px;
}

.tes_text {
    position: relative;
    color: #0c0c0c;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    font-family: karla;
    margin-bottom: 0px;
}

.tes_role {
    color: #4074f7;
    font-size: 15px;
    font-weight: 500;
    font-family: karla;
    margin-bottom: 0px;
}

.tes_img {
    width: 80px;
    height: 80px;
    border-radius: 100%;
}

/* Document Container */

.doc_con {
    width: 100%;
    height: auto;
    padding: 70px 0px 150px;
}

.doc_cont {
    height: auto;
}

.doc_img {
    width: 100%;
    height: auto;
}

.doc_head {
    color: #0c0c0c;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    font-weight: 600;
    font-family: poppins;
    margin-bottom: 0px;
}

/* Register container */

.reg_con {
    width: 100%;
    height: auto;
    padding: 70px 0px 170px;
}

.reg_cont_con {
    border-radius: 10px;
    overflow: hidden;
}

.reg_cont1 {
    position: relative;
    height: auto;
    padding: 50px 20px;
    background: linear-gradient(to bottom right, #5512d3, #008c74);
    z-index: 1;
    overflow: hidden;
}

.reg_cont1::after {
    position: absolute;
    bottom: -70px;
    left: -50px;
    content: "";
    width: 230px;
    height: 230px;
    border-radius: 100%;
    background-color: #5512d3;
    z-index: -1;
}

.reg_cont2 {
    height: auto;
    padding: 50px 20px;
    background-color: white;
}

.reg_cont3 {
    height: auto;
    border-radius: 10px;
    padding: 50px 20px;
    background-color: white;
}

.reg_header {
    color: white;
    text-align: center;
    font-size: 35px;
    font-weight: 600;
    font-family: poppins;
}

.reg_header2 {
    text-align: center;
    font-size: 35px;
    font-weight: 600;
    font-family: poppins;
}

.reg_icon {
    width: 30px;
    height: 30px;
    color: #008c74;
    text-align: center;
    line-height: 30px;
    font-size: 15px;
    border: 1px solid gray;
    border-radius: 100%;
    transition: all 0.5s ease-in-out;
}

.reg_icon2 {
    color: gray;
    font-size: 15px;
    border-radius: 5px 0px 0px 5px;
    padding: 10px 0px 10px 15px;
    background-color: #f8f8f8;
}

.reg_line {
    width: 2px;
    height: 35px;
    border-radius: 50px;
    background: linear-gradient(transparent, #008c74, transparent);
}

.reg_box {
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    font-family: karla;
    border: none;
    border-radius: 0px 5px 5px 0px;
    padding: 10px 15px;
    background-color: #f8f8f8;
    outline: none;
}

.reg_box2 {
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    font-family: karla;
    border: none;
    border-radius: 0px 5px 5px 0px;
    padding: 10px 15px;
    background-color: #f8f8f8;
    outline: none;
}

.reg_text {
    color: white;
    text-align: center;
    font-size: 15px;
    font-weight: 300;
    font-family: karla;
}

.reg_link {
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    font-family: karla;
}

.reg_btn {
    position: relative;
    color: white;
    font-size: 15px;
    font-weight: 500;
    font-family: karla;
    border: 1px solid white;
    border-radius: 30px;
    padding: 13px 50px;
    background: none;
    z-index: 1;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
}

.reg_btn2 {
    position: relative;
    color: white;
    font-size: 15px;
    font-weight: 500;
    font-family: karla;
    border: 1px solid #008c74;
    border-radius: 30px;
    padding: 13px 50px;
    background-color: #008c74;
    z-index: 1;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
}

/* Team Container */

.tea_con {
    width: 100%;
    height: auto;
    padding: 70px 0px 200px;
}

.tea_cont {
    margin-top: 50px;
}

.tea_item {
    height: auto;
}

.tea_img_con {
    width: 100%;
    height: 400px;
    overflow: hidden;
}

.tea_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s ease-in-out;
}

.tea_details {
    bottom: 0;
    width: 100%;
    height: auto;
    padding: 35px 0px 20px 25px;
    background: linear-gradient(to top right, #ccb9ee 50%, transparent 50%);
    z-index: 1;
}

.tea_head {
    font-size: 20px;
    font-weight: 600;
    font-family: karla;
    margin-bottom: 0px;
}

.tea_text {
    color: gray;
    font-size: 15px;
    font-weight: 400;
    font-family: karla;
    margin-bottom: 0px;
}


/* Team Container ALT */
.team_con {
    width: 100%;
    height: auto;
    padding: 70px 0px 150px;
}

.team_cont {
    height: auto;
    border-radius: 5px;
    background-color: whitesmoke;
    overflow: hidden;
}

.team_img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    transition: all 0.5s ease-in-out;
}

.team_details {
    bottom: 0px;
    padding: 15px;
    background: linear-gradient(to right, #008c74 50%, transparent);
    z-index: 1;
}

.team_role {
    color: white;
    font-size: 13px;
    font-weight: 500;
    font-family: karla;
    margin-bottom: 0px;
}

.team_name {
    color: white;
    font-size: 18px;
    font-weight: 500;
    font-family: poppins;
    margin-bottom: 0px;
}

.team_link_con {
    display: none;
    transition: all 0.5s ease-in-out;
}

.team_icon {
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #008c74;
    text-align: center;
    font-size: 18px;
    border-radius: 100%;
    background-color: white;
}



/* Contact Container */

.cot_con {
    width: 100%;
    height: auto;
    padding: 70px 0px;
}

.cot_header {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    font-family: karla;
}

.cot_cont {
    border-radius: 2px;
    padding: 30px;
    background-color: whitesmoke;
    box-shadow: 0px 0px 2px;
}

.cot_head {
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 600;
    font-family: karla;
    margin-bottom: 10px;
}

.cot_icon {
    color: #008c74;
    font-size: 50px;
}

.cot_text {
    color: gray;
    font-size: 15px;
    font-weight: 400;
    font-family: karla;
}

.cot_box {
    width: 100%;
    height: auto;
    font-size: 14px;
    font-family: karla;
    border: 1px solid #f8f8f8;
    border-radius: 2px;
    margin-bottom: 15px;
    padding: 10px 15px;
    background: white;
    outline-color: #008c74;
    transition: all 0.5s ease-in-out;
}

.cot_btn_1 {
    position: relative;
    color: white;
    font-size: 14px;
    font-family: karla;
    border: none;
    border-radius: 30px;
    padding: 13px 40px;
    background: #4074f7;
    z-index: 1;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
}

.cot_btn_2 {
    position: relative;
    color: white;
    font-size: 14px;
    font-family: karla;
    border: none;
    border-radius: 30px;
    padding: 13px 40px;
    background: #008c74;
    z-index: 1;
    overflow: hidden;
}

/* Map Container */

.map_con {
    width: 100%;
    height: auto;
    padding: 0px 0px 150px;
    background-color: #0c0c0c;
}

/* Footer Container */

.footer_con {
    width: 100%;
    height: auto;
    padding: 50px 0px 10px;
    background-color: #0c0c0c;
}

.mail_cont {
    height: auto;
    border-radius: 20px;
    padding: 40px 0px;
    margin-top: -150px;
    background: linear-gradient(to right, #5512d3, #008c74);
}

.mail_icon {
    color: white;
    font-size: 90px;
}

.mail_head {
    color: #ffffffe0;
    text-transform: capitalize;
    font-size: 40px;
    font-weight: 600;
    font-family: poppins;
    line-height: 50px;
    margin-bottom: 0px;
}

.mail_head>span {
    color: #1c093f;
}

.mail_text {
    color: #1c093f;
    font-size: 17px;
    font-weight: 600;
    font-family: karla;
    margin-bottom: 10px;
}

.mail_box {
    width: 100%;
    height: auto;
    font-size: 15px;
    font-family: karla;
    border: 2px solid #5512d3;
    border-radius: 10px;
    padding: 15px 20px;
    background-color: white;
    outline: none;
}

.mail_btn {
    position: relative;
    color: white;
    font-size: 15px;
    font-weight: 400;
    font-family: karla;
    border: 1px solid #8a56eb;
    border-radius: 10px;
    padding: 15px 40px;
    background-color: #8a56eb;
    outline: none;
    overflow: hidden;
    z-index: 1;
    transition: all 0.5s ease-in-out;
}

.footer_cont {
    width: 100%;
    height: auto;
    padding-top: 50px;
}

.footer_head {
    color: #f8f8f8;
    font-size: 20px;
    font-weight: 600;
    font-family: karla;
    margin-bottom: 20px;
}

.footer_text {
    color: gray;
    font-size: 16px;
    font-weight: 400;
    font-family: karla;
}

.footer_link::before {
    color: #3b3a3a;
    content: ">> ";
}

.footer_link {
    color: gray;
    font-size: 16px;
    font-weight: 400;
    font-family: karla;
    margin-bottom: 10px;
    transition: all 0.3s ease-in-out;
}

.footer_icon {
    width: 30px;
    height: 30px;
    color: white;
    text-align: center;
    font-size: 15px;
    line-height: 30px;
    border: 1px solid #2e2e2e;
    border-radius: 100%;
    transition: all 0.3s ease-in-out;
}

.menu_btn:hover,
.menu_btn2:hover,
.nav_btn:hover,
.nav_btn2:hover,
.banner_btn:hover,
.abt_btn:hover,
.sta_btn:hover,
.mail_btn:hover,
.cot_btn_1:hover,
.cot_btn_2:hover,
.pri_btn:hover,
.reg_btn:hover,
.reg_btn2:hover,
.ser_btn:hover,
.top_btn:hover {
    color: white;
    background: linear-gradient(to bottom right, #3e0d9b, #4074f7);
    transition: all 0.3s ease-in-out;
}
@media screen and (Max-width:984px ){
  .caldd{
    display:none;
  }
}

@media screen and (Min-width:984px ){
    .caldd{
      display:block;
    }
  }

@media (max-width: 1024px) {
    .nav_btn {
        padding: 10px 30px;
    }

    .nav_link {
        padding: 25px 15px;
    }
}

@media (max-width: 768px) {

    /* Star Container */
    .sta_icon {
        font-size: 50px;
    }

    .sta_head {
        font-size: 40px;
    }

    .sta_text {
        font-size: 15px;
    }

    /* Mail container */
    .mail_icon {
        font-size: 70px;
    }

    .mail_head {
        font-size: 30px;
        line-height: 40px;
    }

    .mail_text {
        color: #1c093f;
        font-size: 17px;
        font-weight: 600;
        font-family: karla;
        margin-bottom: 10px;
    }

    .mail_box {
        font-size: 13px;
        padding: 10px 10px;
    }

    .mail_btn {
        font-size: 13px;
        padding: 10px 20px;
    }

    /* Team Container */
    .tea_head {
        font-size: 15px;
    }

    .tea_text {
        font-size: 13px;
    }

    /* Benefits of Forex Container */
    .ben_col {
        background: rgba(0, 0, 0, 0.658);
    }

    .ben_header {
        margin-bottom: 20px;
    }

    .blog_box {
        font-size: 13px;
        border: 1px solid #5512d3;
        padding: 7px 10px;
    }

    .blog_sel {
        font-size: 13px;
        border: 1px solid #5512d3;
        padding: 7px;
    }

    .blog_btn {
        font-size: 13px;
        padding: 7px 15px;
    }

    .blog_head2 {
        font-size: 20px;
    }

    .blog_text2 {
        font-size: 15px;
    }

    .blog_img2 {
        height: 250px;
    }
}

@media (max-width: 576px) {
    .top_btn {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }

    /* global Classes */
    .vest_header {
        font-size: 35px;
    }

    .vest_hint {
        font-size: 16px;
    }

    /* Banner container */
    .banner {
        height: auto;
        padding-top: 70px;
        padding-bottom: 120px;
    }

    .banner_hint {
        font-size: 15px;
    }

    .banner_header {
        font-size: 40px;
    }

    /* Banner small container */
    .banner_sm_header {
        font-size: 35px;
    }

    /* Services Container */
    .sev_details {
        border-bottom: 1px solid #f8f8f8;
    }

    /* Register Container */
    .reg_header2 {
        font-size: 28px;
    }

    /* Benefits of Forex Container */
    .ben_header {
        text-align: center;
        font-size: 30px;
        border: none;
        padding-left: 0px;
    }

    .ben_img {
        width: 40px;
    }

    .ben_head {
        font-size: 20px;
    }

    .ben_text {
        font-size: 13px;
    }

    /* Crypto container */
    .cry_head {
        font-size: 30px;
    }

    /* Stock Market container */
    .sto_header {
        font-size: 25px;
    }
}

/* Hover Effects Container */

.menu_link:hover {
    border-radius: 8px;
    background-color: #008c7438;
}

.menu_drop_link:hover {
    background-color: #008c7438;
}

.nav_link:hover {
    color: #4074f7;
}

.nav_drop_con:hover .nav_drop {
    display: block;
}

.nav_drop_link:hover {
    color: white;
    background-color: #008c74;
}

.team_cont:hover .team_img {
    transform: scale(1.2);
    transition: all 0.5s ease-in-out;
}

.team_cont:hover .team_link_con {
    display: block;
    transition: all 0.5s ease-in-out;

}

.sev_btn:hover {
    background-color: rgba(255, 255, 255, 0.781);
}

.pri_item:hover {
    background: linear-gradient(to bottom right, #4074f7, #3e0d9b);
}
.pri_item:hover .pri_text{
    color: white;
}
.pri_item:hover .pri_header{
    color: white;
}

.mvc_item:hover {
    border-color: #008c74;
}

.way_item:hover {
    border-color: #008c74;
}

.reg_icon:hover {
    border-color: #008c74;
    background-color: #f8f8f8;
}

.blog_head:hover {
    color: #5512d3;
}

.blog_head2:hover {
    color: #5512d3;
}

.pro_item:hover .pro_icon {
    transform: scale(0.9);
    border: 5px solid#006756;
}

.vest_item:hover .vest_img {
    border: 7px solid #008c74
}

.vest_icon:hover {
    background: #008c74;
}

.tea_img_con:hover .tea_img {
    transform: scale(1.1);
}

a>.cot_text:hover {
    color: #008c74;
}

.footer_link:hover {
    color: #4074f7;
    margin-left: 10px;
}

.footer_icon:hover {
    background-color: #006756;
}

/* ----------------------------------------------
 * Generated by Animista on 2021-7-14 22:48:35
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

.heartbeat {
    -webkit-animation: heartbeat 3s ease-in-out infinite both;
    animation: heartbeat 3s ease-in-out infinite both;
}

/**
 * ----------------------------------------
 * animation heartbeat
 * ----------------------------------------
 */

@-webkit-keyframes heartbeat {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    10% {
        -webkit-transform: scale(0.91);
        transform: scale(0.91);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    17% {
        -webkit-transform: scale(0.98);
        transform: scale(0.98);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    33% {
        -webkit-transform: scale(0.87);
        transform: scale(0.87);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    45% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}

@keyframes heartbeat {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    10% {
        -webkit-transform: scale(0.91);
        transform: scale(0.91);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    17% {
        -webkit-transform: scale(0.98);
        transform: scale(0.98);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    33% {
        -webkit-transform: scale(0.87);
        transform: scale(0.87);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    45% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}