/*! CSS Used from: https://samin3d.com/base_theme/samin_theme/css/combine.min.css */
header{
    position: relative;
}
header .box-right {
    border: 1px solid #9b9ba0;
}



*, ::after, ::before {
    box-sizing: border-box;
}

section {
    display: block;
}

h1, h4 {
    margin-top: 0;
    margin-bottom: .5rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

ul {
    margin-top: 0;
    margin-bottom: 1rem;
}

strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: #0056b3;
    text-decoration: underline;
}

img {
    vertical-align: middle;
    border-style: none;
}

table {
    border-collapse: collapse;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
}

input, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

input {
    overflow: visible;
}

[type=submit] {
    -webkit-appearance: button;
}

[type=submit]:not(:disabled) {
    cursor: pointer;
}

textarea {
    overflow: auto;
    resize: vertical;
}

h1, h4 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}

h1 {
    font-size: 2.5rem;
}

h4 {
    font-size: 1.5rem;
}

small {
    font-size: 80%;
    font-weight: 400;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.container, .container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.col-12, .col-lg-12, .col-lg-3, .col-lg-6, .col-lg-9, .col-md-12, .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-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-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.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: #495057;
    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: #495057;
    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;
}

.mt-2 {
    margin-top: .5rem !important;
}

.mb-2 {
    margin-bottom: .5rem !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.p-0 {
    padding: 0 !important;
}

.px-0 {
    padding-right: 0 !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.px-0 {
    padding-left: 0 !important;
}

.p-2 {
    padding: .5rem !important;
}

.pt-4 {
    padding-top: 1.5rem !important;
}

.pt-5 {
    padding-top: 3rem !important;
}

.pr-5 {
    padding-right: 3rem !important;
}

.pl-5 {
    padding-left: 3rem !important;
}

@media (min-width: 992px) {
    .mt-lg-0 {
        margin-top: 0 !important;
    }
}

.text-justify {
    text-align: justify !important;
}

@media print {
    *, ::after, ::before {
        text-shadow: none !important;
        box-shadow: none !important;
    }

    a:not(.btn) {
        text-decoration: underline;
    }

    img, tr {
        page-break-inside: avoid;
    }

    p {
        orphans: 3;
        widows: 3;
    }

    .container {
        min-width: 992px !important;
    }
}

.la {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.la-download:before {
    content: "\f019";
}

.la-link:before {
    content: "\f0c1";
}

.la {
    font-family: 'Line Awesome Free';
    font-weight: 900;
}

.la.la-cloud-download:before {
    content: "\f381";
}

.lSSlideWrapper {
    position: relative;
}

.lSSlideWrapper .lSSlide {
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
}

.lSSlideOuter, .lSSlideOuter .lSPager.lSGallery {
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
}

.lSSlideOuter .lSPager.lSGallery:after, .lSSlideWrapper > .lightSlider:after {
    clear: both;
}

.lSSlideOuter {
    overflow: hidden;
    user-select: none;
}

.lightSlider:after, .lightSlider:before {
    content: " ";
    display: table;
}

.lightSlider {
    overflow: hidden;
    margin: 0;
}

.lSSlideWrapper {
    max-width: 100%;
    overflow: hidden;
}

.lSSlideWrapper .lSSlide {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: all 1s;
    -webkit-transition-property: -webkit-transform, height;
    -moz-transition-property: -moz-transform, height;
    transition-property: transform, height;
}

.lSSlideOuter .lSPager.lSGallery {
    list-style: none;
    padding-left: 0;
    margin: 0;
    overflow: hidden;
    transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    user-select: none;
}

.lSSlideOuter .lSPager.lSGallery li {
    overflow: hidden;
    -webkit-transition: border-radius .12s linear 0 .35s linear 0;
    transition: border-radius .12s linear 0 .35s linear 0;
}

.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
    border-radius: 5px;
}

.lSSlideOuter .lSPager.lSGallery img {
    display: block;
    height: auto;
    max-width: 100%;
    width: 100%;
}

.lSSlideOuter .lSPager.lSGallery:after, .lSSlideOuter .lSPager.lSGallery:before {
    content: " ";
    display: table;
}

.lSAction > a {
    width: 32px;
    display: block;
    top: 50%;
    height: 32px;
    cursor: pointer;
    position: absolute;
    z-index: 99;
    margin-top: -16px;
    opacity: .5;
    -webkit-transition: opacity .35s linear 0;
    transition: opacity .35s linear 0;
}

.lSAction > a:hover {
    opacity: 1;
}

.lSAction > .lSPrev {
    background-position: 0 0;
    left: 10px;
}

.lSAction > .lSNext {
    background-position: -32px 0;
    right: 10px;
}

.lSSlideOuter.lSrtl {
    direction: rtl;
}

.lSSlideOuter .lSPager, .lSSlideOuter .lightSlider {
    padding-left: 0;
    list-style: none;
}

.lSSlideOuter.lSrtl .lSPager, .lSSlideOuter.lSrtl .lightSlider {
    padding-right: 0;
}

.lSSlideOuter .lSGallery li, .lSSlideOuter .lightSlider > * {
    float: left;
}

.lSSlideOuter.lSrtl .lSGallery li, .lSSlideOuter.lSrtl .lightSlider > * {
    float: right !important;
    border-radius: 5px;
}

.lightSlider.lsGrab > * {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}

.lSSlideOuter {
    display: flex;
    flex-direction: row-reverse;
}

.lSSlideOuter .lSPager.lSGallery {
    margin-right: 10px;
}

.lSSlideOuter .lSPager.lSGallery li {
    margin-right: 0 !important;
    margin-bottom: 10px;
    border-radius: 5px;
}

.title-product {
    color: #ff8c00;
    font-size: 27px;
}

.border-img {
    border-radius: 5px;
}

a:focus {
    text-decoration: none !important;
}

a:focus, a:hover {
    color: darkorange;
    text-decoration: none !important;
}

a, input {
    outline: medium none !important;
    color: #0049d0;
}

::selection {
    background: #0049d0;
    color: #fff;
    text-shadow: none;
}

a, i, img, span {
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.recent-post-thumb {
    display: table-cell;
    vertical-align: middle;
    height: auto;
    width: 65px;
    overflow: hidden;
}

.recent-post-desc {
    display: table-cell;
    vertical-align: middle;
    padding-right: 10px;
    font-size: 13px;
}

.recent-post-desc a {
    display: block;
    margin-top: 2px;
    color: #5d5d5d;
    font-weight: 600;
}

.recent-post-desc a:hover {
    color: #0049d0;
}

.list-unstyled li {
    color: #ee8302 !important;
}

.lSSlideOuter .lSPager.lSGallery {
    transform: translate3d(0px, 00px, 0px) !important;
}

@media (max-width: 992px) {
    .title-product{
        font-size: 19px;
    }
    h1 {
        font-size: 60px;
        line-height: 70px;
    }

    h4 {
        font-size: 20px;
        line-height: 26px;
    }
    .bg-blck{
        padding: 10px !important;
    }
    body{
        background-color: black !important;
    }
    .pl-5 {
        padding-left: 10px !important;
    }
    .pr-5 {
        padding-right: 10px !important;
    }
}

@media (max-width: 576px) {
    h1 {
        font-size: 36px;
        line-height: 40px;
    }

    h4 {
        font-size: 18px;
        line-height: 26px;
    }
}

.lSSlideOuter .lSPager.lSGallery {
    max-height: 434px;
    overflow-y: auto;
    margin-top: 0px !important;
}

.lSSlideOuter .lSPager.lSGallery::-webkit-scrollbar {
    width: 7px;
}

.lSSlideOuter .lSPager.lSGallery::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

.lSSlideOuter .lSPager.lSGallery::-webkit-scrollbar-thumb {
    background: #353c3d;
    border-radius: 10px;
}

.lSSlideOuter .lSPager.lSGallery::-webkit-scrollbar-thumb:hover {
    background: #353c3d;
}

.file-tab-style {
    background: #0e0e0e;
    padding: 5px;
    border-radius: 5px;
}

.file-dl {
    font-size: 16px;
    margin-bottom: 0px;
    margin-right: 10px;
}

.file-dl a {
    color: white !important;
}

.file-dl a i {
    background: #4087b7;
    border-radius: 100%;
    padding: 5px;
}

.file-dl a p {
    display: inline-block;
}

.description-pro-page p {
    line-height: 30px !important;
    text-align: justify;
    color: #fff !important;
}

.description-pro-page img.fr-fic {
    max-width: 100%;
    width: 500px !important;
    border-radius: 5px !important;
    margin-left: auto;
    display: block;
    height: auto;
    margin-right: auto;
}

.slider-single-pro {
    float: left;
}

.widget-relation-product- {
    background: #0e0e0e;
    padding: 15px;
    border-radius: 25px;
}

.white {
    color: white;
}

.padding-rl-30 {
    padding: 0px 30px;
}

.link-software-dl {
    color: #d2cece;
    font-weight: 900;
    font-size: 16px;
    margin: auto;
}

.link-software-dl i {
    color: #f88802;
}

.file-description {
    border-right-color: #3f6f45;
    border-right-style: solid;
    border-left-color: #3f6f45;
    border-left-style: solid;
    background: #94f5a414;
}

.title-file-description {
    color: orange;
}

.mb-15 {
    margin-bottom: 15px;
}

.description-pro-page a {
    color: #ff8d03 !important;
}

.file-dl-title {
    background-image: linear-gradient(45deg, #0c0c0c, rgb(33 32 32));
    background-repeat: repeat-x;
    border-radius: 6px;
    padding: 8px;
}

.file-dl-title a {
    color: white;
    font-size: 17px;
}

/*! CSS Used from: https://samin3d.com/base_theme/samin_theme/css/comment.css */
.comment-respond {
    padding: 1em 1.3em;
    margin: 20px 0px 10px;
    background: #ffffff;
    border: 1px solid #eee;
    border-radius: 10px;
}

#submit-comment {
    background: #477c9e;
    color: #fff;
    border: 0px;
    outline: unset;
    margin-top: 5px;
    border-radius: 5px;
    margin-right: 14px;
    padding: 7px 15px;
}

.comment-section #respond {
    background: none !important;
    border: none;
}

.related-post-between-content {
    text-align: justify;
    position: relative;
    margin-top: 30px;
}

.inline-related-post2 {
    margin-bottom: 20px;
}

.inline-related-post2 {
    color: #3f91f2;
}

.inline-related-post2 {
    background: #f7f7f7;
    border-radius: 3px;
    display: block;
    font-size: 15px;
    padding: 18px;
    clear: both;
}

.inline-related-post2 img {
    border-radius: 100%;
    display: inline-block;
    margin: 0 0 0 20px !important;
    vertical-align: middle;
    width: 60px;
    display: block;
    left: 50%;
    top: -30px;
    transform: translateX(-50%);
    position: absolute;
    text-align: justify;
}

.inline-related-post2 span {
    color: #48464c;
    display: inline-block;
    vertical-align: middle;
    line-height: 1.6;
    width: calc(100% - 70px);
}

.inline-related-post2 span {
    display: inline-block;
    color: #69656f;
    font-size: 15px;
    margin-top: 15px;
    vertical-align: middle;
    line-height: 30px;
    width: 100%;
}

.inline-related-post2 strong {
    color: #92c33c;
}

/*! CSS Used from: https://samin3d.com/base_theme/samin_theme/css/style.min.css */
h1, h4 {
    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;
}

h4 {
    font-size: 24px;
    font-style: normal;
    margin-bottom: 10px;
    font-weight: 600;
    line-height: 34px;
}

ul {
    margin: 0;
    padding: 0;
}

p {
    line-height: 1.7;
}

section {
    padding: 20px 0;

}

.form-group {
    margin-bottom: 20px;
    position: relative;
}

label {
    font-size: 14px;
    color: #c3c3c3;
}

.form-control {
    height: 45px;
    color: #bfc1bf;
    font-weight: 100;
    background: #111111b3;
    border: 1px solid #3a3838;
    border-radius: 4px;
}

textarea.form-control {
    height: 150px;
}

.form-control:focus {
    box-shadow: none;
    background: 0;
    border-color: #ee8302;
    color: #fff;
}

.style-footer {
    z-index: 2;
    margin-bottom: 100px;
    position: relative;
}

@media (max-width: 1280px) {
    .style-footer {
        margin-bottom: 0;
    }
}

.form-group textarea::placeholder {
    color: #bfc1bf;
    opacity: 1;
}

.form-group input::placeholder {
    color: #bfc1bf;
    opacity: 1;
}

.sidebar-title-post {
    color: #fa8a02;
    font-size: 16px;
    text-align: center;
    border-bottom: 2px solid #e7e7e7;
}

.radio-6 {
    border-radius: 6px;
}

.comment-respond {
    padding: 1em 1.3em;
    margin: 20px 0 10px;
    background: #fafafa;
    border: 1px solid #eee;
    border-radius: 10px;
}

#commentform .form-control {
    background: #171717;
    border: 1px solid #292727;
    border-radius: 4px;
    color: #8f8f8f;
}

#commentform label {
    color: #8f8f8f;
}
.bg-blck{
    background-color: black;
    border-radius: 25px;
    padding: 35px;
}

