html {
    overflow-x: hidden;
}
.bg-secondary {
    background-color: #ced4df !important;
}

.title-heading .heading {
    font-size: 27px !important;
}

.color-section .flex-1 h4 {
    color: #757b90;
}

.page-next-level .page-next {
    position: relative;
    top: 8px;
}

.section-title .title {
    font-size: 22px !important;
}

.rounded .title {
    font-weight: 500;
}

.box-icon-img {
    display: flex;
    justify-content: center;
}

.z-index {
    z-index: 999999999;
}

.moarefi-ideal .box-t {
    text-align: center;
    margin-top: 45px;
    word-spacing: -3px;
}

.moarefi-ideal {
    margin-top: 3rem;
}
.moarefi-ideal h2 {
    text-align: center;
    font-size: 20px !important;
}
#topnav.nav-sticky {
    -webkit-box-shadow: 0 0 36px rgb(60 72 88 / 41%);
    box-shadow: 0 0 12px rgb(60 72 88 / 44%);
}
#topnav.nav-sticky .navigation-menu > li > a {
    color: #0c142e !important;
}
#topnav.nav-sticky .navigation-menu .has-submenu .menu-arrow {
    border: solid #0f0000;
    border-width: 0 0 2px 2px;
}
#topnav.nav-sticky .text-haeder {
    color: #0c142e;
}
#topnav .navigation-menu > li > a,
#topnav .navigation-menu > li:hover > a {
    color: #fbe000 !important;
}
#topnav .navigation-menu > li:hover > .menu-arrow {
    border-color: #fbe000 !important;
}
#topnav .has-submenu.active.active .menu-arrow {
    border-color: #1d243c !important;
}

.moarefi-ideal .box-header {
    margin-top: 20px;
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: bold;
}

#topnav .logo img {
    height: auto;
    width: 140px;
}

#topnav .navigation-menu > li > a {
    font-size: 14px;
}

.welcome-area {
    min-height: 637px;
    height: auto;
    position: relative;
}

.welcome-area .welcome-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.welcome-area .welcome-bg:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.85;
    background-image: linear-gradient(168deg, #17226e 0%, #080f38 89%);
}
.welcome-area .welcome-bg img {
    position: absolute;
    width: 100%;
    height: auto;
    bottom: -1px;
    left: 0px;
    right: 0px;
    z-index: 5;
}

.text-slider {
    border-bottom: 2px solid white;
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
}

.submenu li:hover {
    background: gainsboro;
}

.box-t {
    display: flex;
    flex-direction: column;
}

.box-page-master {
    background: #00000040;
    border-radius: 7px;
    border: 1px solid #fdfdff70;
}
#topnav .navigation-menu > li > a {
    color: #ffffff !important;
}
#topnav .navigation-menu .has-submenu .menu-arrow {
    border: solid #ffffff;
    border-width: 0 0 2px 2px;
}
.owl-carousel .owl-item img {
    display: block;
    width: 60px;
    height: 60px;
    margin-left: 8px;
}

