<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*ÐžÐ±Ð½ÑƒÐ»ÐµÐ½Ð¸Ðµ*/
*{
	padding: 0;
	margin: 0;
	border: 0;
}
*,*:before,*:after{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
:focus,:active{outline: none;}
a:focus,a:active{outline: none;}

nav,footer,header,aside{display: block;}

html,body{
	height: 100%;
	width: 100%;
	font-size: 100%;
	line-height: 1;
	font-size: 14px;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
input,button,textarea{font-family:inherit;}

input::-ms-clear{display: none;}
button{cursor: pointer;}
button::-moz-focus-inner {padding:0;border:0;}
a, a:visited{text-decoration: none;}
a:hover{text-decoration: none;}
ul li{list-style: none;}
img{vertical-align: top;}

h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight: 400;}


/* ÐžÐ±Ñ‰Ð¸Ðµ ÑÑ‚Ð¸Ð»Ð¸ Ð´Ð»Ñ Ð²ÑÐµÐ¹ ÑÑ‚Ñ€Ð°Ð½Ð¸Ñ†Ñ‹ */
body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    background-color: #f4f4f4;
    text-align: center; /* Ð¦ÐµÐ½Ñ‚Ñ€Ð¸Ñ€ÑƒÐµÑ‚ Ñ‚ÐµÐºÑÑ‚Ð¾Ð²Ñ‹Ðµ ÑÐ»ÐµÐ¼ÐµÐ½Ñ‚Ñ‹ */
    box-sizing: border-box;
    padding: 0 0px; /* ÐžÑ‚ÑÑ‚ÑƒÐ¿Ñ‹ ÑÐ»ÐµÐ²Ð° Ð¸ ÑÐ¿Ñ€Ð°Ð²Ð° */
}

/* Ð¦ÐµÐ½Ñ‚Ñ€Ð¸Ñ€Ð¾Ð²Ð°Ð½Ð¸Ðµ Ð²ÑÐµÑ… Ð±Ð»Ð¾ÐºÐ¾Ð² */
header, main, footer {
    margin: 0px auto; /* Ð¦ÐµÐ½Ñ‚Ñ€Ð¸Ñ€ÑƒÐµÑ‚ ÑÐ»ÐµÐ¼ÐµÐ½Ñ‚Ñ‹ Ð¾Ñ‚Ð½Ð¾ÑÐ¸Ñ‚ÐµÐ»ÑŒÐ½Ð¾ ÑÑ‚Ñ€Ð°Ð½Ð¸Ñ†Ñ‹ */
    padding:0px;
    background: #ffffff;
    box-shadow: 0 2px 8px rgba(255, 255, 255, 0.1);
}

/* Ð¡Ñ‚Ð¸Ð»Ð¸ Ð´Ð»Ñ ÑˆÐ°Ð¿ÐºÐ¸ */
header {
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #47134e;
}

header img {
    max-width: 40%;
    height: auto;
    margin-top: 70px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

nav ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    list-style: none;
    padding: 0px;
    margin: 0px 0 0;
    border-bottom: 1px solid #ffffff;
    width: 100%;
    position: fixed;
    /*Ð¤Ð¸ÐºÑÐ¸Ñ€ÑƒÐµÑ‚Ð¼ÐµÐ½ÑŽÐ¾Ñ‚Ð½Ð¾ÑÐ¸Ñ‚ÐµÐ»ÑŒÐ½Ð¾Ð¾ÐºÐ½Ð°*/top:0;
    /*Ð&nbsp;Ð°ÑÐ¿Ð¾Ð»Ð°Ð³Ð°ÐµÑ‚Ð¼ÐµÐ½ÑŽÐ²Ð²ÐµÑ€Ñ…Ð½ÐµÐ¹Ñ‡Ð°ÑÑ‚Ð¸*/left: 50%;
    /*Ð¦ÐµÐ½Ñ‚Ñ€Ð¸Ñ€ÑƒÐµÑ‚Ð¼ÐµÐ½ÑŽÐ³Ð¾Ñ€Ð¸Ð·Ð¾Ð½Ñ‚Ð°Ð»ÑŒÐ½Ð¾*/transform: translateX(-50%);
    /*Ð’Ñ‹Ñ€Ð°Ð²Ð½Ð¸Ð²Ð°ÐµÑ‚Ñ†ÐµÐ½Ñ‚Ñ€Ð¸Ñ€Ð¾Ð²Ð°Ð½Ð¸Ðµ*/background-color: rgb(255, 255, 255);
    /*ÐŸÐ¾Ð»ÑƒÐ¿Ñ€Ð¾Ð·Ñ€Ð°Ñ‡Ð½Ñ‹Ð¹Ñ„Ð¾Ð½*/box-shadow: 0 0px 0px rgb(0, 0, 0);
    /*Ð¢ÐµÐ½ÑŒÐ´Ð»ÑÐ²Ñ‹Ð´ÐµÐ»ÐµÐ½Ð¸Ñ*/z-index: 1000;
    /*ÐŸÐ¾Ð²ÐµÑ€Ñ…Ð¾ÑÑ‚Ð°Ð»ÑŒÐ½Ð¾Ð³Ð¾ÐºÐ¾Ð½Ñ‚ÐµÐ½Ñ‚Ð°*/padding: 10px 20px;
    border-radius: 0px;
    /*Ð—Ð°ÐºÑ€ÑƒÐ³Ð»ÐµÐ½Ð½Ñ‹ÐµÐºÑ€Ð°Ñ*/text-align: center;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    background-color: #47134e;
}

nav ul li {
    margin: 0 20px;
}

nav ul li a {
    text-decoration: none;
    color: #ffffff;
    font-size: 17px;
    position: relative;
	cursor: pointer;
	line-height: 1; /*Ð·Ð°Ð´Ð°Ñ‘Ð¼ Ð²Ñ‹ÑÐ¾Ñ‚Ñƒ ÑÑ‚Ñ€Ð¾ÐºÐ¸*/
	text-decoration: none; /*ÑƒÐ±Ð¸Ñ€Ð°ÐµÐ¼ Ð¿Ð¾Ð´Ñ‡Ñ‘Ñ€ÐºÐ¸Ð²Ð°Ð½Ð¸Ðµ*/
}
nav ul li a:after{
    display: block;
	position: absolute;
	left: 0; /*Ð¸Ð·Ð¼ÐµÐ½Ð¸Ñ‚ÑŒ Ð½Ð° right:0;, Ñ‡Ñ‚Ð¾Ð±Ñ‹ Ð¸Ð·Ð¼ÐµÐ½Ð¸Ñ‚ÑŒ Ð½Ð°Ð¿Ñ€Ð°Ð²Ð»ÐµÐ½Ð¸Ðµ Ð¿Ð¾Ð´Ñ‡Ñ‘Ñ€ÐºÐ¸Ð²Ð°Ð½Ð¸Ñ */
	width: 0;/*Ð·Ð°Ð´Ð°Ñ‘Ð¼ Ð´Ð»Ð¸Ð½Ð½Ñƒ Ð»Ð¸Ð½Ð¸Ð¸ Ð´Ð¾ Ð½Ð°Ð²ÐµÐ´ÐµÐ½Ð¸Ñ ÐºÑƒÑ€ÑÐ¾Ñ€Ð°*/
	height: 2px; /*Ð·Ð°Ð´Ð°Ñ‘Ð¼ ÑˆÐ¸Ñ€Ð¸Ð½Ñƒ Ð»Ð¸Ð½Ð¸Ð¸*/
	background-color: #ffffffc4; /*Ð·Ð°Ð´Ð°Ñ‘Ð¼ Ñ†Ð²ÐµÑ‚ Ð»Ð¸Ð½Ð¸Ð¸*/
	content: "";
	transition: width 0.3s ease-out; /*Ð·Ð°Ð´Ð°Ñ‘Ð¼ Ð²Ñ€ÐµÐ¼Ñ Ð°Ð½Ð¸Ð¼Ð°Ñ†Ð¸Ð¸*/
}
nav ul li a:hover:after,
nav ul li a:focus:after{
    width: 100%;
}

