@import url('https://cdn-uicons.flaticon.com/uicons-regular-rounded/css/uicons-regular-rounded.css'); @font-face {
    font-family: "IRANSans";
    src: url("../Fonts/IRANSansWeb(FaNum).eot");
    /* IE9 Compat Modes */
    src: url("../Fonts/IRANSansWeb(FaNum).eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ url("../Fonts/IRANSansWeb(FaNum).ttf") format("truetype"), /* Safari, Android, iOS */ url("../Fonts/IRANSansWeb(FaNum).woff") format("woff"), /* Modern Browsers */ url("../Fonts/IRANSansWeb(FaNum).woff2") format("woff2");
    /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
}
h1 {
    cursor: move;
}
p {
    cursor: text;
}
@font-face {
    font-family: "IRANSans_Light";
    src: url("../Fonts/IRANSansWeb(FaNum)_Light.eot");
    /* IE9 Compat Modes */
    src: url("../Fonts/IRANSansWeb(FaNum)_Light.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ url("../Fonts/IRANSansWeb(FaNum)_Light.ttf") format("truetype"), /* Safari, Android, iOS */ url("../Fonts/IRANSansWeb(FaNum)_Light.woff") format("woff"), /* Modern Browsers */ url("../Fonts/IRANSansWeb(FaNum)_Light.woff2") format("woff2");
    /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "IRANSans_Medium";
    src: url("../Fonts/IRANSansWeb(FaNum)_Medium.eot");
    /* IE9 Compat Modes */
    src: url("../Fonts/IRANSansWeb(FaNum)_Medium.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ url("../Fonts/IRANSansWeb(FaNum)_Medium.ttf") format("truetype"), /* Safari, Android, iOS */ url("../Fonts/IRANSansWeb(FaNum)_Medium.woff") format("woff"), /* Modern Browsers */ url("../Fonts/IRANSansWeb(FaNum)_Medium.woff2") format("woff2");
    /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "IRANSans_Bold";
    src: url("../Fonts/IRANSansWeb(FaNum)_Bold.eot");
    /* IE9 Compat Modes */
    src: url("../Fonts/IRANSansWeb(FaNum)_Bold.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ url("../Fonts/IRANSansWeb(FaNum)_Bold.ttf") format("truetype"), /* Safari, Android, iOS */ url("../Fonts/IRANSansWeb(FaNum)_Bold.woff") format("woff"), /* Modern Browsers */ url("../Fonts/IRANSansWeb(FaNum)_Bold.woff2") format("woff2");
    /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
}

article, aside, details, figcaption, figure, footer, header, nav, section, summary {
    display: block;
    margin: 0;
    padding: 0;
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: 0;
    box-sizing: border-box;
}

img {
    border: none;
    text-decoration: none;
    outline: none;
    max-width: 100%;
    height: auto;
}

input:focus, select:focus, textarea:focus, button:focus {
    outline: none;
}

img[class*="align"] {
    height: auto;
    max-width: 100%;
}

img.size-full, img.size-large, img.header-image {
    max-width: 100%;
    height: auto;
    display: block;
}

.aligncenter, div.aligncenter {
    display: block !important;
    margin-left: auto !important;
    margin-right: auto;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 24px;
}

nav, ul, ol li, li {
    list-style: none;
    margin: 0;
    padding: 0;
}

i {
    font-style: normal;
}

a {
    color: #ffffff;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    font-family: IRANSans_Bold;
    font-size: 1.6rem;
    line-height: 1.6;
    margin-top: 10px;
    color: #ffffff;
}
h7{
    font-family: IRANSans_Bold;
    font-size: 1rem;
    line-height: 1.6;
    margin-top: 10px;
    color: #000;
}
.clear, .clearfix {
    clear: both;
}

.clear:after, .clear:before, .clearfix:after, .clearfix:before {
    content: '';
    display: block;
    clear: both;
}

.radius10 {
    border-radius: 10px;
}

.radius15 {
    border-radius: 5px;
}

.radius20 {
    border-radius: 20px;
}

.radius25 {
    border-radius: 55px;
}

.IRANSans {
    font-family: IRANSans;
}

.IRANSans_Light {
    font-family: IRANSans_Light;
}

.IRANSans_Medium {
    font-family: IRANSans_Medium;
}

.IRANSans_Bold {
    font-family: IRANSans_Bold;
}

body {
    direction: rtl;
    font-size: 14px;
    text-align: justify;
    color: #cee7ea;
    line-height: 30px;
    background-color: #ffffffe3;
    overflow-x: hidden;
    letter-spacing: normal;
    background-image: url(/assets/images/backpatern.png);
    background-repeat: repeat;
    background-size: 2rem;
    background-blend-mode: color;
}

.bg-cudark {
    background-color: #010910;
}

.currentlnk {
    color: #dbad3b !important;
}

#owl-mainslider .owl-prev, #owl-mainslider .owl-next {
    top: 40%;
}

#owl-mainslider .owl-prev, #owl-mainslider .owl-next {
    position: absolute;
    font-size: 27px;
    background-color: transparent;
    color: #fff;
    font-family: 'Font Awesome 5 Pro';
    margin: 0 50px;
}

#owl-mainslider .owl-next {
    right: -1rem;
}

#owl-mainslider .owl-prev {
    left: -1rem;
}

#owl-mainslider .owl-prev:after {
    font-family: 'Font Awesome 5 Pro';
    content: "\f053";
    font-size: 27px;
    font-style: normal;
}

#owl-mainslider .owl-next:before {
    font-family: 'Font Awesome 5 Pro';
    content: "\f054";
    font-size: 27px;
    font-style: normal;
}

.box {
    -ms-box-shadow: 0px 5px 10px 3px rgba(154, 161, 171, 0.25);
    -moz-box-shadow: 0px 5px 10px 3px rgba(154, 161, 171, 0.25);
    -webkit-box-shadow: 0px 5px 10px 3px rgba(154, 161, 171, 0.25);
    box-shadow: 0px 5px 10px 3px rgba(154, 161, 171, 0.25);
    background-color: #fff;
    position: relative;
}

h3.title {
    font-size: 1.75rem;
}

h3.bt-center::after {
    content: '';
    width: 80px;
    height: 4px;
    background-color: #00dcb4;
    display: block;
    margin-top: 0.2em !important;
    margin: 0 auto;
    margin-top: 0px;
}

.Service h2 {
    color: #000;
    font-size: 1rem;
}

.line_bottom {
    width: 60px;
    height: 4px;
    background: #ff8d6a;
    display: block;
    margin-bottom: 10px;
}

.Service .d-flex {
    -webkit-box-shadow: 0px 30px 50px 0px rgba(31, 45, 48, 0.1);
    box-shadow: 0px 30px 50px 0px rgba(31, 45, 48, 0.1);
}

.breadcrumb_content {
    color: #fff;
    font-size: 14px;
}

.breadcrumb_content ul li {
    display: inline-block !important;
}

.breadcrumb_content ul li a {
    color: #fff;
}

.breadcrumb_content ul li a::after {
    display: inline-block;
    font-size: 12px;
    line-height: 15px;
    vertical-align: middle;
    margin: 10px;
}

footer {
    color: #dddddd;
    font-family: IRANSans;
    width: 100%;
    background-color: #06202f;
    padding: 30px 0 0 0;
    background-image: url(../images/footer-bg1-min.png);
    background-position: bottom center;
    background-blend-mode: multiply;
    background-size: 0.3rem;
}

footer ul li {
    margin-bottom: 0.3rem;
}

footer h3 {
    color: #efefef;
    font-size: 16px;
    font-family: IRANSans_Medium;
    margin-bottom: 10px;
    text-align: center;
}

footer h3::after {
    /* content: ""; */
    width: 18px;
    height: 3px;
    background: #71787f;
    margin-right: 16px;
    display: inline-block;
}

footer p {
    font-size: 13px;
    line-height: 24px;
    color: #babcbd;
    text-align: center;
}

footer a {
    color: #babcbd;
    font-size: 13px;
}

footer a i {
    color: #2ee5c4;
}

footer .address i {
    font-size: 17px;
    color: #2ee5c4;
}

footer a:hover {
    text-decoration: none;
    color: #00c9ff;
}

