@font-face {
    font-family: IRANYekan;
    font-style: normal;
    font-weight: 800;
    src: url("../fonts/IRANYekan-Bold.woff2") format("woff2");
    font-display: swap;
}

@font-face {
    font-family: IRANYekan;
    font-style: normal;
    font-weight: 600;
    src: url("../fonts/IRANYekan-Regular.woff2") format("woff2");
    font-display: swap;
}

html {
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    border: none;
    outline: none;
    font-family: 'IRANYekan'
}

ol, ul {
    list-style: none;
}

a {
    text-decoration: none;
}

.maxrow {
    max-width: 1600px;
    margin: 0 auto;
    position: relative;
}

.center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.mycontainer {
    padding: 35px 100px;
}

/* --------------------SideBar-------------------- */

.slider-page {
    background-color: #022F47BB;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    z-index: 999;
    display: none;
}

.sidebar {
    width: 240px;
    height: 100%;
    position: fixed;
    z-index: 1000;
    background-color: #FFF;
    transition: all 0.3s;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    overflow-y: auto;
    right: -100%;
    top: 0;
    direction: rtl;
}

.sidebar::-webkit-scrollbar {
    display: none;
}

.sidebar-header {
    width: 100%;
}

.sidebar-logo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 15px;
    background: #022F47;
    background: -moz-linear-gradient(-45deg, #022F47 0%, #0c5881 100%);
    background: -webkit-linear-gradient(-45deg, #022F47 0%, #0c5881 100%);
    background: linear-gradient(135deg, #022F47 0%, #0c5881 100%);
}

.sidebar-logo > img {
    width: 80px;
}

.t-ab-r-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}

.t-ab-r-text > h2 {
    font-size: 15px;
    color: #FFF;
}

.t-ab-r-text > h3 {
    font-size: 10px;
    color: #fcfcfc;
}

.sidebar-menu {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.sidebar-menu-ul {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sidebar-menu-ul > li {
    width: 100%;
}

.sidebar-menu-ul > li > a {
    height: 50px;
    width: 100%;
    color: #022F47;
    font-weight: 800;
    font-size: 13px;
    transition: all 0.3s;
    border-radius: 5px;
    display: flex;
    align-items: center;
    border: 3px solid transparent;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
    padding-right: 10px;
    margin-bottom: 10px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
}

.sidebar-menu-ul > li > a:hover {
    color: #3281AA;
    background-color: #3281AA20;
    border-right-color: #3281AA;
}

.sidebar-menu-ul > li > a > svg {
    width: 15px;
    margin-left: 15px;
}

.sidebar-menu-ul > li > a > svg > path {
    transition: all 0.3s;
    fill: #022F47;
}

.sidebar-menu-ul > li > a:hover > svg > path {
    fill: #3281AA;
}

/* --------------------Header-------------------- */

header {
    direction: rtl;
    position: absolute;
    width: 100%;
    height: 100px;
    background-color: transparent;
    display: flex;
    flex-direction: column;
    top: 0;
    left: 0;
    z-index: 190;
    transition: all 0.5s ease;
}

.scrolllll {
    -webkit-box-shadow: 0 1px 20px -5px #022F4733;
    box-shadow: 0 1px 20px -5px #022F4733;
    background-color: #fff;
    height: 60px;
    position: fixed;
}

.burger {
    display: none;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background-color: #c4e8ff;
    border-radius: 5px;
    transition: 0.3s;
    -webkit-tap-highlight-color: transparent;
}

.menu-nav {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 4;
    background-color: transparent;
}

.navbarnav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    max-width: 1600px;
    padding: 0 100px;
}

.nav-logo {
    display: flex;
    align-items: center;
}

.logo {
    display: flex;
    align-items: center;
    margin-left: 50px;
}

.logo > a {
    height: 40px;
    display: flex;
    align-items: center;
}

.logo > a > img {
    height: 100%;
    width: auto;
}

.navbaritems {
    display: flex;
    justify-content: center;
    align-items: center;
}

.navbaritems-a {
    color: #041c29;
    height: 60px;
    font-weight: 800;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    position: relative;
    padding: 0 15px;
    cursor: pointer;
}

.navbaritems-a, .navbaritems-a:after, .navbaritems-a:before {
    transition: all ease-out .3s;
}

.navbaritems-a:after {
    position: absolute;
    width: 0%;
    height: 3px;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: auto;
    content: '.';
    color: transparent;
    background: #3281AA;
    border-radius: 2px;
}

.navbaritems-a:hover:after {
    width: 20%;
}

.navbaritems-a:hover {
    color: #3281AA;
}

.navbaritems-left {
    display: flex;
}

.navbaritems-left > .change-lang {
    background-color: transparent;
    height: 37px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    border-radius: 5px;
    color: #041c29;
    font-size: 14px;
    font-weight: 600;
    transition: all .3s;
    cursor: pointer;
    margin-right: 15px;
}

.navbaritems-left > .change-lang:hover {
    background-color: #daf1ff;
}

.navbaritems-left > .change-lang::after {
    content: url("../images/svg/en.svg");
    position: relative;
    right: 0;
    top: 1px;
    margin-right: 8px;
}

.navbaritems-left > .login-signup {
    height: 37px;
    border-radius: 5px;
    transition: all 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 15px;
    font-size: 14px;
    font-weight: 600;
    background-color: #2e7194;
    color: #fff;
    border-color: #2e7194;
    transform: scale(1);
    animation: pulse-blue 2s infinite;
    position: relative;
    cursor: pointer;
}

.navbaritems-left > .login-signup:hover {
    background-color: #1c597a;
}

@keyframes pulse-blue {
    0% {
        transform: scale(.98);
        box-shadow: 0 0 0 0 #3281AAdd
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 5px transparent
    }
    100% {
        transform: scale(.98);
        box-shadow: 0 0 0 0 transparent
    }
}

/* --------------------bg-bg-------------------- */

.bg-bg {
    position: relative;
    width: 100%;
    height: 700px;
    min-height: 90vh;
    background: url("../images/svg/p-head-home.svg") no-repeat bottom;
    background-size: cover;
}

.header-title {
    position: relative;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
}

.header-title > img {
    width: 500px;
    height: auto;
    max-width: 70%;
    margin-bottom: 20px;
}

.header-title > h1 {
    color: #052b3f;
    margin-bottom: 15px;
    font-size: 32pt;
    text-align: center;
    padding: 0 10px;
    font-weight: 800;
}

/* --------------------Main-------------------- */

main {
    background-color: #F7FCFF;
    width: 100%;
}

.h2-header {
    width: 100%;
    position: relative;
}

.h2-header::after {
    content: "";
    width: 35px;
    height: 3px;
    background-color: #ED145B;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    position: absolute;
}

.h2-header > h2 {
    width: 100%;
    text-align: center;
    padding: 15px 15px;
    color: #022F47;
}

.all-of-eny {
    width: 100%;
    direction: ltr;
    margin-top: 50px;
}

.all-of-eny > a {
    font-size: 14px;
    font-weight: 800;
    color: #022F47;
}

.all-of-eny > a::before {
    content: url("../images/svg/angle-left.svg");
    position: relative;
    top: 4px;
    left: 0;
    margin-right: 5px;
}

.ugb-top-separator {
    pointer-events: none;
    position: absolute !important;
    left: -1px;
    right: -1px;
    top: -1px;
    overflow: hidden;
    margin: 0;
}

.ugb-bottom-separator {
    pointer-events: none;
    position: absolute !important;
    left: -1px;
    right: -1px;
    bottom: -1px;
    overflow: hidden;
    margin: 0;
}

.ugb-separator-wrapper {
    top: auto;
    bottom: 0;
}

.ugb-separator__layer-1 {
    position: absolute;
    fill: #fafafa;
    height: 100%;
    width: 100%;
    z-index: 4;
}

.services-section {
    position: relative;
    width: 100%;
}

/* --------------------Main(About)-------------------- */

.about-section {
    position: relative;
    width: 100%;
    background-color: #fff;
}

.servi-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 50px;
    margin-top: 100px;
}

.h_iframe-aparat_embed_frame {
    position: relative;
}

.h_iframe-aparat_embed_frame .ratio {
    display: block;
    width: 100%;
    height: auto;
}

.h_iframe-aparat_embed_frame iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

/* --------------------Main(Contact)-------------------- */

.contact-section {
    background-color: #fff;
    width: 100%;
    direction: rtl;
}

.cont-h3 {
    margin-top: 50px;
    font-size: 16px;
    color: #022F47;
}

.cont-p {
    font-size: 14px;
    color: #022F47;
}

.map-form {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 50px;
    margin-top: 25px;
}

.cs-map {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    overflow: hidden;
}

.map-style {
    padding: 0 10px;
    text-align: right;
}

.form-sms {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
}

.field-form {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(7, 1fr);
    grid-template-areas: "a b" "c d" "f f" "f f" "f f" "f f" "e e";
    grid-gap: 10px;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.myFloatInput {
    width: 100%;
    height: 40px;
    background-color: #F2F5FA;
    border-radius: 5px;
    color: #666;
    font-size: 13px;
    font-weight: 600;
    padding: 0 15px;
    border: 1px solid #ccc;
    transition: all 0.3s;
}

.myFloatInput:focus, .form-control:focus {
    border-color: #3281AA;
    background-color: #fff
}

.field {
    position: relative;
    width: 100%;
}

.field-form-control {
    position: relative;
    width: 100%;
    grid-area: f;
}

.form-control {
    width: 100%;
    height: 100%;
    background-color: #F2F5FA;
    border-radius: 5px;
    border: 1px solid #ccc;
    transition: 0.3s;
    resize: none;
    overflow: auto;
    padding: 15px;
    color: #666;
    font-size: 13px;
    font-weight: 600;
    transition: all 0.3s;
}

.smsfromsub-btn {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    font-size: 13px;
    font-weight: 800;
    background-color: #2e7194;
    cursor: pointer;
    transition: all 0.3s;
}

.smsfromsub-btn:hover {
    background-color: #1c597a;
}

.in-field1 {
    grid-area: a;
}

.in-field2 {
    grid-area: b;
}

.in-field3 {
    grid-area: c;
}

.in-field4 {
    grid-area: d;
}

.in-field5 {
    grid-area: e;
}

::placeholder {
    font-size: 11px;
    color: #999;
    transition: all 0.3s;
}

.myFloatInput:focus::placeholder, .form-control:focus::placeholder {
    color: #fff;
}

/* --------------------Footer-------------------- */

footer {
    width: 100%;
    direction: rtl;
    height: 100%;
}

.footer-bg {
    width: 100%;
    position: relative;
    background-color: #DFF3FF;
}

.clcs-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.clcs-footer > p {
    text-align: right;
    font-size: 16px;
    font-weight: 800;
    color: #022F47;
}

.imagesss {
    display: flex;
}

.imagesss > a > img {
    width: 50px;
    height: 50px;
    filter: grayscale(100%);
    opacity: 0.5;
    transition: all 0.3s;
    margin-right: 25px;
}

.imagesss > a > img:hover {
    filter: grayscale(0%);
    opacity: 1;
    transform: scale(1.1);
}

.footer-bg-dw {
    width: 100%;
    background-color: #022F47;
}

.footer-center-top {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.logo-footer-img {
    height: 50px;
    width: auto;
}

.cen-footer-div {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 100%;
}

.cen-footer-r {
    width: 350px;
    margin-top: 25px;
}

.adrress-div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.adrress-div > p {
    color: #fff;
    font-size: 14px;
}

.addr-item {
    display: flex;
    align-items: center;
    font-size: 13px;
}

.addr-item > img {
    margin-left: 15px;
    height: 20px;
}

.addr-item a {
    color: #e9e9e9;
    font-size: 13px;
}

.addr-item address {
    color: #e9e9e9;
    font-size: 13px;
}

.cen-footer-l {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin-top: 25px;
}

.sossial-media {
    width: 100%;
}

.sossial-media > p {
    color: #fff;
    font-size: 13px;
    text-align: center;
    width: 185px;
}

.sm-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
}

.sm-footer > a {
    margin: 0 5px;
    transition: all 0.3s;
}

.sm-footer > a:hover {
    transform: rotate(15deg);
}

.sossial-logo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 15px;
}

.saman {
    background-color: #fff;
    padding: 15px;
    border-radius: 5px;
    min-height: 90px;
    max-height: 90px;
    cursor: pointer;
    margin-right: 5px;
}

.footer-dw-container {
    padding: 0 100px;
}

.copyright {
    width: 100%;
    height: 50px;
    text-align: center;
    font-size: 13px;
    cursor: default;
    color: #DFF3FF;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #b3c7ff;
}

.copyright > a {
    color: #DFF3FF;
    cursor: pointer;
    transition: 0.3s;
    margin: 0 5px;
}

.copyright > a:hover {
    color: #4CC9E9;
}

/* --------------------MediaQuery-------------------- */

@media screen and (max-width: 1300px) {
    .navbarnav {
        padding: 0 50px;
    }

    .mycontainer {
        padding: 35px 50px;
    }

    .footer-dw-container {
        padding: 0 50px;
    }

    .logo {
        margin-left: 25px;
    }
}

@media screen and (max-width: 1100px) {
    /*Header*/
    .navbarnav {
        padding: 0 25px;
    }

    .mycontainer {
        padding: 25px;
    }

    .footer-dw-container {
        padding: 0 25px;
    }

    nav {
        display: none;
    }

    .navbarlogo {
        justify-content: flex-start;
    }

    .burger {
        display: flex;
    }

    /*Main*/
}

@media screen and (max-width: 767px) {
    /*Main*/
    .servi-grid {
        grid-template-columns: 1fr;
        grid-gap: 25px;
        margin-top: 50px;
    }

    .servi-grid.servi-grid-pair-video {
        margin-top: 25px !important;
    }

    .services-section {
        /*padding-bottom: 0;*/
    }


    .cont-h3 {
        margin-top: 50px;
        font-size: 16px;
        color: #022F47;
    }

    .cont-p {
        font-size: 14px;
        color: #022F47;
    }

    .map-form {
        grid-template-columns: repeat(1, 1fr);
    }

    .cs-map {
        width: 100%;
        height: 400px;
    }

    .clcs-footer {
        flex-direction: column;
    }

    .clcs-footer > p {
        text-align: center;
    }

    .imagesss {
        flex-wrap: wrap;
        justify-content: center;
    }

    .imagesss > a > img {
        margin-right: 0;
        margin: 25px 15px 0 15px;
    }

    /*Footer*/
    .cen-footer-div {
        flex-direction: column;
    }

    .cen-footer-r {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    .sossial-logo {
        justify-content: center;
        margin-top: 25px;
    }

    .saman {
        margin-right: 0;
        margin: 0 5px;
    }

    .adrress-div > p {
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }

    .addr-item {
        margin-bottom: 15px;
    }

    .cen-footer-l {
        align-items: center;
        width: 100%;
    }

    .sossial-media > p {
        width: 100%;
    }

    .sossial-logo {
        justify-content: center;
    }
}

@media screen and (max-width: 480px) {
    .mycontainer {
        padding: 10px;
    }

    .navbarnav {
        padding: 0 10px;
    }

    .footer-dw-container {
        padding: 0 10px;
    }

    .header-title > h1 {
        font-size: 24pt;
    }

    .field-form {
        grid-template-rows: repeat(8, 1fr);
        grid-template-areas: "a a" "b b" "c c" "d d" "f f" "f f" "f f" "e e";
    }

    .cs-map {
        width: 100%;
        height: 300px;
    }
}

@media screen and (max-width: 370px) {
    .sidebar {
        width: 220px;
    }
}

.hidden {
    display: none;
}

.show {
    display: flex;
}

.slide-show {
    right: 0;
    -webkit-box-shadow: -10px 0 30px 5px #022F4766;
    box-shadow: -10px 0 30px 5px #022F4766;
}

@media screen and (min-width: 992px) {
    .slider-page {
        display: none;
    }

    .sidebar {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    .ugb-bottom-separator, .ugb-separator-wrapper {
        height: 80px;
    }
}


/****************************************************/
/****************************************************/
.feature-items-section #title {
    text-align: center;
    color: #022F47;
    font-size: 30px;
    margin-top: 50px;
}

.feature-items-section .hover-table-layout {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 1600px;
    justify-content: space-evenly;
    padding: 35px 100px;
    margin: 100px auto 0;
}

.feature-items-section .listing-item {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    float: left;
    background: #fff;
    border-radius: 10px;
    z-index: 0;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.10);
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.10);

}

