@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 300;
    src: url('../../assets/admin/fonts/IRANSansWeb_Medium.eot');
    src: url('../../assets/admin/fonts/IRANSansWeb_Medium.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('../../assets/admin/fonts/IRANSansWeb_Medium.woff2') format('woff2'), /* Chrome36+, Opera24+*/ url('../../assets/admin/fonts/IRANSansWeb_Medium.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../../assets/admin/fonts/IRANSansWeb_Medium.ttf') format('truetype');
}

/* loading*/
h2 {
    display: flex;
    align-items: center;
    color: rebeccapurple;
}
.borderless td, .borderless th {
    border: none;
}
.border-radius{
    border: 2px solid #0d0d0d;
    border-radius: 10px;
}
.center-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.navbar-brand img{
    width: 40%;
    transition: 1s;
}
header.menu-sticky .navbar-brand img{
    width: 70%;
    transition: 1s;
}
.bg-purple {
    background-color: #A61AD8;
}

.bg-gray {
    background-color: #f4f4f4;
}

h2::before, h2::after {
    flex: 1;
    height: 3px;
    content: '';
    background-color: currentColor;
    margin-right: 10px;
    margin-left: 10px;
}

.team-image2 {
    display: block;
    margin: auto;
    width: 210px;
    /*width: 2200px;*/
    height: 230px;
    border-radius: 50%;

}
.team-image-show {
    display: block;
    margin: auto;
    /*width: 300px;*/
    /*width: 2200px;*/
    /*height: 320px;*/
    border-radius: 50%;

}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: -0.07em;
}

@media (min-width: 345px) and (max-width: 760px) {
    .owl-carousel .owl-item .team-item2 img {
        display: block;
        width: 250px;
        height: 270px;
    }

    .team-item2 img {
        display: block;
        margin: auto;

        /*width: 2200px;*/

        border-radius: 50%;

    }
}

@media (min-width: 600px) and (max-width: 761px) {
    .owl-carousel .owl-item .team-item2 img {
        display: block;
        width: 120px;
        height: 140px;
    }

    .team-item2 img {
        display: block;
        margin: auto;

        /*width: 2200px;*/

        border-radius: 50%;

    }

}

@media (min-width: 761px) and (max-width: 1000px) {
    .owl-carousel .owl-item .team-item2 img {
        display: block;
        width: 180px;
        height: 200px;
    }

    .team-item2 img {
        display: block;
        margin: auto;

        /*width: 2200px;*/

        border-radius: 50%;

    }
}

.owl-carousel .owl-item img {

}

/*.team-item2 img {*/
/* width: 100%;*/
/*}*/
h2::before {
    margin-right: 10px;
}

h2::after {
    margin-left: 10px;
}

html body {
    font-family: IRANSans, serif;
}

.font-custom {
    /* Never get smaller than this */
    font-size: calc(14px + (20 - 14) * ((100vw - 300px) / (1600 - 300)));

}
.team-members{
    overflow: hidden;
}
.member-img img{
    width: 100%;
    height: 300px;
    border: 10px solid #fff;
}

.member-info {
    position: absolute;
    bottom: -109px;
    right: 25px;
    left: 25px;
    color: #fff;
    padding: 1.25rem 0;
    -webkit-transition: all .5s ease-in .1s;
    -o-transition: all .5s ease-in .1s;
    transition: all .5s ease-in .1s;
}
.team-member{
    position: relative;
    top: -3rem;
}
.team-members {
    overflow: hidden;
}
.team-member:hover .member-info, .team-member:focus .member-info, .member-info:hover{
    -webkit-transform: translateY(-58px);
    -ms-transform: translateY(-58px);
    -o-transform: translateY(-58px);
    transform: translateY(-58px);
}
.member-info p{
    /*text-align: right;*/
    font-size: 15px;
    /*padding: 0 10px;*/
}
.member-info a{
    color: #fff;
}
.member-info a:hover{
    color: #f4f4f4;
}
.member-info h4, .member-info ul{
    margin-bottom: 0;
}
.member-info ul{
    padding: 5px 0;
}
.member-info ul li{
    display: inline-block;
    margin: 0 .5rem;
}
.member-info li a{
    border: 1px solid;
    border-radius: 2px;
    display: inline-block;
}
.member-info li a i{
    font-size: 20px;
    width: 30px;
    height: 30px;
}