footer .fa-2x {
    font-size: 1.3em;
}

footer .flink li a::before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #2ee5c4;
    border-radius: 100%;
    display: inline-block;
    margin-left: 8px;
}

.newsletter input[type="text"] {
    width: 100%;
    background: #fff;
    color: #333;
    border: none;
    padding: 6px 20px;
    border-radius: 50px;
    margin-top: 12px;
}

.newsletter .submit_btn {
    background: transparent;
    position: absolute;
    left: 20px;
    border: 0;
    top: 6px;
    font-size: 20px;
    color: #0c215b;
    cursor: pointer !important;
    padding: 10px;
}

.p_relative {
    position: relative;
}

ul.fo_social li {
    display: inline;
}

footer .copyright {
    font-size: 13px;
    color: #babcbd;
    padding: 10px;
    text-align: center;
}

footer .copyright a {
    color: #2ee5c4 !important;
}

.about_area {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 5;
    height: 450px;
    /*opacity:0.5*/
}

#owl-toparticle {
    z-index: 6;
}

@media (max-width: 1024px) {
    .mobnav {
        border-radius: 0 !important;
    }
}

@media (max-width: 991px) {
    .wapp {
        max-height: 250px;
    }
}

.bkg .bg-package {
    height: 280px !important;
}

.bg-package {
    background-image: url("../Img/packageBg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.boxcontent {
    position: relative;
    top: -130px;
    z-index: 20;
}

.hot-posts .grid figure {
    height: 250px !important;
}

.hot-posts h2 {
    font-family: IRANSans_Bold;
    font-size: 1rem;
}

.popup-gallery .effect-ruby img {
    min-height: 233px;
}

.owl-decoproject h3, .owl-outproject h3 {
    font-size: 0.9rem !important;
    font-family: IRANSans_Medium !important;
    line-height: 1.7;
}

.Dottedstocol {
    width: 20px;
    height: 60px;
    background-image: radial-gradient(#322f2f 1px,transparent 1px);
    -webkit-background-size: 20px 20px;
    background-size: 10px 10px;
    border-radius: 0px;
}

.bg-midblue .Dottedstocol {
    background-image: radial-gradient(#fff 1px,transparent 1px);
}

.singletitle span {
    font-family: IRANSans_Medium;
    padding: 0.1rem 0.7rem;
    color: #fff;
    display: block;
    margin-left: -1px;
    line-height: 1.25;
    background: #00799c;
    font-size: 0.7rem;
    border-left: 3px dashed #004050;
    border-right: 3px dashed #004050;
    border-top: 3px dashed #004050;
    border-bottom: 3px dashed #004050;
    border-radius: 3px;
}

.singletitle h1, .info_doc h1, .bio h1 {
    font-family: IRANSans_Bold;
    font-size: 1rem;
    line-height: 1.6;
    margin-top: 10px;
    color: #002239;
}

.btn-outline-primary {
}

.btn-outline-primary:hover {
    color: #000000 !important;
    font-size: 13px;
    border-radius: 5px;
    background: #ad0047;
    border-left: 3px dashed #48000e;
    border-right: 3px dashed #48000e;
    border-top: 3px dashed #48000e;
    border-bottom: 3px dashed #48000e;
}

.btn-primary {
    border-radius: 5px;
    padding: 0 10px;
    background: #ad0047;
    border-left: 2px dashed #ffffff;
    border-right: 2px dashed #ffffff;
    border-top: 2px dashed #ffffff;
    border-bottom: 2px dashed #ffffff;
}

.btn-primary:hover {
    border-radius: 5px;
    padding: 0 10px;
    background: #004e6e;
    color: #ebebeb;
    border-left: 2px dashed #ffffff;
    border-right: 2px dashed #ffffff;
    border-top: 2px dashed #ffffff;
    border-bottom: 2px dashed #ffffff;
}

.btn-primary1 {
    color: #ffffff !important;
    font-size: 13px;
    border-radius: 5px;
    background: #002737;
    border-left: 3px dashed #007cc1;
    border-right: 3px dashed #007cc1;
    border-top: 3px dashed #007cc1;
    border-bottom: 3px dashed #007cc1;
}

.btn-primary1:hover {
    color: #000000 !important;
    font-size: 13px;
    border-radius: 5px;
    background: #ad0047;
    border-left: 3px dashed #48000e;
    border-right: 3px dashed #48000e;
    border-top: 3px dashed #48000e;
    border-bottom: 3px dashed #48000e;
}

.demo2 #owl-mainslider img {
    width: 100%;
    /* height: auto; */
    object-fit: cover;
    margin-top: 0rem;
}

@media (max-width: 768px) {
    #owl-mainslider .owl-prev, #owl-mainslider .owl-next {
        top: 35%;
    }

    #owl-mainslide img {
        min-height: 320px !important;
        object-fit: cover;
        width: 100%;
    }

    .wide_header .menu_wrapper {
        margin: 0 !important;
    }
}

@media (max-width: 576px) {
    .banner_area {
        padding: 120px 0px 40px;
    }
}

@media (max-width: 480px) {
    #cstm_collapsible {
        font-size: 12px;
    }
}

.contact-block i {
    font-size: 14px;
    background-color: #d1f1ea ;
    color: #073b3d ;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    text-align: center;
}

.contact-shape img {
    position: absolute;
}

.contact-block h4, .social h4 {
    font-size: 0.85rem;
    font-family: IRANSans_Medium;
    color: #06453b;
}

.contact-block p {
    font-size: 13px;
}

.social i {
    font-size: 17px;
    border-radius: 5px;
}

#owl-blog.demo3 a {
    color: #fff !important;
}

.blog_style:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    cursor: pointer;
    -ms-box-shadow: 0px 0px 20px 6px rgba(154, 161, 171, 0.35);
    -moz-box-shadow: 0px 0px 20px 6px rgba(154, 161, 171, 0.35);
    -webkit-box-shadow: 0px 0px 20px 6px rgba(154, 161, 171, 0.35);
    box-shadow: 0px 0px 20px 6px rgba(154, 161, 171, 0.35);
}

.blog_style:hover h2 a {
    color: #224664;
}

.blog_style {
    -webkit-transition: .4s;
    transition: .4s;
    -ms-box-shadow: 0px 0px 15px 6px rgba(154, 161, 171, 0.15);
    -moz-box-shadow: 0px 0px 15px 6px rgba(154, 161, 171, 0.15);
    -webkit-box-shadow: 0px 0px 15px 6px rgba(154, 161, 171, 0.15);
    box-shadow: 0px 0px 15px 6px rgba(154, 161, 171, 0.15);
    border-radius: 15px;
}

.blog_style .card-body {
    padding: 1.3rem !important;
}

.blog_style .card-body h2 {
    margin-bottom: 10px;
    /*font-family:IRANSans_Medium*/
}

.blog_style .card-body span a {
    background-color: #fdb900;
    padding: 2px 10px;
    border-radius: 15px;
    font-size: 11px;
}

.comment img {
    width: 33px;
    height: 33px;
}

.comment_doc .bg-secondary {
    background-color: #ebebeb !important;
}

.title_blog {
    font-size: 19px;
}

ul.list-unstyled li {
    margin-right: 10px;
    margin-bottom: 8px;
    padding-right: 8px;
}

.thumb-post img {
    max-width: 110px;
    margin-bottom: 15px;
    border-radius: 5px;
    object-fit: cover;
}

.thumb-post p {
    line-height: 2;
    font-size: 12px;
    font-family: IRANSans_Medium;
}

.pcolor ul li {
    display: inline-block;
    padding: 3px 10px;
    margin: 4px;
    background-color: #f4f4f4;
    border-radius: 15px;
    font-size: 12px !important;
}

.pcolor ul li:hover {
    background-color: #cddce7;
}

.footwave {
    margin: -80px 0;
}

.b-detay span {
    font-size: 0.75rem;
}

.maincati h1 {
    font-size: 1.2rem !important;
    color: #3c415e !important;
}

.C_service h1 {
    font-size: 1.3rem !important;
    color: #3c415e !important;
}

.maincati img {
    width: 47px;
    height: 47px;
}

.maincati h2 {
    font-size: 0.85rem !important;
    margin-top: 10px;
    color: #000;
}