.slider-product-view {
    padding-top: 70px !important;
    margin-top: 30px;
}

@media (max-width: 350px) {
    .slider-product-view {
        padding-top: 40px !important;
    }
}

@media (max-width: 699px) {
    .title-product {
        margin-right: 40px;
    }
}

.description-pro-page {
    text-align: justify;
    color: white;
    line-height: 30px;
}

/*! CSS Used from: https://samin3d.com/base_theme/samin_theme/css/styledavari.css?id=10 */
.title-product {
    margin-right: 0;
    line-height: 1.5;
}

.mt-6 {
    margin-top: 2.5rem !important;
}

/*! CSS Used from: Embedded */
.theiaStickySidebar:after {
    content: "";
    display: table;
    clear: both;
}

/*! CSS Used from: https://samin3d.com/base_theme/samin_theme/css/comment.css */
.comment-respond {
    padding: 1em 1.3em;
    margin: 20px 0px 10px;
    background: #ffffff;
    border: 1px solid #eee;
    border-radius: 10px;
}

#submit-comment {
    background: #477c9e;
    color: #fff;
    border: 0px;
    outline: unset;
    margin-top: 5px;
    border-radius: 5px;
    margin-right: 14px;
    padding: 7px 15px;
}

.comment-section #respond {
    background: none !important;
    border: none;
}

