@font-face{
    font-family:Iran Sans Web;
    src:url(../fonts/IRANSans-UltraLight-web.eot);
    src:url(../fonts/IRANSans-UltraLight-web.eot?#iefix) format("eot"),
    url(../fonts/IRANSans-UltraLight-web.woff2) format("woff2"),
    url(../fonts/IRANSans-UltraLight-web.woff) format("woff"),
    url(../fonts/IRANSans-UltraLight-web.ttf) format("ttf");
    font-weight:200
}
@font-face{
    font-family:Iran Sans Web;
    src:url(../fonts/IRANSans-Light-web.eot);
    src:url(../fonts/IRANSans-Light-web.eot?#iefix) format("eot"),
    url(../fonts/IRANSans-Light-web.woff2) format("woff2"),
    url(../fonts/IRANSans-Light-web.woff) format("woff"),
    url(../fonts/IRANSans-Light-web.ttf) format("ttf");
    font-weight:300
}
@font-face{
    font-family:Iran Sans Web;
    src:url(../fonts/IRANSans-web.eot);
    src:url(../fonts/IRANSans-web.eot?#iefix) format("eot"),
    url(../fonts/IRANSans-web.woff2) format("woff2"),
    url(../fonts/IRANSans-web.woff) format("woff"),
    url(../fonts/IRANSans-web.ttf) format("ttf");
    font-weight:400
}
@font-face{
    font-family:Iran Sans Web;
    src:url(../fonts/IRANSans-Medium-web.eot);
    src:url(../fonts/IRANSans-Medium-web.eot?#iefix) format("eot"),
    url(../fonts/IRANSans-Medium-web.woff2) format("woff2"),
    url(../fonts/IRANSans-Medium-web.woff) format("woff"),
    url(../fonts/IRANSans-Medium-web.ttf) format("ttf");
    font-weight:500
}
@font-face{
    font-family:Iran Sans Web;
    src:url(../fonts/IRANSans-Bold-web.eot);
    src:url(../fonts/IRANSans-Bold-web.eot?#iefix) format("eot"),
    url(../fonts/IRANSans-Bold-web.woff2) format("woff2"),
    url(../fonts/IRANSans-Bold-web.woff) format("woff"),
    url(../fonts/IRANSans-Bold-web.ttf) format("ttf");
    font-weight:700
}
/*** General CSS ***/
body {
    line-height: 1.9em;
    color: #333;
}
input.btn.btn-success.mb-2.login {
    color: darkgrey;
}
/*** Header Area ***/
/* Header Top */
#sp-top-bar {
    position: relative;
    background: #fff;
    z-index: 9999;
    color: #000;
}
#sp-top-bar a {
    color: #000;
}

/* Header Menu */
#sp-header {
    top: 0px;
    padding: 0px;
    height: inherit;
    box-shadow: 0 2px 8px rgb(0 0 0 / 8%);
    background-color: #1f425d;
}
#sp-header.header-sticky {
    position: fixed;
    top: 0;
    background: #1f425d;
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
}
body:not(.home) #sp-header {
    background: #1f425d;
    position: static;
}
body:not(.home) #sp-header.header-sticky {
    position: fixed;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a {
    color: #252525;
    font-size: 16px !important;
    font-weight: 400 !important;
    padding: 10px 0;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
    text-transform: uppercase;
    position: relative;
    color: #fff;
}
.sp-megamenu-parent>li.active>a {
    font-weight: 600;
}
.sp-megamenu-parent > li > a:before, .sp-megamenu-parent > li > span:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    margin: 0 auto;
    height: 3px;
    width: 60%;
    opacity: 0;
    display: inline-block;
    background: #F3B007;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.sp-megamenu-parent > li:hover > a:before, .sp-megamenu-parent > li:hover > span:before,
.sp-megamenu-parent > li.active > a:before, .sp-megamenu-parent > li.active > span:before {
    opacity: 1;
}


/* Canvas Menu */
.offcanvas-menu .offcanvas-inner .menu-child > li a {
    padding: 12px 10px !important;
    border-bottom: 1px solid rgba(197, 153, 153, 0.21);
    display: inherit;
}
.offcanvas-menu .offcanvas-inner ul.menu>li>a, .offcanvas-menu .offcanvas-inner ul.menu>li>span {
    font-size: 15px;
    font-weight: 500;
}
.burger-icon>span {
    background-color: #fff;
}
.offcanvas-menu > .align-items-center {
    background: #1f425d;
}
.offcanvas-active .burger-icon>span, #modal-menu-toggler.active .burger-icon>span {
    background-color: #fff;
}

