*{
    box-sizing: border-box;
}
body .row {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.img-responsive {
    width: 100%;
    height: auto;
}

section#home img.logo-size {
    width: 85px;
    height: 85px;
}

.show-map-box {
    height: 400px;
    width: 100%;
    border: 1px dashed #eee;
    background: rgba(51, 51, 51, 0.73);
}

div.tabs > ul.nav > li.nav-item {
    margin: 0 4px;
}

.limited-text {
    position: relative;
    overflow: hidden;
}

.limited-text .limited-btn {
    display: block;
    position: absolute;
    z-index: 5;
    bottom: 0;
    right: 0;
    text-align: center;
    font-size: 18px;
    background: #fff;
    color: #007ca6 !important;
    cursor: pointer;
    width: 100%;
    opacity: 1;
}

.limited-text .limited-btn:after {
    position: absolute;
    content: '';
    right: 0;
    bottom: 30px;
    width: 100%;
    height: 110px;
    background: linear-gradient(180deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 99%, .99) 99%, #fcfcfc);
    z-index: 5;
}

.limited-text .limited-btn.opend:after {
    opacity: 0;
}

.limited-text .limited-btn.closed:after {
    opacity: 1;
}

.top-nav-type {
    box-shadow: 0px 1px 1px #037686;
    width: 100%;
    padding: 5px 0;
}

.top-nav-type .list-inline {
    margin: 0;
    padding: 0;
}

.top-nav-type .list-inline .list-inline-item {
    margin: 0;
    padding-left: 5px;
}

.top-nav-type .list-inline .list-inline-item:last-child {
    padding: 0;
}

.top-nav-type .list-inline .list-inline-item a {
    font-size: 14px;
    color: #fff;

    transition: 400ms;
}

.top-nav-type .list-inline .list-inline-item a:hover {
    transform: translateY(5px);

}

.top-nav-type .list-inline .list-inline-item a .fa {
    font-size: 18px;
    color: #fff;
}

.top-nav-type .list-inline .list-inline-item.text {
    color: #f1f1f1;
    cursor: pointer;
}

.top-nav-type .list-inline .link-hidden {
    transition: 600ms;
    visibility: hidden;
}

.top-nav-type .list-inline .link-figure {
    height: 20px;
    width: 20px;
    margin: 0;
    padding: 0;
    transition: 500ms;
}

.top-nav-type .list-inline .link-figure .img-responsive {
    transition: transform 500ms;
    margin: 0;
}

.top-nav-type .list-inline .link-figure .img-responsive:hover {
    transform: scale(1.2);

}

.header-content {

}

.header-content .figure-logo {
    width: 85px;
    height: 85px;
}

.header-content .logo-title {
    color: #fff;
}
.footer{
    padding:0;
}
.footer .content{
    padding-top: 1em;
}
.footer .content .box{

}
.footer .content .box .title{
    font-size: 20px;
    padding: 10px;
    border-right: 4px solid #ffc62a;
    color: #fff;
}
.footer .content .box .note-share{
    color: #fff;

}
.footer .content .about{
    color: #ffff;
    text-align:justify;
}
.footer .copyright-box{
    color: #fff;
    background:#0196ab;
    padding: 10px;
}
.footer .copyright-box p{
    text-align: justify;
    color: #fff !important;
    font-family: IRANSans;
    margin: 0;
}
.footer .copyright-box p.text{
    font-size: 16px;
}
.footer .copyright-box a {
    color: #fff;

}
.video-section{
    /*height: 300px;*/
    padding: 1.5rem 0;
    width: 100%;
    position: relative;

}
.video-section:hover .share-box{
    visibility: visible;
    opacity: 1;
}
.share-box{
    position: absolute;
    top: 3rem ;
    left: 1.5rem;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 800ms,opacity 800ms;
    -moz-transition: visibility 800ms,opacity 800ms;
    -ms-transition: visibility 800ms,opacity 800ms;
    -o-transition: visibility 800ms,opacity 800ms;
    transition: visibility 800ms,opacity 800ms;
}
.share-box .share-btn{
    font-size: 25px;
    color:#eee;
    padding: 5px 10px;
    background: transparent;
}
.share-box .share-btn:hover .social-list{
    visibility: visible;
    opacity: 1;
}
.share-box .share-btn .fa-share-alt{
    transition: transform 300ms;
}
.share-box .share-btn:hover .fa-share-alt{
    transform: scale(0.9);
}
.share-box .share-btn .social-list{
    position: absolute;
    top: 35px;
    left: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 800ms,opacity 800ms;
    -moz-transition: visibility 800ms,opacity 800ms;
    -ms-transition: visibility 800ms,opacity 800ms;
    -o-transition: visibility 800ms,opacity 800ms;
    transition: visibility 800ms,opacity 800ms;
}
.share-box .share-btn .social-list .list-group-item{
    opacity: 0.8;
    transition: 600ms;
}
.share-box .share-btn .social-list .list-group-item:hover{
    opacity: 1;
    -webkit-transform: translateY(-3) scale(1.1);
    -moz-transform: translateY(-3) scale(1.1);
    -ms-transform: translateY(-3) scale(1.1);
    -o-transform: translateY(-3) scale(1.1);
    transform: translateY(-3) scale(1.1);
}
.share-box .share-btn .social-list .list-group-item .share-link{
    /*color: #000;*/
    padding: 0;
    margin: 0;
}
.share-box .share-btn .social-list .list-group-item .fa{
    -webkit-transition: transform 600ms;
    -moz-transition: transform 600ms;
    -ms-transition: transform 600ms;
    -o-transition: transform 600ms;
    transition: transform 600ms;
}
.share-box .share-btn .social-list .list-group-item .fa:hover{
    -webkit-transform: translateY(5px);
    -moz-transform:translateY(5px) ;
    -ms-transform:translateY(5px) ;
    -o-transform:translateY(5px) ;
    transform:translateY(5px) ;
}
.video-section .video-player{
    /*width: 100%;*/
    /*height: 100%;*/

}

.blog-carousel  a[class*=carousel-control-]{
     width: 4%;
     color: #000;
 }
.blog-carousel  a[class*=carousel-control-]:before{
    background: #f1f1f1;
    padding: 1rem;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
/*Responsive View*/
.video-player{
    width: 100%;
    height: 100%;
}
@media screen and (min-width: 0px)  and (max-width: 499px) {
    div.tabs > ul.nav > li.nav-item {
        margin: 4px 0;
    }
    #mediaN
}