* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
ul {
    margin: 0;
}
li{
    list-style: none;
}
img {
    max-width: 100%;
    border: none;
}
html, body{
    position: relative;
    background-color: #f1f1f1;
    height: 100%;
}
.wrapper{
    position: relative;
    overflow: hidden;
}
.has_width{
    width: 100%;
    max-width: 1370px;
    position: relative;
    z-index: 1;
}
.has_width2{
    background: url("") #fff center center no-repeat;
    background-position-y: 100px;
    position: relative;
    width: 100%;
    max-width: 1240px;
    padding: 30px 30px 45px 30px;
    -webkit-box-shadow: 0px 0px 3px 1px rgb(220, 220, 220);
    -moz-box-shadow: 0px 0px 3px 1px rgb(220, 220, 220);
    box-shadow: 0px 0px 3px 1px rgb(220, 220, 220);
}

@font-face{
    font-family: "SegoeUI-Semibold";
    src: url("../fonts/SegoeUI-Semibold.woff") format("woff");
    font-style: normal;
    font-weight: normal;
}
@font-face{
    font-family: "SegoeUIBold";
    src: url("../fonts/SegoeUIBold.woff") format("woff");
    font-style: normal;
    font-weight: normal;
}
@font-face{
    font-family: "SegoeUIRegular";
    src: url("../fonts/SegoeUIRegular.woff") format("woff");
    font-style: normal;
    font-weight: normal;
}
@font-face{
    font-family: "SegoeUILight";
    src: url("../fonts/SegoeUILight.woff") format("woff");
    font-style: normal;
    font-weight: normal;
}
@font-face{
    font-family: "SegoeUI-Semilight";
    src: url("../fonts/SegoeUI-Semilight.woff") format("woff");
    font-style: normal;
    font-weight: normal;
}

