@font-face {
    font-family: 'MjLiner';
    src: url('fonts/Mj_Liner_XL.eot?#') format('eot'), /* IE6-8 */
    url('fonts/Mj_Liner_XL.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('fonts/Mj_Liner_XL.ttf') format('truetype'); /* Saf3-5, Chrome4+, FF3.5, Opera 10+ */
}

@font-face {
    font-family: 'BNazanin';
    src: url('fonts/BNazanin.eot?#') format('eot'), /* IE6-8 */
    url('fonts/BNazanin.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('fonts/BNazanin.ttf') format('truetype'); /* Saf3-5, Chrome4+, FF3.5, Opera 10+ */
}

@font-face {
    font-family: 'BYekan';
    src: url('fonts/BYekan.eot?#') format('eot'), /* IE6-8 */
    url('fonts/BYekan.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('fonts/BYekan.ttf') format('truetype'); /* Saf3-5, Chrome4+, FF3.5, Opera 10+ */
}



/* reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, dl, dt, dd, ol, nav ul, nav li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* start editing from here */
a {
    text-decoration: none;
}

    a:visited {
        color: #224062;
    }

.txt-rt {
    text-align: right;
}
/* text align right */
.txt-lt {
    text-align: left;
}
/* text align left */
.txt-center {
    text-align: center;
}
/* text align center */
.float-rt {
    float: right;
}
/* float right */
.float-lt {
    float: left;
}
/* float left */
.clear {
    clear: both;
}
/* clear float */
.pos-relative {
    position: relative;
}
/* Position Relative */
.pos-absolute {
    position: absolute;
}
/* Position Absolute */
.vertical-base {
    vertical-align: baseline;
}
/* vertical align baseline */
.vertical-top {
    vertical-align: top;
}
/* vertical align top */
.underline {
    padding-bottom: 5px;
    border-bottom: 1px solid #eee;
    margin: 0 0 20px 0;
}
/* Add 5px bottom padding and a underline */
nav.vertical ul li {
    display: block;
}
/* vertical menu */
nav.horizontal ul li {
    display: inline-block;
}
/* horizontal menu */
img {
    max-width: 100%;
}
/*end reset*/
body {
    font-family: 'BYekan','Segoe UI', Tahoma;
    font-size: 100%;
    direction: rtl;
}

.wrap {
    margin: 0 auto;
    width: 95%;
}

.wrapper {
    padding: 0 4%;
}

h1 {
    font-size: 1.5em;
    color: #00224D;
}

h2 {
    color: #0063A2;
    font-size: 1.8em;
    font-weight: normal;
}

h1, h2, h3 {
    font-family: 'MjLiner','Segoe UI', Tahoma;
}

.para {
    color: #6F6F6F;
    font-size: 0.95em;
    line-height: 1.8em;
}

.img_style img {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    background-color: #fff;
    padding: 5px;
    box-shadow: 0px 0px 5px #A4AEB1;
    -webkit-box-shadow: 0px 0px 5px #A4AEB1;
    -moz-box-shadow: 0px 0px 5px #A4AEB1;
    -o-box-shadow: 0px 0px 5px #A4AEB1;
}

    .img_style img:hover {
        background-color: #EAF5FF;
    }
/*start header */
.h_bg {
    background: #092741;
    border-bottom: 8px solid #E6E6E6;
}

.header {
    padding-top: 2%;
}

.logo {
    float: left;
}

.cssmenu {
    float: right;
}

    .cssmenu a, .cssmenu a:hover {
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }

    .cssmenu > ul > li {
        display: inline-block;
        position: relative;
        background: #fff;
    }

        .cssmenu > ul > li span img {
            vertical-align: middle;
        }

        .cssmenu > ul > li > a {
            display: block;
            font-family: 'MjLiner','Segoe UI', Tahoma;
            font-size: 1.4em;
            color: #ffffff;
            line-height: 3em;
            padding: 10px 24px;
            background-color: #005a9f;
            background-image: -moz-linear-gradient(top,#0065b2,#004a83);
            background-image: -webkit-gradient(linear,0 0,0 100%,from(#0065b2),to(#004a83));
            background-image: -webkit-linear-gradient(top,#0065b2,#004a83);
            background-image: -o-linear-gradient(top,#0065b2,#004a83);
            background-image: linear-gradient(to bottom,#0065b2,#004a83);
            background-repeat: repeat-x;
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0065b2', endColorstr='#ff004a83', GradientType=0);
            border-top: 1px solid #0090d3;
            border-bottom: 1px solid #003c6a;
        }

        .cssmenu > ul > li.active a {
            background-color: #0085c1;
            background-image: -moz-linear-gradient(top,#0091d2,#0073a8);
            background-image: -webkit-gradient(linear,0 0,0 100%,from(#0091d2),to(#0073a8));
            background-image: -webkit-linear-gradient(top,#0091d2,#0073a8);
            background-image: -o-linear-gradient(top,#0091d2,#0073a8);
            background-image: linear-gradient(to bottom,#0091d2,#0073a8);
            background-repeat: repeat-x;
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0091d2', endColorstr='#ff0073a8', GradientType=0);
            border-top: 1px solid #00b0e5;
            border-bottom: 1px solid #0073a8;
            color: #fff;
        }

        .cssmenu > ul > li > a:hover {
            background-color: #0085c1;
            background-image: -moz-linear-gradient(top,#0091d2,#0073a8);
            background-image: -webkit-gradient(linear,0 0,0 100%,from(#0091d2),to(#0073a8));
            background-image: -webkit-linear-gradient(top,#0091d2,#0073a8);
            background-image: -o-linear-gradient(top,#0091d2,#0073a8);
            background-image: linear-gradient(to bottom,#0091d2,#0073a8);
            background-repeat: repeat-x;
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0091d2', endColorstr='#ff0073a8', GradientType=0);
            border-top: 1px solid #00b0e5;
            border-bottom: 1px solid #0073a8;
        }
/*start slider*/
.slider_bg {
    background: url('images/bg.png');
    /*border-bottom: 8px solid #E6E6E6;*/
}

.slider {
    padding: 0;
    direction: ltr;
}
/*start content*/
.content_bg {
    background-color: #E5E7E8;
    border-top: 6px solid #D9D9D9;
    border-bottom: 8px solid #D8D8D8;
    background-image: url("images/tbg.jpg");
    background-repeat: repeat-x;
    background-position: center top;
min-height: 220px;
}
/*start main */
.main {
    padding: 1% 0;
}
/*  GRID OF THREE */
.grids_1_of_3 {
    text-align: center;
    margin:30px 0;
}

.grid_1_of_3 {
    display: block;
    float: right;
    margin-left: 2%;
    margin-right: 2%;

box-shadow: 0px 0px 17px -4px rgba(15, 52, 50, 0.35);
-webkit-box-shadow: 0px 0px 17px -4px rgba(15, 52, 50, 0.35);
-moz-box-shadow: 0px 0px 17px -4px rgba(15, 52, 50, 0.35);
}

    .grid_1_of_3.bg {
        background: #FFFFFF;
    }

.images_1_of_3 {
    width: 29%;
    position: relative;
}

    .images_1_of_3 h3 {
        letter-spacing: 1px;
        color: #fff;
        font-size: 1.8em;
        font-weight: normal;
        text-transform: uppercase;
        padding: 4%;
        background-color: #0085c1;
        background-image: -moz-linear-gradient(top,#0091d2,#0073a8);
        background-image: -webkit-gradient(linear,0 0,0 100%,from(#0091d2),to(#0073a8));
        background-image: -webkit-linear-gradient(top,#0091d2,#0073a8);
        background-image: -o-linear-gradient(top,#0091d2,#0073a8);
        background-image: linear-gradient(to bottom,#0091d2,#0073a8);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0091d2', endColorstr='#ff0073a8', GradientType=0);
        border-top: 1px solid #00b0e5;
        border-bottom: 1px solid #0073a8;
    }

    .images_1_of_3 p {
        height: 20px;
        overflow: hidden;
        line-height: 20px;
        padding: 30px 5%;
    }

/*Items*/
.grid_items {
    text-align: center;
}

.grid_item {
    display: block;
    float: right;
    margin: 10px 1%;
    background: #FFFFFF;
    width: 23%;
    position: relative;

box-shadow: 0px 0px 17px -4px rgba(15, 52, 50, 0.35);
-webkit-box-shadow: 0px 0px 17px -4px rgba(15, 52, 50, 0.35);
-moz-box-shadow: 0px 0px 17px -4px rgba(15, 52, 50, 0.35);
}

    .grid_item .itm_hdr {
        border-top: 1px solid #00b0e5;
        border-bottom: 1px solid #0073a8;
        display: table;
        height: 60px;
        width: 100%;
        background-color: #0085c1;
        background-image: -moz-linear-gradient(top,#0091d2,#0073a8);
        background-image: -webkit-gradient(linear,0 0,0 100%,from(#0091d2),to(#0073a8));
        background-image: -webkit-linear-gradient(top,#0091d2,#0073a8);
        background-image: -o-linear-gradient(top,#0091d2,#0073a8);
        background-image: linear-gradient(to bottom,#0091d2,#0073a8);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0091d2', endColorstr='#ff0073a8', GradientType=0);
    }

    .grid_item h3 {
        color: #fff;
        font-size: 1em;
        font-weight: normal;
        display: table-cell;
        vertical-align: middle;
        line-height: 25px;
    }

    .grid_item a {
        color: #fff;
    }

    .grid_item .para {
        overflow: hidden;
        line-height: 14px;
        padding: 2px;
        height: 100px;
        font-size: 0.8em;
    }

/*Grids Plus Btn*/
.plus_btn {
    position: relative;
}

    .plus_btn span {
        cursor: pointer;
        position: absolute;
        width: 64px;
        height: 64px;
        left: 40%;
        bottom: -30px;
        background: url('images/plus_btn.png');
    }

        .plus_btn span:hover {
            background: url('images/plus_btn_h.png');
        }
/* General button style (reset) */
.read_more {
    margin-top: 3%;
}

.btn {
    cursor: pointer;
    padding: 16px 40px;
    display: inline-block;
    text-transform: capitalize;
    font-size: 1em;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    border: none;
    text-shadow: 0px 1px 0px rgb(38, 109, 165);
    color: #CCEAFC;
    background-color: #0085c1;
    background-image: -moz-linear-gradient(top,#0091d2,#0073a8);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#0091d2),to(#0073a8));
    background-image: -webkit-linear-gradient(top,#0091d2,#0073a8);
    background-image: -o-linear-gradient(top,#0091d2,#0073a8);
    background-image: linear-gradient(to bottom,#0091d2,#0073a8);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0091d2', endColorstr='#ff0073a8', GradientType=0);
    border-top: 1px solid #00b0e5;
    border-bottom: 1px solid #0073a8;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
}

    .btn:hover {
        background-color: #0085c1;
        background-image: -moz-linear-gradient(top,#0091d2,#0073a8);
        background-image: -webkit-gradient(linear,0 0,0 100%,from(#0091d2),to(#0073a8));
        background-image: -webkit-linear-gradient(top,#0091d2,#0073a8);
        background-image: -o-linear-gradient(top,#0091d2,#0073a8);
        background-image: linear-gradient(to bottom,#058CCA,#0680BB);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0091d2', endColorstr='#ff0073a8', GradientType=0);
    }
/* start footer */
.footer_bg {
    background: #001221;
}

.footer {
    padding: 2.5% 0;
}

.copy {
    float: left;
}

.copy {
    text-transform: uppercase;
    font-size: 0.8725em;
    color: #507485;
    line-height: 1.8em;
    text-align: center;
}

    .copy a {
        color: #ffffff;
        transition: all ease-in-out 0.9s;
        -webkit-transition: all ease-in-out 0.9s;
        -moz-transition: all ease-in-out 0.9s;
        -o-transition: all ease-in-out 0.9s;
    }

        .copy a:hover {
            color: #507485;
        }

.f_nav {
    float: right;
}

    .f_nav ul li {
        display: inline-block;
    }

        .f_nav ul li a {
            display: block;
            padding: 4px;
            font-size: 0.8725em;
            color: #507485;
            text-transform: uppercase;
            transition: 0.9s;
            -webkit-transition: 0.9s;
            -moz-transition: 0.9s;
            -o-transition: 0.9s;
        }

            .f_nav ul li a:hover {
                color: #ffffff;
            }
/* start about */
.about {
    float: left;
    width: 70%;
    margin-right: 2.33%;
}

.about-r {
    float: right;
    width: 70%;
    margin-left: 2.33%;
}

.abt-para {
    margin-top: 3%;
}

    .abt-para p {
        margin-top: 2%;
    }

.about-p {
    margin-top: 20px;
}
/*sidebar*/
.abt-sidebar {
    width: 25%;
    float: right;
}

.abt-sidebar-l {
    width: 25%;
    float: left;
}

.grid1 {
    margin: 20px 0px;
    background-color: rgba(255, 255, 255, 0.22);
    padding: 5px;
    border: 2px solid rgba(0, 0, 0, 0.04);
    border-radius: 20px;
}

    .grid1 h2 {
        text-align:center;
    }

    .grid1 .para {
        font-size: 1.1em;
    }

    .grid1 ul li a {
        font-size: 1em;
        color: #53A3C7;
        margin-left: 4px;
    }

        .grid1 ul li a:hover {
            color: #6687e2;
        }


/*Form*/
.contact-form input[type="text"], .contact-form textarea {
    font-size: 0.8725em;
    color: #555;
    padding: 8px;
    display: block;
    width: 98%;
    background: #FFFFFF;
    border: 1px solid #CFCFCF;
    outline: none;
    -webkit-appearance: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
}

.contact-form textarea {
    resize: none;
    height: 120px;
}

.contact-form input[type="submit"] {
    cursor: pointer;
    padding: 16px 40px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 0.8725em;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    border: none;
    color: #ffffff;
    background-color: #0085c1;
    background-image: -moz-linear-gradient(top,#0091d2,#0073a8);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#0091d2),to(#0073a8));
    background-image: -webkit-linear-gradient(top,#0091d2,#0073a8);
    background-image: -o-linear-gradient(top,#0091d2,#0073a8);
    background-image: linear-gradient(to bottom,#0091d2,#0073a8);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0091d2', endColorstr='#ff0073a8', GradientType=0);
    border-top: 1px solid #00b0e5;
    border-bottom: 1px solid #0073a8;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
}

    .contact-form input[type="submit"]:hover {
        outline: none;
        background-color: #0085c1;
        background-image: -moz-linear-gradient(top,#0091d2,#0073a8);
        background-image: -webkit-gradient(linear,0 0,0 100%,from(#0091d2),to(#0073a8));
        background-image: -webkit-linear-gradient(top,#0091d2,#0073a8);
        background-image: -o-linear-gradient(top,#0091d2,#0073a8);
        background-image: linear-gradient(to bottom,#058CCA,#0680BB);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0091d2', endColorstr='#ff0073a8', GradientType=0);
    }

.contact-form input[type="text"]:focus, .contact-form textarea:focus {
    -webkit-transition: 0.9s;
    -o-transition: 0.9s;
    -moz-transition: 0.9s;
    transition: 0.9s;
    border: 1px solid rgba(51, 157, 207, 0.05);
    box-shadow: 0px 0px 4px rgba(34, 133, 172, 0.34);
    -webkit-box-shadow: 0px 0px 4px rgba(34, 133, 172, 0.34);
    -moz-box-shadow: 0px 0px 4px rgba(34, 133, 172, 0.34);
    -o-box-shadow: 0px 0px 4px rgba(34, 133, 172, 0.34);
}

/***** Media Quries *****/
@media only screen and (max-width: 1280px) {
    .wrap {
        width: 95%;
    }
}

@media only screen and (max-width: 1024px) {
    .wrap {
        width: 95%;
    }

    .list strong {
        font-size: 20px;
        margin-top: 20px;
    }

    .about {
        float: left;
        width: 65%;
        margin-right: 2.33%;
    }

    .about-r {
        float: right;
        width: 65%;
        margin-left: 2.33%;
    }

    .abt-sidebar {
        width: 30%;
        float: right;
    }

    .abt-sidebar-l {
        width: 30%;
        float: left;
    }


    .grid_item {
        width: 30%;
    }

    /*.grid_item .itm_hdr {
            height: 60px;            
        }

        .grid_item h3 {
            font-size: 1em;            
            line-height: 25px;
        }

        .grid_item .para {
            line-height: 14px;
            height: 70px;
            font-size: 0.8em;
        }*/
}

@media only screen and (max-width: 800px) {
    .wrap {
        width: 95%;
    }

    .logo {
        width: 30.333333%;
    }

    .cssmenu > ul > li {
    }

        .cssmenu > ul > li > a {
            display: block;
            font-size: 1em;
            color: #ffffff;
            line-height: 2.8em;
            padding: 10px 20px;
        }

    .images_1_of_3 h3 {
        font-size: 1.4em;
    }

    h2 {
        font-size: 1.4em;
    }

    .about {
        float: none;
        width: 100%;
        margin-right: 0%;
    }

    .about-r {
        float: none;
        width: 100%;
        margin-right: 0%;
    }

    .abt-sidebar {
        margin-top: 4%;
        width: 100%;
        float: none;
    }

    .abt-sidebar-l {
        margin-top: 4%;
        width: 100%;
        float: none;
    }

    .border {
        padding-bottom: 2%;
    }

    .grid p.top {
        margin-top: 2%;
    }

    .btn {
        padding: 10px 24px;
    }
}

@media only screen and (max-width: 640px) {
    .wrap {
        width: 95%;
    }

    .logo {
        width: 100%;
        float: none;
        text-align: center;
    }

    .cssmenu {
        float: none;
        margin-top: 2%;
    }

        .cssmenu > ul > li {
        }

            .cssmenu > ul > li > a {
                display: block;
                font-size: 1em;
                color: #ffffff;
                text-align: center;
            }

    .images_1_of_3 {
        width: 45%;
        position: relative;
    }

    .hide {
        display: none;
    }

    .c_left {
        width: 100%;
        float: none;
    }

    .c_right {
        width: 100%;
        float: none;
        margin-top: 4%;
    }

    .footer {
        padding: 4% 0;
        text-align: center;
    }

    .copy {
        float: none;
    }

    .f_nav {
        margin: 2% 0;
        float: none;
    }

    .grid_item {
        width: 41%;
    }

    /*.grid_item .itm_hdr {
            height: 60px;            
        }

        .grid_item h3 {
            font-size: 1em;            
            line-height: 25px;
        }

        .grid_item .para {
            line-height: 14px;
            height: 70px;
            font-size: 0.8em;
        }*/
}

@media only screen and (max-width: 480px) {
    .wrap {
        width: 95%;
    }
}

@media only screen and (max-width: 320px) {
    .wrap {
        width: 95%;
    }

    .images_1_of_3 {
        width: 95%;
        position: relative;
    }

    .grid_1_of_3 {
        display: block;
        margin-left: 0%;
        margin-top: 4%;
    }

    .cssmenu > ul > li > a {
        padding: 2px;
        font-size: 0.8725em;
    }

    .list em {
        display: none;
    }

    .list strong {
        width: 48px;
    }

    .grid_item {
        width: 92%;
    }

    /*.grid_item .itm_hdr {
            height: 60px;            
        }

        .grid_item h3 {
            font-size: 1em;            
            line-height: 25px;
        }

        .grid_item .para {
            line-height: 14px;
            height: 70px;
            font-size: 0.8em;
        }*/
}