.related-post-between-content {
    text-align: justify;
    position: relative;
    margin-top: 30px;
}

.inline-related-post2 {
    margin-bottom: 20px;
}

.inline-related-post2 {
    color: #3f91f2;
}

.inline-related-post2 {
    background: #f7f7f7;
    border-radius: 3px;
    display: block;
    font-size: 15px;
    padding: 18px;
    clear: both;
}

.inline-related-post2 img {
    border-radius: 100%;
    display: inline-block;
    margin: 0 0 0 20px !important;
    vertical-align: middle;
    width: 60px;
    display: block;
    left: 50%;
    top: -30px;
    transform: translateX(-50%);
    position: absolute;
    text-align: justify;
}

.inline-related-post2 span {
    color: #48464c;
    display: inline-block;
    vertical-align: middle;
    line-height: 1.6;
    width: calc(100% - 70px);
}

.inline-related-post2 span {
    display: inline-block;
    color: #69656f;
    font-size: 15px;
    margin-top: 15px;
    vertical-align: middle;
    line-height: 30px;
    width: 100%;
}

.inline-related-post2 strong {
    color: #92c33c;
}

/*! CSS Used from: https://samin3d.com/base_theme/samin_theme/css/slider-product-file.css */
.lSrtl ul li {
    height: 60px !important;
    margin-bottom: 3px !important;
}

