﻿@font-face {
 
 src: url('fonts/glyphicons-halflings-regular.eot'); 
 src: local('B Yekan'), url('fonts/glyphicons-halflings-regular.ttf') format('truetype');  
 src: url('fonts/glyphicons-halflings-regular.svg');    
 src: url('fonts/glyphicons-halflings-regular.woff');
 font-weight:normal;
}

@font-face {
 font-family: 'B Yekan';
 src: url('fonts/BYekan.eot'); 
 src: local('B Yekan'), url('fonts/BYekan.ttf') format('truetype');      
 src: url('fonts/BYekan.woff');
 font-weight:normal;
}

body {
    width: 100%;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    font-size: 14pt;
    font-family:'B Yekan' ;
   
    
}

.container-fluid {
    margin:0;
    padding:0;
}


section {
    clear: both;
}

#topheader {
    width: 100%;
    height: 122px;
    background-color: rgba(0,51,153,0.6);
    opacity: 1.4;
    position: absolute;
}

    /*#topheader #box {
        width: 119px;
        height: 24px;
        border: 2px solid #fff;
        float: right;
        margin-top: 70px;
        margin-right: 185px;
    }

        #topheader #box img {
            width: 1%;
            margin-top: 4px;
            margin-left: 98px;
        }*/

    #topheader img {
        width: 6%;
        margin-top: 22px;
        margin-left: 140px;
        position: absolute;
        z-index: 10;
    }

    /*.page-header {
    position: relative;
}*/

    #topheader ul {
        list-style-type: none;
        margin-top: -46px;
        margin-left: 200px;
    }

        #topheader ul li {
            margin-left: 10px;
            color: #fff;
            font-size: 10pt;
            display: inline-block;
        }

#icsrch i {
    position: relative;
    bottom: 28px;
    left: 152px;
}

#frmsrch {
    position: relative;
    right: 70px;
    top: 60px;
}


.banner {
    width: 100%;
    /*height:545px;*/
    background-color: rgba(26,33,32,1);
}

    .banner img {
        opacity: 0.3;
        height:145px;
    }
    /*.banner #title {
    position: relative;
    left: 50px;
}*/
    .banner h1 {
        position: absolute;
        top: 270px;
        margin-left: 512px;
        color: #fff;
        font-family: franklin gothic medium;
        font-size: 36pt;
    }

        .banner h1.color {
            margin-left: 805px;
            color: #f7bc28;
        }

    .banner h4 {
        position: absolute;
        top: 345px;
        margin-left: 620px;
        color: #fff;
        font-family: helvetica;
        font-weight: 100;
        font-size: 13pt;
    }

    .banner h5 {
        position: absolute;
        top: 367px;
        margin-left: 675px;
        color: #fff;
        font-family: helvetica;
        font-weight: 100;
    }

.slide {
    position: absolute;
    width: 100%;
    height: 545px;
    opacity: 0.3;
}

.slideshow {
    width: 100%;
    height: 545px;
}

    .slideshow img {
        width: 100%;
        height: 100%;
    }

#img1 {
    position: absolute;
    z-index: 1;
    display: block;
}

#img2 {
    position: relative;
    right: 0px;
    z-index: 2;
    display: none;
}

#img3 {
    position: relative;
    right: 0px;
    z-index: 3;
    display: none;
}

/*#navbar {
    width: 100%;
    height: 60px;
    background-color: #ffffff;
    text-align: center;
    direction: rtl;
    position: relative;
}*/

/*#navbar a {
        color: #1f1921;
        text-decoration: none;
        padding: 25px;
        margin-left: -4px;
        display: block;
    }

#navbar a:hover {
            background-color: #f7cb28;
            color: #fff;
        }

#navbar ul {
        list-style-type: none;
        margin-bottom: 0px;       
    }

#navbar li {
        float: right;
        position: relative;
        margin-left: 0px;
    }*/

/*#navbar ul .sub-menu {
        display: none;
        position: absolute;
        margin-right: 5px;
        margin-top: 0px;
    }

#navbar ul .sub-menu li {
            width: 114px;
            background-color: #fff;
            line-height: 0%;
            margin-right: -45px;
            margin-top: -15px;
            top: 15px;
            font-size: 11pt;
        }*/

