@import "fontiran.css";
@import "icofont.css";
*,
::before,
::after {
    box-sizing: border-box;
}
::selection {
    color: #385a67;
    background: #e7eff2;
}
html {
    font-family: "iransans", Tahoma;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}
body {
    margin: 0;
    font-family: "iransans", Tahoma;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: right;
    background-color: #e7eff2;
    direction: rtl;
    overflow-x: hidden;
}
[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}
address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}
ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
    list-style: none;
}
ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}
dt {
    font-weight: 700;
}
dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}
blockquote {
    margin: 0 0 1rem;
}
b,
strong {
    font-weight: bolder;
}
small {
    font-size: 80%;
}
sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}
a:hover {
    color: #0056b3;
    text-decoration: none;
}
a:not([href]) {
    color: inherit;
    text-decoration: none;
}
a:not([href]):hover {
    color: inherit;
    text-decoration: none;
}
pre,
code,
kbd,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em;
}
pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
}
figure {
    margin: 0 0 1rem;
}
img {
    vertical-align: middle;
    border-style: none;
}
svg {
    overflow: hidden;
    vertical-align: middle;
}
table {
    border-collapse: collapse;
}
caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}
th {
    text-align: inherit;
}
label {
    display: inline-block;
    margin-bottom: 0.5rem;
}
button {
    border-radius: 0;
}
button:focus {
    outline: 0;
}
input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
select {
    word-wrap: normal;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
    cursor: pointer;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}
input[type="radio"],
input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    -webkit-appearance: listbox;
}
textarea {
    overflow: auto;
    resize: vertical;
}
fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}
output {
    display: inline-block;
}
summary {
    display: list-item;
    cursor: pointer;
}
template {
    display: none;
}
[hidden] {
    display: none !important;
}
#hola {
    width: 100vw;
    height: 100vh;
    background-color: #e7eff2;
    position: fixed;
    z-index: 9999;
    overflow-x: hidden;
    top: 0;
}
.loader {
    display: block;
    height: 32px;
    width: 32px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -36px 0 0 -16px;
    z-index: 10;
}

