@font-face {
    font-family: "Yekan";
    src: url( "../font/W_YEKAN_0.TTF" );
    src: local( "?" ), url( "../font/W_YEKAN_0.TTF" )format( "truetype" );
}
*{
    font-family:Yekan;
}
/*-------------------------------------------------*/
/* =  Header
/*-------------------------------------------------*/

header {
    position: absolute;
    z-index: 999;
    background: #fff;
    background: rgba(250,250,250,0.9);
    width: 100%;
}
#header {
    position: relative;
    background: #fff;
    width: 100%;
    border-bottom: 1px solid #dcdcdc;
    -webkit-box-shadow: 0px 0px 4px 0px #dcdcdc;
    box-shadow: 0px 0px 4px 0px #dcdcdc;
}

.subheader {
    background-color: #00695c;

}
.inner-subheader {
    background-color: #00695c;
    width: 1170px;
    margin: auto;
}

.subheader .phone {
    float: right;
    color: #fff;
    font-size: 14px;
    padding: 8px 0 8px 33px;
}


.subheader .subheader2 {
    float: left;
}
.subheader .subheader2 ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.subheader .subheader2 li {
    display: inline-block;
    padding: 7px;
    border-right: 1px solid #00695c;
}
.subheader .subheader2 li:last-child {
    border-left: 1px solid #00695c;
}

.subheader .subheader2 a {
    color: #d4d4d4;
    font-size: 13px;
}
.subheader .subheader2 a:hover {
    color: #FFFFFF;
}


.upper-header {
    max-width: 1170px;
    clear: both;
}

.logo {
    margin-bottom: -30px;
    width: 300px;
    float: left;
    padding-top: 15px;
}




/*-------------------------------------------------*/
/* =  Navigation
/*-------------------------------------------------*/

/* Navigation  */
.nav-wrap {
    float: right;
}

#nav {
    float: right;
    position: relative;

}

#nav > select {
    display: none;
}

ul#navlist {
    list-style: none;
    margin: 0;

}

ul#navlist li {
    float: right;
    position: relative;
}

ul#navlist li a {
    display: block;
    font-size: 17px; /* 17px */
    font-weight: normal;
    line-height: normal;
    color: #000000;
    padding-right: 12px;
    padding-left: 12px;
    padding-top: 25px;
    padding-bottom: 25px;
margin-bottom: 10px;
    margin-top:  -10px;


    text-transform: uppercase;
}

ul#navlist li.current > a{
    color: #ffffff;
    background: #00695c;
}
ul#navlist li > a:hover{
    color: #FFFFFF;
    font-feature-settings: normal!important;
    font-style: normal!important;
    background: #007668;

}

ul#navlist li a:hover {
    color: #fff;}



/* DropDown Menu = Superfish */
.sf-menu {
    line-height: 1.0;
    overflow: visible !important;
}

.sf-menu .sub-menu {
    position: absolute;
    top: -999em;
    width: 150px; /* right offset of submenus need to match (see below) */
    margin: 0 !important;
    padding-right: 0;

}

.sf-menu ul li {
    width: 100%;
}

.sf-menu li:hover {
    visibility: inherit; /* fixes IE7 'sticky bug' */
}

.sf-menu li {
    float: right;
    position: relative;
}

.sf-menu a {
    display: block;
    position: relative;
}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
    right: 0;
    top: auto; /* match top ul list item height */
    z-index: 99;
}

.sf-menu li:hover li ul,
.sf-menu li.sfHover li ul {
    top: -999em;
}

.sf-menu li li:hover ul,
.sf-menu li li.sfHover ul {
    right: 100%; /* match ul width */
    top: 0;
}

.sf-menu li li:hover li ul,
.sf-menu li li.sfHover li ul {

}

.sf-menu li li li:hover ul,
.sf-menu li li li.sfHover ul {
    right: 100%; /* match ul width */
    top: 0;
}

.sf-menu .sub-menu {
    overflow: visible !important;
}