@media (min-width: 992px) and (max-width: 1199px){
    .member-info ul li {
        margin: 0 .25rem;
    }
    .member-info li a i {
        font-size: 15px;
        width: 25px;
        height: 25px;
    }
    .hero-content h3{
        font-size: 2vw;
    }
}
@media (min-width: 751px) and (max-width: 992px){

    .hero-content h3{
        font-size: 3vw;
    }
}

/*@media (min-width:600px) {*/
/*    .font-custom {*/
/*        font-size: 16px;*/
/*    }*/
/*}*/

/*@media (min-width:800px) {*/
/*    .font-custom {*/
/*        font-size: 18px;*/
/*    }*/
/*}*/

/*@media (min-width:1000px) {*/
/*    .font-custom {*/
/*        !* Never get larger than this *!*/
/*        font-size: 20px;*/
/*    }*/
/*}*/
.loader-text {
    position: fixed;
    top: calc(50% - 80px);
    left: calc(50% - 190px);
    z-index: 99999;
    text-align: center;
    font-size: 20px;
}

.loader {
    position: fixed;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
    z-index: 99999;
    border: 4px solid #ececec;
    border-radius: 50%;
    border-top: 4px solid #4c4c4c;
    width: 40px;
    height: 40px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.bg-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 9999;
}

.direction {
    direction: rtl;
}

.navbar-dark .navbar-nav .nav-link {
    color: white;
}

a {
    text-decoration: none;
    text-align: right;
}

a:hover {
    text-decoration: none;
}

li {
    list-style: none;
}

.mapouter {
    position: relative;
    text-align: right;
    width: 100%;
    height: 250px;
}

.gmap_canvas {
    overflow: hidden;
    background: none !important;
    width: 100%;
}

#gmap_canvas {
    width: 100%;
    height: 250px;
}

.light-primary {
    color: #3aa6e4;
}

.light-primary:hover {
    color: #bbe1fa;
}
/*-------------------------------------------------------
-------------------- Portfolio Section ------------------
-------------------------------------------------------*/
/*.portfolio-item{*/
/*    margin-top: 2rem;*/
/*}*/
.portfolio-item img {
    width: 100%;
    border-radius: 5px;
    border: 2px solid #343A40;
}
/*.portfolio-item:nth-child(2), .portfolio-item:nth-child(5){*/
/*    position: relative;*/
/*    top: 60px;*/
/*}*/
.img-overlay{
    text-align: center;
    position: absolute;
    top: 1px;
    right: 16px;
    left: 16px;
    bottom: 1px;
    color: white;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s ease-in .1s;
    -o-transition: all .5s ease-in .1s;
    transition: all .5s ease-in .1s;
}
.img-overlay .icon{
    font-size: 4rem;
}
.img-overlay a i{
    font-size: 2rem;
}
.img-overlay p{
    font-size: 1.3rem;
}
.portfolio-item:hover .img-overlay{
    opacity: 1;
    visibility: visible;
    border-radius: 0;
}

/*@media (min-width: 576px) and (max-width: 767px){*/
/*    !*.portfolio-item:nth-child(2), .portfolio-item:nth-child(4), .portfolio-item:nth-child(6){*!*/
/*    !*    position: relative;*!*/
/*    !*    top: 60px;*!*/
/*    !*}*!*/
/*    !*.portfolio-item:nth-child(5){*!*/
/*    !*    top: 0;*!*/
/*    !*}*!*/
/*}*/

/*@media (max-width: 575px) {*/
/*    .portfolio-item{*/
/*        top: 0 !important;*/
/*    }*/
/*-------------------------------------------------------
-------------------- Testimonials section1 --------------
-------------------------------------------------------- */

.img-gradient{
    position:relative;
    display:inline-block;
}