.carousel-caption button {
    margin-top: 1em;
    border: 0px;
    background: aliceblue;
    color: #36b;
    font-size: 18px;
    font-weight: 300;
    box-shadow: 0px 7px 9px -5px #404040a3;
}
.p-section {
    padding: 0px 0 85px;
}
.style-text-slider {
    color: #fbe000;
}
.text-haeder {
    position: relative;
    top: 14px;
    margin-right: 7px;
    color: white;
    font-size: 11px;
}
.box-text-slider {
    margin-top: 76px;
}
.box-video {
    position: relative;
    top: 136px;
    z-index: 9;
    text-align: center;
}
.box-video video {
    border-radius: 15px;
}
.parallax {
    background-image: url("../images/course/online/cta.jpg");
    min-height: 295px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.team .team-icon {
    position: absolute;
    top: 98px;
}

.team:hover img {
    opacity: unset;
}

.team .card-team {
    transition: all 0.5s;
}

.team .card-team img {
    border: 3px solid #c5c6e8;
}

.p-team {
    padding: 0 12%;
}

.team:hover .card-team {
    /* transform: translateY(-10px); */
}

.title-heading .title-font {
    font-size: 17px !important;
}

.footer {
    padding: 23px 0;
}

.last-element {
    background: white;
    margin: 0;
    padding-left: 150px;
    padding-right: 150px;
}
.background-site {
    background: white;
    margin: 0;
}

.grad-shad {
    box-shadow: 0 0 20px rgb(60 72 88 / 20%);
}
.blog-gradient::before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background-image: linear-gradient(168deg, #17226e 0%, #080f38 89%);
}

.sticky-bar .card-body {
    background: #e3ebf3;
    border-radius: 7px;
}

.p-sticky {
    overflow: unset;
}
.our-team {
    padding: 30px 0 40px;
    margin-bottom: 30px;
    background-color: #ecedf7;
    text-align: center;
    overflow: hidden;
    position: relative;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.our-team .picture {
    display: inline-block;
    height: 130px;
    width: 130px;
    margin-bottom: 50px;
    z-index: 1;
    position: relative;
}

.our-team .picture::before {
    content: "";
    width: 100%;
    height: 0;
    border-radius: 50%;
    background-color: #1369ce;
    position: absolute;
    bottom: 135%;
    right: 0;
    left: 0;
    opacity: 0.9;
    transform: scale(3);
    transition: all 0.3s linear 0s;
}

.our-team:hover .picture::before {
    height: 100%;
}

.our-team .picture::after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 7px;
    background-color: #1369ce;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
}

.our-team .picture img {
    width: 100%;
    height: auto;
    transform: scale(1);
    transition: all 0.9s ease 0s;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
}

.our-team:hover .picture img {
    box-shadow: 0 0 0 6px #f7f5ec;
    transform: scale(0.7);
}

.our-team .title {
    display: block;
    font-size: 15px;
    color: #4e5052;
    text-transform: capitalize;
}

.our-team .social {
    width: 100%;
    padding: 0;
    margin: 0;
    background-color: #b1bbc7;
    position: absolute;
    bottom: -100px;
    left: 0;
    transition: all 0.5s ease 0s;
}

.our-team:hover .social {
    bottom: 0;
}

.our-team .social li {
    display: inline-block;
}

.our-team .social li a {
    display: block;
    padding: 10px;
    font-size: 17px;
    color: white;
    transition: all 0.3s ease 0s;
    text-decoration: none;
}

.our-team .social li a:hover {
    color: #1369ce;
    background-color: #f7f5ec;
}

.our-team .social p {
    margin-top: 10px;
}

.card-team {
    border-radius: 5px;
    box-shadow: 0px 6px 20px -6px #b9b9b9;
}
.bg-overlay {
    background-color: rgb(24 28 84 / 74%);
}
.ckeditor-body img {
    width: 100%;
}
.text-success {
    color: #33ff00 !important;
}

.box-sms .box-img {
    position: absolute;
    top: -46px;
    background: white;
    width: 100px;
    height: 100px;
    margin: auto;
    left: 0;
    right: 0px;
    border-radius: 50px;
    padding: 13px 12px 12px 24px;
    border: 1px solid gainsboro;
}
.box-sms {
    background-color: #f4f5ff;
}
.card-body-box {
    box-shadow: 0 0 3px #3f51b5;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    padding: 0.5rem;
}
.list-unstyled li:hover .uil-check-circle::before {
    transform: scale(1.2);
}
.uil-check-circle:before {
    transition: 0.2s !important;
    -webkit-transition: 0.2s !important;
    -moz-transition: 0.2s !important;
    -ms-transition: 0.2s !important;
    -o-transition: 0.2s !important;
}

.font-support {
    font-size: 14px !important;
}
.page-next-blog {
    position: relative !important;
    top: 4.9rem !important;
}
.page-next-blog nav {
    background: #d1d8f1;
    width: 100%;
}
.img-ckeditor img {
    width: 100% !important;
}
.bg-blog {
    background: #eee;
}
.content-post {
    background: white;
    padding: 16px 16px;
}
.content-post * {
    font-family: IRANSansfanum !important;
}

.wrapper {
    padding-top: 82px;
}
.title-blog {
    padding: 9px 0px 9px;
    font-size: 29px;
    font-weight: bold;
}
.title-blog h2 {
    font-size: 1.5rem !important;
}
.box-blog {
    border: 1px solid #d1c9c9;
    margin-top: 14px;
    border-radius: 5px;
}
.navigation-menu {
    margin-top: -75px !important;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}
.background-img-mobile {
    background-position: right top !important;
}

.ment-tranction {
    margin: 1px !important;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}
.ment-taggle {
    margin-top: -20px !important;
    transition: 1s;
}
.box-screen {
    height: 18rem;
    transition: background-position 3s ease;
    background-position: 0 0;
    background-size: 100% auto;
}
.box-screen:hover {
    background-position: 0 100%;
}
.tapesh {
    width: 200px;
    height: 200px;
    position: relative;
    right: -2.5%;
}
.text-tapesh {
    color: rgba(247, 11, 11, 0.9);
    animation-name: free-learn;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    display: inline-block;
}
.tapesh-r {
    margin-right: -2%;
}
.tapesh-l {
    margin-left: 3%;
}

.avatar-img {
    height: 25px;
}

.bg-img-rotate {
    animation-name: ideal;
    animation-duration: 20s;
    animation-iteration-count: infinite;
    position: absolute;
    right: -27px;
    top: -77px;
    width: 590px;
    height: 580px;
    background-repeat: no-repeat;
}

.courses-desc-hover .title {
    color: rgb(22, 28, 45);
}
.courses-desc-hover:hover .title {
    color: #fff;
}
.upper-box .icon-one {
    -webkit-animation-name: up_down;
    -webkit-animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
}
.upper-box {
    position: relative;
    background: #131944;
    padding: 266px 34px 158px;
    text-align: center;
}
.upper-box div {
    filter: opacity(0.1);
    -webkit-animation-name: rotateme;
    -webkit-animation-duration: 15s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
}

.upper-box .icon-one {
    position: absolute;
    right: 5%;
    bottom: 26%;
    width: 120px;
    height: 120px;
    background-repeat: no-repeat;
}
.upper-box .icon-two {
    position: absolute;
    right: 51%;
    top: 5%;
    width: 99px;
    height: 119px;
    background-repeat: no-repeat;
}
.upper-box .icon-three {
    position: absolute;
    left: 5%;
    bottom: 15%;
    width: 170px;
    height: 170px;
    background-repeat: no-repeat;
}
.margin-top {
    margin-top: -410px;
}

.scrm-main-desc p {
    line-height: 2;
    text-align: justify;
}
p.dot-before:before {
    content: "";
    width: 10px;
    height: 10px;
    background: #f2c319;
    position: absolute;
    border-radius: 50%;
    margin-top: 8px;
    margin-right: -20px;
}
.box-shadow {
    box-shadow: -1px 1px 5px #1d378e;
}

.card-body1 {
    padding: 11px;
}
.text-justify {
    text-align: justify;
}
.scrm-main-desc .avatar.avatar-small {
    height: 79px;
    width: 78px;
}

.line-height-2 {
    line-height: 2;
}
.heading-bottom-line {
    border-bottom: 1px solid #0400ff;
    display: inline-block;
    padding-right: 30px;
    padding-left: 30px;
}
/* Security box page master */
.submit__generated {
    direction: ltr;
}
.submit__generated .submit__input {
    position: relative;
    outline: 0;
    height: 33px;
    width: 33px;
    border-radius: 4px;
    border: 1px solid #42a0dd;
    color: #42a0dd;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    top: -2px;
}
.Security-close::before {
    content: "\F0156";
    font-size: 20px;
    font-weight: bold;
    color: #e74c3c;
}
.Security-check {
    content: "\f12c";
    font-size: 20px;
    font-weight: bold;
    color: #1db709;
}
.submit__generated img {
    border-radius: 7px;
}
.Security-rotate::before {
    content: "\F00E8";
    font-size: 20px;
    color: #929fab;
    font-weight: bold;
}
.Security-rotate:hover {
    transform: rotate(180deg);
    cursor: pointer;
    color: black !important;
}
.Security-rotate {
    transition: 0.5s;
}
.box-captcha {
    background: #eee !important;
    border-radius: 5px !important;
    border: 1px solid #c4d7ea;
}
.invalid {
    border: 1px solid #ea0000 !important;
    color: #dc3545 !important;
}
.progress-bar-crm {
    border-radius: 6px;
    -webkit-animation: animate-positive 3s;
    animation: animate-positive 3s;
    overflow: visible !important;
    background: #0c142e;
}
.progress-box-area {
    border-radius: 10px;
}
.divider {
    width: 70px;
    margin: 0.5rem auto;
    height: 3px !important;
    color: #2f55d4;
    opacity: 1;
}
.sample-title {
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transform: translateY(50px);
    transition: all 1s ease;
}
.courses-desc:hover .sample-title {
    transform: translateY(0);
}
.work-sample {
    overflow: hidden;
    border-radius: 6px;
}
.bg-theme {
    background-color: #131944;
}
.client-testi {
    cursor: auto !important;
}
.client-testi .content:before {
    content: none;
}
.comenter-name {
    font-size: 16px !important;
    margin: 0 0 3px 0;
    font-weight: 400;
}
.comenter-job {
    font-size: 12px !important;
    margin: 0;
    font-weight: 200;
    color: #fff !important;
}
.comment-body {
    font-size: 13px !important;
    font-weight: 200;
    text-align: justify;
    height: 146px;
    overflow: hidden;
}
.comment-body * {
    background: transparent !important;
    color: white !important;
}

.comments-card {
    background-color: #131944;
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 20px 3px;
    border: 2px solid #131944;
    cursor: pointer;
    transition: all 0.5s;
}
.comments-card:hover {
    background-color: #474747;
}

.comments-icons {
    display: flex;
    justify-content: end;
}
.comments-icons i {
    padding: 0 3px;
    cursor: pointer;
    font-size: 18px;
    transition: all 0.5s ease;
}
.comments-icons i:hover {
    color: #fbda22;
    transform: translateY(-5px);
}
.team-pic {
    border-radius: 50%;
    box-shadow: 0 0 15px rgb(60 72 88 / 15%) !important;
}
.team-title {
    font-size: 14px !important;
    margin-bottom: 0.25rem !important;
}
#media-modal {
    padding: 0 !important;
}
body.modal-open {
    padding: 0 !important;
}
.description {
    text-align: justify;
    font-size: 14px;
    font-weight: 300;
}
.video-box {
    border-radius: 7px;
    overflow: hidden;
}
.ico-box {
    padding: 1rem;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #60606180;
    cursor: pointer;
    transition: all 0.1s;
}
.ico-box:hover {
    border: 3px solid #60606180;
}
.border-blog {
    border: 1px solid #ddd;
    padding: 10px;
}
.title-host {
    font-weight: 500;
}
.team-content {
    height: 80px;
    overflow: hidden;
}