.tophead, .tophead a {
    font-size: 13px;
}

.card {
    border: none;
    padding: 1rem 0 0 1rem;
    border-left: 2px dashed #ff006e;
    border-right: 2px dashed #ff006e;
    border-bottom: 2px dashed #ff006e;
    border-top: 2px dashed #ff006e;
    background: #041a2a;
    background-image: url(/assets/images/backpatern1.png);
    background-repeat: repeat;
    background-size: 0.2rem;
    background-color: #031522f5;
    background-blend-mode: color;
}

.sbox1 {
    background-color: #fff;
    -webkit-transition: .4s;
    transition: .4s;
    -ms-box-shadow: 0px 0px 20px 6px rgba(154, 161, 171, 0.18);
    -moz-box-shadow: 0px 0px 20px 6px rgba(154, 161, 171, 0.18);
    -webkit-box-shadow: 0px 0px 20px 6px rgba(154, 161, 171, 0.18);
    box-shadow: 0px 0px 20px 6px rgba(154, 161, 171, 0.18);
    height: 23rem;
}

.sbox {
    background-color: #fff;
    -webkit-transition: .4s;
    transition: .4s;
    -ms-box-shadow: 0px 0px 20px 6px rgba(154, 161, 171, 0.18);
    -moz-box-shadow: 0px 0px 20px 6px rgba(154, 161, 171, 0.18);
    -webkit-box-shadow: 0px 0px 20px 6px rgba(154, 161, 171, 0.18);
    box-shadow: 0px 0px 20px 6px rgba(154, 161, 171, 0.18);
}

.sbox3 {
    background-color: #fff;
    -webkit-transition: .4s;
    transition: .4s;
    -ms-box-shadow: 0px 0px 20px 6px rgba(154, 161, 171, 0.18);
    -moz-box-shadow: 0px 0px 20px 6px rgba(154, 161, 171, 0.18);
    -webkit-box-shadow: 0px 0px 20px 6px rgba(154, 161, 171, 0.18);
    box-shadow: 0px 0px 20px 6px rgba(154, 161, 171, 0.18);
}

.sbox3:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    -ms-box-shadow: 0px 0px 20px 6px rgba(154, 161, 171, 0.18);
    -moz-box-shadow: 0px 0px 20px 6px rgba(154, 161, 171, 0.18);
    -webkit-box-shadow: 0px 0px 20px 6px rgba(154, 161, 171, 0.18);
    box-shadow: 0px 0px 20px 6px rgba(154, 161, 171, 0.18);
    color: #fff !important;
}

.sbox3:hover {
    background: linear-gradient(240deg,#ad0047,#370026) !important;
}

.whbox h2 {
    font-size: 1.05rem;
    margin-bottom: 5px;
}

.portfolio-info {
}

.metraj span {
    background-color: #fdb900;
    padding: 0px 10px;
    border-radius: 15px;
    font-size: 11px;
}

.portfolio-info i {
    color: #02a788;
    padding: 10px;
}

.w-800 {
    width: 800px;
    height: auto;
}

.demotitle img {
    width: 280px;
    border-bottom-right-radius: 105px;
    border-bottom-left-radius: 105px;
    padding-right: 55px;
    padding-left: 55px;
}

img.blogimg {
    max-width: 700px;
}

.member img {
    max-width: 500px;
}

.info-member p {
    font-size: 13.5px;
    font-family: IRANSans_Medium;
}

.banner-bui {
    background: url('../Img/other-pic3.jpg') no-repeat scroll 0% 0%;
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner-bui::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .75;
    border-radius: 15px;
}

.banner-bui h1 {
    font-family: IRANSans_Bold;
    font-size: 25px;
}

.stats {
    font-family: IRANSans_Medium;
    font-size: 35px;
    font-weight: 700;
}

.stats .fal {
    font-size: 28px;
    font-weight: bold;
    margin-top: 22px;
    margin-left: 10px;
}

@media (min-width: 1200px) {
    #owl-mainslider img {
        object-fit: cover;
    }

    .banner_area {
        padding: 120px 0px 20px;
        background: #fff;
    }
}

.our-team h2, .our-team h3 {
    color: #263d83;
}

.team-boxed h2 {
    margin-bottom: 40px;
    padding-top: 40px;
    color: inherit;
    font-family: IRANSans_Bold;
}

@media (max-width: 767px) {
    .team-boxed h2 {
        margin-bottom: 25px;
        padding-top: 25px;
        font-size: 24px;
    }
}

.team-boxed .intro {
    font-size: 16px;
    max-width: 500px;
    margin: 0 auto;
}

.team-boxed .intro p {
    margin-bottom: 0;
}

.team-boxed .box i {
    position: absolute;
    bottom: 0;
    padding: 10px;
    background-color: #22bfa7;
    color: #fff;
    border-radius: 3px;
}

.team-boxed .box {
    text-align: right;
    background-color: #fff;
    margin-bottom: 30px;
    box-shadow: 0 20px 20px rgba(0, 0, 0, .08);
    transition: box-shadow 200ms cubic-bezier(0.02, 0.01, 0.47, 1), transform 200ms cubic-bezier(0.02, 0.01, 0.47, 1);
}

.team-boxed .box:hover {
    box-shadow: 0 40px 40px rgba(0, 0, 0, .16);
    transform: translate(0, -15px);
    cursor: pointer !important;
}

.team-boxed .item .name {
    margin-top: 20px;
    font-size: .98rem;
    font-family: IRANSans_Bold;
}

.team-boxed .item .title {
    font-size: .84rem;
}

.team-boxed .item .description {
    margin-top: 15px;
    margin-bottom: 5px;
}

.team-boxed .item img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    box-shadow: 0 0 10px -3px rgba(0,0,0,.1);
    padding: 10px;
}

.team-boxed .social {
    font-size: 20px;
}

.team-boxed .social a {
    color: #000 !important;
    display: inline-block;
    opacity: 0.9;
}

.team-boxed .social a:hover {
    opacity: 1;
}

.bg-insta {
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}

.bg-facebook {
    background-color: #0a3f80;
}

.portfolio-info img {
    width: 90px;
    height: 90px;
    object-fit: cover;
    border-radius: 100%;
    margin-left: 15px;
}

.b-info span {
    font-size: 30px;
    font-family: IRANSans_Bold;
    color: #fdb900;
}

.b-info p {
    font-size: 15px;
    color: #fff;
}

.blog-list img, .blog_style img {
    height: 220px;
    width: 100%;
    object-fit: cover;
}

.blog-list h3, .blog-grid h3 {
    font-size: 1.1rem;
    line-height: 1.7;
}

.blog-grid .demo3 h3 a {
    font-size: 0.95rem !important;
    color: #000 !important;
    font-family: IRANSans_Medium;
}

.blog-grid .demo3 p {
    font-size: 0.75rem !important;
    color: #424141 !important;
}

.blog-grid h3.bt-center {
    font-size: 1.4rem;
}

.blog-grid #owl-blog h3, .blog_style h3, #owl-customershoz h3, #owl-mservice h2 {
    font-size: .96rem;
    font-family: IRANSans_Medium;
    line-height: 1.7;
    color: #fff;
}

.blog-list span {
    font-size: 12px;
}

.blog-list a.btn {
    border-radius: 15px;
    font-size: 11px;
}

#cstm_collapsible .collapsible {
    background-color: #fff;
    color: #444;
    cursor: pointer;
    padding: 4px 10px;
    width: 100%;
    text-align: right;
    border: none;
    outline: none;
    transition: 0.4s;
    border-bottom: 1px dashed #d9d7da;
    border-radius: 25px;
    margin-bottom: 5px;
}

#cstm_collapsible .collapsible:before {
    content: '\002B';
    color: #000;
    font-size: 14px;
    float: right;
    margin-left: 5px;
    transition: all 0.4s;
    font-weight: bold;
    padding: 0px 9px;
    background-color: #ffce1f;
    border-radius: 100%;
    line-height: 2;
}

#cstm_collapsible .active:before {
    content: "\2212";
    transform: rotate(180deg);
    transition: all 0.4s;
}

#cstm_collapsible .content {
    padding: 0 20px;
    background-color: #fafafa;
    border-radius: 25px;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.2s ease-out;
}