/*** Block Styles ***/
/* Button */
/*.btn {
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 14px 25px;
  color: #fff;
  border-radius: 5px;
  border: 1px solid;
}*/
/*
.btn:hover, .btn-black:hover {
  	background: transparent !important;
}
*/
.btn-black {
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 17px 25px;
    color: #fff;
    border-radius: 5px;
    border: 1px solid #343434;
    background: #343434;
}
/*
.btn:hover {
  	background: transparent !important;
}
*/

/* Services */
.services-colum {
    border-radius: 5px;
}
.services-item .sppb-media-content {
    padding: 0px 30px 30px;
}
.services-item a {
    border: 1px solid #000;
    border-radius: 5px;
    background: transparent;
    font-weight: 600;
    text-align: center;
}
.services-item a:hover {
    color: #fff !important;
}
.services-item img {
    border-radius: 5px 5px 0px 0px;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.services-item:hover img {
    opacity: 0.8;
}
.ser-left, .ser-right {
    float: left;
    width: 50%;
}
.ser-left h4, .ser-right h4 {
    font-size: 45px;
    font-weight: 600;
}
.services .btn {
    font-size: 14px;
    padding: 8px 20px;
}

/* Renta */
.renta .btn, .brochure .btn {
    background: transparent !important;
    color: #222;
    font-weight: 600;
    border: none;
    border-radius: 0;
    border-left: 1px solid;
}
.check-list {
    list-style-type: none;
    padding-left: 10px;
    margin: 0;
}
.check-list li {
    padding-bottom: 10px;
}
.check-list strong {
    display: none;
}
.check-list em {
    padding-right: 10px;
}

/* Price */
.price-item.center {
    padding: 80px 30px;
    margin-top: -115px;
}
.price-item {
    border-radius: 5px;
    box-shadow: 0px 2px 2px 0px rgb(0 0 0 / 20%);
    background: #fff;
    margin: -83px 10px 20px 10px;
    padding: 50px 30px 50px 30px;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.price-item:hover {
    margin: -75px 10px 20px 10px;
}
.price-item h2 {
    color: #4C4C4C;
    font-size: 45px;
    font-weight: 900;
    line-height: 35px;
}
.price-item h2 span {
    font-size: 18px;
    font-weight: 600;
}
.price-item h3 {
    color: #4C4C4C;
    font-size: 30px;
    font-weight: 900;
    margin: 20px 0 30px;
}
.price-item a.btn {
    padding: 8px 20px;
    margin-top: 30px;
}
.price-item .check-list li {
    border-bottom: 1px solid #ddd;
    padding: 13px 0;
}
.price-item .check-list li:last-child {
    border-bottom: none;
}
.price-item .check-list em {
    font-size: 13px;
}

/* Images */
.images .sppb-col-md-3 {
    border-right: 1px solid #D2D2D2;
}
.images .sppb-col-md-3:last-child {
    border-right: none;
}
.images img {
    max-width: 200px
}

/* Hiring */
.hiring-item .btn {
    background: transparent !important;
    color: #222;
    font-weight: 600;
    border: none;
    border-radius: 0;
    border-left: 1px solid;
    margin-top: 30px;
}

/* Video */
.btn-video {
    font-size: 17px;
    font-weight: 600;
}
.btn-video strong {
    display: none;
}
.btn-video em {
    color: #fff;
    padding-left: 10px;
    font-size: 28px;
    position: relative;
    top: 4px;
}

/* Skill */
.skills,
.skills .skill,
.skills .skill .skill-title,
.skills .skill .skill-bar {
    width: 100%;
    float: left;
}
.skills {
    padding:15px;
}
.skills .skill {
    margin-bottom: 30px;
}
.skills .skill .skill-title {
    color: #fff;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
}
.skills .skill .skill-bar {
    height: 5px;
    border-radius: 3px;
    background: #eaeaea;
    transition: 1s cubic-bezier(1, 0, .5, 1);
    -webkit-transition: 1s cubic-bezier(1, 0, .5, 1);
    -ms-transition: 1s cubic-bezier(1, 0, .5, 1);
}
.skills.active .skill .skill-bar {
    width: 100%;
}
.skills .skill .skill-bar span {
    float: left;
    width: 0%;
    height: 5px;
    border-radius: 3px;
    position: relative;
    transition: 1s cubic-bezier(1, 0, .5, 1);
    -webkit-transition: 1s cubic-bezier(1, 0, .5, 1);
    -ms-transition: 1s cubic-bezier(1, 0, .5, 1);
}
.skills .skill .skill-bar span b {
    float: left;
    width: 100%;
    position: relative;
    text-align: right;
    opacity: 0;
    font-size: 12px;
    color: #fff;
    font-weight: 600;
    top: -22px;
}

/* Counter */
.counter-item h1 {
    font-size: 60px;
    font-weight: 600;
}
.counter-item h5 {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}

/* Partners */
.partners-colum {
    border-right: 1px solid #ccc;
}
.sppb-col-md-3:last-child .partners-colum {
    border-right: none;
}
.partners-colum img {
    max-width: 230px;
}

/* Client */
.client-img {
    border: 1px solid #ccc;
    padding: 50px 30px;
}
.client-img.top {
    border-top: none;
}
.client-img img {
    max-width: 200px
}

/* Menu */
.services-menu ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.services-menu ul li {
    padding: 20px 0;
    border-bottom: 1px solid #000;
}
.services-menu ul li a {
    color: #696969;
    font-weight: 600;
}
.menu-right .clearfix {
    float: left;
    width: 50%;
}
.menu-right .clearfix:first-child {
    width: 100%;
}
.menu-right .skills .skill .skill-bar span b {
    color: #000;
}
.menu-right .skills .skill .skill-title {
    color: #000;
}

/* Brochure */
.brochure-colum {
    border-radius: 10px;
}
.sppb-panel-modern>.sppb-panel-heading {
    padding: 12px 30px 12px 15px;
    background: transparent;
    color: #4b5981;
}
.sppb-panel.sppb-panel-modern {
    border: none;
    border-bottom: 1px solid #e8eff1;
    margin: 0;
    background: transparent;
}
.brochure-right .clearfix:nth-child(3),
.brochure-right .clearfix:nth-child(4) {
    width: 50%;
    float: left;
    padding-right: 10px;
}

/* Blog */
.jmm-item .jmm-image.mod-article-image {
    overflow: hidden;
    margin-bottom: 0;
}
.jmm-text {
    background: #fff;
    padding: 30px 30px 20px;
}
.jmm-image.mod-article-image img {
    transform: scale(1);
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
.jmm-item:hover .jmm-image.mod-article-image img {
    transform: scale(1.12);
    filter: grayscale(100%);
}

/* Contact Info */
.contact-info h3, .contact-info h2 {
    font-size: 25px;
}
button.btn.btn-primary.validate {
    color: #fff !important;
    padding: 13px 20px;
}

/* Bottom */
#sp-bottom .sp-module .sp-module-title {
    text-transform: uppercase;
    font-weight: 400;
    color: #fff;
    font-size: 18px;
}
#sp-bottom1 .shrewd_solution_icon ul li strong {
    display: none;
}
#sp-bottom1 .shrewd_solution_icon {
    padding-top: 20px;
}
#sp-bottom1 .shrewd_solution_icon ul,
#sp-bottom1 .shrewd_solution_icon ul li {
    display: inline-block!important;
    padding: 0px!important;
}
#sp-bottom1 .shrewd_solution_icon ul li a {
    font-size: 16px;
    color: #1f425d;
    background: rgba(250,250,250,.5);
    height: 36px;
    width: 36px;
    line-height: 38px;
    text-align: center;
    margin-right: 10px;
    -webkit-transition: .5s;
    transition: .5s;
    display: inline-block;
}
#sp-bottom1 .shrewd_solution_icon ul li a:hover {
    background: #1f425d;
    color:#fff!important;
}
#sp-bottom2 ul li {
    list-style: none;
    line-height: 35px;
    position: relative;
}
#sp-bottom2 ul li a {
}
#sp-bottom4 .mkdf-btn-text {
    position: relative;
}
/*#sp-bottom4 a {
    border: 1px solid #4ab9cf;
    margin-top: 20px;
    display: inline-block;
    padding: 10px 20px;
    color: #fff !important;
    background: #4ab9cf;
    font-weight: 500;
    text-transform: uppercase;
    -webkit-transition: .5s;
    transition: .5s;
}*/
#sp-bottom4 a:hover {
    background: #29879a;
    border-color: #4ab9cf;
}

