/*
Theme Name: PRDW
Text Domain: PRDW
Version: 2.0
Tested up to: 6.0
Requires at least: 4.7
Requires PHP: 5.2.4
Description: Our default theme for 2020 is designed to take full advantage of the flexibility of the block editor. Organizations and businesses have the ability to create dynamic landing pages with endless layouts using the group and column blocks. The centered content column and fine-tuned typography also makes it perfect for traditional blogs. Complete editor styles give you a good idea of what your content will look like, even before you publish. You can give your site a personal touch by changing the background colors and the accent color in the Customizer. The colors of all elements on your site are automatically calculated based on the colors you pick, ensuring a high, accessible color contrast for your visitors.
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-patterns, block-styles, wide-blocks, accessibility-ready
Author: the WordPress team
Author URI: https://wordpress.org/
Theme URI: https://wordpress.org/themes/twentytwenty/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

All files, unless otherwise stated, are released under the GNU General Public
License version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned
with others.
*/














.vcard_banner{
    width: 100%;
    height: 100px;
    background-color: #ffffff;
    display: block;
}
.avatar{
    width: 150px;
    height: 150px;
    background-color: #fff;
    overflow: hidden;
    position: relative;
    z-index: 2;
    border-radius: 200px;
    margin: -75px auto -75px;
    position: relative;
    background-image: url(logo.png);
    background-size: cover;
    transition: 0.5s;
    background-position: center;
    border: 2px solid #1f1b74;
    box-shadow: 0 8px 8px -4px rgba(0, 0, 0, 0.35);

}
.avatar_hover{
    position: absolute;
    background-color: #fff;
    opacity: 0;
        transition: 0.5s;
    width: 100%;
    height: 100%;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}
.avatar:hover .avatar_hover{
    opacity: 1;
        transition: 0.5s;
}
.avatar_hover img{
    width: auto;
    height: auto;
    position: absolute;
    margin: auto;
    max-width: 80%;
    max-height: 80%;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}
.vcard_info{
    width: 100%;
    display: block;
    position: relative;
    padding: 100px 30px;
    text-align: center;
    color: #fff;
    background-image: url('img/pexels-timmossholder-1439227.jpg');
}
.vcard_info_overlay{
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-color: #000;
    opacity: 0.3;
}
.vcard_info p{
  position: relative;
  z-index: 2;
}
.vcard_info h1{
    font-weight: bold;
    font-size: 30px;
    line-height: 30px;
    margin: 0px 0px 5px 0px;
    font-family: 'Montserrat', sans-serif ;
    position: relative;
    z-index: 2;
}
.vcard_info h2{
    font-size: 16px;
    margin: 0px 0px 25px 0px;
    font-family: 'Montserrat', sans-serif ;
    position: relative;
    z-index: 2;
}
.cta_single{
    width: 100%;
    color: #000;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    position: relative;
    z-index: 2;
    font-size: 15px;
    max-width: 350px;
    display: block;
    font-weight: 600;
    padding: 10px;
    background-color: #fff;
    border-radius: 100px;
    margin: 0px auto 15px;
    transition: 0.5s;
}
.cta_single:hover{
    background-color: #4bacc6;
    color: #fff;
        transition: 0.5s;
}
.vcard_btn_wrap{
    display: block;
    margin: 0px 0px 30px 0px;
}





/* roboto-regular - latin */
.footer_bottom a{
	color: #002c76;
	text-decoration: none;
}
.room_slider.slick-initialized.slick-slider.slick-dotted{
  width: 100%!important;
display: grid!important;
}
.room_slider .slick-dots {
    bottom: 25px!important;
}
.slick-dotted.slick-slider {
    margin-bottom: 0px!important;
}
.top_featured{
    width: 100%;
    display: inline-block;
    margin: 0px 0px 30px 0px;
}
.sing_cube{
    width: 100%;
    padding-top: 100%;
    background-size: cover;
    background-position: center;
    float: left;
    background-color: #444;
}
.sing_cube.cube_one{
    width: 100%;
    padding-top: 35%;
    float: left;
    background-color: #444;
}
.sing_cube.cube_two{
    width: 50%;
    padding-top: 25%;
    float: left;
    background-color: #444;
}
.sing_cube.cube_three{
    width: 33.33%;
    padding-top: 33.33%;
    float: left;
    background-color: #444;
}