.loader span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    height: 32px;
    width: 32px;
}
.loader span:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    height: 32px;
    width: 32px;
    box-sizing: border-box;
    border: 3px solid #c1d6dd;
    border-bottom: 3px solid transparent;
    border-radius: 50%;
    -webkit-animation: loader-3-1 1.5s cubic-bezier(0.77, 0, 0.175, 1) infinite;
    animation: loader-3-1 1.5s cubic-bezier(0.77, 0, 0.175, 1) infinite;
}
@-webkit-keyframes loader-3-1 {
    0% {
        -webkit-transform: rotate(0deg);
    }
    40% {
        -webkit-transform: rotate(180deg);
    }
    60% {
        -webkit-transform: rotate(180deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes loader-3-1 {
    0% {
        transform: rotate(0deg);
    }
    40% {
        transform: rotate(180deg);
    }
    60% {
        transform: rotate(180deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.loader span:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 6px;
    height: 6px;
    background: #467181;
    border-radius: 50%;
    -webkit-animation: loader-3-2 1.5s cubic-bezier(0.77, 0, 0.175, 1) infinite;
    animation: loader-3-2 1.5s cubic-bezier(0.77, 0, 0.175, 1) infinite;
}
@-webkit-keyframes loader-3-2 {
    0% {
        -webkit-transform: translate3d(0, -32px, 0) scale(0, 2);
        opacity: 0;
    }
    50% {
        -webkit-transform: translate3d(0, 0, 0) scale(1.25, 1.25);
        opacity: 1;
    }
    100% {
        -webkit-transform: translate3d(0, 8px, 0) scale(0, 0);
        opacity: 0;
    }
}
@keyframes loader-3-2 {
    0% {
        transform: translate3d(0, -32px, 0) scale(0, 2);
        opacity: 0;
    }
    50% {
        transform: translate3d(0, 0, 0) scale(1.25, 1.25);
        opacity: 1;
    }
    100% {
        transform: translate3d(0, 8px, 0) scale(0, 0);
        opacity: 0;
    }
}

/* ====  Page layout ==== */

.home:before {
    position: absolute;
    width: 50%;
    height: 100%;
    z-index: 10;
    top: 0;
    left: 0;
    content: "";
    background-color: #e7eff2;
}
.home:after {
    position: absolute;
    width: 50%;
    height: 100%;
    z-index: 10;
    top: 0;
    right: 0;
    content: "";
    background-color: #e7eff2;
    border-radius: 0 120px 0 0;
}
.animate-border {
    border: 40px solid transparent;
    border-top-right-radius: 120px;
    transition: border 0.5s 0.2s ease;
}
.home.divide:before {
    transition: all 0.6s 1.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    width: 0;
}
.home.divide:after {
    transition: all 0.6s 1.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    width: 0;
}
.container-fluid-custom {
    width: 100%;
    padding-right: 15px;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
}
.logo {
    width: 90px;
    height: auto;
    position: relative;
    top: 20px;
    right: -20px;
}
.page-header {
    position: relative;
    width: 100%;
}
.page-header nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 73px;
}
.page-header .horizontal-logo,
.page-header .search span {
    display: none;
}
.page-header .vertical-logo {
    max-width: 9.5rem;
}
.page-header .top-menu-wrapper {
    color: #221f1f;
}
.page-header .top-menu-wrapper::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    transition: background 0.5s;
}
.page-header .search {
    color: #fff;
}
.page-header .panel,
.page-header .top-menu {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 2;
    transform: translate3d(-100%, 0, 0);
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
.page-header .panel1 {
    width: 100%;
    background: #385a67;
    transition-delay: 0.3s;
}
.page-header .panel2 {
    width: calc(100% - 3rem);
    background: #e7eff2;
    transition-delay: 0.1s;
}
.page-header .top-menu {
    display: flex;
    flex-direction: column;
    width: calc(100% - 6rem);
    overflow-y: auto;
    padding: 2rem;
    background: #fff;
}
.page-header .top-menu-wrapper.show-offcanvas::before {
    background: rgba(0, 0, 0, 0.5);
    z-index: 2;
}
.page-header .top-menu-wrapper.show-offcanvas .panel,
.page-header .top-menu-wrapper.show-offcanvas .top-menu {
    transform: translate3d(0, 0, 0);
    transition-duration: 0.7s;
}
.page-header .top-menu-wrapper.show-offcanvas .panel1 {
    transition-delay: 0;
}
.page-header .top-menu-wrapper.show-offcanvas .panel2 {
    transition-delay: 0.2s;
}
.page-header .top-menu-wrapper.show-offcanvas .top-menu {
    transition-delay: 0.4s;
    box-shadow: rgba(0, 0, 0, 0.25) 0 0 4rem 0.5rem;
}
.page-header .top-menu li + li {
    margin-top: 1.5rem;
}
.page-header ul a {
    display: inline-block;
    font-size: 1rem;
    text-transform: uppercase;
    transition: color 0.35s ease-out;
    color: #385a67;
}
.page-header ul a:hover {
    color: var(--red);
}
.page-header .has-dropdown i {
    display: none;
}
.page-header .sub-menu {
    padding: 1.5rem 2rem 0;
}
.page-header .top-menu .mob-block .logo {
    top: 20px;
    position: absolute;
    right: 20px;
}
.page-header .top-menu .mob-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 3rem;
}
.open-mobile-menu .icofont-navigation-menu {
    color: #385a67;
    font-size: 35px;
    position: absolute;
    top: 25px;
    right: 25px;
}
.page-header .top-menu .mob-block i {
    color: #385a67;
    font-size: 40px;
    position: absolute;
    left: 30px;
}
.fa-lg {
    font-size: 1.33333em;
    line-height: 0.75em;
    vertical-align: -0.0667em;
}
.page-header .socials {
    display: flex;
    margin-top: 3rem;
    margin-bottom: 1rem;
}
.page-header .socials li + li {
    margin-top: 0;
}
.page-header .socials .fa-stack {
    font-size: 1.7rem;
}
.page-header .socials .fab {
    font-size: 1.2rem;
}
@media screen and (min-width: 550px) {
    .page-header .panel1 {
        width: 60%;
    }
    .page-header .panel2 {
        width: calc(60% - 3rem);
    }
    .page-header .top-menu {
        width: calc(60% - 6rem);
    }
}
@media screen and (min-width: 768px) {
    .page-header .top-menu {
        padding: 4rem;
    }
    .page-header ul a {
        font-size: 1.6rem;
    }
    .page-header .search-form input {
        font-size: 2.4rem;
        height: 5rem;
        line-height: 5rem;
    }
}
@media screen and (min-width: 995px) {
    .page-header {
        padding: 0 3rem;
    }
    .page-header .panel,
    .page-header .open-mobile-menu,
    .page-header .vertical-logo,
    .page-header .top-menu .mob-block,
    .page-header .top-menu-wrapper::before {
        display: none;
    }
    .page-header .horizontal-logo {
        display: block;
    }
    .page-header .top-menu-wrapper {
        display: flex;
        align-items: center;
        color: var(--white);
    }
    .page-header .top-menu {
        flex-direction: row;
        position: absolute;
        background: transparent;
        transform: none;
        padding: 0;
        overflow-y: visible;
        box-shadow: none !important;
        margin: auto;
        text-align: center;
        left: 0;
        right: 0;
    }
    .page-header .top-menu li + li {
        margin-top: 0;
    }
    .page-header .top-menu > li {
        margin-left: 3rem;
    }
    .page-header .top-menu > li > a h2{
        padding: 1.5rem 0.5rem;
        color: #385a67;
    }
    .page-header ul a h2{
        font-size: 1rem;
        font-weight: 700;
        color: #385a67;
    }
    .page-header .has-dropdown i {
        display: inline-block;
    }
    .page-header .sub-menu {
        display: none;
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        padding: 1.5rem 2rem;
        background: var(--purple-2);
    }
    .page-header .sub-menu li + li {
        margin-top: 1.2rem;
    }
    .page-header .sub-menu a {
        padding: 0.5rem 1rem;
        white-space: nowrap;
    }
    .page-header .has-dropdown {
        position: relative;
    }
    .page-header .has-dropdown:hover .sub-menu {
        display: block;
    }
    .page-header .search {
        display: flex;
        align-items: center;
        margin-left: 3rem;
    }
}
@media screen and (min-width: 1200px) {
    .page-header .search {
        margin-left: 5rem;
    }
    .page-header .search i {
        margin-right: 1.5rem;
    }
    .page-header .search span {
        display: block;
        font-weight: 500;
        font-size: 1.6rem;
    }
}
.cd-support-trigger {
    background: #26292f;
    margin: auto;
    text-align: center;
}
.cd-support-trigger .icofont-live-support {
    font-size: 50px;
    color: #467181;
    top: 10px;
    position: relative;
}
.cd-support-trigger {
    position: absolute;
    top: -1px;
    width: 100px;
    border-left: none;
    background-color: #c1d6dd;
    border-radius: 0 0 40px 0;
    left: -2px;
    float: left;
    height: 80px;
    -webkit-transform: scale(0.97);
    transform: scale(0.97);
    box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.1);
}
.link3 {
    position: relative;
}
.link3 a::after {
    position: absolute;
    content: "";
    display: block;
    background-color: rgba(0, 0, 0, 0);
    width: 5px;
    height: 5px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
    transition: width 0.5s, height 0.5s, background-color 0.5s;
}
.link3 a:hover::after,
.link3 a:focus::after {
    width: 50px;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 568px) {
    .link3 {
        top: 60px;
    }
    .link3 a::after {
        right: -10px;
        left: unset;
    }
}
.social-icon {
    position: fixed;
    bottom: 20px;
    right: -10px;
}
.social-icon ul li {
    color: #467181;
    font-size: 40px;
    padding: 25px 0;
    transition: all 0.3s;
    transform: scale(var(--scale, 0.8));
    transition: transform 0.3s cubic-bezier(0.38, -0.12, 0.24, 1.91), -webkit-transform 0.3s cubic-bezier(0.38, -0.12, 0.24, 1.91);
}
.social-icon ul li:hover {
    color: #385a67;
    --scale: 1;
}
main {
    position: relative;
    background: #fff;
    padding-top: 10px;
    z-index: 1;
    width: 100%;
    height: auto;
    min-height: 100vh;
    border-radius: 0 120px 0 0;
    margin-right: 100px;
    bottom: 0;
    top: 0;
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
}
#cd-shadow-layer {
    position: fixed;
    min-height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(67, 87, 121, 0.6);
    cursor: pointer;
    z-index: 2;
    display: none;
}
#cd-shadow-layer.is-visible {
    display: block;
    -webkit-animation: cd-fade-in 0.3s;
    -moz-animation: cd-fade-in 0.3s;
    animation: cd-fade-in 0.3s;
}
.about_us {
    position: relative;
    color: #938f90;
    padding: 30px 20px 0;
    border-radius: 0 40px 0 0;
    text-align: justify;
    font-size: 1rem;
    margin: 0;
}
.about_us .icofont-radio-mic {
    font-size: 2.1rem;
    color: #385a67;
}
.about_us span {
    color: #385a67;
    font-size: 18px;
    font-weight: 700;
}
.about_us p {
    padding-top: 2rem;
    line-height: 2;
    color: #385a67;
}
.about_us p i {
    font-family: monospace;
    font-size: 24px;
    letter-spacing: -3px;
    font-weight: 700;
    color: #385a67;
    line-height: 1;
}
.about_us label {
    color: #5b92a6;
    transform: rotate(90deg);
    margin: -15px;
    font-size: 22px;
}
.profile {
    position: relative;
    color: #938f90;
    padding: 10px 20px;
    border-radius: 0 40px 0 0;
    text-align: justify;
    font-size: 1rem;
}
.profile h3 {
    color: #385a67;
    font-size: 18px;
    font-weight: 700;
    margin-right: 50px;
}
.profile .icofont-bag-alt {
    font-size: 2rem;
    padding-left: 5px;
    color: #385a67;
}
.btn-more-profile {
    position: absolute;
    left: 60px;
    top:10px;
    background: #e7eff2;
    padding: 10px 30px;
    border-radius: 8px;
    font-size: 14px;
    -webkit-transform: scale(0.97);
    transform: scale(0.97);
    box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.3);
    color: #385a67;
}
.btn-more-profile:hover {
    background: #c1d6dd;
    box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.5);
    color: #385a67;
}
.card-profile {
    width: 100%;
    height: auto;
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    background-color: #fff;
    margin: 10% -13%;
    display: flex;
    position: relative;
}
.img-profile {
    position: relative;
}
.img-profile img {
    position: relative;
    width: 450px;
    height: 300px;
    display: flex;
    right: 0;
    border-radius: 0 20px 20px 0;
    float: right;
}
#slider-profile .owl-nav {
    position: absolute;
    display: block;
    margin-top: 50px;
    width: 70px;
    text-align: center;
    top: -10px;
    right: -100px;
}
#slider-profile .owl-nav .arrow-left {
    background: #e7eff2;
    height: 120px;
    width: 60px;
    border-radius: 40px 40px 0 0;
    margin-bottom: 1px;
    position: relative;
    transition: all 0.3s;
    -webkit-transform: scale(0.97);
    transform: scale(0.97);
    box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.3);
}
#slider-profile .owl-nav .arrow-left i {
    top: 50%;
    position: absolute;
    left: 0;
    right: 0;
    font-size: 40px;
    color: #467181;
}
#slider-profile .owl-nav .arrow-left:hover {
    background: #c1d6dd;
}
#slider-profile .owl-nav .arrow-right {
    background: #e7eff2;
    height: 120px;
    width: 60px;
    border-radius: 0 0 40px 40px;
    margin-top: 1px;
    position: relative;
    transition: all 0.3s;
    -webkit-transform: scale(0.97);
    transform: scale(0.97);
    box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.3);
}
#slider-profile .owl-nav .arrow-right:hover {
    background: #c1d6dd;
}
#slider-profile .owl-nav .arrow-right i {
    bottom: 50%;
    position: absolute;
    left: 0;
    right: 0;
    font-size: 40px;
    color: #467181;
}
.body-card {
    position: relative;
    display: inline-block;
    writing-mode: vertical-rl;
    text-align: center;
    transform: rotate(180deg);
    width: 26%;
    color: #385a67;
    padding: 10px;
}
.body-card h2 {
    font-size: 22px;
    font-weight: 700;
    position: relative;
    top: 0;
    bottom: 0;
    left: -35px;
}
.body-card p {
    font-size: 16px;
}
.view_site {
    position: relative;
}
.profile .view_site span {
    background: #dcedc8;
    padding: 10px 5px;
    border-radius: 4px;
    font-size: 11px;
    top: 0;
    position: absolute;
    right: 0;
}
.profile .view_site label {
    background: #ffcdd2;
    padding: 10px 5px;
    border-radius: 4px;
    font-size: 11px;
    top: 0;
    position: absolute;
    right: 50px;
}
.date-dev {
    position: relative;
}
.profile .date-dev span {
    background: #f3e5f5;
    padding: 10px 5px;
    border-radius: 4px;
    font-size: 11px;
    bottom: 0;
    position: absolute;
    right: 0;
}
.date-dev .icofont-wall-clock {
    padding-top: 10px;
    font-size: 22px;
}
.profile .icofont-web {
    padding-top: 10px;
    font-size: 22px;
}
.item-profile {
    position: relative;
    margin-top: 40px;
}
.item-profile img {
    width: 100%;
    height: 250px;
}
.snip0013 {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    width: 100%;
    background: #e7eff2 !important;
    text-align: center;
}
.snip0013 img {
    max-width: 100%;
    opacity: 1;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}
