@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: bold;
    src: url('../fonts/iransans/eot/IRANSansWeb_Bold.eot');
    src: url('../fonts/iransans/eot/IRANSansWeb_Bold.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
    url('../fonts/iransans/woff2/IRANSansWeb_Bold.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/iransans/woff/IRANSansWeb_Bold.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/iransans/ttf/IRANSansWeb_Bold.ttf') format('truetype');
}
@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/iransans/eot/IRANSansWeb_Medium.eot');
    src: url('../fonts/iransans/eot/IRANSansWeb_Medium.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
    url('../fonts/iransans/woff2/IRANSansWeb_Medium.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/iransans/woff/IRANSansWeb_Medium.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/iransans/ttf/IRANSansWeb_Medium.ttf') format('truetype');
}
@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/iransans/eot/IRANSansWeb_Light.eot');
    src: url('../fonts/iransans/eot/IRANSansWeb_Light.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
    url('../fonts/iransans/woff2/IRANSansWeb_Light.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/iransans/woff/IRANSansWeb_Light.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/iransans/ttf/IRANSansWeb_Light.ttf') format('truetype');
}
@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 200;
    src: url('../fonts/iransans/eot/IRANSansWeb_UltraLight.eot');
    src: url('../fonts/iransans/eot/IRANSansWeb_UltraLight.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
    url('../fonts/iransans/woff2/IRANSansWeb_UltraLight.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/iransans/woff/IRANSansWeb_UltraLight.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/iransans/ttf/IRANSansWeb_UltraLight.ttf') format('truetype');
}
@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/iransans/eot/IRANSansWeb.eot');
    src: url('../fonts/iransans/eot/IRANSansWeb.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
    url('../fonts/iransans/woff2/IRANSansWeb.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/iransans/woff/IRANSansWeb.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/iransans/ttf/IRANSansWeb.ttf') format('truetype');
}
body, html, h1, h2, h3, h4, h5, h6, .tooltip-inner {
    font-family:"IRANSans",Tahoma, Arial, sans-serif !important;
}

body {
    line-height: 1.5;
    position: relative;
    overflow-x: hidden;
    font-size: 12px;
}
*, ::after, ::before {
    box-sizing: border-box;
}
a:hover, a:focus {
    text-decoration: none !important;
}
.top-header {
    background: #00594d;
    border-bottom: 3px solid #ffcd34;
    min-height: 40px;
}
.top-icon {
    margin-top: 8px;
    color: #ffcd34;
    font-size: 14px;
}
.top-icon i {
    font-size: 18px;
}
.logo {
    position: absolute;
    z-index: 100;
}
.logo img {
    height: 110px;
    width: auto;
}

.logo-small img {
    height: 45px;
    width: auto;
}
.top-header::after {
    content: '';
     /* background-image: url(../../assets/images/shadow.png); */
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    height: 37px;
    right: 0px;
    opacity: 0.2;
    left: 0px;
    margin: auto;
    padding: 0px;
    position: absolute;
    top: 38px;
    z-index: 99;
    width: 100%;
}

.photo-slide {
    width: 100%;
    height: auto;
}