::-webkit-input-placeholder {color:#fff !important;}
::-moz-placeholder          {color:#fff !important;}/* Firefox 19+ */
:-moz-placeholder           {color:#fff !important;}/* Firefox 18- */
:-ms-input-placeholder      {color:#fff !important;}

/************************header_block********************/

.header_block{
    background: url("../img/swiper-bg.jpg") center center no-repeat;
    background-size: cover;
    width: 100%;
    height: 100vh;
    padding: 40px 0 20px 0;
}
.header_box{
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}

.logo{
    display: inline-flex;
    width: 100%;
    align-items: center;
}
a.logo_img {
    margin-right: 30px;
}
a.logo_img img {
    width: 80px;
}
a.logo_title {
    display: flex;
    align-items: center;
    width: 390px;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-family: "SegoeUI-Semibold";
}
a.logo_img:hover,
a.logo_title:hover{
    opacity: 0.7;
    transition: all 0.2s ease-in-out;
}
.right_box{
    display: table;
    margin: 0 auto;
}
.search{
    margin: 20px 25px 0 0;
    float: left;
}
.search form{
    position: relative;
}
.search input{
    background-color: transparent;
    width:302px;
    height: auto;
    border-radius: 30px;
    border: 1px solid #fff;
    outline: none;
    padding: 9px 52px 9px 25px;
    font-family: "SegoeUI-Semibold";
    font-size: 16px;
    color: #fff;
}
.search button{
    background-color: transparent;
    border: none;
    outline: none;
}
.search button{
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 20px;
    color: #fff;
}
.search button:hover{
    transform: scale(1.1);
}
.lang{
    display: inline-block;
    min-height: 60px;
	margin-top:10px;
}
.lang li{
    display: table-cell;
    vertical-align: middle;
    height: 60px;
    padding: 0 7px;
}
.lang li a{
    background-color: transparent;
    border-radius: 50%;
    display: table-cell;
    vertical-align: middle;
    width: 34px;
    height: 34px;
    font-size: 18px;
    font-family: "SegoeUIBold";
    text-align: center;
    color: #fff;
}
.lang li.active a{
    background-color: #fff;
    text-decoration: none;
    color: #273ea1;
}

/***********************head_menu***************/

.head_menu{
    position: relative;
    z-index: 2;
    margin: 20px 0 100px 0;
}
.head_menu .navbar{
    min-height: auto;
    border: none;
}
.head_menu .navbar-nav{
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.head_menu .navbar-collapse.collapse{
    padding: 0;
}
.head_menu .navbar-nav li{
    padding: 0;
}
.head_menu .navbar-nav li.active a{
    text-decoration: underline;
}
.head_menu .navbar-nav li a{
    position: relative;
    font-size: 18px;
    font-family: "SegoeUIRegular";
    color: #fff;
    line-height: 1;
    text-decoration: none;
    padding: 3px 44px;
    border-right: 2px solid #fff;
}
.head_menu .navbar-nav li:last-child a{
    border-right: none;
}
.head_menu .navbar-nav li a:focus,
.head_menu .navbar-nav li a:hover{
    background-color: transparent;
}
.head_menu .navbar-nav li a:hover{
    text-decoration: underline;
}
.head_menu .navbar-toggle{
    margin-left: 12px;
}
.head_menu .navbar-toggle .icon-bar{
    background-color: #fff;
}
.head_menu .navbar-header > span{
    display: none;
    text-align: left;
    font-size: 22px;
    color: #2a57a1;
    margin-top: 6px;
}
.head_menu .nav .open>a, .head_menu .nav .open>a:focus,
.head_menu .nav .open>a:hover{
    background-color: transparent;
    border-color: #fff;
}
.head_menu .dropdown-menu li a{
    display: block;
    font-size: 16px !important;
    text-transform: initial !important;
    text-decoration: none !important;
    padding: 10px 0 !important;
    margin: 0 15px;
    border-right: 0;
    border-bottom: 1px solid #5262ad;
}
.head_menu .dropdown-menu>.active>a, .head_menu .dropdown-menu>.active>a:focus,
.head_menu .dropdown-menu>.active>a:hover{
    background-color: transparent;
    border-color: #fff;
}
.head_menu .dropdown-menu li a:hover{
    border-color: #fff;
}
.head_menu .dropdown-menu{
    background-color: #273c99;
    top: 24px;
    left: 50%;
    transform: translateX(-50%);
}

#slider_box{
    padding: 50px 0 0 0;
}
#slider_box .description{
    width: 600px;
    text-align: center;
    display: table;
    margin: 0 auto;
    font-size: 16px;
    color: #fff;
    line-height: 1.2;
    padding: 0 45px;
}
#slider_box .description .slider_title{
    font-size: 36px;
    font-family: "SegoeUIBold";
    text-transform: uppercase;
}
#slider_box .description .slider_text{
    font-family: "SegoeUILight";
    margin: 25px 0 35px 0;
}
.read_more_btn{
    display: inline-block;
    margin: 15px 0;
}
.read_more_btn a{
    display: inline-block;
    min-width: 126px;
    border: 1px solid #fff;
    border-radius: 25px;
    font-family: "SegoeUI-Semibold";
    color: #fff;
    text-decoration: none;
    padding: 15px 10px;
}
.read_more_btn a:hover{
    background-color: #fff;
    color: #2f4fc6;
    transition: all 0.3s ease;
}
#slider_box .owl-prev{
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
    background: url("../img/left_arrow.png") no-repeat;
    width: 11px;
    height: 19px;
    padding: 10px 15px;
}
#slider_box .owl-prev:before{
    content: '';
    display: block;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin: 0 0 0 -42px;
    width: 71px;
    height: 63px;
    border: 1px solid #fff;
}
#slider_box .owl-prev:hover:before{
    background-color: rgba(255, 255, 255, 0.15);
    border-color: transparent;
    transition: all 0.3s ease;
}
#slider_box .owl-next{
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
    background: url("../img/right_arrow.png") no-repeat;
    width: 11px;
    height: 19px;
}
#slider_box .owl-next:before{
    content: '';
    display: block;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin: 10px 0 0 -30px;
    width: 71px;
    height: 63px;
    border: 1px solid #fff;
}
#slider_box .owl-next:hover:before{
    background-color: rgba(255, 255, 255, 0.15);
    border-color: transparent;
    transition: all 0.3s ease;
}
#slider_box .owl-pagination{
    margin: 120px 0 0 0;
    text-align: center;
}
#slider_box .owl-pagination>.owl-page {
    width: 17px;
    height: 17px;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 50%;
    display: inline-block;
    margin: 10px 5px;
}
#slider_box .owl-pagination>.owl-page.active{
    background-color: rgba(255, 255, 255, 0.91);
}

/***********************news_block*****************/