.feature-items-section .listing-item:hover, .listing-item.active {
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    transform: scale(1.03);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 2;

}

.feature-items-section .listing-item .listing {
    padding: 20px;
    position: relative;
}

.feature-items-section .listing-item .listing:before {
    content: "";
    position: absolute;
    top: -15px;
    left: -o-calc(50% - 15px);
    left: -moz-calc(50% - 15px);
    left: -webkit-calc(50% - 15px);
    left: calc(50% - 15px);
    border-bottom: 20px solid #fff;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
}

.feature-items-section figure.image img {
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.feature-items-section figure.image {
    position: relative;
    margin: 0;
    padding: 0;
}

.feature-items-section figure.image figcaption {
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
    bottom: 4px;
    /*background: rgba(0, 0, 0, 0.6);*/
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;

}

.feature-items-section figcaption .caption {
    position: relative;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);

}

.feature-items-section figcaption h3 {
    color: white;
    font-weight: bold;
    font-size: 4rem;
    text-transform: uppercase;
    text-align: right;
    margin-right: 15px;
}

.feature-items-section figcaption p {
    color: white;
    font-size: 12px;
}

.feature-items-section .listing h4 {
    font-size: 15px;
    text-align: right;
    padding: 10px 10px;
    font-weight: bold;
}