.snip0013 > div {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    position: absolute;
}
.snip0013 > div a {
    color: #fff;
}
.snip0013 > div a i {
    font-size: 30px;
    opacity: 0;
    top: 50%;
    position: relative;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    -webkit-transition-delay: 0;
    transition-delay: 0;
    display: inline-block;
    padding: 0 10px;
    color: #467181;
}
.snip0013 > div a i.left-icon {
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}
.snip0013 > div a i.right-icon {
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}
.snip0013 > div::before {
    position: absolute;
    top: 30px;
    right: 50%;
    bottom: 30px;
    left: 50%;
    border-left: 1px solid rgba(255, 255, 255, 0.8);
    border-right: 1px solid rgba(255, 255, 255, 0.8);
    content: "";
    opacity: 0;
    background-color: #fff;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
.snip0013:hover img {
    opacity: 0.35;
}
.snip0013:hover > div i {
    opacity: 0.9;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
.snip0013:hover > div i.left-icon {
    -webkit-transform: translate3d(-25%, -50%, 0);
    transform: translate3d(-25%, -50%, 0);
}
.snip0013:hover > div i.right-icon {
    -webkit-transform: translate3d(25%, -50%, 0);
    transform: translate3d(25%, -50%, 0);
}
.snip0013:hover > div::before {
    background: rgba(255, 255, 255, 0);
    left: 30px;
    right: 30px;
    opacity: 1;
    -webkit-transition-delay: 0;
    transition-delay: 0;
}
@-webkit-keyframes ripple {
    to {
        -webkit-transform: scale(1.8);
        opacity: 0;
    }
}
@-moz-keyframes ripple {
    to {
        -moz-transform: scale(1.8);
        opacity: 0;
    }
}
@keyframes ripple {
    to {
        -webkit-transform: scale(1.8);
        -moz-transform: scale(1.8);
        -ms-transform: scale(1.8);
        -o-transform: scale(1.8);
        transform: scale(1.8);
        opacity: 0;
    }
}
.main-ctr {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.screen-ctr {
    background: #fff;
    width: 360px;
    height: 500px;
    border: 1px solid #ddd;
    position: relative;
    margin: auto;
    text-align: center;
    padding: 20px 10px;
    box-sizing: border-box;
}
.screen-ctr .ripple {
    position: absolute;
    right: 10px;
    bottom: 10px;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-animation: 1.5s ripple ease infinite;
    -moz-animation: 1.5s ripple ease infinite;
    animation: 1.5s ripple ease infinite;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid #4285f4;
    box-sizing: border-box;
}
.screen-ctr .ripple.off {
    opacity: 0;
}
.screen-ctr .par-ctr {
    margin-bottom: 30px;
}
.screen-ctr .par {
    background: #eee;
    width: 100%;
    height: 20px;
    margin-bottom: 10px;
}
.screen-ctr .par.half {
    width: 50%;
}
.screen-ctr .img {
    width: 100%;
    height: 200px;
    background: #eee;
    margin-bottom: 30px;
}
.screen-ctr .img:last-child {
    margin-bottom: 0;
}
.screen-ctr .nav-social {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 80px;
}
.screen-ctr .nav-social.active {
    overflow: hidden;
}
.screen-ctr .fab-ctr {
    z-index: 9;
    width: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0) translateX(0) translateY(0);
    -moz-transform: rotate(0) translateX(0) translateY(0);
    -ms-transform: rotate(0) translateX(0) translateY(0);
    -o-transform: rotate(0) translateX(0) translateY(0);
    transform: rotate(0) translateX(0) translateY(0);
    padding: 10px;
    will-change: transform;
    transition: 0.25s all ease-in-out;
}
.screen-ctr .fab-ctr.active {
    -webkit-transform: rotate(-45deg) translateX(-142.5px) translateY(7px);
    -moz-transform: rotate(-45deg) translateX(-142.5px) translateY(7px);
    -ms-transform: rotate(-45deg) translateX(-142.5px) translateY(7px);
    -o-transform: rotate(-45deg) translateX(-142.5px) translateY(7px);
    transform: rotate(-45deg) translateX(-142.5px) translateY(7px);
}
.screen-ctr .fab-ctr.active .fab {
    color: transparent;
    box-shadow: none;
}
.screen-ctr .fab {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #4285f4;
    float: right;
    will-change: transform;
    transition: 0.25s all ease-in-out;
    cursor: pointer;
    z-index: 999;
    color: #fff;
    line-height: 60px;
    font-size: 20px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.35);
}
.screen-ctr .fab:hover {
    background: #5a95f5;
}
.screen-ctr .fab.active {
    -webkit-transform: scale(6.5);
    -moz-transform: scale(6.5);
    -ms-transform: scale(6.5);
    -o-transform: scale(6.5);
    transform: scale(6.5);
    transition: 0.25s all ease-in-out;
    pointer-events: none;
}
.screen-ctr .links {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    pointer-events: none;
    opacity: 0;
    transition: 0.3s all ease;
    color: #fff;
}
.screen-ctr .links.active {
    pointer-events: auto;
    opacity: 1;
}
.screen-ctr .links li {
    width: 25%;
    height: 80px;
    float: left;
    background: transparent;
    text-align: center;
    line-height: 80px;
    font-size: 26px;
}
.screen-ctr .links li.close {
    cursor: pointer;
}
.social-icon-app {
    width: 100%;
    position: relative;
    float: right;
    text-align: center;
    margin: auto;
    top: 25%;
    font-size: 25px;
    color: #467181;
}
.social-icon-app a {
    color: #467181;
}
#app {
    width: 100%;
    display: none;
    position: fixed;
    bottom: 80px;
    z-index: 20;
}
#app nav {
    position: relative;
    width: 90%;
    height: 50px;
}
#app nav .action .btn.share {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #689aad;
    outline: none;
    border: none;
    cursor: pointer;
    z-index: 2;
    color: #fff;
}
#app nav .action .btn.share::before,
#app nav .action .btn.share::after {
    position: absolute;
    content: "";
    width: 80%;
    height: 80%;
    background: rgba(255, 255, 255, 0.35);
    top: 5px;
    left: 5px;
    border-radius: 50%;
    transform: scale(2);
    opacity: 0;
    transition: all 200ms cubic-bezier(0.32, 0.4, 0.55, 1.27);
    pointer-events: none;
}
#app nav .action .btn.share::after {
    transition: all 450ms cubic-bezier(0.32, 0.4, 0.55, 1.27);
}
#app nav .action .btn.share:active::before,
#app nav .action .btn.share:active::after {
    transform: scale(0.95);
    opacity: 0.85;
}
#app nav .action .actions {
    position: absolute;
    right: 25px;
    top: 25px;
    height: 50px;
    width: 50px;
    background: #e7eff2;
    border-radius: 50px;
    z-index: 1;
    transition: all 200ms cubic-bezier(0.175, 0.885, 0.32, 1.175);
    box-shadow: 0 2px 6px rgba(255, 255, 255, 0.35);
    overflow: hidden;
}
#app nav .action .actions.active {
    width: 97%;
}
.social-icon-app-center {
    text-align: center;
    align-items: center;
    margin: auto;
    right: 25px;
    position: relative;
}
.icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    fill: #fff;
    width: 20px;
    height: 20px;
    transition: transform 150ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    z-index: 4;
    pointer-events: none;
    font-size: 22px;
}
.icon.close {
    opacity: 0;
    color: #fff;
}
.btn.share.active .upload.icon {
    opacity: 0;
    color: #fff;
}
.btn.share.active .close.icon {
    opacity: 1;
}
button:active .icon {
    transform: scale(0.8) translate(-58%, -58%);
}
@keyframes scale {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}
.support {
    position: absolute;
    right: 10px;
    bottom: 10px;
    padding: 10px;
    display: flex;
}
.owl-dots {
    bottom: -10px;
    display: flex;
    justify-content: center;
    position: relative;
    width: 100%;
}
.owl-dot {
    background-color: #53879a !important;
    border-radius: 30px;
    height: 1rem;
    margin: 0 5px;
    opacity: 0.2;
    transition: opacity 0.3s;
    width: 1rem;
    transition: opacity 0.2s ease;
    transition: all 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.owl-dot:hover,
.owl-dot.active {
    opacity: 1;
    width: 2rem;
}
@media screen and (max-width: 720px) {
    main {
        height: auto;
    }
    .page-header nav {
        height: 80px;
    }
    .main-body-content {
        padding-top: 45px;
    }
    .right-main-body-content h3 {
        font-size: 18px;
    }
    #accordion .panel-title a {
        font-size: 12px;
    }
    .right-main-body-content {
        font-size: 13px;
        text-align: justify;
    }
}
@media screen and (max-width: 1090px) {
    #app {
        display: block;
    }
    .social-icon {
        display: none;
    }
    main {
        margin-right: 0;
    }
    .logo {
        top: 0;
    }
    .about_us {
        margin: 0;
    }
    .about_us span {
        font-size: 14px;
    }
    .profile span {
        margin-right: 0;
    }
    .profile h2{
       margin-right:0 
    }
    .btn-more-profile {
        left: 0;
    }
}
.footer p {
    text-align: center;
    font-size: 1rem;
    color: #385a67;
    position: relative;
    padding: 10px 0 0;
}
.footer p span {
    font-family: monospace;
    font-size: 24px;
    letter-spacing: -3px;
}
.profile-page {
    position: relative;
    padding: 60px 30px 20px;
}
.profile-page span {
    position: relative;
    top: -30px;
    color: #385a67;
    font-size: 18px;
    font-weight: 700;
}
.profile-page .icofont-bag-alt {
    font-size: 2rem;
    padding-left: 5px;
    color: #385a67;
}
.portfolio__project-wrapper {
    padding: 0 10px;
}
.portfolio__project {
    position: relative;
    height: 350px;
    padding: 0;
    background-color: #e7eff2;
    background-clip: padding-box;
    border: 10px solid transparent;
    overflow: hidden;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.portfolio__project__preview {
    position: relative;
    top: 0;
    height: auto;
}
.portfolio__project__preview > img {
    width: 100%;
    height: 350px;
    border-radius: 20px;
}
.portfolio__project__description {
    position: absolute;
    top: 100%;
    width: 100%;
    padding: 1.8em 1.3em;
    text-align: center;
    background: #fff;
}
.portfolio__project__name {
    font-size: 1.1em;
    margin: 0;
    margin-bottom: 1rem;
    color: #385a67;
    font-weight: 700;
}
.portfolio__project__category {
    font-size: 0.9em;
    color: #467181;
    margin-bottom: 0.6em;
}
.portfolio__project__preview,
.portfolio__project__description {
    -webkit-transition: all 600ms ease;
    transition: all 600ms ease;
}
.portfolio__project:hover .portfolio__project__description {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}
.portfolio__project:hover .portfolio__project__preview {
    -webkit-transform: translateY(-2.5em);
    transform: translateY(-2.5em);
}
.date-dev {
    color: #467181;
}
.contact-us {
    position: relative;
    margin-top: 5%;
}
.main-body-content .text-tilte {
    position: relative;
    margin-right: 5px;
    top: -30px;
    color: #385a67;
    font-size: 18px;
    font-weight: 700;
}
.main-body-content .text-tilte i {
    font-size: 2rem;
    padding-left: 5px;
    color: #385a67;
}
.right-main-body-content {
    background-color: #f7fbfb;
    padding: 30px 20px;
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 0 30px 0 0;
}
.right-main-body-content h3 {
    color: #061240;
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
    text-align: right;
}
.right-main-body-content ul {
    position: relative;
    display: block;
    padding-top: 50px;
}
.right-main-body-content ul li {
    position: relative;
    display: block;
    padding-bottom: 20px;
}
.right-main-body-content ul li label {
    color: #7d8193;
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
}
.right-main-body-content ul li label span {
    color: #061240;
    font-size: 14px;
    font-weight: 800;
    line-height: 26px;
    text-align: right;
    padding-right: 20px;
}
.left-main-body-content {
    padding: 30px 20px;
    position: relative;
}
.form-content {
    color: #d6d7da;
    font-size: 12px;
    line-height: 18px;
    text-align: right;
    height: 120px !important;
}
.send-content {
    padding: 15px 120px;
    color: #385a67;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
    border-radius: 4px;
    background-color: #e7eff2;
    box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.3);
    position: relative;
    float: left;
    border: 1px solid transparent;
    margin-top: 20px;
    transition: all 0.3s ease-in-out;
}
.send-content:hover {
    background-color: #fff;
    color: #385a67;
    border-color: #385a67;
}
.pagination {
    display: flex;
    justify-content: center;
    margin: 30px auto 0;
}
.pagination span {
    top: unset;
    margin: unset;
}
.pagination-container {
    padding: 10px 0;
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-color: #fff;
    display: inline-flex;
    position: relative;
    overflow: hidden;
    box-shadow:0 5px 15px -2px rgb(0 0 0 / 10%)
}
.pagination-hover-overlay {
    background-color: #00c1dd;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition-duration: 0.5s;
    left: 60px;
    opacity: 0;
}
.pagination .icon-pagination {
    color: rgba(51, 61, 69, 0.5);
    font-size: 11px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 3;
    background-color: #fff;
}
.pagination-prev {
    margin-right: 15px;
    margin-left: 10px;
}
.pagination-prev .icon-pagination-prev {
    font-size: 30px;
    color: #467181;
}
.pagination-next {
    margin-left: 15px;
    margin-right: 10px;
}
.pagination-next .icon-pagination-next {
    font-size: 30px;
    color: #467181;
}
.pagination-page-number {
    display: flex;
    align-items: center;
    justify-content: center;
    transition-duration: 0.5s;
    position: relative;
}
.pagination-page-number a {
    border-radius: 5px;
    color: #333d45;
    width: 50px;
    height: 50px;
    z-index: 2;
    font-weight: 700;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.7s;
}
.pagination-page-number a:hover {
    background-color: #e7eff2;
}
.pagination-page-number span {
    border-radius: 5px;
    color: #385a67;
    width: 50px;
    height: 50px;
    z-index: 2;
    font-weight: 700;
    font-size: 18px;
    background-color: #e7eff2;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pagination-page-number:hover {
    color: #fff;
}
.pagination-page-number.active {
    color: #fff;
}
@media screen and (max-width: 500px) {
    .profile-page {
        padding: 60px 10px 20px 30px;
    }
    .header-body-content {
        width: 100%;
        left: 0;
    }
    .title-header-body-content {
        padding: 0 30px;
    }
    .title-header-body-content h2 {
        font-size: 30px;
    }
    .title-header-body-content p {
        width: 100%;
    }
    .pagination-page-number a {
        width: 22px;
    }
    .pagination-page-number span {
        width: 30px;
    }
}
.sell .md-input {
    position: relative;
    margin-bottom: 30px;
}
.sell .md-input input {
    font-size: 16px;
    padding: 10px 10px 10px 5px;
    display: block;
    border: none;
    border-bottom: 2px solid #cacaca;
    box-shadow: none;
    width: 100%;
    outline: none;
}
.sell .md-input label {
    color: rgba(0, 0, 0, 0.5);
    font-weight: 400;
    position: absolute;
    pointer-events: none;
    right: 10px;
    top: 10px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    color: #d6d7da;
    font-size: 12px;
    line-height: 18px;
    text-align: right;
}
.sell .md-input .bar:before {
    left: 50%;
}
.sell .md-input .bar:after {
    right: 50%;
}
.sell .md-input .highlight {
    position: absolute;
    height: 60%;
    width: 100px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}
