header {
    position: relative;
}

header .box-right {
    border: 1px solid #9b9ba0;
}

section#service-us- {
    background-color: white;
    padding: 100px 0;
}

.col-12, .col-lg-12, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-md-12, .col-md-4, .col-md-6, .col-sm-12 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 576px) {
    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1;
    }
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: black;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none;
    }
}

.form-control:focus {
    color: black;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control:disabled {
    background-color: #e9ecef;
    opacity: 1;
}

textarea.form-control {
    height: auto;
}

.form-group {
    margin-bottom: 1rem;
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .btn {
        transition: none;
    }
}

@media (min-width: 768px) {
    .mt-md-0 {
        margin-top: 0 !important;
    }

    .mt-md-3 {
        margin-top: 1rem !important;
    }
}

@media (min-width: 992px) {
    .mt-lg-0 {
        margin-top: 0 !important;
    }

    .pr-lg-5 {
        padding-right: 3rem !important;
    }
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

.text-muted {
    color: #ffffff !important;
}

@media print {
    *, ::after, ::before {
        text-shadow: none !important;
        box-shadow: none !important;
    }

    a:not(.btn) {
        text-decoration: underline;
    }

    img {
        page-break-inside: avoid;
    }

    h2, h3, p {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }

    .container {
        min-width: 992px !important;
    }
}

.section-title {
    margin-bottom: 40px;
    position: relative;
}

.section-title div span {
    color: #3d7da7;
    font-weight: 900;
}

.section-title p {
    font-size: 13px;
    margin-bottom: 0;
    text-align: justify;
    color: #bbb7b7;
}

.title {
    position: relative;
    margin-bottom: 15px;
    color: white;
    font-style: normal;
    line-height: 50px;
    font-weight: 600;
}

.section-title .services-title-- {
    position: relative;
    display: inline-block;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #fa8a02;
    font-size: 18px;
}

.section-title h2 {
    margin-bottom: 15px;
    color: white;
}

.btn {
    background: none;
    padding: 12px 30px;
    overflow: hidden;
    border-radius: 0;
    position: relative;
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    border: 0;
    vertical-align: middle;
    text-decoration: none;
    font-weight: 700;
}

.btn:hover {
    background: #fb3b3c;
    color: #ffffff;
}

.btn:focus {
    box-shadow: none;
    color: #ffffff;
}

.btn.btn-theme {
    background: #477c9e;
    color: #ffffff;
    border-radius: 4px;
}

.btn span {
    transform: translate(0, 0);
    display: block;
}

.btn:hover:before {
    opacity: 1;
    right: 0;
}

.btn:hover:after {
    opacity: 1;
    right: 10px;
}

.counter {
    position: relative;
    z-index: 9;
}

.counter span {
    font-size: 40px;
    font-weight: 600;
    line-height: 40px;
    color: #ff8d03;
    display: inline-block;
    margin: 0 0 10px;
}

.counter span + span {
    font-weight: normal;
    font-size: 30px;
    color: #ff8d03;
    margin-bottom: 0;
}

.counter div {
    display: block;
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    position: relative;
    margin: 0;
}

.counter-icon i {
    padding-left: 15px;
    position: relative;
    font-size: 40px;
    line-height: 40px;
    display: inline-block;
    color: #ff8d03;
    margin-bottom: 20px;
}

.featured-item {
    padding: 30px;
    position: relative;
    border-radius: 4px;
}

.featured-desc p {
    margin-bottom: 0;
}

.featured-title h3 {
    margin-bottom: 15px;
    text-transform: capitalize;
    font-size: 20px;
}

.featured-desc p {
    color: white;
    font-size: 12px;
    text-align: justify;
    min-height: 40px;
}

.featured-item.style-4:hover, .featured-item.style-4.active {
    box-shadow: none;
    background: none !important;
}

.featured-item.style-4:before, .featured-item.style-4:after {
    position: absolute;
    z-index: 9;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.70s, -webkit-transform 0.70s;
    transition: opacity 0.70s, transform 0.70s;
}

.featured-item.style-4:before {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-top: 1px dashed #fa8a02;
    border-bottom: 1px dashed #fa8a02;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.featured-item.style-4:after {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-right: 1px dashed #fa8a02;
    border-left: 1px dashed #fa8a02;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.featured-item.style-4:hover:before, .featured-item.style-4.active:before, .featured-item.style-4:hover:after, .featured-item.style-4.active:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.featured-item.style-4:hover:after, .featured-item.style-4.active:after {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

.price-list ul li {
    position: relative;
    display: block;
    margin-bottom: 10px;
    line-height: 31px;
}

.price-list ul li:last-child {
    margin-bottom: 0;
}

.price-list ul li:last-child {
    margin-right: 0;
}

.price-list li i {
    color: #ffffff;
    line-height: 20px;
    font-size: 12px;
    width: 20px;
    height: 20px;
    background: rgb(253 139 32);
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    margin-left: 10px;
}

.list-unstyled- li {
    color: #000000 !important;
}

.p-b-100-- {
    padding-bottom: 100px !important;
}

.title-file-send {
    font-size: 20px;
    text-align: center;
    color: darkorange;
}

.margin-auto {
    margin: auto;
}

.alert-contact{
    color: #008000;
    padding: 6px;
    background-color: #d4e2d4;
    border-radius: 4px;
}

@media (max-width: 992px) {
    h1 {
        font-size: 60px;
        line-height: 70px;
    }

    h2 {
        font-size: 36px;
        line-height: 46px;
    }

    h3 {
        font-size: 24px;
        line-height: 30px;
    }

    h5 {
        font-size: 18px;
        line-height: 28px;
    }

    h6 {
        font-size: 17px;
        line-height: 26px;
    }
}

@media (max-width: 767px) {
    h2 {
        font-size: 30px;
    }

    h3 {
        font-size: 22px;
        line-height: 30px;
    }

    .section-title h2 {
        font-size: 34px;
        line-height: 40px;
    }

    .section-title p {
        font-size: 16px;
    }
}

@media (max-width: 576px) {
    h1 {
        font-size: 36px;
        line-height: 40px;
    }

    h2 {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 10px;
    }

    h3 {
        font-size: 20px;
        line-height: 28px;
    }

    .section-title h2 {
        font-size: 28px;
        line-height: 36px;
    }

    .counter h6 {
        font-size: 18px;
    }
}

.z-index-2- {
    z-index: 2;
}

.form-send-file- input {
    border-top-right-radius: unset;
    border-bottom-right-radius: unset;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    background-color: white !important;
    border: 1px solid #bfc1bf;
    height: 40px;
    font-size: 14px;
    text-align: right;
}

.form-send-file- input::placeholder {
    color: #585858;
    opacity: 1;
}

.form-send-file- .btn.btn-theme {
    display: block;
    width: 100%;
    padding: 7px;
}

.dropzone, .dropzone * {
    box-sizing: border-box;
}

.dropzone {
    min-height: 150px;
    background: #f8f8f8;
    padding: 0px;
    margin: 0px;
}

.dropzone .dz-message span {
    font-size: 14px;
    font-weight: bold;
}

.dropzone .dz-message {
    text-align: center;
    margin: 0;
    padding-top: 1rem;
}

.dropzone2 {
    background: url(https://samin3d.com/base_theme/samin_theme/img/striped.png) repeat;
    background-size: 8px;
    opacity: 1;
    background-color: #00000000;
    border: 1px solid #bfc1bf;
    margin-top: 0px;
    display: block;
    border-radius: 7px;
}

.dropzone2 .dropzone_icon {
    border: 1px solid #0000;
    padding: 10px 0px 0px 0px;
}

.dropzone .dropzone_icon h3 {
    font-size: 14px;
    color: black;
}

.dropzone2 .dropzone_icon i {
    font-size: 24px;
}

.dropzone2 .dropzone_desc button {
    font-size: 13px;
    padding: 8px;
    background: #f2f2f2;
    padding-right: 9px !important;
    padding-left: 10px !important;
    border: 1px solid #bfc1bf;
    color: #000000;
    font-weight: bold;
}

.service-form #form_message {
    height: 100px;
}

/*! CSS Used from: https://samin3d.com/base_theme/samin_theme/css/style.min.css */
.en-font- {
    font-family: Helvetica, sans-serif !important;
}

.font-w-7 {
    font-weight: 700;
}

h1, h2, h3, h5, h6 {
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 0;
    color: #fff;
}

h1 {
    font-size: 70px;
    font-style: normal;
    line-height: 80px;
    font-weight: 700;
    letter-spacing: 0;
}

h2 {
    font-size: 40px;
    font-style: normal;
    line-height: 50px;
    font-weight: 600;
    margin-bottom: 10px;
    position: relative;
}

h3 {
    font-size: 30px;
    font-style: normal;
    line-height: 40px;
    font-weight: 600;
}

h5 {
    font-size: 20px;
    font-style: normal;
    margin-bottom: 10px;
    font-weight: 600;
    line-height: 26px;
}

h6 {
    font-size: 18px;
    font-style: normal;
    line-height: 24px;
    margin-bottom: 10px;
}

ul {
    margin: 0;
    padding: 0;
}

p {
    line-height: 1.7;
}

.lead {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
}

h1 span {
    color: #0049d0;
}

section {
    padding: 20px 0;
    background: #0c0c0c;
}

.font-w-6 {
    font-weight: 600;
}

.font-w-7 {
    font-weight: 700;
}

.text-theme2 {
    color: #477c9e;
}

.dark-bg- {
    border: 1px solid #bfc1bf;
}

.form-group {
    margin-bottom: 20px;
    position: relative;
}

.form-control {
    height: 45px;
    color: black;
    font-weight: 100;
    background: white;
    border: 1px solid #bfc1bf;
    border-radius: 4px;
}

textarea.form-control {
    height: 150px;
}

.form-control:focus {
    box-shadow: none;
    background: 0;
    border-color: #ee8302;
    color: black;
}

.dropzone, .dropzone * {
    box-sizing: border-box;
}

.dropzone {
    min-height: 150px;
    background: black;
    padding: 0px;
    margin: 0px;
}

.dropzone .dz-message span {
    font-size: 14px;
    font-weight: bold;
}

.dropzone .dz-message {
    text-align: center;
    margin: 0;
    padding-top: 1rem;
}

.dropzone .dz-preview {
    position: relative;
    display: inline-block;
    vertical-align: top;
    min-height: 100px;
    width: 33%;
    margin-top: 10px;
}

.dropzone .dz-preview:hover {
    z-index: 1000;
}

.dropzone .dz-preview:hover .dz-details {
    opacity: 1;
}

.dropzone .dz-preview.dz-image-preview .dz-details {
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

.dropzone .dz-preview .dz-remove {
    font-size: 14px;
    text-align: center;
    display: block;
    cursor: pointer;
    border: none;
}

.dropzone .dz-preview .dz-remove:hover {
    text-decoration: underline;
}

.dropzone .dz-preview:hover .dz-details {
    opacity: 1;
}

.dropzone .dz-preview .dz-details {
    z-index: 20;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    font-size: 13px;
    min-width: 100%;
    max-width: 100%;
    padding: 2em 1em;
    text-align: center;
    color: rgba(0, 0, 0, 0.9);
    line-height: 150%;
}

.dropzone .dz-preview .dz-details .dz-size {
    margin-bottom: 5px;
    font-size: 16px;
}

.dropzone .dz-preview .dz-details .dz-filename {
    white-space: nowrap;
}

.dropzone .dz-preview .dz-details .dz-filename:hover span {
    border: 1px solid rgba(200, 200, 200, 0.8);
    background-color: rgba(164, 164, 164, 0.91);
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
    overflow: hidden;
    text-overflow: ellipsis;
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
    border: 1px solid transparent;
}

.dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span {
    background-color: rgba(255, 255, 255, 0.4);
    padding: 0 0.4em;
    border-radius: 3px;
    font-size: 14px;
    direction: ltr !important;
    display: inline-block;
}

.dropzone .dz-preview:hover .dz-image img {
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    -webkit-filter: blur(8px);
    filter: blur(8px);
}

.dropzone .dz-preview .dz-image {
    border-radius: 20px;
    overflow: hidden;
    width: 120px;
    height: 120px;
    position: relative;
    display: block;
    z-index: 10;
}

.dropzone .dz-preview .dz-image img {
    display: block;
    padding: 0px;
    margin: 0px;
}

a.dz-remove {
    font-family: 'Line Awesome Free';
    font-weight: 900;
    z-index: 99;
    background-color: rgba(0, 0, 0, .6);
    border-radius: 40px;
    color: #000000;
    position: absolute;
    right: 10px;
    top: 3px;
    padding: 3px 8px;
}

a.dz-remove:before {
    content: "\f00d";
}

.dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark {
    pointer-events: none;
    opacity: 0;
    z-index: 500;
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    margin-left: -27px;
    margin-top: -27px;
}

.dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg {
    display: block;
    width: 54px;
    height: 54px;
}

.dropzone .dz-preview.dz-processing .dz-progress {
    opacity: 1;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.dropzone .dz-preview.dz-complete .dz-progress {
    opacity: 0;
    -webkit-transition: opacity 0.4s ease-in;
    -moz-transition: opacity 0.4s ease-in;
    -ms-transition: opacity 0.4s ease-in;
    -o-transition: opacity 0.4s ease-in;
    transition: opacity 0.4s ease-in;
}

.dropzone .dz-preview .dz-progress {
    opacity: 1;
    z-index: 1000;
    pointer-events: none;
    position: absolute;
    height: 16px;
    left: 50%;
    top: 50%;
    margin-top: -8px;
    width: 80px;
    margin-left: -40px;
    background: rgba(0, 0, 0, 0.9);
    -webkit-transform: scale(1);
    border-radius: 8px;
    overflow: hidden;
}

.dropzone .dz-preview .dz-progress .dz-upload {
    background: #333;
    background: linear-gradient(to bottom, #666, #444);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
    -webkit-transition: width 300ms ease-in-out;
    -moz-transition: width 300ms ease-in-out;
    -ms-transition: width 300ms ease-in-out;
    -o-transition: width 300ms ease-in-out;
    transition: width 300ms ease-in-out;
}

.dropzone .dz-preview .dz-error-message {
    pointer-events: none;
    z-index: 1000;
    position: absolute;
    display: block;
    display: none;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    border-radius: 8px;
    font-size: 13px;
    top: 130px;
    left: -10px;
    width: 140px;
    background: #be2626;
    background: linear-gradient(to bottom, #be2626, #a92222);
    padding: 0.5em 1.2em;
    color: #000000;
}

.dropzone .dz-preview .dz-error-message:after {
    content: '';
    position: absolute;
    top: -6px;
    left: 64px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #be2626;
}

.dropzone2 {
    background: url(https://samin3d.com/base_theme/samin_theme/img/striped.png) repeat;
    background-size: 8px;
    opacity: 1;
    background-color: #00000000;
    margin-top: 0px;
    display: block;
    border-radius: 7px;
}

.dropzone2 .dropzone_icon {
    border: 1px solid #0000;
    padding: 10px 0px 0px 0px;
}

.dropzone .dropzone_icon h3 {
    font-size: 14px;
}

.dropzone2 .dropzone_icon i {
    font-size: 24px;
    color: #bfc1bf;
}



.help-block.with-errors {
    position: absolute;
    color: #ee8302;
    right: 15px;
    font-size: 10px;
    line-height: 14px;
}

.flex-row {
    display: flex;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.jus-center {
    justify-content: center;
}

.al-center {
    align-items: center;
}

.form-group textarea::placeholder {
    color: #000000;
    opacity: 1;
}

.form-group input::placeholder {
    color: #000000;
    opacity: 1;
}

.btn-scroll-posts .al-center {
    align-items: center;
}

.btn-scroll-posts .jus-center {
    justify-content: center;
}

.btn-scroll-posts.ng-star-inserted {
    align-self: center;
    margin-top: 15px;
}

.btn-scroll-posts .flex-col {
    display: flex;
    flex-direction: column;
}

.title-site {
    font-size: 43px;
}

#Services- .title {
    font-size: 37px;
}

#Services- .featured-item img {
    border-radius: 3px;
}

@media (max-width: 699px) {
    .list-unstyled- {
        margin: 40px;
    }

    #Services- .title {
        font-size: 22px;
    }
}

.part1-service {
    margin-top: 75px;
    position: relative;
    background-image: url(https://samin3d.com/base_theme/samin_theme/images/bg/HomePage_Grey_Banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.margin2-t-- {
    margin-top: 90px;
    padding-bottom: 40px;
}

.part1-service .text-muted {
    color: #252525 !important;
}

.part1-service p {
    color: #252525;
}

@media (max-width: 1200px) {
    .part1-service {
        background-position: right;
    }
}

.btn-scroll-posts .pulse- {
    width: 19px;
    height: 19px;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 0 0 rgb(255 255 255 / 90%);
    -webkit-animation: 2s infinite pulse;
    animation: 2s infinite pulse;
    margin: 0px 12px 0px 0px;
}

.btn-scroll-posts .pulse- i {
    font-size: 18px;
    color: #fff;
    opacity: .8;
}

.display-inlin {
    display: inline-block !important;
    margin-top: 0px !important;
}

.services-whatsapp {
    color: #e47d01;
    font-weight: 900;
}

/*! CSS Used from: https://samin3d.com/base_theme/samin_theme/css/styledavari.css?id=10 */
.typed-cursor {
    opacity: 1;
    font-weight: 100;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    -ms-animation: blink 0.7s infinite;
    -o-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
    color: #438b9d;
    font-size: 30px;
}

.mt-6 {
    margin-top: 2.5rem !important;
}

.featured-desc p {
    color: white;
    font-size: 14px;
    text-align: justify;
    min-height: 40px;
    line-height: 2.2;
}

.section-title p {
    color: white;
    font-size: 14px;
    text-align: justify;
    min-height: 40px;
    line-height: 2.2;
}

.btn-box .btn-theme {
    background: #0a0909c7 !important;
    width: 100%;
}

/*! CSS Used keyframes */
@keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

/*! CSS Used fontfaces */
@font-face {
    font-family: 'Line Awesome Free';
    font-style: normal;
    font-weight: 400;
    font-display: auto;
    src: url(https://samin3d.com/base_theme/samin_theme/fonts/la-regular-400.eot);
    src: url(https://samin3d.com/base_theme/samin_theme/fonts/la-regular-400.eot?#iefix) format("embedded-opentype"), url(https://samin3d.com/base_theme/samin_theme/fonts/la-regular-400.woff2) format("woff2"), url(https://samin3d.com/base_theme/samin_theme/fonts/la-regular-400.woff) format("woff"), url(https://samin3d.com/base_theme/samin_theme/fonts/la-regular-400.ttf) format("truetype"), url(https://samin3d.com/base_theme/samin_theme/fonts/la-regular-400.svg#lineawesome) format("svg");
}

@font-face {
    font-family: 'Line Awesome Free';
    font-style: normal;
    font-weight: 900;
    font-display: auto;
    src: url(https://samin3d.com/base_theme/samin_theme/fonts/la-solid-900.eot);
    src: url(https://samin3d.com/base_theme/samin_theme/fonts/la-solid-900.eot?#iefix) format("embedded-opentype"), url(https://samin3d.com/base_theme/samin_theme/fonts/la-solid-900.woff2) format("woff2"), url(https://samin3d.com/base_theme/samin_theme/fonts/la-solid-900.woff) format("woff"), url(https://samin3d.com/base_theme/samin_theme/fonts/la-solid-900.ttf) format("truetype"), url(https://samin3d.com/base_theme/samin_theme/fonts/la-solid-900.svg#lineawesome) format("svg");
}