@font-face
{
    font-family: default_font_face;
    src: url("/css/swis721_bold.eot");
}


@font-face
{
    font-family: default_font_face;
    src: url("/css/swis721_bold.ttf") format("truetype");
}


@font-face
{
    font-family: swis721_bold;
    src: url("/css/swis721_bold.eot");
}

@font-face
{
    font-family: swis721_bold;
    src: url("/css/swis721_bold.otf") format("opentype");
}

@font-face
{
    font-family: swis721_bold;
    src: url("/css/swis721_bold.ttf") format("truetype");
}

@font-face
{
    font-family: swis721_roman;
    src: url("/css/swis721_roman.eot");
}

@font-face
{
    font-family: swis721_roman;
    src: url("/css/swis721_roman.otf") format("opentype");
}

@font-face
{
    font-family: swis721_roman;
    src: url("/css/swis721_roman.ttf") format("truetype");
}



@font-face {
    font-family: ubuntu_l;
    src: url("/css/fonts/Ubuntu-Light.ttf") format("truetype");
}

@font-face {
    font-family: ubuntu_m;
    src: url("/css/fonts/Ubuntu-Medium.ttf") format("truetype");
}

@font-face {
    font-family: ubuntu_b;
    src: url("/css/fonts/Ubuntu-Bold.ttf") format("truetype");
}
@font-face {
    font-family: 'Modern';
    src: url('/css/fonts/modern/Modern-Regular.eot');
    src: url('/css/fonts/modern/Modern-Regular.eot?#iefix') format('embedded-opentype'),
        url('/css/fonts/modern/Modern-Regular.woff2') format('woff2'),
        url('/css/fonts/modern/Modern-Regular.woff') format('woff'),
        url('/css/fonts/modern/Modern-Regular.ttf') format('truetype'),
        url('/css/fonts/modern/Modern-Regular.svg#Modern-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
/*@font-face {
    font-family: 'gill';
    src: url('/css/fonts/gill_sans_mt/GillSansMT.eot');
    src: url('/css/fonts/gill_sans_mt/GillSansMT.eot?#iefix') format('embedded-opentype'),
        url('/css/fonts/gill_sans_mt/GillSansMT.woff2') format('woff2'),
        url('/css/fonts/gill_sans_mt/GillSansMT.woff') format('woff'),
        url('/css/fonts/gill_sans_mt/GillSansMT.ttf') format('truetype'),
        url('/css/fonts/gill_sans_mt/GillSansMT.svg#GillSansMT') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gill Sans MT';
    src: url('/css/fonts/gill_sans_mt/GillSansMT.eot');
    src: url('/css/fonts/gill_sans_mt/GillSansMT.eot?#iefix') format('embedded-opentype'),
        url('/css/fonts/gill_sans_mt/GillSansMT.woff2') format('woff2'),
        url('/css/fonts/gill_sans_mt/GillSansMT.woff') format('woff'),
        url('/css/fonts/gill_sans_mt/GillSansMT.ttf') format('truetype'),
        url('/css/fonts/gill_sans_mt/GillSansMT.svg#GillSansMT') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}*/
@font-face {
    font-family: 'gill';
    font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/abel/v12/MwQ5bhbm2POE2V9BPQ.woff2) format('woff2');
}
@font-face {
    font-family: 'Gill Sans MT';
    font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/abel/v12/MwQ5bhbm2POE2V9BPQ.woff2) format('woff2');
}


/*@import url('https://fonts.googleapis.com/css2?family=Lato&family=Playfair+Display:wght@500&display=swap');*/
/*@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');*/
/*@import url('https://fonts.googleapis.com/css2?family=Playfair+Display&display=swap');*/