/*
#002f4b,#dc4225
Convert HEX to RGBA - http://hex2rgba.devoth.com/
*/
.img-gradient:after {
    content:'';
    position:absolute;
    left:0; top:0;
    width:100%; height:100%;
    display:inline-block;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0, 0, 0, 0.5)), color-stop(100%,rgba(0, 0, 0, 0.5))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%,rgba(0, 0, 0, 0.5) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%,rgba(0, 0, 0, 0.5) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%,rgba(0, 0, 0, 0.5) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%,rgba(0, 0, 0, 0.5) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002f4b', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}
.img-gradient img{
    display:block;
}
.centered {
    position: absolute;
    width: 100%;
    background-color: #ff7ffc;
    color: black;
    top: 70%;
    bottom: 0px;
text-align: center;
    /*bottom: 5px;*/
    /*!*top: 50%;*!*/
    /*left: 50%;*/
    /*transform: translate(-50%, -50%);*/
}
.testimonials0-section {
    height: 100vh;
    background-image: linear-gradient(
        rgba(0, 0, 0, 0.7),
        rgba(0, 0, 0, 0.7)
    ), url("../pics/bg4.jpg");
    opacity: 0.87;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;

    /*position: relative;*/
}

.hero-table {
    display: table;
    width: 100%;
    height: 100%;
    position: absolute;
}

.hero-table-cell {
    display: table-cell;
    vertical-align: middle;
}
.hero-table-cell-icon {
    display: table-cell;
    vertical-align: bottom;
    margin-bottom: -20px;
}

.hero-content {
    margin-top: 0px;
    text-align: center;
}
/*.hero-content h3{*/
/*    font-size: 3vw;*/
/*}*/

.hero-link {
    /*margin-top: 200px;*/


}

.hero-link a {
    padding: 20px 23px;
    border: 1px solid #fff;
    border-radius: 50%;
    background: none;
    color: #FFF7DE;
}

.hero-link a:hover {
    /* animation-duration: 3s; */
    animation-iteration-count: 2;
    animation: bounce 3s;
}

.testimonials1-section {
    /*height: 100vh;
    /*background-image: linear-gradient(
        rgba(0, 0, 0, 0.7),
        rgba(0, 0, 0, 0.7)
    ), url("../pics/slider1.jpg");
    opacity: 0.87;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
*/
}

.news-section {
    height: 100vh;
}

.news-partition {
    border-radius: 10px;
    border: 2px solid #842833;
    height: 420px;
    padding-bottom:10px ;
    overflow: hidden;
}

.news-partition-title {
    height: 85px;
    font-size: 19px
}
.news-partition-writer{
    font-size: 10px
}
.border-news{
    border: 2px solid #343A40;
    border-radius: 10px;
}
.border-news img{
    border-radius: 10px;
}
.border-news-single{
    border-radius: 10px;
    border: 2px solid #343A40;
}

/*-------------------------------------------------------
--------------------- brands Section --------------------
-------------------------------------------------------*/
.brand-section{
    padding: 3rem 0;
}
.brand-section .owl-carousel .owl-item img{
    width: 85%;
    margin: 0 auto;
}
#brands .owl-carousel.owl-loaded{
    line-height: 0;
}
/*-------------------------------------------------------
-------------------- Price Table Section ----------------
-------------------------------------------------------*/
.testimonial1-quote {
    font-size: 18px;
    font-family: 'Raleway', sans-serif !important;
    margin: 2rem 0;
}

.testimonial1-quote:before {
    content: '\f10d';
    font-family: FontAwesome, sans-serif;
    font-size: 25px;
    position: absolute;
    top: 0;
}

.speaker1-name {
    font-weight: 700;
}

/*
.testimonials1-section .owl-carousel .owl-dots {
    margin: 0.1rem 0.35rem 0;
}
*/