.gal_cube_wrap{
    display: inline-block;
    width: 100%;
    margin-bottom: -5px;
    border: 5px solid #fff;
}
.bg_grey{
    background-color: #eee;
}
.gal_cube{
    width: 20%;
    padding-top: 20%;
    border: 5px solid #fff;
    background-size: cover;
    background-position: center;
    position: relative;
    float: left;
}
.specials_home{
    margin: 0px 0px 0px 0px;
}
html,
body {
		border: none;
		margin: 0;
		padding: 0;
    font-family: 'Montserrat', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
address,
big,
cite,
code,
em,
font,
img,
small,
strike,
sub,
sup,
li,
ol,
ul,
fieldset,
form,
label,
legend,
button,
table,
caption,
tr,
th,
td {
    border: none;
    font-size: inherit;
    line-height: inherit;
    text-align: inherit;
    font-family: 'Montserrat', sans-serif!important;
}
.featured_section{
    width: 100%;
    height: 80vh;
    background-color: #555;
    position: relative;
    display: table;
    background-size: cover;
    background-position: center;
    background-image: url('img/home.jpg');
}
.featured_section.secondary{
width: 100%;
    padding-top: 20%;
    height: auto;
}
.featured_section.secondary.padding_update{
  width: 100%;
      padding-top: 0%;
      height: auto;
}
.featured_section.secondary.padding_update h1{
    margin: 0px;
}

.featured_section.secondary.padding_update p{
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  margin: 15px 0px 0px 0px;
  text-transform: none;
  text-shadow: 2px 2px 10px rgb(0 0 0 / 90%);
}





.featured_section.single_room{
    width: 100%;
    height: 50vh;
}
.featured_section h1{
    color: #fff;
    font-size: 52px;
    line-height: 52px;
    position: relative;
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    z-index: 4;
    margin: 0px 0px 30px 0px;
    text-shadow: 2px 2px 10px rgb(0 0 0 / 50%);
}
.featured_section p{
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    margin: 0px 0px 30px 0px;
        text-shadow: 2px 2px 10px rgb(0 0 0 / 90%);
}
.featured_section_td h1 .mini_wrap{
    position: relative;
}
.featured_section_td img{
    width: 100px;
    height: auto;
    top: -17px;
    right: -45px;
    position: absolute;
}

.sector_cards_wrap{
    margin: 0px 0px 50px 0px;
    width: 100%;
    display: inline-block;
}

.sector_card{
    width: 100%;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #555;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    padding: 30px 15px;
}
.sector_card_overlay{
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 0.6;
    background-color: #002c76;
    z-index: 1;
}
.sector_card:hover{
    color: #fff;
    text-decoration: none;
}
.sector_icon{
    width: 130px;
    height: 130px;
    margin: 0px auto 30px;
    position: relative;
    z-index: 2;
    background-size: 80%;
    background-position: center;
    background-repeat: no-repeat;
}
.intro_text .sector_card h4{
    margin: 0px 0px 30px 0px;
        position: relative;
        z-index: 2;
    min-height: 50px;
    font-size: 22px;
    line-height: 22px;
}
.intro_text .sector_card p{
    color: #fff;
    margin: 0px;
    font-size: 12px;
    position: relative;
    z-index: 2;
}




.featured_section .gen_btn{
    margin: 0px 10px 0px 0px;
}
.featured_section h1 strong{
    font-weight: normal;
    width: 100%;
    display: inline-block;

    margin: 0px;
    text-shadow: 2px 2px 10px rgb(0 0 0 / 50%);
}
.featured_section_tr{
    display: table-row;
}
.featured_section_td{
    padding: 100px 0px;
    display: table-cell;
    vertical-align: middle;
}

.feat_overlayer{
    position: absolute;
background-color: rgb(0 0 0 / 30%);
    width: 100%;
    height: 100%;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}
.the_header{
    z-index: 10;
    min-height: 10px;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    padding: 10px 0px;
    transition: 0.5s;
    background-color: #fff;
}
.the_header.scrolled{
    box-shadow: 0 7px 10px 0 rgb(0 0 0 / 25%);
    transition: 0.5s;
    background-color: #fff;
}
.logo_block{
    width: 230px;
    height: auto;
    position: relative;
    transition: 0.5s;
}

.the_header.scrolled .logo_block{
    width: 180px;
    height: auto;
    transition: 0.5s;
}
.pillar{
    height: 99px;
}













.the_header.scrolled .head_td.menu_side li a{
    color: #000;
}

.mob_trigger.scrolled #nav-icon3 span{
    background: #000;
    background-color: #000;
}





.cta_card img{
    width: 150px;
    height: auto;
    margin: 0px 0px 25px 0px;
    position: relative;
}

.cta_card{
    width: 100%;
    padding: 100px 50px;
    border-radius: 15px;
    background-color: #444;
    position: relative;
    color: #fff;
    background-size: cover;
    background-position: center;
}
.cta_card h2{
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    position: relative;
    text-shadow: 2px 2px 10px rgb(0 0 0 / 50%);
    z-index: 5;
    font-size: 50px;
    line-height: 50px;
    margin: 0px 0px 25px 0px;
}
.cta_card p{
    font-family: 'Montserrat', sans-serif;
    text-shadow: 3px 3px 4px rgb(0 0 0 / 80%);
    margin: 25px 0px 35px;
    text-shadow: 2px 2px 10px rgb(0 0 0 / 50%);
    font-size: 18px;
    font-weight: bold;
}
.the_m_top{
    margin-top: 100px;
}
.the_m_bot{
    margin-bottom: 100px;
}

.cta_btn{
    background-color: #FF9800;
    padding: 16px 35px;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    border-radius: 100px;
    color: #fff;
    margin: 0px 0px 0px 0px;
    display: inline-block;
    text-decoration: none;
    font-weight: bold;
    transition: 0.5s;
}
.cta_btn:hover{
    color: #fff;
}







.head_tbl{
    width: 100%;
    display: table;
    color: #fff;
}
.head_tr{
    display: table-row;
}
.head_td{
    display: table-cell;
    vertical-align: middle;
}
.head_td.logo_side{
    width: 30%;
}
.head_td.menu_side{
    width: 70%;
    text-align: right;
}