.sell .md-input .md-form-control:focus ~ label,
.md-input .md-form-control:valid ~ label {
    top: -3px;
    font-size: 6px;
    color: #183d5d;
}
.sell .md-input .bar:before,
.md-input .bar:after {
    content: "";
    height: 2px;
    width: 0;
    bottom: 0;
    position: absolute;
    background: #03a9f4;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}
.sell .md-input .md-form-control:focus ~ .bar:before,
.md-input .md-form-control:focus ~ .bar:after {
    width: 50%;
}
.md-input input:active {
    outline: none;
    box-shadow: none;
    color: #48cfad;
    border: none;
}
.captcha_w3 {
    padding-top: 20px;
}
.template_faq {
    background: #edf3fe none repeat scroll 0 0;
}
.panel-group {
    background: #fff none repeat scroll 0 0;
    border-radius: 3px;
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.04);
    margin-bottom: 0;
    padding: 30px;
}
#accordion .panel {
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    margin: 0 0 15px 10px;
}
#accordion .panel-heading {
    border-radius: 30px;
    padding: 0;
}
#accordion .panel-title a {
    background: #467181 none repeat scroll 0 0;
    border: 1px solid transparent;
    border-radius: 30px;
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 600;
    padding: 12px 50px 12px 20px;
    position: relative;
    transition: all 0.3s ease 0;
}
#accordion .panel-title a.collapsed {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    color: #333;
}
#accordion .panel-title a::after,
#accordion .panel-title a.collapsed::after {
    background: #467181 none repeat scroll 0 0;
    border: 1px solid transparent;
    border-radius: 50%;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.58);
    color: #fff;
    content: "\ea99";
    font-family: icofont;
    font-size: 25px;
    height: 55px;
    right: -20px;
    line-height: 55px;
    position: absolute;
    text-align: center;
    top: -5px;
    transition: all 0.3s ease 0;
    width: 55px;
}
#accordion .panel-title a.collapsed::after {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    box-shadow: none;
    color: #333;
    content: "\eaa1";
}
#accordion .panel-body {
    background: transparent none repeat scroll 0 0;
    border-top: medium none;
    padding: 20px 25px 10px 9px;
    position: relative;
}
#accordion .panel-body p {
    border-right: 1px dashed #8c8c8c;
    padding-right: 25px;
    text-align: justify;
}
#dle-content {
    display: contents;
}
@media screen and (max-width: 600px) {
    .animate-border {
        border: 10px solid transparent;
    }
}