/* Footer Copyright */
#sp-footer {
    display: inline-block;
    width: 100%;
}
#sp-footer .container-inner {
    border-top: none;
}
#sp-footer1 span.sp-copyright > div {
    text-align: center !important;
}

/*** Responsive Layout ***/
/* Tablet Landscape Layout */
@media (min-width: 1400px) {
    .sppb-row-container {
        max-width: 1320px;
    }
}

/* Mobile Standard Layout */
@media (max-width: 768px) {
    #sp-header, #sp-header .logo {
        height: 70px;
    }
    #sp-footer p {
        text-align: center;
    }
    body #sp-header {
        padding: 0;
    }
    #sp-header {
        top: 0px;
    }
}

/* Mobile Small Resolution */
@media (max-width: 480px) {
    .jm-category-module.default .jmm-rows.rows-3 > div > .jmm-item {
        width: 98%;
    }
}

/* General color defination
Color value depend on preset color that picking on template settings > Presets
*/
/*
:root {
  --background-color: currentColor;
  --background: currentColor;
  --text-color: currentColor;
}
.page-item.active .page-link, .sp-simpleportfolio .sp-simpleportfolio-filter > ul > li.active > a,
.slider-item .sppb-btn-success, .sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-info:hover,
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-overlay,
.btn, .services-item a:hover, .skills .skill .skill-bar span {
 	background-color: var(--background-color) !important;
}
.article-list .article .readmore a:hover, .article-list .article .readmore a:active, .article-list .article .article-header h2 a:hover,
#sp-footer a, .btn:hover, .btn-black:hover, .services-item a, .title h3, .check-list em, .contact-icon i, .hiring-item .btn,
.hiring-item i, .counter-item h1, .services-menu ul a.active, .brochure-right .sppb-panel-title, button.btn.btn-primary.validate:hover {
  	color: var(--text-color) !important; 
}
.btn, .btn-black:hover, .services-item a, .divider-bd {
  	border-color: var(--text-color) !important;
}
*/
body {
    font-family: "Iran Sans Web" !important;
    font-weight: 400;
}
img.img-fluid.w-100 {
    width: 47% !important;
    border-radius: 20px !important;
    margin: 20px;
}
.row.g-0 {
    direction: ltr;
}
h3.dp-page-title {
    font-size: 22px;
}
.card-body {
    margin: 20px 0 20px;
}
/*.course-col.col {
    width: 20%;
}
.h-100 {
    height: 63% !important;
}*/
p.card-text.mb-3 {
    color: #000;
    font-weight: bold;
}
p.card-text {
    font-weight: bold;
}
.card {
    border-radius: 1.25rem;
}
.card-img, .card-img-top {
    border-radius: 1.25rem;
}
.card-footer:last-child {
    border-radius: 0 0 calc(1.25rem - 1px) calc(1.25rem - 1px);
}
#sp-bottom a {
    color: #ffff00 !important;
}
p.social {
    display: flex;
}
p.social a {
    width: 20%;
    padding: 0.5em;
    flex-wrap: nowrap;
}
p.social a img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all 0.5s;
    display: inline;
}
p.social a:hover img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}
.namad {
    display: flex;
}