html
{
    overflow-y:scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

body
{
    font-family: Lato;
    font-size: 12px;
    line-height: 14px;
    color: #333;
    font-weight: 100;
    /*background-image: url("/resources/images/image_global_background.jpg");*/
    background-color: #fff;
    background-repeat: repeat;
    background-position: 0 0;
}

a
{
    color: #273d91;
    text-decoration: none;
}


img
{
    border: none;
}

.input
{
    outline: none;
}

.textarea
{
    outline: none;
    display: block;
}

div
{
    float: left;
    position: relative;
    margin:0;
    padding:0;
}

::-webkit-input-placeholder
{
    color:#b3b3b3;
}

:-moz-placeholder
{
    color:#b3b3b3;
}


.bold
{
    font-weight: bold;
}

.clickable
{
    cursor: pointer;
}

.clickable_blue
{
    cursor: pointer;
}

.clickable_blue:hover
{
    color: #263D91;
}

.hidden
{
    display: none;
}

.image
{
    background-repeat: no-repeat;
    background-position: center center;
}


.center
{
    text-align: center;
}

.left
{
    float: left;
}

.right
{
    float: right;
}

.text_left
{
    text-align: left;
}

.text_center
{
    text-align: center;
}

.text_right
{
    text-align: right;
}

.link
{
    color: #00a7f9;
    text-decoration: underline;
}

.transparent_0
{
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity:0.0;
    -khtml-opacity: 0.0;
    opacity: 0.0;
}


.transparent_10
{
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
    filter: alpha(opacity=10);
    -moz-opacity:0.1;
    -khtml-opacity: 0.1;
    opacity: 0.1;
}

.transparent_50
{
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}

.transparent_70
{
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    -moz-opacity:0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
}

.transparent_80
{
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity:0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}

.transparent_90
{
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
    -moz-opacity:0.9;
    -khtml-opacity: 0.9;
    opacity: 0.9;
}

.transparent_100
{
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity:1.0;
    -khtml-opacity: 1.0;
    opacity: 1.0;
}

.shadow
{
    -moz-box-shadow: 3px 3px 4px #000;
    -webkit-box-shadow: 3px 3px 4px #000;
    box-shadow: 3px 3px 4px #000;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}

.shadow_10
{
    -moz-box-shadow: 3px 3px 4px #b3b3b3;
    -webkit-box-shadow: 3px 3px 4px #b3b3b3;
    box-shadow: 3px 3px 4px #b3b3b3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#b3b3b3')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#b3b3b3');
}

.default_roundcorner_5
{
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    behavior:url("/css/PIE.htc");
    border-radius:5px;
}

.default_roundcornerbottom_5
{
    -moz-border-radius-bottomleft:5px;
    -moz-border-radius-bottomright:5px;
    -webkit-border-bottom-left-radius:5px;
    -webkit-border-bottom-right-radius:5px;
    behavior:url("/css/PIE.htc");
    border-radius-bottomleft:5px;
    border-radius-bottomright:5px;
}

.default_input_text
{

    width: 250px;
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    padding: 0px;
    border: none;
    background-color: #ffffff;
}

.default_input_textarea
{
    font-family: Lato;
    width: 285px;
    height: 80px;
    font-size: 12px;
    line-height: 20px;
    padding: 0px;
    border: none;
    background-color: #ffffff;
}

.default_input_label
{
    width: 135px;
    height: 30px;
    font-size: 12px;
    line-height: 30px;
    margin-right: 10px;
}
.default_input_container
{
	padding: 5px;
	background-color: #ffffff;
        border: 1px solid #efefef;
        border-radius: 0px;
}

#div_enquiry_career_submit_button:hover{
    background-color: #4c4c4c;
}

.div_submt_button_career_cont{
    width: 792px;
    border-top: 1px solid #efefef;
    margin-top: 20px;
    padding: 20px 0;
    border-bottom: 1px solid #efefef;
}

.default_input_div
{
    clear: left;
	padding-bottom: 10px;
}

.default_input_icon
{
    float: right;
    width: 20px;
    height: 20px;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.default_input_icon:hover
{
    background-image: url("/resources/icons/icon_global_input_clear.png");
}

.default_input_div:hover .default_input_icon
{
    background-image: url("/resources/icons/icon_global_input_clear.png");
}

.fa_input_icon
{
    float: right;
    width: 20px;
    height: 20px;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    font-size: 15px;
    text-align: center;
}

.div_input_list .div_item{ width: 100%; line-height: 20px; }
.div_input_list .div_item .fa_input_icon{float: left; }

.default_combo_icon
{
	float: right;
    width: 20px;
    height: 20px;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
	background-image: url("/resources/icons/icon_global_input_dropdown.png");
}

.default_combo_list
{
	padding: 5px 6px;
	background-color: #ffffff;
	border: solid 1pt #efefef;
        top: 5px;
}

.default_combo_list_item
{
	width: 100%;
	clear: left;
	font-size: 12px;
	line-height: 30px;
	color: #4c4c4c;
        font-family: Lato;
}

.blue
{
    color: #00a7f9;
}

.full
{
    width: 100%;
}

.div_default_dropdown_right
{
	background-image: url("/resources/icons/icon_default_right.png");
}

.div_default_dropdown_down
{
	background-image: url("/resources/icons/icon_default_down.png");
}

.link_active
{
	color: #da3e15;
}

.link_inactive
{
	color: #b3b3b3;
}

.background_white
{
	background-color: #ffffff;
}

.background_black
{
	background-color: #000000;
}

.div_global_dialog_overlay {
display:none;
height:100%;
left:0;
position:fixed;
top:0;
width:100%;
z-index:950;
}

.div_global_dialog_container_top {
display:none;
position:absolute;
z-index:960;
}

.div_global_dialog_header {
color:#4c4c4c;
display:none;
font-size:10px;
height:24px;
line-height:24px;
width:100%;
text-transform: uppercase;
font-family: Lato;
letter-spacing: .5px;
}

.div_global_dialog_header_line_center {
background-image:url(/resources/images/image_dialog_header_line_center.png);
background-position:center center;
background-repeat:repeat-x;
height:12px;
width:1px;
}

.div_global_dialog_header_line_left {
background-image:url(/resources/images/image_dialog_header_line_left.png);
background-position:center center;
background-repeat:no-repeat;
height:12px;
width:1px;
}

.div_global_dialog_header_line_right {
background-image:url(/resources/images/image_dialog_header_line_right.png);
background-position:center center;
background-repeat:no-repeat;
height:12px;
width:1px;
}

.div_global_dialog_input,.div_global_dialog_header_line {
display:none;
width:100%;
}


.div_global_dialog_input,.div_global_dialog_header_line {
display:none;
width:100%;
}

.div_global_dialog_input_cancel {
margin-left:10px;
text-align:left;
width:80px;
}

.div_global_dialog_input_confirm {
margin-left:-90px;
text-align:right;
width:80px;
}

.div_global_dialog_input_container {
margin-left:50%;
font-family: Playfair Display;
font-weight: bold;
}

.div_global_dialog_input_prompt {
display:none;
font-size:14px;
line-height:14px;
padding-bottom:10px;
padding-top:10px;
text-align:center;
width:100%;
}

.div_global_dialog_footer {
padding-top:10px;
width:100%;
}

.div_global_dialog_close {
background-image:url(/resources/icons/icon_global_dialog_close.png);
display:none;
height:20px;
position:absolute;
right:5px;
top:5px;
width:20px;
}

.div_global_dialog_bottom_padding {
height:50px;
width:100%;
}


#div_content_holder {
    min-height: 800px;
    width: 100%;
}

/*promo*/
.div_no_promotion_heading{
    width: 100%;
    margin: 50px 0 0px;
}

.div_no_promotion_heading_title {
    width: 100%;
    text-align: center;
    font-family: Lato;
    font-size: 24px;
    text-transform: uppercase;
    line-height: 30px;
    height: auto;
    font-weight: 500;
    letter-spacing: 2px;
    margin: 0px 0 10px;
    position: relative;
    color: #333;
    padding-top: 0px;
}

.div_no_promotion_writing{
    width: 100%;
    line-height: 27px;
    color: #5B5B5b;
    margin-bottom: 50px;
    font-size: 15px;
    text-align: center;
    font-family: Playfair Display;
}
.gridpadding{padding:25px 50px;}
h3{font-size: 15px; text-transform: capitalize; font-weight: normal;}
h2{font-size: 25px; text-transform: capitalize; font-weight: bold; padding: 10px 0;}
p{font-size:12px;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58%;}
.col-8 {width: 66.66%;}
.col-12 {width: 100%;}
.row {width: 100%;}
.col-3{width: 33.3%;}
.col-4{width: 25%;}
.pr-20{padding-right: 20px;}
.pl-20{padding-left: 20px;}
.hilightimage img{width: 100%;}
.text-center{text-align: center;}

.ashbackground{background: #F9F9F9;}
.abouthafryhome img{width: 100%;}
img{width: 100%;}
h3{font-family: Lato;font-size: 13px;line-height: 15px;text-transform: uppercase;color: #333333;}
p{font-family: Lato;font-style: normal;font-weight: normal;font-size: 15px;line-height: 20px;color: #333333;}
h2{font-family: Playfair Display;font-style: normal;font-weight: normal;font-size: 24px;line-height: 26px;color: #333333;}
.graybackground{background: #f9f9f9;}