.feature-items-section .listing h4:not(:last-child) {
    border-bottom: 1px solid #ccc;
}

/*.feature-items-section .listing-item:hover figure.image figcaption {*/
/*    background: rgba(75, 121, 197, 0.6);*/
/*}*/

@media only screen and (min-width: 902px) {
    .feature-items-section .listing-item {
        display: block;
        width: -webkit-calc(100% / 3);
        width: -moz-calc(100% / 3);
        width: calc(100% / 3);
    }

    .feature-items-section .hover-table-layout {
        margin: 50px auto 0;
    }
}

@media only screen and (min-width: 902px) and (max-width: 1100px) {
    .feature-items-section figcaption h3 {
        font-size: 2.5rem;
    }
}

@media only screen and (max-width: 480px) {
    .feature-items-section figcaption h3 {
        font-size: 2rem;
    }
}

@media screen and (max-width: 1100px) {
    .feature-items-section .hover-table-layout {
        padding: 25px;
    }
}

@media screen and (max-width: 1300px) {
    .feature-items-section .hover-table-layout {
        padding: 35px 50px;
    }
}

.intro-section .intro-login-button,
.intro-section-videos .intro-login-button,
.intro-section-plans .intro-login-button {
    position: relative;
    width: 250px;
    height: 50px;
    background-color: #2e7194;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.2s;
    cursor: pointer;
    margin-top: 50px;
}

.intro-section .intro-login-button > a,
.intro-section-videos .intro-login-button > a,
.intro-section-plans .intro-login-button > a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 20px;
    font-weight: 800;
    color: #fff;
    padding-bottom: 3px;
    border-color: #2e7194;
    transform: scale(1);
    animation: pulse-blue 2s infinite;
    border-radius: 25px;
}

.intro-section-videos .intro-login-button-container {
    margin-bottom: 25px;
}

.intro-section .mycontainer {
    justify-content: center;
}

.intro-section .mycontainer .h_iframe-aparat_embed_frame {
    max-width: 500px;
    width: 100%;
    margin-top: 50px;
}

.intro-section-videos .intro-login-button-container,
.intro-section-plans .intro-login-button-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.intro-section-plans .intro-login-button-container {
    padding: 0 0 25px 0;
}

/*******************************************************************/

#intro-plans,
#intro-plans * {
    /*margin: revert !important;*/
    /*padding: revert !important;*/
    /*box-sizing: revert !important;*/
    /*border: revert !important;*/
    /*outline: revert !important;*/
}

#intro-plans .intro-rows.row {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
    margin-right: -1.0715rem !important;
    margin-left: -1.0715rem !important;
    font-size: 0.9rem;
}

@media screen and (max-width: 480px) {
    #intro-plans {
        padding: 10px;
    }
}

@media (min-width: 768px) {
    #intro-plans .intro-rows.row .col-md-6 {
        -ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }
}

@media screen and (max-width: 1100px) {
    #intro-plans {
        padding: 25px;
    }
}

@media screen and (max-width: 1300px) {
    #intro-plans {
        padding: 35px 50px;
    }
}

@media (min-width: 1600px) {
    #intro-plans .intro-rows.row .col-xxl-3 {
        -ms-flex: 0 0 25% !important;
        flex: 0 0 25% !important;
        max-width: 25% !important;
    }

    #intro-plans {
        max-width: 1600px !important;
    }
}

#intro-plans {
    position: relative !important;
    min-height: calc(100% - 44px);
    margin: 0 auto !important;
    padding: 35px 50px;
}

#intro-plans .intro-rows.row .col-md-6,
#intro-plans .intro-rows.row .col-xxl-3 {
    position: relative !important;
    width: 100% !important;
    min-height: 1px !important;
    padding-right: 1.0715rem !important;
    padding-left: 1.0715rem !important;
}

#intro-plans .intro-rows.row .shadow {
    box-shadow: 0 1px 1px 0 rgb(0 0 0 / 14%), 0 2px 1px -1px rgb(0 0 0 / 12%), 0 1px 3px 0 rgb(0 0 0 / 20%) !important;
}

#intro-plans .intro-rows.row .pricing-list {
    margin-bottom: 22px !important;
    text-align: center !important;
    border-radius: 0.215rem !important;
    box-shadow: 0 2px 16px 1px rgb(0 0 0 / 10%) !important;
}

#intro-plans .intro-rows.row .text-left {
    text-align: left !important;
}

#intro-plans .intro-rows.row .pricing-list .pricing-header {
    border-bottom: 1px solid #e0e0e0 !important;
    border-radius: 0.215rem 0.215rem 0 0 !important;
}

#intro-plans .intro-rows.row .pricing-list .pricing-header {
    border-bottom: 1px solid #e0e0e0 !important;
    border-radius: 0.215rem 0.215rem 0 0 !important;
}

