@font-face {
    font-family: CORBEL;
    src: url(../fonts/CORBEL.TTF);
}
@font-face {
    font-family: CORBELB;
    src: url(../fonts/CORBELB.TTF);
}
@font-face {
    font-family: corbeli;
    src: url(../fonts/corbeli.ttf);
}
@font-face {
    font-family: dorid;
    src: url(../fonts/DroidKufi-Regular.ttf);
}
@font-face {
    font-family: doridb;
    src: url(../fonts/DroidKufi-Bold.ttf);
}
@font-face {
    font-family: corbelz;
    src: url(../fonts/corbelz.ttf);
}
*:focus , *:hover, *:visited, *:active{
    outline: none !important;
    resize: none !important;
    text-decoration: none !important;
}
.bootstrap-select .dropdown-toggle:focus{
    outline: 0 !important;
}
ul{
    list-style: none;
}
body {
    font-family: 'CORBEL', sans-serif;
    background: #fff;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.container-fluid ,.navbar-collapse{
    padding: 0;
}

/* menu */
.menu_sidebar {
    position: fixed;
    right: 0;
    width: 300px;
    top: 0;
    bottom: 0;
    overflow: hidden;
    overflow-y: auto;
    background: #333;
    z-index: 1;
    -webkit-transform: translateX(300px);
    -ms-transform: translateX(300px);
    transform: translateX(300px);
    -webkit-transform: translate3d(300px,0,0);
    transform: translate3d(300px,0,0);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
ul.menu-sidebar {
    float: right;
    width: 100%;
    padding: 0;
}
ul.menu-sidebar li {
    color: white;
    float: right;
    width: 100%;
    border-bottom: solid 1px rgba(255, 255, 255, 0.17);
}
ul.menu-sidebar .menu_loged>a:after {
    left: 7px;
    top: 20px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
ul.menu-sidebar .menu_loged.active>a:after {
    color: #333;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
ul.menu-sidebar>li>a {
    padding: 12px 25px;
    float: right;
    cursor: pointer;
    width: 100%;
    color: #fff;
    background: rgba(190, 202, 116, 0.9);
    font-size: 16px;
    font-weight: bold;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    position: relative;
}
.back-menu {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(51, 51, 51, 0.51);
    z-index: 9999;
    display: none;
}
ul.menu-sidebar>.menu_loged.active ul{
    display: block;
    float: right;
    width: 100%;
    position: inherit;
}
ul.menu-sidebar>li>a:hover {
    background: rgba(190, 202, 116, 0.9);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
ul.menu-sidebar>li.active>a:hover{
    background: #fff !important;
}
ul.menu-sidebar>li>ul>li>a {
    padding: 10px 40px !important;
    float: right !important;
    cursor: pointer !important;
    width: 100% !important;
    color: #787878 !important;
    background: #fff !important;
    font-size: 14px !important;
}
ul.menu-sidebar>li.active>ul>li>a {
    background: transparent !important;
    color: #fff !important;
    font-size: 14px !important;
    padding: 15px !important;
    border-bottom: 0 !important;
}
ul.menu-sidebar>li.active>ul>li>a i{
    padding-top: 5px;
}
ul.menu-sidebar li.active a {
    padding: 15px 30px;
    float: right;
    cursor: pointer;
    width: 100%;
    color: #333 !important;
    background: #fff;
    font-size: 16px;
}
ul.menu-sidebar li ul {
    display: none;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
ul.menu-sidebar li.active ul {
    display: block;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
ul.menu-sidebar li.active ul li a {
    background-image: none !important;
}
ul.menu-sidebar li a i {
    padding-left: 10px;
    float: right;
    margin-top: 5px;
    font-size: 18px;
}
.menu-side {
    position: fixed;
    right: -350px;
    top: 0px;
    background: rgba(190, 202, 116, 0.9);
    width: 220px;
    height: 100%;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: 99999;
}
.btn-menu-close i {
    transform: rotate(180deg);
    float: right;
}
ul.menu-sidebar li a img {
    float: right;
    width: 30px;
    height: 30px;
    margin-top: -5px;
    margin-left: 5px;
    border-radius: 50%;
}
.btn-menu-close {
    float: right;
    padding: 20px 20px 15px;
    font-size: 14px;
    color: white;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    cursor: pointer;
}
.btn-menu {
    right: 10px;
    position: absolute;
    color: #beca74;
    z-index: 99999;
    top: 20px;
    cursor: pointer;
    font-size: 25px;
    padding: 5px 0;
}
@media screen and (max-width: 992px){
    .btn-menu {
        right: 30px !important;
    }
    nav.navbar.navbar-default{
        display: none;
    }
    .head-menu ,.nofi ,.btns_login{
        display: none;
    }
    .left_menusaj{
        display: none;
    }
}
@media screen and (min-width: 992px){
    .menu-side {
        opacity: 0;
    }
    .btn-menu-close {
        opacity: 0;
    }
    .btn-menu{
        display: none !important;
    }
    .back-menu{
        display: none !important;
    }
}
/* finish menu */
section{
    float: left;
    width: 100%;
}
section.header-section-owl {
    padding: 15px 0;
}
.header{
    float: left;
    width: 100%;
    position: relative;
}
div#main-menu {
    float: left;
    width: 100%;
    position: relative;
}
.header-2{
    float: left;width: 100%;
}
.logs a .t-logo h6 {
    float: left;
    width: 100%;
    text-align: center;
    color: #8b8b8b;
    font-size: 17px;
    margin-bottom: 0;
}
.logs a .t-logo h2 {
    float: left;
    width: 100%;
    text-align: center;
    color: #575757;
    font-size: 25px;
    font-weight: bold;
    margin: 0;
}
.logs a .l-logo img {
    float: left;
    width: 100px;
    height: 100px;
    margin-right: 10px;
}
.logs a>div {
    display: table-cell;
    vertical-align: middle;
}
.logs a {
    float: left;
    width: 100%;
    display: table;
}
.logs {
    float: left;
    width: 40%;
}
.left_menusaj ul {
    float: right;
    width: 100%;
    padding-left: 0;
    margin-bottom: 10px;
}
.left_menusaj {
    float: right;
    position: relative;
    max-width: 55%;
    padding-top: 10px;
}
.left_menusaj .aksd_meni{
    float: right;
    padding-left: 40px;
    position: relative;
}
.left_menusaj .soial li{
    float: right;
}
.left_menusaj .soial li a{
    float: right;
    width: 100%;
    padding: 5px;
    margin-left: 10px;
    color: #beca74;
    font-size: 17px;
    cursor: pointer;
}
.left_menusaj .soial li a:last-child{
    margin-left: 0;
}
.left_menusaj .head-menu{
    float: left;
    width: auto;
    border-bottom: 1px solid #e7e8e1;
    margin-bottom: 0;
}
.left_menusaj .head-menu li{
    float: left;
    margin-right: 15px;
}
.left_menusaj .head-menu li:last-child{
    margin-right: 0;
}
.left_menusaj .head-menu li a{
    float: left;
    width: 100%;
    color: #767676;
    font-size: 17px;
    padding: 5px;
    padding-bottom: 10px;
    position: relative;
    text-align: center;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.left_menusaj .head-menu li a:before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 5px;
    background: transparent;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.left_menusaj .head-menu li a:hover:before,
.left_menusaj .head-menu li a.active:before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 5px;
    background: #beca74;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.left_menusaj .aksd_meni>i {
    position: absolute;
    left: 0;
    font-size: 36px;
    color: #beca74;
    bottom: 0px;
}
section.se2 {
    padding: 25px 0;
    background: #e7e8e1;
}
.Features {
    float: right;
    width: 100%;
}
.Features a {
    float: right;
    width: 100%;
    position: relative;
}
.image_Features img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    min-width: 100%;
}
.image_Features {
    float: right;
    width: 100%;
    height: 450px;
    position: relative;
    overflow: hidden;
}
.text_Features {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 20px;
    background: linear-gradient(to bottom, rgba(255,0,0,0), rgb(25, 19, 19));
}
.text_Features h3 {
    float: right;
    width: 100%;
    color: #fff;
    font-size: 35px;
    margin: 0;
    font-weight: bold;
}
.text_Features h2 {
    float: right;
    color: #fff;
    font-size: 32px;
    font-weight: bold;
    position: absolute;
    bottom: 15px;
    left: 20px;
    right: 20px;
}
.Week_Case {
    float: right;
    width: 100%;
}
.Week_Case a{
    float: right;
    width: 100%;
    position: relative;
}
.Week_Case .image_wc{
    float: right;
    width: 100%;
    height: 450px;
    overflow: hidden;
    position: relative;
}
.Week_Case .image_wc img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    min-width: 100%;
}
.text_wc {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 20px;
    background: rgba(84, 84, 84, 0.80);
}
.text_wc h4 {
    float: right;
    width: 100%;
    color: #beca74;
    font-size: 18px;
    font-weight: bold;
    overflow: hidden;
}
.fancy span {
  display: inline-block;
  position: relative;
}
.fancy span:after {
    content: "";
    position: absolute;
    border-bottom: 1px solid #beca74;
    bottom: 5px;
    width: 600px;
}
.fancy span:after {
  left: 100%;
  margin-left: 5px;
}
.text_wc p {
    float: right;
    width: 100%;
    color: #b4b4b4;
    font-size: 15px;
    text-align: justify;
}
.text_wc h2 {
    float: right;
    width: 100%;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}
.an_text_wc {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 0;
}
.an_text_wc p {
    color: #ddd;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.Week_Case:hover .an_text_wc p {
    color: #fff;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
section.sec3_video {
    float: right;
    width: 100%;
    padding: 20px;
}
.header_sec>a {
    float: left;
    font-size: 28px;
    font-weight: bold;
    color: #383838;
    margin-bottom: 10px;
    border-left: 10px solid #beca74;
    padding-left: 10px;
    line-height: 34px;
}
.header_sec {
    float: right;
    width: 100%;
}
.all_newsw{
    float: right;
    width: 100%;
}
.news_list a {
    float: left;
    width: 100%;
}
.news_list {
    float: left;
    width: 100%;
    margin-bottom: 25px;
}
.news_list .image_news_list img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    min-width: 110%;
    min-height: 220px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.news_list .image_news_list {
    float: left;
    width: 100%;
    height: 220px;
    overflow: hidden;
    position: relative;
}
.news_list:hover .image_news_list img {
    min-width: 120%;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.news_list .text_news_list h3 {
    float: left;
    width: 100%;
    color: #383838;
    font-size: 18px;
    font-weight: bold;
    margin-top: 7px;
}
.news_list .text_news_list {
    float: left;
    width: 100%;
}
.news_list a:first-child {
    min-height: 280px;
}
.news_list:last-child p {
    float: left;
    color: #7e7e7e;
    font-size: 14px;
    font-weight: 600;
    border: 1px solid #beca74;
    padding: 2px 7px;
    border-left: 5px solid #beca74;
    margin-bottom: 0;
}
.tit_sec_news p{
    float: left;
    padding: 2px 6px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}
.lst_setnews {
    float: left;
    width: 100%;
    height: 36px !important;
    padding: 4px !important;
    padding-left: 140px !important;
    border: 0;
    background: #fff;
}
.lost_of_news{
    float: left;width: 100%;
    border:1px solid #beca74;
    position: relative;
    height: 36px;
    overflow: hidden;
    background: #beca74;
}
.tit_sec_news {
    background: #beca74;
    position: absolute;
    left: 0;
    z-index: 99;
    /*top: -2px;*/
}
.ticker ul li a {
    float: left;
    width: 100%;
    color: #464646;
    font-size: 18px;
    padding-left: 10px;
}
.all_statments {
    float: left;
    width: 100%;
    background: #e7e8e1;
    margin-bottom: 10px;
}
.first_alstat>div {
    display: table-cell;
    vertical-align: middle;
}
.first_alstat {
    float: left;
    width: 100%;
    background: #545454;
    display: table;
    padding: 5px 10px;
}
.somaosjw .text_first_sta p {
    float: left;
    width: 100%;
    color: #ffffff;
    font-size: 12px;
    margin-bottom: 0;
}
.text_first_sta p {
    float: left;
    width: 100%;
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 0;
}
.images_fs{
    padding-right: 10px;
}
.images_fs img{
    float: left;
    width: 55px;
}
.conte_frist_alstat {
    float: left;
    width: 100%;
    padding: 15px 25px;
    text-align: center;
}
.conte_frist_alstat h3 {
    float: left;
    width: 100%;
    color: #383838;
    font-size: 18px;
    font-weight: bold;
    margin: 15px 0 5px;
}
.conte_frist_alstat p {
    float: left;
    width: 100%;
    color: #383838;
    font-size: 14px;
    margin-bottom: 0;
}
.conte_frist_alstat {
    float: left;
    width: 100%;
    padding: 25px;
    text-align: center;
}
.norm_statments {
    float: left;
    width: 100%;
    background: #d9dad3;
    margin-bottom: 2px;
}
.norm_statments a {
    float: left;
    width: 100%;
    padding: 15px 25px;
}
.norm_statments a h2{
    float: left;
    width: 100%;
    font-size: 17px;
    color: #545454;
    margin: 0;
}

.twit{
    float: left;width: 100%;
    /*background: #545454;*/
    /*padding: 5px 5px;*/
    height: 283px;
    /*overflow-y: auto;*/
    overflow: hidden;
    border: 2px solid #f1f1f1;
}
.twit_header h3 i {
    display: inline-block;
    padding-right: 5px;
}
.twit_header h3 {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}
.twoksd{
    float: left;width: 100%;
}
.twoksd #twitter-widget-0{
    margin: 0!important;
}
section.sec4 {
    padding: 20px;
}
.sec_videos {
    float: left;
    width: 100%;
}
.mejs__button.mejs__fullscreen-button {
    /*display: none !important;*/
}
.mejs__container, .mejs__container * {
    box-sizing: border-box;
    max-width: 100%;
}
.list_of_video {
    float: left;
    width: 100%;
    background: #545454;
    direction: ltr;
}
.list_of_video{
    float: left;
    width: 100%;
    padding: 20px 50px;
    position: relative;
}
#owl-demosa {
    float: left;
    width: 100%;
    display: inline-block;
}
.owl-stage-outer {
    float: left;
    width: 100%;
}
.list_of_video .owl-prev {
    position: absolute;
    right: -50px;
    top: 40%;
    width: 45px;
    color: #333;
    background: #b1b1b1;
    font-size: 30px;
    line-height: 30px;
}
.list_of_video .owl-next {
    position: absolute;
    left: -50px;
    top: 40%;
    width: 45px;
    color: #333;
    background: #b1b1b1;
    font-size: 30px;
    line-height: 30px;
}
.f-vid {
    float: left;
    width: 100%;
    direction: ltr;
}
.image_fvid {
    float: left;
    width: 100%;
    height: 125px;
    overflow: hidden;
    position: relative;
    margin-bottom: 5px;
}
.image_fvid img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: auto !important;
    min-width: 120% !important;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.first_image p {
    position: absolute;
    left: 0;
    bottom: -100%;
    right: 0;
    padding: 15px;
    text-align: left;
    margin-bottom: 0;
    font-size: 16px;
    color: #fff;
    background: #333333db;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    opacity: 0;
}
.owl_list_image:hover .first_image p {
    opacity: 1;
    bottom: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.f-vid p{
    float: left;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0;
    text-align: left;
    height: 46px;
}
.main_video{
    float: left;width: 100%;
}
.f-vid:hover .image_fvid img{
    min-width: 130% !important;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.f-vid {
    cursor: pointer;
}
section.se9 {
    padding: 20px;
    background: #e7e8e1;
}
.owl_list_image {
    float: right;
    width: 100%;
    position: relative;
}
.owl-prev{
    position: absolute;
    right: 40px;
    top: 45%;
    color: #e7e8e1;
    font-size: 38px;
}
.owl-next{
    position: absolute;
    left: 40px;
    top: 45%;
    color: #e7e8e1;
    font-size: 38px;
}
.first_image{
    float: left;
    width: 100%;
    height: 415px;
    position: relative;
    overflow: hidden;
}
.first_image img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    min-width: 105%;
    min-height: 440px;
}
/*.first_image:hover img{
    min-width: 115%;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}*/
.list_opinions {
    float: left;
    width: 100%;
    background: #ffffff;
    /*max-height: 440px;*/
    overflow-y: auto;
}
.f_listopin {
    float: right;
    width: 100%;
    border-bottom: 1px solid #f3f3f3;
}
.f_listopin a{
    float: right;width: 100%;
    padding: 20px 5px 18px 15px;
    display: table;
    border-bottom: 5px solid transparent;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.f_listopin a:hover{
    border-bottom: 5px solid #beca74;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.f_listopin a>div{
    display: table-cell;
    vertical-align: middle;
}
.image_flistopin img{
    float: left;
    width: 90px;
    height: 90px;
    border-radius: 50%;
}
.text_listopin h3 {
    margin: 0;
    float: left;
    width: 100%;
    color: #3f3f3f;
    font-size: 18px;
    font-weight: bold;
}
.text_listopin p.auth {
    margin: 0;
    float: left;
    width: 100%;
    color: #beca74;
    font-size: 16px;
}
.text_listopin p {
    margin: 0;
    float: left;
    width: 100%;
    color: #545454;
    font-size: 14px;
}
.text_listopin span{
    margin: 0;
    float: left;
    width: 100%;
    color: #b2b2b2;
    font-size: 12px;
    font-family: serif;
}
.text_listopin {
    padding-left: 10px;
}
section.sc10 {
    background: #e7e8e1;
    padding: 20px;
    padding-bottom: 50px;
}
.sec_fallen_herros a img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    min-width: 100%;
    min-height: 410px;
    filter: grayscale(50%);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.sec_fallen_herros:hover img{
    filter: grayscale(0%);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.sec_fallen_herros a {
    float: right;
    width: 100%;
    height: 410px;
    overflow: hidden;
    position: relative;
}
.sec_fallen_herros {
    float: right;
    width: 100%;
}
.sec_haveysay {
    float: left;
    width: 100%;
    background: #fff;
    overflow: hidden;
    height: 410px;
}
.min_sechaveysay {
    float: left;
    background: #beca74;
    width: 60%;
}
.left_sechaveysay{
    float: left;
    width: 40%;
    height: 410px;
    overflow-y: auto;
}
.image_main_secha {
    float: left;
    width: 100%;
    height: 330px;
    position: relative;
    overflow: hidden;
}
.image_main_secha img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    min-width: 105%;
    min-height: 330px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.min_sechaveysay:hover .image_main_secha img{
    min-width: 125% !important;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.text_main_secha h3 {
    float: left;
    width: 100%;
    color: #383838;
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    margin-bottom: 14px;
}
.text_main_secha {
    float: left;
    width: 100%;
    padding: 20px;
}
.text_main_secha a{
    float: right;
    color: #fff;
    font-size: 14px;
    padding: 2px 15px;
    cursor: pointer;
    border-radius: 5px;
}
.likebtn{
    background: #a2ad60;
}
.first_lsech {
    float: left;
    width: 100%;
    border-bottom: 1px solid #e7e8e1;
    padding: 15px;
}
.header_leftfirst {
    float: left;
    width: 100%;
    display: table;
}
.header_leftfirst>div{
    display: table-cell;vertical-align: middle;
}
.img_leftfirst img {
    float: left;
    width: 45px;
    height: 45px;
    border-radius: 50%;
}
.text_leftfirst p {
    float: left;
    width: 100%;
    color: #3f3f3f;
    font-size: 16px;
    margin: 0;
}
.text_leftfirst h2 {
    float: left;
    width: 100%;
    font-size: 20px;
    color: #3f3f3f;
    margin: 0;
    font-weight: bold;
}
.text_leftfirst {
    padding-left: 15px;
}
.first_lsech>p {
    float: left;
    width: 100%;
    color: #545454;
    font-size: 14px;
    padding: 10px 0 0;
    margin: 0;
    line-height: 16px;
}
::-webkit-scrollbar {
    width: 8px;
}
/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}
/* Handle */
::-webkit-scrollbar-thumb {
    background: #beca74;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}
.soial_menusw li a i.fa-facebook,
.left_menusaj .soial li a:hover i.fa-facebook{
    color: #3b5999;
}
.soial_menusw li a i.fa-twitter,
.left_menusaj .soial li a:hover i.fa-twitter{
    color: #55acee;
}
.soial_menusw li a i.fa-youtube,
.left_menusaj .soial li a:hover i.fa-youtube{
    color: #cd201f;
}
.soial_menusw li a i.fa-instagram,
.left_menusaj .soial li a:hover i.fa-instagram{
    color: #e4405f;
}
.soial_menusw li a.search,
.left_menusaj .soial li a.search:hover{
    color: #131418;
}
.search_search {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    z-index: 0;
    padding: 30px 0px;
    overflow-y: auto;
    border-radius: 50%;
    overflow: hidden;
    max-width: 30px;
    max-height: 30px;
     opacity: 0;
    background: #fff;
    display: block;
    margin: auto;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.search_search.active {
    display: block;
    border-radius: 0;
    z-index: 99999999;
    max-height: 999999999999999999999999px;
    max-width: 999999999999999999999999999px;
    opacity: 1;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.no-js.notbord{
    overflow: hidden;
}
.inputsw input {
    float: left;
    width: 100%;
    padding: 10px 20px;
    color: #333;
    font-size: 14px;
    padding-right: 50px;
    font-weight: bold;
    border:1px solid #ddd;
}
.inputsw {
    float: left;
    width: 100%;
    margin-bottom: 15px;
    position: relative;
}
.inputsw.search i {
    position: absolute;
    right: 15px;
    top: 12px;
    color: #333;
    font-size: 20px;
}
.all_newsws ul li {
    float: left;
    width: 100%;
}
.all_newsws ul {
    float: left;
    width: 100%;
    padding: 0;
}
.all_newsws {
    float: left;
    width: 100%;
}
.all_newsws ul li a{
    float: left;
    width: 100%;
    padding: 15px;
    display: table;
}
.all_newsws ul li a>div{
    display: table-cell;vertical-align: middle;
}
.all_newsws .image_news_list {
    width: 50px;
    height: 50px;
    overflow: hidden;
    position: relative;
}
.all_newsws .image_news_list img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    min-width: 105%;
    min-height: 50px;
}
.all_newsws .text_news_list {
    padding-left: 20px;
}
.all_newsws .text_news_list h3 {
    float: left;
    width: 100%;
    color: #383838;
    font-weight: bold;
    margin: 0;
    font-size: 20px;
}
.all_newsws .text_news_list p {
    float: left;
    width: 100%;
    color: #7e7e7e;
    font-weight: bold;
    font-size: 14px;
    margin: 0;
}
ul.soial_menusw li a {
    float: left;
    width: 100%;
    padding: 8px;
    font-size: 20px;
    color: #333;
}
ul.soial_menusw li {
    float: left;
    width: 100%;
}
ul.soial_menusw {
    position: fixed;
    right: -50px;
    top: 0;
    bottom: 0;
    background: #fff;
    text-align: center;
    max-width: 50px;
    padding: 0;
    height: 100vh;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.menu-side.active ul.soial_menusw{
    right: 220px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
section.footer {
    float: left;
    width: 100%;
    background: #545454;
}
.footer_text {
    float: left;
    width: 100%;
    padding: 40px 0;
}
.footer_text h6{
    float: left;
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: #fff;
    /*font-weight: bold;*/
    margin-bottom: 0;
}
.search_search.active .inpustanimations p{
    color: #333;
    font-size: 20px;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    margin: 0;
    font-weight: bold;
    position: absolute;
    left: 15px;
    top: 7px;
    right: 0;
    max-width: 80%;
    animation: type 6s steps(60, end);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.inputsw.search.inpustanimations.activesw p {
    position: initial;
    padding-top: 10px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.search_search.active .inpustanimations p:nth-child(2){
  animation: type2 8s steps(60, end);
}
.search_search.active .inpustanimations p a{
  color: #333;
  text-decoration: none;
}
.search_search.active .inpustanimations  span{
  animation: blink 1s infinite;
}
@keyframes type{
  from { width: 0; }
}
@keyframes type2{
  0%{width: 0;}
  50%{width: 0;}
  100%{ width: 100; }
}
@keyframes blink{
  to{opacity: .0;}
}
section.border_topsw{
    padding: 50px 0;
    min-height: 100vh;
    background: #fff;
    border-top: 20px solid #e7e8e1;
}
.notlinksw .text_Features.bobottom {
    position: initial;
    background: transparent;
    padding: 15px 0;
    float: left;
    border-bottom: 3px solid #beca74;
}
.notlinksw .text_Features h2 {
    position: initial;
    margin-bottom: 10px;
    color: #282828;
    font-size: 32px;
    font-weight: bold;
}
.notlinksw .text_Features p {
    float: left;
    margin-bottom: 10px;
    color: #282828;
    font-size: 20px;
    text-align: justify;
}
.notlinksw .image_Features.bgosow:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(255,0,0,0), rgba(25, 19, 19, 0.7));
    z-index: 1;
}
.list_all_vnew{
    float: left;
    width: 100%;
}
.list_all_vnew .Features .image_Features{
    height: 220px;
}
.list_all_vnew .Features .image_Features img{
    max-width: 110%;
    min-height: 220px;
}
.list_all_vnew .Features .text_Features{
    position: initial;
    background: transparent;
    padding: 10px 0;
    float: left;
}
.list_all_vnew .Features .text_Features h2{
    font-size: 18px;
    margin: 0;
}
.Features.notlinksw{
    margin-bottom: 12px;
}
.bg_secand{
    background: #e9e8e8;
    margin-bottom: 30px;
}
.this_havlve>div{
    width: 50% !important;
}
.this_havlve .img_leftfirst {
    width: 45px;
}
.sec_haveysay.left_right {
    direction: rtl;
}
.sec_haveysay.left_right .min_sechaveysay {
    float: right;
}
.sec_haveysay.left_right .first_lsech {
    direction: initial;
}
.somaosjw {
    background:  #fff;
}
.somaosjw .conte_frist_alstat{
    position: relative;
    background: #e1e7bf;
    margin-top: 15px;
    padding: 30px;
    border-bottom: 4px solid #beca74;
    min-height: 100vh;
}
.somaosjw .conte_frist_alstat var {
    position: absolute;
    right: 10%;
    top: 0;
    background: #fff;
    padding: 5px 15px;
    font-weight: bold;
    font-size: 18px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
.somaosjw .first_alstat {
    background: #beca74;
    border-bottom: 15px solid #545454;
    padding: 15px;
}
.somaosjw .images_fs img {
    float: none;
    display: inline-block;
    width: 125px;
}
.somaosjw .text_first_sta {
    width: 45%;
}
.somaosjw .text_first_sta p {
    color: #545454;
    font-size: 17px;
    margin-bottom: 0;
    line-height: 24px;
}
.somaosjw .text_first_sta.ar p{
    text-align: right;
    font-family:dorid;
    font-size: 15px;
    line-height: 25px;
}
.somaosjw .images_fs {
    padding-right: 0;
}
.somaosjw .text_first_sta p:nth-child(1) {
    font-weight: bold;
}
.somaosjw .conte_frist_alstat p{
    font-size: 20px;
    margin-bottom: 20px;
}
.somaosjw .conte_frist_alstat h3{
    font-size: 28px;
    color: #282828;
    font-weight: bold;
    margin-bottom: 15px;
}
.nomarge {
    margin-bottom: 0px !important;
}
.name_h3{
    font-size: 20px !important;
    margin-bottom: 0 !important;
}
.name_h3 span{
    font-weight: normal;
    font-size: 18px;
}
p.text_right {
    text-align: justify;
}
.list_ofstatments ul,
.list_ofstatments li,
.list_ofstatments {
    float: left;
    width: 100%;
    padding: 0;
}
.list_ofstatments ul li a{
    float: left;width: 100%;
    position: relative;
    padding: 20px 15px;
    border-bottom: 1px solid #cecece;
}
.list_ofstatments ul li a h3{
    float: left;
    width: 100%;
    color: #282828;
    font-size: 20px;
    margin-bottom: 0;
    position: relative;
}
.list_ofstatments ul li a h3:before {
    content: '';
    position: absolute;
    left: -13px;
    top: 13px;
    width: 5px;
    height: 5px;
    background: #beca74;
}
.list_ofstatments ul li a span {
    background: #fff;
    position: absolute;
    right: 0;
    bottom: -1px;
    font-size: 16px;
    color: #8c8c8c;
    font-family: serif;
    line-height: 12px;
    padding: 0 5px;
}
.inpusww .inputsw {
    display: table-cell;
    vertical-align: middle;
    width: auto;
    margin-left: 20px;
}
.inpusww {
    float: right;
    display: table;
}
/*.grid-item { width: 150px;overflow: hidden;height: 100px; }
.grid-item--width2 { width: 300px;height: 100px; }

.grid{
    float: left;
    width: 100%;
    margin: 30px 0;
}*/
.gridster.ready {
    float: left;
    width: 100%;
}
.gridster.ready ul {
    float: left;
    width: 100% !important;
    margin: 0;
    padding-left: 0 !important;
}
.gridster.ready ul li {
    overflow: hidden;
}
.gridster.ready ul li img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    min-height: 100%;
    cursor: pointer;
}
/*.grid .grid-item {
    height: 180px;
    background-color:#ECF0F1;
    border-radius: 3px;
    overflow: hidden;
    cursor: pointer;
}
.grid .grid-other {
    width: 800px;
    border: black 3px solid;
}
.grid .this {
    height: 70px;
    background-color: #1ABC9C;
}
.grid .sm {
    height: 50px;
}
.grid .md {
    height: 150px;
}
.grid .lg {
    height: 200px;
}
.grid-item img {
    min-width: 100%;
    min-height: 100%;
}*/
button.btn.dropdown-toggle.btn-default {
    background: transparent;
    border-radius: 0;
    border: 1px solid #ccc;
    font-size: 16px;
}
.bs-caret{
    display: none;
}
.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open>.dropdown-toggle.btn-default.focus, .open>.dropdown-toggle.btn-default:focus, .open>.dropdown-toggle.btn-default:hover {
    color: #333;
    background-color: transparent;
    border-color: #ccc;
    box-shadow: none;
}
.btn-group.open .dropdown-toggle{
    box-shadow: none;
}
.dropdown-menu.open {
    padding: 0;
    margin: 0;
}
.dropdown-menu.open ul li a {
    float: left;width: 100%;
    padding: 5px 15px;
    color: #333;
    font-size: 14px;
}
.inputsw.select:before{
    content: '\f107';
    font-family: 'fontawesome';
    font-size: 16px;
    font-weight: bold;
    color: #333;
    position: absolute;
    right: 15px;
    top: 8px;
    z-index: 3;
}
.inputsws{
    float: left;
    width: 100%;
    margin: 20px 0;
    text-align: center;
}
.inputsws a{
    display: inline-block;
    width: 180px;
    padding: 10px 20px;
    color: #fff;
    background: #beca74;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    max-width: 100%;
}
.news_see_also>a:first-child>div {
    display: table-cell;
    vertical-align: top;
}
.news_see_also>a:first-child {
    float: left;
    width: 100%;
    background: #e2ebaa;
    padding: 20px;
    display: table;
}
.news_see_also {
    float: left;
    width: 100%;
    position: relative;
    margin-top: 10px;
    margin-bottom: 30px;
}
.image_news_also img {
    float: left;
    width: 300px;
    height: 170px;
}
.image_news_also {
    width: 300px;
}
.text_news_also h3 {
    float: left;
    width: 100%;
    margin: 0;
    color: #282828;
    font-size: 32px;
    font-weight: bold;
    line-height: 42px;
}
.text_news_also {
    padding-left: 15px;
}
.news_see_also a:last-child {
    position: absolute;
    right: 15px;
    bottom: 10px;
    color: #282828;
    font-size: 20px;
}
.list_more_news ul {
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: 5px;
}
.list_more_news {
    float: left;
    width: 100%;
}
.list_more_news ul li{
    float: left;width: 100%;
    margin-bottom: 9px;
}
.list_more_news ul li a{
        float: left;width: 100%;
        display: table;
}
.list_more_news ul li a>div{
    display: table-cell;vertical-align: middle;
}
.list_more_news ul li:nth-child(even) a{
    background: #f1f1f1;
}
.list_more_news ul li:nth-child(odd) a{
    background: #e0dfdf;
}
.text_mnes_kasd h3 {
    float: left;
    width: 100%;
    margin: 0;
    color: #282828;
    font-size: 16px;
}
.text_mnes_kasd {
    padding: 15px;
}
.image_mnes_kasd {
    width: 140px;
}
.image_mnes_kasd img {
    float: left;
    width: 140px;
    height: 82px;
}
.mor_alswo span {
    float: right;
    background: #fff;
    color: #282828;
    font-size: 14px;
    margin-bottom: -5px;
    line-height: 16px;
    padding-left: 5px;
}
.mor_alswo {
    float: left;
    width: 100%;
    border-bottom: 2px solid #beca74;
    margin-bottom: 15px;
}
.list_morenews2 ul li a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 5px;
    height: 5px;
    background: #beca74;
}
.list_morenews2 ul li a {
    float: right;
    width: 100%;
    padding-left: 10px;
    position: relative;
    color: #282828;
    font-size: 18px;
    margin-bottom: 10px;
}
.list_morenews2 ul li {
    float: left;
    width: 100%;
}
.list_morenews2 ul {
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: 15px;
}
.list_morenews2 {
    float: left;
    width: 100%;
}
.twit.twit_ullsw {
    height: auto;
}
.twit_header {
    float: left;
    width: 100%;
}
.twit_header h3 {
    margin: 0;
    margin-bottom: 10px;
}
.soail_media_left.fix {
    position: fixed;
    left: 0;
    z-index: 9;
    top: 30%;
}
.soail_media_left.fix ul li a {
    float: left;
    width: 30px;
    height: 30px;
    background: #333;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 32px;
}
.soail_media_left.fix ul li {
    float: left;
    width: 100%;
    margin-bottom: 5px;
}
.soail_media_left.fix ul {
    float: left;
    padding-left: 15px;
}
.soail_media_left li a span {
    min-width: 120px;
    float: left;
    text-align: center;
    background: #222;
    font-size: 14px;
    color: #fff;
    margin: -35px 50px;
    padding: 4px 10px 5px;
    transform-origin: 0;
    visibility: hidden;
    opacity: 0;
    transform: rotateY(45deg);
    border-radius: 5px;
    transition: all .5s ease .300ms;
    text-transform: uppercase;
}
.soail_media_left li span:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: -20px;
  top: 7px;
  border-left: 10px solid transparent;
  border-right: 10px solid #fff;
  border-bottom: 10px solid transparent;
  border-top: 10px solid transparent;
}
.soail_media_left li a:hover span {
  visibility: visible;
  opacity: 1;
  transform: rotateY(0)
}
.soail_media_left li:nth-child(1) a:hover span,
.soail_media_left li:nth-child(1) a:hover{
    background: #3b5998;
}
.soail_media_left li:nth-child(2) a:hover span,
.soail_media_left li:nth-child(2) a:hover{
    background: #55acee;
}
.soail_media_left li:nth-child(3) a:hover span,
.soail_media_left li:nth-child(3) a:hover{
    background: #dd4b39;
}
.soail_media_left li:nth-child(4) a:hover span,
.soail_media_left li:nth-child(4) a:hover{
    background: #bd081c;
}
.soail_media_left li:nth-child(5) a:hover span,
.soail_media_left li:nth-child(5) a:hover{
    background: #25D366;
}
.list_btn_solasi ul li:nth-child(1) a{
    color: #3b5998;
}
.list_btn_solasi ul li:nth-child(2) a{
    color: #55acee;
}
.list_btn_solasi ul li:nth-child(3) a{
    color: #dd4b39;
}
.list_btn_solasi ul li:nth-child(4) a{
    color: #bd081c;
}
.soail_media_left li:nth-child(1) a:hover span:after{
  border-right-color: #3b5998;
}
.soail_media_left li:nth-child(2) a:hover span:after{
  border-right-color:#55acee;
}
.soail_media_left li:nth-child(3) a:hover span:after{
  border-right-color:#dd4b39;
}
.soail_media_left li:nth-child(4) a:hover span:after{
  border-right-color:#bd081c;
}
.soail_media_left li:nth-child(5) a:hover span:after{
  border-right-color: #25D366;
}
.opinions_list>div {
    display: table-cell;
    vertical-align: middle;
}
.opinions_list {
    float: left;
    width: 100%;
    margin: 10px 0;
    display: table;
}
.img_opinions img {
    float: left;
    width: 65px;
    height: 65px;
    border-radius: 50%;
}
.img_opinions {
    width: 70px;
}
.opinions_list .text_opinions p {
    float: left;
    width: 100%;
    color: #beca74;
    font-size: 16px;
    margin-bottom: 0;
}
.opinions_list .text_opinions>span {
    float: left;
    width: 100%;
    color: #545454;
    font-size: 13px;
    margin-bottom: 0;
}
.text_opinions {
    padding-left: 15px;
}
.list_kls_teopinin {
    border-bottom: 1px solid #545454;
    float: left;
    width: 80%;
}
.list_kls_teopinin span i {
    display: inline-block;color: #beca74;
    padding-right: 5px;
}
.list_kls_teopinin span {
    float: left;
    padding-right: 15px;
    color: #b2b2b2;
    font-size: 10px;
    font-family: sans-serif;
    margin-bottom: -1px;
    background: #fff;
    padding-top: 4px;
}
.text_opinions h3 {
    float: left;
    width: 100%;
    margin: 0;
    color: #3f3f3f;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 2px;
    height: 50px;
}

post_text {

    float: left;
    width: 100%;
}
.post_text span {
    float: left;
    padding-right: 15px;
    color: #beca74;
    font-size: 13px;
    font-family: sans-serif;
    margin-bottom: -1px;
    background: #fff;
    padding-top: 4px;
}
.norbadsw{
    border-bottom: 0;
}
.comment_opinions i {
    display: inline-flex;
    color: #beca74;
    font-size: 50px;
    padding-right: 15px;
}
.comment_opinions p {
    display: inline-block;
    color: #585858;
    font-size: 16px;
    margin-bottom: 0;
}
.comment_opinions {
    float: left;
    width: 100%;
    padding: 10px;
    display: inline-flex;
    position: relative;
    z-index: 1;
    background: #fff;
    height: 130px;
}
.comment_opinionss{
    float: left;width: 100%;
    position: relative;
    border: 2px solid #a4a4a4;
}
.comment_opinionss:before {
    content: '';
    position: absolute;
    right: 10px;
    top: -10px;
    width: 20px;
    height: 20px;
    background: #fff;
    clip: rect(0px,20px,20px,0px);
    border: 2px solid #a4a4a4;
    transform: rotate(225deg);
}



.calender_rem {
    float: left;
    width: 100%;
    display: inline-flex;
    position: relative;
    z-index: 1;
    height: 60px;
}

.calender_rem i {
    display: inline-flex;
    color: #ffffff;
    font-size: 50px;
    padding-right: 15px;
}
.calender_rem p {
    display: inline-block;
    color: #585858;
    font-size: 16px;
    margin-bottom: 0;
}
.calender_rems{
    float: left;width: 100%;
    position: relative;
}
.rem_date {
    float: left;
    width: 100%;
    padding: 20px;
}
.rem_date h2 {
    text-align: center;
    font-weight: bold;
    font-size: 25px;
}

.rem_details{
    float: left;
    color: #383838;
    font-size: 18px;
    text-align: justify;
    margin: 10px 25px;
}

.carousel-control {
    opacity: 1 !important;

    }

.mrbt20{
    margin-bottom: 20px;
}
.nopadpw{
    padding: 0;
}
.vid_view {
    float: left;
    width: 100%;
    background: #beca74;
    margin: 10px 0 30px;
}
.list_ofssajc .image_fvid {
    height: 210px;
}
.list_ofssajc .image_fvid img {
    min-height: 210px;
}
.list_ofssajc .f-vid p {
    color: #383838;
    font-size: 18px;
    height: 50px;
    overflow: hidden;
}
.list_ofssajc .f-vid{
    margin-bottom: 20px;
}
.text_vid_as p {
    float: left;
    width: 100%;
    color: #282828;
    font-size: 16px;
    text-align: justify;
}
.text_vid_as h3 {
    float: left;
    width: 100%;
    color: #282828;
    font-size: 32px;
    font-weight: bold;
}
.text_vid_as {
    float: left;
    width: 100%;
    padding: 20px;
    height: 440px;
    position: relative;
}
.list_btn_solasi ul li a {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 16px;
    padding: 0 5px;
}
.list_btn_solasi ul li {
    float: left;
    margin-right: 10px;
}
.list_btn_solasi ul {
    float: left;
    width: 100%;
    border-top: 1px solid #fff;
    margin-top: 5px;
    padding: 7px 0;
}
.list_btn_solasi span {
    float: left;
    padding-right: 20px;
    color: #fff;
    font-size: 14px;
    font-family: sans-serif;
}
.list_btn_solasi {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px;
}
.hid_pasd{
    display: none;
}
.main_info_hero {
    float: left;
    width: 100%;
    margin: 10px 0;
    background: #eaf3b4;
    /*display: inline-flex;*/
}
.image_hero img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    min-width: 105%;
    min-height: 380px;
}
.image_hero {
    position: relative;
    width: 260px;
    height: 380px;
    overflow: hidden;
    float: left;
}
.text_hero h3 {
    float: left;
    width: 100%;
    color: #383838;
    font-size: 40px;
    font-weight: bold;
    margin: 0;
}
.text_hero span {
    float: left;
    width: 100%;
    color: #383838;
    font-size: 32px;
    font-weight: bold;
    margin: 0;
}
.text_hero p {
    float: left;
    width: 100%;
    color: #282828;
    font-size: 20px;
    margin: 0;
    text-align: justify;
}
.text_hero {
    padding: 15px 25px;
    max-height: 380px;
    overflow-y: auto;
}
.list_of_allhero ul li.active img ,
.list_of_allhero ul li:hover img {
    min-width: 115%;
    max-width: 130%;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}
.list_of_allhero ul li img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    min-width: 105%;
    max-width: 110%;
    min-height: 200px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.list_of_allhero ul li {
    float: left;
    width: 11.1%;
    position: relative;
    height: 200px;
    overflow: hidden;
    cursor: pointer;
}
.list_of_allhero ul {
    float: left;
    width: 100%;
    padding: 0;
}
.list_of_allhero {
    float: left;
    width: 100%;
    margin: 15px 0;
}
.left_searchs input {
    float: left;
    width: 100%;
    padding: 7px 15px;
    color: #333;
    font-size: 16px;
    border: 1px solid #f3f3f3;
    padding-right: 30px;
}
.left_searchs {
    float: right;
    position: relative;
}
.left_searchs i {
    position: absolute;
    right: 10px;
    top: 14px;
}
body {
    padding-top: 130px;
}
section.header-section-owl {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
    background: #fff;
}
section.header-section-owl.fixed{
    padding: 10px 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    border-bottom: 1px solid #eee
}
section.header-section-owl.fixed .logs a .l-logo img {
    width: 50px;
    height: 50px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
section.header-section-owl.fixed .logs a .t-logo h2 {
    font-size: 18px;
    text-align: left;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
section.header-section-owl.fixed .logs a .t-logo h6 {
    font-size: 14px;
    text-align: left;
    margin-top: 2px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
section.header-section-owl.fixed .left_menusaj ul.soial {
    max-height: 0;
    overflow: hidden;
    margin-bottom: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
section.header-section-owl.fixed .left_menusaj {
    padding-top: 5px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

section.header-section-owl .logs a .l-logo img ,
section.header-section-owl .logs a .t-logo h2 ,
section.header-section-owl .logs a .t-logo h6 ,
section.header-section-owl .left_menusaj ul.soial ,
section.header-section-owl .left_menusaj {
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.modal{
    z-index: 9999999;
}
.modal {
    text-align: center;
}
.modal::before {
    content: "";
    display: inline-block;
    height: 100%;
    margin-right: -4px;
    vertical-align: middle;
}
.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}
.modal-content {
    border-radius: 0;
}
.cont_bod {
    display: inline-block;
    width: 100%;
}
.head_bod h3 {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    margin: 0;
}
.head_bod {
    display: inline-block;
    width: 100%;
    padding: 25px 30px;
    background: #beca74;
}
.inp_bob {
    display: inline-block;
    width: 100%;
    padding: 20px;
}
.inputsww {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    position: relative;
}
.inputsww select ,
.inputsww textarea ,
.inputsww input {
    float: left;
    width: 100%;
    padding: 10px 15px;
    color: #333;
    font-size: 16px;
    border:1px solid #f3f3f3;
}
.country-select.inside {
    width: 100%;
}
.inputsww >button {
    float: left;
    width: 49%;
    margin-right: 2%;
    background: #333;
    color: #fff;
    border: 0;
    margin-bottom: 10px;
    padding: 15px;
    font-size: 16px;
}
.inputsww >button:nth-child(1) {
    background: #beca74;
}
.inputsww >button:nth-child(1):hover {
    background: #9fa961;
}
.inputsww >button:nth-child(2) {
    background: #00BCD4;
    margin-right: 0;
}
.inputsww >button:nth-child(2):hover {
    background: #0397a9;
}
.fixed .btn-menu{
    top: 5px !important;
}
textarea.error ,
input.error {
    border-color: #F44336;
}
label.error {
    float: left;
    width: 100%;
    margin-top: 5px;
    color: #F44336;
    font-weight: normal;
}
section.im_news {
    background: #F44336;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0%;
    z-index: 999;
    padding: 20px 0;
}
section.im_news.active {
    bottom: 0%;
}
.lost_of_news.imnewsw {
    border: 0;
    background: transparent;
}
.lost_of_news.imnewsw .tit_sec_news{
    background: transparent;
    color: #F44336;
}
.lost_of_news.imnewsw .tit_sec_news p{
    text-transform: capitalize;
}
.lost_of_news.imnewsw .lst_setnews{
    background: transparent;
}
.lost_of_news.imnewsw .lst_setnews ul li a{
    color: #fff;
    font-size: 18px;
}
.main_info_hero {
    float: left;
    width: 100%;
    margin: 0;
    position: relative;
    z-index: 1;
}
.main_info_heros {
    float: left;
    width: 100%;
    position: relative;
}
.left_next{
    position: absolute;
    right: -40px;
    top: 50%;
    color: #333;
    font-size: 18px;
    background: #fff;
    width: 35px;
    height: 35px;
    text-align: center;
    border-radius: 50%;
    line-height: 38px;
    padding-left: 4px;
    cursor: pointer;
}
.left_back{
    position: absolute;
    left: -40px;
    top: 50%;
    color: #333;
    font-size: 18px;
    background: #fff;
    width: 35px;
    height: 35px;
    text-align: center;
    border-radius: 50%;
    line-height: 38px;
    padding-right: 4px;
    cursor: pointer;
}
.left_next:hover,
.left_back:hover{
    background:#eaf3b4;
    color: #333;
}
.modal-content{
    float: left;width: 100%;
}

.bg_mainhger{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(51, 51, 51, 0.9);
}
.main_info_heros .text_hero h3{
    font-size: 26px;
}
.main_info_heros .text_hero span{
    font-size: 20px;
    margin-bottom: 10px;
}
.main_info_heros .text_hero p{
    font-size: 18px;
}
/*.caption{
    display: none !important;
}*/
#mygallery a{
    cursor: pointer;
}
.order_list{
    float: left;width: 100%;
    margin: 10px 0;
}
.order_list ul{
    float: right;
}
.order_list ul li{
    float: left;
    margin-left: 10px;
    color: #333;
    font-size: 18px;
    cursor: pointer;
}
.order_list ul li:hover,
.order_list ul li.active{
    color: #beca74;
}
.hidso{
    display: none;
}
.first_image{
    cursor: pointer;
}
.pagi{
    float: right;
    width: 100%;
    text-align: center;
    margin: 20px 0;
}
a.page-link{
    color: #beca74 !important;
    background: #fff;
    font-size: 14px !important;
    font-family: serif;
    padding: 8px 14px !important;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
    color: #fff !important;
    background: #beca74 !important;
    border-color: #beca74 !important;
}
.albm{
    float: right;
    width: 100%;
    display: none;
}
.photo_media_hid {
    display: none;
}
@media screen and (max-width: 1200px){
    body {
        padding-top: 105px;
    }
    .list_of_allhero ul li{
        width: 16.66666%;
    }
    .logs{
        width: 35%;
    }
    .left_menusaj{
        max-width: 65%;
        padding-top: 0;
    }
    .logs a .l-logo img {
        float: left;
        width: 70px;
        height: 70px;
        margin-right: 10px;
    }
    .logs a .t-logo h2{
        font-size: 18px;
    }
    .logs a .t-logo h6{
        font-size: 14px;
    }
    .left_menusaj ul{
        margin-bottom: 0;
    }
    .left_menusaj .head-menu li{
        margin-right: 7px;
    }
    .twit{
        height: 250px;
    }
}

@media screen and (max-width: 992px){
    .list_of_allhero ul li{
        width: 20%;
    }
    .text_vid_as{
        height: auto;
    }
    .list_btn_solasi{
        position: initial;
        float: left;
        width: 100%;
    }
    .logs{
        width: 100%;
    }
    .logs a .t-logo h2,
    .logs a .t-logo h6{
        text-align: left;
    }
    .Features{
        margin-bottom: 25px;
    }
    .twit{
        height: auto;
    }
    #twitter-widget-0 ,.EmbeddedTweet {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 100% !important;
        margin: 0 !important;
        float: left !important;
        min-width: 100% !important;
    }
    .header_sec{
        margin-bottom: 5px;
        margin-top: 25px;
    }
    section.border_topsw{
        padding-top: 10px;
    }
}

@media screen and (max-width: 768px){
    .main_info_heros.fixed .main_info_hero{
        max-width: 99%;
        height: 100vh;
        overflow-y: auto;
    }
    .modal-dialog{
        max-width: 85%;
    }
    .news_see_also>a:first-child{
        display: block;
    }
    .news_see_also>a:first-child>div{
        display: inline-block;float: right;
        width: 100%;
    }
    .image_news_also img{
        width: 100%;
    }
    .list_of_allhero ul li{
        width: 33.3%;
    }
    .soail_media_left{
        display: none;
    }
    .somaosjw .conte_frist_alstat var{
        right: 10px;
        padding: 0 15px;
    }
    .somaosjw .first_alstat>div{
        display: inline-block;width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }
    .somaosjw .first_alstat>div img{
        display: inline-block;
        float: none;
        margin-bottom: 10px;
    }
    .somaosjw .text_first_sta p{
        font-size: 24px;
        line-height: 28px;
        text-align: center;
    }
    .somaosjw .text_first_sta.ar p{
        font-size: 22px;
    }
    .sec_haveysay.left_right{
        direction: ltr;
    }
    .this_havlve>div{
        width: 100% !important;
    }
    .sec_haveysay{
        height: auto;
    }
    .min_sechaveysay ,.left_sechaveysay{
        width: 100% !important;
    }
    .tit_sec_news {
        float: left;
        width: 100%;
        position: relative;
        top: 0;
    }
    .lost_of_news{
        height: auto;
    }
    .lst_setnews{
        padding: 5px !important;
        height: 70px !important;
    }
    .first_image{
        height: auto;
    }
    .first_image img{
        position: initial;
        float: left;
        width: 100%;
        transform: none;
        min-height: auto;
    }
    .btn-menu {
        right: 0px !important;
    }
    .list_opinions{
        max-height: none;
    }
}
@media screen and (max-width: 550px){
    .list_of_allhero ul li{
        width: 50%;
        height: 300px;
    }
    .list_of_allhero ul li img{
        min-height: 300px;
    }
    .inpusww{
        margin: 15px 0 0;
        display: inline-block;
        float: left;
        width: 100%;
    }
    .inpusww .inputsw{
        display: inline-block;width: 100%;
        margin: 0;
        margin-bottom: 15px;
    }
    .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn){
        width: 100%;
        float: left;
    }
}
@media screen and (max-width: 420px){
    .lst_setnews{
        height: 60px !important;
    }
    .image_hero img{
        min-height: 400px;
    }.image_hero{
        height: 400px;
    }
    .image_hero ,.text_hero{
        width: 100%;
    }
    .Features{
        margin-bottom: 15px;
    }

    .modal-dialog{
        max-width: 75%;
    }
}

.mejs__container iframe {
    float: right;
    width: 100%;
}