#navbar ul .sub-menu li a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    left: 20px;
    position: relative;
    width: 100px;
}
#navbar ul .sub-menu-1 li a {
    position: relative;
    right: 25px;
    text-decoration: none;
}
#navbar ul .sub-menu li a:hover {
    color: #f7bc28!important;
}
ul.dropdown-menu.sub-menu {
    min-width: 90px;
}
ul.dropdown.sub-menu-1{
    width:100px;
}
ul.dropdown.sub-menu-1 li {
    text-align:right;
}
ul.dropdown.sub-menu-1 li a {
    color: #fff!important;
    margin-right:25px;
    width:200px;
}

ul.dropdown-menu.sub-menu-1 li a {
    color:#fff!important;
}

#navbar ul li.has-sub:hover .sub-menu {
    display: block;
}

#navbar ul li.has-sub .has-child:hover .sub-menu-1 {
    display: block;
    width: 65px;
    height: auto;
    background-color: #fff;
    text-align: center;
    color: #f7bc28;
}

.has-child:hover .hover {
    color: #f7bc28;
    background-color: #fff;
    margin: 0;
}

.sub-menu-1 {
    display: none;
    list-style-type: none;
    position: absolute;
}

ul.sub-menu-1 {
    margin-right: 100px;
    z-index: 10;
    font-size: 10pt;
    padding-right: 0px;
    top: 5px;
}

    ul.sub-menu-1 li {
        background-color: #000 !important;
        padding-top: 20px;
        color: #fff;
    }

        ul.sub-menu-1 li a.put {
            position: relative;
            background-color: #000;
            color: #fff;
            margin: 0px;
            line-height: 28px;
            width: 120px;
            padding-left: 70px;
            padding-right: 10px;
        }

        ul.sub-menu-1 li a:hover {
            color: #ffc733;
        }

.has-child ul.sub-menu-1 li {
    width: 210px;
    line-height: 33px;
    padding-top: 5px;
    height: 35px;
}

ul.dropdown-menu.sub-menu-1 {
    right: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
}

li:hover li.has-child {
    color: #f7bc28;
}

#navbar {
    background-color: #ffffff;
    text-align: center;
    direction: rtl;
    position: relative;
    left: 80px;
}

    #navbar ul li {
        float: right;
        direction: rtl;
        z-index: 100000;
    }

        #navbar ul li a {
            z-index: 100;
            
        }
        ul.nav.navbar-nav.nav li a {
            color: #1e1e1e;
        }

        #navbar ul li a:hover {
                background-color: #f7bc28;
                color: #ffffff;           
            }

#page {
    text-align: center;
    width: 100%;
    background-color: #f7cb28;
    display: inline-block;
    /*position: relative;
    top: 185px;*/
}

    #page h1 {
        text-align: center;
        color: #fff;
        padding-top: 17px;
    }

#header-inside h5 {
    font-size: 14pt;
    margin-top: 30px;
}

.hexagon {
    float: left;
    position: relative;
    margin: 100px 20px;
    width: 220px;
    height: 126px;
    /*background-image: url('http://i.imgur.com/IEiqEV0.jpg');*/
    background-color: #fff;
    background-position: center center;
    z-index: 1;
    /* Text styling */
    line-height: 110px;
    text-align: center;
    font-family: sans-serif;
    font-size: 15px;
    font-weight: bold;
    /*letter-spacing: 6px;*/
    color: #fff;
    color: rgba(255,255,255,.5);
    cursor: pointer;
    transition: color 500ms ease, text-shadow 500ms ease;
}

    .hexagon:hover h4 a {
        color: #ffc733;
        text-shadow: 0 0 10px white;
    }

    .hexagon a {
        text-decoration: none;
        color: #000;
    }

    .hexagon h4 {
        margin-top: 0px;
        color: #000;
        font-size: 15pt;
        text-decoration: none;
        font-family: b Yekan;
    }

    .hexagon img {
        position: absolute;
        right: 35%;
        width: 30%;
        height: 50%;
        top: 20%;
    }

    .hexagon .face1,
    .hexagon .face2 {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
        background: inherit;
        background-color: #fff;
        z-index: -1;
        /* Keeps borders smooth in webkit */
        backface-visibility: hidden;
    }

        .hexagon .face1:before,
        .hexagon .face2:before {
            content: '';
            position: absolute;
            width: 220px;
            height: 220px;
            background: inherit;
            background-color: #fff;
        }

    .hexagon .face1 {
        transform: rotate(60deg);
    }

        .hexagon .face1:before {
            left: 0;
            transform-origin: left top;
            transform: rotate(-60deg) translate(-110px, 0);
        }

    .hexagon .face2 {
        transform: rotate(-60deg);
    }

        .hexagon .face2:before {
            right: 0;
            transform-origin: right top;
            transform: rotate(60deg) translate(110px, 0);
        }