.faq h3 {
    font-family: IRANSans_Medium;
    padding: 0.1rem 0.7rem;
    color: #fff;
    display: block;
    margin-left: 37rem;
    margin-right: 1rem;
    margin-bottom: 0.2rem;
    line-height: 1.25;
    background: #ad0047;
    font-size: 0.8rem;
    border-left: 3px dashed #1c0914;
    border-right: 3px dashed #1c0914;
    border-top: 3px dashed #1c0914;
    border-bottom: 3px dashed #1c0914;
    border-radius: 3px;
}

.faq:hover h3:hover {
    font-family: IRANSans_Medium;
    padding: 0.1rem 0.7rem;
    color: #fff;
    display: block;
    margin-left: 37rem;
    margin-right: 1rem;
    margin-bottom: 0.2rem;
    line-height: 1.25;
    background: #00708a;
    font-size: 0.8rem;
    border-left: 3px dashed #1c0914;
    border-right: 3px dashed #1c0914;
    border-top: 3px dashed #1c0914;
    border-bottom: 3px dashed #1c0914;
    border-radius: 3px;
}

.faq p {
    font-size: 0.72rem;
    margin-right: 15px;
    margin-bottom: 15px;
}

.faq ul li {
    margin-bottom: 15px;
}

.faq {
    overflow-y: scroll;
    scrollbar-color: #002834 #0789ae;
    scrollbar-width: thin;
    scrollbar-color: #003544;
    padding: 1rem;
    font-family: 'IRANSans_Medium';
    max-height: 33rem;
}

.faq::-webkit-scrollbar {
    width: 10px;
}

.faq::-webkit-scrollbar-track {
    background-color: darkgrey;
}

.faq::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.Service2 i {
    font-size: 36px;
    margin-bottom: 10px;
}

.Service2 h3 {
    font-size: 1rem;
}

.nav-tabs .nav-link {
    color: #fff;
}

.service-price h1 {
    font-size: 2rem;
    font-family: IRANSans_Bold;
}

.service-price .card {
    border-top: 4px solid #fdb900;
    border-bottom: none;
    border-right: none;
    border-left: none;
    border-radius: 25px;
}

.p-404 h1 {
    font-size: 19px;
    font-family: IRANSans_Bold;
    padding-bottom: 20px;
}

@media (max-width: 576px) {
    .p-404 h1 {
        font-size: 16px;
        font-family: IRANSans_Medium;
    }
}

.coming-soon-info {
    background: url('../Img/news-img1.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 650px;
    position: relative;
    z-index: 0;
    display: grid;
    padding: 10px 0;
}

.coming-soon-info:before {
    content: "";
    background: rgba(0,0,0,0.6);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.header {
    align-items: center;
}

.coming-soon-info .coming-back {
    margin: 80px auto 60px;
    max-width: 600px;
    text-align: center;
    padding: 1em 0;
}

.coming-soon-info h1 {
    font-size: 50px;
    color: #ff9800;
    font-family: IRANSans_Bold;
    font-weight: 800;
}

.countdown {
    margin: auto;
    display: table;
    font-size: 16px;
    font-weight: 500;
}

.coming-soon-info .number {
    font-family: IRANSans_Bold;
}

.coming-soon-info .countdown > div {
    float: left;
    margin: 40px 10px 0 0;
    font-size: 40px;
    line-height: 70px;
    color: #fff;
    padding: 0px 15px;
}

.coming-soon-info .countdown > div:last-child {
    border-right: none;
}

.coming-soon-info .countdown span {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 28px;
    text-align: center;
    color: #eee;
}

.coming-soon-info input[type="text"] {
    padding: 1em 1.5em;
    border: solid 1px #ffffff;
    width: 88%;
    margin-right: 10px;
    font-size: 12px;
    color: #999999;
    outline: none;
    display: inline-block;
    background: #ffffff;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.coming-soon-info form {
    max-width: 500px;
    margin: 0 50px;
    margin-top: 40px;
    display: flex;
}

.coming-soon-info button {
    color: #fff;
    padding: 0 1em;
    font-size: 17px;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    background: #ff9800;
    border: 1px solid #ff9800;
    transition: 0.3s all;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.coming-soon-info button:hover {
    background: #e98c03;
}

.cati-blog ul li a:hover {
    color: #0058a5;
}

.y-right {
    border-right: 5px solid #fdb900;
}

.po1.hot-posts h2 {
    font-family: IRANSans;
    font-size: 0.9rem;
}

.po1 figure.effect-zoe p {
    font-size: 100%;
    font-family: IRANSans_Medium;
}

.po2 figure.effect-ruby h2 {
    margin-top: 25%;
}

.po2.hot-posts h2, .po3.hot-posts h2 {
    font-family: IRANSans_Medium;
    font-size: 1rem;
}

.po2 figure.effect-ruby {
    background-color: rgba(0,0,0,1);
    border-radius: 15px;
}

.po3 figure.effect-bubba {
    background: rgba(0, 0, 0, 0.95);
}

.po3 .content-details h2 {
    color: #ffb600;
}

.po3 .content .content-overlay {
    background: rgba(5, 13, 34, 0.75);
}

.d2-service h2 {
    font-size: 15px;
    font-family: IRANSans_Bold;
}

#owl-blog img {
    height: 225px;
}

#owl-blog img {
    height: 200px;
}

/*----For Demo-----*/
.card__image {
    height: 500px;
    overflow: hidden;
}

.card__image img {
    object-fit: cover;
    overflow: hidden;
    transition: transform 2s ease-in-out;
}

.card__image:hover img {
    transform: translateY(calc(-100% + 500px));
    transition: transform 4s ease-in-out;
    cursor: pointer;
}

.demo h3.bt-center::after {
    width: 150px;
    margin-top: .8em !important;
}

@media screen and (min-width: 1024px) {
    .sayfa img {
        height: 400px;
        width: 100%;
        object-fit: cover;
    }
}

@media screen and (max-width: 768px) {
    .coming-soon-info h1 {
        font-size: 28px;
    }

    .coming-soon-info .number {
        font-size: 35px;
    }

    .coming-soon-info .countdown > div {
        min-width: unset;
        padding: unset;
        margin: 40px 30px 0 0;
    }

    .coming-soon-info form {
        margin: 30px 20px;
    }

    .coming-soon-info form {
        height: 60px;
    }

    .coming-soon-info input[type="text"] {
        padding: 0 1.5em;
        height: 50px;
    }

    .coming-soon-info button {
        height: 50px;
    }

    #owl-mainslider img {
        height: 300px;
        width: 100%;
        object-fit: cover;
    }
}

.detailblog h3 {
    font-size: 1.1rem;
}

@media(max-width: 768px) {
    .team__item {
        height: 350px;
    }

    #menud4.bg-white {
        background-color: #000;
    }

    .maral .msh img {
        width: 200px!important
    }
}

.topsocial a {
    color: #000;
    font-size: 0.95rem;
}

h2.hblog {
    font-size: 1.1rem;
}

.blog4 figure.effect-ruby h2 {
    margin-top: 45%;
}

#owl-project figure.effect-ruby h2 {
    margin-top: 38%;
}

.bg-brow {
    background-color: #dead34;
}

.bg-darkbro {
    background-color: #292929;
}

.text-bro {
    color: #e8b330;
}

.btn-brow {
    color: #fff;
    background-color: #034f7d;
    border-color: #034f7d;
    border-radius: 35px;
    padding: 8px 15px;
    font-size: 12px;
}

.customers h2 {
    color: #ec9f24;
    font-size: 1rem;
    font-family: IRANSans_Medium;
}

.customers #owl-customerscomnt p {
    color: #fff;
}

#owl-customerscomnt div {
    border-radius: 15px;
}

#owl-customerscomnt .owl-dots {
    display: none;
}

#owl-customerscomnt .owl-nav {
    display: block;
}

.currentlnklight {
    color: #dbad3b !important;
}

.bg-liblog {
    background-color: #fbfbfb;
}

.blog_style div.d-flex {
    border-top: 1px dashed #bbb;
    padding-top: 5px;
}

.demo3 div.d-flex {
    border-top: 1px dashed #bbb;
    padding-top: 5px;
}