.main-body {
    background: url("../../assets/images/main-body-2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 60px;
}
.card {
    padding: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
    margin-bottom: 30px;
    position: relative;
    display: inline-block;
}

.card-item {
    position: relative;
    min-height: 270px;
}

.card img {
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
}

.card .card-title {
    font-size: 15px;
    font-weight: 500;
    width: 100%;
    text-align: center;
    color: #00594d;
    min-height: 110px;
    position: relative;
    display: block;
    clear: both;
}

.card .card-title, .card .card-caption {
    padding: 9px 5px;
}

.card .ImageOverlayLi:before {
    background: none repeat scroll 0 0 rgba(0, 89, 77, 0.7);
    bottom: -100%;
    height: 100%;
    content: "";
    display: block;
    left: 0;
    opacity: 0;
    position: absolute;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
}

.card .ImageOverlayLi:after {
    background: none repeat scroll 0 0 rgba(0, 89, 77, 0.7);
    height: 100%;
    content: "";
    display: block;
    left: 0;
    opacity: 0;
    position: absolute;
    top: -100%;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
}

.card:hover .ImageOverlayLi:before {
    bottom: -50%;
    opacity: 1;
}

.card:hover .ImageOverlayLi:after {
    top: -50%;
    opacity: 1;
}

.card-caption {
    visibility: hidden;
    margin: 0;
    opacity: 0;
    position: absolute;
    text-align: justify;
    width: 100%;
    top: 50%;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    transform: translateY(-53%);
    color: #ffffff;
}

.card:hover .card-caption {
    opacity: 1;
    visibility: visible;
}

.card-link {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
}

.card-link .link a, .card-link .app a {
    color: #0f9b4f;
    display: block;
    position: relative;
    margin: 0 5px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    transition: background-color 0.8s;
    z-index: 99;
}

.card-link .link:hover a, .card-link .app:hover a {
    color: #ffffff;
    background: #0f9b4f;
}

.card-link .link a span {
    margin: 8px;
    font-size: 20px;
}

.card-link .app a span {
    margin: 6px 11px;
    font-size: 22px;
}

.footer {
    background: url(../../assets/images/footer-back.jpg);
    background-size: cover;
    background-repeat: repeat-x;
    color: #F9F9F9;
    padding: 30px 0 15px;
    border-top: 3px solid #555;
}

.app-box {
    position: fixed;
    bottom: 0;
    height: 76px;
    width: 100%;
    display: block;
    background: rgba(0, 0, 0, 0.6);
    z-index: 10000;
    color: #fff;
    overflow: hidden;
}

.app-box img {
    top: 50%;
    transform: translateY(5px);
}
.app-box div {
    height: 100vh;
}

.app-box .text {
    text-align: center;
    margin-top: 15px;
    line-height: 18px;
}

.btn-down {
    color: #ffcd34 !important;
    background: #00594d !important;
    border: 2px solid #c2e6e4 !important;
    border-radius: 50px;
    margin-top: 15px;
    display: table;
    position: relative !important;
    margin-left: auto;
    margin-right: auto;
    padding: 8px 18px;
    font-weight: 500;
}

.app-box.hidden {
    display: none;
}

.btn-link {
    color: #ffffff;
    font-size: 40px;
    top: 50%;
}

.p-5 {
    padding: 5px !important;
}

/*--- START TAB ---*/
.nav-tabs {
    background: #00594d;
    border-top: 3px solid #ffcd34;
}
.tab-slider--nav {
    float: none;
}
.tab-slider--tabs {
    display: block;
    margin: 2px 0;
    padding: 0;
    list-style: none;
    position: relative;
    overflow: hidden;
    user-select: none;
}
.tab-slider--tabs:after {
    content: "";
    width: 25%;
    background: #ffcd34;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    transition: all 250ms ease-in-out;
    border-radius: 0 20px;
}
.tab-slider--tabs.slide:after {
    right: 25%;
    left: auto;
}
.tab-slider--tabs.slide2:after {
    right: 50%;
    left: auto;
}
.tab-slider--tabs.slide3:after {
    right: 75%;
    left: auto;
}
.tab-slider--trigger {
    font-size: 15px;
    line-height: 1;
    font-weight: 500;
    color: #ffcd34;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 0;
    position: relative;
    z-index: 2;
    cursor: pointer;
    display: inline-block;
    transition: color 250ms ease-in-out;
    user-select: none;
}
.tab-slider--trigger.active {
    color: #00594d;
}
.tab-slider--trigger i {
    font-size: 18px;
    border: 2px solid #ffcd34;
    border-radius: 50%;
    padding: 5px;
    width: 35px;
    height: 35px;
}
.tab-slider--trigger.active i {
    border-color: #00594d;
}
.tab-slider--body {
    margin-bottom: 20px;
}

.tab-slider--body h2 {
    text-align: center;
    color: #00594d;
    font-weight: 600;
    margin: 50px 0;
    display: block;
    position: relative;
    padding-bottom: 15px;
}

.tab-slider--body h2:before {
    content: "";
    position: absolute;
    z-index: 0;
    box-shadow: 0 3px 3px rgba(0, 89, 77, 0.5);
    top: 80%;
    bottom: 0;
    left: 5px;
    right: 5px;
    border-radius: 100px / 5px;
    display: block;
    width: 30%;
    margin-left: auto;
    margin-right: auto;
}

.tab-slider--body h2:after {
    content: "";
    background: #f4f4f4;
    position: absolute;
    width: 12px;
    height: 12px;
    left: 50%;
    bottom: -6px;
    margin-left: -6px;
    transform: rotate(45deg);
    box-shadow: 2px 2px 3px rgba(0, 89, 77, 0.5), 0px 0px 0px rgba(0, 0, 0, 0.3);
}

/*--- End TAB ---*/
@media (max-width: 1199px) {
    .top-header {
        min-height: 30px;
        border-bottom-width: 2px;
    }
    .top-header::after {
        top: 28px;
    }
    .card .card-title {
        font-size: 14px;
    }
    .top-header .text-top img {
        height: 30px;
        width: auto;
    }
}

@media (max-width: 991px) {
    #iframe-div{
        height:1065px;
    }
    .tab-slider--tabs:after {
        width: 100%;
        height: 52px;
        right: 0;
    }
    .tab-slider--tabs.slide:after {
        top: 25%;
        left: 0;
        right: 0;
    }
    .tab-slider--tabs.slide2:after {
        top: 50%;
        left: 0;
        right: 0;
    }
    .tab-slider--tabs.slide3:after {
        top: 75%;
        left: 0;
        right: 0;
    }
    .tab-slider--trigger {
        text-align: right;
        padding-right: 15px;
        padding-top: 9px;
    }
    .tab-slider--body h2:before {
        width: 60%;
    }
}

a#backToTop {
    width:45px;
    height:45px;
    opacity:0.8;
    position:fixed;
    bottom:10%;
    right:5%;
    display:none;
    background: #00594d;
    background-repeat: no-repeat;
    z-index: 100;
    color: #ffcd34;
    border-radius: 50%;
    padding: 8px;
    font-size: 30px;
}
a#backToTop:hover {
    opacity: 1;
}

.tooltip-inner {
    background-color: #0f9b4f;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #0f9b4f;
}

.tooltip.top-left .tooltip-arrow {
    border-top-color: #0f9b4f;
}

.tooltip.top-right .tooltip-arrow {
    border-top-color: #0f9b4f;
}

.tooltip.right .tooltip-arrow {
    border-right-color: #0f9b4f;
}

.tooltip.left .tooltip-arrow {
    border-left-color: #0f9b4f;
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #0f9b4f;
}

.tooltip.bottom-left .tooltip-arrow {
    border-bottom-color: #0f9b4f;
}

.tooltip.bottom-right .tooltip-arrow {
    border-bottom-color: #0f9b4f;
}