#intro-plans .intro-rows.row .pricing-list [class^="bg-"],
#intro-plans .intro-rows.row .pricing-list [class^="bg-"] *,
#intro-plans .intro-rows.row .pricing-list [class*="bg-"],
#intro-plans .intro-rows.row .pricing-list [class*="bg-"] * {
    color: #fff !important;
}

#intro-plans .intro-rows.row .bg-green-600 {
    background-color: #43a047 !important;
}

#intro-plans .intro-rows.row .pricing-list .pricing-features {
    /*padding: 0 18px !important;*/
    margin: 0 !important;
    background-color: white !important;
    min-height: 534px;
}

#intro-plans .intro-rows.row .pricing-list .pricing-footer {
    padding: 30px !important;
    border-radius: 0 0 0.215rem 0.215rem !important;
}

#intro-plans .intro-rows.row .bg-green-50 {
    background-color: #e8f5e9 !important;
}

#intro-plans .intro-rows.row .text-center {
    text-align: center !important;
}

#intro-plans .intro-rows.row .pricing-list .pricing-title {
    padding: 15px 30px !important;
    font-size: 1rem !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    border-radius: 0.215rem 0.215rem 0 0 !important;
}

#intro-plans .intro-rows.row .pricing-list .pricing-price {
    padding: 20px 30px !important;
    margin: 0 !important;
    font-size: 3rem !important;
    font-weight: 500 !important;
    color: #424242 !important;
}

@media screen and (max-width: 480px) {
    #intro-plans .intro-rows.row .pricing-list .pricing-price {
        font-size: 2rem !important;
    }
}

#intro-plans .intro-rows.row .px-30 {
    padding-right: 30px !important;
    padding-left: 30px !important;
}

#intro-plans .intro-rows.row .pb-10 {
    padding-bottom: 10px !important;
}

#intro-plans .intro-rows.row p {
    margin-top: 0 !important;
    margin-bottom: 1rem !important;
}

#intro-plans .intro-rows.row .pricing-list .pricing-period {
    font-size: 1rem !important;
    font-weight: 300 !important;
}

#intro-plans .intro-rows.row .pricing-list .pricing-features li:first-child {
    border-top: none !important;
}

#intro-plans .intro-rows.row .pricing-list .pricing-features li {
    display: block !important;
    padding: 15px !important;
    list-style: none !important;
    border-top: 1px dashed #e0e0e0 !important;
}

#intro-plans .intro-rows.row .btn {
    transition: border .2s linear, color .2s linear, width .2s linear, background-color .2s linear !important;
    -webkit-font-smoothing: subpixel-antialiased !important;
    border: 1px solid transparent !important;
    text-align: center !important;
    white-space: nowrap !important;
    vertical-align: middle !important;
    font-weight: 300 !important;
}

#intro-plans .intro-rows.row .btn-lg {
    padding: 0.715rem 1.286rem !important;
    font-size: 1.286rem !important;
    line-height: 1.3333333333 !important;
    border-radius: 0.286rem !important;
}

#intro-plans .intro-rows.row .btn-success {
    border-color: #4caf50 !important;
    background: linear-gradient(to right, #70c173, #4caf50) !important;
    box-shadow: none !important;
}

#intro-plans .intro-rows.row .btn-warning {
    background: linear-gradient(
            300deg, #f37335, #ff9800) !important;
}

#intro-plans .intro-rows.row .btn-danger {
    background: linear-gradient(
            300deg, #c73627, #ed213a) !important;
    border-color: #ed213a !important;
}

#intro-plans .intro-rows.row .btn-primary {
    background: linear-gradient(to right, #1e3c72, #2a5298) !important;
    border-color: #1e3c72 !important;
}

#intro-plans .intro-rows.row .bg-orange-50 {
    background-color: #fff3e0 !important;
}

#intro-plans .intro-rows.row .bg-red-50 {
    background-color: #ffebee !important;
}

#intro-plans .intro-rows.row .bg-blue-50 {
    background-color: #e3f2fd !important;
}

#intro-plans .intro-rows.row .btn .icon {
    width: 1em !important;
    margin: -1px 3px 0 !important;
    line-height: inherit !important;
    text-align: center !important;
}

#intro-plans .intro-rows.row [class^="md-"],
#intro-plans .intro-rows.row [class*=" md-"] {
    position: relative !important;
    display: inline-block !important;
    font-family: "Material Design Iconic" !important;
    font-style: normal !important;
    font-weight: normal !important;
    transform: translate(0, 0) !important;
    -webkit-transform: translate(0, 0) !important;
    text-rendering: auto !important;
    speak: none !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
}

#intro-plans .intro-rows.row .md-long-arrow-right:before {
    content: "→" !important;
}

#intro-plans .intro-rows.row .md-long-arrow-left:before {
    content: "←" !important;
}

#intro-plans .intro-rows.row .waves-effect {
    position: relative !important;
    z-index: 1 !important;
    display: inline-block !important;
    overflow: hidden !important;
    cursor: pointer !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
    -webkit-tap-highlight-color: transparent !important;
}

html[lang="fa"] #intro-plans .intro-rows.row .row,
html[lang="fa"] #intro-plans .intro-rows.row .col-md-6,
html[lang="fa"] #intro-plans .intro-rows.row .col-xxl-3 {
    direction: rtl !important;
}

html[lang="fa"] #intro-plans {
    text-align: right !important;
}

html[lang="fa"] #intro-plans .intro-rows.row .text-left {
    text-align: right !important;
}

/* --App-- */
@font-face {
    font-family: IRANYekan;
    font-style: normal;
    font-weight: 800;
    src: url("../fonts/IRANYekan-Bold.woff2") format("woff2");
    font-display: swap;
}

@font-face {
    font-family: IRANYekan;
    font-style: normal;
    font-weight: 600;
    src: url("../fonts/IRANYekan-Regular.woff2") format("woff2");
    font-display: swap;
}

html {
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    border: none;
    outline: none;
    font-family: 'IRANYekan'
}

ol, ul {
    list-style: none;
}

a {
    text-decoration: none;
}

.maxrow {
    max-width: 1600px;
    margin: 0 auto;
    position: relative;
}

.center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.mycontainer {
    padding: 35px 100px;
}

/* --------------------SideBar-------------------- */

.slider-page {
    background-color: #022F47BB;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    z-index: 999;
    display: none;
}

.sidebar {
    width: 240px;
    height: 100%;
    position: fixed;
    z-index: 1000;
    background-color: #FFF;
    transition: all 0.3s;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    overflow-y: auto;
    right: -100%;
    top: 0;
    direction: rtl;
}

.sidebar::-webkit-scrollbar {
    display: none;
}

.sidebar-header {
    width: 100%;
}