@media (max-width: 544px) {
    .testimonials1-section .owl-carousel .owl-dot {
        width: 20px;
        height: 5px;
        display: inline-block;
        margin: 0.5rem 0.35rem 0;
        border-radius: 3px;
        -webkit-transition: all .4s ease;
        -o-transition: all .4s ease;
        -ms-transition: all .4s ease;
        transition: all .4s ease;
        background-color: red;

    }
    .hero-content h3{
        font-size: 5vw;
    }
}

@media (min-width: 545px) and (max-width: 750px) {
    .testimonials1-section .owl-carousel .owl-dot {
        width: 25px;
        height: 5px;
        display: inline-block;
        margin: 0.5rem 0.35rem 0;
        border-radius: 3px;
        -webkit-transition: all .4s ease;
        -o-transition: all .4s ease;
        -ms-transition: all .4s ease;
        transition: all .4s ease;
        background-color: red;

    }
    .hero-content h3{
        font-size: 3.75vw;
    }
}

@media (min-width: 751px) {
    .testimonials1-section .owl-carousel .owl-dot {
        width: 28px;
        height: 8px;
        display: inline-block;
        margin: 0.5rem 0.75rem 0;
        border-radius: 3px;
        -webkit-transition: all .4s ease;
        -o-transition: all .4s ease;
        -ms-transition: all .4s ease;
        transition: all .4s ease;
        background-color: red;
    }
}

.testimonials1-section .owl-carousel .owl-dot.active:active {
    opacity: 1;
    transform: scale(1.15);
    border: none;
    /* border: 5px solid #fff; */
    background-color: white;
}

.testimonials1-section .owl-carousel .owl-dot.active {
    opacity: 1;
    transform: scale(1.15);
    border: none;
    /*border: 5px solid #fff;*/
    background-color: darkblue;
}

/*-------------------------------------------------------
-------------------- Testimonials Section ----------------
-------------------------------------------------------*/
.testimonials-section {
    background-image: linear-gradient(
        rgba(0, 0, 0, 0.7),
        rgba(0, 0, 0, 0.7)
    ), url("../pics/bg2.jpeg");
    opacity: 0.87;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
}

.testimonial-quote {
    font-size: 18px;
    font-family: 'Raleway', sans-serif !important;
    margin: 2rem 0;
}

.testimonial-quote:before {
    content: '\f10d';
    font-family: FontAwesome, sans-serif;
    font-size: 25px;
    position: absolute;
    top: 0;
}

.speaker-name {
    font-weight: 700;
}

.testimonials-section .owl-carousel .owl-dots {
    margin-top: 2rem;

}

/*.testimonials-section .owl-carousel .owl-dot span{*/
/*    width: 10px;*/
/*    height: 10px;*/
/*    display: inline-block;*/
/*    margin: 1rem 0.75rem 0;*/
/*    border-radius: 3px;*/
/*    opacity: 0.5;*/
/*    -webkit-transition: all .4s ease;*/
/*    -o-transition: all .4s ease;*/
/*    -ms-transition: all .4s ease;*/
/*    transition: all .4s ease;*/
/*    background-color: red;*/

/*}*/
/*.testimonials-section .owl-carousel .owl-dot.active span{*/
/*    opacity: 1;*/
/*    transform: scale(1.15);*/
/*    border: 5px solid #fff;*/
/*}*/
.testimonials-section .owl-carousel .owl-item.active.center .team-image2{
    display: block;
    margin: auto;
    width: 300px;
    /*width: 2200px;*/
    height: 320px;
    border-radius: 50%;


}
.owl-carousel .owl-item img {
    display: block;
    margin: auto;
    width: 210px;
    /*width: 2200px;*/
    height: 230px;
    border-radius: 50%;
}

/*-------------------------------------------------------
-------------------- ActiveTeams Section ----------------
-------------------------------------------------------*/
.activeTeams-section {
    background-image: linear-gradient(
        rgba(0, 0, 0, 0.7),
        rgba(0, 0, 0, 0.7)
    ), url("../pics/bg3.jpg");
    opacity: 0.87;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
}

.activeTeams-quote {
    font-size: 18px;
    font-family: 'Raleway', sans-serif !important;
    margin: 2rem 0;
}