.above_footer{
		min-height: 10px;
		text-align: center;
		padding: 0px 15px;
		color: #fff;
		width: 100%;
		background-color: #b0b6bb;
}
.above_footer .head_td.menu_side li a{
    color: #000;
}
.above_footer .head_td.menu_side{
		width: 100%;
		text-align: center;
		float: none;
		display: block;
}
.the_footer{
    padding: 75px 0px;
		color: #000;
		text-align: left;
    background-color: #fff;
}
.the_footer ul{
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.the_footer ul li a{
    color: #002c76;
    text-decoration: none;
}
.the_footer .gen_btn{
    margin: 30px 0px 0px 0px;
}
.the_footer h4{
    font-weight: bold;
    color: #002c76;
    font-size: 22px;
    margin: 0px 0px 20px 0px;
}
.the_footer h5{
    font-weight: normal;
    font-size: 16px;
    color: #002c76;
    margin: 0px 0px 10px 0px;
}



.the_footer p{
    color: #000;
    font-size: 13px;
    margin: 0px;
}
.the_footer_top_logo{
		width: 100%;
		height: auto;
		margin: 0px auto 30px;
		max-width: 200px;
}
.footer_partner{
		width: 100%;
		height: auto;
		max-width: 100px;
}
.footer_partner_block{
		display: inline-block;
		width: 125px;
		margin: 0px 15px;
		position: relative;
		padding-top: 100px;
}
.footer_partner_block img{
	width: 100%;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	margin: auto;
	opacity: 1;
	transition: 0.5s;
}


.top_footer_deets{
		display: block;
		font-family: 'Montserrat', sans-serif;
		color: #bcbec0;
		margin: 20px 0px 0px 0px;
		font-size: 12px;
}
.top_footer_deets span{
		margin: 0px 10px;
}

.copyright p{
		font-size: 10px;
		color: #bcbec0;
		margin: 25px 0px 0px 0px;
		font-family: 'Montserrat', sans-serif;
}
.top_footer_deets a{
		color: #fff;
		text-decoration: none;
}
.top_footer_deets a:hover{
		  color: #fff;
}
.copyright p a{
		color: #fff;
		text-decoration: none;
}
.mwp_logo{
		width: 100%;
		display: inline-block;
		height: auto;
		max-width: 40px;
}
.social_media_footer{
		margin: 0px 0px 5px 0px;
}
.social_media_footer h6{
	font-family: 'Montserrat', sans-serif;
	color: #bcbec0;
	margin: 0px 0px 10px 0px;
	font-size: 12px;
	line-height: 12px;
}
.soc_tbl{
		display: block;
		width: 100%;
		padding: 0px;
}
.soc_cube{
		width: 40px;
		height: 40px;
		position: relative;
		display: inline-block;
		margin: 15px 0px 0px;
		font-size: 0px;
}
.soc_cube img{
		width: auto;
		height: auto;
		max-width: 100%;
		max-height: 100%;
		margin: auto;
		position: absolute;
		top: 0px;
		right: 0px;
		bottom: 0px;
		left: 0px;
}

.capability_section{
    padding: 100px 0px 70px;
    	font-family: 'Montserrat', sans-serif;
    position: relative;
    background-size: cover;
    background-position: center;

}
.capability_section h2{
    margin: 0px 0px 30px 0px;
color: #002c76;
    font-size: 37px;
    line-height: 42px;
    font-weight: normal;
    position: relative;
    z-index: 2;
}
.capability_section p{
  font-size: 15px;
  line-height: 25px;
  position: relative;
  margin: 0px 0px 45px 0px;
color: #002c76;
  font-weight: normal;
  z-index: 2;
}
.capability_section a.capa{
    color: #000;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    position: relative;
    z-index: 2;
    width: 100%;
    font-size: 18px;
    line-height: 25px;
    margin: 0px 0px 30px 0px;
    transition: 0.5s;
}



.capability_section a.capa:hover,
a.project_link:hover{
    color: #6ec1e4;
    transition: 0.5s;
}
.capability_section .gen_btn{
    display: inline-block;
    position: relative;
    z-index: 2;
    width: auto;
    margin: 10px 0px 0px 0px;
}
.capa_overlay{
    background-color: rgb(0 29 50 / 80%);
    position: absolute;
    width: 100%;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    height: 100%;
    z-index: 1;
}
.bg_grey{
    background-color: #eee;
}

.on_caps .capa_overlay{
    display: none;
}
.on_caps .capability_section{
    color: #000;
    background-color: #fff;
    background-image: none;
}
.on_caps .capability_section a{
    color: #000;
}
.on_caps .capability_section h2{
    color: #002c76;
}
.on_caps .capability_section p{
    color: #000;
}
.on_caps .capability_section .gen_btn{
    color: #fff;
    margin: 30px 0px 50px;
}
.on_caps .capability_section .gen_btn:hover{
    color: #002c76;
}

.logo_block img{
    width: 100%;
    position: relative;
    height: auto;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    margin: auto;
}

.white_logo{
    opacity: 1;
    transition: 0.5s;
}
.blue_logo{
    opacity: 0;
    transition: 0.5s;
}
.the_header.scrolled .white_logo{
  /*  opacity: 0;
    transition: 0.5s; */
}
.the_header.scrolled .blue_logo{
  /*  opacity: 1;
    transition: 0.5s; */
}
.new_icon{
    width: 100px;
    height: 100px;
    display: inline-block;
    margin: 0px 0px 15px 0px;
}
.new_icon img{
    width: 100%;
    height: auto;
}




.logo_overlay{
    width: 100%;
    height: auto;
    max-width: 250px;
}
.res .logo_overlay{
    width: 100%;
    height: auto;
    max-width: 350px;
}






.feat_block{
    position: relative;
    z-index: 1;
}
.feat_block img{
    display: inline-block!important;
}
.head_td.menu_side img{
    max-width: 240px;
    height: auto;
}
.head_td.menu_side ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.head_td.menu_side li{
		display: inline-block;
		transition: 0.2s;
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
}
.head_td.menu_side li a{
    color: #000;
		transition: 0.2s;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 15px;
		line-height: 15px;
    padding: 24px 10px;
    margin: 0px 0px 0px 0px;
}

.head_td.menu_side li.current-menu-item a{
		color: #000;
    font-weight: bold;
}
.head_td.menu_side li.current-menu-item ul li a{
		color: #2d404b;
}


.head_td.menu_side li.book_now a{
    background-color: #fff;
    padding: 24px 20px;
		border: 1px solid #fff;
    color: #fff;
		transition: 0.2s;
}
.head_td.menu_side li.book_now:hover{
    background-color: #fff;
    padding: 9px 5px;
		transition: 0.2s;
}
.head_td.menu_side li.book_now:hover a{
    background-color: #fff;
		color: #fff;
    padding: 15px 15px;
		transition: 0.2s;
}




.contact_info.bg_blue h2{
    color: #fff;
}

.top_title{
padding: 50px 0px;
color: #002c76;
font-weight: bold;
}





p a{
    color: #000;
    font-weight: 600;
    text-decoration: none;
}
p a:hover{
    color: #fff;
}

.intro_text{
    padding: 50px 0px 50px;
}
.intro_text h5{
	font-size: 18px;
	line-height: 32px;
	margin: 0px 0px 15px 0px;
	color: #000;
	font-weight: normal;
}
.intro_text ul{
	font-size: 15px;
	line-height: 25px;
	margin: 0px 0px 30px 20px;
	color: #000;
	font-weight: normal;
}
.contact_info a{
		color: #fff;
		text-decoration: none;
		font-weight: normal;
}
.taggy{
    background-color: #fff;
    box-shadow: 0 8px 8px -4px rgba(0, 0, 0, 0.35);
    padding: 5px 5px 7px 5px;
    font-weight: bold;
    min-width: 100px;
    font-size: 12px;
    line-height: 12px;
    border-radius: 1000px;
    position: absolute;
    top: -20px;
    left: 7px;
}
.contact_info .soc_tbl{
		margin: 0px 0px 30px 0px;
}
.project_tbl{
    display: table;
    width: 100%;
      margin: 0px 0px 30px 0px;
}
.project_tr{
    display: table-row;
}
.project_td{
    display: table-cell;
    vertical-align: top;
}
.mini_cube{
    width: 100%;
    padding-top: 100%;
    position: relative;
    display: block;
    background-size: cover;
    background-position: center;
}
.project_td.img_side{
    width: 30%;
}
.project_td.txt_side{
    padding: 0px 0px 0px 15px;
}
.project_link{
    text-decoration: none;
}
.project_td.txt_side h4{
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: 600;
    margin: 0px 0px 10px 0px;
    color: #002c76;
}
.project_td.txt_side p{
    font-size: 13px;
    line-height: 20px;
    margin: 0px 0px 0px 0px;
    color: #000;
    font-weight: normal;
}
.filter_search{
    background-color: #002c76;
    padding: 15px 0px;
}
.filter_search ul{
    padding: 0px;
    margin: 0px;
}
.filter_search ul li{
    width: 25%;
    padding: 0px 15px!important;
    display: inline-block!important;
}





.filter_search ul li.sf-field-search{
    width: 100%;
    margin: 0px 0px 15px 0px;
}
.filter_search ul li.sf-field-search input{
    padding: 7px;
    background-color: #fff;
    color: #000;
    border-radius: 0px;
}





.filter_search .searchandfilter select.sf-input-select,
.filter_search label,
.filter_search input{
    width: 100%!important;
}
.filter_search .searchandfilter select.sf-input-select{
    padding: 8px;
}
.filter_search input{
    background-color: #FF9800;
    border: none;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    padding: 10px 0px;
    border-radius: 100px;
}















.copy{
    padding: 15px 0px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    background-color: #002c76;
}
.certified{
    padding: 0px 0px 0px;
    text-align: left;
}
.certified h5{
    font-weight: bold;
    font-size: 15px;
    color: #002c76;
    margin: 0px 0px 10px 0px;
}
.certified_block{
    display: inline-block;
    width: 100px;
    height: 100px;
    margin: 0px 10px 0px 0px;
    position: relative;
}
.certified_block img{
    position: absolute;
    width: auto;
    height: auto;
    max-height: 80%;
    max-width: 100%;
    margin: auto;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}

.copy a{
    color: #fff;
}
.taxonomy_section{
    margin: 0px 0px 70px 0px;
}
.project_card_wrap{
    margin: 0px 0px 30px 0px;
}
.project_card{
    padding-top: 55%;
    width: 100%;
    position: relative;
    display: block;
    background-size: cover;
    background-position: center;
    background-color: #999;
    margin: 0px 0px 0px 0px;
    border-radius: 0px;
    overflow: hidden;
}

.the_proj_thumb{
  padding-top: 60%;
  width: 100%;
  position: relative;
  display: block;
  background-size: cover;
  background-position: center;
  background-color: #999;
  margin: 0px 0px 0px 0px;
  border-radius: 0px;
  overflow: hidden;
}



.project_card_new{

}
.project_card_new h4{
    color: #002c76;
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
    margin: 0px 0px 50px 0px;
}
.project_card_new h5{
    color: #4bacc6;
    font-size: 14px;
    line-height: 14px;
    margin: 15px 0px;
}
.project_card_new h5 a{
    text-decoration: none;
    color: #4bacc6;
}
.project_card_new a{
    text-decoration: none;

}
.blue_side_graphic{
    display: table;
    width: 100%;
    background-color: #002c76;
    min-height: 100px;
}
.blue_tr{
    display: table-row;
}
.blue_td{
    display: table-cell;
    background-size: cover;
    background-position: center;
    padding: 100px;
    vertical-align: middle;
    width: 50%;
}
.blue_td p{
    color: #fff;
    font-size: 16px;
    line-height: 25px;
    margin: 0px 0px 0px 0px;
    font-weight: normal;
}

.new_blue_strip{
    padding: 100px 0px;
    text-align: right;
    background-size: cover;
    background-image: url('img/blue_cranes.png');
}
.new_blue_strip p{
      color: #fff;
      font-size: 16px;
      line-height: 25px;
      margin: 0px 0px 0px 0px;
      font-weight: normal;
}





.career_card{
    border-radius: 10px;
    color: #000;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #eee;
    box-shadow: 0 7px 10px 0 rgba(0, 0, 0, 0.25);
    display: inline-block;
    width: 100%;
    padding: 25px;
    margin: 0px 0px 30px 0px;
}
.career_card.student_card{
	background-color: #002c76;
	color: #fff;
	    border: 1px solid #002c76;
}

.career_card.student_card h3,
.career_card.student_card h4,
.career_card.student_card h5{
color: #fff;
}









.intro_text .career_card .gen_btn{
    margin: 0px;
}

.career_card h3{
    color: #002c76;
    font-size: 25px;
    line-height: 25px;
    font-weight: bold;
    margin: 0px 0px 15px 0px;
}
.career_card h4{
    color: #002c76;
    font-size: 18px;
    line-height: 18px;
    font-weight: normal;
    margin: 0px 0px 15px 0px;
}
.career_card h5{
    color: #002c76;
    font-size: 15px;
    line-height: 15px;
    font-weight: bold;
    margin: 0px 0px 30px 0px;
}


.project_card.m_b{
    margin: 0px 0px 30px 0px;
}
.project_card_wrap .project_card{
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.below_project_card{
    background-color: #6ec1e4;
    color: #000;
    padding: 25px;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.sub_blue_intro{
    text-align: center;
    color: #fff;
    background-color: #6583b3;
    padding: 100px 15px;
}
.sub_blue_intro .gen_btn{
    border: 1px solid #fff;
    background-color: transparent;
}
.sub_blue_intro p{
    margin: 0px 0px 30px 0px;
}
.thumb_overlay {
    height: 72%;
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    opacity: 0.9;
    background-blend-mode: multiply;
    background-image: linear-gradient(to top, rgba(28, 33, 43, 0), #1c212b);
}
.project_card h4{
    color: #fff;
    margin: 0px;
    font-size: 20px;
    position: absolute;
    font-weight: bold;
    z-index: 4;
    top: 0px;
    left: 0px;
    right: 0px;
    padding: 25px;
}


.project_card.rework h4{
    top: auto;
    left: 0px;
    right: 0px;
    bottom: 0px;
}
.project_card.rework .thumb_overlay{
    top: auto;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-image: linear-gradient(to bottom, rgba(28, 33, 43, 0), #1c212b);
}
.footer_bottom{
    margin: 100px 0px 0px 0px;
}




.mini_pill{
    position: absolute;
    border-radius: 100px;
    font-family: 'Montserrat', sans-serif;
    top: 15px;
    right: 15px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    background-color: #002c76;
    padding: 6px 15px;
}



















.gen_btn{
    background-color: #4bacc6;
		border: 1px solid #4bacc6;
    padding: 14px 30px 14px 30px;
		font-family: 'Montserrat', sans-serif;
		font-size: 14px;
    border-radius: 100px;
		color: #fff;
		display: inline-block;
		text-decoration: none;
    font-weight: bold;
		transition: 0.5s;
}
.room_section .gen_btn{
    margin: 0px 5px;
}
.gen_btn.white_btn{
    background-color: #fff;
		border: 1px solid #fff;
    color: #000;
}
.single_room_card_td .room_slider .slick-dots {
    bottom: 0px!important;
}




.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 35px!important;
    height: 35px!important;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    z-index: 3!important;
    background: #000!important;
    border-radius: 100px;
}
.slick-prev:before,
.slick-next:before {
    content: ''!important;
}
.slick-prev {
    left: 0px!important;
    background-image: url('img/arrow_left-01.svg')!important;
    background-size: cover!important;
    left: 15px!important;
    background-position: center!important;
}
.slick-next {
    right: 0px!important;
    background-image: url('img/arrow_right-01.svg')!important;
    background-size: cover!important;
    right: 15px!important;
    background-position: center!important;
}
.project_sidebar h4{
    font-weight: bold;
    font-size: 16px;
    color: #002c76;
    margin: 0px 0px 10px 0px;
}
.project_sidebar a,
.project_sidebar a:hover{
    color: #4bacc6;
}

.gen_btn.cta{
		background-color: #002c76;
		border: 1px solid #002c76;
}
.top_project_graphics{
    display: inline-block;
    width: 100%;
    margin: 0px 0px 30px 0px;
    min-height: 10px;
}
.single_content img{
    width: auto;
    height: auto;
    max-width: 100%;
}
.secondary_header_grad {
    height: 50%;
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    opacity: 0.7;
    background-blend-mode: multiply;
    background-image: linear-gradient(to top, rgba(28, 33, 43, 0), #1c212b);
}
.small_info{
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    color: #fff;
    font-size: 12px;
    text-align: right;
    padding: 5px 10px;
}
.top_block{
    width: 33.33%;
    background-size: cover;
    background-position: center;
    padding-top: 33.33%;
    border: 1px solid #fff;
    position: relative;
    background-color: #444;
    float: left;
}





.google_map{
    width: 100%;
    padding-top: 20%;
    background-color: #555;
    position: relative;
    margin: 0px 0px 100px 0px;
}
.google_map iframe{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}

.gen_btn:hover{
    background-color: #fff;
		transition: 0.5s;
		color: #002c76;
}
.amenities_section{
		width: 100%;
		margin: 0px 0px 30px 0px;
		text-align: left;
		display: block;
}
.amenities_section h3{
		font-size: 18px;
		font-family: 'Montserrat', sans-serif;
		line-height: 18px;
		font-weight: normal;
		display: inline-block;
		color: #000;
		margin: 0px 0px 15px 0px;
}
.room_section.dark .amenities_section h3{
		color: #fff!important;
}



.room_section.dark .gen_btn:hover{
color: #fff;
}


.room_section{
		padding: 0px 0px;
		color: #000;
		text-align: left;
}
.room_section.dark{
		background-color: #dbdcde;
				color: #fff;
}

.room_section h2{
		margin: 0px 0px 30px 0px;
		font-size: 40px;
		line-height: 30px;
		font-weight: normal;
		color: #fff;
		text-transform: uppercase;
		font-family: 'Montserrat', sans-serif;
}
.room_section .single_room_card_td h2{
  font-size: 30px;
  line-height: 20px;
  		margin: 0px 0px 30px 0px;
}

.room_section.single{
		padding: 125px 0px 75px;
}
.room_section p{
		font-size: 15px;
		line-height: 25px;
    color: #fff;
		margin: 0px 0px 30px 0px;
		font-weight: normal;
}

.room_slider .room_prev{
		margin: 0px 0px 0px 0px;
}
.room_slider_wrap {
		margin: 0px 0px 50px 0px;
}
.room_prev{
		width: 100%;
		padding-top: 55%;
		margin: 0px 0px 0px 0px;
		background-color: #eee;
		background-size: cover;
		background-position: center;
		position: relative;
}
.menu_side ul li:hover ul.sub-menu {
    display: block;
}
.menu_side ul li ul.sub-menu {
		display: none;
		position: absolute;
		background-color: #fff;
		padding: 14px 20px;
		text-align: left;
		top: 63px;
}
.menu_side ul li ul.sub-menu li a{
		padding: 0px;
}
.head_td.menu_side ul li ul.sub-menu li {
    display: block;
}

.intro_text .gen_btn{
		margin: 0px 0px 30px;
}
.double_sub_info_block .gen_btn{
		margin: 0px 5px 0px;
}
.intro_text h2,
.double_sub_info_block h2,
.intro_text h1,
.double_sub_info_block h1{
    margin: 0px 0px 30px 0px;
    color: #002c76;
		font-size: 40px;
		line-height: 42px;
    font-weight: normal;
}


.intro_text.contact_info h3{
    margin: 0px 0px 20px 0px;
    color: #002c76;
		font-size: 30px;
		line-height: 30px;
    font-weight: normal;
}
.intro_text.career_columns h3{
    margin: 0px 0px 20px 0px;
    color: #002c76;
		font-size: 30px;
		line-height: 30px;
    font-weight: bold;
}


.bg_blue {
    color: #fff;
    background-color: #002c76;
}
.bg_blue p a{
    color: #FF9800;
}






.profile_pic{
    width: 150px;
    height: 150px;
    background-size: 115%;
    background-position: center -5px;
    background-color: #eee;
    border-radius: 1000px;
    margin: 0px auto 30px;
}
.intro_text.bg_blue h2,
.intro_text.bg_blue h5,
.intro_text.bg_blue p{
    color: #fff;
}
.intro_text.bg_blue h5{
    font-weight: bold;
    font-size: 22px;
    margin: 0px 0px 5px 0px;
}

.intro_text.bg_blue h6{
    font-size: 16px;
    margin: 0px 0px 35px 0px;
}



.world_map{
    padding: 100px 0px;
    border: 1px solid red;
}
.world_map_block{
    width: 100%;
    margin: 15px 0px 30px 0px;
    display: inline-block;
    position: relative;
    padding-top: 54%;
    background-size: cover;
    background-position: center;
    background-image: url('img/world_map-01.svg');
}
.loc_pin{
    width: 20px;
    height: 20px;
    box-shadow: 0 8px 8px -4px rgba(0, 0, 0, 0.35);
    position: absolute;
    border-radius: 1000px;
    cursor: pointer;
    transition: 0.5s;
    background-color: #FF9800;
    scale: 1;
    top: 0%;
    left: 0%;
}
.loc_pin:hover{
    transition: 0.5s;
    scale: 1.2;
}
.world_map_block a{
    color: #000;
}
.world_map_block a:hover{
    color: #FF9800;
}
.iframe_block{
    position: relative;
    padding-top: 50%;
    width: 100%;
}
.iframe_block iframe{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}


.loc_pin.loc_001{
    top: 10%;
    left: 10%;
}

.loc_pin.loc_2{
    width: 30px;
    height: 30px;
}
.loc_pin.loc_4{
    width: 30px;
    height: 30px;
}
.loc_pin.loc_4 .taggy {
    background-color: #fff;
    box-shadow: 0 8px 8px -4px rgba(0, 0, 0, 0.35);
    padding: 5px 10px 7px 10px;
    font-weight: bold;
    min-width: 105px;
    font-size: 14px;
    line-height: 14px;
    border-radius: 1000px;
    position: absolute;
    top: -20px;
    left: 7px;
}






.loc_pin.loc_2 .taggy{
    background-color: #fff;
    box-shadow: 0 8px 8px -4px rgba(0, 0, 0, 0.35);
    padding: 5px 10px 7px 10px;
    font-weight: bold;
    min-width: 105px;
    font-size: 14px;
    line-height: 14px;
    border-radius: 1000px;
    position: absolute;
    top: -20px;
    left: 7px;
}




.the_breadcrumb{
    background-color: #eee;
    color: #002c76;
    padding: 10px 0px 12px;
}
.the_breadcrumb{
  color: #002c76;
  font-size: 16px;
  line-height: 16px;
}
.the_breadcrumb a,
.the_breadcrumb p{
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    color: #002c76;
    font-size: 13px;
    display: inline-block;
    text-decoration: none;
    margin: 0px;
    padding: 0px;
}
.the_breadcrumb a{
    font-weight: normal;
    color: #002c76;
}
.the_breadcrumb a:hover{
    text-decoration: none;
    color: #000;
}
.time_tbl{
    width: 100%;
    display: table;
}
.time_tr{
    display: table-row;
}
.time_td{
    display: table-cell;
    position: relative;
    padding: 0px 30px 30px 30px;

    width: 50%;
    vertical-align: top;
}
.time_td.left_side{
    text-align: right;
}
.time_td.right_side{
    border-left: 2px solid #002c76;
}
.time_ball{
    border-radius: 1000px;
    background-color: #FF9800;
    position: absolute;
    top: 6px;
    left: -9px;
    width: 16px;
    height: 16px;
}
.time_td h4{
    background-color: #002c76;
    display: inline-block;
    border-radius: 100px;
    color: #fff;
    font-weight: bold;
    margin: 0px 0px 15px 0px;
    font-size: 18px;
    line-height: 18px;
    padding: 5px 10px;
    font-family: 'Montserrat', sans-serif;
}
.time_td p{
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  line-height: 25px;
  margin: 0px 0px 30px 0px;
  color: #000;
  font-weight: normal;
}
.the_timeline{
    margin: 0px 0px 0px 0px;

}
.intro_text.news_on_home .double_sub_info_block h2{
    font-size: 16px;
    line-height: 23px;
    font-weight: 600;
    min-height: 46px;
}
.intro_text.news_on_home .double_sub_info_block p{
  font-size: 14px;
    line-height: 23px;
    min-height: 115px;
}




.news_title{
    width: 100%;
    text-align: center;
}
.news_title h1{
    margin: 50px 0px 0px 0px;
    font-size: 40px;
    line-height: 40px;
    font-weight: normal;
    text-transform: uppercase;
}
.intro_text p,
.double_sub_info_block p{
  font-family: 'Montserrat', sans-serif;
    font-size: 15px;
		line-height: 25px;
    margin: 0px 0px 30px 0px;
    color: #000;
    font-weight: normal;
}
.single_room_card_td ul li{
  font-size: 15px;
  line-height: 25px;
  margin: 0px 0px 0px 0px;
  color: #000;
  font-weight: normal;
}



.double_cubes{
    width: 100%;
    min-height: 10px;
}
.double_cubes.on_home{
    margin: 0px 0px 100px 0px;
}
.double_cubes.on_home.three_grid{
    margin: 100px 0px 70px 0px;
}

.double_sub_info_block{
		text-align: center;
		margin: 40px 0px 0px 0px;
}
.double_sub_info_block.text-left{
    text-align: left;
}
.on_blog{
    padding: 50px 0px 100px;
}
.on_blog .gen_btn{
    margin: 0px 0px 50px 0px;
}
.rectangle{
    width: 100%;
    padding-top: 50%;
    background-size: cover;
    background-position: center;
    position: relative;
    background-color: #e9e9e9;
}
.rectangle.block{
    padding-top: 100%;
		margin: 0px 0px 30px 0px;
}





.rectangle img{
    width: 100%;
    height: auto;
    max-width: 240px;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    margin: auto;
    opacity: 1;
    transition: 0.5s;
}
.rectangle:hover .location_offerings{
    opacity: 1;
    transition: 0.5s;
}
.rectangle:hover img{
    opacity: 0;
    transition: 0.5s;
}
.location_offerings{
    position: absolute;
    transition: 0.5s;
    padding: 50px;
    display: table;
    text-align: center;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 0;
    background: rgb(68 84 95 / 80%);
    height: 100%;
    width: 100%;
    z-index: 2;
    color: #fff;
    font-size: 15px;
    font-weight: normal;
}
.location_offerings h4{
		text-transform: uppercase;
		font-size: 22px;
		line-height: 22px;
		margin: 0px 0px 20px 0px;
}
.location_offerings p{
		font-size: 15px;
		line-height: 25px;
		margin: 0px 0px 30px 0px;
		color: #fff;
		font-weight: normal;
}
.location_offerings_td a.gen_btn:hover{
		color: #fff;
		border: 1px solid #fff;
}
.location_offerings_tr{
    display: table-row;
}
.location_offerings_td{
    display: table-cell;
    vertical-align: middle;
}

.full_parallax_banner{
    background-color: #000;
    width: 100%;
    height: 450px;
    background-size: cover;
    background-position: center;
}

.suite_tbl{
    width: 100%;
    display: table;
}
.suite_tr{
    display: table-row;
}
.suite_td{
    display: table-cell;
    width: 50%;
    vertical-align: middle;
    padding: 25px 0px;
}
.text_block{
    padding: 0px 75px;
}
.suite_td h2{
    margin: 0px 0px 20px 0px;
    font-size: 32px;
    line-height: 32px;
    font-weight: normal;
    text-transform: uppercase;
}
.suite_td p{
    font-size: 15px;
    line-height: 25px;
    margin: 0px 0px 30px 0px;
    color: #000;
    font-weight: normal;
}





.big_cube{
    width: 100%;
    padding-top: 100%;
    position: relative;
    background-color: #e9e9e9;
}




/* Icon 1 */

#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
  width: 30px;
  height: 30px;
  position: relative;
  margin: 0px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon3 span {
	  display: block;
	  position: absolute;
	  height: 4px;
	  width: 100%;
	  background: #000;
	  border-radius: 9px;
	  opacity: 1;
	  left: 0;
	  -webkit-transform: rotate(0deg);
	  -moz-transform: rotate(0deg);
	  -o-transform: rotate(0deg);
	  transform: rotate(0deg);
	  -webkit-transition: .25s ease-in-out;
	  -moz-transition: .25s ease-in-out;
	  -o-transition: .25s ease-in-out;
	  transition: .25s ease-in-out;
}
.mob_trigger:hover #nav-icon1 span,
.mob_trigger:hover #nav-icon2 span,
.mob_trigger:hover #nav-icon3 span{
		background: #000;
}

/* Icon 3 */

#nav-icon3 span:nth-child(1) {
  top: 0px;
}

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
  top: 10px;
}

#nav-icon3 span:nth-child(4) {
  top: 20px;
}

#nav-icon3.open span:nth-child(1) {
  top: 10px;
  width: 0%;
  left: 50%;
	background: #fff;
}

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
				background: #fff;
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
				background: #fff;
}