.sidebar-logo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 15px;
    background: #022F47;
    background: -moz-linear-gradient(-45deg, #022F47 0%, #0c5881 100%);
    background: -webkit-linear-gradient(-45deg, #022F47 0%, #0c5881 100%);
    background: linear-gradient(135deg, #022F47 0%, #0c5881 100%);
}

.sidebar-logo > img {
    width: 80px;
}

.t-ab-r-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}

.t-ab-r-text > h2 {
    font-size: 15px;
    color: #FFF;
}

.t-ab-r-text > h3 {
    font-size: 10px;
    color: #fcfcfc;
}

.sidebar-menu {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.sidebar-menu-ul {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sidebar-menu-ul > li {
    height: 50px;
    width: 100%;
    color: #022F47;
    font-weight: 800;
    font-size: 13px;
    transition: all 0.3s;
    border-radius: 5px;
    display: flex;
    align-items: center;
    border: 3px solid transparent;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
    padding-right: 10px;
    margin-bottom: 10px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
}

.sidebar-menu-ul > li:hover {
    color: #3281AA;
    background-color: #3281AA20;
    border-right-color: #3281AA;
}

.sidebar-menu-ul > li > svg {
    width: 15px;
    margin-left: 15px;
}

.sidebar-menu-ul > li > svg > path {
    transition: all 0.3s;
    fill: #022F47;
}

.sidebar-menu-ul > li:hover > svg > path {
    fill: #3281AA;
}

/* --------------------Header-------------------- */

header {
    direction: rtl;
    position: absolute;
    width: 100%;
    height: 100px;
    background-color: transparent;
    display: flex;
    flex-direction: column;
    top: 0;
    left: 0;
    z-index: 1001;
    transition: all 0.5s ease;
}

.scrolllll {
    -webkit-box-shadow: 0 1px 20px -5px #022F4733;
    box-shadow: 0 1px 20px -5px #022F4733;
    background-color: #fff;
    height: 60px;
    position: fixed;
}

.burger {
    display: none;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background-color: #c4e8ff;
    border-radius: 5px;
    transition: 0.3s;
    -webkit-tap-highlight-color: transparent;
}

.menu-nav {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 4;
    background-color: transparent;
}

.navbarnav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    max-width: 1600px;
    padding: 0 100px;
}

.nav-logo {
    display: flex;
    align-items: center;
}

.logo {
    display: flex;
    align-items: center;
    margin-left: 50px;
}

.logo > a {
    height: 40px;
    display: flex;
    align-items: center;
}

.logo > a > img {
    height: 100%;
    width: auto;
}

.navbaritems {
    display: flex;
    justify-content: center;
    align-items: center;
}

.navbaritems-a {
    color: #041c29;
    height: 60px;
    font-weight: 800;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    position: relative;
    padding: 0 15px;
    cursor: pointer;
}

.navbaritems-a, .navbaritems-a:after, .navbaritems-a:before {
    transition: all ease-out .3s;
}

.navbaritems-a:after {
    position: absolute;
    width: 0%;
    height: 3px;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: auto;
    content: '.';
    color: transparent;
    background: #3281AA;
    border-radius: 2px;
}

.navbaritems-a:hover:after {
    width: 20%;
}

.navbaritems-a:hover {
    color: #3281AA;
}

.navbaritems-left {
    display: flex;
}

.navbaritems-left > .change-lang {
    background-color: transparent;
    height: 37px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    border-radius: 5px;
    color: #041c29;
    font-size: 14px;
    font-weight: 600;
    transition: all .3s;
    cursor: pointer;
    margin-right: 15px;
}

.navbaritems-left > .change-lang:hover {
    background-color: #daf1ff;
}

.navbaritems-left > .change-lang::after {
    content: url("../images/svg/en.svg");
    position: relative;
    right: 0;
    top: 1px;
    margin-right: 8px;
}

.navbaritems-left > .login-signup {
    height: 37px;
    border-radius: 5px;
    transition: all 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 15px;
    font-size: 14px;
    font-weight: 600;
    background-color: #2e7194;
    color: #fff;
    border-color: #2e7194;
    transform: scale(1);
    animation: pulse-blue 2s infinite;
    position: relative;
    cursor: pointer;
}

.navbaritems-left > .login-signup:hover {
    background-color: #1c597a;
}

@keyframes pulse-blue {
    0% {
        transform: scale(.98);
        box-shadow: 0 0 0 0 #3281AAdd
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 5px transparent
    }
    100% {
        transform: scale(.98);
        box-shadow: 0 0 0 0 transparent
    }
}

/* --------------------bg-bg-------------------- */


.bg-bg {
    position: relative;
    width: 100%;
    height: 1100px;
    min-height: 90vh;
    background: url("../images/svg/p-head-home.svg") no-repeat bottom;
    background-size: cover;
}

@media screen and (max-width: 1001px) {
    .bg-bg {
        height: 700px;
    }
}

@media screen and (max-width: 701px) {
    .bg-bg {
        height: 500px;
    }
}


/* --------------------floating-butt-------------------- */

.floating-butt {
    position: relative;
    width: 250px;
    height: 50px;
    background-color: #ED145B;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.2s;
    cursor: pointer;
    margin-top: 40px;
}

.floating-butt > a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 20px;
    font-weight: 800;
    color: #fff;
    padding-bottom: 3px;
}

.floating-butt > svg {
    height: 20px;
    width: auto;
    position: absolute;
    right: 15%;
}

.floating-butt:hover {
    background-color: #cf1553;
    transform: translateY(-3px);
}

.floating-butt-fix {
    position: fixed;
    left: 30px;
    bottom: 30px;
    width: 60px;
    height: 60px;
    background-color: #ED145B;
    z-index: 15;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s;
    transform: translateY(250%);
    box-shadow: 0 0 18px 0 #ED145B88, 0 0 32px 0 #ED145B88;
}

.floating-butt-fix > a {
    font-size: 18px;
    font-weight: 400;
    color: #FFF;
    width: 100%;
    text-align: center;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.floating-butt-fix > a {
    position: relative;
    display: flex;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}

.floating-butt-fix > a > svg {
    width: 25px;
}

.floating-butt-fix > a:before {
    content: '';
    position: absolute;
    border: #ED145B solid 6px;
    border-radius: 50%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    animation-duration: .8s;
    -webkit-animation-duration: .8s;
}

.floating-butt-fix > a:hover:before, .floating-butt-fix a:focus:before, .floating-butt-fix a:active:before {
    -webkit-animation-name: hvr-ripple-out;
    animation-name: hvr-ripple-out;
}

@-webkit-keyframes hvr-ripple-out {
    to {
        top: -12px;
        right: -12px;
        bottom: -12px;
        left: -12px;
        opacity: 0;
    }
}

@keyframes hvr-ripple-out {
    to {
        top: -12px;
        right: -12px;
        bottom: -12px;
        left: -12px;
        opacity: 0;
    }
}

.fixed-butt {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    transform: translateY(-100%);
    opacity: 0;
    pointer-events: none;
}

.fixed-butt a {
    color: transparent;
}

.fixed-b {
    transform: translateY(0%);
}

/* --------------------Main-------------------- */

main {
    background-color: #F7FCFF;
    width: 100%;
}

.h2-header {
    width: 100%;
    position: relative;
}

.h2-header::after {
    content: "";
    width: 35px;
    height: 3px;
    background-color: #ED145B;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    position: absolute;
}

.h2-header > h2 {
    width: 100%;
    text-align: center;
    padding: 15px 15px;
    color: #022F47;
}

.all-of-eny {
    width: 100%;
    direction: ltr;
    margin-top: 50px;
}

.all-of-eny > a {
    font-size: 14px;
    font-weight: 800;
    color: #022F47;
}

.all-of-eny > a::before {
    content: url("../images/svg/angle-left.svg");
    position: relative;
    top: 4px;
    left: 0;
    margin-right: 5px;
}

.ugb-top-separator {
    pointer-events: none;
    position: absolute !important;
    left: -1px;
    right: -1px;
    top: -1px;
    overflow: hidden;
    margin: 0;
}

.ugb-bottom-separator {
    pointer-events: none;
    position: absolute !important;
    left: -1px;
    right: -1px;
    bottom: -1px;
    overflow: hidden;
    margin: 0;
}

.ugb-separator-wrapper {
    top: auto;
    bottom: 0;
}

.ugb-separator__layer-1 {
    position: absolute;
    fill: #fafafa;
    height: 100%;
    width: 100%;
    z-index: 4;
}

/* --------------------Main(Services)-------------------- */

.services-section {
    position: relative;
    width: 100%;
    padding-bottom: 80px;
}

.rowintro {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
    grid-column-gap: 25px;
    grid-row-gap: 100px;
    margin-top: 100px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
    direction: rtl;
}

.intro-items {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.intro-items-img {
    width: 90px;
    height: 90px;
    position: relative;
    margin-bottom: 10px;
}

.intro-items-img > img:first-child {
    width: 90px;
    height: 90px;
    position: relative;
    z-index: 2;
}

.intro-items > h3 {
    width: 100%;
    text-align: center;
    font-weight: 800;
    font-size: 16px;
    color: #0b4463;
}

.intro-items > p {
    width: 70%;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    color: #10557a;
    margin-top: 5px;
}

.left-sign {
    width: 15px;
    height: 15px;
    position: absolute;
    top: 63px;
    left: 20px;
    z-index: 3;
}

.right-sign {
    width: 15px;
    height: 15px;
    position: absolute;
    top: 63px;
    left: 55px;
    z-index: 3;
}

.sign-plus {
    width: 10px;
    height: 10px;
    position: absolute;
    top: 28px;
    left: 10px;
    z-index: 1;
    animation: topfades linear 7s infinite;
}

.sign-elli {
    width: 8px;
    height: 8px;
    position: absolute;
    top: 40px;
    left: 75px;
    z-index: 1;
    animation: downsfades linear 7s infinite 2s;
    opacity: 1;
}

.sign-rect {
    width: 7px;
    height: 7px;
    position: absolute;
    top: 60px;
    left: 15px;
    z-index: 1;
    animation: downfades linear 7s infinite 4s;
}

.sign-pond {
    width: 8px;
    position: absolute;
    top: 20px;
    left: 75px;
    z-index: 1;
    animation: topsfades linear 7s infinite 6s;
}

@keyframes topfades {
    0% {
        opacity: 1;
    }
    50% {
        transform: translate(-20px, -27px) rotate(-180deg) scale(0.7);
        opacity: 0.5;
    }
    100% {
        transform: translate(-34px, -20px) rotate(-360deg) scale(0.6);
        opacity: 0;
    }
}

@keyframes topsfades {
    0% {
        opacity: 0.8;
    }
    50% {
        transform: translate(35px, -5px) rotate(480deg) scale(0.7);
        opacity: 0.4;
    }
    100% {
        transform: translate(70px, -10px) rotate(980deg) scale(0.4);
        opacity: 0;
    }
}

@keyframes downfades {
    0% {
        opacity: 0.8;
    }
    50% {
        transform: translate(-25px, 22px) rotate(180deg) scale(0.7);
        opacity: 0.4;
    }
    100% {
        transform: translate(-45px, 12px) rotate(360deg) scale(0.4);
        opacity: 0;
    }
}

@keyframes downsfades {
    0% {
        opacity: 1;
    }
    50% {
        transform: translate(25px, 22px) scale(1);
        opacity: 0.5;
    }
    100% {
        transform: translate(45px, 32px) scale(0.7);
        opacity: 0;
    }
}

.heartbeat {
    -webkit-animation: heartbeat 4s ease-in-out infinite both;
    animation: heartbeat 4s ease-in-out infinite both;
}

.jello-horizontal {
    -webkit-animation: jello-horizontal 4s both infinite;
    animation: jello-horizontal 4s both infinite;
}

.rotate-center {
    -webkit-animation: rotate-center 4s ease-in-out both infinite;
    animation: rotate-center 4s ease-in-out both infinite;
}

.rotate-hor-center {
    -webkit-animation: rotate-hor-center 4s cubic-bezier(0.455, 0.030, 0.515, 0.955) both infinite 1s;
    animation: rotate-hor-center 4s cubic-bezier(0.455, 0.030, 0.515, 0.955) both infinite 1s;
}

@-webkit-keyframes rotate-hor-center {
    0%, 70% {
        -webkit-transform: rotateX(0);
        transform: rotateX(0);
    }
    100% {
        -webkit-transform: rotateX(-360deg);
        transform: rotateX(-360deg);
    }
}

@keyframes rotate-hor-center {
    0%, 70% {
        -webkit-transform: rotateX(0);
        transform: rotateX(0);
    }
    100% {
        -webkit-transform: rotateX(-360deg);
        transform: rotateX(-360deg);
    }
}

@-webkit-keyframes rotate-center {
    0%, 70% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate-center {
    0%, 70% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-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;
    }
    5% {
        -webkit-transform: scale(0.91);
        transform: scale(0.91);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    8.5% {
        -webkit-transform: scale(0.98);
        transform: scale(0.98);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    16.5% {
        -webkit-transform: scale(0.87);
        transform: scale(0.87);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    22.5% {
        -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;
    }
    5% {
        -webkit-transform: scale(0.91);
        transform: scale(0.91);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    8.5% {
        -webkit-transform: scale(0.98);
        transform: scale(0.98);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    16.5% {
        -webkit-transform: scale(0.87);
        transform: scale(0.87);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    22.5% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}

@-webkit-keyframes jello-horizontal {
    0%, 70% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    79% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }
    82% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }
    85% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }
    89.5% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }
    92.5% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes jello-horizontal {
    0%, 70% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    79% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }
    82% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }
    85% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }
    89.5% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }
    92.5% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

/* --------------------Main(About)-------------------- */

.about-section {
    position: relative;
    width: 100%;
    background-color: #fff;
}

.app-section .servi-grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 100px;
    margin-top: 25px;
}

.serv {
    width: 100%;
    min-height: 400px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row-reverse;
    overflow: hidden;
}

.serv-text {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    direction: rtl;
}

.serv-text > h3 {
    padding: 25px 0;
    color: #022F47;
}

.serv-text > h3 > mark {
    background-color: transparent;
    color: #438ab3;
}

.serv-text > p {
    text-align: justify;
    color: #333;
}

.rev-text {
    text-align: right;
    right: 0;
}

.serv.rev {
    flex-direction: row;
}

.serv-img {
    width: 500px;
    height: auto;
    max-width: 100%;
}

/* --Accordion-- */
.accordion {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 25px;
    margin-top: 25px;
}

.accordion .accordion-item {
    border-bottom: 1px solid #e5e5e5;
}

.accordion .accordion-item button[aria-expanded=true] {
    border-bottom: 1px solid #3281AA;
}

.accordion button {
    position: relative;
    text-align: right;
    width: 100%;
    padding: 15px 0;
    color: #022F47;
    font-size: 14px;
    font-weight: 800;
    background: none;
}

.accordion button:hover, .accordion button:focus {
    color: #3281AA;
    cursor: pointer;
}

.accordion button:hover::after, .accordion button:focus::after {
    color: #3281AA;
    border: 1px solid #3281AA;
    cursor: pointer;
}

.accordion button .accordion-title {
    padding: 15px 0 15px 30px;
}

.accordion button .icon {
    display: inline-block;
    position: absolute;
    top: 18px;
    left: 0;
    width: 22px;
    height: 22px;
    border: 1px solid;
    border-radius: 50%;
}

.accordion button .icon::before {
    position: absolute;
    content: "";
    top: 9px;
    left: 5px;
    width: 10px;
    height: 2px;
    background: currentColor;
}

.accordion button .icon::after {
    position: absolute;
    content: "";
    top: 5px;
    left: 9px;
    width: 2px;
    height: 10px;
    background: currentColor;
}

.accordion button[aria-expanded=true] {
    color: #3281AA;
}

.accordion button[aria-expanded=true] .icon::after {
    width: 0;
}

.accordion button[aria-expanded=true] + .accordion-content {
    opacity: 1;
    max-height: 600px;
    transition: all 0.3s linear;
    will-change: opacity, max-height;
}

.accordion .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 0.3s linear, max-height 0.3s linear;
    will-change: opacity, max-height;
}

.accordion .accordion-content p {
    font-size: 14px;
    font-weight: 600;
    margin: 15px 0;
    text-align: justify;
}

/* --App-- */
.market-logos {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 50px;
}

.market-logos img {
    height: 50px;
    cursor: pointer;
}

.market-logos img:not(:last-child) {
    margin-left: 10px;
}

@media screen and (max-width: 901px) {
    #App + .servi-grid .serv.rev {
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 1100px) {
    #App + .servi-grid .serv.rev {
        flex-direction: row;
    }
}