.lSrtl ul li a img {
    height: 100% !important;
}

.lSrtl .lSSlideWrapper ul {
    height: 312px;
}

.lSrtl .lSSlideWrapper #imageGallery li {
    height: 100% !important;
}

.lSrtl .lSSlideWrapper ul li img {
    height: 100% !important;
}

.lSSlideOuter .lSPager.lSGallery {
    max-height: 312px !important;
}

/*! CSS Used from: https://samin3d.com/base_theme/samin_theme/css/post-rel.css */
.inline-related-post2 {
    background: #f7f7f7;
    border-radius: 3px;
    display: block;
    font-size: 15px;
    padding: 18px;
    clear: both;
}

.inline-related-post2:after {
    clear: both;
    content: '';
    display: block;
}

.inline-related-post2 img {
    border-radius: 100%;
    display: inline-block;
    margin: 0 0 0 20px !important;
    vertical-align: middle;
    width: 50px;
    text-align: justify;
}

.inline-related-post2 span {
    color: #48464c;
    display: inline-block;
    vertical-align: middle;
    line-height: 1.6;
}

.inline-related-post2 strong {
    color: #3f91f2;
}

.inline-related-post2 {
    color: #3f91f2;
}

@media (max-width: 576px) {
    .inline-related-post2 img {
        margin-left: auto !important;
        border-radius: 100%;
        display: block !important;
        margin-right: auto !important;
        width: 50px;
        text-align: center;
    }

    .inline-related-post2 span {
        color: #48464c;
        display: block !important;
        line-height: 1.6;
        width: 100% !important;
        text-align: justify;
    }
}

.inline-related-post2-product {
    background: #292727 !important;
}

.inline-related-post2-product span {
    color: #c8bfbf !important;
}

.inline-related-post2-product strong {
    color: #f68702 !important;
}

/*! 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");
}