.center_block{
    padding: 20px 0;
}
.center_block hr{
    display: table;
    background-color: #273b98;
    width: 53px;
    height: 3px;
    margin: 15px auto 0 auto;
}
.title{
    font-size: 30px;
    font-family: "SegoeUIBold";
    text-transform: uppercase;
    text-align: center;
    color: #273c99;
    line-height: 1;
    margin: 40px 0 0 0;
}
.flex-row.row{
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}
.flex-row.row:after, .flex-row.row:before{
    display: flex;
}
.flex-row.row > [class*='col-']{
    display: flex;
    flex-direction: column;
}
.flex-row .thumbnail, .flex-row .caption{
    flex: 1 0 auto;
    flex-direction: column;
}
.flex-row .thumbnail{
    border: 0;
    margin: 0;
    padding: 0;
    background-color: transparent;
}
.flex-row .caption{
    padding: 0;
}
.center_box{
    border-right: 1px solid #c0c0c0;
    margin: 35px 0;
    font-family: "SegoeUI-Semibold";
}
.center_box:nth-child(3n+0){
    border-right: none;
}
.center_box a{
    display: inline-block;
    font-size: 20px;
    color: #3e3e3e;
    line-height: 1.1;
    margin: 0 0 10px 0;
}
.center_box a:hover{
    color: #273c99;
    transition: all 0.2s ease;
}
.center_text{
    font-family: "SegoeUI-Semilight";
    font-size: 16px;
    color: #3e3e3e;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.2;
}
.date_text{
    margin: 10px 0 0 0;
    font-size: 14px;
    color: #8d8d8d;
}
.center_all a{
    display: table;
    font-size: 20px;
    color: #273c99;
    line-height: 1;
    text-transform: uppercase;
    margin: 20px auto 10px auto;
    text-decoration: none;
    border-bottom: 1px solid #273c99;
    padding: 0 0 3px 0;
}
.center_all a:hover{
    border-bottom-color: transparent;
    transition: all 0.3s ease;
}

/********************our_projects*****************/