.page1 {
    position: relative;
    left: 280px;
    width: 100%;
}

#text {
    width: 70%;
    margin: 50px;
    text-align: center;
    direction: rtl;
}

    #text p {
        left: 15px;
        position: relative;
        width: 685px;
        bottom: 30px;
    }

.products {
    text-align: center;
    width: 100%;
}

/*.product-left {
  width: 75%;
  float: left;
  font-size: 12pt;
}

.product-right {
  width: 23%;
  float: right;
  margin-top: 30px;
}*/

.product-left {
    position: relative;
    top: 35px;
}

.products-list {
    position: relative;
    right: 50px;
    top: 35px;
}
.products-list a {
    text-decoration: none;
    color: #666;
}
    .products-list ul {
        list-style-type: none;
        font-size: 12pt;
    }
   .products-list  #font{
        list-style-type: none;
        font-size: 9pt;
       font-weight: 600;
    }

    .products-list ul li {
            text-align: right;
        }
    .products-list ul li a {
        color:#aeaeae;
        text-decoration: none;
    }
    .products-list ul li a:hover {
        color:#f7bc28;
    }

.product-right .products-list h1 {
    text-align: right;
    color: #f7bc28;
}

.product-right .products-list h3 {
    text-align: right;
    margin-bottom:25px;
}
.product-right .products-list h3:hover {
    color:#f7bc28;
}
.products-list h3 i {
    color: #f7bc28;
}

.squa {
    float: right;
    width: 260px;
    height: 260px;
    margin-left: 5%;
    margin-top: 0px;
    margin-bottom: 110px;
    text-align: center;
}

.square {
    width: 100%;
    height: 260px;
    border: 3px solid #000;
}

.squa img {
    width: 14%;
    height: 12%;
    float: left;
    margin-top: 20px;
    margin-left: 23px;
}

.squa h5 {
    font-size: 12pt;
    position: relative;
    top: 25px;
}
 #eng{
    font-size: 12pt;
    font-weight:600;
}

.products-a {
    clear: both;
    width: 100%;
    margin: 0 auto;
}

    .products-a:first-child {
        margin-top: 80px;
    }

.linkbox {
    margin-top: 40px;
    border: 3px solid #ffc733;
    display: inline-block;
    color: #2e2e2e;
    position: relative;
    left: 206px;
    top: 40px;
}

    .linkbox h5 {
        color: #ffc733;
        font-size: 28pt;
        position: relative;
        float: right;
    }

    .linkbox img {
        margin-left: 70px;
        margin-top: 25px;
        width: 15%;
    }

    .linkbox p {
        font-size: 16pt;
        float: right;
    }

        .linkbox p a {
            text-decoration: none;
        }

.address {
    width: 100%;
    height: 108px;
    background-color: #3366ff;
    position: relative;
    top: 104px;
}

.farsi {
    font-size: 10pt;
    color: #fff;
    float: right;
    margin-top: 30px;
    margin-right: 70px;
}

    .farsi ul {
        list-style-type: none;
        text-align: right;
    }

.address .eng {
    font-size: 8pt;
    font-stretch: expanded;
    font-family: franklin gothic medium;
    float: left;
    color: #fff;
    position: relative;
    bottom: 35px;
    right: 100px;
}

blockquote .pull-right {
    border:none;
}

.eng ul {
    list-style-type: none;
    margin-left: 60px;
}

    .eng ul li {
        margin-left: 2px;
        margin-top: 10px;
        display: inline-block;
    }

.eng li.color {
    margin-top: -30px;
    margin-left: 2px;
    color: #f7bc28;
}

.map iframe {
    width: 100%;
    height: 400px;
    margin-bottom: -110px;
}

.foot {
    float: right;
    margin-top: 104px;
    padding-top: 30px;
    text-align: right;
    width: 100%;
    height: 550px;
    text-align: right;
    clear: both;
    background-color: #1e1e1e;
    color: white;
    font-size: 12pt;
}

    .foot ul {
        list-style-type: none;
    }


.list-product-footer {
    /*width: 35%;*/
    float: right;
}

    .list-product-footer ul {
        margin-top: 30px;
    }