.me-1{
    margin-right: unset !important;
    margin-left: .25rem !important;
}
.dp-top-left{
    display: inline-flex;
    align-items: center;
}
.notice-header {
    text-align: center;
}
#dp-notice-container{background: transparent;position: relative;}
#dp-notice-container .dropdown-toggle{background: transparent;border: none;position: relative;}
#dp-notice-container .dropdown-toggle::after{display:none;}
#dp-notice-container .dropdown-toggle i{color: #ff0;}
#dp-notice-container .dropdown-toggle span{
    position: absolute;
    right: 0px;
    top: -5px;
    background: #ff0;
    color: #1f425d;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
#dp-notice-container .dropdown-menu{
    width: 300px;
    min-height: 250px;
}
#dp-notice-container .dropdown-menu .dropdown-item{
    width:100%;
    position: relative;
    font-size: 10px;
    color: #1f425d;
    overflow: clip;
    width: 100%;
    margin: 5px auto;
    padding: 5px 5px;
    display: flex;
    flex-direction: column;
}
#dp-notice-container .dropdown-menu .dropdown-item:hover{background: #1f425d;color: #fff;}
.notice-link-head{
    width:100%;
    display: inline-flex;
    justify-content: space-between;
    align-items: flex-start;
    word-wrap: break-word;
    margin-bottom: 5px;
}
.notice-link.no-read{opacity: 1;}
.notice-link.read-it{opacity: 0.5;}
.notice-icon{}
.notice-date{}
.notice-date .fa {
    margin-left: 5px;
}
.notice-text{}
.notice-count{}

.dp-notice-loading{
    position: absolute;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    align-content: center;
    justify-content: center;
    z-index: 1060;
    background: #000;
    opacity: 0.5;
    top: 0;
    right: 0;
}
.dp-notice-loading.hide{ display: none;}

.reset-confirmhome {
    direction: rtl;
}

.control-group {
    direction: rtl;
}

.form-horizontal .control-label {
    float: right;
    width: auto;
    padding-top: 5px;
    padding-right: 5px;
    text-align: right;
}

.form-horizontal .controls {
    margin-right: 220px;
    margin-left: 0!important;
}