/* ÐžÑÐ½Ð¾Ð²Ð½Ð¾Ð¹ ÐºÐ¾Ð½Ñ‚ÐµÐ½Ñ‚ */

main{ 
    display:flex;
    margin: 0px 0;
    padding: 5px;
    background: #ffffff;
    text-align: center;
    justify-content: center;
    height: 50px;
}

.section_1{
    display:block;
    text-align: center;
    justify-content: center;
    height:fit-content;
    margin-top: 7px;
    width:fit-content; 
    
}

.h1{
    color: #000000;
    font-size: 25px;
    text-align: center;
    letter-spacing: 2px;
    transition-duration: 0.5s;
    width: fit-content;
    background: linear-gradient(135deg, #4B006E, #8B5E00, #e4c203); 
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    padding-top: 5px;

    
}
.h1:hover{
    font-size: 27px;
    border-bottom: 1px solid #000000;

}

/*9 services*/
.conteiner_3services{
    display: flex;
    margin: 0px 0;
    padding: 5px;
    text-align: center;
    justify-content: center;
    height: 1000px;
    background: #ffffff;
    
}

.section_2{
    border: 1px solid rgb(99, 99, 99);
    border-left: none;
    border-right: none;
    margin-top: 0px;
    width: 100%;
    height: 970px;
}
.head_2{
    margin-top: 10px;
    justify-content: center;
}
.services3{
    margin: 0px;
}
.services3 ul{
    display:flex;
    justify-content:center;
    gap: 20px;
}
.services3 ul li {
    width: 450px;
    height: 290px;
    border-radius:20px;
    -webkit-border-radius:20px;
    -moz-border-radius:20px;
    -ms-border-radius:20px;
    -o-border-radius:20px;
    box-shadow: 0px 1px 2px 0px ;
    padding-top: 25%;
    color: #ffffff;
    font-size: 20px;
}
.services3 ul li:hover{
    font-size: 22px;
    transition-duration:0.8s;

}
.services4 ul{
    display:flex;
    justify-content:center;
    gap: 40px;
    margin-top: 30px;
}
.services4 ul li{
    width: 450px;
    height: 290px;
    border-radius:20px;
    -webkit-border-radius:20px;
    -moz-border-radius:20px;
    -ms-border-radius:20px;
    -o-border-radius:20px;
    box-shadow: 0px 1px 2px 0px ;
    padding-top: 25%;
    color: #ffffff;
    font-size: 20px;
}
.services4 ul li:hover{
    transition-duration:0.8s;
    font-size: 22px;
}

.Commercial{
    background-image: url(../img/construction.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius:20px;
    -webkit-border-radius:20px;
    -moz-border-radius:20px;
    -ms-border-radius:20px;
    -o-border-radius:20px;
}

.Life{
    background-image: url(../img/life_ins__banner_opt_2.png);
	background-repeat: no-repeat;
	background-size: cover;
    border-radius:20px;
    -webkit-border-radius:20px;
    -moz-border-radius:20px;
    -ms-border-radius:20px;
    -o-border-radius:20px;
}
.Pension{
    background-image: url(../img/Pensions.jpg);
	background-repeat: no-repeat;
	background-size: cover;
    border-radius:20px;
    -webkit-border-radius:20px;
    -moz-border-radius:20px;
    -ms-border-radius:20px;
    -o-border-radius:20px;
}

.Home{
    background-image: url(../img/Project-Homes-768x509.jpg);
	background-repeat: no-repeat;
	background-size: cover;
    border-radius:20px;
    -webkit-border-radius:20px;
    -moz-border-radius:20px;
    -ms-border-radius:20px;
    -o-border-radius:20px;  
}
.Mortgage_Protection{
    background-image: url(../img/Mortgage-Protection.jpg);
	background-repeat: no-repeat;
	background-size: cover;
    border-radius:20px;
    -webkit-border-radius:20px;
    -moz-border-radius:20px;
    -ms-border-radius:20px;
    -o-border-radius:20px;  
}
.Mortgages{
    background-image: url(../img/mortgages01.jpg);
	background-repeat: no-repeat;
	background-size: cover;
    border-radius:20px;
    -webkit-border-radius:20px;
    -moz-border-radius:20px;
    -ms-border-radius:20px;
    -o-border-radius:20px;  
}
.Car_van{
    background-image: url(../img/family-car.jpg);
	background-repeat: no-repeat;
	background-size: cover;
    border-radius:20px;
    -webkit-border-radius:20px;
    -moz-border-radius:20px;
    -ms-border-radius:20px;
    -o-border-radius:20px;  
}
.Income{
    background-image: url(../img/Income-Protection.jpg);
	background-repeat: no-repeat;
	background-size: cover;
    border-radius:20px;
    -webkit-border-radius:20px;
    -moz-border-radius:20px;
    -ms-border-radius:20px;
    -o-border-radius:20px;  
}
.Personal_Accident{
    background-image: url(../img/personalaccident.jpg);
	background-repeat: no-repeat;
	background-size: cover;
    border-radius:20px;
    -webkit-border-radius:20px;
    -moz-border-radius:20px;
    -ms-border-radius:20px;
    -o-border-radius:20px;  
}



/*little bit about US */

.container_about_us{
    display: flex;
    margin: 0px 0;
    padding: 5px;
    text-align: center;
    justify-content: center;
    height: 250px;
    background: #ffffff8f;
}
.section_3{
    border-left: none;
    border-right: none;
    margin-top: 50px;
    width: 100%;
}
.We_are{
    font-size: 25px;
    display: flex;
    justify-content:center;
}
.we_are ul{
    display: flex;
    justify-content: center;
    gap: 20px; /*Ð&nbsp;Ð°ÑÑÑ‚Ð¾ÑÐ½Ð¸ÐµÐ¼ÐµÐ¶Ð´ÑƒÐ±Ð»Ð¾ÐºÐ°Ð¼Ð¸*/
}
.we_are ul li{
    display: flex;
    margin: 0px;
    
}
.Big{
    font-size: 40px;
    text-align: center;
    justify-content: center;
    padding-top:1.5%;
    font-family:'Times New Roman', Times, serif;
    width:900px;
    border-bottom: 1px solid black;
    background: linear-gradient(135deg, #4B006E, #8B5E00, #e4c203); 
-webkit-background-clip: text;
background-clip: text;
color: transparent;

}
.small{
    font-size: 17px;
    font-family: times;
    letter-spacing: 1px;
    min-width: 200px;
}


/*Friends*/
.container_Us_partners{
    display: block;
    margin: 0px 0;
    padding: 5px;
    height: 230px;
    background: #ffffff;
}
.section_4{
    display: block;
    border-left: none;
    border-right: none;
    margin-top: 50px;


}
.partners_img{
    justify-content: center;
    display: flex;
}
.partners_img ul{
    display: flex;
    gap: 80px;
}
.partners_img ul li{
    display: flex;

}
.Img_friend{
    width:190px;
}

.hive{
    width: 190px;
}
.hive:hover{
    transition-duration: 0.4s;
    width: 200px;
}
/*brokers ireland*/

.conteiner_Brokers_Ireland{
    display: block;
    margin: 0px 0;
    padding: 5px;
    height: 200px;
    background: #ffffff;
}
.section_5{
    display: block;
    border-left: none;
    border-right: none;
    margin-top: 20px;
    padding-top: 35px;

    height: 150px;

}

.Brokers_img{
    justify-content: center;
    display: flex;

}

.Brokers_img ul{
    display: flex;
    gap: 60px;
}

.img_brokers{
    width: 200px;
}

.img_broker_financial{
    width: 110px;
    margin-top: -20px;
}
.img_broker_insurance{
    width: 95px;
    margin-top: -20px;
}



/* Ð¡Ñ‚Ð¸Ð»Ð¸ Ð´Ð»Ñ Ñ„ÑƒÑ‚ÐµÑ€Ð° */
footer {
    background:#333;
    color:white;
    padding: 10px;
    height: 735px;
}
.container_footer{
    display:block;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid white;
    margin-top: 10px;
    height:40px;

}
.conteiner_content_footer{
    display:block;
    justify-content: center;
    text-align: center;
    align-items: center;
}
.content_footer{
    margin-top: 0px;
}
.content_footer ul{
    width: 100%;
    display:flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    gap: 30px;
}
.content_footer a{
    text-align: center;
    justify-content: center;
    color: #ffffff;
    font-size: 23px;
    font-family:'Times New Roman', Times, serif;
    align-items: center;
    
}
.content_footer li a:hover{
    transition-duration: 0.6s;
    font-size: 26px;
}
/*Contacts*/
.container_tell{
    display:block;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    height:40px;
    border-top: 1px solid rgba(255, 255, 255, 0.418);
    border-bottom: 1px solid rgba(255, 255, 255, 0.418);

}
.section_6{
    display:block;
    justify-content: center;
    text-align: center;
    align-items: center;
}
.contect_gmail_call{
    display:block;
    justify-content: center;
}
.content_gmail_call ul{
    display: flex;
    justify-content: center;
    text-align: center;
    gap: 80px;
    margin-top: 10px;
    margin-left: -50px;
}
.content_gmail_call li a{
    color: #ffffff;
    justify-content: center;
    text-align: center;
    font-size: 19px;
    font-family:'Times New Roman', Times, serif;
    letter-spacing: 2px;
}
.content_gmail_call li a:hover{
    transition-duration: 0.7s;
    font-size: 21px;
}

/*social_img*/
.container_img_social{
    display:block;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    height:70px;
}

.section_7{
    display:block;
    justify-content: center;
    text-align: center;
    align-items: center;
}

.content_img_social{
    display: block;
    justify-content: center;
}

.content_img_social ul{
    display: flex;
    gap: 60px;
    justify-content: center;
    text-align: center;
    margin-left: -80px;
}

.Logo_social{
    width:50px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.Logo_social:hover{
transition-duration: 0.25s;
width: 55px;
}

/*services_link*/
.container_list_services{
    display:block;
    flex-direction: column;
    align-items: center;
    margin-top:30px;
    height:100px;
}
.section_8{
    display:flex;
    justify-content: center;
    height: 100px;
}
.content_list_of_services{
    display: flex;
    height: 90px;
}

.content_list_of_services ul{
    display:inline-table;
    justify-content:left;
    margin: 0px 25px 0px 25px;
}

.content_list_of_services a {
    display: flex;
    color: #ffffff;
    font-size: 16px;
    margin-top: 5px;
    letter-spacing: 1px;
    font-family: 'Times New Roman', Times, serif;
}
.content_list_of_services a:hover{
transition-duration: 0.5s;
font-size: 17px;
}

/*last text*/
.container_last_text{
    display: block;
    justify-content: center;
}
.text_last{
    display: block;
    text-align: center;
    justify-content: center;
    font-size: 12px;
    letter-spacing: 1px;
    font-family: Arial, Helvetica, sans-serifs;
}


/* ÐÐ´Ð°Ð¿Ñ‚Ð¸Ð²Ð½Ð¾ÑÑ‚ÑŒ */

@media (max-width: 1555px) {

     /*little bit about US */

.container_about_us{
    display:flex;
    margin: 0px 0;
    padding: 5px;
    text-align: center;
    justify-content: center;
    height: 250px;
    background: #ffffff8f;
}
.section_3{
    border-left: none;
    border-right: none;
    margin-top: 50px;
    width: 100%;
}
.We_are{
    font-size: 25px;
    display: flex;
    justify-content:center;
}
.we_are ul{
    display: flex;
    justify-content: center;
    gap: 20px; /*Ð&nbsp;Ð°ÑÑÑ‚Ð¾ÑÐ½Ð¸ÐµÐ¼ÐµÐ¶Ð´ÑƒÐ±Ð»Ð¾ÐºÐ°Ð¼Ð¸*/
}
.we_are ul li{
    display: flex;
    margin: 0px;
    
}
.Big{
    font-size: 35px;
    text-align: center;
    justify-content: center;
    padding-top:1.5%;
    font-family:'Times New Roman', Times, serif;
    width:500px;
    border-bottom: 1px solid black;
}
.small{
    display: flex;
    font-size: 17px;
    font-family: times;
    letter-spacing: 1px;
    width: 900px;
}
    .container_Us_partners{
        display: block;
        margin: 0px 0;
        padding: 5px;
        height: 230px;
        background: #ffffff;
    }
    .section_4{
        display: block;
        border-left: none;
        border-right: none;
        margin-top: 50px;
    
    
    }
    .partners_img{
        justify-content: center;
        display: flex;
    }
    .partners_img ul{
        display: flex;
        gap: 80px;
    }
    .partners_img ul li{
        display: flex;
    
    }
    .Img_friend{
        width:140px;
    }
    
    .hive{
        width: 140px;
    }
    .hive:hover{
        transition-duration: 0.4s;
        width: 142px;
    }
    /*brokers ireland*/
    
    .conteiner_Brokers_Ireland{
        display: block;
        margin: 0px 0;
        padding: 5px;
        height: 200px;
        background: #ffffff;
    }
    .section_5{
        display: block;
        border-left: none;
        border-right: none;
        margin-top: 20px;
        padding-top: 35px;
        height: 150px;
    }
    
    .Brokers_img{
        justify-content: center;
        display: flex;
    
    }
    
    .Brokers_img ul{
        display: flex;
        gap: 60px;
    }
    
    .img_brokers{
        width: 180px;
    }
    
    .img_broker_financial{
        width: 95px;
        margin-top: -20px;
    }
    .img_broker_insurance{
        width: 80px;
        margin-top: -20px;
    }


    
}

@media (max-width: 1450px) {
     /*little bit about US */

.container_about_us{
    display:flex;
    margin: 0px 0;
    padding: 5px;
    text-align: center;
    justify-content: center;
    height: 250px;
    background: #ffffff8f;
}
.section_3{
    border-left: none;
    border-right: none;
    margin-top: 50px;
    width: 100%;
}
.We_are{
    font-size: 25px;
    display: flex;
    justify-content:center;
}
.we_are ul{
    display: flex;
    justify-content: center;
    gap: 20px; /*Ð&nbsp;Ð°ÑÑÑ‚Ð¾ÑÐ½Ð¸ÐµÐ¼ÐµÐ¶Ð´ÑƒÐ±Ð»Ð¾ÐºÐ°Ð¼Ð¸*/
}
.we_are ul li{
    display: flex;
    margin: 0px;
    
}
.Big{
    font-size: 35px;
    text-align: center;
    justify-content: center;
    padding-top:3.5%;
    font-family:'Times New Roman', Times, serif;
    width:400px;
    border-bottom: 1px solid black;
}
.small{
    display: flex;
    font-size: 17px;
    font-family: times;
    letter-spacing: 1px;
    width: 800px;
}
    .conteiner_3services{
        display: flex;
        margin: 0px 0;
        padding: 5px;
        text-align: center;
        justify-content: center;
        height: 900px;
        background: #c2c2c28f;     
    }
    
    .section_2{
        border: 1px solid rgb(99, 99, 99);
        border-left: none;
        border-right: none;
        margin-top: 0px;
        width: 100%;
        height: 860px;
    }
    .head_2{
        margin-top: 10px;
        justify-content: center;
    }
    .services3 ul li {
        width: 350px;
        height: 250px;
        border-radius:20px;
        -webkit-border-radius:20px;
        -moz-border-radius:20px;
        -ms-border-radius:20px;
        -o-border-radius:20px;
        box-shadow: 0px 1px 2px 0px ;
        padding-top: 30%;
        color: #ffffff;
        font-size: 18px;
    }
    .services3 ul li:hover{
        font-size: 20px;
    }

    .services4 ul{
        display:flex;
        justify-content:center;
        gap: 40px;
        margin-top: 30px;
    }
    .services4 ul li{
        width: 350px;
        height: 250px;
        border-radius:20px;
        -webkit-border-radius:20px;
        -moz-border-radius:20px;
        -ms-border-radius:20px;
        -o-border-radius:20px;
        box-shadow: 0px 1px 2px 0px ;
        padding-top: 30%;
        color: #ffffff;
        font-size: 18px;
    }
    .services4 ul li:hover{
        transition-duration:0.8s;
        font-size: 20px;
    }

    .Big{
        font-size: 30px;
    }
    
}
@media (max-width: 1280px) {
      /*little bit about US */

.container_about_us{
    display:flex;
    margin: 0px 0;
    padding: 5px;
    text-align: center;
    justify-content:center;
    height: 250px;
    background: #ffffff8f;
}
.section_3{
    border-left: none;
    border-right: none;
    margin-top: 50px;
    width: 100%;
}
.We_are{
    font-size: 25px;
    display: flex;
    justify-content:center;
}
.we_are ul{
    display: flex;
    justify-content: left;
    gap: 20px; /*Ð&nbsp;Ð°ÑÑÑ‚Ð¾ÑÐ½Ð¸ÐµÐ¼ÐµÐ¶Ð´ÑƒÐ±Ð»Ð¾ÐºÐ°Ð¼Ð¸*/
}
.we_are ul li{
    display: flex;
    margin: 0px;
    
}
.Big{
    font-size: 30px;
    text-align: center;
    justify-content: center;
    padding-top:4.5%;
    font-family:'Times New Roman', Times, serif;
    width:350px;
    border-bottom: 1px solid black;
}
.small{
    display: flex;
    font-size: 15px;
    font-family: times;
    letter-spacing: 1px;
    width: 700px;
}
    .partners_img{
        justify-content: center;
        display: flex;
    }
    .partners_img ul{
        display: flex;
        gap: 80px;
    }
    .partners_img ul li{
        display: flex;
    
    }
    .services3 ul li {
        width: 350px;
        height: 250px;
        border-radius:20px;
        -webkit-border-radius:20px;
        -moz-border-radius:20px;
        -ms-border-radius:20px;
        -o-border-radius:20px;
        box-shadow: 0px 1px 2px 0px ;
        padding-top: 30%;
        color: #ffffff;
        font-size: 18px;
    }
    .services3 ul li:hover{
        font-size: 20px;
    }
    .Big{
        font-size: 30px;
    }
    .Img_friend{
        width:120px;
    }
    
    .hive{
        width: 120px;
    }
    .hive:hover{
        transition-duration: 0.4s;
        width: 122px;
    }
    .Logo_social{
        width:40px;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
    }

/*brokers ireland*/

.conteiner_Brokers_Ireland{
    display: block;
    margin: 0px 0;
    padding: 5px;
    height: 150px;
    background: #ffffff;
}
.section_5{
    display: block;
    border-left: none;
    border-right: none;
    margin-top: 0px;
    padding-top: 0px;

    height: 150px;

}

.Brokers_img{
    justify-content: center;
    display: flex;

}

.Brokers_img ul{
    display: flex;
    gap: 60px;
}

.img_brokers{
    width: 140px;
}

.img_broker_financial{
    width: 80px;
    margin-top: -20px;
}
.img_broker_insurance{
    width: 70px;
    margin-top: -20px;
}
.content_footer a{
    text-align: center;
    justify-content: center;
    color: #ffffff;
    font-size: 18px;
    font-family:'Times New Roman', Times, serif;
    align-items: center;
    
}
.content_footer li a:hover{
    transition-duration: 0.6s;
    font-size: 19px;
}
.content_list_of_services a {
    display: flex;
    color: #ffffff;
    font-size: 15px;
    margin-top: 5px;
    letter-spacing: 1px;
    font-family: 'Times New Roman', Times, serif;
}
.content_list_of_services a:hover{
transition-duration: 0.5s;
font-size: 16px;
}
    
}
@media (max-width: 1135px) {
       /*little bit about US */

.container_about_us{
    display:flex;
    margin: 0px 0;
    padding: 5px;
    text-align: center;
    justify-content:center;
    height: 250px;
    background: #ffffff8f;
}
.section_3{
    border-left: none;
    border-right: none;
    margin-top: 50px;
    width: 100%;
}
.We_are{
    font-size: 25px;
    display: flex;
    justify-content:center;
}
.we_are ul{
    display: flex;
    justify-content: left;
    gap: 20px; /*Ð&nbsp;Ð°ÑÑÑ‚Ð¾ÑÐ½Ð¸ÐµÐ¼ÐµÐ¶Ð´ÑƒÐ±Ð»Ð¾ÐºÐ°Ð¼Ð¸*/
}
.we_are ul li{
    display: flex;
    margin: 0px;
    
}
.Big{
    font-size: 30px;
    text-align: center;
    justify-content: center;
    padding-top:5.5%;
    font-family:'Times New Roman', Times, serif;
    width:350px;
    border-bottom: 1px solid black;
}
.small{
    display: flex;
    font-size: 15px;
    font-family: times;
    letter-spacing: 1px;
    width: 600px;
}
    
    .conteiner_3services{
        display: flex;
        margin: 0px 0;
        padding: 5px;
        text-align: center;
        justify-content: center;
        height: 740px;
        background: #c2c2c28f;
        
    }
    
    .section_2{
        border: 1px solid rgb(99, 99, 99);
        border-left: none;
        border-right: none;
        margin-top: 0px;
        width: 100%;
        height: 700px;
    }
    
    .services3 ul li {
        width: 310px;
        height: 200px;
        border-radius:20px;
        -webkit-border-radius:20px;
        -moz-border-radius:20px;
        -ms-border-radius:20px;
        -o-border-radius:20px;
        box-shadow: 0px 1px 2px 0px ;
        padding-top: 28%;
        color: #ffffff;
        font-size: 18px;
    }
    .services3 ul li:hover{
        font-size: 20px;
    }


    .services4 ul{
        display:flex;
        justify-content:center;
        gap: 40px;
        margin-top: 30px;
    }
    .services4 ul li{
        width: 310px;
        height: 200px;
        border-radius:20px;
        -webkit-border-radius:20px;
        -moz-border-radius:20px;
        -ms-border-radius:20px;
        -o-border-radius:20px;
        box-shadow: 0px 1px 2px 0px ;
        padding-top: 25%;
        color: #ffffff;
        font-size: 18px;
    }
    .services4 ul li:hover{
        transition-duration:0.8s;
        font-size: 20px;
    }
    .Big{
        font-size: 30px;
    }

    .partners_img{
        justify-content: center;
        display: flex;
    }
    .partners_img ul{
        display: flex;
        gap: 80px;
    }
    .partners_img ul li{
        display: flex;
    
    }
    .Img_friend{
        width:100px;
    }
    
    .hive{
        width: 100px;
    }
    .hive:hover{
        transition-duration: 0.4s;
        width: 102px;
    }

/*brokers ireland*/

.conteiner_Brokers_Ireland{
    display: block;
    margin: 0px 0;
    padding: 5px;
    height: 150px;
    background: #ffffff;
}
.section_5{
    display: block;
    border-left: none;
    border-right: none;
    margin-top: 0px;
    padding-top: 0px;

    height: 100px;

}

.conteiner_Brokers_Ireland{
    display: block;
    margin: 0px 0;
    padding: 5px;
    height: 90px;
    background: #ffffff;
}
.section_5{
    display: block;
    border-left: none;
    border-right: none;
    margin-top: 0px;
    padding-top: 0px;

    height: 150px;

}

.Brokers_img{
    justify-content: center;
    display: flex;

}

.Brokers_img ul{
    display: flex;
    gap: 60px;
}

.img_brokers{
    width: 120px;
}

.img_broker_financial{
    width: 70px;
    margin-top: -20px;
}
.img_broker_insurance{
    width: 60px;
    margin-top: -20px;
}
/* Ð¡Ñ‚Ð¸Ð»Ð¸ Ð´Ð»Ñ Ñ„ÑƒÑ‚ÐµÑ€Ð° */
footer {
    background:#333;
    color:white;
    padding: 10px;
    height: 720px;
}
.container_footer{
    display:block;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid white;
    margin-top: 10px;
    height:40px;

}
.conteiner_content_footer{
    display:block;
    justify-content: center;
    text-align: center;
    align-items: center;
}
.content_footer{
    margin-top: 0px;
}
.content_footer ul{
    width: 100%;
    display:flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    gap: 30px;
}
.content_footer a{
    text-align: center;
    justify-content: center;
    color: #ffffff;
    font-size: 20px;
    font-family:'Times New Roman', Times, serif;
    align-items: center;
    
}
.content_footer li a:hover{
    transition-duration: 0.6s;
    font-size: 22px;
}
/*Contacts*/
.container_tell{
    display:block;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    height:40px;
    border-top: 1px solid rgba(255, 255, 255, 0.418);
    border-bottom: 1px solid rgba(255, 255, 255, 0.418);

}
.section_6{
    display:block;
    justify-content: center;
    text-align: center;
    align-items: center;
}
.contect_gmail_call{
    display:block;
    justify-content: center;
}
.content_gmail_call ul{
    display: flex;
    justify-content: center;
    text-align: center;
    gap: 80px;
    margin-top: 10px;
    margin-left: -50px;
}
.content_gmail_call li a{
    color: #ffffff;
    justify-content: center;
    text-align: center;
    font-size: 19px;
    font-family:'Times New Roman', Times, serif;
    letter-spacing: 2px;
}
.content_gmail_call li a:hover{
    transition-duration: 0.7s;
    font-size: 21px;

}

/*social_img*/
.container_img_social{
    display:block;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    height:70px;
}

.section_7{
    display:block;
    justify-content: center;
    text-align: center;
    align-items: center;
}

.content_img_social{
    display: block;
    justify-content: center;
}

.content_img_social ul{
    display: flex;
    gap: 60px;
    justify-content: center;
    text-align: center;
    margin-left: -80px;
}

.Logo_social{
    width:40px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.Logo_social:hover{
transition-duration: 0.25s;
width: 55px;
}

/*services_link*/
.container_list_services{
    display:block;
    flex-direction: column;
    align-items: center;
    margin-top:30px;
    height:100px;
}
.section_8{
    display:flex;
    justify-content: center;
    height: 100px;
}
.content_list_of_services{
    display: flex;
    height: 90px;
}

.content_list_of_services ul{
    display:inline-table;
    justify-content:left;
    margin: 0px 25px 0px 25px;
}

.content_list_of_services a {
    display: flex;
    color: #ffffff;
    font-size: 15px;
    margin-top: 5px;
    letter-spacing: 1px;
    font-family: 'Times New Roman', Times, serif;
}
.content_list_of_services a:hover{
transition-duration: 0.5s;
font-size: 16px;
}

/*last text*/
.container_last_text{
    display: block;
    justify-content: center;
}
.text_last{
    display: block;
    text-align: center;
    justify-content: center;
    font-size: 12px;
    letter-spacing: 1px;
    font-family: Arial, Helvetica, sans-serifs;
}
    
}

@media (max-width: 950px) {
    nav ul li a {
        font-size: 14px;
    }

    nav ul {
        flex-direction: column;
        align-items: center;
    }

    nav ul li {
        margin: 10px 0;
    }

    header, main, footer {
        padding: 10px;
    }
    header img {
        max-width: 40%;
        height: auto;
        margin-top: 200px;
        border-radius: 20px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        -o-border-radius: 20px;
    
    }
    main{ 
        display:flex;
        margin: 0px 0;
        padding: 5px;
        background: #c2c2c28f;
        text-align: center;
        justify-content: center;
        height: 50px;
    }
    
    .section_1{
        display:block;
        text-align: center;
        justify-content: center;
        height:fit-content;
        margin-top: 7px;
        width:fit-content; 
        
    }
    
    .h1{
        color: #000000;
        font-size: 25px;
        text-align: center;
        letter-spacing: 2px;
        transition-duration: 0.5s;
        width: fit-content;
    
        
    }
    .h1:hover{
        font-size: 25px;
        border-bottom: 1px solid #000000;
    
    }
    
    /*3 services*/
    .conteiner_3services{
        display:flex;
        margin: 0px 0;
        padding: 5px;
        text-align: center;
        justify-content: center;
        height: 2800px;
        background: #c2c2c28f;
        
    }
    
    .section_2{
        display:block;
        border: 1px solid rgb(99, 99, 99);
        border-left: none;
        border-right: none;
        margin-top: 0px;
        width: 100%;
        height: 2770px;
        justify-content: center;
    }
    .head_2{
        display: block;
        justify-content: center;
        margin-top:10px;
        justify-content: center;
    }
    .services3{
        display: block;
        margin: 0px;
    }
    .services3 ul{
        display:grid;
        justify-content: center;
        gap:10px; /*Ð&nbsp;Ð°ÑÑÑ‚Ð¾ÑÐ½Ð¸ÐµÐ¼ÐµÐ¶Ð´ÑƒÐ±Ð»Ð¾ÐºÐ°Ð¼Ð¸*/
    }
    .services3 ul li {
        width: 400px;
        height: 280px;
        border-radius:20px;
        -webkit-border-radius:20px;
        -moz-border-radius:20px;
        -ms-border-radius:20px;
        -o-border-radius:20px;
        box-shadow: 0px 1px 2px 0px ;
        padding-top: 30%;
        color: #ffffff;
        font-size: 18px;
    }
    .services3 ul li:hover{
        font-size: 20px;
        transition-duration:0.8s;
    
    }

    .services4 ul{
        display:grid;
        justify-content:center;
        gap: 20px;
    }
    .services4 ul li{
        width: 400px;
        height: 280px;
        border-radius:20px;
        -webkit-border-radius:20px;
        -moz-border-radius:20px;
        -ms-border-radius:20px;
        -o-border-radius:20px;
        box-shadow: 0px 1px 2px 0px ;
        padding-top: 30%;
        color: #ffffff;
        font-size: 18px;
    }
    .services4 ul li:hover{
        transition-duration:0.8s;
        font-size: 20px;
    }
    
    
    .Commercial{
        background-image: url(../img/construction.jpg);
        background-repeat: no-repeat;
        background-size:cover;
        border-radius:10px;
        -webkit-border-radius:10px;
        -moz-border-radius:10px;
        -ms-border-radius:10px;
        -o-border-radius:10px;
    }
    
    .Life{
        background-image: url(../img/life_ins__banner_opt_2.png);
        background-repeat: no-repeat;
        background-size: cover;
        border-radius:10px;
        -webkit-border-radius:10px;
        -moz-border-radius:10px;
        -ms-border-radius:10px;
        -o-border-radius:10px;
}
    .Pension{
        background-image: url(../img/Pensions.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        border-radius:10px;
        -webkit-border-radius:10px;
        -moz-border-radius:10px;
        -ms-border-radius:10px;
        -o-border-radius:10px;
}

    .Home{
        background-image: url(../img/Project-Homes-768x509.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        border-radius:10px;
        -webkit-border-radius:10px;
        -moz-border-radius:10px;
        -ms-border-radius:10px;
        -o-border-radius:10px;
}
    .Mortgage_Protection{
        background-image: url(../img/Mortgage-Protection.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        border-radius:10px;
        -webkit-border-radius:10px;
        -moz-border-radius:10px;
        -ms-border-radius:10px;
        -o-border-radius:10px;
}
    .Mortgages{
        background-image: url(../img/mortgages01.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        border-radius:10px;
        -webkit-border-radius:10px;
        -moz-border-radius:10px;
        -ms-border-radius:10px;
        -o-border-radius:10px;
}
    .Car_van{
        background-image: url(../img/family-car.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        border-radius:10px;
        -webkit-border-radius:10px;
        -moz-border-radius:10px;
        -ms-border-radius:10px;
        -o-border-radius:10px;
}
    .Income{
        background-image: url(../img/Income-Protection.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        border-radius:10px;
        -webkit-border-radius:10px;
        -moz-border-radius:10px;
        -ms-border-radius:10px;
        -o-border-radius:10px;
}
    .Personal_Accident{
        background-image: url(../img/personalaccident.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        border-radius:10px;
        -webkit-border-radius:10px;
        -moz-border-radius:10px;
        -ms-border-radius:10px;
        -o-border-radius:10px;
}
    
    /*little bit about US */
    
    .container_about_us{
        display: block;
        margin: 0px 0px;
        padding: 5px;
        text-align: center;
        justify-content: center;
        height: 300px;
        background: #ffffff8f;
    }
    .section_3{
        border-left: none;
        border-right: none;
        margin-top: 20px;
        width: 100%;
    }
    .We_are{
        font-size: 25px;
        display: flex;
        justify-content:center;
    }
    .we_are ul{
        display: block;
        justify-content: center;
        gap: 20px; /*Ð&nbsp;Ð°ÑÑÑ‚Ð¾ÑÐ½Ð¸ÐµÐ¼ÐµÐ¶Ð´ÑƒÐ±Ð»Ð¾ÐºÐ°Ð¼Ð¸*/
    }
    .we_are ul li{
        margin: 0px;
        
    }
    .Big{
        font-size: 30px;
        text-align: center;
        justify-content: center;
        padding-top:1.0%;
        font-family:'Times New Roman', Times, serif;
        width:100%;
        border-bottom: 1px solid black;
    }
    .small{
        padding-top:20px;
        display:flex;
        font-size: 15px;
        font-family: times;
        letter-spacing: 1px;
        width:100%;
    }
    
    
    /*Friends*/
    .container_Us_partners{
        display: block;
        margin: 0px 0;
        padding: 5px;
        height: 500px;
        background: #ffffff;
    }
    .section_4{
        display: block;
        border-left: none;
        border-right: none;
        margin-top: 50px;
    
    
    }
    .partners_img{
        justify-content: center;
        display: block;
    }
    .partners_img ul{
        display: block;
        gap: 20px;
    }
    .partners_img ul li{
        display: block;
    
    }
    .Img_friend{
        width:140px;
    }
    
    .hive{
        width: 70px;
    }
    .hive:hover{
        transition-duration: 0.4s;
        width: 72px;
    }
    /*brokers ireland*/
    
    .conteiner_Brokers_Ireland{
        display: block;
        margin: 0px 0px;
        padding: 5px;
        height: 450px;
        background: #ffffff;
    }
    .section_5{
        display: block;
        border-left: none;
        border-right: none;
        margin-top: 20px;
        padding-top: 5px;
    
        height: 430px;
    
    }
    
    .Brokers_img{
        justify-content: center;
        display: block;
    
    }
    
    .Brokers_img ul{
        display: block;
        gap:40px;
    }
    
    .img_brokers{
        width: 140px;
        margin-top: 40px;
    }
    
    .img_broker_financial{
        width: 80px;
        margin-top: 40px;
    }
    .img_broker_insurance{
        width: 70px;
        margin-top:0px;
    }
    
    
    
    /* Ð¡Ñ‚Ð¸Ð»Ð¸ Ð´Ð»Ñ Ñ„ÑƒÑ‚ÐµÑ€Ð° */
    footer {
        background:#333;
        color:white;
        padding: 10px;
        height: 560px;
    }
    .container_footer{
        display:block;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        border-bottom: 1px solid white;
        margin-top: 10px;
        height:30px;
    
    }
    .conteiner_content_footer{
        display:block;
        justify-content: center;
        text-align: center;
        align-items: center;
    }
    .content_footer{
        margin-top: 0px;
    }
    .content_footer ul{
        width: 100%;
        display:flex;
        justify-content: center;
        text-align: center;
        align-items: center;
        gap: 20px;
    }
    .content_footer a{
        text-align: center;
        justify-content: center;
        color: #ffffff;
        font-size: 15px;
        font-family:'Times New Roman', Times, serif;
        align-items: center;
        
    }
    .content_footer li a:hover{
        transition-duration: 0.6s;
        font-size: 15px;
    }
    /*Contacts*/
    .container_tell{
        display:block;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-top: 20px;
        height:40px;
        border-top: 1px solid rgba(255, 255, 255, 0.418);
        border-bottom: 1px solid rgba(255, 255, 255, 0.418);
    
    }
    .section_6{
        display:block;
        justify-content: center;
        text-align: center;
        align-items: center;
    }
    .contect_gmail_call{
        display:block;
        justify-content: center;
    }
    .content_gmail_call ul{
        display: flex;
        justify-content: center;
        text-align: center;
        gap: 40px;
        margin-top: 10px;
        margin-left: -50px;
    }
    .content_gmail_call li a{
        color: #ffffff;
        justify-content: center;
        text-align: center;
        font-size: 15px;
        font-family:'Times New Roman', Times, serif;
        letter-spacing: 2px;
    }
    .content_gmail_call li a:hover{
        transition-duration: 0.7s;
        font-size: 15px;
    
    }
    
    /*social_img*/
    .container_img_social{
        display:block;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-top: 20px;
        height:70px;
    }
    
    .section_7{
        display:block;
        justify-content: center;
        text-align: center;
        align-items: center;
    }
    
    .content_img_social{
        display: block;
        justify-content: center;
    }
    
    .content_img_social ul{
        display: flex;
        gap: 60px;
        justify-content: center;
        text-align: center;
        margin-left: -50px;
    }
    
    .Logo_social{
        width:35px;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
    }
    
    .Logo_social:hover{
    transition-duration: 0.25s;
    width: 35px;
    }
    
    /*services_link*/
    .container_list_services{
        display:block;
        flex-direction: column;
        align-items: center;
        margin-top:10px;
        height:70px;
        width: 100%;
    }
    .section_8{
        display:block;
        justify-content: center;
        height: 70px;
        width: 100%;

    }
    .content_list_of_services{
        display: block;
        height: 70px;
        width: 100%;
    }
    
    .content_list_of_services ul{
        display:inline-table;
        justify-content:center;
        margin: 0px 10px 0px 10px;
    }
    
    .content_list_of_services a {
        display:flex;
        color: #ffffff;
        font-size: 8px;
        margin-top: 5px;
        letter-spacing: 1px;
        font-family: 'Times New Roman', Times, serif;
    }
    .content_list_of_services a:hover{
    transition-duration: 0.5s;
    font-size:8px;
    }
    
    /*last text*/
    .container_last_text{
        display: block;
        justify-content: center;
    }
    .text_last{
        display: block;
        text-align: center;
        justify-content: center;
        font-size: 8px;
        letter-spacing: 1px;
        font-family: Arial, Helvetica, sans-serifs;
    }
    
    



}

@media (max-width: 480px) {
    nav ul li a {
        font-size: 14px;
    }

    header img {
        width: 80%;
    }

    main section {
        padding: 10px;
    }

    header img {
        max-width: 40%;
        height: auto;
        margin-top: 200px;
        border-radius: 20px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        -o-border-radius: 20px;
    
    }
    main{ 
        display:flex;
        margin: 0px 0;
        padding: 5px;
        background: #c2c2c28f;
        text-align: center;
        justify-content: center;
        height: 50px;
    }
    
    .section_1{
        display:block;
        text-align: center;
        justify-content: center;
        height:fit-content;
        margin-top: 7px;
        width:fit-content; 
        
    }
    
    .h1{
        color: #000000;
        font-size: 25px;
        text-align: center;
        letter-spacing: 2px;
        transition-duration: 0.5s;
        width: fit-content;
    
        
    }
    .h1:hover{
        font-size: 25px;
        border-bottom: 1px solid #000000;
    
    }
    
    /*3 services*/
    .conteiner_3services{
        display: flex;
        margin: 0px 0;
        padding: 5px;
        text-align: center;
        justify-content: center;
        height: 2350px;
        background: #c2c2c28f;
        
    }
    
    .section_2{
        display:block;
        border: 1px solid rgb(99, 99, 99);
        border-left: none;
        border-right: none;
        margin-top: 0px;
        width: 100%;
        height: 2300px;
        justify-content: center;
    }
    .head_2{
        display: block;
        justify-content: center;
        margin-top:10px;
        justify-content: center;
    }
    .services3{
        display: block;
        margin: 0px;
    }
    .services3 ul{
        display:grid;
        justify-content: center;
        gap:10px; /*Ð&nbsp;Ð°ÑÑÑ‚Ð¾ÑÐ½Ð¸ÐµÐ¼ÐµÐ¶Ð´ÑƒÐ±Ð»Ð¾ÐºÐ°Ð¼Ð¸*/
    }
    .services3 ul li {
        width: 330px;
        height: 230px;
        border-radius:20px;
        -webkit-border-radius:20px;
        -moz-border-radius:20px;
        -ms-border-radius:20px;
        -o-border-radius:20px;
        box-shadow: 0px 1px 2px 0px ;
        padding-top: 30%;
        color: #ffffff;
        font-size: 18px;
    }
    .services3 ul li:hover{
        font-size: 20px;
        transition-duration:0.8s;
    }

    .services4 ul{
        display:grid;
        justify-content:center;
        gap: 20px;
    }
    .services4 ul li{
        width: 330px;
        height: 230px;
        border-radius:20px;
        -webkit-border-radius:20px;
        -moz-border-radius:20px;
        -ms-border-radius:20px;
        -o-border-radius:20px;
        box-shadow: 0px 1px 2px 0px ;
        padding-top: 30%;
        color: #ffffff;
        font-size: 18px;
    }
    .services4 ul li:hover{
        transition-duration:0.8s;
        font-size: 20px;
    }
    
    .Commercial{
        background-image: url(../img/construction.jpg);
        background-repeat: no-repeat;
        background-size:cover;
        border-radius:10px;
        -webkit-border-radius:10px;
        -moz-border-radius:10px;
        -ms-border-radius:10px;
        -o-border-radius:10px;
}
    
    .Life{
        background-image: url(../img/life_ins__banner_opt_2.png);
        background-repeat: no-repeat;
        background-size: cover;
        border-radius:10px;
        -webkit-border-radius:10px;
        -moz-border-radius:10px;
        -ms-border-radius:10px;
        -o-border-radius:10px;
}
    .Pension{
        background-image: url(../img/Pensions.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        border-radius:10px;
        -webkit-border-radius:10px;
        -moz-border-radius:10px;
        -ms-border-radius:10px;
        -o-border-radius:10px;
}

    .Home{
        background-image: url(../img/Project-Homes-768x509.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        border-radius:10px;
        -webkit-border-radius:10px;
        -moz-border-radius:10px;
        -ms-border-radius:10px;
        -o-border-radius:10px;
}
    .Mortgage_Protection{
        background-image: url(../img/Mortgage-Protection.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        border-radius:10px;
        -webkit-border-radius:10px;
        -moz-border-radius:10px;
        -ms-border-radius:10px;
        -o-border-radius:10px;
}
    .Mortgages{
        background-image: url(../img/mortgages01.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        border-radius:10px;
        -webkit-border-radius:10px;
        -moz-border-radius:10px;
        -ms-border-radius:10px;
        -o-border-radius:10px;
}
    .Car_van{
        background-image: url(../img/family-car.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        border-radius:10px;
        -webkit-border-radius:10px;
        -moz-border-radius:10px;
        -ms-border-radius:10px;
        -o-border-radius:10px;
}
    .Income{
        background-image: url(../img/Income-Protection.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        border-radius:10px;
        -webkit-border-radius:10px;
        -moz-border-radius:10px;
        -ms-border-radius:10px;
        -o-border-radius:10px;
}
    .Personal_Accident{
        background-image: url(../img/personalaccident.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        border-radius:10px;
        -webkit-border-radius:10px;
        -moz-border-radius:10px;
        -ms-border-radius:10px;
        -o-border-radius:10px;
}
    
    /*little bit about US */
    
    .container_about_us{
        display: block;
        margin: 0px 0px;
        padding: 5px;
        text-align: center;
        justify-content: center;
        height: 300px;
        background: #ffffff8f;
    }
    .section_3{
        border-left: none;
        border-right: none;
        margin-top: 20px;
        width: 100%;
    }
    .We_are{
        font-size: 15px;
        display: flex;
        justify-content:center;
    }
    .we_are ul{
        display: block;
        justify-content: center;
        gap: 20px; /*Ð&nbsp;Ð°ÑÑÑ‚Ð¾ÑÐ½Ð¸ÐµÐ¼ÐµÐ¶Ð´ÑƒÐ±Ð»Ð¾ÐºÐ°Ð¼Ð¸*/
    }
    .we_are ul li{
        margin: 0px;
        
    }
    .Big{
        font-size: 30px;
        text-align: center;
        justify-content: center;
        padding-top:1.0%;
        font-family:'Times New Roman', Times, serif;
        width:100%;
        border-bottom: 1px solid black;
    }
    .small{
        padding-top:20px;
        display:flex;
        font-size: 13px;
        font-family: times;
        letter-spacing: 1px;
        width:100%;
    }
    
    
    /*Friends*/
    .container_Us_partners{
        display: block;
        margin: 0px 0;
        padding: 5px;
        height: 500px;
        background: #ffffff;
    }
    .section_4{
        display: block;
        border-left: none;
        border-right: none;
        margin-top: 50px;
    
    
    }
    .partners_img{
        justify-content: center;
        display: block;
    }
    .partners_img ul{
        display: block;
        gap: 20px;
    }
    .partners_img ul li{
        display: block;
    
    }
    .Img_friend{
        width:120px;
    }
    
    .hive{
        width: 120px;
    }
    .hive:hover{
        transition-duration: 0.4s;
        width: 120px;
    }
    /*brokers ireland*/
    
    .conteiner_Brokers_Ireland{
        display: block;
        margin: 0px 0px;
        padding: 5px;
        height: 390px;
        background: #ffffff;
    }
    .section_5{
        display: block;
        border-left: none;
        border-right: none;
        margin-top: 0px;
        padding-top: 5px;
        height: 380px;
    
    }
    
    .Brokers_img{
        justify-content: center;
        display: block;
    
    }
    
    .Brokers_img ul{
        display: block;
        gap:20px;
    }
    
    .img_brokers{
        width: 120px;
        margin-top: 40px;
    }
    
    .img_broker_financial{
        width: 80px;
        margin-top: 20px;
    }
    .img_broker_insurance{
        width: 70px;
        margin-top:0px;
    }
    
    
    
    /* Ð¡Ñ‚Ð¸Ð»Ð¸ Ð´Ð»Ñ Ñ„ÑƒÑ‚ÐµÑ€Ð° */
    footer {
        background:#333;
        color:white;
        padding: 10px;
        height: 530px;
    }
    .container_footer{
        display:block;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        border-bottom: 1px solid white;
        margin-top: 10px;
        height:25px;
    
    }
    .conteiner_content_footer{
        display:block;
        justify-content: center;
        text-align: center;
        align-items: center;
    }
    .content_footer{
        margin-top: 0px;
    }
    .content_footer ul{
        width: 100%;
        display:flex;
        justify-content: center;
        text-align: center;
        align-items: center;
        gap: 20px;
    }
    .content_footer a{
        text-align: center;
        justify-content: center;
        color: #ffffff;
        font-size: 8px;
        font-family:'Times New Roman', Times, serif;
        align-items: center;
        
    }
    .content_footer li a:hover{
        transition-duration: 0.6s;
        font-size: 8px;
    }
    /*Contacts*/
    .container_tell{
        display:block;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-top: 20px;
        height:40px;
        border-top: 1px solid rgba(255, 255, 255, 0.418);
        border-bottom: 1px solid rgba(255, 255, 255, 0.418);
    
    }
    .section_6{
        display:block;
        justify-content: center;
        text-align: center;
        align-items: center;
    }
    .contect_gmail_call{
        display:block;
        justify-content: center;
    }
    .content_gmail_call ul{
        display: flex;
        justify-content: center;
        text-align: center;
        gap: 40px;
        margin-top: 10px;
        margin-left: -50px;
    }
    .content_gmail_call li a{
        color: #ffffff;
        justify-content: center;
        text-align: center;
        font-size: 10px;
        font-family:'Times New Roman', Times, serif;
        letter-spacing: 2px;
    }
    .content_gmail_call li a:hover{
        transition-duration: 0.7s;
        font-size: 10px;
    
    }
    
    /*social_img*/
    .container_img_social{
        display:block;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-top: 20px;
        height:70px;
    }
    
    .section_7{
        display:block;
        justify-content: center;
        text-align: center;
        align-items: center;
    }
    
    .content_img_social{
        display: block;
        justify-content: center;
    }
    
    .content_img_social ul{
        display: flex;
        gap: 60px;
        justify-content: center;
        text-align: center;
        margin-left: -50px;
    }
    
    .Logo_social{
        width:35px;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
    }
    
    .Logo_social:hover{
    transition-duration: 0.25s;
    width: 35px;
    }
    
    /*services_link*/
    .container_list_services{
        display:block;
        flex-direction: column;
        align-items: center;
        margin-top:0px;
        height:70px;
        width: 100%;
    }
    .section_8{
        display:block;
        justify-content: center;
        height: 70px;
        width: 100%;

    }
    .content_list_of_services{
        display: block;
        height: 70px;
        width: 100%;
    }
    
    .content_list_of_services ul{
        display:inline-table;
        justify-content:center;
        margin: 0px 2px 0px 2px;
    }
    
    .content_list_of_services a {
        display:flex;
        color: #ffffff;
        font-size: 6.5px;
        margin-top: 5px;
        letter-spacing: 1px;
        font-family: 'Times New Roman', Times, serif;
    }
    .content_list_of_services a:hover{
    transition-duration: 0.5s;
    font-size:8px;
    }
    
    /*last text*/
    .container_last_text{
        display: block;
        justify-content: center;
    }
    .text_last{
        display: block;
        text-align: center;
        justify-content: center;
        font-size: 6px;
        letter-spacing: 1px;
        font-family: Arial, Helvetica, sans-serifs;
    }
    
    



}
</pre></body></html>