.activeTeams-quote:before {
    content: '\f10d';
    font-family: FontAwesome, sans-serif;
    font-size: 25px;
    position: absolute;
    top: 0;
}

.speaker-name {
    font-weight: 700;
}

.activeTeams-section .owl-carousel .owl-dots {
    margin-top: 2rem;

}
.activeTeams-section .owl-carousel .owl-item.active.center .team-image2{
    display: block;
    margin: auto;
    width: 300px;
    /*width: 2200px;*/
    height: 320px;
    border-radius: 50%;


}

/*-------------------------------------------------------
-------------------- Blog Section ----------------
-------------------------------------------------------*/
/*.owl-carousel .owl-item img{*/

/*    width: 100px;*/
/*}*/
.team-item img {

    border-radius: 20px;
    border: 3px solid #C1D2CC;
}
.owl-carousel .owl-item .team-item img {
    display: block;
    width: 100%;
}

.owl-carousel .owl-item .team-item img {
    border-radius: 20px;
}

/*-------------------------------------------------------
----------------------Fonts------------------------------
-------------------------------------------------------*/
a:focus {
    outline: none;
}

.font-small-1 {
    font-size: 0.7rem !important;
}

.font-small-2 {
    font-size: 0.8rem !important;
}

.font-small-3 {
    font-size: 0.9rem !important;
}

.font-medium-1 {
    font-size: 1.1rem !important;
}

.font-medium-2 {
    font-size: 1.2rem !important;
}

.font-medium-3 {
    font-size: 1.3rem !important;
}

.font-medium-4 {
    font-size: 1.4rem !important;
}

.font-medium-5 {
    font-size: 1.5rem !important;
}

.font-large-1 {
    font-size: 2rem !important;
}

.font-large-2 {
    font-size: 3rem !important;
}

.font-large-3 {
    font-size: 4rem !important;
}

.font-large-4 {
    font-size: 5rem !important;
}

.font-large-5 {
    font-size: 6rem !important;
}

.text-bold-100 {
    font-weight: 100;
}

.text-bold-200 {
    font-weight: 200;
}

.text-bold-300 {
    font-weight: 300;
}

.text-bold-400 {
    font-weight: 400;
}

.text-bold-500 {
    font-weight: 500;
}

.text-bold-600 {
    font-weight: 600;
}

.text-bold-700 {
    font-weight: 700;
}

.text-bold-800 {
    font-weight: 800;
}

.text-bold-900 {
    font-weight: 900;
}

.text-italic {
    font-style: italic;
}

.text-highlight {
    padding: 4px 6px;
}

.direction-rtl {
    direction: rtl;
}
/* language-bottom*/

.float-sub-menu {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 20px;
    background-color: #F33;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    z-index: 1000;
    animation: bot-to-top 2s ease-out;
}

.float-sub-menu:hover {
    color: yellow;
}

.language-button ul {
    position: fixed;
    right: 20px;
    padding-bottom: 20px;
    bottom: 80px;
    z-index: 100;
}

.language-button ul li {
    list-style: none;
    margin-bottom: 10px;
}

.language-button ul li a {
    background-color: #F33;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    width: 60px;
    height: 60px;
    display: block;
padding-top: 20px;
}

.language-button ul li a:hover {
    color: yellow;
}

.language-button ul:hover {
    visibility: visible !important;
    opacity: 1 !important;
}


.my-language-menu {
    font-size: 24px;
    margin-top: 18px;
}

a#menu-share + .language-button ul {
    visibility: hidden;
}

a#menu-share:hover + .language-button ul {
    visibility: visible;
    animation: scale-in 0.5s;
}

a#menu-share i {
    animation: rotate-in 0.5s;
}

a#menu-share:hover > i {
    animation: rotate-out 0.5s;
}

@keyframes bot-to-top {
    0% {
        bottom: -40px
    }
    50% {
        bottom: 40px
    }
}

@keyframes scale-in {
    from {
        transform: scale(0);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes rotate-in {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes rotate-out {
    from {
        transform: rotate(360deg);
    }
    to {
        transform: rotate(0deg);
    }
}
