@font-face {
    font-family: 'BYekan' !important;
    src: url("../fonts/BYekan.eot?-30q3jh");
    src: url("../fonts/BYekan.eot?#iefix-30q3jh") format("embedded-opentype"),
    url("../fonts/BYekan.woff?-30q3jh") format("woff"),
    url("../fonts/BYekan.ttf?-30q3jh") format("truetype"),
 
}
@font-face {
    font-family: 'webyekannum';
    src: url("../fonts/webyekan-number.eot?-30q3jh");
    src: url("../fonts/webyekan-number.eot?#iefix-30q3jh") format("embedded-opentype"),
    url("../fonts/webyekan-number.woff?-30q3jh") format("woff"),
    url("../fonts/webyekan-number.ttf?-30q3jh") format("truetype"),
    url("../fonts/icomoon.svg?-30q3jh#icomoon") format("svg");
}
.form-control {
    min-height: 40px !important;
}
@font-face {
    font-family: 'IRANSans-web';
    src: url("../fonts/IRANSans-web.eot?#iefix-30q3jh") format("embedded-opentype"),
    url("../fonts/IRANSans-web.woff?-30q3jh") format("woff"),
    url("../fonts/IRANSans-web.ttf?-30q3jh") format("truetype");
}
@font-face {
  font-family: 'Vazir-Medium-FD';
  src: url('../fonts/Vazir-Medium-FD.eot');
  src: url('../fonts/Vazir-Medium-FD.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Vazir-Medium-FD.woff') format('woff'),
       url('../fonts/Vazir-Medium-FD.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.bgc{
    background-color: #77777738;
}
* {
    margin: 0;
    padding: 0;
    outline: none;
}

.brand{
    color: rgb(254, 133, 70)!important;
}

.text-primary {
    color: #e9494a !important;
}


@media screen and (min-width: 768px) {
    .modal-dialog {
        width: 1200px !important;
    }
}


body {
    line-height: 2;
    font-family:  'Vazir-Medium-FD';
    direction: rtl;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 2;
    font-family:  'Vazir-Medium-FD';
    margin: 0;
    padding: 0;
}

a, a:focus, a:hover {
    text-decoration: none;
}

strong, span, p {
    font-family:  'Vazir-Medium-FD';
}

img {
    max-width: 100%;
}
ul,li{
    list-style: none;
}
.transition2s {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.padding-topbottom{
    padding: 80px 0;
}

/*header*/

.header {
    border-top: 5px solid rgb(254, 133, 70);
}

.logo {
    margin: 0 auto;
    text-align: center;
    padding: 0px 0 10px 0;
}

.btn-mobile {
    display: none;
}

.navbar-default {
    background-color: #fff;
    border: 0;
    border-top: 1px solid #f2f2f2;
    width: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
}
.navbar{
    margin-bottom: 0;
}
.navbar-default .navbar-nav>li>a {
    color: #000;
    font-size: 14px;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    color: #999;
    background-color: transparent;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
    color: #999;
}

.btn-register a {
    background-color: #35d8a1;
    color: #fff !important;
    width: 160px;
    height: 40px;
    line-height: 40px;
    display: block;
    border-radius: 30px;
    text-align: center;
    margin-top: 5px;
}

/*video banner */

.video-banner {
    width: 100%;
    height: 550px;
    background-image: url(images/video-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff;
    text-align: center;
    position: relative;
}
.btn-video-banner i {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    border: 2px solid #36d2d0;
    color: #36d2d0;
    font-size: 23px;
    text-align: center;
    padding: 11px 0 0 6px;
    animation: ripple 2500ms infinite;
    cursor: pointer;
}
@keyframes ripple {
    0% {
        box-shadow: 0 0 0 0px transparent, 0 0 0 0px #36d2d0, 0 0 0 0px transparent, 0 0 0 0px #36d2d0, 0 0 0 0px transparent, 0 0 0 0px #36d2d0, 0 0 0 0px transparent, 0 0 0 0px #36d2d0;
    }
    100% {
        box-shadow: 0 0 0 15px transparent, 0 0 0 17px rgba(255,255,255,0), 0 0 0 40px transparent, 0 0 0 42px rgba(255,255,255,0), 0 0 0 70px transparent, 0 0 0 72px rgba(255,255,255,0), 0 0 0 105px transparent, 0 0 0 107px rgba(255,255,255,0);
    }
}
.btn-video-banner span{
    display: block;
    font-size: 14px;
    opacity: 0.9;
    margin-top: 15px;
}
.btn-video-banner {
    width: 100px;
    margin: 0 auto;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 80px;
}
#video video {
    width: 100%;
}
.modal-body ul li {
    font-size: 13px;
    font-weight: 500;
    border: 1px solid #eee;
    margin-bottom: 10px;
    padding: 8px 15px;
    border-radius: 5px;
}
.modal-body h4 {
    font-size: 16px;
    padding-top: 10px;
    margin-bottom: 10px;
    font-weight: bold;
}
.modal-body p {
    font-size: 13px;
    text-align: justify;
}
/*.modal-dialog{
  width: 800px;
}*/
/*servises*/

.servises {
    padding: 100px 0;
    text-align: center;
}

.servises .content {
    /*box-shadow: 0 1px 5px rgba(0, 0, 0, 0.07);*/
    margin-bottom: 30px;
    padding: 20px;
    color: rgba(125, 124, 124, 0.68);
}

.serv{
    color: inherit;
}

.title-company{
    color: rgb(254, 133, 70);
    font-size: 2rem;
    font-weight: bold;
    text-shadow: 0 1px 0 #000;
    margin-top: 5px;
}

.servises .content:hover {
    /*box-shadow: 0 1px 25px rgba(0, 0, 0, 0.22);*/
    cursor: pointer;
    color: rgb(254, 133, 70);
    /*background-color: #f7f7f7;*/
}

.servises .content h3 a {
    font-size: 18px;
    border: 2px solid #eaeaea;
    border-radius: 30px;
    width: 150px;
    margin: 0px auto;
    margin-top: 30px;
    display: block;
    color: #000;
    height: 40px;
    line-height: 40px;
}

.servises .content:hover .title-servis a {
    border: 2px solid #ffc31e;
}


/*referee*/

.referee-sec {
    /*background-color: #f7f7f7;*/
    background-color: #f3f2f0;
    padding: 80px 0 120px 0;
}

.referee-sec2 {
    background-color: #f3f2f0;
    padding: 40px 0 120px 0;
}

.referee-sec .content-sec {
    background-color: #fff;
    padding: 5px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    margin: 5px;
    text-align: center;
}

.title-brands {
    font-size: 14px;
    font-weight: 500;
    padding-top: 10px;
    text-align: center;
}

.referee-sec .content-sec .edu {
    font-size: 10px;
    color: #999;
}

.title-sec {
    font-size: 30px;
    text-align: center;
    position: relative;
    margin-bottom: 20px;
    margin-top: 30px;
}
.title-sec2 {
    text-align: center;
    position: relative;
}

.title-sec2:after {
    content: '';
    position: absolute;
    width: 220px;
    height: 2px;
    background-color: rgb(254, 133, 70);
    bottom: 0;
    right: 0;
    left: 0;
    text-align: center;
    margin: 0 auto;
}

.title-sec:after {
    content: '';
    position: absolute;
    width: 220px;
    height: 2px;
    background-color: rgb(254, 133, 70);
    bottom: 0;
    right: 0;
    left: 0;
    text-align: center;
    margin: 0 auto;
}

/*register*/
.register .row{
    border-bottom: 1px solid #ddd;
    padding-bottom: 80px;
}
.register.padding-topbottom {
    padding-bottom: 0;
}
.all-tab {
    margin-bottom: 50px;
}
.all-tab span {
    padding: 10px 15px;
    font-size: 14px;
    color: #999999;
    cursor: pointer;
}
.all-tab .active-tab {
    border: 2px solid #e9494a;
    border-radius: 30px;
    color: #e9494a;
}
.tab2-content , .tab3-content , .tab4-content,.tab5-content,.tab6-content,.tab7-content{
    display: none;
}
.all-tab-content ul li {
    position: relative;
    margin-right: 20px;
    color: #000;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 15px;
    text-align: justify;
}
.all-tab-content ul li:before {
    content: '';
    background-color: #e9494a;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    position: absolute;
    right: -20px;
    top: 50%;
    margin-top: -7px;
}
.list-date li {
    border: 1px solid #eee;
    padding: 8px;
    border-radius: 5px;
}
.list-date span {
    color: #999;
    padding-right: 10px;
    float: left;
}

/*footer*/
.footer-top{
    background-color: #272727;
    color: #fff;
    padding: 50px 0;
}
.logo-footer {
    float: right;
    width: 100%;
    border-bottom: 1px solid #909090;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.logo-footer h5 ,.logo-footer img{
    float: right;
}
.logo-footer h5{
    font-size: 20px;
    margin-top: 15px;
}
.address {
    clear: both;
}
li.address-info p {
    font-size: 15px;
    float: right;
}
li.address-info i {
    float: right;
    width: 5%;
}
.address ul li {
    font-size: 17px;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
.input-sec {
    width: 46.3%;
    float: right;
    margin-left: 25px;
    position: relative;
}
.input-sec + .input-sec {
    margin-left: 0;
}
.input-sec i , .txt-box i{
    position: absolute;
    right: 10px;
    top: 8px;
    color: #999;
}
.input-sec i{
    top: 50%;
    margin-top: -10px;
}
.input-sec input{
    width: 100%;
    padding:0 25px 0 5px;
    background: none;
    border: 2px solid #999;
    border-radius: 5px;
    color: #999;
    height: 45px;
    font-size: 12px;
}
.input-sec.email-input input{
    padding-right: 28px;
}
.txt-box {
    clear: both;
    position: relative;
    margin-top: 15px;
    float: right;
}
.txt-box textarea{
    width: 100%;
    height: 150px;
    background: none;
    border: 2px solid #999;
    border-radius: 5px;
    padding:3px 25px;
    color: #999;
    font-size: 12px;
}
.contact-form button {
    background: none;
    border: 2px solid #e9494a;
    color: #fff;
    padding: 3px 25px;
    border-radius: 30px;
    margin-top: 15px;
}
.address i{
    color: #e9494a;
    font-size: 14px;
    padding-left: 10px;
    display: inline-block;
}

.footer-bottom{
    background-color: #1f1f1f;
    position: relative;
    color: #fff;
    text-align: center;
    border-bottom: 2px solid rgb(254, 133, 70);
}
.copyright{
    font-size: 11px;
    padding: 20px 0;
}
.jump-top {
    position: absolute;
    top: -40px;
    font-size: 22px;
    right: 0;
    left: 0;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    background-color: #1f1f1f;
    line-height: 40px;
    padding-top: 5px;
    border-radius: 5px 5px 0px 0px;
    cursor: pointer;
}


/*=== owl slider ===*/


/*
.slider-referee{
	direction: ltr;
}*/

.gallery-single-item {
    clear: both;
    margin: 50px 0;
}


/*.slider-referee .col-md-12 {
    padding: 0;
}*/


/*.slider-referee.owl-carousel {
    width: calc(100% - 30px);
    margin: 0 auto;
}*/

.slider-referee .owl-nav, .slider-cat .owl-nav {
    position: absolute;
    top: 50%;
    margin-top: -35px;
    width: 100%;
}

.slider-referee .img-back-ratio16-9 img {
    padding: 100% 0 0 100%;
}

/*.slider-referee .owl-nav div, .slider-cat .owl-nav div {*/
/*position: absolute;*/
/*background-color: #f1f1f1;*/
/*width: 50px;*/
/*height: 50px;*/
/*line-height: 50px;*/
/*border-radius: 100%;*/
/*text-align: center;*/
/*border: 1px solid #ebebeb;*/
/*cursor: pointer;*/
/*font-size: 28px;*/
/*padding-top: 5px;*/
/*}*/

.slider-referee .owl-nav i, .slider-cat .owl-nav i {
    color: #999999;
}

.slider-referee .owl-prev {
    left: 150px;
    padding-right: 5px;
}

.slider-referee .owl-next {
    right: -150px;
    padding-left: 5px;
}


.owl-dots {
    text-align: center;
    position: absolute;
    bottom: -60px;
    left: 0;
    right: 0;
}

.owl-dots div {
    display: inline-block;
}

.owl-dot span {
    width: 70px;
    height: 5px;
    margin: 5px 5px;
    background: #cccccc;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
}

.owl-dot.active span, .owl-dot:hover span {
    background: #e9494a;
    cursor: pointer;
}


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 *  Owl Carousel - Animate Plugin
 */

.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}


/*
 * 	Owl Carousel - Auto Height Plugin
 */

.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}


/*
 *  Core Owl Carousel CSS File
 */

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-controls .owl-nav .owl-prev, .owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
    display: none;
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d;
}

.owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
}

.owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}


/* No Js */

.no-js .owl-carousel {
    display: block;
}


/*
 * 	Owl Carousel - Lazy Load Plugin
 */

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
    transform-style: preserve-3d;
}


/*
 * 	Owl Carousel - Video Plugin
 */

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale 100ms ease;
    -moz-transition: scale 100ms ease;
    -ms-transition: scale 100ms ease;
    -o-transition: scale 100ms ease;
    transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transition: scale(1.3, 1.3);
    -moz-transition: scale(1.3, 1.3);
    -ms-transition: scale(1.3, 1.3);
    -o-transition: scale(1.3, 1.3);
    transition: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
}


/*responsive*/

@media only screen and (max-width: 768px) {
    .tab-sec {
        margin-top: 30px;
    }
    .all-tab span {
        display: block;
        text-align: center;
    }
    .btn-register{
        display: none;
    }
    .btn-mobile .btn-register , .btn-mobile{
        display: block;
    }
    .btn-mobile{
        margin-right: 10px;
    }
    .slider-referee .owl-nav, .slider-cat .owl-nav{
        display: none;
    }
    .owl-dots{
        display: none;
    }
    .contact-form {
        margin-top: 30px;
    }
}
.mrgnb-100{
    margin-bottom:100px;
}
.mrgnb-10{
    margin-bottom:10px;
}
.mrgnt-20{
    margin-top:20px;
}
.title-panel{
    font-weight: bold;
    color: #2b2626;
}
.fns-30{
    font-size: 30px;
}

div.scrollmenu {
    /*    background-color: #333; */
    overflow: auto;
    white-space: nowrap;
}

div.scrollmenu a {
    display: inline-block;
    color: rgb(254, 133, 70);
    text-align: center;
    padding: 14px;
    text-decoration: none;
}

div.scrollmenu a:hover {
    background-color: #777;
}
img:hover{
cursor:pointer;
}
.table-responsive{
font-size: 13px !important;
}