/* --About-Company-- */
.company {
    width: 100%;
    background-color: #F7FCFF;
}

.company-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    direction: rtl;
}

.company-content > img {
    width: 800px;
    height: auto;
    max-width: 100%;
}

.company-content > h3 {
    width: 100%;
    padding: 25px 0;
    color: #022F47;
    text-align: center;
}

.company-content > p {
    width: 100%;
    color: #3b3b3b;
    text-align: justify;
}

.company-content-div {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 50px;
}

.company-content-div > img {
    margin-bottom: 50px;
    max-width: 100%;
}

.company-content-div > p {
    width: 70%;
    text-align: center;
    color: #022F47;
    font-weight: 800;
}

.company-content-div > p > strong {
    color: #39769a;
}

.company-content-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
}

.signup-btn {
    width: 200px;
    height: 40px;
    border-radius: 5px;
    transition: all 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 800;
    background-color: #2e7194;
    color: #fff;
    border-color: #2e7194;
    transform: scale(1);
    animation: pulse-blue 2s infinite;
    position: relative;
    cursor: pointer;
}

.signup-btn:hover {
    background-color: #1c597a;
}

/* --------------------Main(Blog)-------------------- */

.blog-section {
    background-color: #FFF;
    width: 100%;
    direction: rtl;
}