.our_projects{
    position: relative;
    background: url("../img/our_projects.jpg") center center no-repeat;
    padding: 20px 0 0 0;
    background-position-y: -240px;
}
.our_projects .title{
    color: #fff;
}
#our_project{
    width: 79.3%;
    margin: 0 auto;
}
#our_project .item{
    /*display: table;*/
    min-height: 220px;
    margin: 20px 0;
}
#our_project .owl-prev{
    position: absolute;
    top: 50%;
    left: -105px;
    transform: translateY(-50%);
    background: url("../img/left_arrow.png") no-repeat;
    width: 11px;
    height: 19px;
    padding: 10px 15px;
}
#our_project .owl-prev:before{
    content: '';
    display: block;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin: 0 0 0 -42px;
    width: 71px;
    height: 63px;
    border: 1px solid #fff;
}
#our_project .owl-prev:hover:before{
    background-color: rgba(255, 255, 255, 0.15);
    border-color: transparent;
    transition: all 0.3s ease;
}
#our_project .owl-next{
    position: absolute;
    top: 50%;
    right: -105px;
    transform: translateY(-50%);
    background: url("../img/right_arrow.png") no-repeat;
    width: 11px;
    height: 19px;
}
#our_project .owl-next:before{
    content: '';
    display: block;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin: 10px 0 0 -30px;
    width: 71px;
    height: 63px;
    border: 1px solid #fff;
}
#our_project .owl-next:hover:before{
    background-color: rgba(255, 255, 255, 0.15);
    border-color: transparent;
    transition: all 0.3s ease;
}
.description{
    float: inherit;
    display: table-cell;
    vertical-align: middle;
    height: 220px;
    padding: 0 0 0 40px;
    line-height: 1.2;
}
.project_img{
    float: inherit;
    display: table-cell;
    vertical-align: middle;
    height: 220px;
}
.project_img img{
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
a.projects_title{
    display: inline-block;
    font-size: 20px;
    font-family: "SegoeUI-Semibold";
    color: #fff;
    line-height: 1;
    text-transform: uppercase;
    margin: 0 0 15px 40px;
}
.projects_text{
    position: relative;
    overflow-y: hidden;
    font-family: "SegoeUIRegular";
    font-size: 16px;
    color: #fff;
    text-align: justify;
    padding: 0 0 0 40px;
}
.projects_text:before{
    content: '';
    background-color: #fff;
    width: 1px;
    height: 2000px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

/************************events*********************/

.events .has_width2{
    background: #fff;
}
.events .center_box{
    border-right: none;
    padding: 0 9px 0 15px;
}
.events .center_box:nth-child(4n+0){
    padding: 0 15px;
}
.events .center_box a{
    font-size: 18px;
}
.events .center_box a:hover{
    text-decoration: none;
}
.events_img{
    position: relative;
    overflow: hidden;
    background-color: #fafafa;
    width: 100%;
    height: 196px;
    margin: 0 0 10px 0;
}
.events_img img{
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.events .date_text img{
    position: relative;
    top: -2px;
    margin-right: 15px;
}
.events  .center_all{
    width: 100%;
    margin-bottom: 60px;
}
.contact_info{
    margin-top: 80px;
    font-family: "SegoeUIRegular";
    color: #000;
    padding: 0 30px 0 15px;
}
.contact_title{
    font-size: 20px;
    font-family: "SegoeUI-Semibold";
    color: #273b98;
    border-bottom: 1px solid #273b98;
    text-align: center;
    padding: 0 0 10px 0;
    margin-bottom: 15px;
}
.address_text span{
    display: block;
    font-size: 16px;
    margin: 10px 0 0 -15px;
}
a.write_message{
    background-color: #273b98;
    border: 1px solid #273b98;
    border-radius: 20px;
    display: inline-block;
    min-width: 210px;
    font-family: "SegoeUIRegular";
    color: #fff;
    margin: 20px 0 0 -15px;
    text-align: center;
    line-height: 1;
    text-decoration: none;
    padding: 7px 10px;
}
a.write_message:hover{
    background-color: transparent;
    color: #273b98;
    transition: all 0.3s ease;
}
.address_map{
    margin: 20px -15px 0 0;
}
.other_info{
    margin-top: 95px;
    padding: 0 15px 0 25px;
}
.helpline{
    display: inline-block;
    position: relative;
    min-height: 90px;
}
.helpline img{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.tel_number{
    display: table-cell;
    vertical-align: middle;
    height: 90px;
    font-size: 20px;
    font-family: "SegoeUIRegular";
    color: #273b98;
    padding: 0 0 0 65px;
}
.tel_number p{
    margin: 0;
}
.tel_number span{
    font-size: 30px;
}
.banner_img{
    width: 100%;
    margin: 15px 0;
}
.weather{
    padding: 15px 0 0 0 !important;
    border: none !important;
    position: relative;
    display: inline-block;
    width: 100%;
}
.weather_box{
    color: #636060;
    font-size: 24px;
    width: 110px;
    text-align: right;
    padding: 0 0 10px 0;
    border-right: 1px solid #888;
    float: left;
    margin: 0 0 0 20px;
}
.weather_box p {
    margin: 0 0 0 -20px;
}
.weatherSelect{
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 120px;
    font-size: 22px;
    border: none;
    color: #636060 !important;
    outline: none;
}
.weather_box span{
    color: #9e9e9e;
    font-size: 13px;
    float: left;
}
.weather_num{
    color: #00adf9;
    font-size: 32px;
    float: left;
    padding-left: 10px;
    width: 220px;
}

/**********************footer_block******************/

.footer_block{
    position: relative;
    z-index: 1;
    background: url("../img/footer_bg.png") #273b98 center center no-repeat;
    width: 100%;
    height: 100%;
    padding: 30px 0;
    background-position-y: -370px;
}
.links_title{
    font-size: 20px;
    font-family: "SegoeUI-Semibold";
    color: #fff;
    text-align: center;
    border-bottom: 1px solid #fff;
    padding: 0 0 20px 0;
}
.usefullinks li{
    background-color: #1d3187;
    float: left;
    width: 24.73%;
    min-height: 75px;
    margin: 30px 4px 30px 0;
}
.usefullinks li:last-child{
    margin: 30px 0;
}
.usefullinks li a{
    position: relative;
    display: table-cell;
    vertical-align: middle;
    height: 75px;
    padding: 0 0 0 100px;
    font-family: "SegoeUIRegular";
    color: #fff;
    line-height: 1.2;
}
.usefullinks li:first-child a img{
    left: 8px;
}
.usefullinks li:nth-of-type(2) a{
    padding: 0 0 0 120px;
}
.usefullinks li:nth-of-type(2) a img{
    left: 18px;
}
.usefullinks li:nth-of-type(3) a{
    padding: 0 0 0 90px;
}
.usefullinks li:nth-of-type(4) a{
    padding: 0 0 0 80px;
}
.usefullinks li a img{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-25%);
}
.footer_left{
    width: 72%;
    margin: 0 auto;
    font-size: 18px;
    font-family: "SegoeUIRegular";
    color: #fff;
    text-transform: uppercase;
    line-height: 1.3;
}
.footer_left span{
    display: block;
    font-size: 14px;
    margin: 15px 0;
    text-transform: none;
}
.footer_icon{
    display: block;
    text-align: right;
    margin-top: 40px;
}
.footer_left span a{
    margin-left: 5px;
}
.footer_icon li{
    display: inline-block;
}
.footer_menu .head_menu{
    margin: 20px 0 0 0;
    padding: 25px 0 0 0;
    border-top: 1px solid #fff;
}
.footer_menu .head_menu .navbar-nav li a{
    padding: 3px 40px;
}

/***************************************************/

.header_block.header_block_news{
    height: auto;
    padding: 40px 0 100px 0;
}
.header_block_news .head_menu{
    margin: 20px 0;
}
.header_block_news .title{
    text-align: left;
    color: #fff;
    margin: 40px 0 0 50px;
}
.header_block_news hr{
    display: table;
    border: 4px solid #fff;
    width: 73px;
    margin: 15px 0 0 50px;
}
.center_block_news{
    margin: -80px 0 0 0;
    padding: 20px 0 0 0;
}
.center_block_news .has_width2{
    background-position-y: center;
    padding: 20px 30px 45px 30px;
}
.img_box{
    background-color: #fafafa;
    position: relative;
    overflow: hidden;
    width: 366px;
    height: 240px;
    float: left;
}
.img_box img{
    position: absolute;
    width: 100%;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.center_block_news .center_box a{
    display: table;
}
.media-body .media-heading{
    margin-bottom: 10px;
    line-height: 1.3;
    font-family: "SegoeUI-Semibold";
    color: #3e3e3e;
}
.media{
    width: 100%;
    display: inline-block;
    margin: 15px 0 12px 0 !important;
}
.media-body .media-heading .title_link{
    font-family: "SegoeUI-Semibold";
    color: #3e3e3e;
}
.media-body .media-heading .title_link:hover{
    text-decoration: underline;
}
.media-left, .media>.pull-left {
    padding-right: 30px;
    float: left;
    width: 250px;
}
.media-left.media-full-width{
	display: table;
	float: none;
	width: 800px;
	padding: 0 0 20px 0;
	margin: 0 auto;
}
.media-left.media-full-width img.media-object{
	max-width: none;
}
.media-left a{
    display: inline-block;
    position: relative;
    overflow: hidden;
}
.media-left a:after{
    display: block;
    content: '';
    position: absolute;
    background: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.media-left.active a:after{
    background: rgba(34, 34, 34, 0.77);
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}
.media-left img.media-object {
    max-width: 370px;
    transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
    width: 100%;
}
.media-left a:hover img.media-object{
    transform: scale(1.1);
}
.media-left a:hover:after{
    background: rgba(34, 34, 34, 0.77);
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}
.media-body{
    display: inline;
    font-family: "SegoeUI-Semilight";
    font-size: 16px;
    line-height: 1.3;
    color: #343434;
    text-align: justify;
}
.media-body .date{
    display: table-cell;
    font-family: "SegoeUIRegular";
    font-size: 15px;
    color: #a0a0a0;
    padding-right: 30px;
}
.media-body .all_views{
    display: table-cell;
    font-family: "SegoeUIRegular";
    font-size: 15px;
    color: #a0a0a0;
}
.media-body .all_views img{
    margin-right: 5px;
}
.list-media hr{
    display: block;
    background-color: #c2c2c2;
    width: 100%;
    height: 1px;
    margin: 15px 0;
}
.breadcrumb_box .breadcrumb{
    background-color: transparent;
    margin: 0 0 5px 0;
    padding: 0;
}
.breadcrumb_box .breadcrumb li a{
    font-size: 16px;
    color: #a0a0a0;
    text-decoration: underline;
}
.breadcrumb_box .breadcrumb li a:hover{
    text-decoration: none;
}
.breadcrumb>.active{
    font-size: 16px;
    color: #a0a0a0;
}
.breadcrumb_box>li+li:before{
    font-size: 20px;
    padding: 0 10px;
}
.pagination_box .pagination>.active>a, .pagination_box .pagination>.active>a:focus,
.pagination_box .pagination>.active>a:hover, .pagination>.active>span,
.pagination_box .pagination>.active>span:focus, .pagination>.active>span:hover{
    background-color: #2a57a1;
    color: #fff;
}
.pagination_box .pagination>li>a, .pagination_box .pagination>li>span {
    color: #6d6d6d;
}