#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
	background: #fff;
}

.mob_trigger{
		display: none;
		position: fixed;
		z-index: 15;
		top: 20px;
		right: 20px;
}
.mobile_menu{
		position: fixed;
		text-align: center;
		display: none;
		top: 0px;
		width: 100%;
		height: 100%;
		z-index: 11;
		padding: 100px 0px 0px 0px;
		background-color: #1a1a1a;
}
.mobile_menu ul{
		list-style: none;
    text-transform: uppercase;
		margin: 0px;
		padding: 0px;
}
.mobile_menu ul li a{
		color: #fff;
		text-decoration: none;
		font-size: 18px;
    margin: 0px 0px 10px 0px;
    display: block;
}




@media (max-width: 1200px){
	.head_td.menu_side .menu-main-menu-container{
			display: none;
	}
	.the_header{
			padding: 15px 0px;
	}
  .mob_trigger{
  		display: block;
    }
}
.show_mobile{
    display: none;
}



.single_room_card{
    width: 100%;
    min-height: 10px;
    display: table;
    border: 1px solid #eee;
    margin: 0px 0px 50px 0px;
}
.single_room_card_tr{
    display: table-row;
}
.single_room_card_td{
    display: table-cell;
    vertical-align: top;
}
.single_room_card_td.img_side{
    width: 40%;
}
.single_room_card_td.text_side{
    width: 60%;
    padding: 30px;
}
.img_side img{
    width: 100%;
    height: auto;
}
.contact_wrapper label{
    font-weight: bold;
    font-size: 16px;
    margin: 0px 0px 15px 0px;
    color: #000;
}
.contact_wrapper h3{
    font-weight: bold;
    color: #002c76;
    margin: 0px 0px 50px 0px;
}
.footer_coll p{
    margin: 0px 0px 30px 0px;
}
.wpcf7-submit{
  background-color: #002c76;
  transition: 0.5s;
  color: #fff;
  border: none;
  padding: 15px 30px;
  border-radius: 100px;
  margin: 25px 0px 0px 0px;
}
.wpcf7-text,
.wpcf7-textarea{
    width: 100%;
    padding: 5px;
    margin: 0px 0px 15px 0px;
}
.wpcf7-file{
    margin: 0px 0px 15px 0px;
}
.wpcf7-spinner{
    display: none!important;
}

