
/* ================== media ================== */
@media screen and (max-width: 539px){
    .slid-nav.col-lg-12 , .brand{
        display: none!important;
    }
}
@media screen and (max-width: 620px){
    #profiletable td{
        padding: 10px 0!important;
    }
    .news-slider-items #item_abs {
        height: 146px!important;
    }
    .news-slider-items #item_link {
        height: 142px!important;
    }
    .row #bottom-footer {
        flex-direction: column;
    }
    .logo_parent .top_logo {
        margin-top: 0;
    }
    .main .logo_parent .brand p {
        font-size: 3.5em;
    }
    .logo_parent {
        width: 100%;
        display: flex;
        justify-content: space-around;
        margin-bottom: 20px;
    }
    .logo_parent .brand {
        margin-top: 79px;
    }
    header .search {
        width: 90%;
        margin: 0 auto 7px;
        float: inherit;
    }
}
@media screen and (max-width: 768px){
    .tBlTH13 textarea{
        width: 135px;
        margin: 0px;
        height: 110px;
    }
    div.main > header > div.search > p{
        text-align: center}
    body > div.container > div > div.main {
        padding: 0 15px;
    }

    .hot_new .owwl-item > p {
        font-size: 1.8em;
        height: 95px;
        line-height: 31px;
    }
    .news-slider-items #item_link {
        font-size: 1.8em;
        height: 100px;
    }

    .hot_new .owwl-item > span > a {
        font-size: 2.2em;
    }
    .col-lg-12.new-src .hot_new .owl-nav {
        top: 24%;
        position: absolute;
        width: 100% ;
    }
}
@media screen and (max-width: 992px) {
    .hmenu .fa-chevron-down{
        margin-right: 10%;
    }
    .hmenu > ul li {
        width: 100%;
    }
    .hmenu > ul > li  > a{
        width: 100% !important;
        padding-right: 30px;
        background-color: #c7c7c7;
    }


    #top_navig {
        height: auto !important;
    }
    .news-slider-items #item_abs{
        height: 75px;
    }
    .news_slider .owl-dots {
        margin-bottom: -10px;
        position: relative;
        bottom: -11px;
    }
    .row #top_navig > ul{
        display: none;
        margin-right: -2px;
    }
    #top_navig > ul {
        flex-direction: column;
        z-index: 55555555555525555555555555555;
        position: relative;
    }
    #top_navig > ul li{
        border-bottom:1px solid gray;
    }
    li.hmenu > ul {
        position: relative!important;
        z-index: 555;
    }
    li.hmenu , li.hmenu a{
        width: 100%;
    }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    .hot_new .owl-nav {
        bottom: 358px;
    }
    .row #bottom-footer {
        justify-content: center;
    }

}
@media screen and (min-width: 992px) and (max-width: 1200px) {
    .hot_new .owl-nav {
        top: -251px!important;
    }
    .owl-theme .owl-nav.disabled+.owl-dots {
        position: relative;
        bottom: -9px;
    }
}
@media screen and (min-width: 768px) {
    #profiletable textarea {
        width: 351px;
        height: 144px;
    }

}

/* ================== media ================== */
*{
    padding: 0;
    margin: 0;
}
body{
    background-color: #eaeaea;
    font-family: arabic;
}
.top-pert{
    height: 35px;
    width:100%;
}
.main{
    padding: 0 42px;
    background-color: #f8f8f8;
}
.brand{
    margin-top: 100px;
    margin-right: 12px;
    text-align: right;
    direction: rtl;
    display: inline-block;
}
.brand p{
	float: right;
    font-size: 2.9em;
    color: #0b3c5a;
}
.top_logo{
    margin-top: 36px;
    margin-right: 0;
    display: inline-block;
}
.logo_parent{
    padding: 0;
}
.search {
    float: left;
    margin-top: 105px;
    width: 247px;
}
.search p{
    direction: rtl;
    text-align: center;
    font-size: 26px;
    color: #000;
    margin-top: 14px;
    margin-left: 6px;
}
.search form fieldset input[type="text"]{
    width: 100%;
    padding-right: 30%;
    background-color: #FFF;
    height: 100%;

}
.search form fieldset input[type="submit"]{
	position: absolute;
    right: -5px;
    width: 35%;
    background: none;
    border: none;
    height: 100%;
    background-color: #c4c4c4;
    color: #12385d;
    top: 4px;
    height: 36px;
    font-size: 1.7em;
    line-height: 36px;
}
.search form fieldset {
    width: 100%;
    background: none;
    position: relative;
}
.search form{
    width: 100%;
}
#top_navig{
    height: 45px;
    margin-top: 19px;
    background-color: #FFF;
    padding: 0;

}
#menubar.visible-xs.visible-sm{
    display: inline-block;
    width: 60px;
    height: 60px;
    margin-right: 12px;
}
#menubar.visible-xs.visible-sm .fa{
    color:balck;
    font-size: 50px;
    float: right;
    display: block;
    line-height:60px;
    margin: 0 auto;
}
#top_navig > ul{
    display: flex;
}

 li.hmenu > ul{
     display: none;
     position: absolute;
     z-index: 555;
}
li.hmenu:hover ul{
    display: block;
}
.hmenu .fa-chevron-down{
    display: none;
}
.hmenu > a{
    display: inline-block;
    padding: 0 13px;
    background-color: #FFF;
    color: #515151;
}
.displayflex{
    display: flex!important;
}
#top_navig li.hmenu > a:hover{
    background-color: #c7c7c7;
}
#top_navig > ul > li.active.hmenu a{
    background-color: #c7c7c7;
}
.hmenu > a span{
	line-height: 45px;
    font-weight: 100;
    font-size: 1.6em;
    color: #515151;
}
li.hmenu > ul > li > a{
    width: 200px;
}
.slid-nav.col-lg-12{
    padding:0;
}