.blog_style div.d-flex a:hover {
    color: #f48019;
}

.blog_style h3, .detailblog h3 {
    border-right: 3px solid #fdb900;
    padding-right: 8px;
}

#owl-customershoz .d-flex, #owl-mservice .d-flex {
    box-shadow: 0px 6px 20px 0px rgb(0 98 119 / 20%);
    padding: 10px;
    margin: 10px;
    border-radius: 15px;
    background-color: #031523;
    border-left: 2px dashed #00343e;
    border-right: 2px dashed #00343e;
    border-bottom: 2px dashed #00343e;
    border-top: 2px dashed #00343e;
    background: #041a2a;
    background-image: url(/assets/images/backpatern1.png);
    background-repeat: repeat;
    background-size: 0.2rem;
    background-color: #031522f5;
    background-blend-mode: color;
}

#owl-customershoz .d-flex:hover, #owl-mservice .d-flex {
    box-shadow: 0px 6px 20px 0px rgb(0 70 85 / 20%);
    margin: 10px;
    border-radius: 15px;
    vector-effect: non-scaling-stroke;
    transform-style: initial;
    transform-box: content-box;
    transform-origin: top;
    --vajehyab-extension-color-neutral-ink0: #ff0063;
    -webkit-text-stroke-width: revert;
    background-size: cover;
    -webkit-tap-highlight-color: #004497;
    background-repeat: repeat;
    background-blend-mode: color;
    background-color: #25001a;
    color-interpolation-filters: auto;
    font-family: IRANSans_Medium;
    transition: background-color .8000s, color .150s linear, border-radius 1500s ease-out;
    filter: sepia(0.5);
    transform: rotateY(18deg);
    border: dashed;
    border-color: #a0004b;
}

#owl-customershoz p, #owl-mservice p {
    line-height: 1.8;
    font-size: 0.79rem;
}

#owl-customershoz img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    width: 55px;
    height: 55px;
    border-radius: 100%;
    vector-effect: non-scaling-stroke;
    transform-style: initial;
    transform-box: content-box;
    transform-origin: top;
    --vajehyab-extension-color-neutral-ink0: #06455c;
    -webkit-text-stroke-width: revert;
    background-size: cover;
    -webkit-tap-highlight-color: #00799c;
    background-repeat: repeat;
    background-blend-mode: color;
    background-color: #0096df;
    padding: 4px;
    display: inline-block;
    color-interpolation-filters: auto;
    font-family: helvetica;
    transition: background-color .8000s, color .150s linear, border-radius 1500s ease-out;
    filter: sepia(0.5);
    transform: rotateY(18deg);
    border: dashed;
}

#owl-mservice img {
    width: 100%;
    height: 172px;
    object-fit: cover;
}

#owl-mservice:hover img:hover {
    width: 100%;
    height: 172px;
    object-fit: cover;
    background: #fff;
    content: url(/media/categories/1bi1.jpg);
    vector-effect: non-scaling-stroke;
    transform-style: initial;
    transform-box: content-box;
    transform-origin: top;
    --vajehyab-extension-color-neutral-ink0: #004256;
    -webkit-text-stroke-width: revert;
    background-size: cover;
    -webkit-tap-highlight-color: #97004e;
    background-repeat: repeat;
    background-blend-mode: color;
    background-color: #004256;
    padding: 2px;
    display: inline-block;
    font-family: helvetica;
    transition: background-color .5s, color .5s linear, border-radius 2s ease-out;
    filter: saturate(0.4);
    filter: sepia(0.5);
    color-interpolation-filters: auto;
    transition: transform 5s cubic-bezier(1, 4.88, 1, 0.63);
    splay: inline-block;
    font-family: helvetica;
    transition: background-color .8000s, color .150s linear, border-radius 1500s ease-out;
    filter: saturate(0.4);
    filter: sepia(0.5);
    transform: rotateY(18deg);
    border: dashed;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    -ms-box-shadow: 0px 0px 20px 6px rgba(154, 161, 171, 0.18);
    -moz-box-shadow: 0px 0px 20px 6px rgba(154, 161, 171, 0.18);
    -webkit-box-shadow: 0px 0px 20px 6px rgba(154, 161, 171, 0.18);
    box-shadow: 0px 0px 20px 6px rgba(154, 161, 171, 0.18);
    color: #00f0ff !important;
}

.tophead {
    border-top: 3px dashed #003858;
    border-bottom: 3px dashed #003858;
}

.tophead ul {
    display: inline-flex;
}

.tophead ul li {
    padding: 0 6px;
}

@media (max-width: 1200px) {
    .mobnav {
        border-radius: 0;
    }
}

@media (min-width: 1200px) {
    .verify img {
        width: 55px;
    }

    .demo2 #owl-mainslider img {
        /* height: auto; */
        object-fit: cover;
        margin-top: 1.4000000000000004rem;
        width: 100%;
        background-size: cover;
        border-top: 3px dashed #003858;
        border-bottom: 3px dashed #003858;
        background: #041a2a;
    }
}

@media (min-width: 1023px) and (max-width:1025px) {
    .po2 figure.effect-ruby h2 {
        margin-top: 18%;
    }

    .m_search {
        top: 20%;
    }
}

@media (max-width: 1025px) {
    #owl-project figure.effect-ruby h2 {
        margin-top: 30%;
    }
}

@media (min-width: 990px) and (max-width:992px) {
    .spicblog .grid figure img {
        width: 500px;
    }

    .po2 figure.effect-ruby h2 {
        margin-top: 20%;
    }
}

@media (max-width: 992px) {
    .mobile-nav-button i {
        color: #000;
    }
}

@media (min-width: 575px) and (max-width:577px) {
    figure.effect-sadie h2 {
        bottom: 30px !important;
    }

    .po2 figure.effect-ruby h2 {
        margin-top: 15%;
    }
}

@media (max-width: 575px) {
    .m_search {
        top: 22% !important;
    }

    .eslimipic img {
        width: 220px;
    }

    .banner-bui h1 {
        font-size: 20px;
    }

    .comment_doc .contact-form .w-50 {
        width: 100% !important;
    }

    .spicblog .grid figure figcaption, .grid figure a {
        height: 240px !important;
    }

    .spicblog .grid figure img {
        height: 240px !important;
        object-fit: cover !important;
    }

    .demo2 #owl-mainslider img {
        width: 100%;
        height: 300px;
        object-fit: cover;
    }

    .maral h1 {
        font-size: 1.2rem !important;
    }

    .demotitle span {
        font-size: 13px !important;
    }

    .p-404 img {
        width: 300px!important;
    }

    .maxw .card {
        padding: .5rem!important
    }

    .nobat span {
        background-color: #d1f1ea!important;
        color: #073b3d!important;
    }

    .singletitle h1, .info_doc h1, .bio h1 {
        line-height: 1.9!important;
    }

    .doclist li a {
        padding: 25px 15px!important;
    }

    .doclist h1 {
        margin: 5px!important;
    }

    body {
        font-family: IRANSans!important;
    }

    .contact-block i {
        background-color: #afe7da!important;
    }

    .form-control {
        border: 1px solid #b4b2b2!important;
    }

    .maincati h2 {
        font-size: 0.8rem !important;
    }
}

.sbox3 p {
    font-family: IRANSans!important;
}

.radius0 {
    border-radius: 0 !important;
}

.spicblog {
    font-family: IRANSans;
}

.spicblog .ver_content img {
    height: 385px;
    object-fit: cover;
}

.spicblog h2 {
    font-size: 0.93rem !important;
}

.spicblog p {
    font-size: 0.75rem !important;
}

.quick-btn {
    font-size: 0.8rem;
    font-family: IRANSans_Medium;
}

.tophead .h-info i {
    color: #f6fffe;
}