.sf-menu .sub-menu li {
    background: #00796b;
    list-style: none;
    margin-top: -10px;
   margin-bottom: 5px;
    padding-top: 5px;
}


.sf-menu .sub-menu li:hover a{
    color: #ffffff !important;
    background: #009688 !important;
}


.sf-menu .sub-menu a {
    font-size: 14px !important;
    font-weight: normal;
    color: #fff !important;
    padding: 12px 15px !important;
    line-height: normal;
}

.sub-menu span {
    display: none;
}

/*-------------------------------*/
/*           Footer             */
/*-----------------------------*/
#myFooter {
    background-color: #00695c;
    color: white;
    padding-top: 30px;
    direction: rtl;
}


#myFooter .footer-copyright {

    background-color: #2B2A27;
    padding-top: 3px;
    padding-bottom: 3px;
    text-align: center;

}

#myFooter .row {
    margin-bottom: 60px;
}

#myFooter .navbar-brand {
    margin-top: 45px;
    height: 65px;
}

#myFooter .footer-copyright p {
    margin: 10px;

    font-size: 10px;
    color: #ccc;
}

#myFooter ul {
    list-style-type: none;
    padding-left: 0;
    line-height: 1.7;
}

#myFooter h5 {
    font-size: 18px;
    color: white;
    font-weight: bold;
    margin-top: 30px;
}

#myFooter h2 a{
    font-size: 50px;
    text-align: center;
    color: #fff;
}

#myFooter a {
    color: #d2d1d1;
    text-decoration: none;
}

#myFooter a:hover,
#myFooter a:focus {
    text-decoration: none;
    color: white;
}

#myFooter .social-networks {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 16px;
}

#myFooter .social-networks a {
    font-size: 32px;
    color: #f9f9f9;
    padding: 10px;
    transition: 0.2s;
}

#myFooter .social-networks a:hover {
    text-decoration: none;
}

#myFooter .facebook:hover {
    color: #0077e2;
}

#myFooter .google:hover {
    color: #ef1a1a;
}

#myFooter .twitter:hover {
    color: #00aced;
}

#myFooter .btn {
    color: white;
    background-color: #d84b6b;
    border-radius: 20px;
    border: none;
    width: 150px;
    display: block;
    margin: 0 auto;
    margin-top: 10px;
    line-height: 25px;
}

@media screen and (max-width: 767px) {
    #myFooter {
        text-align: center;
    }
}


.tell {
    background: url(../image/Phone.png) right 0px no-repeat;
    padding-right: 25px;
    color: #ffffff;
    font-size: 14px;
    font-weight: lighter;
}
.address {
    background: url(../image/address.png) right 0px no-repeat;
    padding-right: 25px;
    color: #ffffff;
    font-size: 14px;
    font-weight: lighter;
}
.email {
    background: url(../image/email.png) right 0px no-repeat;
    padding-right: 25px;
    color: #ffffff;
    font-size: 14px;
    font-weight: lighter;
}
.fax {
    background: url(../image/Print.png) right 0px no-repeat;
    padding-right: 25px;
    color: #ffffff;
    font-size: 14px;
    font-weight: lighter;
}

.tellb {
    background: url(../image/Phone1.png) right 0px no-repeat ;
    margin: 5px;
    padding-right: 25px;
    color: #000000;
    font-size: 14px;
    font-weight: lighter;
}
.addressb {
    background: url(../image/address1.png) right 0px no-repeat;
    margin: 5px;
    padding-right: 25px;
    color: #000000;
    font-size: 14px;
    font-weight: lighter;
}
.emailb {
    background: url(../image/email1.png) right 0px no-repeat;
    margin: 5px;
    padding-right: 25px;
    color: #000000;
    font-size: 14px;
    font-weight: lighter;
}
.faxb {
    background: url(../image/Print1.png) right 0px no-repeat;
    margin: 5px;
    padding-right: 25px;
    color: #000000;
    font-size: 14px;
    font-weight: lighter;
}