.foot h5 {
    color: #ffc733;
    font-size: 14pt;
    margin-bottom: 0px;
}


/*.list-product-footer ul li {
    width: 49%;
    float: right;
}*/

.list-product-footer ul li a {
    text-decoration: none;
    color: #fff;
}

.list-product-footer li h4 {
    color: #3366ff;
    font-size: 14pt;
    margin-bottom: 10px;
}

.list-product-footer h5.product {
    margin-bottom: -30px;
}

.list-information {
    /*width: 11%;*/
    float: right;
}

    .list-information ul li a {
        text-decoration: none;
        color: #fff;
    }

.list-research {
    /*width: 30%;*/
    float: right;
}

.footer1 {
    cursor:pointer;
     width:200px;
}
.list-contact {
    /*width: 22%;*/
    float: right;
}

    .list-contact .right {
        float: right;
        margin-right: 0px;
        font-family: franklin gothic book;
        font-size: 10pt;
    }

    .list-contact img {
        width: 12%;
        margin-left: 12px;
    }
    /*.list-contact img:hover {
        cursor:pointer;
    }*/
/*contactus*/

.fix {
    background-color: #ffc733;
    height: 100px;
    text-align: center;
}

    .fix p {
        position: relative;
        top: 12px;
        color: #ffffff;
        font-size: 30pt;
    }

.map iframe {
    width: 100%;
    height: 400px;
    margin-top: 90px;
}

.contact-info .right-info {
    float: right;
}

    .contact-info .right-info .adress-info {
        position: relative;
        text-align: right;
        top: 160px;
        right: 40px;
        font-size: 12pt;
    }


        .contact-info .right-info .adress-info h4 {
            text-align: right;
            margin-right: 40px;
        }

        .contact-info .right-info .adress-info ul {
            list-style-type: none;
            margin-top: -10px;
        }

            .contact-info .right-info .adress-info ul li {
                float: right;
                margin-right: 40px;
                font-size: 12pt;
            }

                .contact-info .right-info .adress-info ul li p {
                    line-height: 0px;
                }

.address-info ul li p {
    font-family: franklin gothic book;
}

.adress-info img {
    display: inline-block;
    width: 4%;
    margin-left: 8px;
    margin-top: 8px;
}

.contact-info .left-info {
    position: relative;
    bottom: 15px;
    right: 25px;
    direction: rtl;
    margin-top: 120px;
    margin-left: 35px;
    font-size: 8pt;
}

    .contact-info .left-info h4 {
        margin-top: -285px;
        font-size: 12pt;
        position: relative;
        left: 417px;
    }

/*.left-info .text-info {
	margin-right: 146px;
    margin-bottom: 20px;
    float: right;
    direction: rtl;
}*/

.left-info input {
    width: 170px;
    margin-left: 10px;
    padding-right: 10px;
    padding-top: 12px;
    padding-bottom: 5px;
    border: 1px solid #000;
    
}

#btnReset, #btnSubmit {
    position: relative;
    top: 20px;
    width: 70px;
}

#txtcomment {
    border: 1px solid #000;
    height: 210px;
    position: relative;
    top: 10px;
    width: 538px;

}

.left-info .payam {
    direction: rtl;
    margin-right: 145px;
    margin-left: 220px;
}

    .left-info .payam textarea#txtcomment {
        width: 580px;
        height: 230px;
        border: 1px solid;
        margin-bottom: 20px;
        direction: rtl;
        padding-top: 10px;
        padding-right: 10px;
    }

.left-info .label input {
    float: right;
    width: 75px;
    height: 35px;
    margin-right: 145px;
    margin-left: -130px;
    text-align: center;
    border: 1px solid #fff;
    background-color: #1e1e1e;
    color: #fff;
    display: inline-block;
}

.left-info .label {
    color: #fff;
}

/*About US*/

.image {
    margin-top: 100px;
    margin-left: 430px;
}

    .image img {
        width: 540px;
        height: 340px;
        position: relative;
        top: 60px;
        
    }
   img.lightbox {
    position: relative;
    top: 100px;
    width: 46%;
    left:120px
    
}
    img.img-responsive.about {
        width: 540px;
        height: 340px;
        position: relative;
        top: 60px;
        right: 50px;
    }

.aboutpage {
    position: relative;
    top: 185px;
}

.about p {
    text-align: right;
    direction: rtl;
    
    position: relative;
    
}