@media (max-width: 992px){
  .cta_single {
    max-width: 100%;
        display: inline-block;
        padding: 10px 15px;
  }
  .blue_side_graphic,
  .blue_tr,
  .blue_td{
      display: block;
      width: 100%;
  }
  .blue_td {
      padding: 50px;
  }
  .bg_blue .cta_btn{
      margin: 0px 0px 30px 0px;
  }
  .iframe_block{
      margin: 0px 0px 30px 0px;
  }
  .single_room_card,
  .single_room_card_tr,
  .single_room_card_td,
  .single_room_card_td.text_side,
  .single_room_card_td.img_side{
      display: block;
      width: 100%;
  }
  .intro_text.news_on_home .double_sub_info_block h2{
      min-height: auto;
  }
  .intro_text.news_on_home .double_sub_info_block p{
      min-height: auto;
  }
  .suite_tbl,
  .suite_tr,
  .suite_td{
      display: block;
      width: 100%;
  }
  .hidden_mobile{
        display: none;
  }
  .gal_cube{
      width: 33.33%;
      padding-top: 33.33%;
  }
	.double_cubes.on_home .rectangle{
			padding-top: 100%;
			margin: 0px 0px 15px 0px;
	}

}
@media (max-width: 768px){
  .footer_coll{
      margin: 0px 0px 30px 0px;
  }
  .filter_search ul li{
      width: 100%;
      padding: 0px 15px!important;
      display: inline-block!important;
      margin: 0px 0px 10px 0px!important;
  }
  .filter_search {
      padding: 20px 0px 10px 0px;
  }
  .featured_section h1 {
      font-size: 30px;
      line-height: 30px;
  }
  .featured_section h1 strong {
    font-size: 45px;
    line-height: 45px;
  }
  .cta_card h2 {
    font-size: 40px;
    line-height: 45px;
    margin: 0px 0px 25px 0px;
}
.cta_card {
    width: 100%;
    padding: 50px 30px;
  }
  .intro_text h2, .double_sub_info_block h2, .intro_text h1, .double_sub_info_block h1 {
    margin: 0px 0px 25px 0px;
    font-size: 32px;
    line-height: 34px;
font-weight: bold;

}
  .intro_text.contact_info.bg_blue .cta_btn{
      margin: 0px 0px 30px 0px;
  }
  .taggy{
      display: none;
  }
  .room_section h2 {

    font-size: 30px;
  }
  .head_td.logo_side {
    width: 40%;
}
	.logo_overlay {
    max-width: 180px;
}
	.featured_section {
    height: 70vh;
	}
	.the_footer_top_logo {
    width: 100%;
    height: auto;
    margin: 0px auto 15px;
    max-width: 130px;
}
	.footer_partner_block {
	    width: 90px;
		}
}