.last-news {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 50px;
    margin-top: 50px;
}

.news {
    width: 100%;
    min-height: 280px;
    background-color: #FFF;
    border-radius: 10px;
    box-shadow: 0 10px 20px 0 #022F4707;
    border: 1px solid #f1f1f1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    transition: all 0.3s;
    overflow: hidden;
}

.news:hover {
    box-shadow: 0 0 25px 5px #082f4422;
}

.news-info {
    width: 100%;
}

.news-info > img {
    width: 100%;
    height: auto;
}

.news-info > h3 {
    width: 100%;
    padding: 0 10px;
    font-size: 15px;
    color: #022F47;
}

.news-ref {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    margin-top: 25px;
    direction: ltr;
}

.news-ref > div {
    display: flex;
}

.news-ref span {
    position: relative;
    display: flex;
    color: #666;
    font-size: 13px;
    font-weight: 800;
}

.news-ref-left > span {
    margin-right: 25px;
}

.news-view::before {
    content: url("../images/svg/view-solid.svg");
    position: relative;
    right: 0;
    top: 3px;
    margin-right: 5px;
    width: 15px;
    height: auto;
}

.news-comment::before {
    content: url("../images/svg/comment-solid.svg");
    position: relative;
    right: 0;
    top: 3px;
    margin-right: 5px;
    width: 15px;
    height: auto;
}

.news-share::before {
    content: url("../images/svg/share-solid.svg");
    position: relative;
    right: 0;
    top: 3px;
    margin-right: 5px;
    width: 15px;
    height: auto;
}

/* --------------------Main(Customers)-------------------- */

.customer-section {
    background-color: #F6F6FE;
    width: 100%;
    direction: rtl;
}

.customers-club {
    position: relative;
    width: 100%;
    display: grid;
    grid-gap: 50px;
    margin-top: 50px;
}

.customers-club-span {
    position: absolute;
    width: 590px;
    height: 290px;
    background: url("../images/svg/Pattern.svg");
    background-size: contain;
    background-repeat: no-repeat;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    z-index: 1;
    max-width: 100%;
}

.cu-rows {
    width: 100%;
    z-index: 2;
}

.cu-rows > .custom {
    width: 60%;
}

.cu-rows-rev {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    z-index: 2;
}

.cu-rows-rev > .custom {
    width: 60%;
}