.facility {
    margin-top: 200px;
    text-align: right;
    direction: rtl;
}
.facility.about {
        position: relative;
        left: 130px;
}
.facility ul li{
   direction: rtl;
   margin-right: 150px;
   list-style:none;
}  
.facility .child{
   margin-right: 200px;
   line-height: initial;
}      
    
    }

.home {
    margin-top: 60px;
    margin-bottom: -100px;
}

.hexagon {
    margin: 120px 20px;
    margin-bottom: 180px;
}

/*ProductsGasi*/

.squa img.imgproduct.thumbnail.img-responsive {
    width: 100%;
    height: 80%;
    position: relative;
    right: 20px;
    z-index: 100;
    border: none;
    cursor: pointer;
}

.thumbnail:hover {
       opacity:0.9;
    
}

.group {
    margin-top: 40px;
    margin-right: 100px;
}

    .group ul {
        list-style-type: none;
        float: right;
        direction: rtl;
        margin-right: 400px;
        margin-top: 50px;
        margin-bottom: -45px;
    }

        .group ul li {
            display: inline-block;
            padding-right: 20px;
        }
        .group ul li a {
            text-decoration: none;
            color: #000;
        }
            .group ul li.color {
                color: #f7bc28;
            }

.paginator ul {
    clear: both;
    float: left;
    list-style-type: none;
    margin-left: 355px;
    display: flex;
}

    .paginator ul li {
        padding-left: 7px;
    }

        .paginator ul li a {
            text-decoration: none;
            float: left;
            color: #666;
            font-size: 14px;
            line-height: 24px;
            border: 1px solid #BBB;
            min-width: 14px;
            padding: 0px 7px;
            margin: 0px 5px 0px 0px;
            border-radius: 3px;
            box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
        }

            .paginator ul li a:hover {
                background: #666 none repeat scroll 0% 0%;
                color: #FFF;
            }

        .paginator ul li.active_page a {
            background: #666 none repeat scroll 0% 0%;
            color: #FFF;
            border-color: #444;
            box-shadow: 0px 1px 0px #FFF, 0px 0px 2px;
        }


/*Research*/

.product-right {
    float: right;
}

.research ul {
    list-style-type: none;
    float: right;
    direction: rtl;
    margin-top: 50px;
    text-align:right;
}

    .research ul.eng {
        direction: ltr;
        font-size: 10pt;
        line-height: 30px;
        position: relative;
        left: 40px;
        
    }


.product-left img.imgresrch {
    width: 65%;
    position: relative;
    top: 25px;
    left: 190px;
}

/*Services*/

.holder {
    margin: 15px 0;
    position: relative;
    left: 205px;
}

    .holder a {
        text-decoration: none;
        color: #666;
        font-size: 14px;
        line-height: 24px;
        border: 1px solid #BBB;
        min-width: 14px;
        padding: 0px 7px;
        margin: 0px 5px 0px 0px;
        border-radius: 3px;
        box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
        float: left;
    }

        .holder a:hover {
            background-color: #666;
            color: #fff;
        }

        .holder a.jp-previous {
                
                float: left;
        }
       
        .holder a.jp-next {
           
           float:left;
        }
        
        .holder a.jp-current, a.jp-current:hover {
            color: #ddd;
            font-weight: bold;
            float:left;
        }

        .holder a.jp-disabled, a.jp-disabled:hover {
            color: #bbb;
        }

        .holder a.jp-current, a.jp-current:hover, .holder a.jp-disabled, a.jp-disabled:hover {
            cursor: default;
            background: none;
        }

    .holder span {
        margin: 0 5px;
    }


    



/*main code*/
.box,.light {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 999;
}
.light {
    background-color: #000;
    
}
.popup {
 
        width: 450px;
        height: 450px;
        background-color: #fff;
        position: relative;
        z-index: 1000;
        margin: auto;
        top: 75px;
        border-radius: 10px;
        box-shadow: 0 0 10px 0 #000;
        overflow: hidden;
 
    }
 
.popup .closed img{
        float: right;
        padding: 10px;       
        cursor: pointer;
        position: relative;
        bottom: 200px;
}

.footerpop {
    position: relative;
    top: 110px;
    left: 50px;
    text-align:center;
}


.box,.popup{display: none;z-index: 100000;}

img.lightbox {
    position: relative;
    top: 100px;
    width: 46%;
}