#slider .carousel-caption {
    top: auto;
    right: 40px;
    padding: 30px;
    background: none;
    border-radius: 7px;
    bottom: 42px;
}
#slider .carousel-caption h3{
    width: 350px;
    height:70px;
    padding-right: 30px;
    line-height: 70px;
    font-size: 2em;
    color: #FFF;
    background-color: rgba(255, 255, 255, 0.39);
    text-align: right;
    overflow: hidden;
    font-family: Arial
}
#slider .carousel-caption span {
    max-height: 75px;
    width: 400px;
    background-color: rgba(0, 0, 0, 0.54);
    line-height: 30px;
    padding: 5px 30px 5px 0;
    text-align: right;
    margin-top: 10px;
    font-size: 1em;
    overflow: hidden;
   font-family: Arial;
}
.new-src{
    padding:0;
    margin: 50px 0;
}
.new-src h2 {
	font-weight: 600;
    margin-bottom: 26px;
    font-size: 1.8em;
}
.owwl-item > span > a{
    display: block;
    height: 70px;
    line-height: 70px;
    color: #2f3192;
    text-align: center;
    overflow: hidden;
    font-size: 1.7em;
}
.owwl-item > p {
    color: #1f1f1f;
    height: 75px;
    line-height: 23px;
    overflow: hidden;
    text-align: center;
    font-size: 1.2em;
}
.hot_new .owl-nav{
    top: -271px;
    position: relative;
	    color: #b1b1b1;
}
.proj_owl .owl-nav {
	position: absolute;
    width: 96%;
    top: 42%;
    font-size: 2.2em;
    right: 2%;
}
.hot_new i {
	color: #b1b1b1;
}
.owl-next {
    float: left;
}
.owl-prev {
    float: right;
}
.owl-theme .owl-nav [class*=owl-]{
    color: #343232ab;
    font-size: 30px;
    background: none;
}
.owl-theme .owl-nav [class*=owl-]:hover{
    background-color: transparent;
}
#item_link{
    display: block;
    font-size: 2em;
    color: #2f3192;
    height: 50px;
    line-height: 50px;
    margin: 10px auto;
    text-align: center;
    overflow: hidden;
}
#item_abs{
    color: #666;
    font-size: 1.3em;
    text-align: center;
    width: 100%;
    margin: 3px auto;
    height: 38px;
    line-height: 38px;
    overflow: hidden;
}
.news_slider {
    background-color: #e4e4e4;
    border-radius: 5px;
}

#item_con {
    padding: 15px 56px;
    background-color: #c7c7c7;
    color: #FFF;
    margin: 5px auto;
    display: block;
    width: 187px;
    text-align: center;
    border-radius: 5px;
    font-size: 1.8em;
}
#item_con:hover{
    background-color: #ffffff;
    color: #2d2d2d;
}
.project-vitrin{
    margin: 87px 0;
    padding: 0;
}
.project-vitrin h2 {
    margin-bottom: 26px;
    font-size: 1.8em;
	font-weight: 600;
}
.proj-section div a {
    width: 100%;
    padding: 10px 20px;
    background-color: #7a7a7a;
    color: #fff;
    text-align: center;
    font-size: 1.4em;
    height: 50px;
    line-height: 25px;
    margin: 0;
    display: block;
    font-weight: bolder;
    white-space: nowrap;
    overflow: hidden;
}
#bottom-footer{
    background-color: #27313d;
    display: flex;
    width: 100%;
    min-height: 280px;
    flex-direction: row;
    justify-content: space-around;
    padding-bottom: 21px;
}
#bottom-footer h2 {
    font-size: 2em;
    border-bottom: 4px solid #7a7a7a;
    color: #FFF;
    width: 90%;
    line-height: 44px;
    margin-bottom: 25px;
    font-weight: 100;
    padding-right: 10px;
}
#bottom-footer div{
    margin-top: 30px;
}
.owl-theme .owl-nav.disabled+.owl-dots {
    margin-bottom: -10px;
}
#bottom-footer > .other_menu > ul li ,#bottom-footer .resource2 p ,.contact_us p{
    border-bottom: 1px solid #7a7a7a;
    width: 100%;
    line-height: 30px;
    color: #FFF;
    padding-right: 20px;
    font-size: 1.2em;
}
#bottom-footer div a {
	color: #FFF;
    font-size: 22px;
    font-weight: 100;
}
#bottom-footer div a:hover{
    color: #ffe6c0;
}
.contact_us p , .contact_us span{
    color: #FFF;
    font-size: 0.9em;
}
.resource2 img {
    display: inline-block;
    margin: 5px 0px 19px 0;
}
#copy_right .topToolTip{
    float: left;
}
#copy_right p{
    color: #000;
    font-size: 0.9em;
    display: inline-block;
}
#copy_right{
    width: 100%;
    padding: 15px 30px;
    background-color: #FFF;
}.project-vitrin .owl-prev {
    position: absolute;
}
.project-vitrin .owl-next {
    position: absolute;
	left:0
}
i.fa.fa-chevron-right {
    color: #FFF !important;
}
i.fa.fa-chevron-left {
    color: #FFF;
}
body > div.container > div > div > div.news-vitrin > div.row > div.col-xs-3{
    font-family: irsans;
}
body > div.container > div > div > div.news-vitrin > div.row > div.col-xs-9 > form{
    font-family: irsans;
}