.Dottedsquare {
    width: 90px;
    height: 109px;
    position: absolute;
    top: -1.5rem;
    right: -0.5rem;
    background-image: radial-gradient(#646363 1px, #fff 1px);
    -webkit-background-size: 20px 20px;
    background-size: 10px 10px;
    border-radius: 0px;
}

.team .Dottedsquare, .team2 .Dottedsquare, .blog-grid .Dottedsquare {
    width: 90px;
    height: 120px;
    top: unset !important;
    right: unset !important;
    bottom: 0rem !important;
    left: -0.7rem !important;
}

figure.effect-ruby img {
    object-fit: cover;
}

.portfoio3 figure.effect-zoe p {
    bottom: 2em;
    padding-bottom: 2.5em;
    padding-right: 0.5em;
    font-family: IRANSans_Medium;
}

.team-boxed figure.effect-ruby h2 {
    margin-top: 90%;
    font-size: 16px;
}

.team-boxed figure.effect-ruby p {
    padding: 0em;
}

.maxw {
    max-width: 900px;
}

.maxw_600 {
    max-width: 600px !important;
}

.login {
    overflow: hidden;
}

.min-h {
    min-height: 700px;
}

.bg-greengrad {
    background-image: linear-gradient(240deg,#39ec99,#0a9ab9) !important;
    min-height: calc(100vh - 0px);
}

.bg-login .nav-link {
    padding: .3rem 1rem;
}

.demo2 .test::before {
    width: 20px;
    height: 60px;
    background-image: radial-gradient(#818181 1px,transparent 1px);
    -webkit-background-size: 20px 20px;
    background-size: 10px 10px;
    border-radius: 0px;
}

.team2 .effect-ruby img {
    min-height: 356px;
}

div.f-shadow {
    padding: 20px 0;
    -ms-box-shadow: 0 1.5em 1.5em -1em rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0 1.5em 1.5em -1em rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 0 1.5em 1.5em -1em rgba(0, 0, 0, 0.07);
    box-shadow: 0 1.5em 1.5em -1em rgba(0, 0, 0, 0.07);
    margin: 0 auto;
    margin-bottom: 0px;
    width: 95%;
}

.border-gold {
    border-color: #C9A86C !important;
}

.gold {
    color: #000;
    border-color: #D8A64C;
    background-color: #D8A64C;
}

img.servicimg {
    max-height: 460px;
    object-fit: cover;
}

.dash-bot {
    border-bottom: 1px dashed #8e8e8e;
    padding-bottom: 20px;
    margin-bottom: 15px;
}

#owl-customerscomnt img {
    width: 100px;
    height: auto;
}

.text-gold {
    color: #dbad3b;
}

.bg-gold {
    background-color: #dbad3b;
}

.demotitle h1 {
    font-size: 1.7rem;
}

.thead h1 {
    font-size: 1.8rem;
}

.demotitle span {
    font-size: 15px;
    color: #000;
}

.cushr {
    height: 4px;
    background-color: #1fcfbe;
}

.bg-midblue {
    background: url('../Img/college-bg.png') no-repeat;
}

.graycibg {
    background: url('../Img/gap-bg.jpg') no-repeat;
    height: 250px;
}

.graybg {
    background-color: #efefef;
    height: 150px;
}

.bg-li {
    background: #000;
    background-blend-mode: color;
    font-size: 1rem;
    padding: 0 0 8px 0;
    line-height: 24px;
    color: #fff;
    background-image: url(/assets/images/backpatern1.png);
    background-repeat: repeat;
    background-size: 0.7rem;
    background-color: #041a2a;
    position: relative;
    text-align: justify;
}

.bg-cati {
    padding: 25px;
    border-radius: 16px;
    -webkit-transition: .4s;
    transition: .4s;
    background-color: #F4F5F7;
}

.bg-cati:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.bg-cati:hover:after {
    display: inline-block;
    width: 80px;
    height: 5px;
    background-color: #e6683c;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.graycibg img {
    width: 60px;
    height: 60px;
}

.clibtn {
    background-color: #08b89d;
    border-color: #08b89d;
    border-bottom: 4px solid #86fbe5;
}

.clibtn:hover {
    background-color: #86fbe5;
    border-color: #86fbe5;
    border-bottom: 4px solid #86fbe5;
}

.libox h2 {
    font-size: 1.2rem;
}

.doclist {
    max-height: 40rem;
    overflow-y: scroll;
    scrollbar-color: #002834 #0789ae;
    scrollbar-width: auto;
    scrollbar-color: #003544;
    /* padding: 1rem; */
    /* font-family: 'IRANSans_Medium'; */
}

.doclist::-webkit-scrollbar {
    width: 6px;
    height: 8px;
    background-color: #e0e0e0;
}

.doclist::-webkit-scrollbar-thumb {
    background: #00dcb4;
}

.faq::-webkit-scrollbar {
    width: 6px;
    height: 8px;
    background-color: #e0e0e0!important;
}


.doclist li a {

}



.doclist h1 {
    font-size: 0.92rem;
    color: #00a9bd;
    font-family: IRANSans_Bold;
}

.doclist li:hover h1, .doclist li:hover p {
    color: #fff;
}

.doclist p {
    line-height: 1.4;
    font-size: 13px;
}

select {
    padding: 0.2rem 1rem;
    min-width: 90px;
    font-size: 11px !important;
    border: none;
    color: #181820;
    text-align: right !important;
    cursor: pointer;
}

#MAselect * {
    font-size: 10px;
    padding: 5px;
}

.s4box {
    background-image: linear-gradient(-45deg,#1abc9c,#04d2bb);
    box-shadow: 0 20px 40px 0 rgba(0,0,0,.05);
    -webkit-transition: .4s;
    transition: .4s;
    color: rgba(255,255,255,.7);
}

.s4box:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    cursor: pointer;
}

.bg-about {
    background: url('../Img/icons/about-logo.svg') #fff no-repeat;
}

.cliservic p {
    font-size: 1.8rem !important;
    color: #fff !important;
}

.cliservic p {
    font-size: 1.2rem !important;
    color: #3c415e !important;
}

.Cservice {
    background-image: linear-gradient(-45deg,#1abc9c,#04d2bb);
    box-shadow: 0 20px 40px 0 rgba(0,0,0,.05);
    color: rgba(255,255,255,.95);
    padding: 25px;
    border-radius: 15px;
    margin: 0.5rem;
    font-family: 'IRANSans_Medium';
}

.onsev {
    background: url('../Img/about.png') no-repeat;
    height: 100px;
    border-radius: 25px;
    background-position: center left;
    background-size: 100% auto;
}

.p-x {
    margin: 1rem 0rem 0rem 0rem;
}

.path {
    border-radius: 15px;
    text-align: right;
    padding: 3px 15px;
}

.path ul li {
    display: inline;
    font-size: 12px;
    padding: 0 4px;
}

.path ul li a {
    color: #403e3e;
    font-family: IRANSans;
}

.blog-details ul li p {
    font-family: IRANSans_Medium;
}

@media (min-width: 1024px) {
    .instapg {
        background: url('../Img/instabg.png') no-repeat;
        background-position: center left;
        background-size: 100% auto;
        object-fit: cover;
        min-height: 200px;
    }
}

@media (max-width: 991px) {
    .instapg h1 {
        color: #fff;
    }

    .instapg {
        background: linear-gradient(240deg,#39ec99,#0db9dd) !important;
    }
}

@media (max-width: 480px) {
    .instapg h1, .instapg span {
        font-size: 1rem !important;
    }
}

.instapg h1, .instapg span {
    font-size: 1.1rem;
    font-family: IRANSans_Bold;
}

.instapg span {
    font-size: 0.94rem !important;
    font-family: IRANSans_Medium;
}

.instapg .fa-instagram {
    font-size: 2.3rem;
    background: #f09433;
    background: -moz-linear-gradient(45deg,#f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    background: -webkit-linear-gradient(45deg,#f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    background: linear-gradient(45deg,#f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    color: #fff;
    border-radius: 10px;
    padding: 2px 6px 4px 6px;
}

.instapg .item {
    background: #fff;
    padding: 10px 20px 10px 0;
    border-radius: 30px 50px 50px 30px;
}

.listcat img {
    width: 25px;
    height: 25px;
    margin-left: 5px;
}

.listcat h1 {
    font-family: IRANSans_Bold;
    font-size: 1.1rem;
    line-height: 2.3;
}

.appbox a {
    font-size: 0.9rem;
    font-family: IRANSans_Medium;
}

.blog_h_o a, .blog_h_o figure {
    height: 230px !important;
}

.listcat ul li:hover {
    background-color: #2ee5c4 !important;
}

.doctor_list .doc_col ul li {
    margin-bottom: 20px;
    padding: 15px;
}

.doctor_list .doc_col ul li img {
    width: 100%;
    border-top: 3px dashed rgb(173 0 71);
    border-bottom: 3px dashed rgb(173 0 71);
    border-left: 3px dashed rgb(173 0 71);
    border-right: 3px dashed rgb(173 0 71);
    background: #021925;
    transition: transform 0.5s cubic-bezier(1, 4.88, 1, 0.63);
    height: 10rem;
    padding: 0.4rem;
    margin: 0.3rem;
}

.doctor_list .doc_col ul li img:hover {
    content: url(/media/categories/1bi1.jpg);
    vector-effect: non-scaling-stroke;
    transform-style: initial;
    transform-box: content-box;
    transform-origin: top;
    --vajehyab-extension-color-neutral-ink0: #00bbbb;
    -webkit-text-stroke-width: revert;
    background-size: cover;
    -webkit-tap-highlight-color: #97004e;
    background-repeat: repeat;
    background-blend-mode: color;
    background-color: #00c4ff;
    padding: 2px;
    display: inline-block;
    font-family: helvetica;
    transition: background-color .5s, color .5s linear, border-radius 2s ease-out;
    filter: saturate(0.4);
    filter: sepia(0.5);
    color-interpolation-filters: auto;
    transition: transform 5s cubic-bezier(1, 4.88, 1, 0.63);
    splay: inline-block;
    font-family: helvetica;
    transition: background-color .8000s, color .150s linear, border-radius 1500s ease-out;
    filter: saturate(0.4);
    filter: sepia(0.5);
    transform: rotateY(18deg);
    border: dashed;
    margin: 0.3rem;
}

.doctor_list .doc_col ul li p {
    font-size: 12px;
    font-family: 'IRANSans_Medium';
    font-weight: 200;
}

.doctor_list .doc_col ul li h8 {
    font-size: 1rem;
    font-family: IRANSans_Bold;
    color: #00a9bd;
}

.blog_details img {
    width: 800px;
    height: 450px;
    object-fit: cover;
}

.Cservice h2 {
    font-size: 1rem;
    font-family: IRANSans_Bold;
}

.Cservice p {
    font-size: 0.84rem;
}

.Cservice i {
    color: #3ff2d1 !important;
    font-size: 1.8rem;
}

.nobat span {
    font-size: 11px;
    border-radius: 3px;
    padding: 5px 10px;
    background-color: #005f7b;
    color: #00fff2;
    font-family: 'IRANSans_Medium';
}

.nobat:hover span:hover {
    font-size: 11px;
    border-radius: 3px;
    padding: 5px 10px;
    background-color: #ad0047;
    color: #ffffff;
}
.nobat span1 {
    font-size: 11px;
    border-radius: 3px;
    padding: 5px 10px;
    background-color: #717171;
    color: #000000;
    font-family: 'IRANSans_Medium';
}

.nobat:hover span1:hover {
    font-size: 11px;
    border-radius: 3px;
    padding: 5px 10px;
    background-color: #ad0047;
    color: #ffffff;
}
.btm {
    border-bottom: 4px solid #2bc2ab;
}
.online_status {
    position: absolute;
    width: 49px;
    height: 23px;
    background-color: #00620b;
    top: -79px;
    border-radius: 5%;
    display: block;
    margin: 10px auto;
    border: 1px dashed #fff;
    -moz-transition:all 1s ease-in-out;
    -webkit-transition: all 1s cubic-bezier(0, 1.71, 0.58, 1);
    -o-transition:all 1s ease-in-out;
    -ms-transition:all 1s ease-in-out;
    text-align: center;
    font-weight:600;
}
.online_status:hover {
    position: absolute;
    width: 49px;
    height: 23px;
    background-color: #d00046;
    top: -79px;
    border-radius: 5%;
    display: block;
    margin: 10px auto;
    border: 1px dashed #000;
    -moz-transition: all 1s ease-in-out;
    -webkit-transition: all 1s cubic-bezier(0, 1.71, 0.58, 1);
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    text-align: center;
    font-weight: 800;
    color: #000;
}
.online_status2 {
    position: absolute;
    width: 65px;
    height: 23px;
    background-color: #004762;
    top: -79px;
    border-radius: 5%;
    display: block;
    margin: 10px auto;
    border: 1px dashed #fff;
    -moz-transition:all 1s ease-in-out;
    -webkit-transition: all 1s cubic-bezier(0, 1.71, 0.58, 1);
    -o-transition:all 1s ease-in-out;
    -ms-transition:all 1s ease-in-out;
    text-align: center;
    font-weight:600;
}
.online_status2:hover {
    position: absolute;
    width: 65px;
    height: 23px;
    background-color: #d00046;
    top: -79px;
    border-radius: 5%;
    display: block;
    margin: 10px auto;
    border: 1px dashed #000;
    -moz-transition: all 1s ease-in-out;
    -webkit-transition: all 1s cubic-bezier(0, 1.71, 0.58, 1);
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    text-align: center;
    font-weight: 800;
    color: #000;
}
.online_status1 {
    position: absolute;
    width: 49px;
    height: 23px;
    background-color: #ffbd00;
    top: -79px;
    border-radius: 5%;
    display: block;
    margin: 10px auto;
    border: 1px dashed #000;
    -moz-transition:all 1s ease-in-out;
    -webkit-transition: all 1s cubic-bezier(0, 1.71, 0.58, 1);
    -o-transition:all 1s ease-in-out;
    -ms-transition:all 1s ease-in-out;
    text-align: center;
    font-weight: 800;
    color: #000;
}
.online_status1:hover {
    position: absolute;
    width: 49px;
    height: 23px;
    background-color: #d00046;
    top: -79px;
    border-radius: 5%;
    display: block;
    margin: 10px auto;
    border: 1px dashed #000;
    -moz-transition: all 1s ease-in-out;
    -webkit-transition: all 1s cubic-bezier(0, 1.71, 0.58, 1);
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    text-align: center;
    font-weight: 800;
    color: #000;
}
.we {
    font-family:'IRANSans_Medium';
    font-family: "Font Awesome 5 Pro";
        padding: 1px;
}

.page-link {
    z-index: 2;
    color: #f6faff;
    text-decoration: none;
}

.info_doc h5 {
    font-family: IRANSans_Medium;
    font-size: 0.9rem;
}

.serv_doc ul li {
    list-style-type: disc !important;
}

.btn-nobat {
    font-size: 0.95rem !important;
}

.mark, mark {
    padding: .2em 0.4em !important;
    margin: 0 .2rem;
    background-color: #ffead3c7 !important;
    font-family: IRANSans_Medium;
}

.readmore {
    position: relative;
    max-height: 170px;
    overflow: hidden;
    padding: 0px;
    margin-bottom: 20px;
    transition: max-height 0.15s ease-out;
}

.readmore.expand {
    max-height: 5000px !important;
    transition: max-height 0.35s ease-in-out;
}

.readmore-link {
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 60px;
    text-align: center;
    color: #393939;
    font-size: 13px;
    padding-top: 38px;
    background-image: linear-gradient(to bottom,transparent,white);
    cursor: pointer;
}

.readmore-link.expand {
    position: relative;
    background-image: none;
    padding-top: 5px;
    height: 30px;
}

.mainfo_doc img {
    border-radius: 100%;
    width: 90px;
    height: 90px;
    object-fit: cover;
    margin-left: 15px;
}

.mainfo_doc .online_status {
    position: absolute;
    width: 11px;
    height: 11px;
    background-color: #31c641;
    top: 2px;
    right: 12px;
    border-radius: 100%;
}

p.progress-label {
    font-size: 12px !important;
}

.progress-label span {
    float: left;
}

.comment_doc .fa-2x {
    font-size: 1.3em;
}

.comment_doc .sugest a {
    font-size: 0.9rem !important;
}

.comment_doc h2 {
    font-family: IRANSans_Medium;
}

.comment_doc img {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    margin-left: 0.9rem;
}

.comment_doc .title p {
    font-size: 0.94rem;
    font-family: IRANSans_Medium;
    line-height: 1.5;
}

.comment_doc .title span, .comment_doc a {
    font-size: 0.7rem !important;
}

.search_box {
    font-family: IRANSans;
}

#accordionExample .card-header {
    background-color: #fff;
}

#accordionExample .card-header .btn {
    font-size: 0.9rem !important;
    color: #4c4949 !important;
    background-color: #fff;
}

.collapsible-link {
    width: 100%;
    position: relative;
    text-align: right;
}

.collapsible-link::before {
    content: '\002B';
    color: #000;
    font-size: 16px;
    float: left;
    transition: all 0.4s;
    padding: 6px 0px;
    background-color: #fff;
}

.collapsible-link[aria-expanded='true']::before {
    /*content: '\f078';*/
    content: '\2212';
    transform: rotate(180deg);
    transition: all 0.4s;
}

.btn.focus, .btn:focus, .page-link:focus {
    outline: unset !important;
    box-shadow: unset !important;
}

.Categori_blg .border-bottom, .latest_blg .border-bottom, .similar .border-bottom {
    border-bottom: 3px solid #dee2e6 !important;
    font-size: 16px;
}

.Categori_blg ul li {
    list-style-type: none !important;
    margin-bottom: 5px;
}

.latest_blg ul li {
    font-family: IRANSans;
    margin-bottom: 8px;
}

.latest_blg ul li img {
    width: 110px;
    height: 80px;
    object-fit: cover;
    border-radius: 15px;
}

.latest_blg ul li h2, .similar h2 {
    font-family: IRANSans_Medium;
}

.latest_blg ul li h2:hover, .similar a:hover h2 {
    color: #0e8e7a;
}

.latest_blg ul li span {
    font-size: 11px;
    color: #767676;
}

.Categori_blg ul li span {
    float: left;
    background-color: #88a498;
    color: #fff;
    border-radius: 35px;
    padding: 0px 10px;
    font-size: 12px;
    font-family: IRANSans_Medium;
}

.similar img {
    width: 100%;
    height: 156px;
    object-fit: cover;
}

.of-main-menu > ul > li > a {
    font-family: IRANSans !important;
}

.blog a.grid {
    width: 100%;
}

.blog .grid figure figcaption {
    height: 385px;
    width: 100%;
}

.blog .grid figure img {
    height: 385px;
    width: 100%;
}

.blog2 .spicblog h2 {
    font-family: IRANSans_Medium;
}

.blog2 figure.effect-sadie p {
    font-family: IRANSans_Medium !important;
}

.blog2 .grid figure {
    border-radius: 15px;
}

.blog2 .grid figure figcaption {
    height: 400px;
}

.blog2 .grid figure img {
    height: 400px;
    border-radius: 15px;
    width: 100%;
    object-fit: cover;
}

.column-blog span {
    font-size: .73rem;
    color: #727171;
    font-family: IRANSans;
}

.column-blog h2 {
    font-family: IRANSans_Medium;
    font-size: .93rem;
    line-height: 1.6;
}

.column-blog a:hover {
    color: #087665 !important;
}

.column-blog p {
    font-size: 13px;
    font-family: IRANSans;
}

.thumb-post a {
    font-family: IRANSans_Medium;
}

.top img {
    width: 100%;
    object-fit: cover;
    height: 210px;
}

.thumb-post img {
    width: 110px;
    height: 75px;
    object-fit: cover;
}

.similar span {
    font-size: .76rem;
}

.comment_doc p {
    font-size: 13px;
}

.View_UP {
    padding: 5px 14px;
    border-radius: 5px;
    margin-top: 8px;
    font-size: 13px;
    line-height: 24px;
    color: #babcbd;
    text-align: center;
    background: #041a2a;
    background-image: url(/public/images/backpatern1.png);
    background-repeat: repeat;
    background-size: 0.2rem;
    background-color: #031522f5;
    background-blend-mode: color;
    border-left: 2px dashed #00343e;
    border-right: 2px dashed #00343e;
    border-bottom: 2px dashed #00343e;
    border-top: 2px dashed #00343e;
}

.View_UP:hover, .View_UP:hover a {
    background-color: #a0004b;
    color: #fff;
    border-left: 3px dashed #58001e66;
    border-right: 3px dashed #58001e66;
    border-top: 3px dashed #58001e66;
    border-bottom: 3px dashed #58001e66;
}

.View_UP:hover p {
    color: #fff;
}

.maral h1 {
    font-size: 1.8rem;
}

.maral {
    text-shadow: 1px 1px #001a44;
}

.maral .btn-primary {
    color: #fff !important;
    font-size: 1rem;
}

.fa-hospital {
    font-size: 1rem;
}

.bg-dali {
    background-color: #1cb19f;
}

.fo_social i:hover {
    color: #15ac91;
}

.ver_content a.piec4 {
    width: 100%;
}

.our-team img {
    width: 750px;
    height: 450px;
    object-fit: cover;
}

.coming img {
    width: 700px;
    height: auto;
}
/*--------------- Video Banner --------------*/
.vedio-banner{
    position: relative;
    background-color: #000000bd;
    height:auto;
    display: flex;
    /
    flex-wrap: wrap; 
    align-items: center; 
    padding:100px 0;
    width: 100%;
    min-height: 500px;
    height: 100vh;
}
.vedio-banner .overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    opacity: 0.6;
    z-index:3;
    filter: blur(30px);

    vector-effect: non-scaling-stroke;
    transform-style: initial;
    transform-box: content-box;
    transform-origin: top;
    -webkit-text-stroke-width: revert;
    background-size: cover;
    -webkit-tap-highlight-color: #97004e;
    background-repeat: repeat;
    background-blend-mode: color;
  background-color: #001119;
    padding: 2px;
    display: inline-block;
    font-family: helvetica;
    transition: background-color .5s, color .5s cubic-bezier(0.56, 1.88, 0.24, 0.14), border-radius 2s ease-out;
    color-interpolation-filters: auto;
    transition: transform 5s cubic-bezier(1, 4.88, 0.77, -0.32);
    splay: inline-block;
    font-family: helvetica;
    transition: background-color .8000s, color .150s linear, border-radius 1500s ease-out;
    transform: rotateY(18deg);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    -ms-box-shadow: 0px 0px 20px 6px rgb(250 108 255 / 71%);
    -moz-box-shadow: 0px 0px 20px 6px rgb(38 84 148 / 81%);
    -webkit-box-shadow: 0px 0px 20px 6px rgb(84 15 101 / 18%);
    box-shadow: 0px 0px 20px 6px rgb(63 100 155 / 60%);
    
}
.vedio-banner:hover .overlay:hover {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    opacity: 0.1;
    z-index:3;
    filter: blur(30px);

    vector-effect: non-scaling-stroke;
    transform-style: initial;
    transform-box: content-box;
    transform-origin: top;
    -webkit-text-stroke-width: revert;
    background-size: cover;
    -webkit-tap-highlight-color: #97004e;
    background-repeat: repeat;
    background-blend-mode: color;
  background-color: #79004b;
    padding: 2px;
    display: inline-block;
    font-family: helvetica;
    transition: background-color .5s, color .5s cubic-bezier(0.56, 1.88, 0.24, 0.14), border-radius 2s ease-out;
    color-interpolation-filters: auto;
    transition: transform 5s cubic-bezier(1, 4.88, 0.77, -0.32);
    splay: inline-block;
    font-family: helvetica;
    transition: background-color .8000s, color .150s linear, border-radius 1500s ease-out;
    transform: rotateY(18deg);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    -ms-box-shadow: 0px 0px 20px 6px rgb(250 108 255 / 71%);
    -moz-box-shadow: 0px 0px 20px 6px rgb(38 84 148 / 81%);
    -webkit-box-shadow: 0px 0px 20px 6px rgb(84 15 101 / 18%);
    box-shadow: 0px 0px 20px 6px rgb(63 100 155 / 60%);
    
}
.vedio-banner video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width:100%;
    height: auto;
    z-index: 0;
    max-height: 640px;
    object-fit: cover;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.hero-banner.vedio-banner .container {
    z-index: 5;
}
.vedio-banner {
    position: relative;
    background-color: black;
    height: 10vh;
    display: flex;
    flex-wrap: wrap; 
    align-items: center;
    min-height: 200px;
     width: 100%; 
}