@media (max-width: 553px) {
    .title-host {
        font-size: 15px !important;
    }
}
@media (max-width: 767px) {
    .moarefi-ideal {
        margin-top: 10rem;
    }
    .box-video {
        margin-top: -117px;
    }
}

@media (min-width: 600px) {
    .footer-pro {
        position: fixed;
        bottom: 0;
        width: 100%;
    }
    .main-pro {
        z-index: 999;
        position: relative;
    }
}
@media (max-width: 457px) {
    .p-team {
        padding: 0px;
    }
    .btm-crm :last-child {
        margin-left: 67px;
        margin-top: 13px;
    }
    .style-text-slider {
        font-size: 14px !important;
    }
    .title-text-slider {
        font-size: 22px !important;
    }
}
@media (max-width: 349px) {
    .text-haeder {
        display: none;
    }
}

@media (max-width: 470px) {
    .rounded .title {
        font-size: 15px;
    }
    .slider-img {
        width: 16rem;
    }
    .title-blog h2 {
        font-size: 1rem !important;
    }
}
@media (max-width: 814px) {
    .title-blog {
        font-size: 12px;
    }
    .content-post .res-date,
    .img-ckeditor strong,
    p,
    h2,
    li {
        font-size: 11px;
    }
}
@media (max-width: 991px) {
    #topnav .navigation-menu .has-submenu .menu-arrow {
        border: solid #0c142e !important;
        border-width: 0 0 2px 2px !important;
    }
    #topnav .navigation-menu > li > a {
        color: #0c142e !important;
    }
    .text-haeder {
        color: #0c142e;
    }
    .background-img-mobile {
        background-image: url("../images/mobile_menu-1.jpg");
    }
    .has-submenu {
        border-bottom: 1px dashed;
    }
}
@keyframes move-forever {
    0% {
        transform: translate3d(-90px, 0, 0);
    }
    100% {
        transform: translate3d(85px, 0, 0);
    }
}
@keyframes free-learn {
    0% {
        transform: scale(1.1);
    }
    35% {
        transform: scale(1.3);
    }
    40% {
        transform: scale(1.4);
    }
    100% {
    }
}
@keyframes ideal {
    0% {
        transform: rotate(0deg);
        opacity: 1;
    }

    50% {
        transform: rotate(180deg);
    }
    100% {
        transform: rotate(360deg);
        opacity: 1;
    }
}
@keyframes rotateme {
    0% {
        transform: rotate(0deg);
        opacity: 1;
    }
    50% {
        transform: rotate(180deg);
    }
    100% {
        transform: rotate(360deg);
        opacity: 1;
    }
}
@keyframes up_down {
    0% {
        transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
    }
    50% {
        transform: translateY(100px);
        transform: translateY(100px);
        opacity: 1;
    }
    100% {
        transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
    }
}
@keyframes mover {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(5px);
        transform: translateY(10px);
    }
}
@keyframes ripple-white {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(4, 103, 252, 0.1),
            0 0 0 10px rgba(4, 103, 252, 0.1), 0 0 0 20px rgba(4, 103, 252, 0.1);
        box-shadow: 0 0 0 0 rgba(4, 103, 252, 0.1),
            0 0 0 10px rgba(4, 103, 252, 0.1), 0 0 0 20px rgba(4, 103, 252, 0.1);
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(4, 103, 252, 0.1),
            0 0 0 20px rgba(4, 103, 252, 0.1), 0 0 0 30px rgba(4, 103, 252, 0);
        box-shadow: 0 0 0 10px rgba(4, 103, 252, 0.1),
            0 0 0 20px rgba(4, 103, 252, 0.1), 0 0 0 30px rgba(4, 103, 252, 0);
    }
}
