/*!
Theme Name: muzkar
Theme URI: 
Author: tremma
Author URI: super.vt11@yandex.kz
Description: КГКП "Карагандинский областной историко-краеведческий музей"

*/

body{
	


   font-family: 'Oswald', sans-serif;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.5;
    color: #292b2c;
    background-color: #fff;
}
body.lock{
    overflow: hidden;
}
a {
    color: #0470f5;
}
.fh5co_header_bg {
    background: #222;
    color: #fff;
}
.color_fff {
    color: #fff !important;
}
.treding_btn {
    color: #fff;
    background: #0470f5;
    margin: 0 10px;
    display: inline-block;
    padding: 15px 40px;
}
.treding_btn:hover,
.treding_btn:focus {
    background: #0470f5;
    color: #fff;
    margin: 0 10px;
    display: inline-block;
    padding: 15px 40px;
}
.fh5co_trading_posotion_relative {
    position: relative;
}

.header-top{
    position: relative;
}
.header__social{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.header__social-icon{
    display: inline-block;
    width: 30px;
    height: 30px;
    padding: 5px;
    border-radius: 5px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 200ms;
}
.header__social-icon img{
	width: 100%;
	height: 100%;
}
.header__social-icon:hover{
    text-decoration: none;
    color: #fff;
    transform: translateY(-3px);
}
.header__social-icon:nth-child(1){
    background: #506bb1;
}
.header__social-icon:nth-child(2){
    background: #f18f1e;
}
.header__social-icon:nth-child(3){
    background: #d10202;
}
.header__social-icon:nth-child(4){
    background: #0088cc;
}
.header__social-icon:nth-child(5){
    background: #fa0d8f;
}
.header__social-icon:nth-child(6){
    background: #efedee;
}
.header__social-icon:nth-child(7){
    background: #2da61d;
}
.header__social-icon:not(:last-child){
	
    margin-right: 5px;
}
.fh5co_logo_width {
    width: 120px;
}
.logo-block{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 30%;
}
.logo__img{
    display: flex;
    align-items: center;
}
.logo-text{
    max-width: 120px;
    font-size: 13px;
    opacity: 0.6;
}
.logo__info{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.fh5co_mediya_right {
    display: flex;
    justify-content: center;
    align-items: center;
}
.header-top-version{
    display: inline-block;
    padding: 10px;
    color: #fff;
    background: #0470f5;
    margin-right: 20px;
}
.header-top-version:hover{
    color: #f9f9f9;
    text-decoration: none;
    background: rgba(4, 112, 245, 0.8);
}
.header-lang{
	margin: 0;
	padding: 0;
    display: flex;
    align-items: center;
	 list-style: none;
}
.header-lang li.lang-item{
	display: inline-block;
	margin: 0 5px;
	padding: 5px;
}
.header-lang li.lang-item a{
    position: relative;
    font-size: 20px;
	 color:rgb(68, 150, 250);
}
.header-lang li.lang-item a:hover{
    text-decoration: none;
}
.header-lang li.lang-item a:not(:last-child){
    margin-right: 7px;
}
.header-lang li.lang-item a:not(:last-child)::before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -4px;
    width: 1px;
    height: 100%;
    background: rgba(4, 112, 245, 0.3);
}
.header-lang li.current-lang{
	color:#013779;
	border-bottom: 1px solid #013779;
}
.header-lang li.current-lang a.active::before{
    content: '';
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(4, 112, 245, 0.644);
}
.fh5co_display_table {
    height: 40px;
    width: 40px;
    display: table;
    color: #777;
    font-size: 18px;
    border: 1px solid #fff !important;
    cursor: pointer;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    transition: 1s;
    margin: 0 10px;
    color: #777 !important;
}
.fh5co_display_table:hover,
.fh5co_display_table:focus {
    display: table;
    color: #777;
    border: 1px solid #f5bc04 !important;
    cursor: pointer;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
.fh5co_verticle_middle {
    vertical-align: middle;
    display: table-cell;
}

.nav-item{
    
}
.navbar-light .navbar-nav .open > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.open,
.navbar-light .navbar-nav .nav-link.active {
    color: #0470f5 !important;
    padding: 10px;
    margin: 0 10px;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: #f5f5f5 !important;
}

.navbar-nav li{

}
.navbar-light .navbar-nav .nav-link,
.navbar-nav li a {
	display: inline-block;
    color: #222 !important;
    padding: 10px;
    margin: 0;
	 margin-right: 20px;
	 font-size: 18px;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: relative !important;
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-nav li a:hover {
    background: #0470f5 !important;
    color: #fff !important;
    padding: 10px;
    
    position: relative;
	 text-decoration: none;
}
.navbar-light .navbar-nav .nav-link{
    font-size: 18px;
   text-transform: uppercase;
}

.navbar-light .navbar-nav .nav-link.dropdown-toggle:hover .navbar-light .navbar-nav .nav-item.dropdown .dropdown-menu{
	display: block !important;
}
.navbar{
    padding: 0;
   
}
.navbar-nav li.menu-item-has-children{
	position: relative;
	padding-left: 0;
}
.navbar-nav li.menu-item.menu-item-has-children ul.sub-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 10rem;
	/* padding: 5px; */
	margin: 0;
	font-size: 1rem;
	color: #292b2c;
	text-align: left;
	list-style: none;
	background-color: #fff;
	-webkit-background-clip: padding-box;
			  background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 0.25rem;
 }
 .navbar-nav li.menu-item.menu-item-has-children ul.sub-menu li{
	 display: block;
	 width: 100%;
 }
 .navbar-nav li.menu-item.menu-item-has-children ul.sub-menu li a{
	 display: block;
	 font-size: 13px;
	 transition: background 200ms;
 }
 .navbar-nav li.menu-item-has-children:hover ul.sub-menu{
	 display: block;
 }
.fh5co_padding_menu {
    padding: 20px 0;
}
.mobile_logo_width {
    display: none;
}

/* hero */
.hero{
    position: relative;
    overflow: hidden;
}
.hero__container{
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
}
.hero__container:before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(https://static.365info.kz/uploads/2020/06/178d2b6accf323208c3c49cba1e0c384.jpg) no-repeat;
    background-position: left 65%;
    background-size: cover;
    opacity: 0.2;
    z-index: -1;
}
.hero__container .img-bg{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* transform: translate(-50%,-50%) scale(1); */
    animation: anim 12s linear forwards;
    transition: transform 0.5s ease-in;
    z-index: -2;
}
@keyframes anim {
    0%{
        transform: scale(1);
    }
    100%{
        transform: scale(1.2);
    }
}
.hero__content{
    width: 50%;
    height: 100%;
    padding-top: 150px;
    margin-left: 80px;
    z-index: 10;
}
.hero__content h1{
    font-size: 56px;
    font-weight: 700;
    color: #0470f5;
    text-shadow: 0 2px 8px #fff,
                 0 2px 10px #fff,
                 0 2px 12px #fff;
}
.hero__content span{
    position: relative;
    font-size: 20px;
    font-weight: 700;
    color: #f5f5f5;
    text-shadow: 0 2px 8px #000;
}
.hero__links{
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 30px;
    right: 5%;
    width: auto;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.hero__links-item{
    position: relative;
    display: inline-block;
    width: 120px;
    height: 120px;
    padding: 5px;
    border-radius: 50%;
    text-align: center;
    background: #0470f5;
    border: 5px solid #fff;
    transition: box-shadow 0.2s ease-in;
}
.hero__links-item:hover{
box-shadow: 0 2px 8px #fff,
    0 2px 10px #fff,
    0 2px 12px #fff;;
}
.hero__links-item:not(:last-child){
    margin-right: 20px;
}

.hero__links-item a{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    text-align: center;
}
.hero__links-item a i.fa{
    position: absolute;
    top: 5px;
    left: 50%;
    width: 50%;
    height: 50%;
    font-size: 30px;
    display: inline-block;
    transform: translatex(-50%);
    color: #fff;
}
.hero__links-item a span{
    
    text-transform: uppercase;
    color: #fff;
}


/* ===================== */

.fh5co_suceefh5co_height {
    height: 550px;
    overflow: hidden;
    width: 100%;
    position: relative;
}
.fh5co_suceefh5co_height > img {
    height: 560px;
    width: 100%;
}
.paddding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.fh5co_suceefh5co_height_position_absolute {
    position: absolute;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(top, transparent 0%, transparent 1%, rgba(0, 0, 0, 0.78) 100%);
    background: -webkit-linear-gradient(top, transparent 0%, transparent 1%, rgba(0, 0, 0, 0.78) 100%);
    background: linear-gradient(to bottom, transparent 0%, transparent 1%, rgba(0, 0, 0, 0.78) 100%);
    z-index: 5;
    top: 0;
}
.fh5co_suceefh5co_height_position_absolute_font {
    position: absolute;
    width: 100%;
    height: 100%;
    color: #fff;
    z-index: 7;
    top: 75%;
    left: 5%;
    padding: 0 10px;
}
.fh5co_good_font {
    color: #fff;
    font-size: 26px;
    word-wrap: break-word;
}
.fh5co_good_font:hover,
.fh5co_good_font:focus {
    color: #fff;
    word-wrap: break-word;
    text-decoration: none;
}
.fh5co_suceefh5co_height_2 {
    height: 275px;
    overflow: hidden;
    width: 100%;
    position: relative;
}
.fh5co_suceefh5co_height_2 > img {
    height: 300px;
    width: 100%;
}
.fh5co_good_font_2 {
    font-size: 19px;
    color: #fff;
    word-wrap: break-word;
    text-decoration: none;
}
.fh5co_good_font_2:hover,
.fh5co_good_font_2:focus {
    color: #fff;
    word-wrap: break-word;
    text-decoration: none;
}
.fh5co_suceefh5co_height_position_absolute_font_2 {
    position: absolute;
    width: 100%;
    height: 100%;
    color: #fff;
    z-index: 7;
    top: 65%;
    left: 5%;
    padding: 0 10px;
}
.fh5co_heading {
    text-transform: uppercase !important;
    font-size: 18px !important;
    color: #0470f5 !important;
}
.fh5co_heading_border_bottom {
    border-bottom: 1px solid #777;
}
.fh5co_latest_trading_img {
    height: 326px;
    overflow: hidden;
}
.fh5co_latest_trading_img > img {
    height: 340px;
    min-width: 100%;
}
.fh5co_img_special_relative {
    position: relative;
    right: 20%;
}
.fh5co_latest_trading_img_position_relative {
    position: relative;
    overflow: hidden;
    z-index: 5;
    cursor: pointer;
}
.fh5co_latest_trading_img_position_absolute {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.83) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.83) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.83) 100%);
    z-index: 7;
}
.fh5co_latest_trading_img_position_absolute_1 {
    position: absolute;
    width: 100%;
    z-index: 9;
    padding: 10px;
    bottom: 0;
}
.fh5co_latest_trading_date_and_name_color {
    color: rgba(255, 255, 255, 0.7);
    font-size: 13px;
}
.fh5co_latest_trading_img_position_relative:hover {
    -webkit-animation: swing1 1s ease;
    animation: swing1 1s ease;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
@-webkit-keyframes swing1 {
    15% {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }
    30% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }
    50% {
        -webkit-transform: translateX(3px);
        transform: translateX(3px);
    }
    65% {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px);
    }
    80% {
        -webkit-transform: translateX(2px);
        transform: translateX(2px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes swing1 {
    15% {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }
    30% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }
    50% {
        -webkit-transform: translateX(3px);
        transform: translateX(3px);
    }
    65% {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px);
    }
    80% {
        -webkit-transform: translateX(2px);
        transform: translateX(2px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
.fh5co_news_img {
    height: 200px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    top: 0;
    -webkit-box-shadow: inset 0 2px 3px 1px;
    -moz-box-shadow: inset 0 2px 3px 1px;
    -o-box-shadow: inset 0 2px 3px 1px;
    box-shadow: inset 0 2px 3px 1px;
    -moz-transition: all all 0.5s ease;
    -o-transition: all all 0.5s ease;
    -webkit-transition: all all 0.5s ease;
    -ms-transition: all all 0.5s ease;
    transition: all all 0.5s ease;
}
.fh5co_news_img > img {
    height: 260px;
    min-width: 100%;
    transition: transform 200ms ease-in;
}
.news__btn-more{
    display: block;
    padding: 10px 20px;
    font-size: 18px;
    color: #fff;
    background: #0470f5;
    width: 30%;
    margin: 0 auto;
    text-align: center;

}
.news__btn-more:hover{
    color: #fff;
}
.c_b {
    color: #424040;
}
.c_g {
    color: #777;
}
.c_m {
    color: #f5bc04;
}
.fh5co_small_post_heading {
    font-size: 17px;
    color: #424040;
    -moz-transition: all all 0.5s ease;
    -o-transition: all all 0.5s ease;
    -webkit-transition: all all 0.5s ease;
    -ms-transition: all all 0.5s ease;
    transition: all all 0.5s ease;
}
.fh5co_small_post_heading:hover {
    color: #777;
    text-decoration: none;
}
.fh5co_hover_news_img:hover > .fh5co_news_img {
    transform: translateY(-7px);
    -webkit-box-shadow: inset 0 2px 3px 1px;
    -moz-box-shadow: inset 0 2px 3px 1px;
    -o-box-shadow: inset 0 2px 3px 1px;
    box-shadow: inset 0 2px 3px 1px;
}
.fh5co_video_news_bg {
    background-image: url(../images/video-news-bg.jpg);
    background-size: cover;
}
.fh5co_small_post_heading_1 {
    color: #222;
}
.fh5co_hover_news_img_video_tag_position_relative {
    position: relative;
    overflow: hidden;
    z-index: 18;
}
.fh5co_hover_news_img_video_tag_position_absolute {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 20;
}
.fh5co_hover_news_img_video_tag_position_absolute > img {
    height: 130%;
    min-width: 100%;
}
.fh5co_hover_news_img_video_tag_position_absolute_1 {
    position: absolute;
    z-index: 22;
    cursor: pointer;
    top: 33%;
    right: 40%;
    opacity: 0.7;
    -moz-transition: all all 0.5s ease;
    -o-transition: all all 0.5s ease;
    -webkit-transition: all all 0.5s ease;
    -ms-transition: all all 0.5s ease;
    transition: all all 0.5s ease;
}
.fh5co_hover_news_img_video_tag_position_absolute_1:hover {
    opacity: 1;
}
.fh5co_hover_news_img_video_tag_position_absolute_1_play_button {
    height: 60px;
    width: 60px;
    background-color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    display: table;
    text-align: center;
    position: relative;
    z-index: 5;
}
.fh5co_hover_news_img_video_tag_position_absolute_1_play_button_1 {
    position: relative;
    display: inline-block;
}
.fh5co_hover_news_img_video_tag_position_absolute_1_play_button_1:before {
    position: absolute;
    content: "";
    height: 120%;
    width: 120%;
    background-color: #f5bc04;
    z-index: -1;
    top: -10%;
    right: -10%;
    opacity: 0.5;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
.fh5co_hover_news_img_video_tag_position_absolute_1_play_button > span {
    display: table-cell;
    vertical-align: middle;
    line-height: 0px !important;
}
.video__btn-more{
    display: inline-block;
    margin-top: 30px;
    padding: 10px;
    color: #fff;
    text-decoration: none;
    background: #0470f5;
}
.video__btn-more:hover{
    color: #fff;
}
.fh5co_magna {
    font-size: 16px;
    color: #222 !important;
    font-weight: 800;
}
.fh5co_mini_time {
    font-size: 14px;
    color: #222;
    display: block;
}
.fh5co_consectetur {
    font-size: 14px;
    color: #777;
}
.fh5co_gaming_topikk {
    margin: 0 !important;
    padding-left: 12px;
}
.fh5co_gaming_topikk > li {
    color: #777;
    padding: 5px 0;
}
.fh5co_tagg {
    background: #f1f1f1;
    color: #222;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin-right: 8px;
    margin-top: 5px;
    margin-bottom: 5px;
    display: inline-block;
    padding: 5px;
    overflow: hidden;
}
.fh5co_tagg:hover,
.fh5co_tagg:focus {
    background: #0470f5;
    color: #fff;
    text-decoration: none;
}
.fh5co_most_trading {
    height: 60px;
    width: 100%;
}
.most_fh5co_treding_font_123 {
    font-size: 12px;
    color: #777;
}
.most_fh5co_treding_link{
    display: block;
    width: 100%;
    height: 150px;
    overflow: hidden;
}
.most_fh5co_treding_link img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.btn_mange_pagging {
    background: #f1f1f1;
    padding: 12px 20px;
    color: #222 !important;
    font-weight: 800;
    margin: 0 10px;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.tags__center{
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn_pagging {
    background: #f1f1f1 !important;
    color: #0470f5;
    padding: 12px 20px !important;
    font-weight: 800;
    margin: 0 10px;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.btn_mange_pagging:hover,
.btn_mange_pagging:focus {
    background: #0470f5;
    color: #fff !important;
    font-weight: 800;
}
.btn_pagging:hover,
.btn_pagging:focus {
    background: #0470f5 !important;
    color: #fff;
}
.fh5co_footer_bg {
    background: linear-gradient(to bottom, rgba(34, 34, 34, 0.911), #0470f5e5), url(https://i1.photo.2gis.com/images/branch/84/11821949040155036_5961.jpg) center no-repeat;
    background-size: cover;
    color: #fff;
    -webkit-clip-path: polygon(0 17%, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 17%, 100% 0, 100% 100%, 0% 100%);
}
.footer_logo {
    width: 140px;
}
.footer_main_title {
    color: #fff;
    font-weight: 800;
    font-size: 18px;
}
.footer_sub_about {
    color: #c9c8c8;
    font-size: 14px;
}
.fh5co_display_table_footer {
    height: 40px;
    width: 40px;
    display: table;
    color: #777;
    font-size: 18px;
    border: 1px solid #222 !important;
    cursor: pointer;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
    margin-right: 10px;
    color: #777 !important;
}
.fh5co_display_table_footer:hover,
.fh5co_display_table_footer:focus {
    display: table;
    color: #777;
    border: 1px solid #f5bc04 !important;
    cursor: pointer;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
.footer_menu {
    list-style: none;
    padding: 0;
}
.footer_menu li > a {
    color: #fff !important;
    padding: 8px 0 !important;
    display: -webkit-box;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.footer_menu li > a:hover,
.footer_menu li > a:focus {
    color: #f5bc04 !important;
    padding: 8px 0 !important;
    display: -webkit-box;
    margin-left: 5px;
}
.footer_post {
    color: #fff;
    display: -webkit-box;
}
.footer_makes_sub_font {
    font-size: 12px;
    color: #777;
}
.position_footer_relative {
    position: relative;
}
.footer_position_absolute {
    position: absolute;
    top: 60px;
    left: -5px;
}
.footer_img_post_6 {
    height: 50px;
    width: 94px;
    overflow: hidden;
    margin: 10px 10px;
    display: inline-block;
}
.footer_img_post_6 > img {
    width: 94px;
    height: 50px;
}
.fh5co_footer_text_box {
    background: none !important;
    border-bottom: 2px solid #fff !important;
    border-top: 0px solid #fff !important;
    border-top: 0px solid #fff !important;
    border-top: 0px solid #fff !important;
    box-shadow: none !important;
    color: #fff !important;
}
.fh5co_footer_text_box:focus {
    border-color: #f5bc04;
}
.fh5co_footer_subcribe {
    background: #0470f5 !important;
    border-bottom: 2px solid #fff !important;
    border-top: 0px solid #fff !important;
    border-top: 0px solid #fff !important;
    border-top: 0px solid #fff !important;
    box-shadow: none !important;
    color: #fff !important;
    display: -webkit-box !important;
}
.fh5co_footer_right_reserved {
    background: #000 !important;
    color: #fff !important;
}
.footer_last_part_menu {
    color: #fff !important;
    padding: 0 10px;
}
.spdp_right {
    text-align: right;
}
#fh5co_contact_form input:focus,
#fh5co_contact_form textarea:focus {
    border-color: #f5bc04;
}
.contact_us_bg_img {
    background: url(../images/photo-1449157291145-7efd050a4d0e-578x362.jpg);
    padding: 100px 0;
    background-size: cover;
}
.fh5co_con {
    font-size: 24px;
    color: #fff;
    font-weight: 800;
    text-decoration: none;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.fh5co_con:hover,
.fh5co_con:focus {
    text-decoration: none;
    font-size: 24px;
    color: #0470f5;
    font-weight: 800;
}
.fh5co_con_123 {
    border: 1px solid #fff !important;
    color: #fff !important;
    font-size: 24px !important;
    padding: 10px 15px;
    margin: 0 20px;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.fh5co_con_123:hover,
.fh5co_con_123:focus {
    border: 1px solid #fff !important;
    color: #fff !important;
    font-size: 24px !important;
    background: #0470f5;
    padding: 10px 15px;
    margin: 0 20px;
}
.fh5co_heading {
    font-size: 24px;
    color: #222;
}
.fh5co_contact_us_no_icon_div {
    height: 50px;
    width: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #222;
    display: table;
    text-align: center;
    font-size: 20px;
    color: #222;
    -moz-transition: all all 0.5s ease;
    -o-transition: all all 0.5s ease;
    -webkit-transition: all all 0.5s ease;
    -ms-transition: all all 0.5s ease;
    transition: all all 0.5s ease;
}
.fh5co_contact_us_no_icon_div > span {
    display: table-cell;
    vertical-align: middle;
    line-height: 0;
}
.fh5co_contact_us_no_text {
    font-size: 16px;
}
.fh5co_contact_us_no_icon_difh5co_hover:hover > .fh5co_contact_us_no_icon_difh5co_hover_1 > .fh5co_contact_us_no_icon_div {
    color: #0470f5 !important;
    cursor: pointer;
    border: 2px solid #0470f5 !important;
}
.fh5co_contact_us_no_icon_difh5co_hover_2 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.fh5co_contact_us_form_bg {
    background-size: cover;
    padding-top: 5%;
}
.fh5co_contact_us_text_box_form_bg {
    background-color: #fff;
    padding: 4% 0;
}
.fh5co_contact_us_text_box {
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -ms-border-radius: 0px !important;
    border-radius: 0px !important;
    border: 1px solid #777 !important;
    font-size: 14px !important;
}
.fh5co_contact_us_text_area {
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -ms-border-radius: 0px !important;
    border-radius: 0px !important;
    border: 1px solid #777 !important;
    font-size: 14px !important;
    height: 100px;
    resize: none;
}
.fh5co_blue_button {
    background-color: #7ab8d4;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -ms-border-radius: 0px !important;
    border-radius: 0px !important;
    color: #fff;
    font-family: "Baloo Paaji";
    cursor: pointer;
}
.fh5co_blue_button:hover {
    background-color: #454545;
    color: #fff;
}
.fh5co_contact_us_team_img {
    height: 350px;
    overflow: hidden;
}
.s_textbox_name {
    background: #c7c7c7 !important;
    border: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    border-radius: 0 !important;
    font-size: 14px !important;
    letter-spacing: 1px !important;
}
.fh5co_fh5co_bg_contcat {
    background: #f1f1f1;
}
.fh5co_p_font_size {
    font-size: 14px;
}
.fh5co_contact_text_box {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    border-radius: 0 !important;
    font-size: 15px !important;
    height: 45px !important;
    letter-spacing: 1px !important;
}
.fh5co_contacts_message {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    border-radius: 0 !important;
    height: 150px;
    resize: none;
    padding-top: 20px !important;
    letter-spacing: 1px !important;
}
.contact_btn {
    background: #0470f5 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    border-radius: 0 !important;
    color: #fff !important;
    padding: 10px 50px !important;
}
.contact_btn:hover,
.contact_btn:focus {
    background: none !important;
    border: 1px solid #0470f5 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    border-radius: 0 !important;
    color: #0470f5 !important;
    padding: 10px 50px !important;
}
.map_sss {
    height: 350px !important;
    width: 100% !important;
    border: 0 !important;
    frameborder: 0 !important;
}
.contact_margin_svnit {
    margin: 20px 0 !important;
}
.goog-te-combo {
    padding: 10px 5px !important;
}
.goog-logo-link {
    display: none !important;
}
.fh5co_language_chnage {
    position: relative;
    top: 15px;
}
.dd_position_relative {
    position: relative;
}
.dd_box {
    height: 20px;
    width: 150px;
    background: #fff;
    position: absolute;
}
.gototop {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.gototop.active {
    opacity: 1;
    visibility: visible;
}
.gototop a {
    width: 50px;
    height: 50px;
    display: table;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}
.gototop a i {
    height: 50px;
    display: table-cell;
    vertical-align: middle;
}
.gototop a:hover,
.gototop a:active,
.gototop a:focus {
    text-decoration: none;
    outline: none;
}
.js .animate-box {
    opacity: 0;
}
#fh5co-title-box {
    width: 38.2%;
    z-index: 555;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.single #fh5co-title-box {
    position: relative;
    height: 700px;
    width: 100%;
}
#fh5co-title-box .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    background: rgba(0, 0, 0, 0.5);
}

.page-title h2{
	font-size: 24px;
}
#fh5co-title-box .page-title {
    z-index: 12;
    position: absolute;
    top: 20%;
    padding: 30px;
}
.single #fh5co-title-box .page-title {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
#fh5co-title-box .page-title h2 {
    color: white;
    font-weight: 300;
}
.single #fh5co-title-box .page-title h2 {
    font-size: 72px;
}
#fh5co-title-box .page-title > span {
    display: block;
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 0.05em;
    margin-bottom: 10px;
}
#fh5co-title-box .page-title img {
    margin-bottom: 30px;
    width: 80px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
#fh5co-single-content {
    z-index: 999;
    background: white;
}
#fh5co-single-content p,
#fh5co-single-content ul li {
    font-size: 1.05rem;
}

/* post */
.img-box{
    width: 100%;
    height: 200px;
    margin-bottom: 20px;
    overflow: hidden;
}
.img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  
}

/* rooms */
.rooms{
    min-height: 100vh;
    padding-top: 15px;
}
.rooms .room-1{
    width: 100%;
    height: 400px;
}

.rooms-modal{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 1);
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}
.rooms-modal.active{
    display: flex;
    z-index: 1000;
}
.rooms-modal:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(https://funart.pro/uploads/posts/2020-05/1588322607_23-p-foni-s-muzeyami-55.jpg) center no-repeat;
    background-size: cover;
    opacity: 0.6;
}
.rooms-modal-title{
    position: absolute;
    top: 0;
    left: 0;
    width: 80%;
    padding: 10px 0;
    display: flex;
    align-items: center;
}
.rooms-modal-title img{
    display: block;
    width: 100px;
    height: 100px;
    margin-right: 10px;
}
.rooms-modal-title h3{
    font-size: 26px;
    color: #0470f5;
}
.rooms-modal-close{
    position: absolute;
    top: 30px;
    right: 30px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: transform 200ms;
}
.rooms-modal-close:hover{
    transform: scale(1.1);
}
.rooms-modal-close:before{
    content: '';
    position: absolute;
    top: 48%;
    left: 0;
    width: 100%;
    height: 2px;
    background: #0470f5;
    transform: rotate(45deg);
}
.rooms-modal-close:after{
    content: '';
    position: absolute;
    bottom: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background: #0470f5;
    transform: rotate(-45deg);
}
.rooms-modal .rooms-content{
    width: 100%;
    height: 70vh;
    display: flex;
    align-items: flex-start;
    background: rgba(0, 0, 0, 0.9);
    overflow: hidden;
    z-index: 1000;
}
.rooms-content-nav{
    display: block;
    margin: 0;
    padding: 0;
    width: 25%;
    height: 100%;
    background: rgba(4, 112, 245, 0.568);
    overflow-y: scroll;
}
.rooms-content-nav::-webkit-scrollbar{
    width: 10px;
}
.rooms-content-nav::-webkit-scrollbar-thumb{
    border-radius: 7px;
    background: #fff;
}
.rooms-content-nav::-webkit-scrollbar-track{
    background: rgb(68, 150, 250);
}
.rooms-content-nav .rooms-content-item{
    position: relative;
    display: flex;
    align-items: center;
    padding: 5px;
    cursor: pointer;
    overflow: hidden;
}
.rooms-content-nav .rooms-content-item:not(:last-child):before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #c7c7c7;
}
.rooms-content-nav .rooms-content-item.active{
    background-color: #013779;
}
.rooms-content-nav .rooms-content-item img{
    display: block;
    width: 100px;
    height: 100px;
}
.rooms-content-nav .rooms-content-text{
    padding-left: 10px;
    font-size: 15px;
    color: #fff;
}
.rooms-content-nav .rooms-content-text h4{
    font-size: 18px;
}

.rooms-content-out{
    position: relative;
    width: 75%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    overflow: hidden;
}
.rooms-content-out .panorama{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 0;
}
.rooms-content-out .panorama.active{
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    z-index: 10;
}

.form-box p span{
    display: block;
}