.custom {
    position: relative;
    background-color: #ffffffbb;
    border-radius: 10px;
    padding: 20px 15px;
    box-shadow: 0 10px 20px 0 #022F4711;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

.custom-img {
    position: absolute;
    width: 58px;
    height: 58px;
    top: -25px;
    right: -25px;
    border-radius: 50%;
    border: 4px solid #fff;
    box-shadow: 0 0 10px 5px #022F4722;
    z-index: 3;
}

.custom > p {
    width: 100%;
    text-align: justify;
    font-size: 14px;
    color: #444;
}

.custom > p::before {
    content: url("../images/svg/quote-solid.svg");
    position: relative;
    right: 25px;
    top: 3px;
    margin-left: 40px;
    width: 15px;
    height: auto;
}

.custom > span {
    width: 100%;
    text-align: justify;
    font-size: 14px;
    color: #022F47;
    font-weight: 800;
    display: flex;
    flex-direction: row-reverse;
    margin-top: 15px;
}

.custom > span::after {
    content: "~";
    position: relative;
    color: #ED145B;
    margin-left: 5px;
    font-weight: 800;
    font-size: 16px;
}

/* --------------------Main(Contact)-------------------- */

.contact-section {
    background-color: #fff;
    width: 100%;
    direction: rtl;
}

.cont-h3 {
    margin-top: 50px;
    font-size: 16px;
    color: #022F47;
}

.cont-p {
    font-size: 14px;
    color: #022F47;
}

.map-form {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 50px;
    margin-top: 25px;
}

.cs-map {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    overflow: hidden;
}

.map-style {
    padding: 0 10px;
    text-align: right;
}

.form-sms {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
}

.field-form {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(7, 1fr);
    grid-template-areas: "a b" "c d" "f f" "f f" "f f" "f f" "e e";
    grid-gap: 10px;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.myFloatInput {
    width: 100%;
    height: 40px;
    background-color: #F2F5FA;
    border-radius: 5px;
    color: #666;
    font-size: 13px;
    font-weight: 600;
    padding: 0 15px;
    border: 1px solid #ccc;
    transition: all 0.3s;
}

.myFloatInput:focus, .form-control:focus {
    border-color: #3281AA;
    background-color: #fff
}

.field {
    position: relative;
    width: 100%;
}

.field-form-control {
    position: relative;
    width: 100%;
    grid-area: f;
}

.form-control {
    width: 100%;
    height: 100%;
    background-color: #F2F5FA;
    border-radius: 5px;
    border: 1px solid #ccc;
    transition: 0.3s;
    resize: none;
    overflow: auto;
    padding: 15px;
    color: #666;
    font-size: 13px;
    font-weight: 600;
    transition: all 0.3s;
}

.smsfromsub-btn {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    font-size: 13px;
    font-weight: 800;
    background-color: #2e7194;
    cursor: pointer;
    transition: all 0.3s;
}

.smsfromsub-btn:hover {
    background-color: #1c597a;
}

.in-field1 {
    grid-area: a;
}

.in-field2 {
    grid-area: b;
}

.in-field3 {
    grid-area: c;
}

.in-field4 {
    grid-area: d;
}

.in-field5 {
    grid-area: e;
}

::placeholder {
    font-size: 11px;
    color: #999;
    transition: all 0.3s;
}

.myFloatInput:focus::placeholder, .form-control:focus::placeholder {
    color: #fff;
}

/* --------------------Footer-------------------- */

footer {
    width: 100%;
    direction: rtl;
    height: 100%;
}

.footer-bg {
    width: 100%;
    position: relative;
    background-color: #DFF3FF;
}

.clcs-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.clcs-footer > p {
    text-align: right;
    font-size: 16px;
    font-weight: 800;
    color: #022F47;
}

.imagesss {
    display: flex;
}

.imagesss > a > img {
    width: 50px;
    height: 50px;
    filter: grayscale(100%);
    opacity: 0.5;
    transition: all 0.3s;
    margin-right: 25px;
}

.imagesss > a > img:hover {
    filter: grayscale(0%);
    opacity: 1;
    transform: scale(1.1);
}

.footer-bg-dw {
    width: 100%;
    background-color: #022F47;
}

.footer-center-top {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.logo-footer-img {
    height: 50px;
    width: auto;
}

.cen-footer-div {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 100%;
}

.cen-footer-r {
    width: 350px;
    margin-top: 25px;
}

.adrress-div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.adrress-div > p {
    color: #fff;
    font-size: 14px;
}

.addr-item {
    display: flex;
    align-items: center;
    font-size: 13px;
}

.addr-item > img {
    margin-left: 15px;
    height: 20px;
}

.addr-item a {
    color: #e9e9e9;
    font-size: 13px;
}

.addr-item address {
    color: #e9e9e9;
    font-size: 13px;
}

.cen-footer-l {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin-top: 25px;
}

.sossial-media {
    width: 100%;
}

.sossial-media > p {
    color: #fff;
    font-size: 13px;
    text-align: center;
    width: 185px;
}

.sm-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
}

.sm-footer > a {
    margin: 0 5px;
    transition: all 0.3s;
}

.sm-footer > a:hover {
    transform: rotate(15deg);
}

.sossial-logo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 15px;
}

.saman {
    background-color: #fff;
    padding: 15px;
    border-radius: 5px;
    min-height: 90px;
    max-height: 90px;
    cursor: pointer;
    margin-right: 5px;
}

.footer-dw-container {
    padding: 0 100px;
}

.copyright {
    width: 100%;
    height: 50px;
    text-align: center;
    font-size: 13px;
    cursor: default;
    color: #DFF3FF;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #b3c7ff;
}

.copyright > a {
    color: #DFF3FF;
    cursor: pointer;
    transition: 0.3s;
    margin: 0 5px;
}

.copyright > a:hover {
    color: #4CC9E9;
}

/* --------------------MediaQuery-------------------- */

@media screen and (max-width: 1300px) {
    .navbarnav {
        padding: 0 50px;
    }

    .mycontainer {
        padding: 35px 50px;
    }

    .footer-dw-container {
        padding: 0 50px;
    }

    .logo {
        margin-left: 25px;
    }
}

@media screen and (max-width: 1100px) {
    /*Header*/
    .navbarnav {
        padding: 0 25px;
    }

    .mycontainer {
        padding: 25px;
    }

    .footer-dw-container {
        padding: 0 25px;
    }

    nav {
        display: none;
    }

    .navbarlogo {
        justify-content: flex-start;
    }

    .burger {
        display: flex;
    }

    /*Main*/
    .serv, .serv.rev {
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
    }

    .serv-text > h3 {
        padding: 25px 0;
        width: 100%;
        text-align: center;
    }

    .rowintro {
        grid-row-gap: 75px;
        margin-top: 50px;
    }

    .intro-items > p {
        width: 100%;
    }

    .last-news {
        grid-gap: 25px;
    }

    .floating-butt-fix {
        left: 25px;
        bottom: 25px;
    }
}

@media screen and (max-width: 767px) {
    /*Main*/
    .services-section {
        padding-bottom: 25px;
    }

    .rowintro {
        grid-template-columns: repeat(2, 1fr);
        grid-row-gap: 50px;
    }

    .accordion {
        grid-template-columns: repeat(1, 1fr);
    }

    .last-news {
        grid-template-columns: repeat(2, 1fr);
    }

    .company-content-div > p {
        width: 100%;
    }

    .customers-club {
        grid-gap: 50px;
    }

    .cu-rows > .custom, .cu-rows-rev > .custom {
        width: 100%;
    }

    .custom {
        background-color: #ffffff;
        -webkit-backdrop-filter: none;
        backdrop-filter: none;
    }

    .custom-img {
        right: 0;
    }

    .custom > p {
        font-size: 13px;
    }

    .custom > p::before {
        right: 50px;
        margin-left: 60px;
    }

    .cont-h3 {
        margin-top: 50px;
        font-size: 16px;
        color: #022F47;
    }

    .cont-p {
        font-size: 14px;
        color: #022F47;
    }

    .map-form {
        grid-template-columns: repeat(1, 1fr);
    }

    .cs-map {
        width: 100%;
        height: 400px;
    }

    .clcs-footer {
        flex-direction: column;
    }

    .clcs-footer > p {
        text-align: center;
    }

    .imagesss {
        flex-wrap: wrap;
        justify-content: center;
    }

    .imagesss > a > img {
        margin-right: 0;
        margin: 25px 15px 0 15px;
    }

    /*Footer*/
    .cen-footer-div {
        flex-direction: column;
    }

    .cen-footer-r {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    .sossial-logo {
        justify-content: center;
        margin-top: 25px;
    }

    .saman {
        margin-right: 0;
        margin: 0 5px;
    }

    .adrress-div > p {
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }

    .addr-item {
        margin-bottom: 15px;
    }

    .cen-footer-l {
        align-items: center;
        width: 100%;
    }

    .sossial-media > p {
        width: 100%;
    }

    .sossial-logo {
        justify-content: center;
    }

}

@media screen and (max-width: 480px) {
    .mycontainer {
        padding: 10px;
    }

    .navbarnav {
        padding: 0 10px;
    }

    .footer-dw-container {
        padding: 0 10px;
    }

    .rowintro {
        grid-template-columns: repeat(1, 1fr);
    }

    .last-news {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 15px;
    }

    .field-form {
        grid-template-rows: repeat(8, 1fr);
        grid-template-areas: "a a" "b b" "c c" "d d" "f f" "f f" "f f" "e e";
    }

    .cs-map {
        width: 100%;
        height: 300px;
    }

    .floating-butt-fix {
        left: 10px;
        bottom: 10px;
    }
}

@keyframes fadeEffect {
    from {
        opacity: 0;
        transform: translateY(25px);
    }
    to {
        opacity: 1;
        transform: translateY(0px);
    }
}

@media screen and (max-width: 370px) {
    .sidebar {
        width: 220px;
    }
}

.hidden {
    display: none;
}

.show {
    display: flex;
}

.slide-show {
    right: 0;
    -webkit-box-shadow: -10px 0 30px 5px #022F4766;
    box-shadow: -10px 0 30px 5px #022F4766;
}

@media screen and (min-width: 992px) {
    .slider-page {
        display: none;
    }

    .sidebar {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    .ugb-bottom-separator, .ugb-separator-wrapper {
        height: 80px;
    }
}

@keyframes pulse-grey {
    0% {
        transform: scale(.999);
        box-shadow: 0 0 0 0 rgba(157, 157, 157, 0.87)
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 5px transparent
    }
    100% {
        transform: scale(.999);
        box-shadow: 0 0 0 0 transparent
    }
}